@charset "UTF-8";
/*
Theme Name: リモセル（Remote Sales Academy）.
Theme URI: https://
Description: リモセル（Remote Sales Academy）LPオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #02142b;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
html body {
  overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}

@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.arial {
  font-family: "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.teachers {
  font-family: "Teachers", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.roboto {
  font-family: "Roboto", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yugo {
  font-family: "Yugo", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", sans-serif;
}

.bah {
  font-family: "Bahnschrift", "DIN Condensed", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #02142b;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.6;
}

.description {
  line-height: 1.9375;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .description {
    line-height: 1.6;
  }
}

.wrapper {
  width: 100%;
}

.cont {
  width: 87%;
  max-width: 1100px;
  margin: 0 auto;
}

li {
  list-style: none;
}

.header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1100px) {
  .ham_block {
    display: none;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_logo {
    width: 269px;
  }
  .header .header_logo a {
    display: block;
  }
  .header .header_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .header .header__inner {
    padding: 16px 42px 12px 44px;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .gnav {
    margin-top: 28px;
  }
  .header .gnav ul {
    gap: 28px;
    margin-right: 28px;
  }
  .header .gnav li a {
    font-weight: 700;
    line-height: 2;
  }
  .header .header_right .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 17px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .header .header_right .flex a {
    font-size: 1rem;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 2;
  }
}
body.home .header .gnav li a {
  color: #fff;
}

.header_btn a {
  background: #ffff00;
  padding: 14px 30px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
}

#btn_animation a {
  display: block;
  position: relative;
  overflow: hidden;
}

#btn_animation a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 5s ease-in-out infinite;
          animation: btn_animation 5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.header.active {
  background: rgba(2, 28, 56, 0.9);
}

.btn a {
  background: #ffff00;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.btn a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-animation: none;
          animation: none;
}

#btn_animation2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

#btn_animation2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 70px 13px 60px;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  #btn_animation2 a {
    padding: 13px 40px;
    font-size: 1.8rem;
  }
}
#btn_animation2 a img {
  width: 45px;
  min-width: 45px;
}
@media screen and (max-width: 767.9px) {
  #btn_animation2 a img {
    width: 30px;
    min-width: 30px;
  }
}

#btn_animation2 a:before,
#btn_animation a:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #ffff00;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#btn_animation2 a:before {
  -webkit-animation: anime 1s ease-out infinite;
          animation: anime 1s ease-out infinite;
}

#btn_animation2 a:after {
  -webkit-animation: anime 1s ease-out 1s infinite;
          animation: anime 1s ease-out 1s infinite;
}

@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
@media screen and (max-width: 1099.9px) {
  .header {
    height: 80px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
  }
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1099.9px) {
  .header .header_logo {
    width: 200px;
  }
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .header .header_logo {
    width: 160px;
  }
}
@media screen and (max-width: 1099.9px) {
  .header .header_logo img {
    display: block;
  }
  .header .ham_block.btn {
    position: absolute;
    top: 13px;
    right: 48px;
  }
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .header .ham_block.btn {
    top: 18px;
  }
}
@media screen and (max-width: 1099.9px) {
  .header .ham_block.btn a {
    font-size: 1.6rem;
    height: 54px;
    padding: 0 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    place-content: center;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .header .ham_block.btn a {
    font-size: 1rem;
    border-radius: 5px;
    height: 28px;
    padding: 1px 13px;
  }
}
@media screen and (max-width: 1099.9px) {
  .header .header__inner {
    padding: 0 18px;
    height: 100%;
  }
  .header .header-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    background: #021c38;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-left: 26px;
  }
  .header .header-wrap .wrap {
    padding-right: 0;
    padding-top: 15px;
  }
  .header .gnav ul {
    display: block;
  }
  .header .gnav ul li {
    margin-bottom: 10px;
  }
  .header .gnav ul li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 2;
  }
  .header .header_right .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .header .header_right .flex a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 2;
  }
  .header .header_btn {
    padding-bottom: 40px;
  }
  .header .header_btn a {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .header .sp_logo {
    margin-bottom: 54px;
  }
  .header .sp_logo a {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .header .sp_logo a {
    width: 150px;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1099.9px) {
  body.home .hamburger__line,
  body.home .hamburger__line::before,
  body.home .hamburger__line::after {
    background: #fff;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px;
    right: 0;
    z-index: 99;
    border-radius: 50%;
    border: none;
    background: transparent;
  }
  /*activeクラスが付与されると線が回転して×になる*/
}
@media screen and (max-width: 1099.9px) and (max-width: 767.9px) {
  .hamburger {
    top: 5px;
  }
}
@media screen and (max-width: 1099.9px) {
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 24px;
    height: 1px;
    background: #003759;
  }
  .hamburger__line {
    top: 18px;
    right: 11px;
  }
  .hamburger__line::before {
    content: "";
    top: 8px;
    right: 0;
    width: 18px;
  }
  .hamburger__line::after {
    content: "";
    top: 16px;
    right: 0;
    width: 10px;
  }
  .hamburger.active span {
    top: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 24px;
    background: #fff;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 24px;
    background: #fff;
  }
  .hamburger.active span::before {
    opacity: 0;
  }
  .header-wrap.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.red {
  color: #c93120;
}

.yellow {
  color: #ffff00;
}

.blue {
  color: #087fe7;
}

