@charset "UTF-8";
/* STYLE LIST ------------------------------------------------------

 01. LAYOUT

 02. HEADER & FOOTER

 03. KV

 04. CAMPAIGN

 05. PURUMO

 06. MERIT

 07. VOICE

 08. FACILITY

 09. STEP

 10. LESSON

 11. Q&A

 12. PRICE

 13. INFO

 14. FIXED

 15. RESPONSIVE

 16. ANIMATION


-------------------------------------------------------------------- */
/* 01. LAYOUT
-------------------------------------------------------------------- */
body {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.inner1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.125%;
}

/* PC・SP切替 */
.sp {
  display: none;
}

/* MEDIA QUERIE 768px～ */
@media screen and (min-width: 768px) {
  a {
    transition: 0.5s;
  }
}
/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  p {
    font-size: 3.2vw;
    line-height: 1.42;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner2 {
    padding-left: 0;
  }
}
.fixed, #kv, .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09, .sec10 {
  overflow-x: clip;
}

/* 02. HEADER & FOOTER
-------------------------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  width: 10px;
  cursor: pointer;
  right: calc(50% - 770px);
  display: none;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 60px;
}

.sp_cta {
  display: none;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sp_cta {
    display: flex;
    background: #1490e0;
    height: 50px;
  }
  .sp_cta .sp_tel {
    width: 58px;
  }
  .sp_cta .sp_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp_cta .sp_tel img {
    max-width: 40px;
  }
  .sp_cta .sp_web {
    width: 74px;
    border-left: 1px solid #fff;
  }
  .sp_cta .sp_web a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp_cta .sp_web img {
    max-width: 55px;
  }
  .pagetop {
    position: sticky;
    bottom: 65px;
    right: inherit;
    left: calc(100% - 25px);
  }
}
footer {
  color: #4d4d4f;
  width: 100%;
  padding: 1.5% 2.5% 2%;
  border-top: solid 1px #ccc;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  footer {
    border-top: none;
    padding: 30px 0 10px;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 75px;
    border-top: 1px solid #e8e8e8;
  }
}
.footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer__inner {
    width: 100%;
    display: block;
  }
}
.footer__box {
  width: 48.5%;
}

@media screen and (max-width: 1024px) {
  .footer__box {
    width: 100%;
  }
}
.footer__box.group {
  display: flex;
  align-items: center;
}

.footer__box.group .footer__box__L__logo {
  width: 80px;
  height: 70px;
}

@media screen and (max-width: 1024px) {
  .footer__box.group {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .footer__box.group .footer__box__L__logo {
    margin-bottom: 20px;
  }
}
.footer__box a {
  font-weight: 400;
  color: #4D4D4F;
  text-decoration: none;
}

.footer__box__L__txt {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .footer__box__L__txt {
    font-size: 1.2rem;
    color: #6c6c6c;
    display: block;
    width: 100%;
    background: #dfdfdf;
    margin-left: 0;
  }
}
.footer__box__L__list {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footer__box__L__list + .footer__box__L__list {
    border-top: solid 1px #c5c5c5;
  }
}
.footer__box__L__list li {
  display: inline;
  margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .footer__box__L__list li {
    text-align: center;
    width: 50%;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
  }
}
.footer__box__L__list li:nth-child(2)::before {
  content: "|";
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .footer__box__L__list li:nth-child(2) {
    border-left: solid 1px #c5c5c5;
  }
  .footer__box__L__list li:nth-child(2)::before {
    content: "";
    padding: 0;
  }
}
.footer__box__R__logo {
  text-align: right;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .footer__box__R__logo {
    text-align: center;
    margin: 15px 0 5px;
  }
}
.footer__box__R__logo img {
  width: 176px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .footer__box__R__logo img {
    width: 50%;
  }
}
.footer__box__R__txt {
  font-size: 1.3rem;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer__box__R__txt {
    font-size: 1.1rem;
    text-align: center;
  }
}
/* 03. KV
-------------------------------------------------------------------- */
#kv h1 {
  padding: 15px 0 15px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
#kv h1 picture {
  display: flex;
}
#kv h1 img {
  width: 167px;
}
#kv h1 span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #eb6c90;
  line-height: 1;
}
#kv .kv_inner {
  height: 604px;
  overflow: hidden;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  #kv h1 {
    padding: 3vw 0 3vw 3vw;
    gap: 3vw;
  }
  #kv h1 img {
    width: 32.4vw;
  }
  #kv h1 span {
    font-size: 4vw;
  }
  #kv .kv_inner {
    height: 166.67vw;
  }
}
/* 04. CAMPAIGN
-------------------------------------------------------------------- */
.sec01 {
  background: url(../img/common/bg_campaign_pc.png) no-repeat center top -4px/100%;
  padding: 70px 0 340px;
  position: relative;
  z-index: 200;
}

h2 {
  text-align: center;
}

h2 span {
  display: block;
  font-size: 1.4rem;
  color: #af979d;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

.sec01 h2 {
  margin-bottom: 30px;
}

.sec01 h2 img {
  width: 205px;
}

.sec01 .swiper-box {
  position: relative;
}

.sec01 .swiper-container {
  margin-bottom: 90px;
}

.sec01 .swiper-slide {
  width: auto;
}

.sec01 .swiper-slide img {
  /*height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 860px;*/
}

.sec01 .swiper-button-prev,
.sec01 .swiper-button-next {
  width: 27px;
  height: 61px;
  position: absolute;
  background: url(../img/common/icon_arrow_pc.png) no-repeat center/contain;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

.sec01 .swiper-button-prev:after,
.sec01 .swiper-button-next:after {
  display: none;
}

.sec01 .swiper-button-prev {
  transform: rotate(180deg);
  left: 297px;
}

.sec01 .swiper-button-next {
  right: 297px;
}

.sec01 .swiper-pagination {
  transform: translateY(50px);
}

.sec01 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
  width: 12px;
  height: 12px;
}

.sec01 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}

.sec01 .swiper-pagination-bullet-active {
  background-color: #ef6e8f;
}

.cv-button {
  text-align: center;
}

.cv-button a {
  display: inline-flex;
  width: 408px;
  height: 76px;
  background-image: linear-gradient(120deg, rgb(245, 131, 160) 0%, rgb(236, 98, 134) 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}

.cv-button a span {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  position: relative;
}

.cv-button a span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec01 {
    background: url(../img/common/bg_campaign_sp.png) no-repeat center top/100%;
    padding: 9vw 0 27vw;
  }
  .sec01 h2 {
    margin-bottom: 5vw;
  }
  .sec01 h2 img {
    width: 42.27vw;
  }
  h2 span {
    font-size: 2.93vw;
    letter-spacing: 0.1em;
    margin-top: 1vw;
  }
  .sec01 .swiper-box {
    position: relative;
    z-index: 100;
    margin: auto;
  }
  .sec01 .swiper-box:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 73.47vw;
    height: 100%;
    box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    z-index: -1;
  }
  .sec01 .swiper-container {
    margin-bottom: 10vw;
    width: 73.47vw;
    margin: 0 auto 19vw;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    overflow-x: hidden;
  }
  .sec01 .swiper-slide {
    margin: 0;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }
  .sec01 .swiper-slide img {
    width: 73.47vw;
  }
  .sec01 .swiper-slide.code {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }
  .sec01 .swiper-slide.code p {
    font-size: 6vw;
    bottom: 24.4vw;
    right: 19vw;
    z-index: 9999;
    -webkit-touch-callout: text; /* テキストの長押しメニューを許可 */
    -webkit-user-select: text; /* iOSでのテキスト選択を有効化 */
  }
  .sec01 .swiper-button-prev,
  .sec01 .swiper-button-next {
    width: 3.33vw;
    height: 8.13vw;
    background: url(../img/common/icon_arrow_pc.png) no-repeat center/contain;
  }
  .sec01 .swiper-button-prev {
    left: 3.5vw;
  }
  .sec01 .swiper-button-next {
    right: 3.5vw;
  }
  .sec01 .swiper-pagination {
    transform: translateY(10vw);
  }
  .sec01 .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
  }
  .sec01 .slick-dots {
    bottom: -12vw;
  }
  .cv-button a {
    width: 86.67vw;
    height: 14.4vw;
    box-shadow: 0px 0px 3vw 0px rgba(0, 0, 0, 0.06);
    padding: 0.67vw 0.9vw;
  }
  .cv-button a span {
    font-size: 4.93vw;
    border-width: 0.1vw;
    line-height: 12.2vw;
  }
  .cv-button a span:after {
    width: 2.1vw;
    height: 3.3vw;
    background: url(../img/common/icon_arrowS_sp.png) no-repeat center/contain;
    right: 6vw;
  }
}
/* 05. PURUMO
-------------------------------------------------------------------- */
.sec02 {
  background: url(../img/common/bg_purumo_pc.png) no-repeat center top/100%;
  text-align: center;
  padding: 210px 0 350px;
  margin-top: -394px;
  position: relative;
  z-index: 100;
}

.sec02 h2 {
  display: inline-block;
  transform: translateX(260px);
}
.sec02 h2 img {
  width: 742px;
}

.sec02 .reasons li {
  position: relative;
  text-align: left;
}

.sec02 .reasons li.shadow1 {
  position: relative;
  width: 884px;
  z-index: 30;
  margin-left: 330px;
  margin-top: 10px;
}

.sec02 .reasons li.shadow1:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: linear-gradient(90deg, transparent 0%, #e0c5d8 30%, #e0c5d8 100%);
  filter: blur(15px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 150px 150px 0;
  z-index: -1;
}

.sec02 .reasons li.shadow1:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 212px;
  height: 200px;
  background: #e0c5d8;
  filter: blur(15px);
  right: -130px;
  bottom: -30px;
  border-radius: 200px;
  z-index: -1;
}

.sec02 .reasons li .box1 {
  background: linear-gradient(90deg, transparent 0%, #f8f7f7 30%, #f6eef4 100%);
  padding: 40px 120px 40px 370px;
  border-radius: 0 150px 150px 0;
  position: relative;
  z-index: 30;
}

.sec02 .reasons li .box1:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 212px;
  height: 200px;
  background: url(../img/common/pht_purumo01_pc.png) no-repeat center/contain;
  right: -130px;
  bottom: -30px;
  z-index: 10;
}

.sec02 .reasons .person {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}

.sec02 .reasons li.shadow2 {
  position: relative;
  width: 794px;
  z-index: 80;
  margin-left: 800px;
  margin-top: 80px;
}

