@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* WEB font
---------------------------------------------------------------------------- */
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothic Antique";
  src: url("../fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicAntique/ZenKakuGothicAntique-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #2F3434;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: normal;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 4vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-header -------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 1.0416666667vw;
  left: 3.125vw;
  right: 3.125vw;
  height: 4.9479166667vw;
  padding: 0 1.0416666667vw 0 1.8229166667vw;
  border-radius: 9999px;
  background-color: #fff;
  z-index: 9000;
  box-shadow: 0 0 0.1041666667vw rgba(0, 0, 0, 0.16);
}

.m-header-logo {
  width: 14.21875vw;
}

.l-gnav ul {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}

.l-gnav-item {
  font-size: 1.7rem;
  line-height: 2.1764705882;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.8854166667vw;
}
.l-gnav-item a {
  position: relative;
  transition: all 0.3s;
}
.l-gnav-item a::before {
  position: absolute;
  content: "";
  bottom: -0.5208333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 9999px;
  background-color: #9A9386;
  opacity: 0;
  transition: all 0.3s;
}
.l-gnav-item a:hover {
  color: #9A9386;
}
.l-gnav-item a:hover::before {
  opacity: 1;
}

.p-header-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.9375vw;
  width: 17.1875vw;
  height: 3.3333333333vw;
  margin-left: 1.0416666667vw;
  background-color: #FF5E36;
  border-radius: 9999px;
  transition: all 0.3s;
}
.p-header-cv-btn::before {
  content: none;
}
.p-header-cv-btn:hover {
  opacity: 0.7;
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    padding: 0 5.3333333333vw;
    border-radius: 0;
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16);
  }
  .m-header-logo {
    width: 63.7333333333vw;
  }
  .m-header-logo picture,
  .m-header-logo img {
    display: block;
    max-width: none;
    width: 100%;
  }
  .l-gnav-wrap {
    display: none;
    position: fixed;
    top: 16vw;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: auto;
    z-index: 9000;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav {
    display: none;
    width: 100%;
    padding: 8vw 5.3333333333vw 33.3333333333vw;
    background-color: #fff;
    pointer-events: auto;
  }
  .l-gnav ul {
    display: flex;
    flex-direction: column;
    gap: 1.0666666667vw;
  }
  .l-gnav-item,
  .l-gnav li {
    font-size: 4.8vw;
    text-align: center;
    width: 100%;
  }
  .l-gnav-item:not(:nth-last-child(-n+2))::before,
  .l-gnav li:not(:nth-last-child(-n+2))::before {
    background-color: transparent;
  }
  .l-gnav-item a {
    display: inline-block;
    width: 100%;
    padding: 1.3333333333vw 0;
    position: relative;
  }
  .l-gnav-item a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url(../../images/common/icn_arw-r.svg) no-repeat center/contain;
  }
  .p-header-cv-btn {
    display: flex;
    font-size: 4.8vw;
    width: 100%;
    height: 17.0666666667vw;
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
  .m-menu-icon-wrap {
    position: fixed;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 5.8666666667vw;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #2F3434;
    transition: all 0.3s;
  }
  .m-menu-icon::before {
    top: -2.6666666667vw;
  }
  .m-menu-icon::after {
    top: 3.2vw;
  }
  .m-menu-icon.is-open {
    transform: rotate(45deg);
  }
  .m-menu-icon.is-open::before {
    top: 0px;
    transform: rotate(90deg);
  }
  .m-menu-icon.is-open::after {
    top: 0;
    transform: rotate(90deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 50px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
}
/*------------- .l-content -------------*/
.l-content {
  max-width: 120rem;
  margin: auto;
}
.l-content._1100 {
  max-width: 110rem;
}

@media screen and (max-width: 767px) {
  .l-content {
    margin: 0 5.3333333333vw;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  padding: 5rem 0 3rem;
  background-color: #2F3434;
}

.l-footer-logo {
  width: 30.4rem;
  display: block;
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 5rem;
}

.l-footer-nav {
  display: flex;
  gap: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.l-footer-nav a {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-footer-nav a:hover {
  opacity: 0.7;
}

.l-footer-txt {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
  .l-footer-logo {
    margin: auto;
    width: 81.0666666667vw;
  }
  .l-footer-logo img {
    width: 100%;
  }
  .l-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw;
    margin-top: 13.3333333333vw;
  }
  .l-footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    font-size: 3.2vw;
  }
  .l-footer-txt {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
/*------------- common -------------*/
.m-sec {
  padding: 8rem 0;
}
.m-sec._100 {
  padding: 10rem 0;
}

.m-bg-shape01 {
  background: url(../images/bg_shape01_pc.png) repeat-y top center/100%;
}

.m-sec-ttl-sub {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: fit-content;
  padding: 0.4rem 1.5rem;
  margin: 0 auto 1.5rem;
  background-color: #33ABB7;
  position: relative;
}
.m-sec-ttl-sub._orange {
  background-color: #FF5E36;
}
.m-sec-ttl-sub._blue {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.m-sec-ttl-sub._blue::before, .m-sec-ttl-sub._blue::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 100%;
  aspect-ratio: 10/40;
  background-color: #F5FFFF;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.m-sec-ttl-sub._blue::before {
  left: -1px;
}
.m-sec-ttl-sub._blue::after {
  right: -1px;
  transform: translateY(-50%) scale(-1, 1);
}

.m-sec-ttl-jp {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "ZenKakuGothic Antique", "Noto Sans JP";
  text-align: center;
  margin-bottom: 1rem;
}

.fz54 {
  font-size: 5.4rem;
}

.fz50 {
  font-size: 5rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz40 {
  font-size: 4rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz33 {
  font-size: 3.3rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz30 {
  font-size: 3rem;
}

.m-sec-ttl-jp em {
  color: #33ABB7;
}

.m-sec-ttl-en {
  color: #78CFC6;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Outfit";
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .m-sec {
    padding: 10.6666666667vw 0;
  }
  .m-sec._100 {
    padding: 13.3333333333vw 0;
  }
  .m-bg-shape01 {
    background: url(../images/bg_shape01_pc.png) repeat-y top center/100%;
  }
  .m-sec-ttl-sub {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    text-align: center;
    padding: 1.0666666667vw 5.3333333333vw;
    margin: 0 auto 4vw;
  }
  .m-sec-ttl-sub._blue {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
  }
  .m-sec-ttl-sub._blue::before, .m-sec-ttl-sub._blue::after {
    width: 2.6666666667vw;
  }
  .m-sec-ttl-jp {
    font-size: 5.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .fz54 {
    font-size: 9.0666666667vw;
  }
  .fz50 {
    font-size: 6.6666666667vw;
  }
  .fz46 {
    font-size: 6.1333333333vw;
  }
  .fz40 {
    font-size: 5.3333333333vw;
  }
  .fz38 {
    font-size: 5.0666666667vw;
  }
  .fz34 {
    font-size: 4.5333333333vw;
  }
  .fz33 {
    font-size: 4.2666666667vw;
  }
  .fz32 {
    font-size: 4.2666666667vw;
  }
  .fz30 {
    font-size: 4vw;
  }
  .m-sec-ttl-en {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.m-txt + * {
  margin-top: 2.7rem;
}

.m-txt-mint {
  color: #78CFC6;
}

.m-txt-darkblue {
  color: #33ABB7;
}

.m-txt-orange {
  color: #FF5E36;
}

.m-txt-black {
  font-weight: 900;
}

.m-txt-underline {
  background: linear-gradient(transparent 60%, #FFEFAF 60%);
}

.m-txt-dotline {
  border-bottom: dotted 0.4rem #FF5E36;
}

.m-txt-marker {
  background: #FFEFAF;
}

.m-txt-doubleline {
  position: relative;
}
.m-txt-doubleline::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(5deg);
  width: 100%;
  height: 1.4rem;
  background-color: #FF5E36;
}

.m-txt-wave-line {
  position: relative;
}
.m-txt-wave-line::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 100%;
  height: 2rem;
  background: url(../images/bg_wave-double-line_or.svg) no-repeat top right/auto 1.5rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .m-txt + * {
    margin-top: 1em;
  }
  .m-txt-doubleline::before {
    top: 50%;
    height: 1.6vw;
  }
  .m-txt-dotline {
    border-bottom: dotted 0.8vw #FF5E36;
  }
}
.m-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  background-color: #FF5E36;
  width: 59rem;
  height: 9.6rem;
  padding-right: 2.5rem;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
.m-btn01::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/icn_arw-circle_or.svg) no-repeat center/contain;
}
.m-btn01:hover {
  opacity: 0.7;
}
.m-btn01._tac {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-btn01 {
    font-size: 5.3333333333vw;
    text-align: center;
    width: 100%;
    height: 22.6666666667vw;
    padding-right: 5.3333333333vw;
  }
  .m-btn01::before {
    right: 5.3333333333vw;
    width: 8vw;
  }
}
.m-cashback-sec {
  padding: 25.5rem 0 8rem;
  background: url(../images/bg_cashback_pc.png) no-repeat center top/100%, #FFFCEE;
}

.m-cashback-sec-bubble {
  text-align: center;
  margin-bottom: 1rem;
}
.m-cashback-sec-bubble img {
  width: 38.2rem;
  height: auto;
}

.m-cashback-banner {
  width: fit-content;
  margin: 0 auto 3rem;
}

.m-cashback-label {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.4761904762;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 0.5rem 1rem;
  background: #FF5E36;
  border-radius: 0.4rem;
  position: relative;
}
.m-cashback-label::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: auto;
  height: 1.5rem;
  aspect-ratio: 24/20;
  background: url(../images/img_bubble-triangle_or.svg) no-repeat center/contain;
}

.m-cashback-title {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 1rem;
  padding-right: 0;
  margin-top: -2.5rem;
}

.m-cashback-title-num {
  font-family: "Roboto";
  font-size: 11.5rem;
  font-weight: 900;
  letter-spacing: 0;
}

.m-cashback-title-percent {
  font-family: "Noto Sans JP";
  font-size: 6.5rem;
}

.m-cashback-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  max-width: 110rem;
  margin: 4.5rem auto 9.5rem;
  position: relative;
}
.m-cashback-content::before {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.m-cashback-logo {
  width: 31rem;
  min-width: 31rem;
}

.m-cashback-text {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.m-cashback-price {
  padding: 5rem 6rem 3rem;
  background: #FFF;
  border-radius: 1rem;
  text-align: center;
  border: 0.2rem solid #FFDF9E;
}

.m-cashback-discount {
  color: #fff;
  display: flex;
  align-items: baseline;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  margin: 0 auto 2rem;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 0.6rem;
  background: #FF5E36;
  position: relative;
}
.m-cashback-discount::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: auto;
  height: 1.5rem;
  aspect-ratio: 24/20;
  background: url(../images/img_bubble-triangle_or.svg) no-repeat center/contain;
}

.m-cashback-discount-txt01 {
  align-self: center;
  color: #FF5E36;
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
  margin-right: 1rem;
  border-radius: 9999px;
  background-color: #fff;
}

.m-cashback-discount-num {
  font-size: 5.2rem;
  font-family: "Roboto";
  font-weight: 900;
  letter-spacing: 0;
}

.m-cashback-discount-percent {
  font-size: 2.9rem;
  font-weight: 900;
  margin-right: 0.5rem;
}

.m-cashback-price-wrapper {
  display: flex;
  align-items: center;
  gap: 9.5rem;
  position: relative;
}
.m-cashback-price-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: auto;
  aspect-ratio: 64/30;
  background: url(../images/icn_arw04_mn.svg) no-repeat center/contain;
}

.m-cashback-price-original,
.m-cashback-price-final {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.m-cashback-price-before-label {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.5rem;
  border: 1px solid #707070;
  border-radius: 0.2rem;
}

.m-cashback-price-before {
  font-size: 9.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: "Outfit";
}

.m-cashback-price-before-yen {
  font-size: 4.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP";
}

.m-cashback-price-before-tax {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP";
}

.m-cashback-price-after-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 8.6rem;
  height: 8.6rem;
  background-color: #64B7A3;
  border-radius: 9999px;
}

.m-cashback-price-before,
.m-cashback-price-after {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(3, auto);
  align-items: center;
}

.m-cashback-price-after {
  color: #FF5E36;
  font-family: "Outfit";
}

.m-cashback-price-before-tax,
.m-cashback-price-after-tax {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
}

.m-cashback-price-after-tax {
  color: #686868;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "Noto Sans JP";
}

.m-cashback-price-before-yen,
.m-cashback-price-after-yen {
  grid-column: 1/2;
  grid-row: 2/3;
}

.m-cashback-price-after-yen {
  color: #686868;
  font-size: 4.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "Noto Sans JP";
}

.m-cashback-price-before-num,
.m-cashback-price-after-num {
  grid-row: 1/3;
}

.m-cashback-price-after-num {
  font-size: 9.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-right: -0.5rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-cashback-sec {
    padding: 26.6666666667vw 0 10.6666666667vw;
  }
  .m-cashback-sec-bubble {
    margin-bottom: 2.6666666667vw;
  }
  .m-cashback-sec-bubble img {
    width: 81.3333333333vw;
    height: auto;
  }
  .m-cashback-banner {
    width: fit-content;
    text-align: center;
    margin: 0 auto 8vw;
  }
  .m-cashback-label {
    display: block;
    font-size: 4.8vw;
    width: fit-content;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .m-cashback-label::before {
    height: 4vw;
  }
  .m-cashback-title {
    display: inline;
    font-size: 6.4vw;
    padding: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .m-cashback-title-num {
    font-size: 18.6666666667vw;
  }
  .m-cashback-title-percent {
    font-size: 9.3333333333vw;
  }
  .m-cashback-content {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin: 12vw auto 25.3333333333vw;
  }
  .m-cashback-content::before {
    bottom: -5.3333333333vw;
    width: 16vw;
  }
  .m-cashback-logo {
    width: 100%;
    min-width: 100%;
  }
  .m-cashback-text {
    font-size: 4.2666666667vw;
  }
  .m-cashback-price {
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.5333333333vw solid #FFDF9E;
  }
  .m-cashback-discount {
    display: block;
    width: 100%;
    padding: 2.6666666667vw;
    padding-top: 4vw;
    margin: 0 auto 8vw;
    font-size: 4.8vw;
    border-radius: 1.6vw;
  }
  .m-cashback-discount::before {
    height: 4vw;
  }
  .m-cashback-discount-txt01 {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-right: 0;
  }
  .m-cashback-discount-num {
    font-size: 12vw;
  }
  .m-cashback-discount-percent {
    font-size: 6.6666666667vw;
    margin-right: 1.3333333333vw;
  }
  .m-cashback-price-wrapper {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .m-cashback-price-wrapper::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 10.6666666667vw;
    aspect-ratio: 100/60;
    background: url(../images/icn_arw04_mn.svg) no-repeat center right 1.3333333333vw/cover;
  }
  .m-cashback-price-original,
  .m-cashback-price-final {
    gap: 2.6666666667vw;
  }
  .m-cashback-price-before-label {
    font-size: 3.2vw;
    white-space: nowrap;
    padding: 0.8vw;
    border-radius: 0.5333333333vw;
  }
  .m-cashback-price-before {
    font-size: 13.3333333333vw;
    white-space: nowrap;
  }
  .m-cashback-price-before-yen {
    font-size: 8vw;
  }
  .m-cashback-price-before-tax {
    font-size: 3.2vw;
  }
  .m-cashback-price-after-label {
    font-size: 3.4666666667vw;
    width: 16vw;
    height: 16vw;
    margin-left: -5.3333333333vw;
  }
  .m-cashback-price-after-tax {
    font-size: 3.2vw;
  }
  .m-cashback-price-after-yen {
    font-size: 8vw;
  }
  .m-cashback-price-after-num {
    font-size: 16.5333333333vw;
    margin-right: -1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.m-cv-sec {
  padding: 10rem 0;
  background: url(../images/bg_cv_pc.png) no-repeat center right/cover;
}

.m-cv-txt01 {
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.3392857143;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: 0 0 1.2rem #ffaa00;
  position: relative;
}
.m-cv-txt01::before {
  position: absolute;
  content: "";
  top: -4rem;
  left: -4rem;
  width: 5.9rem;
  height: auto;
  aspect-ratio: 59/45;
  background: url(../images/img_cv-txt-deco.png) no-repeat center/contain;
}

.m-cv-txt02 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 3rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .m-cv-sec {
    padding: 13.3333333333vw 0 72vw;
    background: url(../images/bg_cv_sp.png) no-repeat center bottom/cover;
  }
  .m-cv-txt01 {
    font-size: 8.5333333333vw;
    text-shadow: 0 0 3.2vw #ffaa00;
  }
  .m-cv-txt01::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 8vw;
  }
  .m-cv-txt02 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 8vw;
  }
}
/*------------- .l-follow -------------*/
.l-follow-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-follow {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8000;
  }
  .l-follow-btn {
    display: flex;
    font-size: 4.2666666667vw;
    border-radius: 0;
    width: 100%;
    height: 13.8666666667vw;
  }
  .l-follow-btn::before {
    right: 10.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/*------------- .p-mv -------------*/
.p-mv {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1039;
  background: url(../images/bg_mv_pc.png) no-repeat center/cover;
}

.p-mv-inner {
  padding: 10.6770833333vw 5.2083333333vw 0 13.4895833333vw;
}

.p-mv-txt-wrap01 {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 0.2604166667vw;
}

.p-mv-txt01 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 1.1458333333vw;
  padding: 0.2604166667vw 0.5208333333vw;
  border-radius: 0.15625vw;
  background-color: #78CFC6;
}

.p-mv-txt02 {
  color: #626B6A;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-size: 1.0416666667vw;
  margin-left: 0.6770833333vw;
}

.p-mv-txt03 {
  color: #626B6A;
  font-size: 5.4rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-size: 2.8125vw;
  margin-bottom: 1.0416666667vw;
}
.p-mv-txt03 .m-txt-mint {
  font-size: 3.125vw;
}

.p-mv-txt03-s {
  font-size: 2.3958333333vw;
}

.p-mv-txt03-serif {
  font-family: "Noto Serif JP";
}

.p-mv-txt04 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 0.9375vw;
  margin-bottom: 2.34375vw;
}

.p-mv-badge-wrap {
  display: flex;
  align-items: last baseline;
  gap: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.p-mv-badge {
  text-align: center;
  padding: 0 2.4479166667vw;
  position: relative;
}
.p-mv-badge::before, .p-mv-badge::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1.9791666667vw;
  height: auto;
  aspect-ratio: 38/89;
  background: url(../images/img_mv-badge.svg) no-repeat center/contain;
}
.p-mv-badge::before {
  left: 0;
  transform: translateY(-50%);
}
.p-mv-badge::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.p-mv-badge-txt01 {
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 900;
  padding: 0 0.5208333333vw;
  background-color: #C08D4E;
  border-radius: 9999px;
}

.p-mv-badge-txt02 {
  color: #C08D4E;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 1.6145833333vw;
}

.p-mv-badge-txt02-num {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 900;
  font-size: 3.3333333333vw;
  font-family: "Roboto";
}

.p-mv-badge-txt02-note {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 0.78125vw;
}

.p-mv-cv-wrap {
  width: fit-content;
}

.p-mv-cv-copy {
  width: 27.6041666667vw;
  margin: auto;
  position: relative;
  z-index: 1;
}

.p-mv-cv-btn {
  font-size: 1.3541666667vw;
  width: 28.6458333333vw;
  height: 5vw;
  padding-right: 1.3020833333vw;
  margin-top: -0.2604166667vw;
  margin-bottom: 0.2604166667vw;
}
.p-mv-cv-btn::before {
  right: 1.5625vw;
  width: 1.5625vw;
}

.p-mv-note {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 0.625vw;
}

@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 750/1220;
    margin-top: 16vw;
    background: url(../images/bg_mv_sp.png) no-repeat center top/contain;
  }
  .p-mv-inner {
    padding: 8vw 5.3333333333vw;
  }
  .p-mv-txt-wrap01 {
    flex-wrap: wrap;
    gap: 1.3333333333vw 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-mv-txt01 {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 0.8vw;
  }
  .p-mv-txt02 {
    font-size: 3.7333333333vw;
    margin-left: 0;
    width: 100%;
  }
  .p-mv-txt03 {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-txt03 .m-txt-mint {
    font-size: 8.5333333333vw;
  }
  .p-mv-txt03-s {
    font-size: 6.6666666667vw;
  }
  .p-mv-txt04 {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    margin-bottom: 5.3333333333vw;
  }
  .p-mv-badge-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.3333333333vw;
    margin-bottom: 0;
  }
  .p-mv-badge-wrap .p-mv-note {
    grid-column: 2/3;
    text-align: right;
  }
  .p-mv-badge {
    padding: 0 9.3333333333vw;
  }
  .p-mv-badge::before, .p-mv-badge::after {
    width: 6.9333333333vw;
  }
  .p-mv-badge-txt01 {
    font-size: 2.6666666667vw;
    line-height: 1.3;
    white-space: nowrap;
    min-width: 22.9333333333vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
  .p-mv-badge-txt02 {
    font-size: 5.3333333333vw;
  }
  .p-mv-badge-txt02-num {
    font-size: 12vw;
  }
  .p-mv-badge-txt02-note {
    font-size: 2.6666666667vw;
  }
  .p-mv-cv-wrap {
    margin-top: -2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-cv-copy {
    width: 100%;
  }
  .p-mv-cv-btn {
    font-size: 4.5333333333vw;
    text-align: center;
    width: 100%;
    height: 16vw;
    padding-right: 2.6666666667vw;
    margin-top: -1.3333333333vw;
  }
  .p-mv-cv-btn::before {
    right: 5.3333333333vw;
    width: 6.6666666667vw;
  }
  .p-mv-note {
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    white-space: nowrap;
    padding-left: 3em;
    text-indent: -2.7em;
    margin-top: 0;
  }
}
/*------------- .p-top -------------*/
.p-top-box {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 4rem 5rem;
  margin-top: -5rem;
  margin-bottom: 8rem;
  border-radius: 2rem;
  background-color: #EDF5F5;
}
.p-top-box img {
  width: 36rem;
}
.p-top-box .m-txt img {
  width: 57.9rem;
}

@media screen and (max-width: 767px) {
  .p-top-box {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-top-box img {
    width: 100%;
  }
  .p-top-box .m-txt img {
    width: 100%;
  }
}
/*------------- .p-problem-sec -------------*/
.p-problem-sec {
  padding: 0;
  position: relative;
  z-index: 1;
}
.p-problem-sec::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 17.4rem;
  height: auto;
  aspect-ratio: 174/92;
  background: url(../images/icn_arw01_or.svg) no-repeat center/contain;
}
.p-problem-sec .m-sec-ttl-en {
  margin-bottom: 0;
}

.p-problem-ttl {
  width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.p-problem-content {
  display: flex;
  align-items: start;
  gap: 4rem;
}

.p-problem-img {
  width: 113.1rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-problem-sec::before {
    width: 23.2vw;
  }
  .p-problem-content {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-problem-image {
    width: 100%;
  }
  .p-problem-image img {
    border-radius: 2.6666666667vw;
  }
  .p-problem-reasons {
    width: 100%;
  }
  .p-problem-reason {
    display: block;
    font-size: 4vw;
    padding: 2.6666666667vw;
    padding-left: 13.3333333333vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
  }
  .p-problem-reason:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .p-problem-reason::before {
    left: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    margin-right: 1.3333333333vw;
  }
}
/*------------- .p-solution-sec -------------*/
.p-solution-sec {
  padding: 0;
  margin-top: -3rem;
  position: relative;
  z-index: 0;
}

.p-solution-top {
  padding: 11rem 0 3rem;
  background: url(../images/bg_solution.png) no-repeat center top/cover;
}

.p-solution-ttl01,
.p-solution-ttl02 {
  display: block;
  font-size: 4rem;
  line-height: 1.275;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "ZenKakuGothic Antique", "Noto Sans JP";
  text-align: center;
  width: fit-content;
  padding: 0 1rem;
  margin: 0 auto 6.5rem;
}

.p-solution-ttl01 {
  font-size: 4.2rem;
  padding: 0 4rem;
  margin-left: 6rem;
  position: relative;
}
.p-solution-ttl01 img {
  width: 15.4rem;
}
.p-solution-ttl01 .m-txt-wave-line::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26rem;
  height: auto;
  aspect-ratio: 260/68;
  background: url(../images/img_solution-ttl-deco02.png) no-repeat center/contain;
  z-index: 1;
}
.p-solution-ttl01::before, .p-solution-ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 32/40;
  background: url(../images/img_solution-ttl-deco01.png) no-repeat center/contain;
}
.p-solution-ttl01::before {
  left: 0;
}
.p-solution-ttl01::after {
  right: 0;
  transform: scale(-1, 1);
}

.p-solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 6rem;
  margin-top: 8rem;
  position: relative;
}
.p-solution-list::before {
  position: absolute;
  content: "";
  bottom: -7.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-solution-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  color: #454D4D;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 4rem;
}
.p-solution-item span {
  border-bottom: dotted 0.4rem #FF5E36;
}
.p-solution-item:nth-child(odd) {
  position: relative;
}
.p-solution-item:nth-child(odd)::before {
  position: absolute;
  content: "";
  bottom: 3rem;
  right: -3rem;
  width: 1px;
  height: 90%;
  background-color: #FFC653;
}
.p-solution-item:nth-last-child(n+3) {
  border-bottom: 1px solid #FFC653;
}

.p-solution-item-icon {
  width: 14rem;
  min-width: 14rem;
  height: 14rem;
  margin-left: 2rem;
  position: relative;
}
.p-solution-item-icon::before {
  position: absolute;
  content: "";
  top: -1.5rem;
  left: -2rem;
  width: 6.9rem;
  height: auto;
  aspect-ratio: 69/61;
  background: url(../images/img_solution-icon-deco.png) no-repeat center/contain;
}

.p-solution-item-icon img {
  width: 100%;
  height: auto;
}

.p-solution-bottom {
  padding: 14rem 0 6.7rem;
}

.p-solution-ttl02 {
  width: 100%;
  padding: 2.5rem 4.5rem 4.5rem;
  margin-top: -2rem;
  margin-bottom: 7.5rem;
  background-color: #FFEFAF;
  border-radius: 9999px;
  position: relative;
}
.p-solution-ttl02 img {
  width: 15.3rem;
  height: auto;
}
.p-solution-ttl02::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.6rem;
  height: auto;
  aspect-ratio: 132/88;
  background: url(../images/img_solution-ttl-deco03.png) no-repeat center/contain;
}

.p-solution-ttl02-inner {
  position: relative;
}
.p-solution-ttl02-inner::before {
  position: absolute;
  content: "";
  top: -2rem;
  left: 0;
  width: 14rem;
  height: 14rem;
  background: url(../images/icn_solution_01.svg) no-repeat center/contain;
}
.p-solution-ttl02-inner::after {
  position: absolute;
  content: "";
  top: -4rem;
  right: 0;
  width: 13.8rem;
  height: 16rem;
  background: url(../images/icn_solution_02.svg) no-repeat center/contain;
}

.p-solution-ttl02-sub {
  border-radius: 0;
  rotate: -5deg;
  margin: 0;
  position: relative;
  z-index: 1;
}

.p-solution-inner {
  margin: 0 auto 17rem;
  position: relative;
}
.p-solution-inner::before, .p-solution-inner::after {
  position: absolute;
  content: "";
}
.p-solution-inner::before {
  bottom: -5.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 9rem;
  height: auto;
  aspect-ratio: 74/59;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}
.p-solution-inner::after {
  top: 1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color: #FFC653;
  border-radius: 1rem;
  z-index: 0;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}

.p-solution-inner02 {
  background-color: #FFFCEE;
  padding: 5rem 10rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.p-solution-inner02::after {
  position: absolute;
  content: "";
  top: 0;
  left: 3rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 50/62;
  background: url(../images/img_solution-box-deco01.png) no-repeat center/contain;
}

.p-solution-inner03 {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.p-solution-inner03 img {
  width: 34rem;
}

.p-solution-tab-box {
  margin-top: 4rem;
}

.p-solution-tab-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.p-solution-tab-btn {
  color: #fff;
  font: inherit;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: calc(33.3% - 1.2rem);
  height: 6rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border-top: 0.5rem solid #FF5E36;
  background-color: #FF5E36;
  transition: all 0.3s;
}
.p-solution-tab-btn span {
  position: relative;
  padding-right: 3.5rem;
}
.p-solution-tab-btn span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/icn_arw-circle_or.svg) no-repeat center/contain;
  opacity: 1;
}
.p-solution-tab-btn.is-active {
  color: #FF5E36;
  background-color: #FFFCEE;
}
.p-solution-tab-btn.is-active span {
  padding-right: 0;
}
.p-solution-tab-btn.is-active span::before {
  opacity: 0;
}

.p-solution-tab-panel-wrap {
  padding: 7rem 10rem 5rem;
  background-color: #FFFCEE;
}

.p-solution-tab-panel-desc {
  display: flex;
  align-items: start;
  gap: 3rem;
  margin-bottom: 2rem;
}

.p-solution-tab-panel-ttl {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-solution-tab-panel-box-ttl {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  min-width: 20.7rem;
  height: 5rem;
  padding-left: 2rem;
  padding-right: 3rem;
  border-radius: 0.6rem;
  background-color: #33ABB7;
}
.p-solution-tab-panel-box-ttl img {
  max-width: 3.5rem;
  max-height: 3.1rem;
}
.p-solution-tab-panel-box-ttl::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1.8rem;
  height: auto;
  aspect-ratio: 36/29;
  background: url(../images/img_solution-ttl-deco04.png) no-repeat center/contain;
}

.p-solution-tab-panel-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 6.5rem 8rem 5rem;
  background-color: #fff;
  border-top: 0.5rem solid #33ABB7;
}
.p-solution-tab-panel-box-list li {
  padding-left: 3.2rem;
  position: relative;
}
.p-solution-tab-panel-box-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1/1;
}
.p-solution-tab-panel-box-list._yellow li::before {
  background: url(../images/icn_check_yl.svg) no-repeat center/contain;
}
.p-solution-tab-panel-box-list._blue li::before {
  background: url(../images/icn_check_bl.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-solution-sec {
    text-align: center;
    margin-top: -4vw;
  }
  .p-solution-top {
    padding: 14.6666666667vw 0 0;
  }
  .p-solution-ttl01,
  .p-solution-ttl02 {
    font-size: 5.8666666667vw;
    padding: 0;
    margin: 0 auto 8vw;
  }
  .p-solution-ttl01 .m-txt-wave-line::before,
  .p-solution-ttl02 .m-txt-wave-line::before {
    height: 4vw;
    background: url(../images/bg_wave-double-line_or.svg) no-repeat center right/auto;
  }
  .p-solution-ttl01 {
    white-space: nowrap;
    padding: 0 8vw;
  }
  .p-solution-ttl01 img {
    width: 21.3333333333vw;
  }
  .p-solution-ttl01 .m-txt-wave-line::after {
    width: 37.3333333333vw;
  }
  .p-solution-ttl01::before {
    left: 0;
  }
  .p-solution-ttl01::after {
    right: 0;
  }
  .p-solution-ttl01::before, .p-solution-ttl01::after {
    width: 6.6666666667vw;
  }
  .p-solution-list {
    grid-template-columns: 1fr;
    gap: 8vw;
    padding: 8vw 5.3333333333vw;
    margin: 10.6666666667vw 0 0;
  }
  .p-solution-list::before {
    bottom: -4vw;
    width: 10.6666666667vw;
  }
  .p-solution-item {
    align-items: start;
    gap: 5.3333333333vw;
    font-size: 4vw;
    text-align: left;
    padding-bottom: 5.3333333333vw;
  }
  .p-solution-item span {
    border-bottom: dotted 0.8vw #FF5E36;
  }
  .p-solution-item:nth-child(odd)::before {
    content: none;
  }
  .p-solution-item:not(:last-child) {
    border-bottom: 1px solid #FFC653;
  }
  .p-solution-item-icon {
    width: 18.6666666667vw;
    min-width: 18.6666666667vw;
    height: 18.6666666667vw;
    margin: 0 auto;
  }
  .p-solution-item-icon::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 12vw;
  }
  .p-solution-bottom {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
  .p-solution-ttl02 {
    font-size: 5.6vw;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin-top: 0;
    margin-bottom: 13.3333333333vw;
  }
  .p-solution-ttl02 img {
    width: 21.3333333333vw;
    height: auto;
  }
  .p-solution-ttl02::before {
    width: 10.6666666667vw;
  }
  .p-solution-ttl02-inner::before {
    top: 5.3333333333vw;
    left: -8vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    background: url(../images/icn_solution_01.svg) no-repeat center/contain;
  }
  .p-solution-ttl02-inner::after {
    position: absolute;
    content: "";
    top: 2.6666666667vw;
    right: -8vw;
    width: 21.3333333333vw;
    height: 24.5333333333vw;
    background: url(../images/icn_solution_02.svg) no-repeat center/contain;
  }
  .p-solution-inner {
    text-align: left;
    margin: 0 auto 26.6666666667vw;
  }
  .p-solution-inner::before {
    bottom: -8vw;
    width: 13.3333333333vw;
  }
  .p-solution-inner::after {
    top: 2.6666666667vw;
    right: -2.6666666667vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.16);
  }
  .p-solution-inner02 {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-solution-inner02::after {
    left: 5.3333333333vw;
    width: 10.6666666667vw;
  }
  .p-solution-inner03 {
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
  .p-solution-inner03 img {
    width: 53.3333333333vw;
  }
  .p-solution-tab-box {
    margin-top: 8vw;
  }
  .p-solution-tab-btn-wrap {
    gap: 2.1333333333vw;
  }
  .p-solution-tab-btn {
    font-size: 4vw;
    line-height: 1.4666666667;
    width: calc(33.3% - 2.1333333333vw * 2 / 3);
    height: 16.8vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    border-top: 1.3333333333vw solid #FF5E36;
  }
  .p-solution-tab-btn span {
    display: block;
    padding-right: 5.3333333333vw;
  }
  .p-solution-tab-btn span::before {
    right: 1.3333333333vw;
    width: 4.8vw;
  }
  .p-solution-tab-btn.is-active span {
    padding-right: 0;
  }
  .p-solution-tab-panel-wrap {
    padding: 8vw 5.3333333333vw;
  }
  .p-solution-tab-panel-desc {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
    text-align: left;
    margin-bottom: 10.6666666667vw;
  }
  .p-solution-tab-panel-desc img {
    width: 26.6666666667vw;
  }
  .p-solution-tab-panel-ttl {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .p-solution-tab-panel-box {
    margin-top: 5.3333333333vw;
  }
  .p-solution-tab-panel-box-ttl {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    min-width: 48vw;
    height: 12vw;
    padding-left: 4vw;
    padding-right: 5.3333333333vw;
    border-radius: 1.6vw;
  }
  .p-solution-tab-panel-box-ttl img {
    max-width: 9.3333333333vw;
    max-height: 8.2666666667vw;
  }
  .p-solution-tab-panel-box-ttl::before {
    width: 4vw;
  }
  .p-solution-tab-panel-box-list {
    flex-direction: column;
    gap: 4vw;
    font-size: 4.2666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 8vw;
    border-top: 1.3333333333vw solid #33ABB7;
  }
  .p-solution-tab-panel-box-list li {
    text-align: left;
    padding-left: 8vw;
  }
  .p-solution-tab-panel-box-list li::before {
    top: 0;
    transform: translateY(0);
    width: 5.3333333333vw;
  }
}
.p-features-sec {
  padding: 10rem 0 13rem;
  background: url(../images/bg_features_pc.png) repeat-y center top/cover;
}

.p-features-sec-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: fit-content;
  padding-right: 4rem;
  margin: auto;
  position: relative;
}
.p-features-sec-ttl::before {
  position: absolute;
  content: "";
  top: -6rem;
  right: -0.5rem;
  width: 8.8rem;
  height: auto;
  aspect-ratio: 88/82;
  background: url(../images/img_features-ttl-deco01.png) no-repeat center/contain;
}

.p-features-sec-ttl-img01 {
  width: 15.4rem;
  align-self: end;
}

.p-features-sec-ttl-img02 {
  width: 10rem;
  padding-right: 0.5rem;
  align-self: flex-start;
}

.p-features-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  counter-reset: num;
}
.p-features-list li:nth-child(odd) .p-features-item-inner {
  flex-direction: row-reverse;
}

.p-features-item-inner {
  display: flex;
  gap: 5rem;
}

.p-features-item-ttl {
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "ZenKakuGothic Antique";
  height: auto;
  margin-bottom: 3rem;
  padding-left: 10rem;
}
.p-features-item-ttl span {
  color: #59B9AF;
}
.p-features-item-ttl._01 {
  width: 63rem;
  aspect-ratio: 630/97;
  padding-top: 2rem;
  background: url(../images/img_features-bubble01.png) no-repeat center/contain;
}
.p-features-item-ttl._02 {
  width: 57rem;
  aspect-ratio: 570/152;
  padding-top: 3rem;
  background: url(../images/img_features-bubble02.png) no-repeat center/contain;
}
.p-features-item-ttl._03 {
  width: 60rem;
  aspect-ratio: 600/153;
  padding-top: 3rem;
  background: url(../images/img_features-bubble03.png) no-repeat center/contain;
}
.p-features-item-ttl._04 {
  width: 64rem;
  aspect-ratio: 640/197;
  padding-top: 3rem;
  background: url(../images/img_features-bubble04.png) no-repeat center/contain;
}

.p-features-course-list {
  display: flex;
  gap: 2rem;
  margin-top: 7.5rem;
}

.p-features-course-item {
  flex: 1;
  border-radius: 1rem;
  border: 0.5rem solid;
  border-color: #33ABB7;
  background-color: #E3FCFF;
}
.p-features-course-item:nth-child(1) .p-features-course-item-ttl::before {
  background: url(../images/icn_online.svg) no-repeat center/contain;
}
.p-features-course-item:nth-child(2) .p-features-course-item-ttl::before {
  background: url(../images/icn_school.svg) no-repeat center/contain;
}
.p-features-course-item:nth-child(3) .p-features-course-item-ttl::before {
  background: url(../images/icn_combination.svg) no-repeat center/contain;
}

.p-features-course-item-ttl {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  background-color: #33ABB7;
  position: relative;
}
.p-features-course-item-ttl::before {
  position: absolute;
  content: "";
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
}

.p-features-course-item-img {
  padding: 2rem 5rem;
  background-color: #fff;
}

.p-features-course-item-txt {
  padding: 3rem 2.5rem 4rem;
}

.p-features-lesson-image {
  width: 51rem;
  min-width: 51rem;
}

.p-features-item-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-features-item-box04 {
  display: flex;
  margin-left: 5rem;
  gap: 4rem;
}
.p-features-item-box04 img {
  width: 14rem;
  object-fit: contain;
}

.p-features-item-box01 {
  width: 51rem;
  padding: 2.5rem 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.5rem solid #DFEDED;
}

.p-features-item-box01-ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 0.3rem 2rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
  background-color: #DFEDED;
  border-radius: 9999px;
}

.p-features-item-box02 {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  padding: 5rem 11.5rem 4.5rem;
  margin-top: 8.5rem;
  border: 0.5rem solid #DFEDED;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
.p-features-item-box02::before, .p-features-item-box02::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -100%);
  width: 6rem;
  height: auto;
  aspect-ratio: 84/55;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.p-features-item-box02::before {
  top: 0;
  background-color: #DFEDED;
}
.p-features-item-box02::after {
  top: 0.8rem;
  background-color: #fff;
}
.p-features-item-box02:has(> :nth-child(4)) {
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
  padding: 5.5rem;
  padding-top: 6.5rem;
}
.p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item {
  flex: none;
  display: flex;
  gap: 2rem;
  width: calc(50% - 2rem);
}
.p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-icon {
  width: 11rem;
  min-width: 11rem;
  height: 11rem;
  margin: 0 auto;
}
.p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-title {
  text-align: left;
  padding-left: 1.5rem;
  padding-bottom: 0;
  margin: 0 0 1rem;
}
.p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-title::before {
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 0.5rem;
  height: 3rem;
  border-radius: 9999px;
}

.p-features-item-box02-item {
  flex: 1;
}

.p-features-item-box02-item-icon {
  width: 14rem;
  height: 14rem;
  margin: 0 auto 1rem;
}

.p-features-item-box02-item-icon img {
  width: 100%;
  height: auto;
}

.p-features-item-box02-item-title {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
  margin: 2.5rem 0;
  position: relative;
}
.p-features-item-box02-item-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.3rem;
  background-color: #78CFC6;
}

.p-features-item-box02-item-text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-features-item-box03 {
  margin-top: 6rem;
  position: relative;
}

.p-features-item-box03-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #33ABB7;
  font-family: "ZenKakuGothic Antique";
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-shadow: 1rem 0 0 #d6f7f4;
  width: fit-content;
  padding-left: 2.5rem;
  margin: 0 auto 4rem;
}
.p-features-item-box03-ttl img {
  width: 16rem;
}

.p-features-item-box03-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}