.line {
  position: relative;
  z-index: 2;
}
.line::before {
  content: "";
  background: #ffff00;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

section.top_mv {
  display: block;
}

.top_mv {
  position: relative;
  min-height: 665px;
  height: calc(100dvh - 130px);
}
@media screen and (max-width: 767.9px) {
  .top_mv {
    min-height: 556px;
    height: calc(100svh - 110px);
  }
}
.top_mv .top_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_mv .top_mv_bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_mv .cont {
  position: relative;
  padding-top: 170px;
  max-width: 1140px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: auto;
    padding-bottom: 40px;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top_mv .cont h2 {
  font-size: 7.4rem;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont h2 {
    font-size: 3.38rem;
    margin-bottom: 10px;
  }
}
.top_mv .cont h2 .line {
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_mv .cont h2 .line::before {
  content: "";
  background: #fff;
  width: calc(100% - 14px);
  height: 5px;
  position: absolute;
  bottom: 18px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont h2 .line::before {
    height: 2.5px;
    bottom: 7px;
  }
}
.top_mv .cont h2 .line:nth-child(2)::before {
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont h2 .line:nth-child(2)::before {
    bottom: 1px;
  }
}
.top_mv .cont h2 .roboto {
  font-weight: 700;
  line-height: 1;
}
.top_mv .cont h2 .yellow,
.top_mv .cont h2 .roboto {
  display: inline;
}
.top_mv .cont p {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont p {
    font-size: 1rem;
  }
}

.top_mv_bottom {
  background: #02142b;
  padding: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom {
    padding: 20px 0;
  }
}
.top_mv_bottom .cont {
  max-width: 1170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 1250px) {
  .top_mv_bottom .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_mv_bottom .cont p {
  color: #fff;
}
.top_mv_bottom .cont .top_mv_bottom_title {
  padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom .cont .top_mv_bottom_title {
    padding: 0;
  }
}
.top_mv_bottom .cont .top_mv_bottom_title p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom .cont .top_mv_bottom_title p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.top_mv_bottom .cont .top_mv_bottom_text div {
  min-height: 70px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom .cont .top_mv_bottom_text div {
    min-height: 35px;
  }
}
.top_mv_bottom .cont .top_mv_bottom_text p {
  padding: 0 27px;
  font-size: 1.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom .cont .top_mv_bottom_text p {
    font-size: 2.4vw;
    padding: 0 10px;
  }
}
.top_mv_bottom .cont .top_mv_bottom_text div:nth-child(2) {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.top_mv_bottom .cont .top_mv_bottom_text div:nth-child(2) p {
  font-size: 1.87rem;
}
@media screen and (max-width: 767.9px) {
  .top_mv_bottom .cont .top_mv_bottom_text div:nth-child(2) p {
    font-size: 2.4vw;
  }
}
.top_mv_bottom .cont .top_mv_bottom_text div:nth-child(1) p {
  padding-left: 0;
}
.top_mv_bottom .cont .top_mv_bottom_text div:nth-child(3) p {
  padding-right: 0;
}

.heading1 {
  letter-spacing: 0.05em;
  font-size: 4.6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .heading1 {
    font-size: 2.4rem;
  }
}
.heading1 .teachers {
  font-size: 1.8rem;
  display: block;
  background: #ffff00;
  color: #02142b;
  letter-spacing: 0;
  line-height: 1.3333333333;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 11px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 767.9px) {
  .heading1 .teachers {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.sub_heading {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .sub_heading {
    font-size: 1.4rem;
  }
}

.worries {
  padding: 70px 0 52px;
}
@media screen and (max-width: 767.9px) {
  .worries {
    padding: 50px 0;
  }
}
.worries h2 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .worries h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.worries ul {
  gap: 20px 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .worries ul {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.worries ul li {
  width: calc((100% - 38px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .worries ul li {
    width: 100%;
    max-width: 500px;
  }
}
.worries ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 354/205;
  display: block;
}
.worries ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #eaeaea;
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .worries ul li p {
    font-size: 1.6rem;
  }
}
.worries .worries_text {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .worries .worries_text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.worries .worries_text span {
  font-size: 5rem;
}
@media screen and (max-width: 767.9px) {
  .worries .worries_text span {
    font-size: 2.4rem;
  }
}
.worries .worries_text .dots {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00));
  background: linear-gradient(transparent 75%, #ffff00 75%);
}
.worries .worries_text .dots span {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .worries .worries_text .dots span {
    padding-top: 20px;
    display: inline-block;
  }
}
.worries .worries_text .dots span::before {
  content: "";
  background: #02142b;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background: #02142b;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .worries .worries_text .dots span::before {
    width: 4px;
    top: 15px;
  }
}
.worries .worries_text .dots span:last-child::before {
  display: none;
}

.data {
  padding: 70px 0 105px;
  background-image: url(assets/img/data_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .data {
    padding: 50px 0;
  }
}
.data .heading1 {
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .data .heading1 {
    margin-bottom: 30px;
  }
}
.data .data_title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-left: 14px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .data .data_title {
    font-size: 1.8rem;
  }
}
.data .data_title::before {
  content: "";
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffff00;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .data .data_title::before {
    width: 18px;
    top: 0;
  }
}
.data .data1_text {
  color: #0d3574;
  font-size: 6.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .data .data1_text {
    font-size: 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.data .data1_text span {
  font-size: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .data .data1_text span {
    font-size: 3.8rem;
  }
}
.data .data1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px 0 50px;
  background: #fff;
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  .data .data1 {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.data .data1 img {
  margin-top: -65px;
  margin-bottom: -22px;
  margin-right: 50px;
  width: 216px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1250px) {
  .data .data1 img {
    margin-right: 0;
    width: 150px;
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .data .data1 img {
    height: unset;
    width: 100px;
    margin: 10px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.data .data2 {
  background: #fff;
  padding: 40px 50px 35px;
}
@media screen and (max-width: 767.9px) {
  .data .data2 {
    padding: 30px 20px;
  }
}
.data .data2 ul {
  gap: 30px 20px;
  margin-bottom: 36px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .data .data2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.data .data2 ul li {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .data .data2 ul li {
    width: 100%;
    max-width: 400px;
  }
}
.data .data2 ul .data_title {
  margin-bottom: 16px;
}
.data .data2 ul .before_wrap,
.data .data2 ul .after_wrap {
  padding: 16px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.data .data2 ul .before_wrap .teachers,
.data .data2 ul .after_wrap .teachers {
  font-size: 1.4rem;
  height: 58px;
  width: 94px;
  display: grid;
  place-content: center;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 767.9px) {
  .data .data2 ul .before_wrap .teachers,
  .data .data2 ul .after_wrap .teachers {
    width: 80px;
  }
}
.data .data2 ul .before_wrap .description,
.data .data2 ul .after_wrap .description {
  padding-left: 22px;
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .data .data2 ul .before_wrap .description,
  .data .data2 ul .after_wrap .description {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.data .data2 ul .before_wrap .description .arial,
.data .data2 ul .after_wrap .description .arial {
  font-size: 3.2rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 767.9px) {
  .data .data2 ul .before_wrap .description .arial,
  .data .data2 ul .after_wrap .description .arial {
    font-size: 2.6rem;
  }
}
.data .data2 ul .before_wrap {
  background: #f6f6f6;
  margin-bottom: 28px;
  position: relative;
}
.data .data2 ul .before_wrap::after {
  content: "";
  width: 32px;
  height: 10px;
  background: #02142b;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
.data .data2 ul .before_wrap .teachers {
  color: #797979;
}
.data .data2 ul .before_wrap .description {
  color: #797979;
  letter-spacing: 0.03em;
}
.data .data2 ul .before_wrap .description .arial {
  font-weight: 500;
}
.data .data2 ul .after_wrap {
  background: #2183d6;
}
.data .data2 ul .after_wrap .teachers {
  color: #fff;
}
.data .data2 ul .after_wrap .description {
  color: #fff;
  letter-spacing: 0.03em;
}
.data .data2 ul .after_wrap .description .arial {
  font-weight: 700;
}
.data .data2 .data2_text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border: dotted 3px #0d3574;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .data .data2 .data2_text {
    font-size: 1.8rem;
  }
}

.issues {
  background: #fafafa;
  padding: 83px 0 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .issues {
    padding: 50px 0;
  }
}
.issues .img1,
.issues .img2 {
  position: absolute;
}
.issues .img1 {
  left: 106px;
  top: 93px;
  width: 258px;
  max-width: 20%;
}
@media screen and (max-width: 1024px) {
  .issues .img1 {
    width: 90px;
    left: 0;
    top: 100px;
  }
}
.issues .img2 {
  top: 104px;
  right: 110px;
  width: 228px;
  max-width: 20%;
}
@media screen and (max-width: 1024px) {
  .issues .img2 {
    width: 90px;
    right: 0;
    top: 100px;
  }
}
.issues .cont {
  position: relative;
}
.issues .cont .heading1 {
  margin-bottom: 67px;
}
@media screen and (max-width: 767.9px) {
  .issues .cont .heading1 {
    margin-bottom: 40px;
  }
}
.issues .cont ul {
  gap: 28px 30px;
}
@media screen and (max-width: 767.9px) {
  .issues .cont ul {
    gap: 20px;
  }
}
.issues .cont li {
  width: calc((100% - 30px) / 2);
  background: #fff;
  padding: 30px 20px 40px;
  -webkit-box-shadow: -2.8px 6.4px 29px 1px rgba(57, 126, 200, 0.08);
          box-shadow: -2.8px 6.4px 29px 1px rgba(57, 126, 200, 0.08);
}
@media screen and (max-width: 767.9px) {
  .issues .cont li {
    width: 100%;
  }
}
.issues .cont li img {
  width: 44px;
  margin: 0 auto 14px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .issues .cont li img {
    width: 25px;
    margin-bottom: 10px;
  }
}
.issues .cont li p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767.9px) {
  .issues .cont li p {
    font-size: 1.8rem;
  }
}

.cta {
  background: #021c38;
  padding: 80px 0 90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .cta {
    padding: 40px 0 50px;
  }
}
.cta h2 {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 34px;
  line-height: 1.71875;
}
@media screen and (max-width: 767.9px) {
  .cta h2 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.best_fit {
  padding: 95px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .best_fit {
    padding: 50px 0;
  }
}
.best_fit .heading1 {
  font-size: 6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .best_fit .heading1 {
    font-size: 2.4rem;
  }
}
.best_fit .arrow {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767.9px) {
  .best_fit .arrow {
    width: 20px;
    margin-bottom: 20px;
  }
}
.best_fit .cont {
  max-width: 1250px;
  width: 90%;
}
@media screen and (max-width: 767.9px) {
  .best_fit .cont {
    width: 87%;
  }
}
.best_fit ul {
  background: #f1faff;
  border-radius: 20px;
  -webkit-box-shadow: -2.8px 6.4px 29px 1px rgba(125, 166, 210, 0.2);
          box-shadow: -2.8px 6.4px 29px 1px rgba(125, 166, 210, 0.2);
  padding: 85px 75px 75px;
  gap: 70px 28px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul {
    gap: 40px;
    padding: 30px 20px;
  }
}
.best_fit ul li {
  width: calc((100% - 28px) / 2);
  background: #fff;
  height: auto;
  padding: 0 13px 56px;
}
@media screen and (max-width: 1024px) {
  .best_fit ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.best_fit ul li h3 {
  color: #fff;
  background: #2183d6;
  border-radius: 100px;
  -webkit-transform: translateY(-29px);
          transform: translateY(-29px);
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 2.2rem;
  padding: 11px;
}
@media (max-width: 1400px) {
  .best_fit ul li h3 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .best_fit ul li h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li h3 {
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-inline: -12px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.best_fit ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li p {
    font-size: 1.5rem;
  }
}
.best_fit ul li img {
  margin-inline: auto;
  display: block;
}
.best_fit ul li:nth-child(1) img {
  width: 66%;
  margin-top: 0;
  margin-bottom: 34px;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(1) img {
    margin: 0 auto 10px;
    width: 200px;
  }
}
.best_fit ul li:nth-child(2) img {
  width: 76%;
  margin-top: -4px;
  padding-right: 11%;
  margin-bottom: 9px;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(2) img {
    padding: 0;
    width: 180px;
    margin-bottom: 10px;
  }
}
.best_fit ul li:nth-child(3) img {
  margin-bottom: 26px;
  margin-top: -3px;
  padding-left: 3%;
  width: 66%;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(3) img {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 220px;
  }
}
.best_fit ul li:nth-child(4) img {
  width: 74%;
  margin-bottom: 14px;
  margin-top: 4px;
  padding-left: 1%;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(4) img {
    width: 190px;
    padding: 0;
    margin-bottom: 10px;
  }
}
.best_fit ul li:nth-child(5) img {
  width: 81%;
  margin-top: -8px;
  padding-right: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(5) img {
    width: 210px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.best_fit ul li:nth-child(6) img {
  width: 82%;
  margin-top: 16px;
  padding-left: 2%;
  margin-bottom: 23px;
}
@media screen and (max-width: 767.9px) {
  .best_fit ul li:nth-child(6) img {
    width: 200px;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 15px;
  }
}

.case {
  background-image: url(assets/img/case_bg.webp);
  background-size: cover;
  overflow: hidden;
  padding: 347px 0 110px;
  margin-top: -245px;
  background-position: top center;
}
@media screen and (max-width: 767.9px) {
  .case {
    padding: 100px 0 50px;
    margin-top: -100px;
    background-size: 210%;
  }
}
.case .cont {
  max-width: 1150px;
}
.case .heading1 {
  margin-bottom: 3px;
}
.case .sub_heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .case .sub_heading {
    margin-bottom: 30px;
  }
}
.case ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  margin-bottom: 58px;
}
@media screen and (max-width: 767.9px) {
  .case ul {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.case ul li {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 34px 67px 46px 58px;
  gap: 16px 56px;
  width: 100%;
  -webkit-box-shadow: -2.8px 6.4px 29px 1px rgba(185, 193, 202, 0.2);
          box-shadow: -2.8px 6.4px 29px 1px rgba(185, 193, 202, 0.2);
}
@media (max-width: 1200px) {
  .case ul li {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .case ul li {
    width: 100%;
    padding: 20px 15px;
    gap: 10px;
  }
}
.case ul .left {
  width: 31.5%;
}
@media screen and (max-width: 767.9px) {
  .case ul .left {
    width: 100%;
  }
}
.case ul .left img {
  width: 100%;
  border-radius: 50%;
  display: block;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .case ul .left img {
    width: 150px;
    margin: 0 auto 10px;
  }
}
.case ul .left p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .case ul .left p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.case ul .left span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #52575d;
}
@media screen and (max-width: 767.9px) {
  .case ul .left span {
    font-size: 1rem;
  }
}
.case ul .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .case ul .right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.case ul .right .before_after {
  width: 100%;
}
.case ul .right .before_after .flex {
  border-radius: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .before_after .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.case ul .right .before_after .teachers {
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 180px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .before_after .teachers {
    font-size: 2rem;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
.case ul .right .before_after .description {
  padding: 22px 30px 24px 35px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  letter-spacing: 0.03em;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .before_after .description {
    line-height: 1.6;
    font-size: 1.4rem;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px 15px;
  }
}
.case ul .right .before_after .before_wrap {
  margin-bottom: 35px;
  color: #003759;
}
.case ul .right .before_after .before_wrap .teachers {
  background: #797979;
}
.case ul .right .before_after .before_wrap .description {
  background: #edecec;
  color: #676767;
  position: relative;
}
.case ul .right .before_after .before_wrap .description::before {
  content: "";
  width: 42px;
  height: 10px;
  background: #02142b;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -22px;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case ul .right .before_after .after_wrap {
  margin-bottom: 35px;
}
.case ul .right .before_after .after_wrap .teachers {
  padding-left: 2px;
}
.case ul .right .before_after .after_wrap .teachers {
  background: #2183d6;
}
.case ul .right .before_after .after_wrap .description {
  background: #eef7fe;
  color: #225597;
}
.case ul .right .comment {
  position: relative;
  padding: 29px 25px 27px 25px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment {
    padding: 20px 14px;
    border: dotted 2px #2183d6;
    border-radius: 5px;
  }
}
.case ul .right .comment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment img {
    display: none;
  }
}
.case ul .right .comment .h3_wrap {
  background: #fff;
  position: absolute;
  background-color: #fff;
  top: -28px;
  font-weight: 800;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment .h3_wrap {
    top: -20px;
  }
}
.case ul .right .comment h3 {
  padding: 3px 16px;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #2183d6 0%, #0c2d6e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment h3 {
    font-size: 2.4rem;
  }
}
.case ul .right .comment p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment p {
    font-size: 1.4rem;
  }
}
.case ul .right .comment p span {
  display: inline;
  background: #ffff00;
}
.case .case_ex .case_ex_wrap {
  margin-bottom: 6px;
  background: #fff;
  border: solid 4px #021c38;
  border-radius: 10px;
  padding: 27px 75px 48px 44px;
  position: relative;
}
@media (max-width: 1200px) {
  .case .case_ex .case_ex_wrap {
    padding-right: 44px;
  }
}
@media (max-width: 1100px) {
  .case .case_ex .case_ex_wrap {
    padding-right: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap {
    padding: 20px 20px;
    border-width: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case .case_ex .case_ex_wrap::before {
  content: "";
  width: 1px;
  height: calc(100% - 102px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ccc;
}
@media (max-width: 1100px) {
  .case .case_ex .case_ex_wrap::before {
    display: none;
  }
}
.case .case_ex .case_ex_wrap .detail {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.case .case_ex .case_ex_wrap .detail .top {
  gap: 23px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .top {
    gap: 10px;
    margin-bottom: 5px;
  }
}
.case .case_ex .case_ex_wrap .detail .top p {
  background: #ffff00;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .top p {
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}
.case .case_ex .case_ex_wrap .detail .top h3 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .top h3 {
    font-size: 1.6rem;
  }
}
.case .case_ex .case_ex_wrap .detail .bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding-left: 23px;
  margin-top: -5px;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .bottom {
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.case .case_ex .case_ex_wrap .detail .bottom .month {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 55px;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .bottom .month {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.case .case_ex .case_ex_wrap .detail .bottom .price p {
  color: #0d3574;
}
.case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(1) {
  font-size: 8.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1400px) {
  .case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(1) {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(1) {
    font-size: 4rem;
  }
}
.case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(1) .tanni {
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-left: 3px;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(1) .tanni {
    font-size: 2rem;
  }
}
.case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 22px;
  margin-top: -16px;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .case_ex_wrap .detail .bottom .price p:nth-child(2) {
    font-size: 1.4rem;
    margin-top: -5px;
    padding: 0;
  }
}
.case .case_ex .note {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .case .case_ex .note {
    font-size: 1.2rem;
  }
}

.lecture .heading_box,
.curriculum .heading_box {
  padding: 0 20px;
  border: solid 2px #fff;
  margin-right: 14px;
  font-size: 3.3rem;
  vertical-align: middle;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .lecture .heading_box,
  .curriculum .heading_box {
    font-size: 2rem;
    margin-right: 8px;
    padding: 0 15px;
    margin-bottom: 6px;
  }
}
.lecture .heading1,
.curriculum .heading1 {
  color: #fff;
}

.lecture {
  background-image: url(assets/img/lecture_bg.webp);
  background-size: cover;
  background-position: top center;
  padding: 95px 0 112px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}
@media screen and (max-width: 767.9px) {
  .lecture {
    padding: 50px 0 70px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  }
}
.lecture .sub_heading {
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .lecture .sub_heading {
    margin-bottom: 40px;
  }
}
.lecture ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-bottom: 86px;
}
@media screen and (max-width: 767.9px) {
  .lecture ol {
    gap: 40px;
    margin-bottom: 50px;
  }
}
.lecture ol li {
  gap: 50px;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li {
    gap: 20px;
  }
}
.lecture ol li .swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: auto;
  aspect-ratio: 605/340;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .swiper {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.lecture ol li .swiper .swiper-slide,
.lecture ol li .swiper img {
  width: 100%;
  height: 100%;
}
.lecture ol li .swiper .swiper-pagination_wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 100px;
  border: solid 2px #08376b;
  padding: 4px 15px 4px 10px;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .swiper .swiper-pagination_wrap {
    bottom: 10px;
    padding: 1px 7px;
    border-width: 1px;
  }
}
.lecture ol li .swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lecture ol li .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #08376b;
}
.lecture ol li .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.lecture ol li .swiper .swiper-autoplay-toggle {
  border: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .swiper .swiper-autoplay-toggle {
    width: 18px;
  }
}
.lecture ol li .swiper .swiper-autoplay-toggle img {
  min-width: 22px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .swiper .swiper-autoplay-toggle img {
    min-width: 18px;
  }
}
.lecture ol li .detail {
  width: 445px;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail {
    width: 100%;
  }
}
.lecture ol li .detail .teachers {
  color: #2183d6;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail .teachers {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.lecture ol li .detail h3 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: solid 2px #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.lecture ol li .detail .description {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  color: #fff;
  margin-bottom: 18px;
  min-height: 60px;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail .description {
    font-size: 1.4rem;
    min-height: unset;
  }
}
.lecture ol li .detail .skill {
  padding: 15px 18px 20px;
  gap: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(207, 230, 250, 0.3);
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail .skill {
    padding: 10px;
    gap: 15px;
  }
}
.lecture ol li .detail .skill p:nth-child(1) {
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 700;
  display: grid;
  place-content: center;
  text-align: center;
  width: 88px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: linear-gradient(115deg, #2183d6, #0c2d6e);
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail .skill p:nth-child(1) {
    width: 70px;
    font-size: 1.4rem;
  }
}
.lecture ol li .detail .skill p:nth-child(2) {
  font-size: 2.2rem;
  margin-top: -5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8181818182;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #2183d6;
  text-underline-offset: 7px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail .skill p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.lecture ol li .detail a {
  color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail a {
    font-size: 1.2rem;
  }
}
.lecture ol li .detail a span {
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  margin-top: 2px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .lecture ol li .detail a span {
    width: 15px;
  }
}
.lecture ol li .detail a span img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.lecture ol li .detail a span .plus-white {
  opacity: 1;
}
.lecture ol li .detail a span .plus-yellow {
  opacity: 0;
}
.lecture ol li .detail a:hover {
  color: #ffff00;
  opacity: 1;
}
.lecture ol li .detail a:hover span .plus-white {
  opacity: 0;
}
.lecture ol li .detail a:hover span .plus-yellow {
  opacity: 1;
}
.lecture .note {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .lecture .note {
    font-size: 1.8rem;
  }
}

.curriculum {
  margin-top: -80px;
  padding: 170px 0 130px;
  background-image: url(assets/img/curriculum_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .curriculum {
    margin-top: -50px;
    padding: 100px 0 50px;
  }
}
.curriculum .cont {
  max-width: 1000px;
  overflow: hidden;
}
.curriculum .heading1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .curriculum .heading1 {
    margin-bottom: 40px;
  }
}
.curriculum .curriculum_wrap {
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .curriculum .curriculum_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_wrap {
    margin-bottom: 30px;
  }
}
.curriculum .curriculum_item {
  width: calc((100% - 42px) / 2);
}
@media screen and (max-width: 1024px) {
  .curriculum .curriculum_item {
    width: 100%;
  }
}
.curriculum .curriculum_item .teachers {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
  margin-left: -10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .teachers {
    font-size: 5rem;
    margin-left: 0;
  }
}
.curriculum .curriculum_item .teachers::before {
  content: "";
  width: calc(100% - 8px);
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 13px;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .teachers::before {
    bottom: 7px;
  }
}
.curriculum .curriculum_item .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.curriculum .curriculum_item .day1 .slide_wrap .flex {
  background: rgba(33, 131, 214, 0.6);
}
.curriculum .curriculum_item .day2 .slide_wrap .flex {
  background: rgba(2, 28, 56, 0.4);
}
.curriculum .curriculum_item .slide_wrap .flex {
  padding: 9px 0 13px;
  min-height: 103px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .slide_wrap .flex {
    min-height: 80px;
  }
}
.curriculum .curriculum_item .slide_wrap .flex .arial {
  width: 135px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .slide_wrap .flex .arial {
    font-size: 1.6rem;
    width: 80px;
  }
}
.curriculum .curriculum_item .slide_wrap .flex .yugo {
  padding-left: 25px;
  padding-right: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .slide_wrap .flex .yugo {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.curriculum .curriculum_item .slide_wrap .flex.light {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .swiper-slide {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.curriculum .curriculum_item .curriculum_swiper {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .curriculum_swiper {
    padding-bottom: 30px;
  }
}
.curriculum .curriculum_item .curriculum_swiper .swiper-pagination-wrap {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .curriculum .curriculum_item .curriculum_swiper .swiper-pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.curriculum .curriculum_item .curriculum_swiper .swiper-pagination {
  position: relative;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 58px;
  height: 1px;
  background: #fff;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffff00;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-pagination-number {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-pagination-number.active {
  color: #ffff00;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next,
.curriculum .curriculum_item .curriculum_swiper .swiper-button-prev {
  position: absolute;
  width: 7px;
  height: auto;
  aspect-ratio: 14/25;
  bottom: 5px;
  top: auto;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next::after,
.curriculum .curriculum_item .curriculum_swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(assets/img/swiper_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next {
  right: calc(50% - 90px);
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-prev {
  left: calc(50% - 90px);
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next.swiper-button-disabled,
.curriculum .curriculum_item .curriculum_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.curriculum .curriculum_item .curriculum_swiper .swiper-button-next.swiper-button-disabled::after,
.curriculum .curriculum_item .curriculum_swiper .swiper-button-prev.swiper-button-disabled::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.curriculum .swiper-button-prev,
.curriculum .swiper-button-next,
.curriculum .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .curriculum .swiper-button-prev,
  .curriculum .swiper-button-next,
  .curriculum .swiper-pagination {
    display: block;
  }
}
.curriculum .note {
  color: #fff;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .curriculum .note {
    font-size: 1.2rem;
  }
}

.benefit {
  position: relative;
  z-index: 2;
  background-image: url(assets/img/benefit_bg.webp);
  padding-bottom: 148px;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .benefit {
    background-image: none;
    padding-bottom: 0;
  }
}
.benefit img {
  width: 90%;
  max-width: 1250px;
  margin-inline: auto;
  display: block;
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}
@media (max-width: 1200px) {
  .benefit img {
    -webkit-transform: translateY(-2.3571428571vw);
            transform: translateY(-2.3571428571vw);
  }
}
@media screen and (max-width: 767.9px) {
  .benefit img {
    -webkit-transform: translateY(-6.5112644876vw);
            transform: translateY(-6.5112644876vw);
    width: 100%;
  }
}

.plan {
  padding: 95px 0;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .plan {
    padding: 50px 0;
  }
}
.plan .heading1 {
  margin-bottom: 5px;
}
.plan .sub_heading {
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .plan .sub_heading {
    margin-bottom: 40px;
  }
}
.plan .cont {
  max-width: 900px;
}
.plan .plan_wrap .plan_top h3 {
  background: #0d3574;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 14px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_top h3 {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
}
.plan .plan_wrap .plan_detail {
  border-radius: 0 0 10px 10px;
  border: solid 4px #0d3574;
  border-top: none;
  padding: 18px 56px 60px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_detail {
    padding: 20px 20px 30px;
    border-width: 3px;
  }
}
.plan .plan_wrap .plan_detail_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  margin-bottom: 36px;
  margin-left: 22px;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_detail_top {
    margin-left: 0;
    gap: 5px;
    margin-bottom: 30px;
  }
}
.plan .plan_wrap .plan_detail_top .circle {
  background-image: url(assets/img/label.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 132px;
  height: 134px;
  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;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  padding-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top .circle {
    width: 70px;
    height: 70px;
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.plan .plan_wrap .plan_detail_top .circle span {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top .circle span {
    font-size: 2.4rem;
    margin-left: 3px;
  }
}
.plan .plan_wrap .plan_detail_top .price {
  font-size: 11rem;
  font-weight: 700;
  color: #0d3574;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top .price {
    font-size: 4rem;
    letter-spacing: -0.03em;
  }
}
.plan .plan_wrap .plan_detail_top .price .noto {
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top .price .noto {
    font-size: 1.8rem;
    margin-left: 3px;
  }
}
.plan .plan_wrap .plan_detail_top .price .noto span {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_detail_top .price .noto span {
    font-size: 1.2rem;
  }
}
.plan .plan_wrap .plan_price {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_price {
    margin-bottom: 40px;
  }
}
.plan .plan_wrap .plan_price h4 {
  background: #828c98;
  max-width: 730px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  position: relative;
  padding: 10px 20px 12px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_price h4 {
    font-size: 1.5rem;
    padding: 5px 10px 6px;
    margin-bottom: 30px;
  }
}
.plan .plan_wrap .plan_price h4::before {
  content: "";
  width: 18px;
  height: 14px;
  background: #828c98;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.plan .plan_wrap .plan_price .description:first-of-type {
  margin-bottom: 18px;
}
.plan .plan_wrap .plan_price ul {
  gap: 18px 22px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_price ul {
    margin-bottom: 30px;
  }
}
.plan .plan_wrap .plan_price ul li {
  background: #fafafa;
  padding: 22px 33px 33px;
  width: calc(50% - 11px);
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_price ul li {
    width: 100%;
    padding: 14px;
  }
}
.plan .plan_wrap .plan_price ul li p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_price ul li p:nth-child(1) {
    font-size: 1.3rem;
  }
}
.plan .plan_wrap .plan_price ul li .price {
  text-align: center;
  color: #0d3574;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_price ul li .price {
    font-size: 3.8rem;
    letter-spacing: -0.01em;
  }
}
.plan .plan_wrap .plan_price ul li .price .noto {
  margin-left: 5px;
  font-size: 2.6rem;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_price ul li .price .noto {
    font-size: 1.8rem;
    margin-left: 3px;
  }
}
.plan .plan_wrap .plan_price ul li .price .noto span {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .plan .plan_wrap .plan_price ul li .price .noto span {
    font-size: 1.2rem;
  }
}
.plan .plan_wrap .plan_service h4 {
  color: #2183d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service h4 {
    font-size: 2rem;
    gap: 20px;
  }
}
.plan .plan_wrap .plan_service h4::before, .plan .plan_wrap .plan_service h4::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-image: url(assets/img/line2.svg);
  background-size: cover;
}
.plan .plan_wrap .plan_service ul {
  gap: 19px 22px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service ul {
    gap: 15px;
  }
}
.plan .plan_wrap .plan_service ul li {
  min-height: 103px;
  background: #087fe7;
  display: grid;
  place-content: center;
  padding: 10px 20px;
  width: calc(50% - 11px);
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service ul li {
    width: 100%;
    min-height: 80px;
  }
}
.plan .plan_wrap .plan_service ul li p {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service ul li p {
    font-size: 2rem;
  }
}
.plan .plan_wrap .plan_service ul li p span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service ul li p span {
    font-size: 1.4rem;
  }
}
.plan .plan_wrap .plan_service ul li:nth-child(3) p,
.plan .plan_wrap .plan_service ul li:nth-child(4) p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap .plan_service ul li:nth-child(3) p,
  .plan .plan_wrap .plan_service ul li:nth-child(4) p {
    font-size: 1.6rem;
  }
}
.plan .description {
  color: #52575d;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .plan .description {
    font-size: 1.2rem;
  }
}
.plan .plus {
  display: block;
  margin: 28px auto;
  width: 70px;
}
@media screen and (max-width: 767.9px) {
  .plan .plus {
    width: 50px;
    margin: 18px auto;
  }
}
.plan .plan_wrap2 .plan_top h3 {
  background: #e4e404;
  color: #02142b;
}
.plan .plan_wrap2 .plan_detail {
  border-color: #e4e404;
  padding-bottom: 24px;
  padding-top: 30px;
}
.plan .plan_wrap2 ul {
  gap: 19px 22px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}
.plan .plan_wrap2 ul li {
  min-height: 103px;
  background: #fbfbd0;
  display: grid;
  place-content: center;
  padding: 10px 20px;
  width: calc(50% - 11px);
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap2 ul li {
    width: 100%;
    min-height: 80px;
  }
}
.plan .plan_wrap2 ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #212e3e;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap2 ul li p {
    font-size: 1.6rem;
  }
}

.reasons {
  padding: 100px 0 200px;
  background-image: url(assets/img/reasons_bg.webp);
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .reasons {
    padding: 50px 0;
  }
}
.reasons .heading1 {
  font-size: 6rem;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .reasons .heading1 {
    font-size: 2.4rem;
  }
}
.reasons .sub_heading {
  color: #fff;
  margin-bottom: 90px;
  margin-top: -7px;
}
@media screen and (max-width: 767.9px) {
  .reasons .sub_heading {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.reasons .cont {
  max-width: 1000px;
}
.reasons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767.9px) {
  .reasons ul {
    gap: 30px;
  }
}
.reasons ul li {
  background: #fff;
  padding-top: 30px;
  min-height: 243px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: -2.8px 6.4px 29px 1px rgba(57, 126, 200, 0.08);
          box-shadow: -2.8px 6.4px 29px 1px rgba(57, 126, 200, 0.08);
}
@media screen and (max-width: 767.9px) {
  .reasons ul li {
    min-height: unset;
    padding-top: 20px;
  }
}
.reasons ul li .wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reasons ul li .detail {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li .detail {
    width: 100%;
  }
}
.reasons ul li img {
  max-width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li img {
    margin: -20px 20px 10px auto !important;
    max-height: 100px;
  }
}
.reasons ul li:nth-child(odd) {
  margin-left: calc(50% - 50vw);
  background-image: linear-gradient(44deg, #eef7fe, #fff);
}
@media (max-width: 1100px) {
  .reasons ul li:nth-child(odd) {
    padding-left: 6.5%;
  }
}
.reasons ul li:nth-child(odd) .wrap {
  margin-left: auto;
}
.reasons ul li:nth-child(odd) .wrap img {
  margin-left: auto;
}
.reasons ul li:nth-child(even) {
  margin-right: calc(50% - 50vw);
  background-image: linear-gradient(44deg, #fff, #eef7fe);
}
@media (max-width: 1100px) {
  .reasons ul li:nth-child(even) {
    padding-right: 6.5%;
    padding-left: 20px;
  }
}
.reasons ul li:nth-child(even) .wrap {
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reasons ul li:nth-child(even) .wrap img {
  margin-right: auto;
}
.reasons ul li:nth-child(even) .detail {
  padding-left: 60px;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li:nth-child(even) .detail {
    padding-left: 0px;
  }
}
.reasons ul li:nth-child(even) .detail h3 {
  margin-right: -30px;
}
.reasons ul li .no {
  background-image: url(assets/img/reasons_text_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  display: grid;
  width: 125px;
  height: 38px;
  margin-bottom: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li .no {
    font-size: 1.6rem;
    width: 80px;
    height: 25px;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.reasons ul li h3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .reasons ul li h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons ul li h3 {
    font-size: 1.8rem;
  }
}
.reasons ul li:nth-child(1) img {
  width: 376px;
  margin-top: -38px;
  margin-right: -17px;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li:nth-child(1) img {
    margin-top: 0px !important;
    margin-right: 10px !important;
  }
}
.reasons ul li:nth-child(2) img {
  width: 357px;
  margin-top: -7px;
  margin-left: -20px;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li:nth-child(2) img {
    margin-top: 0px !important;
  }
}
.reasons ul li:nth-child(3) img {
  width: 353px;
  margin-top: -67px;
  margin-right: 30px;
  margin-bottom: -20px;
}
.reasons ul li:nth-child(4) img {
  width: 284px;
  margin-top: -49px;
  margin-left: 18px;
  margin-bottom: -21px;
}
.reasons ul li:nth-child(5) img {
  width: 294px;
  margin-top: -65px;
  margin-right: 30px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767.9px) {
  .reasons ul li:nth-child(5) img {
    min-height: 110px;
  }
}

.flow {
  padding: 105px 0 140px;
  background: #f4f4f4;
}
@media screen and (max-width: 767.9px) {
  .flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flow .heading1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .flow .heading1 {
    margin-bottom: 40px;
  }
}
.flow ol {
  gap: 21px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow ol li {
  width: 203px;
  border: solid 2px #0d3574;
  border-radius: 10px;
  background: #fff;
  padding: 24px 20px 32px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .flow ol li {
    width: 100%;
    padding: 20px;
  }
}
.flow ol li::after {
  content: "";
  width: 18px;
  height: 12px;
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .flow ol li::after {
    top: auto;
    bottom: -24px;
    right: 50%;
    -webkit-transform: rotate(90deg) translateY(0) translateX(-50%);
            transform: rotate(90deg) translateY(0) translateX(-50%);
  }
}
.flow ol li:last-child::after {
  display: none;
}
.flow ol li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 13px;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
    gap: 15px;
  }
}
.flow ol li .top div {
  display: contents;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .top div {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.flow ol li .top h3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #0d3574;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  height: 44px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .top h3 {
    font-size: 1.6rem;
    text-align: left;
    height: auto;
    margin: 10px 0;
    display: block;
  }
}
.flow ol li .top img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .top img {
    width: 50px !important;
    margin: 0 !important;
  }
}
.flow ol li .top .no {
  width: 83px;
  height: 27px;
  background: #eef7fe;
  border-radius: 100px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  display: grid;
  place-content: center;
  color: #021c38;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .top .no {
    font-size: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 16px;
  }
}
.flow ol li .description {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
  color: #52575d;
}
.flow ol li:nth-child(1) img {
  margin: 23px 0 20px;
  width: 51px;
}
.flow ol li:nth-child(2) img {
  margin: 24px 0 16px;
  width: 59px;
}
.flow ol li:nth-child(3) img {
  margin: 24px 0 16px;
  width: 60px;
}
.flow ol li:nth-child(4) img {
  margin: 20px 0 14px;
  width: 60px;
}
.flow ol li:nth-child(5) img {
  margin: 12px 0 14px;
  width: 58px;
}

.faq {
  padding: 100px 0 150px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .faq {
    padding: 50px 0;
  }
}
.faq .cont {
  max-width: 1000px;
}
.faq h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .faq h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.faq ul {
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .faq ul {
    gap: 20px;
  }
}
.faq ul li {
  width: 100%;
}
.faq ul .arial {
  width: 43px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  min-width: 43px;
  display: grid;
  place-content: center;
  font-size: 2.3rem;
  font-weight: 400;
  background: #02142b;
  margin-right: 22px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .faq ul .arial {
    font-size: 2rem;
    margin-right: 14px;
    width: 38px;
    min-width: 38px;
  }
}
.faq ul .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3px;
}
.faq ul .title {
  background: #eef7fe;
  padding: 24px 34px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .faq ul .title {
    padding: 20px;
  }
}
.faq ul .title::after {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 20/11;
  background-image: url(assets/img/fill_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 39px;
  right: 36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .faq ul .title::after {
    width: 15px;
    right: 20px;
    top: 33px;
  }
}
.faq ul .title .detail {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .faq ul .title .detail {
    font-size: 1.6rem;
    padding-right: 20px;
  }
}
.faq ul .title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq ul .box {
  padding: 18px 20px 18px 34px;
}
@media screen and (max-width: 767.9px) {
  .faq ul .box {
    padding: 20px 20px;
  }
}
.faq ul .box .arial {
  background: #087fe7;
}
.faq ul .box .detail {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  color: #52575d;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .faq ul .box .detail {
    font-size: 1.5rem;
  }
}
.faq ul .box .detail a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #52575d;
}
.faq ul li:nth-child(n+2) .box {
  display: none;
}

.closing {
  padding: 100px 0 110px;
  background-image: url(assets/img/closing_bg.webp);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .closing {
    padding: 50px 0;
  }
}
.closing .cont {
  position: relative;
  z-index: 2;
  max-width: 1130px;
}
.closing h2 {
  text-align: center;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .closing h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.closing .closing_box {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 50px 40px;
  margin-bottom: 50px;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media screen and (max-width: 767.9px) {
  .closing .closing_box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.closing .closing_box h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .closing .closing_box h3 {
    font-size: 1.8rem;
  }
}
.closing .closing_box h3 span {
  color: #40a6ff;
  border: solid 3px #40a6ff;
  padding: 3px 12px;
  margin: 0 12px;
}
@media screen and (max-width: 767.9px) {
  .closing .closing_box h3 span {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5px auto;
  }
}
.closing .closing_box p {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .closing .closing_box p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.closing .slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .closing .slash {
    margin-bottom: 30px;
  }
}
.closing .slash::before, .closing .slash::after {
  content: "";
  width: 22px;
  height: auto;
  aspect-ratio: 22/43;
  background-image: url(assets/img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.closing .slash::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.closing .slash p {
  color: #fff;
}
.closing .slash p span {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.closing .slash p span:nth-child(1) {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.9px) {
  .closing .slash p span:nth-child(1) {
    font-size: 1.6rem;
  }
}
.closing .slash p span:nth-child(2) {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .closing .slash p span:nth-child(2) {
    font-size: 1.4rem;
  }
}
.closing #btn_animation2 a {
  font-size: 3.2rem;
  gap: 37px;
  padding: 28px 78px;
}
@media screen and (max-width: 767.9px) {
  .closing #btn_animation2 a {
    font-size: 1.8rem;
    padding: 13px 20px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.closing #btn_animation2 a img {
  width: 58px;
}
@media screen and (max-width: 767.9px) {
  .closing #btn_animation2 a img {
    width: 40px;
  }
}

body.home .footer {
  background: #fff;
}

.footer {
  padding: 47px 0 0;
  background: #fafafa;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .left {
  width: 384px;
  max-width: 100%;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .left .f_logo {
    max-width: 350px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  .footer .left .f_logo {
    width: 240px;
  }
}
.footer .left a {
  display: block;
}
.footer .left a img {
  width: 100%;
}
.footer .right {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .footer .right {
    margin-bottom: 15px;
  }
}
.footer .right table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .right table {
    margin: 0 auto 30px;
  }
}
.footer .right table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .right table th,
.footer .right table td {
  font-size: 1.4rem;
  line-height: 1.9285714286;
}
@media screen and (max-width: 767.9px) {
  .footer .right table th,
  .footer .right table td {
    font-size: 1.2rem;
  }
  .footer .right table th *,
  .footer .right table td * {
    font-size: 1.2rem;
  }
}
.footer .right table th {
  font-weight: 700;
  width: 85px;
  min-width: 85px;
}
.footer .right .right_bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.footer .right .right_bottom a {
  color: #b7bbbf;
  font-size: 1.1rem;
}
.footer .footer_bottom {
  background: #02142b;
  padding: 7px;
  text-align: center;
}
.footer .footer_bottom small {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom small {
    font-size: 1rem;
  }
}

/* fadeUp */
.fade {
  opacity: 0;
}

.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-id-65 header,
.page-id-3 header {
  background: #fff;
  position: sticky;
  top: 0;
}

.page_top {
  background: #fff;
  padding: 140px 0 110px;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    padding: 80px 0;
  }
}
.page_top .cont {
  max-width: 1000px;
}
.page_top h1 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page_top h1 {
    font-size: 2.4rem;
  }
}

.page_content {
  background: #fff;
}
.page_content .cont {
  max-width: 1000px;
}
.page_content table {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_content table {
    margin-bottom: 100px;
  }
}
.page_content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: solid 1px #d7d7d7;
  padding: 36px 0;
}
@media screen and (max-width: 767.9px) {
  .page_content table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.page_content table td,
.page_content table td * {
  font-size: 1.8rem;
  line-height: 2;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .page_content table td,
  .page_content table td * {
    font-size: 1.6rem;
  }
}
.page_content table td:nth-child(1) {
  width: 275px;
}
@media screen and (max-width: 767.9px) {
  .page_content table td:nth-child(1) {
    width: 100%;
  }
}
.page_content table td:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page_content table td:nth-child(2) {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

/* 10秒タイマーバナー */
.timer-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timer-banner.show {
  opacity: 1;
}
.timer-banner .timer-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.9px) {
  .timer-banner .timer-banner-content {
    padding: 30px 20px;
    max-width: 90%;
  }
}
.timer-banner .timer-banner-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  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;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .timer-banner .timer-banner-close {
    right: 10px;
  }
}
.timer-banner .timer-banner-close:hover {
  background: #333;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.timer-banner .timer-banner-image {
  position: relative;
}
.timer-banner .timer-banner-image a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timer-banner .timer-banner-image a:hover {
  opacity: 0.9;
}
.timer-banner .timer-banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pp_wrap h2,
.cookie_wrap h2 {
  color: #02142b;
  margin-top: 90px;
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .pp_wrap h2,
  .cookie_wrap h2 {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.pp_wrap p,
.cookie_wrap p {
  line-height: 2.1875;
}
@media screen and (max-width: 767.9px) {
  .pp_wrap p,
  .cookie_wrap p {
    line-height: 2;
  }
}
.pp_wrap p,
.pp_wrap li,
.cookie_wrap p,
.cookie_wrap li {
  color: #2e2e2e;
  letter-spacing: 0.05em;
}
.pp_wrap li,
.cookie_wrap li {
  line-height: 2;
}
.pp_wrap ol,
.cookie_wrap ol {
  margin-left: 1.5em;
  margin-top: 10px;
}
.pp_wrap ol ol,
.cookie_wrap ol ol {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1em;
}
.pp_wrap ol ol ol,
.cookie_wrap ol ol ol {
  margin-left: 2.3em;
  margin-bottom: 30px;
}
.pp_wrap .ml,
.cookie_wrap .ml {
  margin-left: 2.6em;
}
.pp_wrap li,
.cookie_wrap li {
  list-style: auto;
  list-style-position: outside;
}

.pp_wrap {
  padding-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .pp_wrap {
    padding-bottom: 100px;
  }
}
.pp_wrap::after {
  content: "";
  width: 500px;
  height: 1px;
  background: #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}

.cookie_wrap {
  margin-top: 170px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .cookie_wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.cookie_wrap h3 {
  margin-top: 90px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .cookie_wrap h3 {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}
.cookie_wrap a {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.cookie_wrap h4 {
  font-size: 1.6rem;
  font-weight: 500;
}
.cookie_wrap .information {
  margin-top: 60px;
  border: solid 1px #bdbdbd;
  padding: 24px 40px 10px;
  border-radius: 5px;
  max-width: 910px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .cookie_wrap .information {
    margin-top: 30px;
    padding: 20px;
  }
}
.cookie_wrap .information p {
  padding-bottom: 20px;
  border-bottom: solid 1px #bdbdbd;
  margin-bottom: 20px;
}
.cookie_wrap .information p:last-child {
  border: none;
}
.cookie_wrap .information p:first-child {
  padding-bottom: 0;
}
.cookie_wrap .information2 {
  margin-top: 40px;
  margin-bottom: 70px;
}/*# sourceMappingURL=style.css.map */