@charset "UTF-8";
/* パーツ
--------------------------------- */
/* セクション見出し */
h2.heading-primary {
  text-align: center;
  font: normal normal 500 40px Zen Kaku Gothic New;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin: 0 auto 102px;
}

h2.heading-primary:after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: transparent linear-gradient(180deg, #008BD5 0%, #2DCDEA 100%) 0% 0% no-repeat padding-box;
}

h2.heading-primary span.sub {
  font-size: 24px;
  display: block;
}

/*小見出し*/
h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

/* 見出し1 */
h3.h-p1 {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  padding-left: 7rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--bl2);
  text-align: center;
  letter-spacing: 0.1em;
}

h3.h-p1::before,
h3.h-p1::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bl2);
}

h3.h-p1::before {
  left: 1rem;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.5rem;
}

h3.h-p1::after {
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}

/* 見出し2 */
h2.h-p2 {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: 4rem;
  font-family: "zen maru gothic", serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--bl2);
  text-align: center;
  letter-spacing: 0.1em;
}

h2.h-p2::after {
  position: absolute;
  content: "";
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.4rem;
  background-color: var(--bl2);
  border-radius: 0.5rem;
}

/* ボタン */
.ctabtn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 288px;
  height: 54px;
  margin: 0 auto;
  background-color: #008BD5;
  border-radius: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ctabtn span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.ctabtn:hover {
  background: #fff;
  border: solid 1px #008BD5;
}

.ctabtn:hover span {
  color: #008BD5;
}

.ctabtn:hover::after {
  background-image: url(../images/parts/icon-right-blue.svg);
}

.ctabtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url(../images/parts/icon-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .ctabtn {
    width: 288px;
    height: 54px;
  }
  .ctabtn span {
    font-size: 16px;
  }
}
/* ボタン 黄色 */
.ctabtn.-yellow {
  background: #FFFF00;
}
.ctabtn.-yellow span {
  color: #008BD5;
}

.ctabtn.-yellow:hover {
  background: #008BD5;
}
.ctabtn.-yellow:hover span {
  color: #fff;
}

.ctabtn.-yellow::after {
  background-image: url(../images/parts/icon-right-blue.svg);
}

.ctabtn.-yellow:hover::after {
  background-image: url(../images/parts/icon-right-white.svg);
}

/* プランパネル */
.plan-info {
  position: relative;
  width: 31.1666666667%;
  padding: 0 3rem 3rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1.4rem;
  filter: drop-shadow(0 0 2rem rgba(0, 139, 213, 0.16));
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.2));
}

.plan-info h4 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12rem;
  margin-bottom: 3rem;
  padding: 2rem 0.5rem 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  line-height: 1.4666666667;
  border-radius: 1.4rem 1.4rem 0 0;
}

.plan-info h5 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15rem;
  margin-bottom: 3.7rem;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(transparent 50%, #FFFFA8 0%);
  color: #008BD5;
}
.plan-info h5 span {
  font-size: 4rem;
  vertical-align: baseline;
}

.plan-info .price {
  position: relative;
  width: 100%;
  margin: 0 auto 4.6rem;
  padding: 2rem 1rem;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 auto 2.6rem;
  height: 98px;
  font-size: 4rem;
  font-weight: 600;
  color: #008BD5;
  background: #E9FAFD;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.plan-info .price .note {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.plan-info .price span span:nth-of-type(1) {
  font-size: 3rem;
  vertical-align: baseline;
}

.plan-info .price span span:nth-of-type(2) {
  font-size: 1.7rem;
  vertical-align: baseline;
}

.plan-info .price.price-bl {
  background-color: #E9FAFD;
  color: #2DCDEA;
}

.plan-info .price.price-gn {
  background-color: #EDFAFA;
  color: #50CBD0;
}

.plan-info .price.price-pk {
  background-color: #E5F4FA;
  color: #008FCA;
}

.plan-info p {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc( 3em * 1.7 ); */
  margin-bottom: 4rem;
  margin-bottom: 2.6rem;
  font-size: 2.3rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.7;
}

.plan-info h6 {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.5rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  color: #008BD5;
  border-radius: 2rem;
}

.plan-info h6::before,
.plan-info h6::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 7rem;
}

.plan-info h6::before {
  left: 0;
  transform: translate(-100%, -55%);
}

.plan-info h6::after {
  right: 0;
  transform: translate(100%, -55%);
}

.plan-info:nth-of-type(1) h6::before,
.plan-info:nth-of-type(1) h6::after {
  border-bottom: 0.2rem dashed #2DCDEA;
}