.p-features-item-box03-item {
  color: #fff;
}

.p-features-item-box03-item-icon {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
}

.p-features-item-box03-item-icon img {
  width: 100%;
  height: auto;
  margin-top: -3rem;
}

.p-features-item-box03-item-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 10.6rem;
  padding-left: 1rem;
  border-radius: 1rem;
  background-color: #33ABB7;
  position: relative;
}
.p-features-item-box03-item-content::before {
  position: absolute;
  content: "";
  bottom: 1px;
  right: 6.5rem;
  transform: translateY(100%);
  width: 2.9rem;
  height: auto;
  aspect-ratio: 29/21;
  background: url(../images/img_solution-ttl-deco04.png) no-repeat center/contain;
}

.p-features-item-box03-item-subtitle {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
  width: fit-content;
  padding: 0 0.9rem;
  margin-left: 12rem;
  margin-bottom: 1.5rem;
  background-color: #FF5E36;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  position: relative;
}
.p-features-item-box03-item-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 1rem;
  height: 1rem;
  background-color: #FF5E36;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}

.p-features-item-box03-item-title {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-features-item-box03-item-title span {
  border-bottom: dotted 0.4rem #fff;
}

.p-features-item-box03-item-note {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-features-sec {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  .p-features-sec-ttl {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
  .p-features-sec-ttl::before {
    top: -2.6666666667vw;
    right: -1.3333333333vw;
    width: 13.3333333333vw;
  }
  .p-features-sec-ttl-img01 {
    width: 21.3333333333vw;
  }
  .p-features-sec-ttl-img02 {
    width: 17.3333333333vw;
    padding-right: 0.5rem;
    align-self: baseline;
  }
  .p-features-list {
    gap: 10.6666666667vw;
  }
  .p-features-list li:nth-child(n+3) .p-features-item-inner {
    flex-direction: column;
  }
  .p-features-item-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 12vw;
  }
  .p-features-item-ttl._01 {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
  .p-features-item-ttl._02 {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  .p-features-item-ttl._03 {
    width: 100%;
    padding-top: 7.2vw;
  }
  .p-features-item-ttl._04 {
    width: 100%;
    line-height: 1.2;
    padding-top: 5.3333333333vw;
  }
  .p-features-course-list {
    flex-direction: column;
    gap: 16vw;
    margin-top: 16vw;
  }
  .p-features-course-item {
    border-radius: 2.6666666667vw;
    border-width: 1.3333333333vw;
  }
  .p-features-course-item-ttl {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
  .p-features-course-item-ttl::before {
    top: -10.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-features-course-item-img {
    padding: 5.3333333333vw 13.3333333333vw;
  }
  .p-features-course-item-txt {
    padding: 8vw 5.3333333333vw;
  }
  .p-features-lesson-image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-features-item-box-wrap {
    flex-direction: column;
    margin-top: 8vw;
  }
  .p-features-item-box04 {
    display: flex;
    justify-content: center;
    margin-left: 0;
    gap: 5.3333333333vw;
  }
  .p-features-item-box04 img {
    width: auto;
    object-fit: contain;
  }
  .p-features-item-box01 {
    width: 100%;
    padding: 5.3333333333vw;
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
    border: 0.8vw solid #DFEDED;
  }
  .p-features-item-box01-ttl {
    font-size: 4.2666666667vw;
    padding: 0.8vw 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
  .p-features-item-box02 {
    flex-direction: column;
    gap: 8vw;
    padding: 8vw;
    margin-top: 10.6666666667vw;
    border: 0.8vw solid #DFEDED;
    border-radius: 2.6666666667vw;
  }
  .p-features-item-box02::before, .p-features-item-box02::after {
    width: 13.3333333333vw;
  }
  .p-features-item-box02::after {
    top: 1.3333333333vw;
  }
  .p-features-item-box02:has(> :nth-child(4)) {
    flex-direction: column;
    gap: 8vw;
    padding: 8vw 4vw;
  }
  .p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item {
    flex: none;
    gap: 5.3333333333vw;
    width: 100%;
  }
  .p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-icon {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-title {
    font-size: 4.8vw;
    padding-left: 4vw;
    padding-bottom: 0;
    margin: 0 0 2.6666666667vw;
  }
  .p-features-item-box02:has(> :nth-child(4)) .p-features-item-box02-item-title::before {
    width: 1.3333333333vw;
    height: 8vw;
  }
  .p-features-item-box02-item-icon {
    width: 32vw;
    height: 32vw;
    margin: 0 auto 2.6666666667vw;
  }
  .p-features-item-box02-item-title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin: 4vw 0;
  }
  .p-features-item-box02-item-title::before {
    width: 10.6666666667vw;
    height: 0.8vw;
  }
  .p-features-item-box02-item-text {
    font-size: 4vw;
  }
  .p-features-item-box03 {
    margin-top: 16vw;
  }
  .p-features-item-box03-ttl {
    gap: 2.6666666667vw;
    font-size: 6.4vw;
    text-shadow: 1.3333333333vw 0 0 #d6f7f4;
    padding-left: 0;
    margin: 0 auto 8vw;
  }
  .p-features-item-box03-ttl img {
    width: 32vw;
  }
  .p-features-item-box03-container {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    width: 80vw;
    margin: auto;
  }
  .p-features-item-box03-item-icon {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .p-features-item-box03-item-icon img {
    margin-top: -6.6666666667vw;
  }
  .p-features-item-box03-item-content {
    gap: 2.6666666667vw;
    height: auto;
    padding-left: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-features-item-box03-item-content::before {
    right: 10.6666666667vw;
    width: 5.3333333333vw;
  }
  .p-features-item-box03-item-subtitle {
    font-size: 3.7333333333vw;
    padding: 0 1.3333333333vw;
    margin-left: 25.3333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.0666666667vw 1.0666666667vw 1.0666666667vw 0;
  }
  .p-features-item-box03-item-subtitle::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .p-features-item-box03-item-title {
    font-size: 4.8vw;
  }
  .p-features-item-box03-item-title span {
    border-bottom: dotted 0.8vw #fff;
  }
  .p-features-item-box03-item-note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.p-plan-sec {
  padding: 12.5rem 0 10rem;
  position: relative;
}
.p-plan-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: auto;
  aspect-ratio: 74/59;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}
.p-plan-sec .m-sec-ttl-en {
  margin-bottom: 2.5rem;
}

.p-plan-sec-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  position: relative;
}
.p-plan-sec-ttl::before {
  position: absolute;
  content: "";
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 4.5rem;
  height: auto;
  aspect-ratio: 45/32;
  background: url(../images/img_plan-ttl-deco01.png) no-repeat center/contain;
}

.p-plan-sec-ttl-img01 {
  width: 11rem;
  align-self: start;
}

.p-plan-sec-ttl-img02 {
  width: 14.8rem;
}

.p-plan-box01,
.p-plan-box02 {
  border: 0.4rem solid #33ABB7;
  border-radius: 1rem;
  background-color: #FFFCEE;
}

.p-plan-box01 {
  margin: 5.5rem 0 6rem;
}

.p-plan-box01-title {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
  background-color: #33ABB7;
}

.p-plan-box01-list {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 4rem 5rem;
}
.p-plan-box01-list li {
  padding-left: 5.7rem;
  position: relative;
}
.p-plan-box01-list li span {
  border-bottom: dotted 0.4rem #FF5E36;
}
.p-plan-box01-list li::before {
  position: absolute;
  content: "!";
  top: -0.3rem;
  left: 0;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "Outfit";
  background-color: #FFAA00;
  border-radius: 9999px;
}

.p-plan-box02 {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
  position: relative;
}
.p-plan-box02::before {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-plan-box02-title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 2rem 3rem;
  background-color: #33ABB7;
}
.p-plan-box02-title span {
  font-size: 3.2rem;
  font-weight: 900;
}

.p-plan-box02-txt {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  position: relative;
}
.p-plan-box02-txt::before {
  position: absolute;
  content: "";
  top: -2rem;
  right: -2rem;
  width: 3rem;
  height: auto;
  aspect-ratio: 30/23;
  background: url(../images/img_plan-txt-deco01.png) no-repeat center/contain;
}

.p-plan-container {
  color: #454D4D;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
  position: relative;
}
.p-plan-container::before {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 13rem;
  height: auto;
  aspect-ratio: 174/92;
  background: url(../images/icn_arw01_or.svg) no-repeat center/contain;
  z-index: 1;
}

.p-plan-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
  gap: 0;
  padding: 6rem 2.5rem 2.5rem;
  border-radius: 1rem;
  border: 0.5rem solid;
  background-color: #fff;
}
.p-plan-card:nth-child(1) {
  border-color: #DFEDED;
}
.p-plan-card:nth-child(1) .p-plan-icon {
  border-color: #DFEDED;
}
.p-plan-card:nth-child(1) .p-plan-name,
.p-plan-card:nth-child(1) .p-plan-subtitle::before,
.p-plan-card:nth-child(1) .p-plan-day {
  background-color: #78CFC6;
}
.p-plan-card:nth-child(1) .p-plan-content {
  background-color: #E6F3F2;
}
.p-plan-card:nth-child(2) {
  border-color: #EDE8DF;
}
.p-plan-card:nth-child(2) .p-plan-icon {
  border-color: #EDE8DF;
}
.p-plan-card:nth-child(2) .p-plan-name,
.p-plan-card:nth-child(2) .p-plan-subtitle::before,
.p-plan-card:nth-child(2) .p-plan-day {
  background-color: #FFAA00;
}
.p-plan-card:nth-child(2) .p-plan-content {
  background-color: #FFF5E3;
}

.p-plan-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 48rem;
  margin: auto;
}

.p-plan-title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-plan-name {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: inline-block;
  padding: 0.5rem 2.2rem;
  border-radius: 0.4rem;
}

.p-plan-note {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}

.p-plan-content {
  padding: 4rem 6rem 2.5rem;
  margin-top: 2rem;
  border-radius: 1rem;
}

.p-plan-subtitle {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.p-plan-subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 3rem;
  border-radius: 9999px;
}

.p-plan-list {
  margin-left: 2rem;
}
.p-plan-list:not(:last-child) {
  margin-bottom: 3rem;
}

.p-plan-list-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-plan-list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-plan-list-item span {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-plan-day {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: inline-block;
  padding: 0.8rem 3.5rem;
  border-radius: 9999px;
}

.p-plan-box03 {
  color: #FF5E36;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  padding: 3.5rem;
  padding-left: 5.5rem;
  border-radius: 2rem;
  margin-top: 6.5rem;
  background-color: #FFEFAF;
  position: relative;
}
.p-plan-box03::before, .p-plan-box03::after {
  position: absolute;
  content: "";
  height: auto;
}
.p-plan-box03::before {
  top: -2rem;
  left: 0;
  width: 7.8rem;
  aspect-ratio: 78/85;
  background: url(../images/img_plan-txt-deco02.png) no-repeat center/contain;
}
.p-plan-box03::after {
  bottom: -1rem;
  right: 1rem;
  width: 5.3rem;
  aspect-ratio: 53/59;
  background: url(../images/img_plan-txt-deco03.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-plan-sec {
    padding: 16vw 0 13.3333333333vw;
  }
  .p-plan-sec::before {
    top: 0;
    width: 18.6666666667vw;
  }
  .p-plan-sec .m-sec-ttl-en {
    margin-bottom: 6.6666666667vw;
  }
  .p-plan-sec-ttl {
    gap: 2.6666666667vw;
    white-space: nowrap;
    padding-left: 0;
  }
  .p-plan-sec-ttl::before {
    top: 2.6666666667vw;
    width: 8vw;
  }
  .p-plan-sec-ttl-img01 {
    width: 16vw;
    align-self: start;
  }
  .p-plan-sec-ttl-img02 {
    width: 13.3333333333vw;
  }
  .p-plan-box01,
  .p-plan-box02 {
    border: 0.8vw solid #33ABB7;
    border-radius: 2.6666666667vw;
  }
  .p-plan-box01 {
    margin: 8vw 0 8vw;
  }
  .p-plan-box01-title {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
  .p-plan-box01-list {
    flex-direction: column;
    gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
  }
  .p-plan-box01-list li {
    padding-left: 10.6666666667vw;
  }
  .p-plan-box01-list li span {
    border-bottom: dotted 0.8vw #FF5E36;
  }
  .p-plan-box01-list li::before {
    top: 0;
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
  }
  .p-plan-box02 {
    flex-direction: column;
    margin-bottom: 10rem;
  }
  .p-plan-box02::before {
    top: 1.3333333333vw;
    width: 10.6666666667vw;
  }
  .p-plan-box02-title {
    font-size: 4.8vw;
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .p-plan-box02-title span {
    font-size: 5.8666666667vw;
  }
  .p-plan-box02-txt {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw auto;
  }
  .p-plan-box02-txt::before {
    top: -4vw;
    right: -4vw;
    width: 6.6666666667vw;
  }
  .p-plan-container {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
  .p-plan-container::before {
    bottom: -5.3333333333vw;
    width: 26.6666666667vw;
  }
  .p-plan-card {
    grid-row: span 1;
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.8vw solid;
  }
  .p-plan-header {
    width: 90%;
  }
  .p-plan-title {
    font-size: 6.9333333333vw;
  }
  .p-plan-name {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .p-plan-note {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
  .p-plan-content {
    padding: 5.3333333333vw 4vw;
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-plan-content::before {
    right: 2.6666666667vw;
    bottom: 0;
    font-size: 24vw;
  }
  .p-plan-subtitle {
    font-size: 5.3333333333vw;
    padding-left: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-plan-subtitle::before {
    width: 1.3333333333vw;
    height: 8vw;
  }
  .p-plan-list {
    margin-left: 1.3333333333vw;
  }
  .p-plan-list:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-plan-list-item {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .p-plan-list-item:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }
  .p-plan-list-item span {
    font-size: 4vw;
  }
  .p-plan-day {
    font-size: 3.7333333333vw;
    white-space: nowrap;
    padding: 1.8666666667vw 2.6666666667vw;
  }
  .p-plan-box03 {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 4vw;
    margin-top: 17.3333333333vw;
  }
  .p-plan-box03::before {
    top: -5.3333333333vw;
    left: -4vw;
    width: 13.3333333333vw;
  }
  .p-plan-box03::after {
    bottom: -2.6666666667vw;
    right: 1.3333333333vw;
    width: 9.3333333333vw;
  }
}
.p-schedule-sec {
  padding-bottom: 10rem;
  background: url(../images/bg_schedule_pc.png) no-repeat center top/cover;
}
.p-schedule-sec .m-sec-ttl-en {
  margin-bottom: 4rem;
}

.p-schedule-sec-subttl {
  color: #33ABB7;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
  width: 38.2rem;
  height: auto;
  aspect-ratio: 382/62;
  padding-top: 1rem;
  margin: auto;
  background: url(../images/img_schedule-subttl-deco.png) no-repeat center/contain;
}

.p-schedule-sec-ttl {
  width: fit-content;
  margin: auto;
  position: relative;
}
.p-schedule-sec-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -2rem;
  transform: translate(100%, -50%);
  width: 8.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/img_schedule-ttl-deco.png) no-repeat center/contain;
}

.p-schedule-box {
  display: flex;
  align-items: start;
  gap: 4rem;
  margin-bottom: 6rem;
  position: relative;
}
.p-schedule-box img {
  width: 32rem;
}
.p-schedule-box::before {
  position: absolute;
  content: "";
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-schedule-txt01 {
  font-size: 1.8rem;
  line-height: 2.2;
  padding: 5rem;
  padding-right: 6rem;
  border-radius: 1rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-schedule-sec {
    padding-bottom: 13.3333333333vw;
  }
  .p-schedule-sec .m-sec-ttl-en {
    margin-bottom: 10.6666666667vw;
  }
  .p-schedule-sec-subttl {
    font-size: 3.7333333333vw;
    width: 69.8666666667vw;
    padding-top: 1.8666666667vw;
  }
  .p-schedule-sec-ttl {
    padding-right: 5.3333333333vw;
  }
  .p-schedule-sec-ttl::before {
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
  .p-schedule-box {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-schedule-box img {
    width: 48vw;
    margin: auto;
  }
  .p-schedule-box::before {
    bottom: -4vw;
    width: 10.6666666667vw;
  }
  .p-schedule-txt01 {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-price-sec {
  padding: 6rem 0 10rem;
  background: url(../images/bg_shape02_pc.png) no-repeat center top/cover;
  position: relative;
}
.p-price-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: auto;
  aspect-ratio: 74/59;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}
.p-price-sec .m-sec-ttl-en {
  margin-bottom: 4rem;
}

.p-price-sec-subttl {
  width: 43rem;
  margin-left: 46.5rem;
}

.p-price-sec-ttl {
  width: fit-content;
  margin: auto;
  position: relative;
  padding-left: 6rem;
}
.p-price-sec-ttl::before {
  position: absolute;
  content: "";
  left: -10.5rem;
  bottom: 1rem;
  width: 13.5rem;
  height: auto;
  aspect-ratio: 135/99;
  background: url(../images/img_price-ttl-deco02.png) no-repeat center/contain;
}

.p-price-box01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 3rem 1rem;
  margin: auto;
  border-radius: 1rem;
  background-color: #F2F2F2;
}

.p-price-box01-txt01 {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: 1px solid #707070;
  border-radius: 0.2rem;
}

.p-price-box01-txt02 {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-price-box01-txt02 .m-txt-doubleline {
  display: inline-block;
  height: 100%;
}

.p-price-box01-txt02-num {
  font-size: 12.1rem;
  letter-spacing: -0.01em;
  font-family: "Outfit";
}

.p-price-box01-txt02-tax {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-price-box02 {
  padding: 5rem;
  margin: 8rem auto 5.5rem;
  background-color: #E6F3F2;
  position: relative;
}
.p-price-box02::before, .p-price-box02::after {
  position: absolute;
  content: "";
  left: 50%;
  height: auto;
}
.p-price-box02::before {
  top: -2rem;
  transform: translate(-50%, -100%);
  width: 3.8rem;
  aspect-ratio: 38/51;
  background: url(../images/icn_arw05_bk.svg) no-repeat center/contain;
}
.p-price-box02::after {
  bottom: -3.5rem;
  transform: translateX(-50%);
  width: 6.2rem;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-price-box02-inner {
  display: flex;
  gap: 10rem;
}

.p-price-box02-txt {
  width: fit-content;
  padding-left: 4rem;
  margin: 0 auto 2rem;
  position: relative;
}
.p-price-box02-txt::before {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 1rem;
  transform: translateX(-100%);
  width: 23.5rem;
  height: auto;
  aspect-ratio: 469/308;
  background: url(../images/img_price-deco01.png) no-repeat center/contain;
}

.p-price-box02-txt-inner {
  color: #FF5E36;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-family: "ZenKakuGothic Antique";
  width: fit-content;
  padding: 0 1.5rem;
  position: relative;
}
.p-price-box02-txt-inner::before, .p-price-box02-txt-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 100%;
  border-radius: 9999px;
  background-color: #FF5E36;
}
.p-price-box02-txt-inner::before {
  left: 0;
  rotate: -40deg;
}
.p-price-box02-txt-inner::after {
  right: 0;
  rotate: 40deg;
}

.p-price-box03 {
  flex: 1;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.5rem solid #33ABB7;
  position: relative;
}
.p-price-box03:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(100%, -50%);
  right: -3.1rem;
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/icn_plus_or.svg) no-repeat center/contain;
}

.p-price-box03-ttl {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  padding: 0.5rem 0 1rem;
  background-color: #33ABB7;
}

.p-price-box03-ttl-s {
  font-size: 2.2rem;
}

.p-price-box03-ttl-num {
  font-size: 3.9rem;
  font-family: "Roboto";
}

.p-price-box03-price {
  color: #686868;
  font-weight: 900;
  padding: 2.5rem;
  padding-bottom: 3rem;
}

.p-price-box03-price-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  width: fit-content;
  margin: auto;
}

.p-price-box03-price-tax {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 1.2rem;
}

.p-price-box03-price-num {
  grid-column: 1/3;
  grid-row: 1/3;
  color: #FF5E36;
  font-family: "Outfit";
  font-size: 5.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 0.5rem;
}
.p-price-box03-price-num .p-price-box03-price-yen {
  font-size: 3.9rem;
}
.p-price-box03-price-num span {
  color: #686868;
  font-size: 2.7rem;
  font-family: "Noto Sans JP";
}

.p-price-box04 {
  padding: 5rem 10rem 4.5rem;
  border-radius: 1rem;
  border: 0.5rem solid #FFDF9E;
  background-color: #fff;
}

.p-price-box05 {
  display: flex;
  align-items: end;
  gap: 1rem;
  margin-left: 1rem;
}
.p-price-box05 img {
  width: 27.8rem;
}

.p-price-box05-txt-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: -2.5rem;
  position: relative;
}
.p-price-box05-txt-wrap::before {
  position: absolute;
  content: "";
  top: -6.5rem;
  right: -2rem;
  width: 10.8rem;
  height: auto;
  aspect-ratio: 216/202;
  background: url(../../assets/images/img_price-deco03.png) no-repeat center/contain;
}

.p-price-box05-txt01 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  background-color: #33ABB7;
}

.p-price-box05-price-inner {
  display: flex;
  align-items: baseline;
  font-weight: 900;
  width: fit-content;
  margin: auto;
}

.p-price-box05-price-yen {
  color: #686868;
  font-size: 5.6rem;
  font-family: "Noto Sans JP";
}

.p-price-box05-price-num {
  color: #FF5E36;
  font-family: "Outfit";
  font-size: 12.1rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.p-price-box05-price-tax {
  color: #686868;
  font-size: 2.1rem;
}

.p-price-box06 {
  text-align: center;
  padding: 3rem;
  margin-top: 5rem;
  border-radius: 9999px;
  background-color: #E6F3F2;
  position: relative;
}
.p-price-box06::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  right: 25rem;
  transform: translateY(-100%);
  width: 2.9rem;
  height: auto;
  aspect-ratio: 29/21;
  background: url(../images/img_price-deco04.png) no-repeat center/contain;
}
.p-price-box06 .p-price-box05-price-inner {
  margin-top: -2rem;
  padding-left: 4rem;
}
.p-price-box06 .p-price-box05-price-num {
  color: #33B8AD;
  font-size: 6.6rem;
}
.p-price-box06 .p-price-box05-price-yen {
  font-size: 3.4rem;
}
.p-price-box06 .p-price-box05-price-tax {
  font-size: 1.8rem;
}

.p-price-box05-txt02 {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  width: fit-content;
  padding: 1rem;
  margin-left: 12.5rem;
  border-radius: 0.4rem;
  background-color: #33B8AD;
  position: relative;
}
.p-price-box05-txt02::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 1rem;
  transform: translateY(50%) rotate(-30deg);
  width: 2rem;
  height: auto;
  aspect-ratio: 20/17;
  background: url(../images/img_bubble-triangle_mt.svg) no-repeat center/contain;
}
.p-price-box05-txt02 span {
  font-size: 1.7rem;
}

.p-price-box05-txt03 {
  color: #686868;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "ZenKakuGothic Antique";
  margin-left: 1rem;
}
.p-price-box05-txt03 .fz30 {
  background: top left/1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #FF5E36, #FF5E36 100%, transparent, transparent);
  padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-price-sec {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .p-price-sec::before {
    width: 18.6666666667vw;
  }
  .p-price-sec .m-sec-ttl-en {
    margin-bottom: 10.6666666667vw;
  }
  .p-price-sec-subttl {
    width: 69.3333333333vw;
    margin-left: 21.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-price-sec-ttl {
    padding-left: 10.6666666667vw;
  }
  .p-price-sec-ttl::before {
    left: -10.6666666667vw;
    bottom: -1.3333333333vw;
    width: 18.6666666667vw;
  }
  .p-price-box01 {
    gap: 2.6666666667vw;
    width: 100%;
    padding: 8vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-price-box01-txt01 {
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 1.3333333333vw;
    border-radius: 0.5333333333vw;
  }
  .p-price-box01-txt02 {
    font-size: 8vw;
  }
  .p-price-box01-txt02-num {
    font-size: 10.6666666667vw;
  }
  .p-price-box01-txt02-tax {
    font-size: 3.2vw;
  }
  .p-price-box02 {
    padding: 26.6666666667vw 5.3333333333vw 8vw;
    margin: 26.6666666667vw auto 14.6666666667vw;
  }
  .p-price-box02::before, .p-price-box02::after {
    position: absolute;
    content: "";
    left: 50%;
    height: auto;
  }
  .p-price-box02::before {
    top: -8vw;
    width: 10.1333333333vw;
  }
  .p-price-box02::after {
    bottom: -5.3333333333vw;
    width: 10.6666666667vw;
  }
  .p-price-box02-inner {
    flex-direction: column;
    gap: 16vw;
  }
  .p-price-box02-txt {
    padding-left: 0;
    margin: 0 auto 5.3333333333vw;
  }
  .p-price-box02-txt::before {
    top: 0;
    bottom: auto;
    transform: translateY(-100%);
    left: -16vw;
    width: 53.3333333333vw;
  }
  .p-price-box02-txt-inner {
    font-size: 6.4vw;
    padding: 0 2.6666666667vw;
  }
  .p-price-box02-txt-inner::before, .p-price-box02-txt-inner::after {
    width: 1.0666666667vw;
  }
  .p-price-box03 {
    border-radius: 2.6666666667vw;
    border: 0.8vw solid #33ABB7;
  }
  .p-price-box03:nth-child(1)::before {
    top: auto;
    bottom: -4vw;
    transform: translate(50%, 100%);
    right: 50%;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-price-box03-ttl {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 0 2.6666666667vw;
  }
  .p-price-box03-ttl-s {
    font-size: 4.8vw;
  }
  .p-price-box03-ttl-num {
    font-size: 9.0666666667vw;
  }
  .p-price-box03-price {
    padding: 4vw;
  }
  .p-price-box03-price-tax {
    font-size: 2.6666666667vw;
  }
  .p-price-box03-price-num {
    font-size: 12.2666666667vw;
    margin-top: 0;
    margin-left: 1.3333333333vw;
  }
  .p-price-box03-price-num .p-price-box03-price-yen {
    font-size: 8vw;
  }
  .p-price-box03-price-num span {
    font-size: 5.3333333333vw;
  }
  .p-price-box04 {
    flex-direction: column;
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    border: 0.8vw solid #FFDF9E;
  }
  .p-price-box05 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-left: 0;
  }
  .p-price-box05 img {
    width: 53.3333333333vw;
  }
  .p-price-box05:nth-child(2) {
    padding-top: 2.6666666667vw;
  }
  .p-price-box05:nth-child(2)::before {
    top: 5.3333333333vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 13.3333333333vw;
    aspect-ratio: 2/1;
    background: url(../images/icn_arw06_gr.svg) no-repeat center right/cover;
  }
  .p-price-box05:nth-child(2) .p-price-box05-price-inner {
    flex-wrap: wrap;
  }
  .p-price-box05:nth-child(2) .p-price-box05-price-num {
    font-size: 20.8vw;
    padding-right: 0;
  }
  .p-price-box05:nth-child(2) .p-price-box05-price-num::before {
    top: -4vw;
    right: -5.3333333333vw;
    width: 13.3333333333vw;
  }
  .p-price-box05:nth-child(2) .p-price-box05-price-yen {
    font-size: 10.1333333333vw;
    margin-right: 0.5rem;
  }
  .p-price-box05-txt-wrap {
    gap: 1.3333333333vw;
    margin-bottom: -2.5rem;
  }
  .p-price-box05-txt-wrap::before {
    top: -10.6666666667vw;
    right: -2.6666666667vw;
    width: 16vw;
  }
  .p-price-box05-txt01 {
    font-size: 3.2vw;
    width: 13.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-price-box05-price-tax {
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
  .p-price-box05-price-num {
    font-size: 16.5333333333vw;
  }
  .p-price-box05-price-yen {
    font-size: 8vw;
    margin-right: -1.3333333333vw;
  }
  .p-price-box06 {
    padding: 2.6666666667vw;
    padding-top: 0;
    margin-top: 13.3333333333vw;
  }
  .p-price-box06::before {
    top: 1.3333333333vw;
    right: 18.6666666667vw;
    width: 7.7333333333vw;
  }
  .p-price-box06 .p-price-box05-price-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6666666667vw 0;
    margin-top: 0;
    padding-left: 0;
  }
  .p-price-box06 .p-price-box05-price-num {
    font-size: 16.5333333333vw;
  }
  .p-price-box06 .p-price-box05-price-yen {
    font-size: 8vw;
  }
  .p-price-box06 .p-price-box05-price-tax {
    font-size: 2.6666666667vw;
  }
  .p-price-box05-txt02 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
    margin-left: 0;
    border-radius: 1.0666666667vw;
  }
  .p-price-box05-txt02::before {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
  }
  .p-price-box05-txt02 span {
    font-size: 3.7333333333vw;
  }
  .p-price-box05-txt03 {
    font-size: 3.7333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.p-trial-sec {
  padding-top: 11rem;
  background: url(../images/bg_trial_pc.png) no-repeat center top/cover;
}
.p-trial-sec .m-sec-ttl-en {
  margin-bottom: 4rem;
}

.p-trial-sec-ttl {
  color: #FF5E36;
  width: fit-content;
  margin: auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
  position: relative;
}
.p-trial-sec-ttl::before, .p-trial-sec-ttl::after {
  position: absolute;
  content: "";
  height: auto;
}
.p-trial-sec-ttl::before {
  top: 50%;
  left: -2rem;
  transform: translate(-100%, -50%);
  width: 12.9rem;
  aspect-ratio: 129/148;
  background: url(../images/img_trial-ttl-deco01.png) no-repeat center/contain;
}
.p-trial-sec-ttl::after {
  top: 1.5rem;
  right: 0;
  transform: translateX(100%);
  width: 11.9rem;
  aspect-ratio: 119/110;
  background: url(../images/img_trial-ttl-deco02.png) no-repeat center/contain;
}

.p-trial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 24.7rem;
  height: auto;
  aspect-ratio: 247/99;
  margin: auto;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8rem;
  background: url(../images/img_trial-deco01.png) no-repeat center/contain;
}
.p-trial-header span {
  font-family: "Roboto";
}

.p-trial-container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  counter-reset: num;
}

.p-trial-item {
  width: calc(33.3333333333% - 4rem);
  position: relative;
}
.p-trial-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 19rem;
  right: 0.5rem;
  transform: translateX(100%) rotate(-90deg);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-trial-item-num {
  color: #FFAA00;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Outfit";
  text-align: center;
  position: absolute;
  top: -7.5rem;
  left: -1.5rem;
}
.p-trial-item-num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.2rem;
  width: 7rem;
  height: 7rem;
  background-color: #FFAA00;
  border-radius: 9999px;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}

.p-trial-content {
  padding: 5rem 3rem 4rem;
  margin-top: -2rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
}

.p-trial-content-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.p-trial-content-text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-trial-box {
  max-width: 110rem;
  padding: 5rem 6.5rem 4rem;
  margin: 8rem auto 6rem;
  background-color: #fff;
  border: 0.5rem solid #FFDF9E;
  border-radius: 1rem;
  position: relative;
}
.p-trial-box::before {
  position: absolute;
  content: "";
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-trial-label {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 0.8rem 2.5rem;
  border-radius: 1rem;
  background-color: #FFAA00;
}
.p-trial-label::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 3.8rem;
  height: auto;
  aspect-ratio: 24/20;
  background-color: #FFAA00;
  -webkit-mask-image: url(../images/img_bubble-triangle_or.svg);
  mask-image: url(../images/img_bubble-triangle_or.svg);
  -webkit-mask-size: 100%;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.p-trial-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-trial-box-inner img {
  width: 19rem;
}

.p-trial-list {
  display: flex;
  gap: 3rem;
}

.p-trial-list-item {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 3.2rem;
  position: relative;
}
.p-trial-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/icn_check_yl.svg) no-repeat center/contain;
}

.p-trial-detail {
  color: #454D4D;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-left: 2rem;
}

.p-trial-detail a {
  text-decoration: underline;
}

.p-trial-note {
  display: inline-block;
  color: #FF5E36;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: left;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-trial-sec {
    padding-top: 13.3333333333vw;
  }
  .p-trial-sec .m-sec-ttl-en {
    margin-bottom: 5.3333333333vw;
  }
  .p-trial-sec-ttl {
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .p-trial-sec-ttl::before {
    left: -5.3333333333vw;
    width: 21.3333333333vw;
  }
  .p-trial-sec-ttl::after {
    top: 8vw;
    right: -5.3333333333vw;
    width: 18.6666666667vw;
  }
  .p-trial-header {
    width: 58.6666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
  .p-trial-header span {
    font-size: 6.4vw;
  }
  .p-trial-header-ttl {
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
  .p-trial-header-desc {
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
  .p-trial-container {
    flex-direction: column;
    gap: 21.3333333333vw;
    margin-left: 8vw;
  }
  .p-trial-item {
    width: 100%;
  }
  .p-trial-item:not(:last-child)::before {
    top: auto;
    bottom: -2.6666666667vw;
    right: 50%;
    transform: translate(50%, 100%);
    width: 10.6666666667vw;
  }
  .p-trial-item-num {
    font-size: 5.3333333333vw;
    top: -17.3333333333vw;
    left: -6.6666666667vw;
  }
  .p-trial-item-num::before {
    font-size: 7.4666666667vw;
    width: 16vw;
    height: 16vw;
  }
  .p-trial-content {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
    margin-top: -5.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .p-trial-content-title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-trial-content-text {
    font-size: 4vw;
  }
  .p-trial-box {
    padding: 10.6666666667vw 5.3333333333vw;
    margin: 16vw auto;
    border: 0.8vw solid #FFDF9E;
    border-radius: 2.6666666667vw;
  }
  .p-trial-box::before {
    bottom: 2.6666666667vw;
    width: 16vw;
  }
  .p-trial-label {
    top: -1.3333333333vw;
    font-size: 5.3333333333vw;
    white-space: nowrap;
    padding: 1.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-trial-label::before {
    width: 8vw;
  }
  .p-trial-box-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-trial-box-inner img {
    display: block;
    width: 80%;
    margin: auto;
  }
  .p-trial-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-trial-list-item {
    font-size: 4.2666666667vw;
    text-align: left;
    padding-left: 8vw;
  }
  .p-trial-list-item::before {
    top: 0;
    transform: translateY(0);
    width: 5.3333333333vw;
  }
  .p-trial-detail {
    font-size: 3.7333333333vw;
    margin-left: 5.3333333333vw;
  }
  .p-trial-note {
    display: inline;
    font-size: 5.3333333333vw;
  }
}
.p-graduate-sec {
  background: url(../images/bg_graduate.png) no-repeat center top 7rem/contain;
}

.p-graduate-sec-ttl-sub {
  width: 23.2rem;
  margin: auto;
}

.p-graduate-sec-ttl {
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
  position: relative;
}
.p-graduate-sec-ttl::before {
  position: absolute;
  content: "";
  top: -6rem;
  right: -4rem;
  width: 8.8rem;
  height: auto;
  aspect-ratio: 88/82;
  background: url(../images/img_graduate-ttl-deco01.png) no-repeat center/contain;
}
.p-graduate-sec-ttl img {
  width: 15.4rem;
}

.p-graduate-swiper-slide {
  height: auto;
  padding: 0 0.78125vw;
}
.p-graduate-swiper-slide:nth-child(odd), .p-graduate-swiper-slide:nth-child(even) {
  transform: translateX(-50%);
}

.p-graduate-item {
  width: 30.46875vw;
  height: 100%;
  padding: 2.0833333333vw;
  border-radius: 0.5208333333vw;
}
.p-graduate-item._blue {
  background-color: #E6F3F2;
}
.p-graduate-item._blue .p-graduate-item-gender {
  color: #33ABB7;
}
.p-graduate-item._blue .p-graduate-item-description {
  background-color: #33ABB7;
}
.p-graduate-item._blue .p-graduate-item-description::before {
  background: url(../images/img_graduate-bubble_bl.svg) no-repeat center/contain;
}
.p-graduate-item._yellow {
  background-color: #FFF5E3;
}
.p-graduate-item._yellow .p-graduate-item-gender {
  color: #FFAA00;
}
.p-graduate-item._yellow .p-graduate-item-description {
  background-color: #FDA000;
}
.p-graduate-item._yellow .p-graduate-item-description::before {
  background: url(../images/img_graduate-bubble_or.svg) no-repeat center/contain;
}

.p-graduate-item-header {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin-bottom: 1.5625vw;
}

.p-graduate-item-icon {
  width: 5.2083333333vw;
  min-width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
}

.p-graduate-item-name {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
.p-graduate-item-name:first-letter {
  font-family: "Outfit";
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 2.0833333333vw;
}

.p-graduate-item-gender {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.0416666667vw;
}

.p-graduate-item-before-after {
  display: flex;
  gap: 1.9791666667vw;
  margin-bottom: 2.0833333333vw;
}

.p-graduate-item-before,
.p-graduate-item-after {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.p-graduate-item-before {
  width: 11.4583333333vw;
  position: relative;
}
.p-graduate-item-before::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.5208333333vw;
  transform: translate(100%, -50%) rotate(-90deg);
  width: 1.25vw;
  height: auto;
  aspect-ratio: 24/18;
  background: url(../images/img_bubble-triangle_or.svg) no-repeat center/contain;
}
.p-graduate-item-before .p-graduate-item-label {
  background-color: #2F3434;
}
.p-graduate-item-before .p-graduate-item-text {
  color: #2F3434;
  height: 5.1041666667vw;
}

.p-graduate-item-after {
  width: 12.8645833333vw;
}
.p-graduate-item-after .p-graduate-item-label {
  background-color: #FF5E36;
}
.p-graduate-item-after .p-graduate-item-text {
  color: #FF5E36;
  height: 5.1041666667vw;
}

.p-graduate-item-label {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9375vw;
  font-family: "Outfit";
  border-radius: 0.3125vw 0.3125vw 0 0;
}

.p-graduate-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  letter-spacing: 0;
  background-color: #fff;
  padding: 0.78125vw;
  border-radius: 0 0 0.3125vw 0.3125vw;
}

.p-graduate-item-description {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 0.78125vw;
  padding: 1.5625vw 1.3020833333vw;
  border-radius: 1.0416666667vw;
  position: relative;
}
.p-graduate-item-description::before {
  position: absolute;
  content: "";
  top: 0.2604166667vw;
  right: 1.8229166667vw;
  transform: translateY(-100%);
  width: 1.875vw;
  height: auto;
  aspect-ratio: 36/26;
}

.p-graduate-swiper-button-prev,
.p-graduate-swiper-button-next {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 9999px;
  background: url(../images/icn_arw-circle_bk.svg) no-repeat center/contain;
}
.p-graduate-swiper-button-prev::after,
.p-graduate-swiper-button-next::after {
  content: "";
}

.p-graduate-swiper-button-prev {
  left: 17.1875vw;
  transform: scale(-1, 1);
}

.p-graduate-swiper-button-next {
  right: 17.1875vw;
}

@media screen and (max-width: 767px) {
  .p-graduate-sec {
    background: url(../images/bg_graduate.png) no-repeat center top 53.3333333333vw/contain;
  }
  .p-graduate-sec-ttl-sub {
    width: 48vw;
  }
  .p-graduate-sec-ttl {
    margin-bottom: 2.6666666667vw;
  }
  .p-graduate-sec-ttl::before {
    top: -8vw;
    right: -4vw;
    width: 12vw;
  }
  .p-graduate-sec-ttl img {
    width: 21.3333333333vw;
  }
  .p-graduate-swiper-slide {
    padding: 0 1.3333333333vw;
  }
  .p-graduate-swiper-slide:nth-child(odd), .p-graduate-swiper-slide:nth-child(even) {
    transform: translateX(0);
  }
  .p-graduate-item {
    width: 100%;
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
    border-radius: 2.6666666667vw;
  }
  .p-graduate-item-header {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-graduate-item-icon {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .p-graduate-item-name {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-graduate-item-name:first-letter {
    font-size: 9.6vw;
  }
  .p-graduate-item-before-after {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .p-graduate-item-gender {
    font-size: 4.8vw;
  }
  .p-graduate-item-before,
  .p-graduate-item-after {
    width: 80%;
    margin: auto;
  }
  .p-graduate-item-before {
    margin-bottom: 9.3333333333vw;
  }
  .p-graduate-item-before::before {
    top: auto;
    bottom: -2.6666666667vw;
    right: 50%;
    transform: translate(50%, 100%);
    width: 6.4vw;
  }
  .p-graduate-item-before .p-graduate-item-text {
    height: auto;
    min-height: 12.8vw;
  }
  .p-graduate-item-after {
    margin-bottom: 5.3333333333vw;
  }
  .p-graduate-item-after .p-graduate-item-text {
    height: auto;
    min-height: 19.2vw;
  }
  .p-graduate-item-label {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .p-graduate-item-text {
    font-size: 4vw;
    padding: 2.6666666667vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
  .p-graduate-item-description {
    font-size: 4vw;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
  .p-graduate-item-description::before {
    top: 1.3333333333vw;
    right: 9.3333333333vw;
    width: 6.6666666667vw;
  }
  .p-graduate-swiper-button-prev,
  .p-graduate-swiper-button-next {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-graduate-swiper-button-prev {
    left: 2.6666666667vw;
  }
  .p-graduate-swiper-button-next {
    right: 2.6666666667vw;
  }
}
/*------------- .p-recruitment-sec -------------*/
.p-recruitment-sec {
  padding: 7.5rem 0 12rem;
}
.p-recruitment-sec .m-sec-ttl-en {
  margin-bottom: 3.5rem;
}

.p-recruitment-sec-ttl {
  width: fit-content;
  padding-right: 7rem;
  margin: auto;
  margin-bottom: 2rem;
  position: relative;
}
.p-recruitment-sec-ttl::before {
  position: absolute;
  content: "";
  top: -1rem;
  right: 2rem;
  width: 4.8rem;
  height: auto;
  aspect-ratio: 48/47;
  background: url(../images/img_recruitment-ttl-deco.svg) no-repeat center/contain;
}
.p-recruitment-sec-ttl img {
  width: 15.4rem;
}

.p-recruitment-sec-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.5%;
}

.p-recruitment-sec-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 31.6666333333%;
}

.p-recruitment-sec-item-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #454D4D;
  padding-left: 1.5rem;
  position: relative;
}
.p-recruitment-sec-item-ttl small {
  font-size: 1.9rem;
}

.p-recruitment-sec-item-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 100%;
  background-color: #78CFC6;
  border-radius: 1rem;
}

.p-recruitment-sec-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  background-color: #EDF5F5;
  padding-block: 2rem;
  padding-inline: 2rem;
  border-radius: 0.8rem;
}

.p-recruitment-sec-item-img {
  width: 100%;
  aspect-ratio: 340/210;
  border-radius: 1rem;
  overflow: hidden;
}
.p-recruitment-sec-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-recruitment-sec-item-wrap-box {
  flex: 1;
  padding-block: 2.8rem 1.8rem;
  padding-inline: 3rem 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  position: relative;
}

.p-recruitment-sec-item-wrap-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding-block: 0.3rem;
  padding-inline: 2.2rem;
  background-color: #33ABB7;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}

.p-recruitment-sec-item-wrap-box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #33ABB7;
}

.p-recruitment-sec-item-wrap-box-lists {
  margin-top: 0.8rem;
}

.p-recruitment-sec-item-wrap-box-list {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
  padding-left: 1.6rem;
  position: relative;
}

.p-recruitment-sec-item-wrap-box-list::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #33ABB7;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-recruitment-sec {
    padding-top: 6.6666666667vw;
  }
  .p-recruitment-sec-ttl {
    padding-right: 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-recruitment-sec-ttl::before {
    top: -2.6666666667vw;
    right: 2.6666666667vw;
    width: 8vw;
  }
  .p-recruitment-sec-ttl img {
    width: 21.3333333333vw;
  }
  .p-recruitment-sec-items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8vw;
  }
  .p-recruitment-sec-item {
    width: 100%;
    gap: 4vw;
  }
  .p-recruitment-sec-item-ttl {
    font-size: 5.3333333333vw;
    padding-left: 3.4666666667vw;
  }
  .p-recruitment-sec-item-ttl small {
    font-size: 4vw;
  }
  .p-recruitment-sec-item-ttl::before {
    width: 0.8vw;
    border-radius: 2.6666666667vw;
  }
  .p-recruitment-sec-item-wrap {
    gap: 8vw;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .p-recruitment-sec-item-wrap-box {
    padding-block: 8vw 5.3333333333vw;
    padding-inline: 8vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    position: relative;
  }
  .p-recruitment-sec-item-wrap-ttl {
    padding-block: 0.8vw;
    padding-inline: 5.8666666667vw;
    font-size: 4vw;
  }
  .p-recruitment-sec-item-wrap-box-txt {
    font-size: 4.2666666667vw;
  }
  .p-recruitment-sec-item-wrap-box-lists {
    margin-top: 2.1333333333vw;
  }
  .p-recruitment-sec-item-wrap-box-list {
    font-size: 4vw;
    padding-left: 4.2666666667vw;
  }
  .p-recruitment-sec-item-wrap-box-list::before {
    width: 2.1333333333vw;
    top: 2.6666666667vw;
  }
}
/*------------- .p-interview-sec -------------*/
.p-interview-sec {
  padding: 11rem 0 10rem;
  background: url(../images/bg_interview.png) no-repeat center top/cover;
  position: relative;
}
.p-interview-sec::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: auto;
  aspect-ratio: 74/59;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}
.p-interview-sec .m-sec-ttl-en {
  margin-bottom: 6rem;
}

.p-interview-sec-ttl {
  width: fit-content;
  padding-left: 9rem;
  margin: auto;
  position: relative;
}
.p-interview-sec-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 7.1rem;
  height: auto;
  aspect-ratio: 71/58;
  background: url(../images/img_interview-ttl-deco01.png) no-repeat center/contain;
}

.p-interview-sec-blocks {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  border-radius: 1rem;
}

.p-interview-sec-block {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.p-interview-sec-block._reverse {
  gap: 4rem;
  flex-direction: row-reverse;
}
.p-interview-sec-block._reverse .p-interview-sec-block-wrap-box::before {
  left: auto;
  right: 4.5rem;
  width: 24.1rem;
  aspect-ratio: 241/123;
  background: url(../images/img_interview-deco02.png) no-repeat center/contain;
}
.p-interview-sec-block._reverse .p-interview-sec-block-wrap-button {
  margin-right: auto;
  margin-left: 0;
}

.p-interview-sec-block:not(:last-child) {
  position: relative;
}

.p-interview-sec-block:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #DEDEDE;
}

.p-interview-sec-block-wrap {
  flex: 1;
}

.p-interview-sec-block-wrap-ttl {
  font-size: 2.8rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #454D4D;
  padding-left: 6.6rem;
  position: relative;
}
.p-interview-sec-block-wrap-ttl em {
  color: #FF5E36;
}

.p-interview-sec-block-wrap-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5rem;
  aspect-ratio: 50/42;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icn_surprise.svg);
}

.p-interview-sec-block-wrap-box {
  padding: 3rem 5rem 4rem;
  background-color: #fff;
  border: 0.4rem solid #FFDF9E;
  border-radius: 1rem;
  margin-top: 3rem;
  position: relative;
}
.p-interview-sec-block-wrap-box::before {
  position: absolute;
  content: "";
  bottom: 2.5rem;
  left: 4.5rem;
  transform: translateY(100%);
  width: 17.6rem;
  height: auto;
  aspect-ratio: 176/123;
  background: url(../images/img_interview-deco01.png) no-repeat center/contain;
}

.p-interview-sec-block-wrap-box-ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: fit-content;
  padding: 0.3rem 1.5rem;
  background-color: #33ABB7;
  border-radius: 9999px;
}

.p-interview-sec-block-wrap-box-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
  margin-top: 1.5rem;
}
.p-interview-sec-block-wrap-box-txt span {
  background-color: #FFEFAF;
}

.p-interview-sec-block-wrap-button {
  width: 26rem;
  margin-left: auto;
  margin-top: 3rem;
}

.p-interview-sec-block-wrap-btn {
  display: block;
  width: 100%;
  padding-block: 1.8rem;
  padding-inline: 2.5rem;
  background-color: #33ABB7;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.p-interview-sec-block-wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  width: 3rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icn_arw-circle_bl.svg);
}

.p-interview-sec-block-img {
  width: 45rem;
  aspect-ratio: 440/272;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.p-interview-sec-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  box-shadow: 1rem 1rem 0 #ffc653;
}

@media screen and (max-width: 767px) {
  .p-interview-sec {
    padding-block: 13.3333333333vw;
  }
  .p-interview-sec::before {
    bottom: -5.3333333333vw;
    width: 16vw;
  }
  .p-interview-sec .m-sec-ttl-en {
    margin-bottom: 8vw;
  }
  .p-interview-sec-ttl {
    padding-left: 18.6666666667vw;
  }
  .p-interview-sec-ttl::before {
    left: 2.6666666667vw;
    width: 13.3333333333vw;
  }
  .p-interview-sec-blocks {
    gap: 21.3333333333vw;
    padding-block: 8vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-interview-sec-blocks::before {
    width: 21.3333333333vw;
    height: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-interview-sec-block,
  .p-interview-sec-block._reverse {
    flex-direction: column;
    gap: initial;
  }
  .p-interview-sec-block._reverse .p-interview-sec-block-wrap-box::before {
    right: 5.3333333333vw;
    width: 45.3333333333vw;
  }
  .p-interview-sec-block:not(:last-child)::after {
    bottom: -12vw;
    height: 0.5333333333vw;
    border-width: 0.5333333333vw;
  }
  .p-interview-sec-block-wrap {
    display: contents;
  }
  .p-interview-sec-block-wrap-ttl {
    font-size: 4.8vw;
    padding-left: 12vw;
    order: 1;
  }
  .p-interview-sec-block-wrap-ttl::before {
    top: 5.3333333333vw;
    width: 9.3333333333vw;
  }
  .p-interview-sec-block-wrap-box {
    padding-block: 4.8vw 6.1333333333vw;
    padding-inline: 4.8vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
    margin-bottom: 18.6666666667vw;
    order: 3;
  }
  .p-interview-sec-block-wrap-box::before {
    bottom: 4vw;
    left: 8vw;
    width: 33.6vw;
  }
  .p-interview-sec-block-wrap-box-ttl {
    font-size: 4.2666666667vw;
  }
  .p-interview-sec-block-wrap-box-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-interview-sec-block-wrap-button {
    width: 100%;
    margin-top: 5.3333333333vw;
    order: 4;
  }
  .p-interview-sec-block-wrap-btn {
    padding-block: 4vw;
    padding-inline: 4vw 8vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .p-interview-sec-block-wrap-btn::after {
    right: 4vw;
    width: 6.6666666667vw;
  }
  .p-interview-sec-block-img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    order: 2;
    margin-top: 5.3333333333vw;
  }
  .p-interview-sec-block-img img {
    border-radius: 2.6666666667vw;
    box-shadow: 2.6666666667vw 2.6666666667vw 0 #ffc653;
  }
}
/*------------- .p-instructor-sec -------------*/
.p-instructor-sec {
  padding-bottom: 10rem;
  background: url(../images/bg_instructor_pc.png) no-repeat center top/cover;
}
.p-instructor-sec .m-sec-ttl-en {
  margin-bottom: 4.5rem;
}

.p-instructor-sec-ttl {
  color: #FF5E36;
  width: fit-content;
  padding: 0 12rem;
  margin: auto;
  margin-bottom: 2rem;
  position: relative;
}
.p-instructor-sec-ttl::before, .p-instructor-sec-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 8.6rem;
  height: auto;
  aspect-ratio: 86/108;
  background: url(../images/img_instructor-ttl-deco.png) no-repeat center/contain;
}
.p-instructor-sec-ttl::before {
  left: 0;
}
.p-instructor-sec-ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
.p-instructor-sec-ttl img {
  width: 69.9rem;
  margin-bottom: 1rem;
}

.p-instructor-sec-groups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-instructor-sec-group {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.p-instructor-sec-group:nth-child(even) {
  flex-direction: row-reverse;
}
.p-instructor-sec-group:nth-child(even) .p-instructor-sec-group-box::before {
  left: 0.5rem;
  right: auto;
  transform: scale(-1, 1);
}
.p-instructor-sec-group:nth-child(even) .p-instructor-sec-group-box::after {
  left: auto;
  right: 10rem;
  transform: translateY(100%) scale(-1, 1);
}

.p-instructor-sec-group-img {
  width: 38rem;
  aspect-ratio: 380/236;
  position: relative;
}
.p-instructor-sec-group-img img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  border-radius: 1rem;
}
.p-instructor-sec-group-img::before {
  position: absolute;
  content: "";
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background-color: #A3E2D9;
  border-radius: 1rem;
}

.p-instructor-sec-group-ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 20.2rem;
  height: 5rem;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 0.4rem;
  position: relative;
  z-index: 1;
}
.p-instructor-sec-group-ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #78CFC6;
  z-index: 1;
  position: relative;
}
.p-instructor-sec-group-ttl::before, .p-instructor-sec-group-ttl::after {
  position: absolute;
  content: "";
}
.p-instructor-sec-group-ttl::before {
  top: 1rem;
  left: 0.5rem;
  width: 100%;
  height: calc(100% - 0.5rem);
  border-radius: 0.4rem;
  background-color: #5EBEB4;
  z-index: 0;
}
.p-instructor-sec-group-ttl::after {
  top: 0;
  left: -3rem;
  transform: translateY(-50%);
  width: 8.3rem;
  height: auto;
  aspect-ratio: 83/60;
  background: url(../images/img_instructor-deco01.png) no-repeat center/contain;
  z-index: 2;
}

.p-instructor-sec-group-box {
  padding: 3rem 6rem;
  margin-top: -4rem;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
}
.p-instructor-sec-group-box::before, .p-instructor-sec-group-box::after {
  position: absolute;
  content: "";
  height: auto;
}
.p-instructor-sec-group-box::before {
  top: -1.5rem;
  right: 0.5rem;
  width: 7rem;
  aspect-ratio: 49/35;
  background: url(../images/img_instructor-deco02.svg) no-repeat center/contain;
}
.p-instructor-sec-group-box::after {
  bottom: 1rem;
  left: 10rem;
  transform: translateY(100%);
  width: 4.8rem;
  aspect-ratio: 48/34;
  background: url(../images/img_instructor-deco02.png) no-repeat center/contain;
}

.p-instructor-sec-group-box-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
}

.p-instructor-sec-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 6rem;
  margin-top: 4.5rem;
}

.p-instructor-sec-item._orange .p-instructor-sec-item-img {
  border-color: #FFC653;
}
.p-instructor-sec-item._orange .p-instructor-sec-item-txt {
  background-color: #FFC653;
}
.p-instructor-sec-item._mint .p-instructor-sec-item-img {
  border-color: #78CFC6;
}
.p-instructor-sec-item._mint .p-instructor-sec-item-txt {
  background-color: #78CFC6;
}

.p-instructor-sec-item-img {
  width: 18rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  border: 0.6rem solid;
}
.p-instructor-sec-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-instructor-sec-item-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-top: -2rem;
  border-radius: 0.2rem;
  position: relative;
}
.p-instructor-sec-item-txt span {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-instructor-sec {
    padding-block: 13.3333333333vw;
  }
  .p-instructor-sec::after {
    background-image: url(../images/bg_instructor_sp.png);
  }
  .p-instructor-sec-ttl {
    padding: 0;
    margin-bottom: 2rem;
  }
  .p-instructor-sec-ttl::before, .p-instructor-sec-ttl::after {
    width: 13.3333333333vw;
  }
  .p-instructor-sec-ttl::before {
    left: -2.6666666667vw;
  }
  .p-instructor-sec-ttl::after {
    right: -2.6666666667vw;
  }
  .p-instructor-sec-ttl img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-instructor-sec-groups {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .p-instructor-sec-group {
    flex-direction: column;
    gap: 0;
  }
  .p-instructor-sec-group:nth-child(even) {
    flex-direction: column;
  }
  .p-instructor-sec-group:nth-child(even) .p-instructor-sec-group-box::before {
    left: -5.3333333333vw;
  }
  .p-instructor-sec-group:nth-child(even) .p-instructor-sec-group-box::after {
    right: 6.6666666667vw;
    transform: translateY(-100%) scale(1, -1);
  }
  .p-instructor-sec-group-img {
    width: 100%;
  }
  .p-instructor-sec-group-img img {
    border-radius: 2.6666666667vw;
  }
  .p-instructor-sec-group-img::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-instructor-sec-group-ttl {
    height: 10.6666666667vw;
    font-size: 4.8vw;
    width: 53.8666666667vw;
    border-radius: 1.0666666667vw;
  }
  .p-instructor-sec-group-ttl::before {
    top: 2.6666666667vw;
    left: 1.3333333333vw;
    height: calc(100% - 1.3333333333vw);
    border-radius: 1.0666666667vw;
  }
  .p-instructor-sec-group-ttl::after {
    left: -8vw;
    width: 17.3333333333vw;
  }
  .p-instructor-sec-group-box {
    padding: 5.3333333333vw;
    border-radius: 8vw;
    margin-top: 0;
  }
  .p-instructor-sec-group-box::before {
    top: -4vw;
    right: -5.3333333333vw;
    width: 14.6666666667vw;
  }
  .p-instructor-sec-group-box::after {
    bottom: auto;
    top: 1.3333333333vw;
    left: 6.6666666667vw;
    width: 6.6666666667vw;
    transform: translateY(-100%) scale(-1, -1);
  }
  .p-instructor-sec-group-box-txt {
    font-size: 3.7333333333vw;
  }
  .p-instructor-sec-items {
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-instructor-sec-item {
    flex: initial;
    width: calc(50% - 2.6666666667vw);
  }
  .p-instructor-sec-item-img {
    width: 100%;
    border: 1.0666666667vw solid;
  }
  .p-instructor-sec-item-txt {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: -5.3333333333vw;
    border-radius: 0.5333333333vw;
  }
  .p-instructor-sec-item-txt span {
    font-size: 3.2vw;
  }
}
/*------------- .p-bg -------------*/
.p-bg {
  position: relative;
}

.p-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url(../images/bg_bg_pc.png);
}

@media screen and (max-width: 767px) {
  .p-bg::after {
    background-image: url(../images/bg_bg_sp.png);
  }
}
/*------------- .p-faq-sec -------------*/
.p-faq-sec {
  padding-top: 13.5rem;
}

.p-faq-sec-ttl {
  width: fit-content;
  padding: 0 16rem;
  margin: auto;
  position: relative;
}
.p-faq-sec-ttl span {
  position: relative;
}
.p-faq-sec-ttl span::before {
  position: absolute;
  content: "";
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: auto;
  aspect-ratio: 45/32;
  background: url(../images/img_faq-ttl-deco03.png) no-repeat center/contain;
}
.p-faq-sec-ttl::before, .p-faq-sec-ttl::after {
  position: absolute;
  content: "";
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  height: auto;
}
.p-faq-sec-ttl::before {
  left: 0;
  width: 13.5rem;
  aspect-ratio: 135/157;
  background: url(../images/img_faq-ttl-deco01.png) no-repeat center/contain;
}
.p-faq-sec-ttl::after {
  right: 1rem;
  width: 11.8rem;
  aspect-ratio: 118/158;
  background: url(../images/img_faq-ttl-deco02.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-faq-sec {
    padding-top: 13.3333333333vw;
  }
  .p-faq-sec-ttl {
    padding: 0 18.6666666667vw;
  }
  .p-faq-sec-ttl span::before {
    top: -8vw;
    width: 8vw;
  }
  .p-faq-sec-ttl::before, .p-faq-sec-ttl::after {
    top: calc(50% - 2.6666666667vw);
  }
  .p-faq-sec-ttl::before {
    width: 16vw;
  }
  .p-faq-sec-ttl::after {
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
/*------------- .p-accordion -------------*/
.p-accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-accordion-title {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  width: 100%;
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  padding-block: 1rem;
  padding-inline: 8rem;
  background-color: #59B9AF;
  border-radius: 0.6rem;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.p-accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  width: fit-content;
  aspect-ratio: 1/1;
  font-family: "Outfit";
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}

.p-accordion-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  transition: background-color 0.3s ease 0s;
}

.p-accordion-icon::before,
.p-accordion-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.15rem);
  right: 2.6rem;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #fff;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}

.p-accordion-icon::after {
  transform: rotate(90deg);
}

.p-accordion-title.open .p-accordion-icon {
  background-color: #EDF5F5;
}

.p-accordion-title.open .p-accordion-icon::before,
.p-accordion-title.open .p-accordion-icon::after {
  background-color: #33ABB7;
}

.p-accordion-title.open .p-accordion-icon::after {
  transform: rotate(0deg);
}

.p-accordion-content {
  display: none;
  padding-block: 2.3rem 3.3rem;
  padding-inline: 8rem 5rem;
  background-color: #EDF5F5;
  border-radius: 0.6rem;
  position: relative;
  margin-top: 1rem;
}

.p-accordion-content::before {
  content: "A";
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  width: 5rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.8rem;
  background-image: url(../images/icn_faq.svg);
  font-family: "Outfit";
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2rem;
}

.p-accordion-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
}

@media screen and (max-width: 767px) {
  .p-accordion {
    gap: 4vw;
  }
  .p-accordion-title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-block: 4vw;
    padding-inline: 13.3333333333vw 16vw;
    border-radius: 1.6vw;
  }
  .p-accordion-title::before {
    left: 4vw;
    font-size: 6.4vw;
  }
  .p-accordion-icon {
    width: 13.3333333333vw;
  }
  .p-accordion-icon::before,
  .p-accordion-icon::after {
    top: calc(50% - 0.2666666667vw);
    right: 4vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  .p-accordion-content {
    padding-block: 5.3333333333vw;
    padding-inline: 13.3333333333vw 8vw;
    border-radius: 1.6vw;
    margin-top: 2.6666666667vw;
  }
  .p-accordion-content::before {
    top: 4vw;
    left: 2.6666666667vw;
    width: 8.5333333333vw;
    background-size: 8vw;
    font-size: 5.3333333333vw;
    padding-bottom: 0.5333333333vw;
  }
  .p-accordion-content p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
/*------------- .p-academy-sec -------------*/
.p-academy-sec {
  padding-block: 12rem 10rem;
}

.p-academy-sec-ttl-img01 {
  width: 15.4rem;
}

.p-academy-sec-ttl-img02 {
  width: 58rem;
}

.p-academy-sec-wrapper {
  display: flex;
  align-items: center;
  gap: 0 9rem;
  position: relative;
}
.p-academy-sec-wrapper::before {
  position: absolute;
  content: "";
  bottom: -6rem;
  right: -15.5rem;
  width: 34rem;
  height: auto;
  aspect-ratio: 340/261;
  background: url(../images/img_w.png) no-repeat center/contain;
}

.p-academy-sec-wrapper-img {
  width: 52rem;
  aspect-ratio: 520/320;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1rem 1rem 0 #a3e2d9;
}
.p-academy-sec-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-academy-sec-wrap {
  flex: 1;
  padding-right: 5rem;
}

.p-academy-sec-wrap-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #454D4D;
}
.p-academy-sec-wrap-ttl em {
  color: #59B9AF;
}

.p-academy-sec-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
  margin-top: 2.8rem;
}

.p-academy-sec-box {
  width: fit-content;
  margin-inline: auto;
  margin-top: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-academy-sec-box-subText {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #454D4D;
  padding-block: 0.1rem;
  padding-inline: 2.6rem 2.2rem;
  background-color: #fff;
  border: 0.2rem solid #33ABB7;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

.p-academy-sec-box-text {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  padding-block: 0.6rem 0.8rem;
  padding-inline: 4.8rem;
  background-color: #33ABB7;
  border-radius: 1rem;
  position: relative;
  margin-top: -1rem;
}

.p-academy-sec-box-text:after {
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 3.8rem;
  aspect-ratio: 38/25;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icn_triangle_bottom.svg);
}

.p-academy-sec-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.6666666667%;
  margin-top: 4rem;
}

.p-academy-sec-group {
  width: 49.1666666667%;
  padding-block: 3rem;
  padding-inline: 3rem;
  background-color: #EDF5F5;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.p-academy-sec-group-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
}

.p-academy-sec-group-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-academy-sec-group-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #59B9AF;
  padding-left: 1.8rem;
  position: relative;
}

.p-academy-sec-group-wrap-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 100%;
  background-color: #59B9AF;
  border-radius: 1rem;
}

.p-academy-sec-group-wrap-button {
  width: 18rem;
}

.p-academy-sec-group-wrap-btn {
  display: block;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 2.5rem 1.5rem;
  background-color: #33ABB7;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.p-academy-sec-group-wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.3rem;
  aspect-ratio: 13/11;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icn_blank.svg);
}

.p-academy-sec-group-img {
  width: 27rem;
  aspect-ratio: 270/167;
  border-radius: 1rem;
  overflow: hidden;
}
.p-academy-sec-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-academy-sec-group-box {
  padding-block: 2.8rem;
  padding-inline: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
}

.p-academy-sec-group-box-lists {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.p-academy-sec-group-list {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #454D4D;
  padding-left: 1.5rem;
  position: relative;
}

.p-academy-sec-group-list::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #33ABB7;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-academy-sec {
    padding-block: 13.3333333333vw;
  }
  .p-academy-sec-ttl-img01 {
    width: 18.6666666667vw;
  }
  .p-academy-sec-ttl-img02 {
    width: 74.6666666667vw;
  }
  .p-academy-sec-wrapper {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .p-academy-sec-wrapper::before {
    bottom: -8vw;
    right: -8vw;
    width: 53.3333333333vw;
  }
  .p-academy-sec-wrapper-img {
    width: 100%;
    border-radius: 2.6666666667vw;
    box-shadow: 2.6666666667vw 2.6666666667vw 0 #a3e2d9;
  }
  .p-academy-sec-wrap {
    padding-right: 0;
  }
  .p-academy-sec-wrap-img {
    width: 100%;
  }
  .p-academy-sec-wrap-ttl {
    font-size: 6.4vw;
  }
  .p-academy-sec-wrap-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-academy-sec-box {
    margin-top: 13.3333333333vw;
  }
  .p-academy-sec-box-subText {
    font-size: 3.7333333333vw;
    padding-inline: 5.8666666667vw 4.8vw;
    border-width: 0.5333333333vw;
  }
  .p-academy-sec-box-text {
    font-size: 5.3333333333vw;
    padding-block: 1.8666666667vw 1.3333333333vw;
    padding-inline: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-top: -2.6666666667vw;
  }
  .p-academy-sec-box-text:after {
    top: 70%;
    width: 10.1333333333vw;
    aspect-ratio: 38/25;
  }
  .p-academy-sec-groups {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8vw;
    margin-top: 8vw;
  }
  .p-academy-sec-group {
    width: 100%;
    padding-block: 6.6666666667vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    gap: 4vw;
  }
  .p-academy-sec-group-wrapper {
    display: contents;
  }
  .p-academy-sec-group-wrap {
    display: contents;
  }
  .p-academy-sec-group-wrap-ttl {
    font-size: 5.3333333333vw;
    padding-left: 4vw;
    order: 1;
  }
  .p-academy-sec-group-wrap-ttl::before {
    width: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-academy-sec-group-wrap-button {
    width: 100%;
    order: 4;
  }
  .p-academy-sec-group-wrap-btn {
    padding-block: 2.6666666667vw;
    padding-inline: 1.3333333333vw 4vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .p-academy-sec-group-wrap-btn::after {
    right: 4vw;
    width: 3.4666666667vw;
  }
  .p-academy-sec-group-img {
    width: 100%;
    border-radius: 2.6666666667vw;
    order: 2;
  }
  .p-academy-sec-group-box {
    padding-block: 7.4666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    order: 3;
  }
  .p-academy-sec-group-box-lists {
    gap: 0.8vw;
  }
  .p-academy-sec-group-list {
    font-size: 4vw;
    padding-left: 4vw;
  }
  .p-academy-sec-group-list::before {
    top: 2.6666666667vw;
    width: 2.1333333333vw;
  }
}
.p-bg-hero {
  background: url(../images/bg_top_pc.png) no-repeat center top/cover;
  width: 100%;
  aspect-ratio: 1920/2300;
  padding-bottom: 5rem;
  position: relative;
}
.p-bg-hero::before {
  background: url(../images/icn_arw01_or.svg) no-repeat center top/contain;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
  width: 17.4rem;
  height: 9.2rem;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-bg-hero {
    background: none;
    width: 100%;
    aspect-ratio: auto;
    padding-bottom: 13.3333333333vw;
  }
  .p-bg-hero::before {
    bottom: 0;
    width: 23.4666666667vw;
    height: 12.2666666667vw;
    z-index: 5;
  }
}
.p-recommend {
  margin-top: 10rem;
}

.p-recommend-title {
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.p-recommend-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8rem;
  width: 5.5rem;
  height: 6.9rem;
  background: url(../images/icn_recommend_left.svg) no-repeat left top/contain;
}
.p-recommend-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6rem;
  width: 5.5rem;
  height: 6.9rem;
  background: url(../images/icn_recommend_right.svg) no-repeat left top/contain;
}

.p-recommend-title-sub {
  font-size: 3.6rem;
  line-height: 1.2777777778;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.p-recommend-title-main {
  color: #FF5E36;
  background: top left/1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #FF5E36, #FF5E36 100%, transparent, transparent);
  padding-top: 0.2em;
  position: relative;
  z-index: 2;
}
.p-recommend-title-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 70%, #FFEFAF 70%);
  z-index: -1;
}

.p-recommend-subtitle {
  color: #ff5722;
}

.p-recommend-lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-recommend-lead-emphasis {
  color: #FF5E36;
  font-weight: 700;
}

.p-recommend-block {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}

.p-recommend-category {
  background-color: #FFEFAF;
  border-radius: 0 0 0.6rem 0.6rem;
  position: relative;
}

.p-recommend-category:nth-child(1) {
  grid-area: 1/1/2/3;
}
.p-recommend-category:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-recommend-category:nth-child(3) {
  grid-area: 2/2/3/3;
}

.p-recommend-label {
  background-color: #FF5E36;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 2rem 7.5rem;
  border-radius: 0.6rem 0.6rem 0 0;
  text-align: center;
  position: relative;
}
.p-recommend-label::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 0;
  width: 14rem;
  height: 9rem;
}
.p-recommend-label::before {
  content: "";
  background: url(../images/icn_recommend_bubble.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.9rem;
  height: 2.1rem;
}

.p-recommend-label-icon {
  position: relative;
}
.p-recommend-label-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/icn_check.svg) no-repeat center/contain;
}

.p-recommend-label-img01::after {
  background: url(../images/img_recommend_01.svg) no-repeat center/contain;
}

.p-recommend-label-img02 {
  text-align: left;
}
.p-recommend-label-img02::after {
  background: url(../images/img_recommend_02.svg) no-repeat center/contain;
}

.p-recommend-label-img03 {
  text-align: left;
}
.p-recommend-label-img03::after {
  background: url(../images/img_recommend_03.svg) no-repeat center/contain;
}

.p-recommend-card {
  padding: 3rem 3.5rem;
}

.p-recommend-card-title {
  background-color: #fff;
  color: #33B897;
  display: inline-block;
  padding: 0.4rem 1rem 0.4rem 1.3rem;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
.p-recommend-card-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
  width: 0.5rem;
  height: 80%;
  background: #78CFC6;
  border-radius: 1rem;
}

.p-recommend-card-text {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-recommend-card-img01 {
  position: relative;
}
.p-recommend-card-img01::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  background: url(../images/icn_recommend_01.svg) no-repeat center/contain;
  width: 9.4rem;
  height: 7.8rem;
}

.p-recommend-card-img02 {
  position: relative;
}
.p-recommend-card-img02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  background: url(../images/icn_recommend_02.svg) no-repeat center/contain;
  width: 9.1rem;
  height: 8.3rem;
}

.p-recommend-card-img03 {
  position: relative;
}
.p-recommend-card-img03::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  background: url(../images/icn_recommend_03.svg) no-repeat center/contain;
  width: 8.1rem;
  height: 9.1rem;
  z-index: 1;
}

.p-recommend-card-text {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-recommend-card-text-emphasis {
  color: #FF5E36;
  font-weight: 700;
}

.p-recommend-card-text-note {
  display: block;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 18.6666666667vw;
  }
  .p-recommend-title {
    font-size: 6.6666666667vw;
  }
  .p-recommend-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10.6666666667vw;
    width: 10.9333333333vw;
    height: 13.8666666667vw;
    background: url(../images/icn_recommend_left.svg) no-repeat left top/contain;
  }
  .p-recommend-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8vw;
    width: 10.9333333333vw;
    height: 13.8666666667vw;
    background: url(../images/icn_recommend_right.svg) no-repeat left top/contain;
  }
  .p-recommend-title-sub {
    font-size: 5.0666666667vw;
  }
  .p-recommend-lead {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .p-recommend-block {
    margin-top: 10.6666666667vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0;
    grid-row-gap: 10.6666666667vw;
  }
  .p-recommend-category {
    border-radius: 0 0 1.6vw 1.6vw;
  }
  .p-recommend-category:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .p-recommend-category:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .p-recommend-category:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .p-recommend-label {
    font-size: 4vw;
    padding: 3.4666666667vw 5.3333333333vw 3.4666666667vw 12vw;
    border-radius: 1.6vw 1.6vw 0 0;
    text-align: left;
    position: relative;
  }
  .p-recommend-label::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 24.2666666667vw;
    height: 15.7333333333vw;
  }
  .p-recommend-label::before {
    content: "";
    background: url(../images/icn_recommend_bubble.svg) no-repeat center/contain;
    position: absolute;
    bottom: -2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 7.7333333333vw;
    height: 5.6vw;
  }
  .p-recommend-label-icon {
    position: relative;
  }
  .p-recommend-label-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8vw;
    width: 5.6vw;
    height: 5.6vw;
    background: url(../images/icn_check.svg) no-repeat center/contain;
  }
  .p-recommend-card {
    padding: 8vw 5.3333333333vw;
  }
  .p-recommend-card-title {
    padding: 1.0666666667vw 2.6666666667vw 1.0666666667vw 1.3rem;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
  }
  .p-recommend-card-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.5333333333vw;
    width: 0.8vw;
    height: 80%;
    border-radius: 2.6666666667vw;
  }
  .p-recommend-card-text {
    font-size: 4vw;
  }
  .p-recommend-card-img01::before {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    background: url(../images/icn_recommend_01.svg) no-repeat center/contain;
    width: 17.3333333333vw;
    height: 14.4vw;
  }
  .p-recommend-card-img02::before {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    background: url(../images/icn_recommend_02.svg) no-repeat center/contain;
    width: 18.1333333333vw;
    height: 16.8vw;
  }
  .p-recommend-card-img03 {
    position: relative;
  }
  .p-recommend-card-img03::before {
    content: "";
    position: absolute;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    background: url(../images/icn_recommend_03.svg) no-repeat center/contain;
    width: 18.1333333333vw;
    height: 20.5333333333vw;
    z-index: 1;
  }
  .p-recommend-card-text {
    font-size: 4vw;
  }
  .p-recommend-card-text-note {
    display: block;
    margin-top: 8vw;
  }
  .p-recommend-card-text-indent {
    text-indent: -3.3em;
    padding-left: 3.3em;
  }
}
.p-career-support {
  padding: 12rem 2rem 5rem;
  text-align: center;
  max-width: 110rem;
  margin: 0 auto;
}