.sec02 .reasons li.shadow2:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: linear-gradient(-90deg, transparent 0%, #e0c5d8 60%, #e0c5d8 100%);
  filter: blur(15px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 150px 0 0 150px;
  z-index: -1;
}

.sec02 .reasons li.shadow2:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 208px;
  height: 207px;
  background: #e0c5d8;
  filter: blur(15px);
  left: -130px;
  bottom: -60px;
  border-radius: 200px;
  z-index: -1;
}

.sec02 .reasons li .box2 {
  background: linear-gradient(-90deg, transparent 0%, #f8f7f7 60%, #f6eef4 100%);
  padding: 40px 220px 40px 120px;
  border-radius: 150px 0 0 150px;
  position: relative;
  z-index: 30;
}

.sec02 .reasons li .box2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 208px;
  height: 207px;
  background: url(../img/common/pht_purumo02_pc.png) no-repeat center/contain;
  left: -130px;
  bottom: -60px;
  z-index: 10;
}

.sec02 .reasons li.shadow3 {
  position: relative;
  width: 1100px;
  z-index: 200;
  margin-left: 0;
  margin-top: 120px;
}

.sec02 .reasons li.shadow3:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: linear-gradient(90deg, transparent 0%, transparent 20%, #e0c5d8 50%, #e0c5d8 100%);
  filter: blur(15px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 150px 150px 0;
  z-index: -1;
}

.sec02 .reasons li.shadow3:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 417px;
  height: 383px;
  background: #e0c5d8;
  filter: blur(15px);
  right: -260px;
  bottom: -150px;
  border-radius: 200px;
  z-index: -1;
}

.sec02 .reasons li .box3 {
  background: linear-gradient(90deg, transparent 0%, transparent 20%, #f8f7f7 50%, #f6eef4 100%);
  padding: 40px 150px 40px 440px;
  border-radius: 0 150px 150px 0;
  position: relative;
  z-index: 30;
}

.sec02 .reasons li .box3:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 417px;
  height: 383px;
  background: url(../img/common/pht_purumo03_pc.png) no-repeat center/contain;
  right: -290px;
  bottom: -150px;
  z-index: 10;
}

.sec02 .reasons li h3 {
  font-weight: 400;
  color: #e47491;
  font-size: 2.7rem;
  letter-spacing: 0.075em;
  line-height: 36px;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

.sec02 .reasons li .note {
  font-feature-settings: "palt";
  color: #151515;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  line-height: 23px;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../img/common/bg_purumo_sp.png) no-repeat center top/100%;
    padding: 40vw 0 123vw;
    margin-top: -51vw;
  }
  .sec02 h2 {
    transform: translateX(0);
    display: block;
  }
  .sec02 h2 img {
    width: 92.13vw;
  }
  .sec02 .reasons li {
    position: relative;
    text-align: left;
  }
  .sec02 .reasons li.shadow1 {
    width: 72.27vw;
    margin-left: 0;
    margin-top: -4vw;
  }
  .sec02 .reasons li.shadow1:before {
    display: none;
  }
  .sec02 .reasons li.shadow1:after {
    width: 40.67vw;
    height: 37.07vw;
    right: -26vw;
    bottom: -7vw;
    filter: blur(4vw);
    border-radius: 100vw;
  }
  .sec02 .reasons li .box1 {
    padding: 7vw 10vw 7vw 6vw;
    border-radius: 0 11.2vw 11.2vw 0;
    background: rgba(248, 247, 247, 0.86);
    box-shadow: 0 0 4vw rgb(224, 197, 216);
  }
  .sec02 .reasons li .box1:before {
    width: 40.67vw;
    height: 37.07vw;
    background: url(../img/common/pht_purumo01_sp.png) no-repeat center/contain;
    right: -26vw;
    bottom: -7vw;
  }
  .sec02 .reasons .person {
    display: none;
  }
  .sec02 .reasons li.shadow2 {
    width: 71.33vw;
    margin-left: auto;
    margin-top: 22vw;
  }
  .sec02 .reasons li.shadow2:before {
    display: none;
  }
  .sec02 .reasons li.shadow2:after {
    width: 36.8vw;
    height: 36.67vw;
    filter: blur(4vw);
    left: -26vw;
    bottom: 0;
    top: -12vw;
    border-radius: 100vw;
  }
  .sec02 .reasons li .box2 {
    background: rgba(248, 247, 247, 0.86);
    box-shadow: 0 0 4vw rgb(224, 197, 216);
    padding: 7vw 5vw 7vw 10vw;
    border-radius: 11.2vw 0 0 11.2vw;
  }
  .sec02 .reasons li .box2:before {
    width: 36.8vw;
    height: 36.67vw;
    background: url(../img/common/pht_purumo02_sp.png) no-repeat center/contain;
    left: -26vw;
    bottom: 0;
    top: -12vw;
  }
  .sec02 .reasons li.shadow3 {
    width: 72.67vw;
    margin-top: 22vw;
  }
  .sec02 .reasons li.shadow3:before {
    display: none;
  }
  .sec02 .reasons li.shadow3:after {
    width: 50.53vw;
    height: 65.07vw;
    filter: blur(4vw);
    right: -27.2vw;
    bottom: -46vw;
    border-radius: 100vw;
  }
  .sec02 .reasons li .box3 {
    background: rgba(248, 247, 247, 0.86);
    box-shadow: 0 0 4vw rgb(224, 197, 216);
    padding: 7vw 10vw 7vw 6vw;
    border-radius: 0 11.2vw 11.2vw 0;
  }
  .sec02 .reasons li .box3:before {
    width: 50.53vw;
    height: 65.07vw;
    background: url(../img/common/pht_purumo03_sp.png) no-repeat center/contain;
    right: -27.2vw;
    bottom: -46vw;
  }
  .sec02 .reasons li h3 {
    font-size: 4.27vw;
    line-height: 5.47vw;
    margin-bottom: 2.67vw;
  }
  .sec02 .reasons li .note {
    font-size: 2.93vw;
    line-height: 4.53vw;
  }
}
/* 06. MERIT
-------------------------------------------------------------------- */
.sec03 {
  background: url(../img/common/bg_merit_pc.png) no-repeat center top/100%;
  padding: 270px 0 300px;
  margin-top: -227px;
}

.sec03 .h2-box {
  text-align: left;
  max-width: 960px;
  margin: auto;
}

.sec03 h2 {
  display: inline-block;
  position: relative;
}
.sec03 h2 img {
  width: 465px;
}

.sec03 h2:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 224px;
  height: 226px;
  top: -146px;
  left: -150px;
  background: url(../img/common/img_balloon01_pc.png) no-repeat center/contain;
}

.sec03 .h2-box p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  font-feature-settings: "palt";
  line-height: 46px;
  margin-top: 30px;
}

