/* crimson-text-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/crimson-text-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* crimson-text-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/crimson-text-v19-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* shippori-mincho-regular - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v17-japanese-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

.topPage .secTtl {
  font-size: 4.2rem;
  line-height: 1.7;
  margin-bottom: 68px; }
  @media screen and (max-width: 768px) {
    .topPage .secTtl {
      font-size: 2.2rem;
      text-align: center;
      line-height: 1.65;
      margin-bottom: 25px; } }
  .topPage .secTtl span {
    display: inline-block;
    padding-left: 70px;
    background: url("../cmn_img/item02.png") no-repeat top 13px left/42px 33px; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl span {
        padding: 40px 0 0 0;
        background-size: 33px 25px;
        background-position: center top; } }
  .topPage .secTtl.wh span {
    color: #fff; }

.topPage .mv {
  position: relative;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .topPage .mv {
      height: calc(100vh - 200px);
      overflow: hidden; } }
  .topPage .mv .mv_pc, .topPage .mv .mv_sp {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    .topPage .mv .mv_sp {
      height: calc(100vh - 200px); } }
  .topPage .mv .mainWrap {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .mv .mainWrap {
        top: 40%; } }
    .topPage .mv .mainWrap .enTx {
      font-size: 1.5rem;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mainWrap .enTx {
          font-size: 1.2rem; } }
    .topPage .mv .mainWrap .copy {
      line-height: 1.65;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mainWrap .copy {
          font-size: 1.4rem;
          margin-top: 15px; } }
      .topPage .mv .mainWrap .copy .tx01 {
        font-size: 5.6rem;
        display: block; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainWrap .copy .tx01 {
            font-size: 2.5rem; } }
      .topPage .mv .mainWrap .copy .tx02 {
        font-size: 3.0rem;
        display: inline-block;
        padding: 0 40px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainWrap .copy .tx02 {
            font-size: 1.8rem;
            padding: 0 30px;
            margin-top: 3px; } }
        .topPage .mv .mainWrap .copy .tx02::before, .topPage .mv .mainWrap .copy .tx02::after {
          content: "";
          position: absolute;
          top: 46%;
          left: 0%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: url("../cmn_img/item01.png") no-repeat center center/cover;
          width: 22px;
          height: 22px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .mainWrap .copy .tx02::before, .topPage .mv .mainWrap .copy .tx02::after {
              width: 16px;
              height: 16px; } }
        .topPage .mv .mainWrap .copy .tx02::after {
          left: auto;
          right: 0; }
  .topPage .mv .boshuArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px 15px;
    background: #a7965a;
    font-size: 4.0rem;
    color: #fff;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .topPage .mv .boshuArea {
        font-size: 1.8rem;
        padding: 15px 10px 11px; } }
  .topPage .mv .pointList {
    position: absolute;
    left: 50px;
    bottom: 25px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .topPage .mv .pointList {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        bottom: 80px; } }
    .topPage .mv .pointList > li {
      display: inline-block;
      vertical-align: top;
      width: 140px;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .pointList > li {
          width: 100px;
          margin-right: 12px; } }
      .topPage .mv .pointList > li.last {
        margin-right: 0; }

.topPage .sec01 {
  overflow: hidden;
  position: relative; }
  .topPage .sec01::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 53%;
    background: #f8f9f0; }
    @media screen and (max-width: 768px) {
      .topPage .sec01::before {
        height: 42%; } }
  .topPage .sec01 .imgArea {
    position: absolute;
    height: calc(100% - 300px);
    right: 0;
    width: 57%;
    border-radius: 4px;
    overflow: hidden;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .imgArea {
        position: static;
        height: auto;
        padding-top: 0;
        width: calc(100% - 20px);
        margin: 0 0 0 auto; } }
    .topPage .sec01 .imgArea span {
      display: block;
      width: 100%;
      height: 100%; }
      .topPage .sec01 .imgArea span::before {
        padding-top: 0;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .imgArea span::before {
            padding-top: 66%; } }
      .topPage .sec01 .imgArea span img {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transition-duration: 2s;
        -o-transition-duration: 2s;
        transition-duration: 2s;
        opacity: 0; }
    .topPage .sec01 .imgArea.animated {
      opacity: 1; }
      .topPage .sec01 .imgArea.animated span img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
  .topPage .sec01 .txArea {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .txArea {
        margin-top: 40px; } }
    .topPage .sec01 .txArea::before {
      content: "";
      position: absolute;
      right: 0;
      top: -75px;
      background: url("../cmn_img/top/sec01_img02.png") no-repeat center center/cover;
      width: 112px;
      height: 230px;
      z-index: 9;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-transition-duration: .7s;
      -o-transition-duration: .7s;
      transition-duration: .7s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txArea::before {
          width: 65px;
          height: 130px;
          top: -65px;
          right: -5px; } }
    .topPage .sec01 .txArea .ttl {
      font-size: 1.8rem;
      padding-left: 40px;
      letter-spacing: 0.25em;
      background: url("../cmn_img/item02.png") no-repeat top 8px left/22px 18px;
      font-style: italic; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txArea .ttl {
          font-size: 1.4rem;
          padding-left: 30px;
          background-size: 16px 14px;
          background-position: left top 7px; } }
    .topPage .sec01 .txArea .copy {
      font-size: 4.2rem;
      margin-top: 25px;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txArea .copy {
          font-size: 2.2rem;
          margin-top: 15px; } }
      .topPage .sec01 .txArea .copy span {
        color: #91111b; }
    .topPage .sec01 .txArea .tx {
      font-size: 1.6rem;
      width: 34%;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txArea .tx {
          font-size: 1.3rem;
          width: 100%;
          margin-top: 20px; } }
    .topPage .sec01 .txArea.animated::before {
      top: -60px;
      opacity: 1; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txArea.animated::before {
          top: -55px; } }

.topPage .sec02 {
  position: relative;
  overflow: hidden; }
  .topPage .sec02::before {
    content: "Learning";
    position: absolute;
    top: 50px;
    right: -25px;
    line-height: 1;
    font-size: 22.0rem;
    color: #f5f5f5;
    width: 100%;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::before {
        font-size: 8.6rem;
        right: 0;
        text-align: center;
        top: 30px; } }
  .topPage .sec02 .pointList {
    width: calc(50% + 620px);
    margin: 0 0 auto auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .pointList {
        width: calc(100% - 20px); } }
    .topPage .sec02 .pointList::before, .topPage .sec02 .pointList::after {
      content: "";
      position: absolute;
      top: -25px;
      left: -25px;
      background: #fff;
      width: 50px;
      height: 50px;
      border-radius: 90px;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList::before, .topPage .sec02 .pointList::after {
          width: 34px;
          height: 34px;
          top: -17px;
          left: -17px; } }
    .topPage .sec02 .pointList::after {
      top: auto;
      bottom: -25px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList::after {
          bottom: -17px; } }
    .topPage .sec02 .pointList > li {
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList > li::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          z-index: 1; } }
      .topPage .sec02 .pointList > li .bg::before {
        padding-top: 0;
        height: 540px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .bg::before {
            height: 220px; } }
      .topPage .sec02 .pointList > li .bg img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transition-duration: 2s;
        -o-transition-duration: 2s;
        transition-duration: 2s; }
      .topPage .sec02 .pointList > li .bg.animated img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .topPage .sec02 .pointList > li .txWrap {
        position: absolute;
        top: 52%;
        left: 100px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .txWrap {
            left: 25px;
            padding: 0 25px 0 0;
            z-index: 10;
            top: 52%; } }
        .topPage .sec02 .pointList > li .txWrap .copy {
          font-size: 4.0rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .txWrap .copy {
              font-size: 2.0rem;
              line-height: 1.7; } }
        .topPage .sec02 .pointList > li .txWrap .tx {
          font-size: 2.0rem;
          margin-top: 15px;
          line-height: 2.4; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .txWrap .tx {
              font-size: 1.3rem;
              line-height: 1.8;
              margin-top: 4px; } }
      .topPage .sec02 .pointList > li .enTx {
        font-size: 2.6rem;
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 9;
        color: #fff;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .enTx {
            font-size: 1.6rem;
            left: auto;
            right: 12px;
            top: 12px;
            z-index: 10; } }
        .topPage .sec02 .pointList > li .enTx span {
          font-size: 1.3rem;
          letter-spacing: 0.2em;
          font-style: italic;
          padding-left: 20px;
          margin-left: 20px;
          display: inline-block;
          border-left: 1px solid #ddd;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .enTx span {
              font-size: 1.0rem;
              padding-left: 10px;
              margin-left: 10px; } }

.topPage .sec03 .reasonList > li::before, .topPage .sec03 .reasonList > li::after, .topPage .sec03 .reasonList > li .wrap::before, .topPage .sec03 .reasonList > li .wrap::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .reasonList > li::before, .topPage .sec03 .reasonList > li::after, .topPage .sec03 .reasonList > li .wrap::before, .topPage .sec03 .reasonList > li .wrap::after {
      width: 20px;
      height: 20px;
      top: -10px;
      left: -10px; } }

.topPage .sec03 .reasonList > li {
  position: relative;
  text-align: center; }
  .topPage .sec03 .reasonList > li::after {
    left: auto;
    right: -15px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .reasonList > li::after {
        right: -10px; } }
  .topPage .sec03 .reasonList > li .wrap {
    background: #f8f9f0;
    padding: 35px 30px 50px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .reasonList > li .wrap {
        padding: 15px 17px 25px; } }
    .topPage .sec03 .reasonList > li .wrap::before {
      top: auto;
      bottom: -15px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap::before {
          bottom: -10px; } }
    .topPage .sec03 .reasonList > li .wrap::after {
      top: auto;
      bottom: -15px;
      left: auto;
      right: -15px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap::after {
          right: -10px;
          bottom: -10px; } }
    .topPage .sec03 .reasonList > li .wrap .icon {
      width: 120px;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap .icon {
          max-width: 80px;
          width: 100%; } }
    .topPage .sec03 .reasonList > li .wrap .ttl {
      font-size: 2.6rem;
      line-height: 1.7;
      color: #242c60;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap .ttl {
          margin-top: 10px;
          font-size: 1.5rem; } }
    .topPage .sec03 .reasonList > li .wrap .tx {
      font-size: 1.5rem;
      margin-top: 7px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap .tx {
          font-size: 1.2rem;
          margin-top: 5px; } }
    .topPage .sec03 .reasonList > li .wrap .btn {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .reasonList > li .wrap .btn {
          margin-top: 10px; } }
      .topPage .sec03 .reasonList > li .wrap .btn a {
        display: block;
        background: #242c60;
        border-radius: 4px;
        overflow: hidden;
        color: #fff;
        text-align: center;
        padding: 11px 5px 9px;
        font-size: 1.5rem;
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .reasonList > li .wrap .btn a {
            font-size: 1.1rem;
            padding: 7px 0 5px; } }
        .topPage .sec03 .reasonList > li .wrap .btn a::before {
          content: "";
          position: absolute;
          width: 9px;
          height: 1px;
          background: #fff;
          top: 50%;
          right: 15px;
          margin-top: -1px; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .reasonList > li .wrap .btn a::before {
              width: 7px;
              right: 10px; } }
        .topPage .sec03 .reasonList > li .wrap .btn a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 19px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 9px;
          background: #fff; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .reasonList > li .wrap .btn a::after {
              height: 7px;
              right: 13px; } }
        .topPage .sec03 .reasonList > li .wrap .btn a:hover {
          background: #333;
          letter-spacing: 0.07em; }

.topPage .sec04 {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  padding: 80px; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 {
      padding: 30px 20px; } }
  .topPage .sec04 .secTtl {
    text-align: center; }
  .topPage .sec04 .readTx {
    font-size: 2.2rem;
    text-align: center;
    margin-top: -30px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .readTx {
        font-size: 1.3rem;
        margin-top: -20px; } }
    .topPage .sec04 .readTx span {
      color: #91111b; }
  .topPage .sec04 .curiList {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .curiList {
        padding-top: 25px;
        margin-top: 20px; } }
    .topPage .sec04 .curiList > li {
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      font-size: 1.7rem;
      padding-left: 24px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .curiList > li {
          width: 100%;
          font-size: 1.3rem;
          padding-left: 11px; } }
      .topPage .sec04 .curiList > li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 5px;
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .curiList > li::before {
            width: 4px;
            height: 4px;
            left: 0;
            top: 9px; } }
  .topPage .sec04 .priceList {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .priceList {
        margin-top: 10px; } }
    .topPage .sec04 .priceList > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 4.4rem;
      line-height: 1;
      margin-right: 45px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .priceList > li {
          font-size: 2.2rem;
          margin-right: 15px; } }
      .topPage .sec04 .priceList > li::before {
        content: "+";
        position: absolute;
        top: 50%;
        right: -30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2.2rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .priceList > li::before {
            font-size: 1.3rem;
            right: -12px; } }
      .topPage .sec04 .priceList > li .tx01 {
        background: #333;
        color: #fff;
        font-size: 1.6rem;
        border-radius: 4px;
        overflow: hidden;
        padding: 8px 10px 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 8px; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .priceList > li .tx01 {
            font-size: 1.0rem;
            padding: 7px 8px 4px;
            margin-right: 3px;
            margin-bottom: 6px;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9); } }
      .topPage .sec04 .priceList > li .tx02 {
        font-size: 2.0rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .priceList > li .tx02 {
            font-size: 1.2rem; } }
      .topPage .sec04 .priceList > li.last {
        margin-right: 0; }
        .topPage .sec04 .priceList > li.last::before {
          content: none; }

.topPage .sec05 {
  text-align: center; }
  .topPage .sec05 .readTx {
    font-size: 2.0rem;
    margin-top: -30px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .readTx {
        font-size: 1.3rem;
        text-align: left;
        margin-top: -10px; } }
  .topPage .sec05 .youtubeWrap {
    margin: 40px auto 0 auto; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .youtubeWrap {
        margin-top: 30px; } }
  .topPage .sec05 .thum {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 40px auto 0 auto; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .thum {
        margin-top: 30px; } }
    .topPage .sec05 .thum img {
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s; }
    .topPage .sec05 .thum .txWrap {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .thum .txWrap {
          top: 48%; } }
      .topPage .sec05 .thum .txWrap .arw {
        width: 152px;
        height: 153px;
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .thum .txWrap .arw {
            width: 70px;
            height: 70px; } }
        .topPage .sec05 .thum .txWrap .arw::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -76px;
          background: url("../cmn_img/top/sec05_img02.png") no-repeat center center/cover;
          width: 152px;
          height: 153px;
          -webkit-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
          -webkit-transition-duration: 1s;
          -o-transition-duration: 1s;
          transition-duration: 1s; }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .thum .txWrap .arw::before {
              width: 70px;
              height: 70px;
              margin-left: -35px; } }
        .topPage .sec05 .thum .txWrap .arw::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -8px;
          margin-top: -64px;
          background: url("../cmn_img/top/sec05_img03.png") no-repeat center center/cover;
          width: 29px;
          height: 31px; }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .thum .txWrap .arw::after {
              width: 13px;
              height: 14px;
              margin-top: -36px;
              margin-left: -4px; } }
      .topPage .sec05 .thum .txWrap .tx {
        font-size: 3.0rem;
        line-height: 1.7;
        color: #fff;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .thum .txWrap .tx {
            font-size: 1.5rem;
            margin-top: 15px; } }
        .topPage .sec05 .thum .txWrap .tx span {
          display: block;
          font-size: 1.5rem;
          letter-spacing: 0.25em;
          font-style: italic; }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .thum .txWrap .tx span {
              font-size: 1.0rem; } }
    .topPage .sec05 .thum:hover img {
      -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
      transform: scale(0.99); }
    .topPage .sec05 .thum:hover .txWrap .arw::before {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.topPage .sec06 {
  overflow: hidden; }
  .topPage .sec06 .stepList {
    position: relative;
    /*&::before{
				content: "";
				position: absolute;
				top: -30px;
				right: 0;
				background: url("../cmn_img/top/sec06_item01.png") no-repeat center center / cover;
				width: 128px;
				height: 105px;
				z-index: 9;
				@media screen and (max-width: $break-m) {
					width: 80px;
					height: 65px;
					right: -30px;
				}
			}*/ }
    .topPage .sec06 .stepList > li {
      font-size: 0;
      padding: 15px 0;
      border-top: 1px solid #ddd; }
      .topPage .sec06 .stepList > li .icon {
        width: 140px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .stepList > li .icon {
            width: 70px;
            margin-right: 20px; } }
      .topPage .sec06 .stepList > li .txBox {
        width: calc(100% - 200px);
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .stepList > li .txBox {
            width: calc(100% - 90px); } }
        .topPage .sec06 .stepList > li .txBox .ttl {
          font-size: 2.6rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec06 .stepList > li .txBox .ttl {
              font-size: 1.5rem;
              line-height: 1.6; } }
          .topPage .sec06 .stepList > li .txBox .ttl span {
            display: inline-block;
            margin-right: 20px;
            font-size: 3.2rem; }
            @media screen and (max-width: 768px) {
              .topPage .sec06 .stepList > li .txBox .ttl span {
                font-size: 1.6rem;
                margin-right: 7px;
                margin-bottom: 4px;
                vertical-align: middle; } }
        .topPage .sec06 .stepList > li .txBox .tx {
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec06 .stepList > li .txBox .tx {
              font-size: 1.2rem;
              margin-top: -3px; } }
          .topPage .sec06 .stepList > li .txBox .tx .link {
            text-decoration: underline;
            display: inline-block;
            padding-right: 20px;
            background: url("../cmn_img/icon_link_red.png") no-repeat center right/12px 12px;
            margin-right: 8px;
            color: #91111b; }
            @media screen and (max-width: 768px) {
              .topPage .sec06 .stepList > li .txBox .tx .link {
                background-size: 8px 8px;
                padding-right: 12px;
                margin-right: 4px; } }
            .topPage .sec06 .stepList > li .txBox .tx .link:hover {
              text-decoration: none; }
      .topPage .sec06 .stepList > li.last {
        border-bottom: 1px solid #ddd; }

.topPage .sec07 {
  padding: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #91111b; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 {
      padding: 2px; } }
  .topPage .sec07 .inr {
    border: 1px solid #91111b;
    padding: 80px;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .inr {
        padding: 27px 10px; } }
  .topPage .sec07 .readTx {
    margin-top: -30px;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .readTx {
        text-align: left;
        font-size: 1.3rem;
        width: calc(100% - 15px);
        margin: -15px auto 0; } }
    .topPage .sec07 .readTx span {
      color: #91111b; }
  .topPage .sec07 .bgBox {
    background: #f5f5f5;
    padding: 50px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    overflow: initial;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .bgBox {
        margin-top: 40px;
        padding: 30px 20px 20px; } }
    .topPage .sec07 .bgBox .ttl {
      position: absolute;
      width: 100%;
      text-align: center;
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .topPage .sec07 .bgBox .ttl {
          top: -12px; } }
      .topPage .sec07 .bgBox .ttl span {
        display: inline-block;
        background: #333;
        font-size: 2.0rem;
        color: #fff;
        line-height: 1.7;
        padding: 3px 20px 1px;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .bgBox .ttl span {
            font-size: 1.3rem;
            padding: 3px 12px 1px; } }
    .topPage .sec07 .bgBox .imgWrap {
      width: 32%;
      margin-left: 5%;
      display: inline-block;
      vertical-align: middle;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .topPage .sec07 .bgBox .imgWrap {
          width: 100%;
          margin: 20px auto 0 0; } }
    .topPage .sec07 .bgBox .txWrap {
      width: 63%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec07 .bgBox .txWrap {
          width: 100%; } }
      .topPage .sec07 .bgBox .txWrap ul > li {
        margin-bottom: 16px;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .bgBox .txWrap ul > li {
            font-size: 1.2rem; } }
        .topPage .sec07 .bgBox .txWrap ul > li .ttl02 {
          font-size: 2.0rem;
          padding-left: 22px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .topPage .sec07 .bgBox .txWrap ul > li .ttl02 {
              font-size: 1.5rem;
              padding-left: 15px; } }
          .topPage .sec07 .bgBox .txWrap ul > li .ttl02::before {
            content: "";
            position: absolute;
            top: 16px;
            left: 3px;
            width: 6px;
            height: 6px;
            background: #333;
            border-radius: 90px; }
            @media screen and (max-width: 768px) {
              .topPage .sec07 .bgBox .txWrap ul > li .ttl02::before {
                width: 5px;
                height: 5px;
                left: 0;
                top: 11px; } }
        .topPage .sec07 .bgBox .txWrap ul > li.last {
          margin-bottom: 0; }

.topPage .sec08 {
  overflow: hidden;
  background: #f5f5f5; }
  .topPage .sec08 .navList {
    text-align: center; }
    .topPage .sec08 .navList > li {
      background: #fff;
      border-radius: 90px;
      padding: 12px 10px 10px;
      text-align: center;
      font-size: 1.8rem;
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .topPage .sec08 .navList > li {
          font-size: 1.3rem;
          width: 32%;
          margin: 0 2% 2% 0;
          padding: 8px 5px 6px; } }
      .topPage .sec08 .navList > li.current {
        background: #333;
        color: #fff; }
      @media screen and (max-width: 768px) {
        .topPage .sec08 .navList > li:nth-child(3n) {
          margin-right: 0; } }
  .topPage .sec08 .tab {
    margin-top: 30px; }
    .topPage .sec08 .tab table tr th {
      width: 20%; }
      @media screen and (max-width: 768px) {
        .topPage .sec08 .tab table tr th {
          width: 38%; } }
      .topPage .sec08 .tab table tr th span {
        padding-left: 20px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .tab table tr th span {
            padding-left: 10px; } }
        .topPage .sec08 .tab table tr th span::before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 6px;
          height: 6px;
          background: #91111b;
          border-radius: 90px; }
          @media screen and (max-width: 768px) {
            .topPage .sec08 .tab table tr th span::before {
              width: 4px;
              height: 4px;
              top: 5px; } }
    .topPage .sec08 .tab table tr td {
      font-size: 0; }
      .topPage .sec08 .tab table tr td .tx {
        width: calc(100% - 180px);
        display: inline-block;
        vertical-align: middle;
        padding-right: 60px;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .tab table tr td .tx {
            font-size: 1.3rem;
            width: 100%;
            padding: 0; } }
      .topPage .sec08 .tab table tr td .btn {
        width: 180px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .tab table tr td .btn {
            width: 100%;
            margin-top: 5px; } }
        .topPage .sec08 .tab table tr td .btn a {
          display: block;
          text-align: center;
          background: #242c60;
          color: #fff;
          border-radius: 4px;
          overflow: hidden;
          font-size: 1.5rem;
          padding: 13px 0 10px; }
          @media screen and (max-width: 768px) {
            .topPage .sec08 .tab table tr td .btn a {
              font-size: 1.1rem;
              padding: 8px 0 6px; } }
  .topPage .sec08 .slider01 {
    margin: 0; }
    .topPage .sec08 .slider01 .slick-slide {
      margin: 0; }

.topPage .sec09 {
  font-size: 0; }
  .topPage .sec09 .boxL {
    width: 55%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .sec09 .boxL {
        width: 100%;
        margin: 0 0 25px; } }
    .topPage .sec09 .boxL .copy {
      margin-top: -30px;
      font-size: 2.8rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .boxL .copy {
          margin-top: -10px;
          font-size: 1.7rem;
          text-align: center; } }
    .topPage .sec09 .boxL .tx {
      margin-top: 15px;
      font-size: 1.6rem;
      line-height: 2.4; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .boxL .tx {
          font-size: 1.2rem;
          margin-top: 10px; } }
  .topPage .sec09 .boxR {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec09 .boxR {
        width: 100%; } }

.topPage .sec10 {
  position: relative;
  background: fixed url("../cmn_img/top/sec10_bg.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .topPage .sec10 {
      background-attachment: scroll; } }
  .topPage .sec10 .voiceList > li {
    background: #fff;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec10 .voiceList > li {
        width: 100%;
        margin: 0 0 20px; } }
    .topPage .sec10 .voiceList > li .txBox {
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .sec10 .voiceList > li .txBox {
          padding: 20px; } }
      .topPage .sec10 .voiceList > li .txBox .tx {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec10 .voiceList > li .txBox .tx {
            font-size: 1.2rem; } }

.topPage .sec11 {
  background: #f5f5f5; }
  .topPage .sec11 .accordion {
    margin-bottom: 10px; }
    .topPage .sec11 .accordion dt, .topPage .sec11 .accordion dd {
      background: #fff;
      padding: 24px 35px 20px 75px;
      border-radius: 4px;
      overflow: hidden;
      font-size: 2.0rem;
      position: relative;
      line-height: 1.7;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .topPage .sec11 .accordion dt, .topPage .sec11 .accordion dd {
          font-size: 1.4rem;
          padding: 16px 35px 12px 50px; } }
      .topPage .sec11 .accordion dt::before, .topPage .sec11 .accordion dd::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 11px;
        height: 1px;
        background: #333; }
      .topPage .sec11 .accordion dt::after, .topPage .sec11 .accordion dd::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 25px;
        width: 1px;
        height: 11px;
        background: #333; }
      .topPage .sec11 .accordion dt span, .topPage .sec11 .accordion dd span {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 90px;
        background: #242c60; }
        @media screen and (max-width: 768px) {
          .topPage .sec11 .accordion dt span, .topPage .sec11 .accordion dd span {
            width: 22px;
            height: 22px;
            left: 15px; } }
        .topPage .sec11 .accordion dt span::before, .topPage .sec11 .accordion dd span::before {
          content: "Q";
          font-size: 2.0rem;
          line-height: 2;
          color: #fff;
          text-align: center;
          width: 100%;
          display: block; }
          @media screen and (max-width: 768px) {
            .topPage .sec11 .accordion dt span::before, .topPage .sec11 .accordion dd span::before {
              font-size: 1.1rem; } }
    .topPage .sec11 .accordion dd {
      display: none;
      padding: 25px 0 35px 75px;
      font-size: 1.5rem;
      background-color: rgba(0, 0, 0, 0); }
      @media screen and (max-width: 768px) {
        .topPage .sec11 .accordion dd {
          font-size: 1.2rem;
          padding: 18px 0 20px 50px; } }
      .topPage .sec11 .accordion dd::before, .topPage .sec11 .accordion dd::after {
        content: none; }
      .topPage .sec11 .accordion dd span {
        background: #ca6318;
        top: 35px; }
        @media screen and (max-width: 768px) {
          .topPage .sec11 .accordion dd span {
            top: 27px; } }
        .topPage .sec11 .accordion dd span::before {
          content: "A"; }

.remodal {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0) !important;
  transform: translateZ(0) translate3d(0, 0, 0) !important;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 50px !important; }
  @media screen and (max-width: 768px) {
    .remodal {
      padding: 30px 25px !important; } }
  .remodal .ttl {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .remodal .ttl {
        font-size: 1.7rem; } }
  .remodal .tx {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .remodal .tx {
        font-size: 1.3rem;
        margin-top: 5px; } }
  .remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-transition: opacity 0.2s ease !important;
    -o-transition: opacity 0.2s ease !important;
    transition: opacity 0.2s ease !important; }