.p-career-support-title-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
}

.p-career-support-title {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
}
.p-career-support-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13rem;
  width: 12.9rem;
  height: 9.2rem;
  background: url(../images/icn_career_01.svg) no-repeat left top/contain;
}
.p-career-support-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15rem;
  width: 10rem;
  height: 10rem;
  background: url(../images/icn_career_02.svg) no-repeat left top/contain;
}

.p-career-support-title-emphasis {
  background: linear-gradient(transparent 40%, #FFEFAF 40%);
  padding: 0.4rem 0.8rem;
  display: inline-block;
  font-weight: 700;
}

.p-career-support-title-sub {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.p-career-support-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.p-career-support-logo img {
  width: 51.4rem;
  height: auto;
}

.p-career-support-multiply {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.p-career-support-multiply::before, .p-career-support-multiply::after {
  content: "";
  position: absolute;
  background-color: #333;
}
.p-career-support-multiply::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-career-support-multiply::after {
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  transform: translateX(-50%) rotate(45deg);
}

.p-career-support-caption {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 11rem;
  position: relative;
}
.p-career-support-caption::before {
  position: absolute;
  content: "";
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 4.7rem;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}

.p-career-support-caption-emphasis {
  border-bottom: dotted 0.4rem #FF5E36;
}

.p-career-support-caption-emphasis-text {
  color: #FF5E36;
  font-weight: 700;
}

.p-career-support-cards {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
}

.p-career-support-card {
  background-color: #EDF5F5;
  padding: 3rem;
  border-radius: 0.6rem;
  flex: 1;
  text-align: center;
}

.p-career-support-card-title {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #33B897;
  margin-bottom: 2rem;
}

.p-career-support-card-icon {
  width: 25.7rem;
  height: 9.7rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.p-career-support-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-career-support-card-text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-career-support {
    padding: 13.3333333333vw 0 5.3333333333vw;
    max-width: 100%;
  }
  .p-career-support-title-wrap {
    margin-bottom: 5.3333333333vw;
  }
  .p-career-support-title {
    font-size: 5.8666666667vw;
  }
  .p-career-support-title::before {
    content: "";
    position: absolute;
    top: 13.3333333333vw;
    left: -10.6666666667vw;
    width: 15.4666666667vw;
    height: 10.9333333333vw;
    background: url(../images/icn_career_01.svg) no-repeat left top/contain;
  }
  .p-career-support-title::after {
    content: "";
    position: absolute;
    top: 13.3333333333vw;
    right: -10.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background: url(../images/icn_career_02.svg) no-repeat left top/contain;
  }
  .p-career-support-title-emphasis {
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .p-career-support-title-sub {
    font-size: 5.0666666667vw;
  }
  .p-career-support-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-career-support-logo img {
    width: 40vw;
    height: auto;
  }
  .p-career-support-multiply {
    position: relative;
    width: 4vw;
    height: 4vw;
  }
  .p-career-support-multiply::before, .p-career-support-multiply::after {
    content: "";
    position: absolute;
    background-color: #333;
  }
  .p-career-support-multiply::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.2666666667vw;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-career-support-multiply::after {
    top: 0;
    left: 50%;
    width: 0.2666666667vw;
    height: 100%;
    transform: translateX(-50%) rotate(45deg);
  }
  .p-career-support-caption {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 29.3333333333vw;
    text-align: left;
  }
  .p-career-support-caption::before {
    bottom: -21.3333333333vw;
    width: 15.2vw;
    height: 12vw;
    background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
  }
  .p-career-support-cards {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-career-support-card {
    padding: 5.3333333333vw;
    border-radius: 1.6vw;
  }
  .p-career-support-card-title {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-career-support-card-icon {
    width: 62.1333333333vw;
    height: 23.4666666667vw;
    margin-bottom: 4vw;
  }
  .p-career-support-card-text {
    font-size: 3.7333333333vw;
  }
}
.p-skill-tab {
  background-color: #FFFCEE;
  padding: 8rem 10rem 3.5rem;
  text-align: center;
  border-top: 1rem solid #FF5E36;
  border-radius: 0.4rem 0.4rem 0 0;
  position: relative;
}
.p-skill-tab::before {
  position: absolute;
  content: "";
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 4.7rem;
  background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
}

.p-skill-tab-header {
  margin-bottom: 4rem;
}

.p-skill-tab-title {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: dotted 0.4rem #FF5E36;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-skill-tab-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15rem;
  width: 12rem;
  height: 12rem;
  background: url(../images/icn_skill-tab.svg) no-repeat center/contain;
}
.p-skill-tab-title span {
  color: #FF5E36;
}

.p-skill-tab-box {
  margin-top: 8rem;
  background-color: #ffffff;
  border-top: 0.3rem solid #39b1aa;
  border-left: 0.3rem solid #DFEDED;
  border-right: 0.3rem solid #DFEDED;
  border-bottom: 0.3rem solid #DFEDED;
  border-radius: 0.6rem;
  padding: 6rem 7rem 3rem;
  position: relative;
}

.p-skill-tab-label {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg_skill-tab.svg) no-repeat center/contain;
  width: 25.6rem;
  height: 6.7rem;
  color: #ffffff;
  padding: 1rem 0 0 3.5rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.p-skill-tab-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1.5rem;
}

.p-skill-tab-item {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-skill-tab-item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icn_check.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-skill-tab {
    padding: 24vw 4vw 9.3333333333vw;
    border-top: 1.3333333333vw solid #FF5E36;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
  .p-skill-tab::before {
    bottom: -21.3333333333vw;
    width: 15.2vw;
    height: 12vw;
    background: url(../images/icn_arw03_or.svg) no-repeat center/contain;
  }
  .p-skill-tab-header {
    margin-bottom: 10.6666666667vw;
  }
  .p-skill-tab-title {
    font-size: 5.3333333333vw;
    line-height: 2;
    padding-bottom: 1.3333333333vw;
    border-bottom: dotted 0.4rem #FF5E36;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    display: inline;
  }
  .p-skill-tab-title::before {
    content: "";
    position: absolute;
    top: -18.6666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 16vw;
    height: 16vw;
    background: url(../images/icn_skill-tab.svg) no-repeat center/contain;
  }
  .p-skill-tab-box {
    margin-top: 13.3333333333vw;
    background-color: #ffffff;
    border-top: 0.5333333333vw solid #29b1aa;
    border-left: 0.5333333333vw solid #DFEDED;
    border-right: 0.5333333333vw solid #DFEDED;
    border-bottom: 0.5333333333vw solid #DFEDED;
    border-radius: 1.6vw;
    padding: 8vw 4vw 8vw;
    position: relative;
  }
  .p-skill-tab-label {
    position: absolute;
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/bg_skill-tab.svg) no-repeat center/contain;
    width: 53.3333333333vw;
    height: 13.8666666667vw;
    padding: 2.6666666667vw 0 0 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-skill-tab-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .p-skill-tab-item {
    padding-left: 9.3333333333vw;
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .p-skill-tab-item::before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(../images/icn_check.svg) no-repeat center/contain;
  }
}
.p-chooses {
  padding: 8rem 2rem;
  background: url(../images/bg_chooses_pc.png) no-repeat center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1130;
}

.p-chooses-highlight {
  background-color: #FFEFAF;
}

.p-chooses-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.p-chooses-title {
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.p-chooses-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13rem;
  width: 10.7rem;
  height: 10.7rem;
  background: url(../images/icn_chooses_01.svg) no-repeat left top/contain;
}
.p-chooses-title::after {
  content: "";
  position: absolute;
  top: -6rem;
  right: -7rem;
  width: 8.8rem;
  height: 8.2rem;
  background: url(../images/icn_chooses_02.svg) no-repeat left top/contain;
}

.p-chooses-title-txt {
  font-size: 3.8rem;
  line-height: 1.2631578947;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.p-chooses-title-txt02 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.p-chooses-title-img img {
  width: 15.3rem;
  height: 7.3rem;
}

.p-chooses-subtitle {
  color: #FF5E36;
}

.p-choose-box {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.p-choose-item {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.p-choose-image {
  width: 51rem;
}
.p-choose-image img {
  width: 51rem;
  height: 31.8rem;
}

.p-choose-area {
  flex: 1;
  text-align: left;
}

.p-choose-label img {
  width: 54rem;
  height: auto;
}

.p-choose-label02 img {
  width: 60rem;
  height: auto;
}

.p-choose-area-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 2rem;
}

.p-choose-item-icon01 {
  position: relative;
}
.p-choose-item-icon01::before {
  background: url(../images/img_chooses_01.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17.6rem;
  height: 14.6rem;
}

.p-choose-item-icon02 {
  position: relative;
}
.p-choose-item-icon02::before {
  background: url(../images/img_chooses_02.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  bottom: 0;
  left: 40rem;
  width: 22.1rem;
  height: 12.7rem;
}

@media screen and (max-width: 767px) {
  .p-chooses {
    padding: 21.3333333333vw 5.3333333333vw;
    background: url(../images/bg_chooses_pc.png) no-repeat center/cover;
    aspect-ratio: auto;
  }
  .p-chooses .l-content {
    margin: 0;
  }
  .p-chooses-header {
    margin-bottom: 12.8vw;
  }
  .p-chooses-title {
    font-size: 9.3333333333vw;
  }
  .p-chooses-title::before {
    top: -13.3333333333vw;
    transform: translateY(0);
    left: -13.3333333333vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    background: url(../images/icn_chooses_01.svg) no-repeat left top/contain;
  }
  .p-chooses-title::after {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    right: -16vw;
    width: 18.1333333333vw;
    height: 16.5333333333vw;
    background: url(../images/icn_chooses_02.svg) no-repeat left top/contain;
  }
  .p-chooses-title-txt {
    font-size: 8vw;
  }
  .p-chooses-title-txt02 {
    font-size: 8.8vw;
  }
  .p-chooses-title-img img {
    width: 40.8vw;
    height: 19.4666666667vw;
  }
  .p-choose-box {
    display: flex;
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .p-choose-item {
    flex-direction: column;
    gap: 9.3333333333vw;
    padding-bottom: 32vw;
  }
  .p-choose-item-reverse {
    flex-direction: column-reverse;
  }
  .p-choose-image {
    width: 100%;
  }
  .p-choose-image img {
    width: 100%;
    height: auto;
  }
  .p-choose-label img {
    width: 68vw;
    height: auto;
  }
  .p-choose-label02 img {
    width: 80vw;
    height: auto;
  }
  .p-choose-area-txt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-choose-item-icon01 {
    position: relative;
  }
  .p-choose-item-icon01::before {
    background: url(../images/img_chooses_01.svg) no-repeat center/contain;
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 34.6666666667vw;
    height: 28.5333333333vw;
  }
  .p-choose-item-icon02 {
    position: relative;
  }
  .p-choose-item-icon02::before {
    background: url(../images/img_chooses_02.svg) no-repeat center/contain;
    content: "";
    position: absolute;
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 50.6666666667vw;
    height: 29.0666666667vw;
  }
}
.p-course {
  padding: 10rem 0;
  width: 100%;
  aspect-ratio: 1920/1171;
  background: url(../images/bg_course_pc.png) no-repeat center top/cover;
}

.p-course-header {
  text-align: center;
  margin-bottom: 4rem;
}

.p-course-title {
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.p-course-title::before {
  content: "";
  position: absolute;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icn_couse.svg) no-repeat center top/cover;
  width: 7.1rem;
  height: 5.8rem;
}

.p-course-block {
  max-width: 110rem;
  margin: 0 auto;
  background: #fff;
  padding: 6rem 6rem 6rem 12rem;
  border-radius: 0.6rem;
  position: relative;
}

.p-course-section + .p-course-section {
  margin-top: 10rem;
}

.p-course-section-arrow {
  position: relative;
}
.p-course-section-arrow::before {
  position: absolute;
  content: "";
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 6.2rem;
  height: auto;
  aspect-ratio: 62/54;
  background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
}

.p-course-label {
  background: #33B897;
  padding: 1rem 2rem;
}

.p-course-label-text {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #fff;
  font-family: "ZenKakuGothic Antique", "Noto Sans JP";
}

.p-course-label-text-icon01 {
  position: relative;
}
.p-course-label-text-icon01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8rem;
  background: url(../images/icn_course-globe.png) no-repeat left top/contain;
  width: 7.4rem;
  height: 7.4rem;
}

.p-course-label-text-icon02 {
  position: relative;
}
.p-course-label-text-icon02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8rem;
  background: url(../images/icn_course-summary.png) no-repeat left top/contain;
  width: 7.4rem;
  height: 7.4rem;
}

.p-course-box {
  background: #FFFCEE;
  border: solid 0.4rem #FFEFAF;
  padding: 2rem;
  margin-top: 3rem;
  position: relative;
}

.p-course-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: 100%;
  background-color: #FFEFAF;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 5.5rem 5.5rem 0;
}
.p-course-box-icon img {
  margin: 0 auto;
  width: 9.3rem;
  height: auto;
}

.p-course-box-text {
  font-size: 2.2rem;
  line-height: 1.7727272727;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #FF5E36;
  text-align: center;
  padding-left: 3rem;
}

.p-course-summary {
  position: relative;
}

.p-course-summary-lead {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #FF5E36;
  margin: 3rem 0;
  padding-bottom: 0.5rem;
  border-bottom: dotted 0.4rem #FF5E36;
}

.p-course-summary-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.p-course-summary-text + .p-course-summary-text {
  margin-top: 3rem;
}

.p-course-summary-text-emphasis {
  background: #fff3c5;
  font-weight: 700;
}

.p-course-summary-text-emphasis02 {
  background: #fff3c5;
  font-weight: 700;
  color: #FF5E36;
}

.p-course-summary-image {
  position: absolute;
  bottom: -5.5rem;
  right: -13rem;
}

.p-course-summary-image img {
  width: 27.6rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-course {
    padding: 16vw 0;
    width: 100%;
    aspect-ratio: auto;
    background: url(../images/bg_course_pc.png) no-repeat center top/cover;
  }
  .p-course-header {
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .p-course-title {
    font-size: 8vw;
  }
  .p-course-title::before {
    content: "";
    position: absolute;
    left: -21.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icn_couse.svg) no-repeat center top/cover;
    width: 13.3333333333vw;
    height: 10.6666666667vw;
  }
  .p-course-block {
    max-width: 100%;
    margin: 0 5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 26.6666666667vw 5.3333333333vw;
    border-radius: 1.6vw;
  }
  .p-course-section + .p-course-section {
    margin-top: 26.6666666667vw;
  }
  .p-course-section-arrow {
    position: relative;
  }
  .p-course-section-arrow::before {
    position: absolute;
    content: "";
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 6.2rem;
    height: auto;
    aspect-ratio: 62/54;
    background: url(../images/icn_arw02_or.svg) no-repeat center/contain;
  }
  .p-course-label {
    background: #33B897;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 21.3333333333vw;
  }
  .p-course-label-text {
    font-size: 5.3333333333vw;
  }
  .p-course-label-text-icon01 {
    position: relative;
  }
  .p-course-label-text-icon01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24vw;
    background: url(../images/icn_course-globe.png) no-repeat left top/contain;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
  .p-course-label-text-icon02 {
    position: relative;
  }
  .p-course-label-text-icon02::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24vw;
    background: url(../images/icn_course-summary.png) no-repeat left top/contain;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
  .p-course-box {
    background: #FFFCEE;
    border: solid 1.0666666667vw #FFEFAF;
    padding: 26.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-top: 8vw;
    position: relative;
  }
  .p-course-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21.3333333333vw;
    background-color: #FFEFAF;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 14.6666666667vw 14.6666666667vw;
  }
  .p-course-box-icon img {
    margin: 0 auto;
    width: 13.3333333333vw;
    height: auto;
  }
  .p-course-box-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-left: 0;
  }
  .p-course-summary-lead {
    font-size: 4.8vw;
    margin: 8vw 0 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .p-course-summary-text {
    font-size: 4.2666666667vw;
  }
  .p-course-summary-text + .p-course-summary-text {
    margin-top: 8vw;
  }
  .p-course-summary-image {
    position: absolute;
    bottom: -26.6666666667vw;
    right: -5.3333333333vw;
  }
  .p-course-summary-image img {
    width: 32vw;
    height: auto;
  }
}
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
/* reset
---------------------------------------------------------------------------- */
/* main
---------------------------------------------------------------------------- */
/* module
---------------------------------------------------------------------------- */
/* print
---------------------------------------------------------------------------- */