.sec03 ul li {
  position: relative;
}
.sec03 ul li:nth-of-type(1) {
  width: 563px;
  margin: -170px 260px 0 auto;
}
.sec03 ul li:nth-of-type(2) {
  width: 471px;
  margin: -120px 0 0 240px;
}
.sec03 ul li:nth-of-type(2) img {
  width: 430px;
}
.sec03 ul li:nth-of-type(2) .note {
  margin-top: -30px;
}
.sec03 ul li:nth-of-type(2) .note:before {
  width: 223px;
  height: 86px;
  background: url(../img/common/ttl_sub_merit02_pc.png) no-repeat center/contain;
}
.sec03 ul li:nth-of-type(2) .note:after {
  width: 349px;
  height: 262px;
  background: url(../img/common/obj_merit02_pc.png) no-repeat center/contain;
  left: -310%;
}
.sec03 ul li:nth-of-type(3) {
  width: 630px;
  margin: -210px 220px 0 auto;
}
.sec03 ul li:nth-of-type(3) h3 {
  letter-spacing: -0.08em;
  margin: 10px 120px 0 0;
}
.sec03 ul li:nth-of-type(3) h3 span {
  margin-top: 2.5em;
}
.sec03 ul li:nth-of-type(3) img {
  width: 546px;
}
.sec03 ul li:nth-of-type(3) .note {
  margin-top: -70px;
}
.sec03 ul li:nth-of-type(3) .note:before {
  width: 219px;
  height: 68px;
  background: url(../img/common/ttl_sub_merit03_pc.png) no-repeat center/contain;
  top: -75px;
  right: -40px;
}
.sec03 ul li:nth-of-type(3) .note:after {
  width: 391px;
  height: 274px;
  background: url(../img/common/obj_merit03_pc.png) no-repeat center/contain;
  left: -305%;
}
.sec03 ul li:nth-of-type(4) {
  width: 731px;
  margin: -190px 0 0 220px;
}
.sec03 ul li:nth-of-type(4) h3 {
  margin: 0 300px 0 0;
}
.sec03 ul li:nth-of-type(4) h3 span {
  margin-top: 2.5em;
}
.sec03 ul li:nth-of-type(4) h3 span strong {
  margin-top: 0.3em;
}
.sec03 ul li:nth-of-type(4) img {
  width: 512px;
}
.sec03 ul li:nth-of-type(4) .note {
  margin-top: -130px;
  max-width: 200px;
}
.sec03 ul li:nth-of-type(4) .note:before {
  width: 212px;
  height: 84px;
  background: url(../img/common/ttl_sub_merit04_pc.png) no-repeat center/contain;
  top: -80px;
  right: 60px;
}
.sec03 ul li:nth-of-type(4) .note:after {
  width: 423px;
  height: 264px;
  background: url(../img/common/obj_merit04_pc.png) no-repeat center/contain;
  left: -305%;
}
.sec03 ul li h3 {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 40px;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin: -90px 70px 0 0;
}
.sec03 ul li h3 span {
  color: #e3c8e7;
  margin-top: 4em;
}
.sec03 ul li img {
  width: 506px;
}
.sec03 ul li .note {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  position: relative;
  max-width: 230px;
  line-height: 26px;
  margin-left: auto;
  margin-top: -40px;
}
.sec03 ul li .note:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 248px;
  height: 93px;
  background: url(../img/common/ttl_sub_merit01_pc.png) no-repeat center/contain;
  z-index: 10;
  top: -90px;
  right: -70px;
}
.sec03 ul li .note:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 403px;
  height: 252px;
  background: url(../img/common/obj_merit01_pc.png) no-repeat center/contain;
  z-index: 10;
  top: -310%;
  right: -300%;
  left: -300%;
  bottom: -300%;
  margin: auto;
  z-index: -1;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/common/bg_merit_sp.png) no-repeat center top/100%;
    padding: 34vw 0 34vw;
    margin-top: -19vw;
    position: relative;
    z-index: 300;
  }
  .sec03 .h2-box {
    text-align: left;
    max-width: 960px;
    margin: auto;
  }
  .sec03 h2 {
    display: block;
    text-align: center;
  }
  .sec03 h2 img {
    width: 90.13vw;
  }
  .sec03 h2:before {
    width: 52.13vw;
    height: 51.47vw;
    top: -46vw;
    left: 4vw;
    background: url(../img/common/img_balloon01_sp.png) no-repeat center/contain;
  }
  .sec03 .h2-box p {
    font-size: 3.73vw;
    line-height: 7.07vw;
    margin-top: 6vw;
    text-align: center;
  }
  .sec03 ul li {
    position: relative;
  }
  .sec03 ul li:nth-of-type(1) {
    width: 92vw;
    margin: 24vw 0 0 0;
  }
  .sec03 ul li:nth-of-type(2) {
    width: 90.4vw;
    margin: 14vw 0 0 auto;
    text-align: right;
  }
  .sec03 ul li:nth-of-type(2) h3 {
    text-align: left;
    margin: -2vw 57vw 0 0;
  }
  .sec03 ul li:nth-of-type(2) img {
    width: 89.6vw;
  }
  .sec03 ul li:nth-of-type(2) .note {
    margin-top: -3vw;
    text-align: left;
    margin: 3vw auto 0 0;
    max-width: 50.8vw;
  }
  .sec03 ul li:nth-of-type(2) .note:before {
    width: 51.47vw;
    height: 19.73vw;
    background: url(../img/common/ttl_sub_merit02_sp.png) no-repeat center/contain;
    top: -8vw;
    right: -38vw;
  }
  .sec03 ul li:nth-of-type(2) .note:after {
    width: 78.8vw;
    height: 56.27vw;
    background: url(../img/common/obj_merit02_sp.png) no-repeat center/contain;
    left: -270%;
    top: -320%;
  }
  .sec03 ul li:nth-of-type(3) {
    width: 97.06vw;
    margin: 16vw 0 0 0;
  }
  .sec03 ul li:nth-of-type(3) h3 {
    margin: -13vw 9vw 0 0;
  }
  .sec03 ul li:nth-of-type(3) h3 span {
    margin-top: 3em;
  }
  .sec03 ul li:nth-of-type(3) img {
    width: 97.07vw;
  }
  .sec03 ul li:nth-of-type(3) .note {
    margin: 2vw 6vw 0 auto;
    max-width: 50vw;
  }
  .sec03 ul li:nth-of-type(3) .note:before {
    width: 53.6vw;
    height: 16.67vw;
    background: url(../img/common/ttl_sub_merit03_sp.png) no-repeat center/contain;
    top: -11vw;
    right: 35vw;
  }
  .sec03 ul li:nth-of-type(3) .note:after {
    width: 74.4vw;
    height: 52.13vw;
    background: url(../img/common/obj_merit03_sp.png) no-repeat center/contain;
    left: -290%;
  }
  .sec03 ul li:nth-of-type(4) {
    width: 94.13vw;
    margin: 9vw 0 0 0;
  }
  .sec03 ul li:nth-of-type(4) h3 {
    margin: 5vw 25vw 0 0;
  }
  .sec03 ul li:nth-of-type(4) h3 span {
    margin-top: 1em;
  }
  .sec03 ul li:nth-of-type(4) img {
    width: 77.33vw;
  }
  .sec03 ul li:nth-of-type(4) .note {
    margin-top: 3vw;
    max-width: 51.47vw;
  }
  .sec03 ul li:nth-of-type(4) .note:before {
    width: 40.13vw;
    height: 16.13vw;
    background: url(../img/common/ttl_sub_merit04_sp.png) no-repeat center/contain;
    top: -15vw;
    right: -3vw;
  }
  .sec03 ul li:nth-of-type(4) .note:after {
    width: 71.47vw;
    height: 50.27vw;
    background: url(../img/common/obj_merit04_sp.png) no-repeat center/contain;
    left: -300%;
  }
  .sec03 ul li h3 {
    font-size: 7.73vw;
    line-height: 8.67vw;
    margin: -21vw 11vw 0 0;
  }
  .sec03 ul li img {
    width: 82.53vw;
  }
  .sec03 ul li .note {
    font-size: 3.2vw;
    max-width: 46.67vw;
    line-height: 4.93vw;
    margin-top: -3vw;
  }
  .sec03 ul li .note:before {
    width: 51.87vw;
    height: 19.47vw;
    background: url(../img/common/ttl_sub_merit01_sp.png) no-repeat center/contain;
    top: -20vw;
    right: 3vw;
  }
  .sec03 ul li .note:after {
    width: 69.33vw;
    height: 48.8vw;
    background: url(../img/common/obj_merit01_sp.png) no-repeat center/contain;
    right: -286%;
  }
}
/* 07. VOICE
-------------------------------------------------------------------- */
.sec04 {
  background: url(../img/common/bg_voice_pc.png) no-repeat center top/100%;
  padding: 88px 0 90px;
  margin-top: -155px;
}

.sec04 h2 {
  margin-bottom: 40px;
}

.sec04 h2 span {
  color: #fff;
}

.sec04 h2 img {
  margin-bottom: 15px;
  width: 280px;
}

.sec04 ul {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-bottom: 35px;
}

.sec04 li {
  width: 327px;
  background: #fff;
  border-radius: 50px 15px 50px 15px;
  padding: 35px 35px 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.sec04 h3 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.sec04 h3 span {
  font-size: 1.7rem;
  margin-left: 3px;
  vertical-align: 2px;
}

.sec04 .star {
  color: #e5765f;
  font-size: 1.7rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.sec04 h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.025em;
  line-height: 27px;
}

.sec04 li p {
  line-height: 26px;
  letter-spacing: 0.025em;
}

.sec04 li p span {
  background: #e0e0ff;
  padding: 2px 0;
}

.sec04 .note {
  text-align: right;
  color: #fff;
  letter-spacing: 0.025em;
  max-width: 1160px;
  margin: 0 auto 30px;
  font-size: 1.4rem;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec04 {
    background: url(../img/common/bg_voice_sp.png) no-repeat center top/100%;
    padding: 16vw 0 11vw;
    position: relative;
    z-index: 400;
    margin-top: -16vw;
  }
  .sec04 h2 {
    margin-bottom: 8vw;
  }
  .sec04 h2 span {
    font-size: 3.47vw;
  }
  .sec04 h2 img {
    margin-bottom: 2vw;
    width: 59.6vw;
  }
  .sec04 ul {
    display: block;
    margin-bottom: 10vw;
  }
  .sec04 li {
    width: 69.73vw;
    margin: auto;
    border-radius: 6.67vw 2vw 6.67vw 2vw;
    padding: 7vw 8vw 9vw;
  }
  .sec04 li + li {
    margin-top: 6vw;
  }
  .sec04 h3 {
    font-size: 5.6vw;
    margin-bottom: 0.3vw;
  }
  .sec04 h3 span {
    font-size: 3.6vw;
  }
  .sec04 .star {
    font-size: 3.6vw;
    margin-bottom: 2.6vw;
  }
  .sec04 h4 {
    font-size: 3.73vw;
    margin-bottom: 1.6vw;
    line-height: 5.73vw;
  }
  .sec04 li p {
    font-size: 2.93vw;
    line-height: 5.6vw;
  }
  .sec04 li p span {
    padding: 0.5vw 0;
  }
  .sec04 .note {
    font-size: 2.67vw;
    text-align: center;
  }
}
/* 08. FACILITY
-------------------------------------------------------------------- */
.sec05 {
  background: url(../img/common/bg_facility_pc.png) no-repeat center top -2px/100%;
  padding: 120px 0 180px;
}
.sec05 h2 img {
  width: 592px;
}

.sec05 .note {
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
  max-width: 960px;
  margin: 20px auto 0;
  padding-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.sec05 .note:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 335px;
  height: 97px;
  background: url(../img/common/ttl_sub_facility_pc.png) no-repeat center/contain;
  right: 0;
  bottom: 0;
}

.sec05 .swiper-box {
  position: relative;
  max-width: 1120px;
  margin: auto;
  z-index: 100;
}
.sec05 .swiper-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 920px;
  height: 450px;
  box-shadow: 25px 25px 25px 0px rgba(93, 78, 77, 0.27);
  border-radius: 77px 8px 77px 8px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec05 .swiper {
  width: 100%;
  max-width: 920px;
  overflow: visible;
  overflow-x: hidden;
  height: 500px;
}

.sec05 .swiper-slide img {
  width: 920px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05 .caption {
  position: absolute;
  left: 40px;
  bottom: 70px;
  font-family: "Noto Serif JP", serif;
  color: white;
  font-size: 1.8rem;
}

/* ボタン共通のスタイル */
.sec05 .swiper-button-prev, .sec05 .swiper-button-next {
  width: 55px; /* ボタンのサイズ */
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-25px);
}

/* 左ボタン（戻る） */
.sec05 .swiper-button-prev {
  background-image: url(../img/common/icon_prev.png); /* 左矢印の画像 */
}

/* 右ボタン（次へ） */
.sec05 .swiper-button-next {
  background-image: url(../img/common/icon_next.png); /* 右矢印の画像 */
}

/* Swiperのデフォルト矢印を非表示 */
.sec05 .swiper-button-prev::after, .sec05 .swiper-button-next::after {
  display: none;
}

.sec05 .swiper-pagination {
  bottom: 0;
}

.sec05 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.sec05 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 30px;
}

.sec05 .swiper-pagination-bullet-active {
  background-color: #7ea1e0;
}

.sec05 .text {
  text-align: left;
  padding-left: 1180px;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 21px;
}

