@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.contactPage::after {
  content: "";
  background: #fff;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 735px;
  border-radius: 0 0 0 420px;
  top: -100px;
  right: 0;
  z-index: -1;
  background: #FDEDDF;
}
@media screen and (max-width: 1366px) {
  .contactPage::after {
    top: -7.3206442167vw;
    height: 53.8067349927vw;
    max-width: 75.4026354319vw;
    border-radius: 0 0 0 30.7467057101vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage::after {
    width: 84.7826086957vw;
    max-width: 100%;
    top: -15.9420289855vw;
    height: 60.6280193237vw;
    border-radius: 0 0 0 33.8164251208vw;
  }
}
.contactPage .mainHeader {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader {
    padding-top: 9.6618357488vw;
  }
}
.contactPage .mainHeader_title {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_title {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_title {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_title {
    padding-bottom: 3.8647342995vw;
  }
}
.contactPage .mainHeader_title::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_title::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.contactPage .mainHeader_text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_text {
    margin-top: 7.729468599vw;
  }
}
.contactPage .mainHeader_image {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_image {
    margin-top: 7.729468599vw;
  }
}
.contactPage .mainHeader_image_text {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: "Jost-Bold";
  color: #333;
  font-size: 6.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .contactPage .mainHeader_image_text {
    font-size: 4.9780380673vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .mainHeader_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.contactPage .mainHeader_title::before {
  background: #F0924D;
}
.contactPage .mainHeader_image_text {
  color: #F0924D;
}
.contactPage .contactForm {
  margin-top: 48px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  padding: 80px 104px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm {
    box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm {
    box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm {
    padding: 5.8565153734vw 7.6134699854vw;
    border-radius: 0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm {
    padding: 9.6618357488vw 5.7971014493vw;
    border-radius: 1.4492753623vw;
  }
}
.contactPage .contactForm .currentNavi {
  width: 510px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .currentNavi {
    width: 36.6032210835vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .currentNavi {
    width: 69.0821256039vw;
  }
}
.contactPage .contactForm .currentNavi_item {
  width: 100px;
  padding-top: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .currentNavi_item {
    width: 7.3206442167vw;
    padding-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .currentNavi_item {
    width: auto;
    padding-top: 9.6618357488vw;
  }
}
.contactPage .contactForm .currentNavi_item:not(:first-child)::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 15px;
  left: -110px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .currentNavi_item:not(:first-child)::after {
    width: 7.3206442167vw;
    top: 1.0980966325vw;
    left: -8.0527086384vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .currentNavi_item:not(:first-child)::after {
    width: 7.2463768116vw;
    top: 3.6231884058vw;
    left: -14.4927536232vw;
  }
}
.contactPage .contactForm .currentNavi_item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 10px solid #C9C9C9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .currentNavi_item::before {
    width: 2.196193265vw;
    height: 2.196193265vw;
    border-width: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .currentNavi_item::before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    border-width: 2.4154589372vw;
  }
}
.contactPage .contactForm .currentNavi_item.is-current::before {
  border-color: #F0924D;
}
.contactPage .contactForm_lead {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_lead {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_lead {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_lead {
    font-size: 3.1400966184vw;
  }
}
.contactPage .contactForm .contactFormList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList {
    margin-top: 7.729468599vw;
  }
}
.contactPage .contactForm .contactFormList_title {
  font-weight: 700;
  min-width: 240px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_title {
    min-width: 15.6661786237vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_title {
    min-width: auto;
  }
}
.contactPage .contactForm .contactFormList_title_required {
  margin-left: auto;
  background: #B91D11;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_title_required {
    padding: 0.2928257687vw 1.1713030747vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_title_required {
    padding: 0.9661835749vw 3.8647342995vw;
    font-size: 2.8985507246vw;
  }
}
.contactPage .contactForm .contactFormList_item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_item {
    padding: 1.756954612vw 0;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_item {
    display: block;
    padding: 5.7971014493vw 0;
  }
}
.contactPage .contactForm .contactFormList_item:first-child {
  padding-top: 0;
}
.contactPage .contactForm .contactFormList_item-privacy {
  display: block;
}
.contactPage .contactForm .contactFormList_body {
  margin-left: 64px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_body {
    margin-left: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_body {
    margin: 5.7971014493vw 0 0 0;
  }
}
.contactPage .contactForm .contactFormList_form {
  line-height: 2;
  /*
  &-input {
    max-width: 500px;
    @include bp( max, 828px ) {
      max-width: 100%;
    }
  }
  */
}
.contactPage .contactForm .contactFormList_form input[type=text],
.contactPage .contactForm .contactFormList_form input[type=email],
.contactPage .contactForm .contactFormList_form input[type=tel],
.contactPage .contactForm .contactFormList_form textarea {
  width: 100%;
  display: block;
  background: #F2F2F2;
  padding: 16px 24px;
  font-family: noto-sans, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_form input[type=text],
  .contactPage .contactForm .contactFormList_form input[type=email],
  .contactPage .contactForm .contactFormList_form input[type=tel],
  .contactPage .contactForm .contactFormList_form textarea {
    padding: 1.1713030747vw 1.756954612vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form input[type=text],
  .contactPage .contactForm .contactFormList_form input[type=email],
  .contactPage .contactForm .contactFormList_form input[type=tel],
  .contactPage .contactForm .contactFormList_form textarea {
    padding: 3.8647342995vw 5.7971014493vw;
    font-size: 3.6231884058vw;
  }
}
.contactPage .contactForm .contactFormList_form input[type=text]::-moz-placeholder, .contactPage .contactForm .contactFormList_form input[type=email]::-moz-placeholder, .contactPage .contactForm .contactFormList_form input[type=tel]::-moz-placeholder, .contactPage .contactForm .contactFormList_form textarea::-moz-placeholder {
  color: #999;
}
.contactPage .contactForm .contactFormList_form input[type=text]::placeholder,
.contactPage .contactForm .contactFormList_form input[type=email]::placeholder,
.contactPage .contactForm .contactFormList_form input[type=tel]::placeholder,
.contactPage .contactForm .contactFormList_form textarea::placeholder {
  color: #999;
}
.contactPage .contactForm .contactFormList_form textarea {
  resize: vertical;
  min-height: 200px;
  max-height: 600px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_form textarea {
    min-height: 14.6412884334vw;
    max-height: 43.9238653001vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form textarea {
    min-height: 57.9710144928vw;
    max-height: 193.2367149758vw;
  }
}
.contactPage .contactForm .contactFormList_form-radio {
  /*
  & ~ & {
    margin-top: 8px;
    @include bp( max, 1366px ) {
      margin-top: vw_pc( 8 );
    }
    @include bp( max, 828px ) {
      margin-top: vw_sp( 8 );
    }
  }
  */
}
.contactPage .contactForm .contactFormList_form-radio > span {
  display: block;
  margin: 0 !important;
}
.contactPage .contactForm .contactFormList_form-radio label {
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_form-radio label {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form-radio label {
    margin-top: 1.9323671498vw;
  }
}
.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper {
  display: flex;
  align-items: center;
}
.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox:not(:first-child) {
  margin-left: 24px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox:not(:first-child) {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox:not(:first-child) {
    margin-left: 3.8647342995vw;
  }
}
.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox label {
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox label {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox label {
    margin-left: 1.9323671498vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList_form-tel input {
    max-width: 28%;
  }
}
.contactPage .contactForm .contactFormList .error {
  display: block;
  color: #ED7D7D !important;
  margin-top: 5px !important;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .contactFormList .error {
    font-size: 0.878477306vw !important;
    margin-top: 0.3660322108vw !important;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .contactFormList .error {
    font-size: 2.8985507246vw !important;
    margin-top: 1.9323671498vw !important;
  }
}
.contactPage .contactForm_buttonWrapper {
  margin-top: 56px;
}
@media screen and (min-width: 829px) {
  .contactPage .contactForm_buttonWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_buttonWrapper {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_buttonWrapper {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_button {
    display: table;
    margin: auto;
  }
}
.contactPage .contactForm_button::before {
  pointer-events: none;
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_button::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_button::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.contactPage .contactForm_button input, .contactPage .contactForm_button a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .contactPage .contactForm_button input, .contactPage .contactForm_button a {
    cursor: pointer;
    transition: 0.8s;
  }
  .contactPage .contactForm_button input:hover, .contactPage .contactForm_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_button input, .contactPage .contactForm_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_button input, .contactPage .contactForm_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.contactPage .contactForm_button input::before, .contactPage .contactForm_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_button input::before, .contactPage .contactForm_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_button input::before, .contactPage .contactForm_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.contactPage .contactForm_button input-white, .contactPage .contactForm_button a-white {
  background: #fff;
  color: #333;
}
.contactPage .contactForm_button input-white::before, .contactPage .contactForm_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.contactPage .contactForm .confirmText span:not(:first-child)::before {
  content: "、";
}
.contactPage .contactForm_backButton {
  margin-right: 24px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_backButton {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_backButton {
    margin: 0 0 3.8647342995vw 0;
  }
}
.contactPage .contactForm_backButton a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #fff;
  border: 2px solid #333;
  color: #333;
}
@media screen and (min-width: 829px) {
  .contactPage .contactForm_backButton a {
    cursor: pointer;
    transition: 0.8s;
  }
  .contactPage .contactForm_backButton a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_backButton a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_backButton a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.contactPage .contactForm_backButton a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_backButton a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_backButton a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.contactPage .contactForm_backButton a-white {
  background: #fff;
  color: #333;
}
.contactPage .contactForm_backButton a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.contactPage .contactForm_backButton a::before {
  background: url(../img/common/arrow_circle_black_bold.svg) no-repeat center center/contain;
  transform: scale(-1, 1);
  right: auto;
  left: 30px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm_backButton a::before {
    left: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_backButton a::before {
    left: 5.7971014493vw;
  }
}
@media screen and (min-width: 829px) {
  .contactPage .contactForm_backButton a:hover {
    background: #ccc;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm_backButton a {
    margin: auto;
  }
}
.contactPage .contactForm .privacy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contactPage .contactForm .privacy .contactFormList_title_required {
  margin-left: 16px;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .privacy .contactFormList_title_required {
    margin-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .privacy .contactFormList_title_required {
    margin-left: 3.8647342995vw;
  }
}
.contactPage .contactForm .privacy .checkbox label {
  margin-left: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .privacy .checkbox label {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .privacy .checkbox label {
    margin-left: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .contactForm .privacy .checkbox label {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .contactForm .privacy .checkbox label {
    font-size: 3.3816425121vw;
  }
}
.contactPage .contactForm .privacy .checkbox label a {
  display: inline;
  text-decoration: underline;
  font-weight: 700;
}
.contactPage .thanksContent {
  margin-top: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent {
    margin-top: 9.6618357488vw;
  }
}
.contactPage .thanksContent_image {
  width: 125px;
  margin: auto;
}
.contactPage .thanksContent_title {
  margin: 32px 0;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_title {
    margin: 2.3426061493vw 0;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_title {
    margin: 7.729468599vw 0;
    font-size: 6.2801932367vw;
    line-height: 1.8;
  }
}
.contactPage .thanksContent_text {
  line-height: 2;
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_text {
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 3.3816425121vw;
  }
}
.contactPage .thanksContent_text:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_text:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_text:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.contactPage .thanksContent_button {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_button {
    margin-top: 7.729468599vw;
  }
}
.contactPage .thanksContent_button a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #333;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .contactPage .thanksContent_button a {
    cursor: pointer;
    transition: 0.8s;
  }
  .contactPage .thanksContent_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.contactPage .thanksContent_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.contactPage .thanksContent_button a-white {
  background: #fff;
  color: #333;
}
.contactPage .thanksContent_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.contactPage .thanksContent_button a::before {
  transform: scale(-1, 1);
  right: auto;
  left: 30px;
}
@media screen and (max-width: 1366px) {
  .contactPage .thanksContent_button a::before {
    left: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .contactPage .thanksContent_button a::before {
    left: 5.7971014493vw;
  }
}/*# sourceMappingURL=contact.css.map */