.plan-info:nth-of-type(2) h6::before,
.plan-info:nth-of-type(2) h6::after,
.plan-info:nth-of-type(3) h6::before,
.plan-info:nth-of-type(3) h6::after {
  border-bottom: 0.2rem dashed #50CBD0;
}

.plan-info:nth-of-type(4) h6::before,
.plan-info:nth-of-type(4) h6::after,
.plan-info:nth-of-type(5) h6::before,
.plan-info:nth-of-type(5) h6::after {
  border-bottom: 0.2rem dashed #008FCA;
}

.plan-info ul {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0.5rem;
}

.plan-info ul li {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}

.plan-info small {
  align-self: flex-start;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
}

.plan-info small.top-margin {
  margin-top: 1.6rem;
}

.plan-info a.apply {
  display: block;
  width: 15.4rem;
  margin-top: 2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* MV下テキスト
--------------------------------- */
.text-line {
  background: #006FAA;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-line p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
}

/* セクション1｜安心と信頼の中京テレビ
--------------------------------- */
.sec-1 {
  width: 92%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 10rem 0 5rem;
}
.sec-1 .cotent {
  max-width: 1024px;
  margin: 0 auto 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-1 .cotent .item {
  width: 47%;
}
.sec-1 .cotent .item img {
  margin-bottom: 24px;
}
.sec-1 .cotent .item h3 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.sec-1 .cotent .item h3::before {
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(255, 0, 187, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sec-1 .cotent .item:nth-child(2) h3::before {
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(0, 139, 213, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sec-1 .cotent .item:first-child h3::after {
  content: "※1,2";
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sec-1 .cotent .item p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
.sec-1 .cotent .item p .note {
  font-weight: 500;
  margin-top: 24px;
  font-size: 16px;
}

.sec-1 h2 span:nth-of-type(2) {
  display: block;
}

.sec-1 .sec-1-cntt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-1 .sec-1-cntt:nth-of-type(1) {
  position: relative;
  margin-bottom: 7rem;
}

.sec-1 .sec-1-cntt > div:nth-child(1) {
  position: relative;
  width: 35.5534709193%;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span {
  z-index: 0;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(1) {
  position: absolute;
  bottom: -4rem;
  left: -8rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #B2E3F2;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(2) {
  position: absolute;
  bottom: -7rem;
  left: 6rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #D4EFF8;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(n+3) {
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  background-color: #EFF9FC;
  -webkit-clip-path: polygon(86% 0, 100% 14%, 14% 100%, 0 86%);
          clip-path: polygon(86% 0, 100% 14%, 14% 100%, 0 86%);
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(3) {
  top: 15rem;
  left: -10rem;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(4) {
  top: 24rem;
  left: -0.5rem;
}

.sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(5) {
  bottom: 2.5rem;
  left: -13rem;
}

.sec-1 .sec-1-cntt > div:nth-child(1) {
  width: 35.5534709193%;
}

.sec-1 .sec-1-cntt > div:nth-child(1) img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-1 .sec-1-cntt > div:nth-child(2) {
  width: 56.2851782364%;
}
.sec-1 .sec-1-cntt > div:nth-child(2) > small {
  display: block;
}

.sec-1 .sec-1-cntt > div:nth-child(2) h3 {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--bl2);
  line-height: 1.4;
}
.sec-1 .sec-1-cntt > div:nth-child(2) h3 small {
  position: relative;
  top: -2.3rem;
  left: -0.4rem;
  font-size: 1.4rem;
  color: #333;
}

.sec-1 .sec-1-cntt > div:nth-child(2) h3 span {
  font-size: 5.7rem;
  font-weight: 700;
  color: var(--pk1);
  vertical-align: baseline;
}

.sec-1 .sec-1-cntt > div:nth-child(2) p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.sec-1 .sec-1-cntt > div:nth-child(2) small {
  font-size: 1.4rem;
  font-weight: 500;
}

/* 資格保持者人数 */
.feature-box {
  margin: 0 auto;
  background: #F3FAFD;
  margin-bottom: 60px;
  max-width: 610px;
  padding: 16px 40px;
}
.feature-box ul {
  display: flex;
  justify-content: flex-start;
  gap: 0px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.feature-box ul li {
  font-size: 14px;
  line-height: 1.7333333333;
  font-weight: 500;
  width: 100%;
}
.feature-box ul li:nth-child(odd) {
  max-width: 235px;
}
.feature-box ul li:nth-child(even) {
  max-width: 245px;
}
.feature-box .note {
  font-size: 12px;
  text-align: center;
}

/* スライダー | 開始 */
.sec-1 .slide-1 {
  width: calc(100vw - var(--sb));
  margin-left: calc(50% - (100vw - var(--sb)) / 2);
  height: 22rem;
}

.sec-1 .slide-1 .slick-list,
.sec-1 .slide-1 .slick-track {
  height: 100%;
}

.sec-1 .slide-1 .slick-slide {
  position: relative;
  top: 0%;
  margin-right: 3rem;
}

.sec-1 .slide-1 .slick-slide li {
  display: inline-block;
  width: 30rem !important;
  height: 20rem;
  border-radius: 1rem;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2666666667));
}

.sec-1 .slide-1 .slick-slide img {
  width: 100%;
  height: auto;
}

.sec-1 .slide-1 .slick-slide:nth-child(3n) {
  -webkit-animation: anime-slider-sway-1 5s ease infinite;
          animation: anime-slider-sway-1 5s ease infinite;
}

.sec-1 .slide-1 .slick-slide:nth-child(3n+1) {
  -webkit-animation: anime-slider-sway-2 6s linear infinite;
          animation: anime-slider-sway-2 6s linear infinite;
}

.sec-1 .slide-1 .slick-slide:nth-child(3n+2) {
  -webkit-animation: anime-slider-sway-3 5.5s ease infinite;
          animation: anime-slider-sway-3 5.5s ease infinite;
}

@-webkit-keyframes anime-slider-sway-1 {
  0% {
    top: 0%;
  }
  50% {
    top: 5%;
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-slider-sway-1 {
  0% {
    top: 0%;
  }
  50% {
    top: 5%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-slider-sway-2 {
  0% {
    top: 2%;
  }
  30% {
    top: 5%;
  }
  80% {
    top: 0%;
  }
  100% {
    top: 2%;
  }
}
@keyframes anime-slider-sway-2 {
  0% {
    top: 2%;
  }
  30% {
    top: 5%;
  }
  80% {
    top: 0%;
  }
  100% {
    top: 2%;
  }
}
@-webkit-keyframes anime-slider-sway-3 {
  0% {
    top: 4%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 4%;
  }
}
@keyframes anime-slider-sway-3 {
  0% {
    top: 4%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 4%;
  }
}
/* スライダー | 終了 */
/* セクション2｜国家資格という強み
--------------------------------- */
.sec-2 {
  width: 92%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 10rem 0 8.3rem;
}
.sec-2 .intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
  background: #F3FAFD;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-2 .intro img {
  width: 49px;
  margin-right: 24px;
}
.sec-2 .intro p {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.6px;
  color: #333333;
}
.sec-2 .intro p span {
  color: #008BD5;
}

.sec-2 .sec-2-header {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10.8rem;
}

.sec-2 .sec-2-header h2 {
  position: relative;
  margin-right: 6rem;
  font-family: "zen maru gothic", serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--bl2);
  line-height: 1.4;
}

.sec-2 .sec-2-header h2 > span:nth-of-type(1) {
  position: relative;
}

.sec-2 .sec-2-header h2 > span:nth-of-type(1)::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #F5FF6B;
}

.sec-2 .sec-2-header h2 > span:nth-of-type(2) {
  font-size: 4.4rem;
}

.sec-2 .sec-2-header p {
  position: relative;
  width: 53.2110091743%;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--bl2);
  background-color: var(--bl3);
  line-height: 1.75;
  border-radius: 1rem;
  letter-spacing: 0.1em;
}
.sec-2 .sec-2-header p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 1.05rem;
  transform: translate(-100%, -50%);
  border: 2.2rem solid transparent;
  border-width: 1.05rem 2.2rem 1.05rem;
  border-right-color: var(--bl3);
}

.sec-2 > div:nth-of-type(2) {
  text-align: center;
}

.sec-2 table {
  width: 100%;
  margin-bottom: 3.2rem;
  margin-bottom: 20px;
}

.sec-2 table .bg-g1 {
  background-color: #4BA795;
  color: #fff;
}

.sec-2 table .bg-g1 {
  background-color: #2DCDEA;
  color: #fff;
}

.sec-2 table .bg-g2 {
  background-color: #DBEDEA;
  color: #4BA795;
}

.sec-2 table .bg-g2 {
  background-color: #D5F5FB;
  color: #2DCDEA;
}

.sec-2 table .bg-b1 {
  background-color: #008FCA;
  color: #fff;
}

.sec-2 table .bg-b2 {
  background-color: #CCE9F5;
  color: #008FCA;
}

.sec-2 table .bg-b3 {
  background-color: #008FCA;
}

.sec-2 table .bg-p1 {
  background-color: #0586BC;
  color: #fff;
}

.sec-2 table .bg-p2 {
  background-color: #CDE7F2;
  color: #006FAA;
}

.sec-2 table .cir-grn,
.sec-2 table .cir-blu,
.sec-2 table .cir-pur {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}

.sec-2 table .cir-grn {
  border: 0.5rem solid #4ba795;
  border: 0.5rem solid #2DCDEA;
}

.sec-2 table .cir-pur {
  border: 0.5rem solid #006FAA;
}

.sec-2 table .cir-blu {
  border: 0.5rem solid #008FCA;
}

.sec-2 table .cross {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 0.5rem;
}

.sec-2 table .cross::before,
.sec-2 table .cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #333;
}

.sec-2 table .cross::before {
  transform: translate(-50%, -1rem) rotate(45deg);
}

.sec-2 table .cross::after {
  transform: translate(-50%, -1rem) rotate(-45deg);
}

.sec-2 table thead tr th:first-child {
  /* width: calc( 400 / 1090 * 100%); */
  width: 41rem;
}

.sec-2 table thead tr:nth-child(3) th {
  /* width: calc( 115 / 1090 * 100%); */
  width: 11.4rem;
}

.sec-2 table thead tr th,
.sec-2 table tbody tr td {
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-2 table thead tr th {
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}

.sec-2 table thead tr:nth-child(1),
.sec-2 table thead tr:nth-child(2) {
  font-size: 2rem;
}

.sec-2 table tbody tr td:first-child {
  background-color: #F3FAFD;
  border-bottom: 0.1rem solid #fff;
}
.sec-2 table tbody tr td:first-child small {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8285714286;
  text-align: left;
}

.sec-2 table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #F3FAFD;
  border-bottom: 0.1rem solid #fff;
  text-align: left;
}
.sec-2 table tbody tr td:first-child .large {
  font-size: 2rem;
  line-height: 1.6;
}

.sec-2 table tbody tr td:not(:first-child) {
  border-right: 0.1rem solid #DDDDDD;
  border-bottom: 0.1rem solid #DDDDDD;
}

.sec-2 .note {
  margin-bottom: 40px;
}

.sec-2 .note p {
  font-size: 14px;
  color: #888;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-2 small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* セクション3｜open up the future
--------------------------------- */
.sec-3 {
  margin-bottom: 13.5rem;
}

.sec-3 .blk-1 {
  position: relative;
  width: 100%;
  padding: 9rem 8rem 6rem;
  text-align: center;
  background: url(../images/img-sec3-bg.png) no-repeat center/cover;
}

.sec-3 .blk-1 > span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58rem;
}

.sec-3 .blk-1 > div {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.8666666667);
  border-radius: 2rem;
}

.sec-3 .blk-1 > div h2 {
  text-align: center;
  transform: translateY(-50%);
  color: #008BD5;
  font-size: 45px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 4.5px;
}

.sec-3 .blk-1 > div h2 img {
  width: 44.6666666667%;
}

.sec-3 .blk-1 > div h3 {
  margin-bottom: 4.4rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--bl2);
}

.sec-3 .blk-1 > div ul {
  width: 92%;
  max-width: 819px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 2rem;
  margin: 0 auto 4.4rem;
}

.sec-3 .blk-1 > div ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.9255189255%;
  aspect-ratio: 1/1;
  font-family: "zen maru gothic", serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  color: var(--bl2);
  background-color: var(--yl);
  border-radius: 50%;
}

.sec-3 .blk-1 > div ul li:nth-child(5) {
  margin-left: auto;
}

.sec-3 .blk-1 > div ul li:nth-child(7) {
  font-size: 1.5rem;
}

.sec-3 .blk-1 > div ul li:nth-child(7) p {
  margin-top: 0.5rem;
}

.sec-3 .blk-1 > div ul li h4 {
  position: absolute;
  content: "";
  top: -1.6rem;
  left: -0.5rem;
  width: 8.4rem;
  height: 6.5rem;
}

.sec-3 .blk-1 > div ul li h4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec-3 .blk-1 > div > p {
  z-index: 0;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  /* letter-spacing: .1em; */
}

.sec-3 .blk-1 > div > p span {
  position: relative;
  font-size: 3.2rem;
  vertical-align: baseline;
}

.sec-3 .blk-2 {
  text-align: center;
  background: #F3FAFD;
  padding: 100px 0;
}

.sec-3 .blk-2 .sec-3-grid {
  display: flex;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 4.2rem;
}

.sec-3 .blk-2 .sec-3-grid ul {
  display: grid;
  grid-template-rows: repeat(10, 4.1rem);
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(1) {
  width: 9.6666666667%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(2) {
  width: 23.0833333333%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(3) {
  width: 7.4166666667%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(4) {
  width: 11.8333333333%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(5) {
  width: 9.6666666667%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(6) {
  width: 13.1666666667%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(7) {
  width: 12.6666666667%;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(8) {
  width: 12.6666666667%;
}

.sec-3 .blk-2 .sec-3-grid ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #F3FAFD;
  background-color: #fff;
  border-top: 0.1rem solid #EEEEEE;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-3 .blk-2 .sec-3-grid ul li:last-child {
  border-bottom: 0.1rem solid #EEEEEE;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-child(odd) li {
  color: #fff;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-child(even) li {
  justify-content: flex-start;
  padding-left: 10px;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-child(odd) li:nth-child(odd) {
  background-color: #008FCA;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-child(odd) li:nth-child(even) {
  background-color: #0586BC;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(1) li:nth-child(1) {
  grid-row: 1/6;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(1) li:nth-child(2) {
  grid-row: 6/11;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(3) li:nth-child(1) {
  grid-row: 1/9;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(3) li:nth-child(2) {
  grid-row: 9/11;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(5) li:nth-child(1) {
  grid-row: 1/3;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(5) li:nth-child(2) {
  grid-row: 3/5;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(5) li:nth-child(3) {
  grid-row: 5/7;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(5) li:nth-child(4) {
  grid-row: 7/9;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(7) li:nth-child(1) {
  grid-row: 1/3;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(7) li:nth-child(5) {
  grid-row: 6/9;
}

.sec-3 .blk-2 .sec-3-grid ul:nth-of-type(7) li:nth-child(6) {
  grid-row: 9/11;
}

.sec-3 .blk-2 > p {
  z-index: 0;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

.sec-3 .blk-2 > p span {
  position: relative;
  font-size: 3.2rem;
  vertical-align: baseline;
}

.sec-3 .blue-text {
  background: #008FCA;
  color: #fff !important;
  padding: 4px 10px;
  max-width: 824px;
  margin: 0 auto 32px;
}

/* セクション4｜開講予定プラン
--------------------------------- */
.sec-4 {
  padding-bottom: 11rem;
  background: url(../images/sec-4-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-4 h3 {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-4 h3 span {
  font-size: 30px;
}

.sec-4 .blk-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 3.25%;
       column-gap: 3.25%;
  row-gap: 6.8rem;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 4rem;
}

.sec-4 .blk-1 .plan-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-4 .blk-1 .fs14 {
  font-size: min(1.4rem, 21px) !important;
}
.sec-4 .blk-1 .fs16 {
  font-size: min(1.6rem, 24px) !important;
}
.sec-4 .blk-1 .fs17 {
  font-size: min(1.7rem, 26px) !important;
}
.sec-4 .blk-1 .fs18 {
  font-size: min(1.8rem, 27px) !important;
}
.sec-4 .blk-1 .fs22 {
  font-size: min(2.2rem, 33px) !important;
}
.sec-4 .blk-1 .fs36 {
  font-size: 36px !important;
}
.sec-4 .blk-1 .mt5 {
  margin-top: 0.5rem;
}
.sec-4 .blk-1 .mb10 {
  margin-bottom: 1rem;
}
.sec-4 .blk-1 .mb23 {
  margin-bottom: min(2.3rem, 35px);
}
.sec-4 .blk-1 .mb60 {
  margin-bottom: 6rem;
}
.sec-4 .blk-1 .clr-b1u1 {
  color: #008FCA;
}
.sec-4 .blk-1 .lh1 {
  line-height: 1;
}
.sec-4 .blk-1 .pd-adjust {
  padding: 0.6rem 1rem 1rem;
}
.sec-4 .blk-1 .wt-adjust {
  width: 110%;
  margin-left: -5%;
}
.sec-4 .blk-1 a {
  margin-top: auto;
  background: #008BD5;
  border: solid 1px #008BD5;
  width: 260px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sec-4 .blk-1 a span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-4 .blk-1 a span:after {
  position: absolute;
  content: "";
  background-image: url(../images/parts/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  transition: right 0.3s ease;
}
.sec-4 .blk-1 a:hover {
  background: #fff;
  transition: 0.3s;
}
.sec-4 .blk-1 a:hover span {
  color: #008BD5;
}
.sec-4 .blk-1 a:hover span:after {
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  background-image: url(../images/parts/icon-arrow-blue.svg);
  right: 28px;
}

.sec-4 .blk-2 {
  width: 78.5rem;
  margin: 0 auto 5.5rem;
}

.sec-4 .blk-2 small {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sec-4 .blk-2 small:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sec-4 .blk-3 {
  text-align: center;
}

.sec-4 .blk-3 p:nth-child(1) {
  position: relative;
  display: inline;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1.7;
}

.sec-4 .blk-3 p:nth-child(2) {
  margin-top: 5rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.sec-4 .blk-3 p:nth-child(2) span {
  margin: 0 1rem;
  font-size: 5.4rem;
  color: var(--pk1);
  vertical-align: baseline;
}

/* CTA
--------------------------------- */
section.cta {
  background: #008BD5;
  padding: 50px 0;
}
section.cta h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
section.cta .wrapper {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
section.cta .content {
  max-width: 1024px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 24px 10px;
}
section.cta .content p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #005E9D;
  text-align: center;
}
section.cta .content .left {
  padding-right: 54px;
  border-right: 1px solid #005E9D;
  margin-right: 54px;
}
section.cta .content .phone {
  line-height: 1;
  color: #005E9D;
  letter-spacing: 2.4px;
  font-size: 48px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

section.cta .mb12 {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  section.cta h2 {
    font-size: 24px;
  }
}
/* セクション5｜
--------------------------------- */
.sec-5 {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10rem 0 18.6rem;
}

.sec-5 .blk-movie {
  z-index: 10;
  position: relative;
  width: 50%;
  max-width: 600px;
  min-width: 450px;
  aspect-ratio: 16/9;
  margin: 0 auto 5rem;
}

.sec-5 .blk-movie iframe {
  width: 100%;
  height: 100%;
}

.sec-5 > span {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50vw + var(--sb) / 2));
  width: calc(100vw - var(--sb));
  height: 100%;
  background: url(../images/img-sec5-bg.png) no-repeat bottom/100%;
}

.sec-5 .blk-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
}

.sec-5 .blk-1 h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.sec-5 .blk-1 h2 img {
  position: absolute;
  width: 38px;
  height: 26px;
  top: -4px;
  left: -31px;
  z-index: -2;
}

.sec-5 .blk-1 span {
  width: 31%;
}

.sec-5 .blk-2 {
  position: relative;
  margin-bottom: 7rem;
}

.sec-5 .blk-2 p {
  width: 50.4166666667%;
  font-size: 1.5rem;
  font-weight: 500;
}

.sec-5 .blk-2 > span {
  /* overflow: hidden; */
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(calc(50vw - var(--sb) / 2));
  width: 48.3333333333%;
  border-radius: 2rem 0 0 2rem;
}

.sec-5 .blk-2 > span img {
  border-radius: 2rem 0 0 2rem;
  filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.3333333333));
}

.sec-5 .blk-3 {
  position: relative;
}

.sec-5 .blk-3 > span {
  /* overflow: hidden; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50vw + var(--sb) / 2));
  width: 50.4166666667%;
  border-radius: 0 2rem 2rem 0;
}

.sec-5 .blk-3 > span img {
  border-radius: 0 2rem 2rem 0;
  filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.3333333333));
}

.sec-5 .blk-3 > div {
  width: 45.4166666667%;
  margin-left: auto;
}

.sec-5 .blk-3 > div h2 {
  margin-bottom: 3.5rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.sec-5 .blk-3 > div h2 img {
  position: absolute;
  width: 38px;
  height: 26px;
  top: -4px;
  left: -31px;
  z-index: -2;
}

.sec-5 .blk-3 > div p {
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.sec-5 .blk-3 > div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  padding: 3rem 2.4rem;
  background-color: #F3FAFD;
  border-radius: 2rem;
}

.sec-5 .blk-3 > div ul li {
  width: 49%;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1500px) {
  .sec-5 .blk-1 {
    margin-bottom: 9vw;
  }
  .sec-5 .blk-2 {
    margin-bottom: 7.5vw;
  }
  .sec-5 .blk-2 > span {
    width: 40vw;
  }
  .sec-5 .blk-3 > span {
    width: 45vw;
  }
}
@media (min-width: 2000px) {
  .sec-5 .blk-1 {
    margin-bottom: 350px;
  }
  .sec-5 .blk-2 {
    margin-bottom: 250px;
  }
  .sec-5 .blk-2 > span {
    width: 950px;
  }
  .sec-5 .blk-3 > span {
    width: 950px;
  }
}
/* セクション6｜講師紹介
--------------------------------- */
.sec-6 {
  margin-bottom: 12.7rem;
  padding: 10rem 0 8.3rem;
  background: url(../images/img-sec6-bg.png) no-repeat bottom/cover;
}

.sec-6 > div {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec-6 > div > div {
  width: 29.1666666667%;
  width: 24%;
}

.sec-6 > div > div div {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2.9rem 0 1rem 1rem;
  padding: 1rem 4rem 1rem 2rem;
  background-color: #fff;
}

.sec-6 > div > div div h5 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bl2);
  line-height: 1;
}

.sec-6 > div > div div h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.sec-6 > div > div p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.sec-6 .certificate {
  width: 100%;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  border: 0.2rem solid #008FCA;
  border-radius: 0.5rem;
}
.sec-6 .certificate h5 {
  margin-bottom: 0;
  padding: 0.5rem 0.2rem 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #008FCA;
}
.sec-6 .certificate p {
  padding: 0.5rem 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}

/* セクション7｜受講の流れ
--------------------------------- */
.sec-7 {
  padding-bottom: 13rem;
  background-color: #Fff;
}

.sec-7 h2 {
  margin-bottom: 5rem;
  margin-bottom: 130px;
}

.sec-7 > div {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec-7 > div > span {
  position: absolute;
  transform: translateY(-300%);
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #F5FF6B;
  line-height: 1;
  background-color: var(--bl2);
  border-radius: 0.5rem;
}

.sec-7 > div > span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-color: var(--bl2) transparent transparent transparent;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-style: solid;
}

.sec-7 > div h3 {
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 9rem;
  padding: 0.5rem 1.6rem 1.4rem;
  font-family: "zen maru gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: var(--bl2);
  border-radius: 1rem;
}

.sec-7 > div h3 span {
  font-size: 4.7rem;
  vertical-align: baseline;
}

.sec-7 > div ul {
  display: flex;
}

.sec-7 > div ul li {
  position: relative;
  width: 20.5%;
  padding: 0 3.5rem 4rem 2rem;
}

.sec-7 > div ul li:last-child {
  width: 18%;
  padding-right: 1.5rem;
}

.sec-7 > div ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-98%, -50%);
  width: 3rem;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}

.sec-7 > div ul li:nth-child(1) {
  background-color: #F3FAFD;
}

.sec-7 > div ul li:nth-child(2) {
  background-color: #E1F1F8;
}

.sec-7 > div ul li:nth-child(3) {
  background-color: #CEE7F1;
}

.sec-7 > div ul li:nth-child(4) {
  background-color: #BDDBE8;
}

.sec-7 > div ul li:nth-child(5) {
  background-color: #A8CDDB;
  background-color: #acd9eb;
}

.sec-7 > div ul li:nth-child(6) {
  background-color: #96d1e7;
}

.sec-7 > div ul li:nth-child(2):before {
  background-color: #E1F1F8;
}

.sec-7 > div ul li:nth-child(3):before {
  background-color: #CEE7F1;
}

.sec-7 > div ul li:nth-child(4):before {
  background-color: #BDDBE8;
}

.sec-7 > div ul li:nth-child(5):before {
  background-color: #A8CDDB;
  background-color: #acd9eb;
}

.sec-7 > div ul li:nth-child(6):before {
  background-color: #96d1e7;
}

.sec-7 > div ul li h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -5.5rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--bl2);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}

.sec-7 > div ul li h4 span {
  font-size: 6rem;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-7 > div ul li h5 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.11;
  height: 60px;
}

.sec-7 > div ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.sec-7 > div ul li p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5F5F5F;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.sec-7 > div ul li p a,
.sec-7 > div ul li p a:visited {
  color: var(--bl2);
  text-decoration: underline;
}

/* セクション8｜受講者の声
--------------------------------- */
.sec-8 {
  overflow: hidden;
  position: relative;
  margin-top: 0rem;
  margin-bottom: 12.6rem;
  /* background: url(../images/img-sec8-bg.png) no-repeat 0 30%/contain; */
}

.sec-8 > span {
  position: absolute;
  display: block;
  top: 6rem;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background: url(../images/img-sec8-bg.png) no-repeat center/contain;
  -webkit-animation: bg-faint-1 10s ease-in-out infinite;
          animation: bg-faint-1 10s ease-in-out infinite;
  -webkit-animation: bg-faint-2 8s 2s ease-in-out infinite;
          animation: bg-faint-2 8s 2s ease-in-out infinite;
}

@-webkit-keyframes bg-faint-1 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(3%, 1.5%) rotate(10deg);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  75% {
    transform: translate(-3%, -1.5%) rotate(-10deg);
  }
}

@keyframes bg-faint-1 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(3%, 1.5%) rotate(10deg);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  75% {
    transform: translate(-3%, -1.5%) rotate(-10deg);
  }
}
@-webkit-keyframes bg-faint-2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.95, 1.05);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
}
@keyframes bg-faint-2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.95, 1.05);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
}
.sec-8 h2 {
  margin-top: 2rem;
}

.sec-8 .blk-1 {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1192px;
  margin: 0 auto 11rem;
}

.sec-8 .blk-1 > div {
  width: 30.2013422819%;
  padding: 4rem 3rem 2rem;
  text-align: center;
  border-radius: 2.6rem;
  background-color: #fff;
  filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.3333333333));
}

.sec-8 .blk-1 > div img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 4rem;
}

.sec-8 .blk-1 > div h3 {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--wh);
  background-color: var(--bl2);
  border-radius: 0.8rem;
}

.sec-8 .blk-1 > div h4 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--bl2);
}

.sec-8 .blk-1 > div p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}

.sec-8 .blk-2 {
  text-align: center;
}

.sec-8 .blk-2 a {
  position: relative;
  display: inline-block;
  width: 80.7rem;
  height: 13rem;
  padding: 3.4rem 5rem 1rem 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  background: url(../images/img-sec8-banner.png) no-repeat center/contain;
  transition: all 0.2s;
}

.sec-8 .blk-2 a:hover {
  opacity: 0.8;
}

.sec-8 .blk-2 a::before {
  position: absolute;
  content: "SCHEDULE";
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bl2);
}

.sec-8 .blk-2 a::after {
  position: absolute;
  content: "";
  top: 4.6rem;
  right: calc(50% - 17rem);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/parts/icon-link-2.png) no-repeat center/contain;
  transition: all 0.2s;
}

.sec-8 .blk-2 a:hover::after {
  transform: translateX(30%);
}

/* セクション9｜よくあるご質問
--------------------------------- */
.sec-9 {
  padding: 10rem 0 8rem;
  background-color: #F8F8F8;
}

.sec-9 .qa {
  width: 92%;
  max-width: 807px;
  margin: 0 auto;
}

.sec-9 .qa ul {
  margin-bottom: 5.6rem;
}

.sec-9 .qa ul li:not(:last-child) {
  margin-bottom: 4rem;
}

.sec-9 .qa ul li p {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.sec-9 .qa ul li .text {
  width: calc(100% - 100px);
  margin-right: 24px;
  font-size: 1.6rem;
}

.sec-9 .qa ul li p:nth-of-type(1) {
  padding: 1.4rem 4rem 1.4rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--bl2);
  background-color: #FFF;
  cursor: pointer;
  border-radius: 1rem 1rem 0 0;
  transition: all 0.2s;
}

.sec-9 .qa ul li p:nth-of-type(1) .more {
  background-color: #008BD5;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
}

.sec-9 .qa ul li p .more::before {
  position: absolute;
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  border-radius: 3px;
  background: #fff;
  content: "";
  transition: 0.2s;
}

.sec-9 .qa ul li p .more::after {
  position: absolute;
  height: 16px;
  width: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  border-radius: 3px;
  background: #fff;
  content: "";
  opacity: 0;
  transition: 0.2s;
}

.sec-9 .qa ul li p.close .more::before {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.2s;
}

.sec-9 .qa ul li p.close .more::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.2s;
}

.sec-9 .qa ul li p:nth-of-type(1).close {
  border-radius: 1rem;
}

.sec-9 .qa ul li p:nth-of-type(1).close::after {
  transform: translate(0, -50%) rotate(180deg);
}

.sec-9 .qa ul li p:nth-of-type(2) {
  padding: 2rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  border-top: solid 1px #E2E2E2;
  padding: 2rem 24px;
}

.sec-9 .qa ul li p span {
  font-size: 3rem;
  font-weight: 700;
}

.sec-9 .qa ul li p .icon {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #008BD5;
}

.sec-9 .qa ul li p:nth-of-type(2) span {
  color: var(--pk1);
}

.sec-9 .blk-2 {
  text-align: center;
}

.sec-9 .blk-2 p:nth-child(1) {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

.sec-9 .blk-2 p:nth-child(2) {
  margin-top: 5rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.sec-9 .blk-2 p:nth-child(2) span {
  margin: 0 1rem;
  font-size: 5.4rem;
  color: var(--pk1);
  vertical-align: baseline;
}
/*# sourceMappingURL=style.css.map */