/* MEDIA QUERIE ～767px */
@media (max-width: 767px) {
  .sec05 {
    background: url(../img/common/bg_facility_sp.png) no-repeat center top/100%;
    padding: 16vw 0 20vw;
  }
  .sec05 h2 img {
    width: 62.93vw;
  }
  .sec05 .note {
    font-size: 3.47vw;
    line-height: 5.6vw;
    text-align: left;
    max-width: 80vw;
    margin: 6vw auto 2vw;
    padding-bottom: 10vw;
  }
  .sec05 .note:after {
    width: 62.53vw;
    height: 19.07vw;
    background: url(../img/common/ttl_sub_facility_sp.png) no-repeat center/contain;
    right: -10vw;
  }
  .sec05 .swiper-box {
    max-width: 1120px;
  }
  .sec05 .swiper-box:after {
    width: 90.67vw;
    height: 75.07vw;
    box-shadow: 3.33vw 3.33vw 3.33vw 0px rgba(93, 78, 77, 0.27);
    border-radius: 10.27vw 1.07vw 10.27vw 1.07vw;
  }
  .sec05 .swiper {
    width: 100%;
    max-width: 90.67vw;
    height: 85.07vw;
  }
  .sec05 .swiper-slide img {
    width: 90.67vw;
  }
  .sec05 .caption {
    left: 4vw;
    bottom: 13vw;
    font-size: 3.2vw;
  }
  .sec05 .swiper-button-prev, .sec05 .swiper-button-next {
    width: 7.33vw; /* ボタンのサイズ */
    height: 7.33vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-5vw);
  }
  .sec05 .swiper-button-prev {
    left: 1.5vw;
  }
  .sec05 .swiper-button-next {
    right: 1.5vw;
  }
  .sec05 .swiper-pagination-bullet {
    width: 2.53vw;
    height: 2.53vw;
  }
  .sec05 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5.6vw;
  }
  .sec05 .text {
    padding-left: 58vw;
    margin-top: 6vw;
    font-size: 2.4vw;
    line-height: 3.6vw;
  }
}
/* 09. STEP
-------------------------------------------------------------------- */
.sec06 {
  background: url(../img/common/bg_step_pc.png) no-repeat center top/100%;
  padding: 130px 0 230px;
  margin-top: -110px;
}

.sec06 h2 {
  margin-bottom: 60px;
}
.sec06 h2 img {
  width: 469px;
}

.sec06 h2 span {
  display: inline-block;
  position: relative;
}
.sec06 h2 span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 266px;
  height: 261px;
  background: url(../img/common/img_balloon02_pc.png) no-repeat center/contain;
  top: -140px;
  left: -220px;
}
.sec06 h2 span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 316px;
  height: 118px;
  background: url(../img/common/ttl_sub_step_pc.png) no-repeat center/contain;
  bottom: -50px;
  right: -160px;
}

.sec06 .step {
  display: flex;
  padding: 30px;
  justify-content: center;
  gap: 33px;
  width: 1200px;
  margin: 0 auto 40px;
}

.sec06 .step li {
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  min-width: 244px;
}
.sec06 .step li > div {
  margin-top: -25px;
}
.sec06 .step li > div img {
  width: 43px;
}
.sec06 .step li img {
  width: 212px;
}
.sec06 .step li:nth-of-type(2) {
  min-width: 367px;
}
.sec06 .step li:nth-of-type(2) .fukidashi {
  position: relative;
  display: block;
}
.sec06 .step li:nth-of-type(2) .fukidashi:after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -55px;
  right: -3px;
  width: 119px;
  height: 57px;
  background: url(../img/common/img_fukidashi01_pc.png) no-repeat center/contain;
}

.sec06 .step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  bottom: 0;
  margin: auto;
  right: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #de6080;
  border-right: 0;
  z-index: 10;
}

.sec06 .step h4 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 12px 0 8px;
  line-height: 22px;
  min-height: 44px;
}

.sec06 .step p {
  text-align: left;
  line-height: 21px;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 20px;
  padding: 0 10px;
}
.sec06 .step p.small {
  font-size: 1.2rem;
  letter-spacing: 0;
  padding-right: 0;
  margin-top: 5px;
}

