@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 );
  }
}
*/
.guidePage::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;
}
@media screen and (max-width: 1366px) {
  .guidePage::after {
    top: -7.3206442167vw;
    height: 53.8067349927vw;
    max-width: 75.4026354319vw;
    border-radius: 0 0 0 30.7467057101vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage::after {
    width: 84.7826086957vw;
    max-width: 100%;
    top: -15.9420289855vw;
    height: 60.6280193237vw;
    border-radius: 0 0 0 33.8164251208vw;
  }
}
.guidePage .sectionTitle {
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionTitle {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionTitle {
    padding-bottom: 2.8985507246vw;
  }
}
.guidePage .sectionTitle::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionTitle::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionTitle::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.guidePage .sectionTitle_main, .guidePage .sectionTitle_sub {
  display: block;
}
.guidePage .sectionTitle_main {
  font-family: "Jost-Bold";
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionTitle_main {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionTitle_main {
    font-size: 8.2125603865vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.guidePage .sectionTitle_sub {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.guidePage .mainHeader {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .guidePage .mainHeader {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader {
    padding-top: 9.6618357488vw;
  }
}
.guidePage .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) {
  .guidePage .mainHeader_title {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .guidePage .mainHeader_title {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_title {
    padding-bottom: 3.8647342995vw;
  }
}
.guidePage .mainHeader_title::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .guidePage .mainHeader_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_title::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.guidePage .mainHeader_text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .guidePage .mainHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_text {
    margin-top: 7.729468599vw;
  }
}
.guidePage .mainHeader_image {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .guidePage .mainHeader_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_image {
    margin-top: 7.729468599vw;
  }
}
.guidePage .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) {
  .guidePage .mainHeader_image_text {
    font-size: 4.9780380673vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .mainHeader_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.guidePage .lead {
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 1366px) {
  .guidePage .lead {
    padding-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .lead {
    padding-bottom: 5.7971014493vw;
  }
}
.guidePage .lead_text:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .guidePage .lead_text:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .lead_text:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.guidePage .container {
  background: #fff;
  padding: 64px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  margin-top: 56px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .guidePage .container {
    padding: 4.6852122987vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .container {
    padding: 5.7971014493vw 5.7971014493vw 11.5942028986vw;
    border-radius: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .guidePage .container {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .guidePage .container {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .guidePage .container {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .container {
    margin-top: 9.6618357488vw;
  }
}
.guidePage .sectionWrapper .section {
  padding: 48px 0;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section {
    padding: 3.513909224vw 0;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section {
    padding: 5.7971014493vw 0;
  }
}
.guidePage .sectionWrapper .section:not(:last-child) {
  border-bottom: 1px solid #C9C9C9;
}
.guidePage .sectionWrapper .section_title {
  padding-left: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section_title {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section_title {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section_title {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section_title {
    font-size: 4.347826087vw;
  }
}
.guidePage .sectionWrapper .section_title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #51A2F4;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section_title::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section_title::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.guidePage .sectionWrapper .section_text {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section_text {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section_text {
    margin-top: 2.8985507246vw;
  }
}
.guidePage .sectionWrapper .section_text a {
  display: inline;
  text-decoration: underline;
}
.guidePage .sectionWrapper .section_item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section_item:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.guidePage .sectionWrapper .section_item_title {
  font-weight: 700;
}
.guidePage .sectionWrapper .section dl {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section dl {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section dl {
    margin-top: 3.8647342995vw;
  }
}
.guidePage .sectionWrapper .section dl dt {
  padding-left: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section dl dt {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section dl dt {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section dl dt {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section dl dt {
    font-size: 4.347826087vw;
  }
}
.guidePage .sectionWrapper .section dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section dl dt::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section dl dt::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.guidePage .sectionWrapper .section dl:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .guidePage .sectionWrapper .section dl:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .guidePage .sectionWrapper .section dl:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.guidePage.privacyPolicyPage::after {
  background: #FDEDDF;
}
.guidePage.privacyPolicyPage .mainHeader_title::before {
  background: #F0924D;
}
.guidePage.privacyPolicyPage .mainHeader_image_text {
  color: #F0924D;
}