@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 );
  }
}
*/
.main .button {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  padding: 0 20px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff; }
  @media screen and (min-width: 829px) {
    .main .button {
      cursor: pointer;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .main .button:hover {
        background: #009FE6;
        color: #fff; } }
  @media screen and (max-width: 1366px) {
    .main .button {
      width: 21.96193vw;
      height: 5.85652vw;
      padding: 0 1.46413vw;
      border-radius: 5.85652vw;
      font-size: 1.1713vw; } }
  @media screen and (max-width: 828px) {
    .main .button {
      width: 57.97101vw;
      height: 13.52657vw;
      padding: 0 4.83092vw;
      border-radius: 13.52657vw;
      font-size: 3.86473vw; } }

.mainTitle {
  padding: 80px 0 64px; }
  @media screen and (max-width: 1366px) {
    .mainTitle {
      padding: 5.85652vw 0 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .mainTitle {
      padding: 7.72947vw 0 11.5942vw; } }
  .mainTitle_main, .mainTitle_sub {
    display: block;
    color: #1D4294; }
  .mainTitle_main {
    font-size: 6rem;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1.05; }
    @media screen and (max-width: 1366px) {
      .mainTitle_main {
        font-size: 4.39239vw; } }
    @media screen and (max-width: 828px) {
      .mainTitle_main {
        font-size: 11.5942vw; } }
  .mainTitle_sub {
    font-size: 1.8rem;
    margin-top: 10px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.08em;
    font-weight: 700; }
    @media screen and (max-width: 1366px) {
      .mainTitle_sub {
        font-size: 1.31772vw; } }
    @media screen and (max-width: 828px) {
      .mainTitle_sub {
        font-size: 3.62319vw; } }
    @media screen and (max-width: 1366px) {
      .mainTitle_sub {
        margin-top: 0.73206vw; } }
    @media screen and (max-width: 828px) {
      .mainTitle_sub {
        margin-top: 3.38164vw; } }

.contentTitle {
  margin-bottom: 80px; }
  @media screen and (max-width: 1366px) {
    .contentTitle {
      margin-bottom: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .contentTitle {
      margin-bottom: 13.52657vw; } }
  .contentTitle_main {
    font-size: 4rem;
    line-height: 1;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 1366px) {
      .contentTitle_main {
        font-size: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .contentTitle_main {
        font-size: 9.66184vw; } }
  .contentTitle_sub {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 8px; }
    @media screen and (max-width: 1366px) {
      .contentTitle_sub {
        font-size: 1.0981vw; } }
    @media screen and (max-width: 828px) {
      .contentTitle_sub {
        font-size: 3.62319vw; } }
    @media screen and (max-width: 1366px) {
      .contentTitle_sub {
        margin-top: 0.58565vw; } }
    @media screen and (max-width: 828px) {
      .contentTitle_sub {
        margin-top: 1.93237vw; } }

.contentButton {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto; }
  .contentButton a {
    font-size: 1.5rem;
    position: relative;
    line-height: 2;
    padding-right: 40px;
    padding-bottom: 16px;
    letter-spacing: 0.08em;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: solid 1px #333; }
    @media screen and (max-width: 1366px) {
      .contentButton a {
        font-size: 1.0981vw; } }
    @media screen and (max-width: 828px) {
      .contentButton a {
        font-size: 3.62319vw; } }
    @media screen and (max-width: 1366px) {
      .contentButton a {
        padding-right: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .contentButton a {
        padding-right: 11.11111vw; } }
    @media screen and (max-width: 1366px) {
      .contentButton a {
        padding-bottom: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .contentButton a {
        padding-bottom: 3.86473vw; } }
    .contentButton a:before {
      content: "";
      background: url(../img/common/arrow_circle_black.svg) no-repeat center center/contain;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 2px;
      right: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media screen and (max-width: 1366px) {
        .contentButton a:before {
          width: 1.75695vw;
          height: 1.75695vw; } }
      @media screen and (max-width: 828px) {
        .contentButton a:before {
          width: 7.24638vw;
          height: 7.24638vw; } }
    @media screen and (min-width: 829px) {
      .contentButton a:hover:before {
        right: -0.73206vw; } }

.contentBlock-right, .contentBlock-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 828px) {
    .contentBlock-right, .contentBlock-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; } }
  .contentBlock-right_text, .contentBlock-left_text {
    width: 100%;
    max-width: calc( 660 / 1366 * 100%); }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_text, .contentBlock-left_text {
        max-width: 29.20937vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_text, .contentBlock-left_text {
        max-width: initial; } }
    .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
      font-size: 3.4rem;
      margin-bottom: 40px;
      letter-spacing: 0.04em;
      line-height: 1.2; }
      @media screen and (max-width: 1366px) {
        .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
          font-size: 2.48902vw; } }
      @media screen and (max-width: 828px) {
        .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
          font-size: 8.21256vw; } }
      @media screen and (max-width: 1366px) {
        .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
          margin-bottom: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
          margin-bottom: 9.66184vw; } }
      @media screen and (max-width: 828px) {
        .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
          width: 84.54106vw;
          margin: 0 auto;
          margin-bottom: 11.5942vw; } }
      .contentBlock-right_text .contentTitle-ruby, .contentBlock-left_text .contentTitle-ruby {
        font-size: 1.5rem;
        letter-spacing: 0.03em;
        margin-top: 8px;
        margin-left: 0; }
        @media screen and (max-width: 1366px) {
          .contentBlock-right_text .contentTitle-ruby, .contentBlock-left_text .contentTitle-ruby {
            font-size: 1.0981vw; } }
        @media screen and (max-width: 828px) {
          .contentBlock-right_text .contentTitle-ruby, .contentBlock-left_text .contentTitle-ruby {
            font-size: 3.62319vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_text .contentText, .contentBlock-left_text .contentText {
        margin-top: 7.72947vw; } }
  .contentBlock-right_image, .contentBlock-left_image {
    width: 100%;
    max-width: calc( 684 / 1366 * 100%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_image, .contentBlock-left_image {
        padding-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image, .contentBlock-left_image {
        padding-top: 9.66184vw; } }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_image, .contentBlock-left_image {
        padding-bottom: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image, .contentBlock-left_image {
        padding-bottom: 9.66184vw; } }
    @media screen and (max-width: 1920px) {
      .contentBlock-right_image, .contentBlock-left_image {
        max-width: 684px; } }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_image, .contentBlock-left_image {
        max-width: 50.07321vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image, .contentBlock-left_image {
        max-width: 91.78744vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image-pc, .contentBlock-left_image-pc {
        display: none; } }
    @media screen and (min-width: 829px) {
      .contentBlock-right_image-sp, .contentBlock-left_image-sp {
        display: none; } }

.contentBlock-right {
  padding-left: calc( (100% - 1200px ) / 2); }
  @media screen and (max-width: 1920px) {
    .contentBlock-right {
      padding-left: calc( (100% - 960px ) / 2); } }
  @media screen and (max-width: 1366px) {
    .contentBlock-right {
      padding-left: calc( (100% - 70.27818vw) / 2); } }
  @media screen and (max-width: 828px) {
    .contentBlock-right {
      padding-left: 0; } }
  .contentBlock-right_text {
    margin-right: 80px; }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_text {
        margin-right: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_text {
        margin-right: 0vw; } }
  .contentBlock-right_image {
    padding-right: 40px;
    background: url(../img/common/contents_bg-right.webp) no-repeat top right/cover;
    background-size: 90%,auto; }
    @media screen and (max-width: 1366px) {
      .contentBlock-right_image {
        padding-right: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image {
        padding-right: 0vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-right_image {
        margin-right: 0;
        margin-left: auto; } }

.contentBlock-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  padding-right: calc( (100% - 1200px ) / 2); }
  @media screen and (max-width: 1920px) {
    .contentBlock-left {
      padding-right: calc( (100% - 960px ) / 2); } }
  @media screen and (max-width: 1366px) {
    .contentBlock-left {
      padding-right: calc( (100% - 70.27818vw) / 2); } }
  @media screen and (max-width: 828px) {
    .contentBlock-left {
      padding-right: 0; } }
  .contentBlock-left_text {
    margin-left: 80px; }
    @media screen and (max-width: 1366px) {
      .contentBlock-left_text {
        margin-left: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-left_text {
        margin-left: 0vw; } }
  .contentBlock-left_image {
    padding-left: 40px;
    background: url(../img/common/contents_bg-left.webp) no-repeat bottom left/cover;
    background-size: 90%,auto; }
    @media screen and (max-width: 1366px) {
      .contentBlock-left_image {
        padding-left: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-left_image {
        padding-left: 0vw; } }
    @media screen and (max-width: 828px) {
      .contentBlock-left_image {
        margin-left: 0;
        margin-right: auto; } }

.contentText {
  line-height: 2;
  font-size: 1.5rem; }
  @media screen and (max-width: 1366px) {
    .contentText {
      font-size: 1.0981vw; } }
  @media screen and (max-width: 828px) {
    .contentText {
      font-size: 3.62319vw; } }
  @media screen and (max-width: 828px) {
    .contentText {
      width: 84.54106vw;
      margin: 0 auto; } }
  .contentText > .contentButton {
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .contentText > .contentButton {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .contentText > .contentButton {
        margin-top: 11.5942vw; } }

.benefits, .educationalSystem {
  margin-top: 100px; }
  @media screen and (max-width: 1366px) {
    .benefits, .educationalSystem {
      margin-top: 7.32064vw; } }
  @media screen and (max-width: 828px) {
    .benefits, .educationalSystem {
      margin-top: 24.15459vw; } }