.sec06 .step dl {
  display: flex;
  margin: 5px auto 0;
  justify-content: center;
}
.sec06 .step dl dt {
  background: #f6dbe2;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  font-size: 1.4rem;
}
.sec06 .step dl dd {
  font-size: 1.4rem;
  background: #fbeef2;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 10px 0;
  width: 215px;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec06 {
    background: url(../img/common/bg_step_sp.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 50%, #d2d1e0 50%, #d2d1e0 100%);
    padding: 37vw 0 35vw;
    margin-top: -10vw;
  }
  .sec06 h2 {
    margin-bottom: 60px;
  }
  .sec06 h2 span img {
    width: 72.8vw;
  }
  .sec06 h2 span:before {
    width: 40.93vw;
    height: 42.53vw;
    background: url(../img/common/img_balloon02_sp.png) no-repeat center/contain;
    top: -46vw;
    left: -14vw;
  }
  .sec06 h2 span:after {
    width: 55.73vw;
    height: 20.93vw;
    background: url(../img/common/ttl_sub_step_sp.png) no-repeat center/contain;
    bottom: -12vw;
    right: -13vw;
  }
  .sec06 .step {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 auto 12vw;
  }
  .sec06 .step li {
    text-align: left;
    border-radius: 1.33vw;
    padding: 0 6vw 4vw;
    min-width: inherit;
    width: 62.93vw;
    margin-left: 8vw;
  }
  .sec06 .step li + li {
    margin-top: 16.8vw;
  }
  .sec06 .step li > div {
    margin-top: 0;
  }
  .sec06 .step li > div img {
    width: 8.93vw;
    margin-top: -8vw;
  }
  .sec06 .step li .pht {
    position: absolute;
    right: -29vw;
    top: -14vw;
    width: 39.6vw;
  }
  .sec06 .step li:nth-of-type(2) {
    min-width: inherit;
  }
  .sec06 .step li:nth-of-type(2) .fukidashi {
    position: relative;
    display: block;
  }
  .sec06 .step li:nth-of-type(2) .fukidashi:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 4vw;
    right: -2vw;
    width: 22.53vw;
    height: 16vw;
    background: url(../img/common/img_fukidashi01_sp.png) no-repeat center/contain;
  }
  .sec06 .step li:not(:last-of-type):after {
    top: inherit;
    bottom: -10vw;
    right: 0;
    left: 0;
    border-right: 3.73vw solid transparent;
    border-left: 3.73vw solid transparent;
    border-top: 4.53vw solid #de6080;
    border-bottom: 0;
  }
  .sec06 .step h4 {
    font-size: 5.07vw;
    margin: 2vw 0 0;
    line-height: 5.47vw;
    min-height: inherit;
  }
  .sec06 .step p {
    line-height: 4.53vw;
    font-size: 2.93vw;
    margin-top: 2.5vw;
    padding: 0;
  }
  .sec06 .step p.small {
    font-size: 2.53vw;
    line-height: 3.07vw;
    margin-top: 2vw;
    text-indent: -1em;
    margin-left: 1em;
  }
  .sec06 .step dl {
    display: block;
    margin: 2vw auto 0;
  }
  .sec06 .step dl dt {
    display: block;
    width: 100%;
    font-size: 2.93vw;
    margin-bottom: 0.3vw;
    text-align: center;
    padding: 2.5vw 0;
  }
  .sec06 .step dl dd {
    font-size: 2.93vw;
    padding: 2.5vw 0;
    width: 100%;
    line-height: 4vw;
  }
}
/* 10. LESSON
-------------------------------------------------------------------- */
.sec07 {
  padding: 120px 0 240px;
  background: url(../img/common/bg_lesson_pc.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 190px, #fdf6f4 190px, #fdf6f4 100%);
  margin-top: -130px;
}
.sec07 h2 {
  margin-bottom: 30px;
}
.sec07 h2 img {
  width: 318px;
}
.sec07 .note {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  text-align: center;
}
.sec07 dl {
  display: flex;
  position: relative;
  z-index: 100;
  width: 650px;
  height: 90px;
  margin: 40px auto 100px;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.sec07 dl:after {
  content: "";
  display: inline-block;
  border-radius: 100px;
  background-image: linear-gradient(90deg, rgb(250, 172, 192) 0%, rgb(179, 196, 234) 81%);
  opacity: 0.431;
  position: absolute;
  width: 650px;
  height: 90px;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec07 dl dt {
  font-size: 2.2rem;
  letter-spacing: 0;
}
.sec07 dl dd a {
  border: 2px #fff solid;
  border-radius: 3px;
  background-image: linear-gradient(90deg, rgb(154, 180, 229) 0%, rgb(125, 160, 223) 100%);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
  width: 252px;
  height: 43px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.sec07 dl dd a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  background: url(../img/common/icon_external_pc.png) no-repeat center/contain;
}
.sec07 article {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(93, 78, 77, 0.16);
  width: 1140px;
  padding: 60px 45px 40px;
  margin: auto;
  position: relative;
}
.sec07 article:nth-of-type(2n) .en {
  right: inherit;
  left: 25px;
}
.sec07 article:nth-of-type(2n) .header {
  flex-direction: row-reverse;
}
.sec07 article:last-of-type {
  margin-bottom: 60px;
}
.sec07 article + article {
  margin-top: 40px;
}
.sec07 article:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #d5c7c5;
  top: 23px;
  left: 0;
  z-index: 10;
}
.sec07 article .en {
  position: absolute;
  display: inline-block;
  padding: 8px;
  background: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #8d9abb;
  right: 25px;
  font-family: "EB Garamond", serif;
  top: 2px;
  z-index: 20;
}
.sec07 article .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec07 article .header .left {
  width: 520px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sec07 article .header .left h3 {
  color: #ef6e8f;
  font-size: 3.6rem;
  line-height: 39px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.sec07 article .header .left h3 span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.sec07 article .header .left h3 span:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 388px;
  height: 16px;
  background: url(../img/common/line01_pc.png) no-repeat center/contain;
  bottom: 0;
  left: -300%;
  right: -300%;
  margin: auto;
  transform: translateX(-50px);
}
.sec07 article .header .left .text {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 24px;
  text-align: center;
}
.sec07 article .header .left .text span {
  background-color: rgb(219, 226, 243);
  width: 280px;
  border-radius: 100px;
  line-height: 27px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  letter-spacing: -0.04em;
}
.sec07 article .header .right img {
  width: 498px;
}
.sec07 article .body {
  /* ヘッダーのデザイン */
  /* 角丸の適用 */
}
.sec07 article .body table {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  border-collapse: separate; /* 角丸を適用するために separate を指定 */
  border-spacing: 0; /* セル間の隙間をなくす */
  border-radius: 8px; /* 表全体の角丸 */
  overflow: hidden; /* 角丸を適用するために必要 */
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
}
.sec07 article .body th, .sec07 article .body td {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.sec07 article .body th {
  padding: 10px;
  background-color: #f6dae2;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec07 article .body th:nth-of-type(1) {
  width: 276px;
}
.sec07 article .body th:nth-of-type(2) {
  width: 140px;
}
.sec07 article .body td {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  padding: 12px 40px;
  line-height: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.sec07 article .body td:nth-of-type(1) {
  text-align: center;
}
.sec07 article .body td:nth-of-type(2) {
  text-align: center;
  color: #ef6e8f;
  letter-spacing: 0.3em;
}
.sec07 article .body td:nth-of-type(2) span {
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0); /* 左半分だけ表示 */
  letter-spacing: 0;
}
.sec07 article .body th:first-child {
  border-top-left-radius: 8px;
}
.sec07 article .body th:last-child {
  border-top-right-radius: 8px;
}
.sec07 article .body tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.sec07 article .body tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* MEDIA QUERIE ～767px */
@media (max-width: 767px) {
  .sec07 {
    padding: 20vw 0 40vw;
    background: url(../img/common/bg_lesson_sp.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 10vw, #fdf6f4 10vw, #fdf6f4 100%);
    margin-top: -18vw;
  }
  .sec07 h2 {
    margin-bottom: 6vw;
  }
  .sec07 h2 img {
    width: 68.67vw;
  }
  .sec07 .note {
    font-size: 3.47vw;
    line-height: 6.27vw;
    text-align: left;
    max-width: 84.8vw;
    margin: auto;
  }
  .sec07 dl {
    display: flex;
    flex-wrap: wrap;
    width: 73.33vw;
    height: 28.8vw;
    margin: 7vw auto 10vw;
    justify-content: center;
    align-content: center;
    gap: 3vw;
  }
  .sec07 dl:after {
    border-radius: 2.67vw;
    width: 73.33vw;
    height: 28.8vw;
  }
  .sec07 dl dt {
    font-size: 4.53vw;
    width: 100%;
    text-align: center;
  }
  .sec07 dl dd {
    width: 100%;
    text-align: center;
  }
  .sec07 dl dd a {
    width: 52.93vw;
    height: 9.73vw;
    padding-right: 3vw;
    font-size: 3.73vw;
    margin: auto;
  }
  .sec07 dl dd a:after {
    width: 4.13vw;
    right: 7%;
    height: 4.13vw;
    background: url(../img/common/icon_external_sp.png) no-repeat center/contain;
  }
  .sec07 article {
    width: 92.27vw;
    padding: 12vw 4.5vw 6vw;
    overflow: hidden;
  }
  .sec07 article:nth-of-type(2n) .en {
    right: 4vw;
    left: inherit;
  }
  .sec07 article:last-of-type {
    margin-bottom: 10vw;
  }
  .sec07 article + article {
    margin-top: 8vw;
  }
  .sec07 article:before {
    top: 5vw;
  }
  .sec07 article .en {
    padding: 0 1vw;
    font-size: 2.93vw;
    right: 4vw;
    top: 3.3vw;
  }
  .sec07 article .header {
    display: block;
    margin-bottom: 6vw;
  }
  .sec07 article .header .left {
    width: 100%;
    display: block;
  }
  .sec07 article .header .left h3 {
    font-size: 7.87vw;
    line-height: 8vw;
    margin-bottom: 3vw;
  }
  .sec07 article .header .left h3 span {
    font-size: 4vw;
    padding-bottom: 16vw;
    margin-bottom: 36vw;
  }
  .sec07 article .header .left h3 span:after {
    width: 90.13vw;
    height: 23.73vw;
    background: url(../img/common/line01_sp.png) no-repeat center/contain;
    transform: translateX(0);
  }
  .sec07 article .header .left .text {
    font-size: 3.07vw;
    line-height: 4.8vw;
    margin: auto;
    width: 80.67vw;
  }
  .sec07 article .header .left .text span {
    width: 56.13vw;
    border-radius: 100vw;
    line-height: 4.93vw;
    font-size: 2.4vw;
    margin-top: 1vw;
  }
  .sec07 article .header .right {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 66.4vw;
    top: 25.5vw;
  }
  .sec07 article .body table {
    border-radius: 1.07vw; /* 表全体の角丸 */
  }
  .sec07 article .body th {
    padding: 3vw 0;
    font-size: 2.93vw;
  }
  .sec07 article .body th:nth-of-type(1) {
    width: 28.53vw;
  }
  .sec07 article .body th:nth-of-type(2) {
    width: 12vw;
  }
  .sec07 article .body td {
    font-size: 2.93vw;
    padding: 2.5vw 4vw;
    line-height: 4.53vw;
  }
  .sec07 article .body th:first-child {
    border-top-left-radius: 1.07vw;
  }
  .sec07 article .body th:last-child {
    border-top-right-radius: 1.07vw;
  }
  .sec07 article .body tr:last-child td:first-child {
    border-bottom-left-radius: 1.07vw;
  }
  .sec07 article .body tr:last-child td:last-child {
    border-bottom-right-radius: 1.07vw;
  }
}
/* 11. Q&A
-------------------------------------------------------------------- */
.sec08 {
  padding: 95px 0 95px;
  background: url(../img/common/bg_qa_pc.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 190px, white 190px, white 100%);
  margin-top: -120px;
}

.sec08 h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
}

.sec08 h2 img {
  margin-bottom: 15px;
  width: 177px;
}

.sec08 .box {
  border-top: 1px solid #dfdce4;
  padding: 15px 95px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sec08 dt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 16px 0 16px 85px;
}

.sec08 dd {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 0 0 85px;
  font-size: 1.4rem;
  min-height: 70px;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

.sec08 dt:before,
.sec08 dd:before {
  content: "Q";
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.5rem;
  background: #a5a0c1;
  font-family: "Noto Serif JP", serif;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.sec08 dd:before {
  content: "A";
  background: #f2c5d1;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 14vw 0 12vw;
    background: url(../img/common/bg_qa_sp.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 10vw, white 10vw, white 100%);
    margin-top: -23vw;
  }
  .sec08 h2 {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
  .sec08 h2 span {
    font-size: 4vw;
    color: #333;
  }
  .sec08 h2 img {
    margin-bottom: 3vw;
    width: 34.4vw;
  }
  .sec08 .box {
    padding: 4vw 4vw;
    width: 90vw;
  }
  .sec08 dt {
    font-size: 3.73vw;
    padding: 0 0 0 15vw;
    display: flex;
    min-height: 10vw;
    align-items: center;
    margin-bottom: 2vw;
    line-height: 1.2;
  }
  .sec08 dd {
    padding: 0 0 0 15vw;
    font-size: 3.2vw;
    min-height: 12vw;
  }
  .sec08 dt:before,
  .sec08 dd:before {
    width: 10.53vw;
    height: 10.53vw;
    font-size: 4.76vw;
  }
  .sec08 dd:before {
    bottom: auto;
  }
}
/* 12. PRICE
-------------------------------------------------------------------- */
.sec09 {
  background: url(../img/common/bg_price_pc.png) no-repeat center top/100%;
  padding: 90px 0 100px;
}
.sec09 h2 {
  margin-bottom: 10px;
}
.sec09 h2 img {
  width: 187px;
}
.sec09 h2 span {
  color: #333;
  letter-spacing: 0.5em;
  margin-top: 5px;
}
.sec09 .note {
  max-width: 1340px;
  margin: 0 auto 10px;
  text-align: right;
}
.sec09 .inner {
  background-color: rgb(250, 248, 249);
  box-shadow: 0px 2px 24px 0px rgba(93, 78, 77, 0.27);
  width: 100%;
  max-width: 1340px;
  margin: 0 auto 70px;
  padding: 90px 140px;
}
.sec09 .inner h3 {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-weight: 500;
  color: #ef6e8f;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
.sec09 .inner h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #d5c7c5;
  top: 32px;
  left: 0;
  z-index: -1;
}
.sec09 .inner h3 span {
  display: inline-block;
  padding: 0 10px 0 0;
  background: rgb(250, 248, 249);
}
.sec09 .inner dl {
  display: flex;
  margin-bottom: 20px;
}
.sec09 .inner dl dt {
  background: #ef6e8f;
  width: 165px;
  height: 165px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: bold;
}
.sec09 .inner dl dd {
  display: flex;
  align-items: center;
  padding-left: 65px;
}
.sec09 .inner dl dd ol {
  list-style-type: decimal-leading-zero;
  font-family: "Open Sans", "BIZ UDGothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 35px;
}
.sec09 .inner dl dd ol li {
  padding-left: 17px;
}
.sec09 .inner .text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.sec09 .inner h4 {
  color: #8c85b0;
  font-size: 3rem;
  letter-spacing: 0.13em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.sec09 table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  table-layout: auto;
  outline: 1px solid #e8e8e8;
  outline-offset: -1px;
}
.sec09 table.fix {
  table-layout: fixed;
}

.sec09 th {
  background: #8c85b0;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 12px 0;
  vertical-align: middle;
  line-height: 1.1;
}

.sec09 th + th {
  border-left: 1px solid #e8e8e8;
}

.sec09 td {
  background: #fff;
  font-family: "Open Sans", "Noto Sans JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  line-height: 22px;
}
.sec09 td:last-of-type {
  font-size: 1.8rem;
}

.sec09 td span {
  font-weight: 600;
  line-height: 1.4;
}
.sec09 td span.reco {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  width: 170px;
  margin: 0 auto 1.3%;
  border-radius: 8px;
  line-height: 30px;
  background: #ef6e8f;
}
.sec09 td span.fs17 {
  font-size: 1.7rem;
}
.sec09 td span.fs20 {
  font-size: 2rem;
}
.sec09 td span.fs23 {
  font-size: 2.3rem;
}
.sec09 td span.fs23 span {
  font-size: 1.8rem;
  vertical-align: 2px;
}
.sec09 td span.fs30 {
  font-size: 3rem;
  display: block;
}
.sec09 td span.pink {
  color: #ef6e8f;
  text-decoration: underline;
  font-weight: 400;
}

.sec09 td + td {
  border-left: 1px solid #e8e8e8;
}

.sec09 .caption {
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.sec09 .caption + h3 {
  margin-top: 80px;
}

.sec09 .caption strong {
  font-weight: bold;
}

.sec09 .caption span {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

.sec09 .caution a {
  color: #333;
  text-decoration: underline;
}

/* MEDIA QUERIE ～767px */
@media (max-width: 767px) {
  .sec09 {
    background: url(../img/common/bg_price_sp.png) no-repeat center top/100%;
    padding: 14vw 0 16vw;
  }
  .sec09 h2 {
    margin-bottom: 4vw;
  }
  .sec09 h2 img {
    width: 40.27vw;
  }
  .sec09 h2 span {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .sec09 .note {
    margin: 0 auto 2vw;
    font-size: 2.4vw;
    text-align: center;
  }
  .sec09 .inner {
    width: 92.4vw;
    margin: 0 auto 10vw;
    padding: 7vw 4vw;
  }
  .sec09 .inner h3 {
    text-align: center;
    font-size: 6.67vw;
    margin-bottom: 6vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #d5c7c5;
  }
  .sec09 .inner h3:after {
    display: none;
  }
  .sec09 .inner h3 span {
    padding: 0;
    background: none;
  }
  .sec09 .inner dl {
    display: block;
    margin-bottom: 3vw;
  }
  .sec09 .inner dl dt {
    width: 100%;
    height: inherit;
    padding: 2vw 0;
    border-radius: 0;
    display: block;
    font-size: 3.47vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 3vw;
  }
  .sec09 .inner dl dd {
    display: block;
    padding-left: 7vw;
  }
  .sec09 .inner dl dd ol {
    font-size: 3.73vw;
    line-height: 4.27vw;
  }
  .sec09 .inner dl dd ol li {
    padding-left: 2vw;
  }
  .sec09 .inner dl dd ol li + li {
    margin-top: 1.8vw;
  }
  .sec09 .inner .text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec09 .inner h4 {
    font-size: 6.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  .sec09 table {
    border-radius: 1.07vw;
    margin-bottom: 3vw;
  }
  .sec09 table tr.sp {
    display: table-row;
  }
  .sec09 th {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
  .sec09 td {
    font-size: 2.93vw;
    padding: 4vw 0;
    line-height: 4.53vw;
  }
  .sec09 td:last-of-type {
    font-size: 2.93vw;
  }
  .sec09 td:last-of-type .large {
    font-size: 3.6vw;
  }
  .sec09 td span.reco {
    font-size: 3.41vw;
    width: 30.27vw;
    border-radius: 1.07vw;
    line-height: 5.29vw;
  }
  .sec09 td span.fs17 {
    font-size: 4vw;
  }
  .sec09 td span.fs20 {
    font-size: 2rem;
  }
  .sec09 td span.fs23 {
    font-size: 5.2vw;
  }
  .sec09 td span.fs23 span {
    font-size: 4.1vw;
    vertical-align: 0;
    display: block;
  }
  .sec09 td span.fs30 {
    font-size: 6.8vw;
  }
  .sec09 .caption {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .sec09 .caption + h3 {
    margin-top: 6vw;
  }
}
/* 13. INFO
-------------------------------------------------------------------- */
.sec10 {
  padding: 90px 0;
}
.sec10 .inner {
  max-width: 1170px;
  margin: auto;
}
.sec10 h2 {
  font-family: "Open Sans", "Noto Sans JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 3rem;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 15px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 40px;
}
.sec10 h2 span {
  width: 220px;
  display: inline-block;
  background: #ef6e8f;
  border-radius: 8px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2.1rem;
  margin-right: 20px;
  text-align: center;
  vertical-align: 4px;
}
.sec10 .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.sec10 .flex iframe {
  width: 514px;
  height: auto;
  border-radius: 17px;
}
.sec10 .flex .right .note {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
.sec10 .flex .right .tel a {
  display: inline-block;
  position: relative;
  color: #ef6e8f;
  font-size: 5rem;
  letter-spacing: 0.06em;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-left: 52px;
  margin-bottom: 20px;
}
.sec10 .flex .right .tel a:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 7px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  background: url(../img/common/icon_tel_pc.png) no-repeat center/contain;
}
.sec10 .flex .right dl {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #e8e8e8;
}
.sec10 .flex .right dl dt {
  width: 120px;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}
.sec10 .flex .right dl dd {
  width: 430px;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
}
.sec10 .flex .right dl dd span {
  min-width: 3.5em;
  display: inline-block;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .sec10 {
    padding: 10vw 0 8vw;
  }
  .sec10 .inner {
    width: 92vw;
  }
  .sec10 h2 {
    font-size: 5.33vw;
    padding-bottom: 2.5vw;
    padding-left: 0;
    margin-bottom: 5vw;
  }
  .sec10 h2 span {
    width: 23.6vw;
    border-radius: 1.07vw;
    line-height: 6.8vw;
    font-size: 3.73vw;
    margin-right: auto;
    vertical-align: 0;
    display: block;
    margin-bottom: 1vw;
  }
  .sec10 .flex {
    flex-direction: column-reverse;
    padding: 0;
    gap: 6vw;
  }
  .sec10 .flex iframe {
    width: 100%;
    height: 77.47vw;
    border-radius: 2.27vw;
  }
  .sec10 .flex .right .note {
    font-size: 3.73vw;
    margin-bottom: 1vw;
  }
  .sec10 .flex .right .tel a {
    font-size: 11.87vw;
    padding-left: 11vw;
    margin-bottom: 4vw;
  }
  .sec10 .flex .right .tel a:before {
    top: 2vw;
    width: 8.4vw;
    height: 8.4vw;
    background: url(../img/common/icon_tel_sp.png) no-repeat center/contain;
  }
  .sec10 .flex .right dl {
    width: 100%;
    font-size: 1.4rem;
  }
  .sec10 .flex .right dl dt {
    width: 25%;
    padding: 4vw 0;
    font-size: 3.2vw;
  }
  .sec10 .flex .right dl dd {
    font-size: 3.2vw;
    line-height: 4.67vw;
    width: 75%;
    padding: 4vw 0;
  }
}
/* 14. FIXED
-------------------------------------------------------------------- */
.fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  right: calc(50% - 800px);
  height: 320px;
  z-index: 1000;
  display: none;
}

.fixed li a {
  display: block;
  width: 80px;
  background-image: linear-gradient(90deg, rgb(245, 131, 160) 0%, rgb(236, 98, 134) 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 18px 0 0 18px;
  padding: 5px 0 5px 5px;
  text-align: center;
}

.fixed li a span {
  border: 1px solid #fff;
  border-right: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  border-radius: 15px 0 0 15px;
  width: 100%;
  padding: 0 0 30px;
  line-height: 1;
  height: 310px;
  position: relative;
}

.fixed li a span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .fixed {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    position: fixed;
    height: inherit;
  }
  .fixed li a {
    width: 100%;
    border-radius: 0;
    padding: 1.33vw;
  }
  .fixed li a span {
    font-size: 5.6vw;
    writing-mode: horizontal-tb;
    width: 100%;
    display: block;
    border-radius: 0;
    text-orientation: upright;
    padding: 1.33vw 0;
    box-shadow: none;
    border: 0.27vw solid #fff;
    height: inherit;
  }
  .fixed li a span:after {
    width: 2.43vw;
    height: 3.55vw;
    background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
    right: 5%;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
/* 15. RESPONSIVE
-------------------------------------------------------------------- */
/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {
  body {
    max-width: 100vw;
  }
  p {
    font-size: 0.87vw;
    letter-spacing: 0.05em;
  }
  .inner1 {
    max-width: 68.75vw;
  }
  .inner2 {
    max-width: 75vw;
  }
  .pagetop {
    bottom: 1.88vw;
    width: 0.62vw;
    right: calc(50% - 48.12vw);
  }
  .copyright {
    font-size: 0.75vw;
    padding: 0 0 3.75vw;
  }
  #kv h1 {
    padding: 0.94vw 0 0.94vw 0.94vw;
    gap: 0.94vw;
  }
  #kv h1 img {
    width: 10.44vw;
  }
  #kv h1 span {
    font-size: 1.25vw;
  }
  #kv .kv_inner {
    height: 37.75vw;
  }
  #kv .kv_inner > div {
    padding-top: 37.8vw!important;
  }
  #kv .kv_inner > div iframe {
    width: 100vw!important;
    display: block; /* 余計なinline要素挙動を防止 */
    margin: 0 auto; /* 中央寄せなど必要に応じて */
  }
  .sec01 {
    background: url(../img/common/bg_campaign_pc.png) no-repeat center top -0.25vw/100%;
    padding: 4.38vw 0 20.5vw;
  }
  h2 span {
    font-size: 0.87vw;
    margin-top: 0.12vw;
  }
  .sec01 h2 {
    margin-bottom: 1.88vw;
  }
  .sec01 h2 img {
    width: 12.81vw;
  }
  .sec01 .swiper-container {
    margin-bottom: 5.62vw;
  }
  .sec01 .swiper-slide img {
    width: 62.5vw;
  }
  .sec01 .swiper-button-prev,
  .sec01 .swiper-button-next {
    width: 1.69vw;
    height: 3.81vw;
  }
  .sec01 .swiper-button-prev {
    transform: rotate(180deg);
    left: calc(17vw - 50px);
  }
  .sec01 .swiper-button-next {
    right: calc(17vw - 50px);
  }
  .sec01 .swiper-pagination {
    transform: translateY(3.12vw);
  }
  .sec01 .swiper-pagination-bullet {
    width: 0.75vw;
    height: 0.75vw;
  }
  .sec01 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.94vw;
  }
  .cv-button a {
    width: 25.5vw;
    height: 4.75vw;
    border-radius: 6.25vw;
    box-shadow: 0vw 0vw 1vw 0vw rgba(0, 0, 0, 0.06);
    padding: 0.31vw;
  }
  .cv-button a span {
    font-size: 1.62vw;
    line-height: 4vw;
    border-radius: 6.25vw;
  }
  .cv-button a span:after {
    width: 0.81vw;
    height: 1.19vw;
    right: 1.88vw;
  }
  .sec02 {
    padding: 13.12vw 0 21.88vw;
    margin-top: -24.62vw;
  }
  .sec02 h2 {
    transform: translateX(16.25vw);
  }
  .sec02 h2 img {
    width: 46.38vw;
  }
  .sec02 .reasons li.shadow1 {
    width: 55.25vw;
    margin-left: 20.62vw;
    margin-top: 0.62vw;
  }
  .sec02 .reasons li.shadow1:before {
    filter: blur(0.94vw);
    border-radius: 0 9.38vw 9.38vw 0;
  }
  .sec02 .reasons li.shadow1:after {
    width: 13.25vw;
    height: 12.5vw;
    filter: blur(0.94vw);
    right: -8.12vw;
    bottom: -1.88vw;
    border-radius: 12.5vw;
  }
  .sec02 .reasons li .box1 {
    padding: 2.5vw 7.5vw 2.5vw 23.12vw;
    border-radius: 0 9.38vw 9.38vw 0;
  }
  .sec02 .reasons li .box1:before {
    width: 13.25vw;
    height: 12.5vw;
    right: -8.12vw;
    bottom: -1.88vw;
  }
  .sec02 .reasons li.shadow2 {
    width: 49.62vw;
    margin-left: 50vw;
    margin-top: 5vw;
  }
  .sec02 .reasons li.shadow2:before {
    filter: blur(0.94vw);
    border-radius: 9.38vw 0 0 9.38vw;
  }
  .sec02 .reasons li.shadow2:after {
    width: 13vw;
    height: 12.94vw;
    filter: blur(0.94vw);
    left: -8.12vw;
    bottom: -3.75vw;
    border-radius: 12.5vw;
  }
  .sec02 .reasons li .box2 {
    padding: 2.5vw 13.75vw 2.5vw 7.5vw;
    border-radius: 9.38vw 0 0 9.38vw;
  }
  .sec02 .reasons li .box2:before {
    width: 13vw;
    height: 12.94vw;
    left: -8.12vw;
    bottom: -3.75vw;
  }
  .sec02 .reasons li.shadow3 {
    width: 68.75vw;
    margin-top: 7.5vw;
  }
  .sec02 .reasons li.shadow3:before {
    filter: blur(0.94vw);
    border-radius: 0 9.38vw 9.38vw 0;
  }
  .sec02 .reasons li.shadow3:after {
    width: 26.06vw;
    height: 23.94vw;
    filter: blur(0.94vw);
    right: -16.25vw;
    bottom: -9.38vw;
    border-radius: 12.5vw;
  }
  .sec02 .reasons li .box3 {
    padding: 2.5vw 9.38vw 2.5vw 27.5vw;
    border-radius: 0 9.38vw 9.38vw 0;
  }
  .sec02 .reasons li .box3:before {
    width: 26.06vw;
    height: 23.94vw;
    right: -18.12vw;
    bottom: -9.38vw;
  }
  .sec02 .reasons li h3 {
    font-size: 1.69vw;
    line-height: 2.25vw;
    margin-bottom: 0.62vw;
  }
  .sec02 .reasons li .note {
    font-size: 0.81vw;
    line-height: 1.44vw;
  }
  .sec03 {
    padding: 16.88vw 0 18.75vw;
    margin-top: -14.19vw;
    background-size: 100vw;
  }
  .sec03 .h2-box {
    max-width: 60vw;
  }
  .sec03 h2 img {
    width: 29.06vw;
  }
  .sec03 h2:before {
    width: 14vw;
    height: 14.12vw;
    top: -9.12vw;
    left: -9.38vw;
  }
  .sec03 .h2-box p {
    font-size: 1.06vw;
    line-height: 2.88vw;
    margin-top: 1.88vw;
  }
  .sec03 ul li:nth-of-type(1) {
    width: 35.19vw;
    margin: -10.62vw 16.25vw 0 auto;
  }
  .sec03 ul li:nth-of-type(2) {
    width: 29.44vw;
    margin: -7.5vw 0 0 15vw;
  }
  .sec03 ul li:nth-of-type(2) img {
    width: 26.88vw;
  }
  .sec03 ul li:nth-of-type(2) .note {
    margin-top: -1.88vw;
  }
  .sec03 ul li:nth-of-type(2) .note:before {
    width: 13.94vw;
    height: 5.38vw;
  }
  .sec03 ul li:nth-of-type(2) .note:after {
    width: 21.81vw;
    height: 16.38vw;
  }
  .sec03 ul li:nth-of-type(3) {
    width: 39.38vw;
    margin: -13.12vw 13.75vw 0 auto;
  }
  .sec03 ul li:nth-of-type(3) h3 {
    margin: 0.62vw 7.5vw 0 0;
  }
  .sec03 ul li:nth-of-type(3) img {
    width: 34.12vw;
  }
  .sec03 ul li:nth-of-type(3) .note {
    margin-top: -4.38vw;
  }
  .sec03 ul li:nth-of-type(3) .note:before {
    width: 13.69vw;
    height: 4.25vw;
    top: -4.69vw;
    right: -2.5vw;
  }
  .sec03 ul li:nth-of-type(3) .note:after {
    width: 24.44vw;
    height: 17.12vw;
  }
  .sec03 ul li:nth-of-type(4) {
    width: 45.69vw;
    margin: -11.88vw 0 0 13.75vw;
  }
  .sec03 ul li:nth-of-type(4) h3 {
    margin: 0 18.75vw 0 0;
  }
  .sec03 ul li:nth-of-type(4) img {
    width: 32vw;
  }
  .sec03 ul li:nth-of-type(4) .note {
    margin-top: -8.12vw;
    max-width: 12.5vw;
  }
  .sec03 ul li:nth-of-type(4) .note:before {
    width: 13.25vw;
    height: 5.25vw;
    top: -5vw;
    right: 3.75vw;
  }
  .sec03 ul li:nth-of-type(4) .note:after {
    width: 26.44vw;
    height: 16.5vw;
  }
  .sec03 ul li h3 {
    font-size: 2.37vw;
    line-height: 2.5vw;
    margin: -5.62vw 4.38vw 0 0;
  }
  .sec03 ul li img {
    width: 31.62vw;
  }
  .sec03 ul li .note {
    font-size: 0.87vw;
    max-width: 14.38vw;
    line-height: 1.62vw;
    margin-left: auto;
    margin-top: -2.5vw;
  }
  .sec03 ul li .note:before {
    width: 15.5vw;
    height: 5.81vw;
    top: -5.62vw;
    right: -4.38vw;
  }
  .sec03 ul li .note:after {
    width: 25.19vw;
    height: 15.75vw;
  }
  .sec04 {
    padding: 5.5vw 0 5.62vw;
    margin-top: -9.69vw;
    background-size: 100vw;
  }
  .sec04 h2 {
    margin-bottom: 2.5vw;
  }
  .sec04 h2 img {
    margin-bottom: 0.94vw;
    width: 17.5vw;
  }
  .sec04 ul {
    gap: 3.44vw;
    margin-bottom: 2.19vw;
  }
  .sec04 li {
    width: 20.44vw;
    border-radius: 3.12vw 0.94vw 3.12vw 0.94vw;
    padding: 2.19vw 2.19vw 2.5vw;
    box-shadow: 0.62vw 0.62vw 1.25vw rgba(0, 0, 0, 0.2);
  }
  .sec04 h3 {
    font-size: 1.62vw;
    margin-bottom: 0.19vw;
  }
  .sec04 h3 span {
    font-size: 1.06vw;
    margin-left: 0.19vw;
    vertical-align: 0.12vw;
  }
  .sec04 .star {
    font-size: 1.06vw;
    margin-bottom: 1.25vw;
  }
  .sec04 h4 {
    font-size: 1.12vw;
    margin-bottom: 0.75vw;
    line-height: 1.69vw;
  }
  .sec04 li p {
    line-height: 1.62vw;
  }
  .sec04 li p span {
    padding: 0.12vw 0;
  }
  .sec04 .note {
    max-width: 72.5vw;
    margin: 0 auto 1.88vw;
    font-size: 0.87vw;
  }
  .sec05 {
    background: url(../img/common/bg_facility_pc.png) no-repeat center top -0.12vw/100%;
    padding: 7.5vw 0 11.25vw;
  }
  .sec05 h2 img {
    width: 37vw;
  }
  .sec05 .note {
    font-size: 0.94vw;
    line-height: 1.75vw;
    max-width: 60vw;
    margin: 1.25vw auto 0;
    padding-bottom: 2.5vw;
  }
  .sec05 .note:after {
    width: 20.94vw;
    height: 6.06vw;
  }
  .sec05 .swiper-box {
    max-width: 70vw;
  }
  .sec05 .swiper-box:after {
    width: 57.5vw;
    height: 28.12vw;
    box-shadow: 1.56vw 1.56vw 1.56vw 0vw rgba(93, 78, 77, 0.27);
    border-radius: 4.81vw 0.5vw 4.81vw 0.5vw;
  }
  .sec05 .swiper {
    max-width: 57.5vw;
    height: 31.25vw;
  }
  .sec05 .swiper-slide img {
    width: 57.5vw;
  }
  .sec05 .caption {
    left: 2.5vw;
    bottom: 4.38vw;
    font-size: 1.12vw;
  }
  .sec05 .swiper-button-prev, .sec05 .swiper-button-next {
    width: 3.44vw; /* ボタンのサイズ */
    height: 3.44vw;
    transform: translateY(-1.56vw);
  }
  .sec05 .swiper-pagination-bullet {
    width: 0.81vw;
    height: 0.81vw;
  }
  .sec05 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.88vw;
  }
  .sec05 .text {
    padding-left: 73.75vw;
    margin-top: 1.25vw;
    font-size: 0.75vw;
    line-height: 1.31vw;
  }
  .sec06 {
    padding: 8.12vw 0 14.38vw;
    margin-top: -6.88vw;
    background-size: 100vw;
  }
  .sec06 h2 {
    margin-bottom: 3.75vw;
  }
  .sec06 h2 img {
    width: 29.31vw;
  }
  .sec06 h2 span:before {
    width: 16.62vw;
    height: 16.31vw;
    top: -8.75vw;
    left: -13.75vw;
  }
  .sec06 h2 span:after {
    width: 19.75vw;
    height: 7.38vw;
    bottom: -3.12vw;
    right: -10vw;
  }
  .sec06 .step {
    padding: 1.88vw;
    gap: 2.06vw;
    width: 75vw;
    margin: 0 auto 2.5vw;
  }
  .sec06 .step li {
    border-radius: 0.62vw;
    padding: 1vw;
    min-width: 15.25vw;
  }
  .sec06 .step li > div {
    margin-top: -1.56vw;
  }
  .sec06 .step li > div img {
    width: 2.69vw;
  }
  .sec06 .step li img {
    width: 13.25vw;
  }
  .sec06 .step li:nth-of-type(2) {
    min-width: 22.94vw;
  }
  .sec06 .step li:nth-of-type(2) .fukidashi:after {
    bottom: -3.44vw;
    right: -0.19vw;
    width: 7.44vw;
    height: 3.56vw;
  }
  .sec06 .step li:not(:last-of-type):after {
    top: 1.25vw;
    right: -1.44vw;
    border-top: 0.56vw solid transparent;
    border-bottom: 0.56vw solid transparent;
    border-left: 0.69vw solid #de6080;
  }
  .sec06 .step h4 {
    font-size: 1.5vw;
    margin: 0.75vw 0 0.5vw;
    line-height: 1.38vw;
    min-height: 2.75vw;
  }
  .sec06 .step p {
    line-height: 1.31vw;
    font-size: 0.87vw;
    margin-top: 1.25vw;
    padding: 0 0.62vw;
  }
  .sec06 .step p.small {
    font-size: 0.75vw;
    margin-top: 0.31vw;
  }
  .sec06 .step dl {
    margin: 0.31vw auto 0;
  }
  .sec06 .step dl dt {
    width: 6.56vw;
    font-size: 0.87vw;
  }
  .sec06 .step dl dd {
    font-size: 0.87vw;
    padding: 0.62vw 0;
    width: 13.44vw;
  }
  .sec07 {
    padding: 7.5vw 0 15vw;
    background: url(../img/common/bg_lesson_pc.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 11.88vw, #fdf6f4 11.88vw, #fdf6f4 100%);
    margin-top: -7.9vw;
  }
  .sec07 h2 {
    margin-bottom: 1.88vw;
  }
  .sec07 h2 img {
    width: 19.88vw;
  }
  .sec07 .note {
    font-size: 0.94vw;
  }
  .sec07 dl {
    width: 40.62vw;
    height: 5.62vw;
    margin: 2.5vw auto 6.25vw;
    gap: 3.12vw;
  }
  .sec07 dl:after {
    border-radius: 6.25vw;
    width: 40.62vw;
    height: 5.62vw;
  }
  .sec07 dl dt {
    font-size: 1.38vw;
  }
  .sec07 dl dd a {
    border: 0.12vw #fff solid;
    border-radius: 0.19vw;
    box-shadow: 0vw 0.19vw 0.25vw 0vw rgba(0, 0, 0, 0.16);
    width: 15.75vw;
    height: 2.69vw;
    padding-right: 0.94vw;
    font-size: 1.12vw;
  }
  .sec07 dl dd a:after {
    width: 1.31vw;
    height: 1.25vw;
  }
  .sec07 article {
    box-shadow: 0vw 0vw 1.12vw 0vw rgba(93, 78, 77, 0.16);
    width: 71.25vw;
    padding: 3.75vw 2.81vw 2.5vw;
  }
  .sec07 article:nth-of-type(2n) .en {
    left: 1.56vw;
  }
  .sec07 article:last-of-type {
    margin-bottom: 3.75vw;
  }
  .sec07 article + article {
    margin-top: 2.5vw;
  }
  .sec07 article:before {
    width: 100%;
    top: 1.44vw;
  }
  .sec07 article .en {
    padding: 0.5vw;
    font-size: 1vw;
    right: 1.56vw;
    top: 0.12vw;
  }
  .sec07 article .header {
    margin-bottom: 1.88vw;
  }
  .sec07 article .header .left {
    width: 32.5vw;
  }
  .sec07 article .header .left h3 {
    font-size: 2.25vw;
    line-height: 2.44vw;
    margin-bottom: 0.94vw;
  }
  .sec07 article .header .left h3 span {
    font-size: 1.12vw;
    padding-bottom: 1.25vw;
    margin-bottom: 0.94vw;
  }
  .sec07 article .header .left h3 span:after {
    width: 24.25vw;
    height: 1vw;
    transform: translateX(-3.12vw);
  }
  .sec07 article .header .left .text {
    font-size: 0.87vw;
    line-height: 1.5vw;
  }
  .sec07 article .header .left .text span {
    width: 17.5vw;
    border-radius: 6.25vw;
    line-height: 1.69vw;
    font-size: 0.75vw;
    margin-top: 0.94vw;
  }
  .sec07 article .header .right img {
    width: 31.12vw;
  }
  .sec07 article .body table {
    max-width: 65.62vw;
    border-radius: 0.5vw; /* 表全体の角丸 */
  }
  .sec07 article .body th {
    padding: 0.62vw;
    font-size: 0.81vw;
  }
  .sec07 article .body th:nth-of-type(1) {
    width: 17.25vw;
  }
  .sec07 article .body th:nth-of-type(2) {
    width: 8.75vw;
  }
  .sec07 article .body td {
    font-size: 0.87vw;
    padding: 0.75vw 2.5vw;
    line-height: 1.38vw;
  }
  .sec07 article .body th:first-child {
    border-top-left-radius: 0.5vw;
  }
  .sec07 article .body th:last-child {
    border-top-right-radius: 0.5vw;
  }
  .sec07 article .body tr:last-child td:first-child {
    border-bottom-left-radius: 0.5vw;
  }
  .sec07 article .body tr:last-child td:last-child {
    border-bottom-right-radius: 0.5vw;
  }
  .sec08 {
    padding: 5.94vw 0 5.94vw;
    background: url(../img/common/bg_qa_pc.png) no-repeat center top/100%, linear-gradient(180deg, transparent 0, transparent 11.88vw, white 11.88vw, white 100%);
    margin-top: -7.5vw;
  }
  .sec08 h2 {
    font-size: 0.87vw;
    margin-bottom: 2.19vw;
  }
  .sec08 h2 img {
    margin-bottom: 0.94vw;
    width: 11.06vw;
  }
  .sec08 .box {
    padding: 0.94vw 5.94vw;
    max-width: 62.5vw;
  }
  .sec08 dt {
    font-size: 1.12vw;
    padding: 1vw 0 1vw 5.31vw;
  }
  .sec08 dd {
    padding: 0 0 0 5.31vw;
    font-size: 0.87vw;
    min-height: 4.38vw;
  }
  .sec08 dt:before,
  .sec08 dd:before {
    width: 3.44vw;
    height: 3.44vw;
    border-radius: 6.25vw;
    font-size: 1.56vw;
    padding-bottom: 0.38vw;
  }
  .sec09 {
    padding: 5.62vw 0 6.25vw;
  }
  .sec09 h2 {
    margin-bottom: 0.62vw;
  }
  .sec09 h2 img {
    width: 11.69vw;
  }
  .sec09 h2 span {
    margin-top: 0.31vw;
  }
  .sec09 .note {
    max-width: 83.75vw;
    margin: 0 auto 0.62vw;
  }
  .sec09 .inner {
    box-shadow: 0vw 0.12vw 1.5vw 0vw rgba(93, 78, 77, 0.27);
    max-width: 83.75vw;
    margin: 0 auto 4.38vw;
    padding: 5.62vw 8.75vw;
  }
  .sec09 .inner h3 {
    font-size: 2.62vw;
    margin-bottom: 1.25vw;
  }
  .sec09 .inner h3:after {
    top: 2vw;
  }
  .sec09 .inner h3 span {
    padding: 0 0.62vw 0 0;
  }
  .sec09 .inner dl {
    margin-bottom: 1.25vw;
  }
  .sec09 .inner dl dt {
    width: 10.31vw;
    height: 10.31vw;
    border-radius: 12.5vw;
    font-size: 1.12vw;
    line-height: 1.69vw;
  }
  .sec09 .inner dl dd {
    padding-left: 4.06vw;
  }
  .sec09 .inner dl dd ol {
    font-size: 1.25vw;
    line-height: 2.19vw;
  }
  .sec09 .inner dl dd ol li {
    padding-left: 1.06vw;
  }
  .sec09 .inner .text {
    font-size: 0.87vw;
    line-height: 1.5vw;
    margin-bottom: 1.88vw;
  }
  .sec09 .inner h4 {
    font-size: 1.88vw;
    margin-bottom: 0.62vw;
  }
  .sec09 table {
    border-radius: 0.62vw;
    margin-bottom: 0.94vw;
  }
  .sec09 th {
    font-size: 0.87vw;
    padding: 0.75vw 0;
  }
  .sec09 td {
    font-size: 0.87vw;
    padding: 1.25vw 0;
    line-height: 1.38vw;
  }
  .sec09 td:last-of-type {
    font-size: 1.12vw;
  }
  .sec09 td span.reco {
    font-size: 0.94vw;
    width: 10.62vw;
    border-radius: 0.5vw;
    line-height: 1.88vw;
  }
  .sec09 td span.fs17 {
    font-size: 1.06vw;
  }
  .sec09 td span.fs20 {
    font-size: 1.25vw;
  }
  .sec09 td span.fs23 {
    font-size: 1.44vw;
  }
  .sec09 td span.fs23 span {
    font-size: 1.12vw;
    vertical-align: 0.12vw;
  }
  .sec09 td span.fs30 {
    font-size: 1.88vw;
  }
  .sec09 .caption {
    margin-bottom: 1.88vw;
  }
  .sec09 .caption + h3 {
    margin-top: 5vw;
  }
  .sec10 {
    padding: 5.62vw 0;
  }
  .sec10 .inner {
    max-width: 73.12vw;
  }
  .sec10 h2 {
    font-size: 1.88vw;
    padding-bottom: 0.94vw;
    padding-left: 1.25vw;
    margin-bottom: 2.5vw;
  }
  .sec10 h2 span {
    width: 13.75vw;
    border-radius: 0.5vw;
    line-height: 2.38vw;
    font-size: 1.31vw;
    margin-right: 1.25vw;
    vertical-align: 0.25vw;
  }
  .sec10 .flex {
    padding: 0 1.25vw;
  }
  .sec10 .flex iframe {
    width: 32.12vw;
    border-radius: 1.06vw;
  }
  .sec10 .flex .right .note {
    font-size: 1.06vw;
  }
  .sec10 .flex .right .tel a {
    font-size: 3.12vw;
    padding-left: 3.25vw;
    margin-bottom: 1.25vw;
  }
  .sec10 .flex .right .tel a:before {
    top: 0.44vw;
    width: 2.44vw;
    height: 2.44vw;
  }
  .sec10 .flex .right dl {
    width: 34.38vw;
    font-size: 0.87vw;
  }
  .sec10 .flex .right dl dt {
    width: 7.5vw;
    padding: 1.25vw 0;
  }
  .sec10 .flex .right dl dd {
    width: 26.88vw;
    padding: 1.25vw 0;
  }
  .sec10 .flex .right dl dd span {
    min-width: 3.5em;
  }
  .fixed {
    width: 5vw;
    right: 0;
    height: 20vw;
  }
  .fixed li a {
    width: 5vw;
    box-shadow: 0vw 0vw 1vw 0vw rgba(0, 0, 0, 0.06);
    border-radius: 1.12vw 0 0 1.12vw;
    padding: 0.31vw 0 0.31vw 0.31vw;
  }
  .fixed li a span {
    font-size: 2vw;
    border-radius: 0.94vw 0 0 0.94vw;
    padding: 0 0 1.88vw;
    height: 19.38vw;
  }
  .fixed li a span:after {
    width: 0.81vw;
    height: 1.19vw;
    bottom: 2.5vw;
  }
  @keyframes fadeup {
    0% {
      transform: translateY(1.88vw);
    }
  }
}

/* MEDIA QUERIE 1600px～ */
@media screen and (min-width: 1601px) {
  .sec01 .swiper-button-prev {
    transform: rotate(180deg);
    left: calc(15vw - 50px);
  }
  .sec01 .swiper-button-next {
    right: calc(15vw - 50px);
  }
}

/* 16. ANIMATION
-------------------------------------------------------------------- */
.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */