@charset "UTF-8";

@media print, screen and (min-width: 768px) {
  .u-hover-opacity, .c-button, .header-buttons__item, .header-switch a, .gnav__list li a, .gnav-sublink__item, .c-faq__title, .c-accordion__switch, .p-contact-button, .js-modal-youtube, .bnr-seminar a {
    transition: ease opacity 0.3s;
  }
  .u-hover-opacity:hover, .c-button:hover, .header-buttons__item:hover, .header-switch a:hover, .gnav__list li a:hover, .gnav-sublink__item:hover, .c-faq__title:hover, .c-accordion__switch:hover, .p-contact-button:hover, .js-modal-youtube:hover, .bnr-seminar a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.u-fitcontent {
  margin-inline: auto;
  max-width: 100%;
  width: -webkit-fit-content;
  width: fit-content;
}

.u-text--center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-text--center--pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-text--center--sp {
    text-align: center;
  }
}

.u-color-red {
  color: #e9643f !important;
}

.u-color-orange {
  color: #fd8600 !important;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-tab:not(.u-show-sp) {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .u-show-tab:not(.u-show-pc) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-show-tab {
    display: inline !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-hide-tab {
    display: none;
  }
}

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

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-15em {
  margin-top: 1.5em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

.u-skew--top:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-style: solid;
  top: 0;
  border-width: 0 0 10vw 100vw;
  border-color: transparent  transparent  transparent #fff;
}

@media screen and (max-width: 767px) {
  .u-skew--top:before {
    border-width: 0 0 15vw 100vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.is-entrymodal-open, body.is-gnav-open {
  max-height: 100vh;
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-block {
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .l-block--900 {
    max-width: 900px;
  }
  .l-block--1025 {
    max-width: 1025px;
  }
  .l-block--1300 {
    max-width: 1300px;
  }
  .l-block--1500 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 767px) {
  .l-block {
    padding: 0 15px;
  }
}

.l-block > :first-child {
  margin-top: 0;
}

.c-paragraph {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .c-paragraph {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .c-paragraph {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
}

.c-paragraph--small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-paragraph--small {
    font-size: 1.1rem;
  }
}

.c-lead {
  text-align: center;
  font-size: 3.8rem;
  line-height: 2.02632;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 2rem;
    line-height: 1.95;
    letter-spacing: 0.025em;
  }
}

.c-lead span {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  font-weight: bold;
}

.c-lead span::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1em;
  color: #bf0841;
  line-height: 1;
}

a.c-inlinelink {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

a.c-inlinelink:hover {
  text-decoration: none;
}

.c-headline-v1 {
  margin: 120px 0 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline-v1 {
    margin: 50px 0 30px;
  }
}

.c-headline-v1__main {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.c-headline-v1__main2 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.c-headline-v1__main3 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.c-headline-v1__main span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.c-headline-v1__main span::before {
  position: absolute;
  bottom: -14px;
  left: 8.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}


.c-headline-v1__main span::after {
  position: absolute;
  bottom: -10px;
  left: 8.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.c-headline-v1__main2 span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.c-headline-v1__main2 span::before {
  position: absolute;
  bottom: -14px;
  left: 3.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}


.c-headline-v1__main2 span::after {
  position: absolute;
  bottom: -10px;
  left: 3.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.c-headline-v1__main3 span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.c-headline-v1__main3 span::before {
  position: absolute;
  bottom: -14px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}


.c-headline-v1__main3 span::after {
  position: absolute;
  bottom: -10px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .c-headline-v1__main {
    font-size: 7vw;
    line-height: 1.72727;
    letter-spacing: 0.1em;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-animation--fade {
  opacity: 0;
}

.c-animation--fade.is-show {
  animation: fadein 1s ease 0s both;
}

@media screen and (max-width: 767px) {
  .c-animation--fade.is-show {
    animation: fadein 0.5s ease 0s both;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.c-animation--fadeup {
  opacity: 0;
  transform: translateY(15px);
}

.c-animation--fadeup.is-show {
  animation: fadeup 1s ease 0s both;
}

@media screen and (max-width: 767px) {
  .c-animation--fadeup.is-show {
    animation: fadeup 0.5s ease 0s both;
  }
}

@media print, screen and (min-width: 768px) {
  .c-animation--delay1--pc {
    animation-delay: 0.4s !important;
  }
}

@media print, screen and (min-width: 768px) {
  .c-animation--delay2--pc {
    animation-delay: 0.8s !important;
  }
}

.c-normal-list--center {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-normal-list li {
  position: relative;
  padding-left: 0.8em;
  font-size: 1.7rem;
  line-height: 1.70588;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-normal-list li {
    margin-top: 0.4em;
    font-size: 1.3rem;
  }
}

.c-normal-list li:first-child {
  margin-top: 0 !important;
}

.c-normal-list li:before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .c-normal-list li:before {
    top: 10px;
  }
}

.c-normal-list--medium li {
  margin-top: 0.2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-normal-list--medium li {
    font-size: 1.1rem;
  }
}

.c-notelist {
  margin-top: 1.0em;
}

.c-notelist li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .c-notelist li {
    margin-top: 0.4em;
    font-size: 1rem;
  }
}

.c-notelist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

.c-notelist--medium li {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-notelist--medium li {
    font-size: 1.1rem;
  }
}

.c-notelist--large li {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-notelist--large li {
    font-size: 1.2rem;
  }
}

ol.c-notelist {
  counter-reset: notelist;
}

ol.c-notelist > li {
  padding-left: 2em;
  counter-increment: notelist;
}

ol.c-notelist > li:before {
  content: "※" counter(notelist);
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-button-wrap {
    margin-top: 30px;
  }
}

.c-button {
  position: relative;
  border: 1px solid #211815;
  padding: 22px 30px;
  color: #211815;
  letter-spacing: 0.1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-button {
    min-width: 536px;
    font-size: 2.2rem;
    line-height: 1.72727;
  }
}

@media screen and (max-width: 767px) {
  .c-button {
    padding: 10px 15px;
    max-width: 77.33vw;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.76923;
  }
}

.c-button:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  right: 30px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-button:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.l-header {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .l-header__layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
  }
}

.header-logo {
  width: 270px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header-logo {
    margin-top: 15px;
    width: 145px;
  }
}

.header-buttons {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
  right: 80px;
  z-index: 10000;
  display: flex;
}

.header-buttons__item {
  position: relative;
  border: 2px solid #c4c2c1;
  margin-left: 15px;
  padding: 12px 15px;
  width: 276px;
  text-align: center;
}

.header-buttons__item:before {
  position: relative;
  z-index: 10;
  top: -2px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #bf0841;
  border-right: 2px solid #bf0841;
  display: inline-block;
  content: "";
}

.header-switch {
  display: block;
  position: fixed;
  width: 1300px;
  max-width: calc(100% - 30px);
  top: 20px;
  left: 50%;
  z-index: 9999;
  margin: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .header-switch {
    top: 12px;
  }
}

.header-switch a {
  display: block;
  position: relative;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background-color: rgba(211, 211, 211, .5);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .header-switch a {
    width: 40px;
    height: 40px;
  }
}

.header-switch a > i {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background-color: #211815;
  transition: all ease .3s;
}

.header-switch a > i:nth-of-type(1) {
  top: 18px;
}

@media screen and (max-width: 767px) {
  .header-switch a > i:nth-of-type(1) {
    top: 12px;
  }
}

.is-gnav-open .header-switch a > i:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .is-gnav-open .header-switch a > i:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}

.header-switch a > i:nth-of-type(2) {
  top: 28px;
}

@media screen and (max-width: 767px) {
  .header-switch a > i:nth-of-type(2) {
    top: 20px;
  }
}

.is-gnav-open .header-switch a > i:nth-of-type(2) {
  opacity: 0;
}

.header-switch a > i:nth-of-type(3) {
  top: 38px;
}

@media screen and (max-width: 767px) {
  .header-switch a > i:nth-of-type(3) {
    top: 28px;
  }
}

.is-gnav-open .header-switch a > i:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .is-gnav-open .header-switch a > i:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.l-gnav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  padding-top: 140px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .l-gnav {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-gnav .p-first-cv-list {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list {
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list__item {
    width: 50%;
    margin: 0;
  }
}

.l-gnav .p-first-cv-list__button {
  padding: 18px 15px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list__button {
    padding: 0;
    height: 55px;
    font-size: 1.5rem;
  }
}

.l-gnav .p-first-cv-list__button--dl {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list__button--dl {
    height: 55px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .l-gnav .p-first-cv-list__button--dl:after {
    display: none;
  }
}

.l-gnav .p-first-cv-list__button--dl:before {
  margin-right: 10px;
  width: 25px;
  height: 21px;
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list__button--dl:before {
    margin-right: 8px;
    width: 18px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav .p-first-cv-list__label {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav__block {
    margin: 0 auto;
    max-width: 800px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .gnav__block {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .gnav__list {
    margin-top: 50px;
  }
}

.gnav__list li {
  margin-top: 25px;
}

.gnav__list li .gnav__list {
  padding-left: 25px;
}

.gnav__list li.is-small a {
  font-size: 1.7rem;
}

.gnav__list li a {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 2.3rem;
  line-height: 1.30435;
}

@media screen and (max-width: 767px) {
  .gnav__list li a {
    padding-left: 25px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.gnav__list li a:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #211815;
  border-right: 2px solid #211815;
  content: "";
  transition: ease all 0.3s;
}

@media screen and (max-width: 767px) {
  .gnav__list li a:before {
    top: 0.5em;
  }
}

.gnav__list .gnav__list {
  margin-top: 0;
}

.gnav__list .gnav__list li {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .gnav__list .gnav__list li {
    margin-top: 15px;
  }
}

.gnav__list .gnav__list li a {
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .gnav__list .gnav__list li a {
    font-size: 1.5rem;
  }
}

.gnav-sublink {
  position: relative;
  z-index: 2;
  border-top: 1px solid #d3d1d0;
  margin-top: 35px;
  padding-top: 35px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .gnav-sublink {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 1.5rem;
  }
}

.gnav-sublink__item {
  position: relative;
  display: block;
  padding-left: 35px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .gnav-sublink__item {
    padding-left: 28px;
    padding-left: 22px;
  }
}

.gnav-sublink__item + .gnav-sublink__item {
  margin-top: 1em;
}

.gnav-sublink__item:before {
  position: relative;
  z-index: 2;
  top: 2px;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 25px;
  background: url(/stera/lp_assets/img/clinic_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .gnav-sublink__item:before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
}

.gnav-sublink__item.is-member:before {
  background-image: url(/stera/lp_assets/img/member_ic01.svg);
}

.gnav-sublink__item:after {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #bf0841;
  border-right: 2px solid #bf0841;
  content: "";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .gnav-sublink__item:after {
    top: 6px;
    width: 9px;
    height: 9px;
  }
}

.p-mv .l-block {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-mv .l-block {
    padding-bottom: 35px;
    max-width: 1300px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv .l-block {
    padding: 0;
  }
}

.p-mv__title {
  position: absolute;
  z-index: 5;
}

.p-mv__title img {
  opacity: 0;
  transform: translateY(10px);
}

.is-show .p-mv__title img {
  transition: ease 1s 0.6s;
  transition-property: opacity,transform;
  transform: translateY(0px);
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p-mv__title {
    top: 42%;
    transform: translateY(-50%);
    left: 49.0279%;
    width: 37.70076%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__title {
    top: 18.66vw;
    left: 47.33333%;
    width: 42.66667%;
  }
}

.p-mv__products {
  opacity: 0;
}

.is-show .p-mv__products {
  transition: ease opacity 1s 1s;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p-mv__products {
    position: absolute;
    z-index: 5;
    bottom: 4%;
    right: -13%;
    width: 36.07692%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__products {
    position: relative;
    z-index: 5;
    margin: -18.66vw auto 0;
    width: 87.46667%;
  }
}

.p-mv__base {
  opacity: 0;
}

.is-show .p-mv__base {
  transition: ease opacity 1s;
  opacity: 1;
}

.p-mv__label {
  position: absolute;
  z-index: 2;
  bottom: 9%;
  right: 17%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-mv__label {
    bottom: 3%;
    right: 42vw;
    width: 34.13333vw;
  }
}

.is-show .p-mv__label {
  transition: ease opacity 1s 1.5s;
  opacity: 1;
}

.p-feature {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: -8vw;
    max-width: 91.33333vw;
  }
}

.p-first-cv {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-first-cv {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-cv .c-linklist {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.p-first-cv-list--single {
  margin-top: 50px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list--single {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list--gnav .p-first-cv-list__button {
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-cv-list--gnav .p-first-cv-list__button {
    border: none;
    line-height: 1.4;
  }
}

.p-first-cv-list--gnav .p-first-cv-list__button .c-logo {
  width: 130px;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list--gnav .p-first-cv-list__button .c-logo {
    margin-right: 3px;
    width: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list--gnav .p-first-cv-list__item__text01 {
    max-width: 302px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-cv-list--gnav .p-first-cv-list__item__text01 {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list__item {
    width: 48.72%;
  }
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__item {
    margin: 0 20px 17px;
  }
  .p-first-cv-list__item img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list__item--full {
    margin: 30px auto 0;
    width: 64.54%;
  }
}

.p-first-cv-list__item__text01 {
  max-width: 353px;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__item__text01 {
    padding: 8px 0;
    max-width: 64vw;
  }
}

.p-first-cv-list__label {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #211815;
  font-weight: bold;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__label {
    margin: 0 0 10px;
    font-size: 1.3rem;
  }
}

.p-first-cv-list__label span {
  padding: 0 15px;
}

.p-first-cv-list__label:before, .p-first-cv-list__label:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 25px;
  width: 1px;
  background-color: #211815;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__label:before, .p-first-cv-list__label:after {
    height: 20px;
  }
}

.p-first-cv-list__label:before {
  transform: skewX(20deg);
}

.p-first-cv-list__label:after {
  transform: skewX(-20deg);
}

.p-first-cv-list__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 21px 35px;
  border: 1px solid #3e9a34;
  background-color: #3e9a34;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
    .myModal-content .p-first-cv-list .p-first-cv-list__item {
        width: 48%;
    }

    .myModal-content .p-first-cv-list .p-first-cv-list__item .p-first-cv-list__button {
        height: 50px;
        font-size: 1.3em;
        margin: 3% auto;
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__button {
    padding: 15px 15px;
    font-size: 15px;
  }
}

.p-first-cv-list__button .c-logo {
  margin-right: 5px;
  width: 170px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__button .c-logo {
    margin-right: 3px;
    width: 110px;
  }
}

.p-first-cv-list__button:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-first-cv-list__button:after {
    top: calc(50% - 4px);
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

.p-first-cv-list__button--dl {
  border: 1px solid #ff870e;
  background-color: #ff870e;
  color: #fff;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .p-first-cv-list__button--dl {
    padding: 20px 30px;
  }
}


.p-first-cv-list__button--dl:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.p-first-cv-list__link {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
}

.p-first-cv-anc {
  margin-top: 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #bf0841;
}

@media screen and (max-width: 767px) {
  .p-first-cv-anc {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.p-first-cv-anc > a:hover {
  text-decoration: underline;
}

.p-first-cv-anc > a:after {
  position: relative;
  top: -4px;
  margin-left: 15px;
  z-index: 10;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #3b2b24;
  border-right: 2px solid #3b2b24;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-first-cv-anc > a:after {
    top: -3px;
    margin-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    width: 7px;
    height: 7px;
  }
}

.p-first-cv-anc--reverse > a:after {
  top: 2px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-first-cv-anc--reverse > a:after {
    top: 2px;
  }
}

.p-first-cv-notice {
  margin: 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-first-cv-notice {
    margin: 20px auto 0;
    width: 75%;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: left;
    text-indent: -1em;
  }
}

.p-about {
    position: relative;
    background: #ffeded;
    padding-top: 5%;
}

@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 35px;
  }
}

.p-about .c-lead {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-about .c-lead {
    margin-top: 40px;
  }
}

.p-about__top {
  margin-bottom: 80px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-about__top {
    margin-bottom: 20px;
  }
}

.p-about__top img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-about-list {
    display: flex;
    justify-content: space-between;
  }
}

.p-about-list__section {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-about-list__section {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-list__section + .p-about-list__section {
    margin-top: 50px;
  }
}

.p-about__number {
  margin: 0 0 40px;
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
  color: #bf0841;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-about__number {
    margin: 0 0 10px;
    font-size: 3.9rem;
  }
}

.p-about__title {
  margin: 0 0 65px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-about__title {
    margin: 0 0 30px;
    font-size: 2.1rem;
    line-height: 1.52381;
    letter-spacing: 0.05em;
  }
}

.p-about__title span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
}

@media screen and (max-width: 767px) {
  .p-about__title span {
    padding-bottom: 12px;
  }
}

.p-about__title span::before {
    position: absolute;
    bottom: -14px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.p-about__title span::after {
    position: absolute;
    bottom: -10px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ffeded transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .p-about__title span:after {
    right: 25%;
    background-size: contain;
    width: 11px;
    height: 12px;
  }
}

.p-about__subtitle {
  margin: 0 -10px 40px;
  font-size: 2.3rem;
  line-height: 1.47826;
}

@media screen and (max-width: 767px) {
  .p-about__subtitle {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 767px) {
  .p-about__figure {
    margin: 0 auto;
    width: 70.66vw;
  }
}

.p-about__arrow {
  margin-top: 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-about__arrow {
    margin-top: 40px;
  }
}

.p-about__arrow img {
  width: 100%;
}

.p-answer {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-answer {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.p-answer__figure {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-answer__figure {
    margin-top: 25px;
  }
}

.p-change__lead {
  position: relative;
  margin: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .p-change__lead {
    z-index: 5;
    margin: 0vw 0 35px;
  }
}

.p-change__lead__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  z-index: 1;
  color: white;
}

@media screen and (max-width: 767px) {
  .p-change__lead__text {
    font-size: 2.1rem;
    line-height: 1.7619;
    letter-spacing: 0.075em;
  }
}

.p-change__lead__bg img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-change__bg {
    background-image: linear-gradient(to left, #ffeded 50%, #dcdcdc 50%);
  }
}

@media print, screen and (min-width: 768px) {
  .p-change__bg02 {
    margin-top: 40px;
    background-image: linear-gradient(to left, #99d0be 50%, #c0c0c0 50%);
  }
}

@media screen and (max-width: 767px) {
  .p-change__bg02 {
    margin: 40px -15px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-change__section {
    position: relative;
    margin: 0 auto;
    padding: 100px 0 100px;
  }
  .p-change__section:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #211815;
  }
  .p-change__section:last-child {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-change__section + .p-change__section {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-change__headline {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #211815;
    background-color: #fff;
    margin: 0 auto;
    height: 120px;
    width: 740px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-change__headline {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
  }
}

.p-change__headline__label {
  margin-right: 20px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-change__headline__label {
    margin-right: 10px;
    font-size: 1.3rem;
    line-height: 1.76923;
    letter-spacing: 0.05em;
  }
}

.p-change__headline__num {
  margin-right: 25px;
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
  color: #bf0841;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-change__headline__num {
    margin: 0;
    font-size: 3.9rem;
  }
}

.p-change__headline__title {
  font-size: 3.4rem;
  line-height: 1.76471;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-change__headline__title {
    margin: 8px 0 0;
    display: block;
    width: 100%;
    font-size: 1.9rem;
    line-height: 1.36842;
    letter-spacing: 0.1em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-change-layout {
    display: flex;
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-change-layout {
    justify-content: space-around;
  }
}

@media print, screen and (min-width: 768px) {
  .p-change-layout__grid {
    text-align: center;
    width: 48%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-change-layout__grid {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  .p-change-layout__grid {
    position: relative;
    padding: 35px 15px;
    text-align: center;
  }
  .p-change-layout__grid:nth-child(1) {
    background-color: #dcdcdc;
  }
  .p-change-layout__grid:nth-child(2) {
    background-color: #e2ede9;
  }
  .p-change-layout__grid:nth-child(2):before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    content: "";
    border: 12px solid transparent;
    border-top-color: #000;
    transform: translate(-50%, -20%) scaleX(0.6);
  }
}

.p-change-layout__grid .c-notelist {
  padding: 0 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-change-layout__grid .c-notelist {
    padding: 0;
  }
}

.p-change-catch {
  position: relative;
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.82609;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-change-catch {
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.025em;
  }
}

.u-underline {
  background-image: linear-gradient(to top, #bf0841 1px, rgba(255, 255, 255, 0) 1px);
}

.p-change-figure {
  margin: 40px auto 0;
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .p-change-figure {
    margin: 30px auto 0;
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-change-figure.is-size01 {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-change-figure.is-size02 {
    max-width: 40%;
  }
}

.p-change__matome {
  position: relative;
  margin: 40px auto 0;
  padding: 30px;
  max-width: 1500px;
  width: calc(100% - 30px);
  background-color: #ff8a8a;
}

@media screen and (max-width: 767px) {
  .p-change__matome {
    margin: 40px auto 0;
    padding: 10px;
    width: auto;
  }
}

.p-change__matome:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -41px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.6);
  border: 65px solid transparent;
  border-top-color: #3a2c22;
}

@media screen and (max-width: 767px) {
  .p-change__matome:after {
    top: -41px;
    border-width: 40px;
  }
}

.p-change__matome__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 98px;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.28571;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-change__matome__headline {
    height: auto;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .p-change__matome__headline img {
    margin-right: 5px;
    width: 62px;
  }
}

.p-change__matome__box {
  position: relative;
  margin-top: 20px;
  padding: 50px 15px 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-change__matome__box {
    margin-top: 12px;
    padding: 30px 15px;
  }
}

.p-change__matome__box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0.6);
  border: 25px solid transparent;
  border-top-color: #ff8a8a;
}

@media screen and (max-width: 767px) {
  .p-change__matome__box:after {
    transform: translateX(-50%) scaleX(0.3);
    border-width: 15px;
  }
}

.p-change__matome__lead {
  text-align: center;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 1.72973;
}

@media screen and (max-width: 767px) {
  .p-change__matome__lead {
    font-size: 1.7rem;
    line-height: 2.05882;
    letter-spacing: 0.025em;
  }
}

.p-point {
  padding-bottom: 70px;
  background-color: #ffeded;
}

@media screen and (max-width: 767px) {
  .p-point {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .p-point .l-block {
    padding: 0 30px;
  }
}

.p-point-bg {
    margin-bottom: 75px;
    background-color: #ffeded;
    position: relative;
    height: 120px;
  }

@media screen and (max-width: 767px) {
  .p-point-bg {
    margin-bottom: 30px;
  }
}

.p-point-bg img {
  width: 100%;
}

.p-point__title {
  margin: 0 0 60px;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.76471;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-point__title {
    margin: 0 0 30px;
    font-size: 7vw;
    line-height: 1.52381;
    letter-spacing: 0.05em;
  }
}

.p-point__title span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
}

@media screen and (max-width: 767px) {
  .p-point__title span {
    padding-bottom: 12px;
  }
}

.p-point__title span::after {
    position: absolute;
    bottom: -10px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ffeded transparent transparent transparent;
}

.p-point__title span::before {
    position: absolute;
    bottom: -14px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .p-point__title span:after {
    right: 25%;
    background-size: contain;
    width: 11px;
    height: 12px;
  }
}

.p-point__subtitle {
  text-align: center;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-point__subtitle {
    font-size: 2.2rem;
    line-height: 1.36364;
    letter-spacing: 0.05em;
  }
}

.p-point__subtitle span {
  position: relative;
  display: inline-block;
  padding-top: 0.5em;
  font-weight: bold;
}

.p-point__subtitle span::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1em;
  color: #bf0841;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .p-point__lineup {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup {
    margin-top: 30px;
  }
}

.p-point__lineup__item {
  border-radius: 10px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-point__lineup__item {
    width: calc(33.3333% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__item + .p-point__lineup__item {
    margin-top: 35px;
  }
}

.p-point__lineup__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  background-color: #bf0841;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 78px;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__lineup__head {
    height: 70px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__head {
    height: 60px;
    font-size: 5vw;
    line-height: 1.73077;
    letter-spacing: 0.2em;
  }
}



.p-point__lineup__head img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__lineup__head img {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__head img {
    width: 78px;
  }
}

.p-point__lineup__body {
  padding: 50px 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__body {
    padding: 40px 15px;
  }
}

.p-point__lineup__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__figure {
    margin: 0 auto;
    display: block;
  }
  .p-point__lineup__figure.is-size01 {
    width: 64vw;
  }
  .p-point__lineup__figure.is-size02 {
    width: 49.6vw;
  }
  .p-point__lineup__figure.is-size03 {
    width: 48vw;
  }
}

.p-point__lineup__text {
  margin-top: 50px;
  font-size: 2.2rem;
  line-height: 1.68182;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__text {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.025em;
  }
}

.p-point-section {
  margin-top: 50px;
  padding: 0 7.7% 10px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section {
    padding: 0 4% 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section {
    margin: 68px -30px 0;
    padding: 0 30px 40px;
    border-radius: 0;
  }
}

.p-point-section .c-paragraph {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-section .c-paragraph {
    font-size: 1.5rem;
    line-height: 1.93;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section .c-accordion__detail {
    padding: 15px 0;
    background-color: #fff;
  }
}

.p-point-section .c-cliniclink {
  margin: 55px 0 85px;
}

@media screen and (max-width: 767px) {
  .p-point-section .c-cliniclink {
    margin: 35px 0;
  }
}

.p-point-section__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #bf0841;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-point-section__title {
    margin: 0 auto 100px;
    height: 78px;
    max-width: 100%;
    width: 776px;
    max-width: 100%;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section__title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section__title {
    border-radius: 0;
    margin: 0 -30px 0;
    height: 50px;
    width: auto;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

.p-point-section__title img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 210px;
  transform: translateY(-50%);
  width: 103px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section__title img {
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section__title img {
    left: 20%;
    transform: translateY(-50%);
    width: 62px;
  }
}

.p-point-section__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 99%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.4);
  border: 25px solid transparent;
  border-top-color: #bf0841;
}

@media screen and (max-width: 767px) {
  .p-point-section__title:after {
    border-width: 15px;
  }
}

.p-point-lead {
  margin-top: 100px;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.52632;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-lead {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
    .p-point-lead {
        margin-top: 25px;
        margin-bottom: 5px;
        font-size: 1.9rem;
        line-height: 1.94737;
        letter-spacing: 0.025em;
    }
}

.p-point-lead small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-point-lead small {
    font-size: 1.3rem;
  }
}

.p-point-lead__icon {
  padding: 8px 15px;
  display: inline-block;
  background-color: #211815;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-lead__icon {
    margin: 0 auto 15px;
    display: block;
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-lead__icon {
    display: block;
    width: 130px;
    margin: 0 auto 10px;
    padding: 4px 5px;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-lead-v2 {
    margin: 70px 0 50px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-point-lead-v2 {
    margin: 20px -15px 25px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #bf0841;
  }
}

.p-point-lead-v2 span {
  flex-shrink: 0;
  padding: 0 20px;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-lead-v2 span {
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.73684;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-lead-v2:before, .p-point-lead-v2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #579280;
  }
}

.p-point-lead-v3 {
  margin: 60px 0 50px;
  padding: 10px;
  text-align: center;
  background-color: #ffeded;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-lead-v3 {
    margin: 25px -30px 20px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-point-paragraph {
  margin-top: 40px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-paragraph {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.p-point-figure01 {
  margin: 55px -19px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-figure01 {
    margin: 18.66vw -5.3vw 0;
  }
}

.p-point-figure01__icon {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -50px;
  width: 14%;
  transform: translateY(-60%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-figure01__icon {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure01__icon {
    right: 4vw;
    width: 25.06vw;
  }
}

.p-point-movie {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-movie {
    margin-top: 50px;
  }
}

.p-point-movie a {
  position: relative;
  display: inline-block;
}

.js-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  width: 100%;
  height: 100vh;
}

.js-movie-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.js-movie-modal #movie-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 90%;
  max-width: 900px;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity .3s;
}

.js-movie-modal #api-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

.js-movie-close {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 11;
  height: 0;
  cursor: pointer;
  background: url(/stera/lp_assets/img/modal_ic01.svg) center/contain no-repeat;
  width: 25px;
  padding-bottom: 25px;
}

.js-movie-modal #api-box iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-point-figure02 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-point-figure02 {
    display: block;
  }
}

.p-point-figure02__item {
  position: relative;
  width: 32.63636%;
}

@media screen and (max-width: 767px) {
  .p-point-figure02__item {
    margin-top: 25px;
    width: auto;
  }
  .p-point-figure02__item img {
    width: 100%;
    border-radius: 10px;
  }
}

.p-point-figure02__item:not(:last-child):after {
  position: absolute;
  z-index: 5;
  content: "";
  border: 30px solid transparent;
}

@media print, screen and (min-width: 768px) {
  .p-point-figure02__item:not(:last-child):after {
    top: 50%;
    right: -54px;
    border-left-color: #ffeded;
    transform: translateY(-50%) scaleY(0.5);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-figure02__item:not(:last-child):after {
    transform: translateY(-50%) translateX(35%) scaleY(0.5);
    right: -20px;
    border-width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure02__item:not(:last-child):after {
    top: calc(100% + 5px);
    right: 50%;
    border-width: 15px;
    border-top-color: #ffeded;
    transform: translateX(50%) scaleX(0.6);
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-figure03 {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-figure03__item {
    width: 48.63636%;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__item {
    text-align: center;
  }
  .p-point-figure03__item + .p-point-figure03__item {
    margin-top: 20px;
  }
}

.p-point-figure03__desc-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc-wrap {
    flex-direction: column;
  }
}

.p-point-figure03__desc {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  width: 48.63636%;
  padding: 20px 30px 20px 160px;
  background-color: #ffeded;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc {
    margin-top: 12px;
    padding: 15px 15px 15px 105px;
    width: 100%;
  }
}

.p-point-figure03__desc dt {
  margin: 0 0 4px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc dt {
    margin: 0 0 6px;
    font-size: 1.5rem;
    line-height: 1.33333;
    letter-spacing: 0.025em;
  }
}

.p-point-figure03__desc dd {
  line-height: 1.615;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc dd {
    font-size: 1.3rem;
  }
}

.p-point-figure03__desc:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 36px);
  left: 44px;
  width: 93px;
  height: 72px;
  content: "";
  display: block;
  background: 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc:before {
    top: calc(50% - 28px);
    left: 20px;
    width: 74px;
    height: 57px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item01 {
    order: 1;
  }
}

.p-point-figure03__desc.is-item01:before {
  background-image: url(/stera/lp_assets/img/point_ic06.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item01:before {
    background-size: 74px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item02 {
    order: 3;
  }
}

.p-point-figure03__desc.is-item02:before {
  background-image: url(/stera/lp_assets/img/point_ic07.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item02:before {
    background-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item03 {
    order: 2;
  }
}

.p-point-figure03__desc.is-item03:before {
  background-image: url(/stera/lp_assets/img/point_ic08.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item03:before {
    background-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item04 {
    order: 4;
  }
}

.p-point-figure03__desc.is-item04:before {
  background-image: url(/stera/lp_assets/img/point_ic09.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item04:before {
    background-size: 72px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure04 {
    margin: 0 -10px;
  }
}

.p-point-figure05 {
  margin: 0 -23px 0 -8px;
}

@media screen and (max-width: 767px) {
  .p-point-figure05 {
    margin: 0 -10px;
  }
}

.c-linklist {
  margin: 40px auto 0;
  list-style: none;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-linklist li:nth-child(n+2) {
  margin-top: 20px;
}

.c-linklist a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-linklist a {
    padding-right: 12px;
    font-size: 1.3rem;
  }
}

.c-linklist a:hover {
  text-decoration: none;
}

.c-linklist a.c-linklist__member:before, .c-linklist a.c-linklist__clinic:before {
  position: relative;
  top: -2px;
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 25px;
  background: url(/stera/lp_assets/img/clinic_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-linklist a.c-linklist__member:before, .c-linklist a.c-linklist__clinic:before {
    top: -1px;
    margin-right: 10px;
    width: 17px;
    height: 17px;
  }
}

.c-linklist a.c-linklist__member:before {
  background-image: url(/stera/lp_assets/img/member_ic01.svg);
}

.c-linklist a:after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #bf0841;
  border-right: 2px solid #bf0841;
  content: "";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-linklist a:after {
    top: calc(50% - 4px);
    border-top-width: 1px;
    border-right-width: 1px;
    width: 7px;
    height: 7px;
  }
}

.c-linklist--left {
  width: 100%;
}

.p-point-service {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-point-service {
    margin: 25px 0 0;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-point-service__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 20px;
  background-color: #ffeded;
}

@media screen and (max-width: 767px) {
  .p-point-service__item {
    padding: 16px;
  }
  .p-point-service__item:nth-child(-n+4) {
    grid-column: span 2;
  }
}

.p-point-service__note {
  margin-top: 1em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-point-service__note {
    font-size: 1.1rem;
  }
}

.p-point-service__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
  min-height: 2.6em;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__title {
    margin: 0 0 15px;
    min-height: 0;
    font-size: 1.4rem;
  }
}

.p-point-service__item__title__sub {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__title__sub {
    font-size: 1.3rem;
  }
}

.p-point-service__item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__list {
    gap: 5px;
    margin-top: 0;
  }
}

.p-point-service__item__list li {
  padding: 0.5em;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  background-color: #bf0841;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__list li {
    padding: 0.8em;
    font-size: 1.2rem;
  }
}

.p-point-service__item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-point-service__item__body img.is-size01 {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size01 {
    width: 200px;
  }
}

.p-point-service__item__body img.is-size02 {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size02 {
    width: 200px;
  }
}

.p-point-service__item__body img.is-size03 {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size03 {
    width: 100px;
  }
}

.p-point-service__iconlist {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fb8b00;
  letter-spacing: 0.4em;
}

.p-point-service__iconlist img {
  width: 76px;
}

@media screen and (max-width: 767px) {
  .p-point-service__iconlist img {
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-service__iconlist {
    font-size: 2.0rem;
  }
}

.p-point-figure07 {
  margin-top: 34px;
  margin-right: -8px;
}

@media screen and (max-width: 767px) {
  .p-point-figure07 {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure08 {
    margin: 0 -15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-cycle {
    display: flex;
    justify-content: space-between;
  }
}

.p-point-cycle__item {
  width: 46.54545%;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__item {
    width: auto;
  }
}

.p-point-cycle__item .p-point-lead-v3 {
  margin-bottom: 10px;
  font-weight: normal;
}

.p-point-cycle__list li {
  position: relative;
  border-bottom: 2px dotted #b8b9b9;
  padding: 20px 0;
  padding-left: 50px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .p-point-cycle__list li > span {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}

.p-point-cycle__list li small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li small {
    font-size: 1.1rem;
  }
}

.p-point-cycle__list li.is-strong > span:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/stera/lp_assets/img/point_ic05.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .p-point-cycle__list li.is-strong > span:before {
    position: absolute;
    z-index: 5;
    top: calc(50% - 16px);
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li.is-strong > span:before {
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }
}

.p-point-cycle__list__new {
  position: relative;
  top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  padding: 2px 10px;
  background-color: #fd8600;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list__new {
    margin-left: 6px;
    padding: 1px 3px;
    font-size: 12px;
  }
}

.p-point-cycle__list__price {
  font-size: 31px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list__price {
    font-size: 16px;
  }
}

.p-point-app {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 40px auto 50px;
  max-width: 850px;
}

@media screen and (max-width: 767px) {
  .p-point-app {
    margin: 30px auto 30px;
  }
}

.p-point-app__detail {
  flex-grow: 1;
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-app__detail {
    font-size: 1.5rem;
  }
}

.p-point-app__image {
  flex-shrink: 0;
  margin-right: 15px;
  width: 121px;
}

@media screen and (max-width: 767px) {
  .p-point-app__image {
    margin-right: 10px;
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-option {
    margin-top: 50px;
  }
}

.p-point-option__lead {
  margin: 50px 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-option__lead {
    margin: 20px 0 30px;
    font-size: 1.5rem;
    line-height: 1.93333;
  }
}

.p-point-figure09 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-figure09 {
    margin: 0 auto;
    width: 80vw;
  }
}

.c-bnr {
  margin: 180px auto 0;
  max-width: 1026px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-bnr {
    margin: 40px 0 0;
  }
}

.c-bnr a {
  display: block;
}

.c-bnr a + a {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-bnr a + a {
    margin-top: 25px;
  }
}

.p-plan__headline {
  margin: 100px 0 0;
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan__headline {
    margin: 50px 0 0;
    font-size: 2.1rem;
  }
}

.p-plan__lead {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #bf0841;
}

@media screen and (max-width: 767px) {
  .p-plan__lead {
    margin: 15px 0 0;
    font-size: 1.8rem;
  }
}

.p-plan-table {
  margin-top: 80px;
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
    .p-plan-table {
        margin: 20px -30px 0;
        font-size: 1.5rem;
    }
  .p-plan-table .slick-track {
    display: flex;
  }
  .p-plan-table .slick-list {
    padding-top: 36px !important;
  }
  .p-plan-table .slick-arrow {
    position: absolute;
    top: calc(50% - 23px);
    z-index: 100;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    overflow: hidden;
    text-indent: 9999px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-color: #009682;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .p-plan-table .slick-arrow:before {
    position: absolute;
    z-index: 2;
    top: 0.45em;
    left: 0;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    transition: ease all 0.3s;
  }
  .p-plan-table .slick-arrow.slick-prev {
    left: 15px;
  }
  .p-plan-table .slick-arrow.slick-prev:before {
    top: 14px;
    left: 18px;
    transform: rotate(-135deg);
  }
  .p-plan-table .slick-arrow.slick-next {
    right: 15px;
  }
  .p-plan-table .slick-arrow.slick-next:before {
    top: 14px;
    left: 10px;
  }
  .p-plan-table .slick-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.p-plan-table__section {
  --plan_mainColor: #00b2ed;
  --plan_bgColor: rgba(112, 212, 245, .2);
  position: relative;
  z-index: 5;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 10px 10px 20px;
  border-radius: 10px;
  transition: ease transform 0.3s;
}

.p-plan-table__section.is-plan02 {
  --plan_mainColor: #bf0841;
  --plan_bgColor: rgba(255, 162, 49, .2);
}

.p-plan-table__section.is-plan03 {
  --plan_mainColor: #009682;
  --plan_bgColor: rgba(0, 150, 130, .2);
}

@media print, screen and (min-width: 768px) {
  .p-plan-table__section {
    width: 47.63%;
  }
  .p-plan-table__section.is-current {
    z-index: 10;
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__section {
    margin: 0 5px;
    height: auto !important;
  }
}

.p-plan-table__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  height: 112px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--plan_bgColor);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__headline {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__headline {
    height: 82px;
    font-size: 2.5rem;
  }
}

.p-plan-per {
  text-align: center;
}

.p-plan-per__headline {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin: 15px 0 0;
}

.p-plan-per__headline > span {
  flex-shrink: 0;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e0e0e0;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-per__headline > span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-per__headline > span {
    padding: 6px 10px;
    font-size: 1.3rem;
  }
}

.p-plan-per__headline:before, .p-plan-per__headline:after {
  content: "";
  flex-shrink: 0;
  border-top: 1px dotted #e3e3e3;
  flex-grow: 1;
}

.p-plan-per__section {
  padding: 15px 0;
}

.p-plan-per__section + .p-plan-per__section {
  border-top: 2px dotted #e3e3e3;
}

.p-plan-per__label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-per__label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-per__label {
    font-size: 1.1rem;
  }
}

.p-plan-per__label.is-large {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-plan-per__label.is-large {
    font-size: 1.3rem;
  }
}

.p-plan-per__result {
  font-size: 4.4rem;
  font-weight: bold;
  font-style: italic;
  font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic';
}

@media screen and (max-width: 767px) {
  .p-plan-per__result {
    font-size: 3.3rem;
  }
}

.p-plan-per__result.is-strong {
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .p-plan-per__result.is-strong {
    font-size: 4.2rem;
  }
}

.p-plan-per__result.has-color {
  color: var(--plan_mainColor);
}

.p-plan-per__result small {
  margin-left: 0.2em;
  font-family: YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 35%;
}

.p-plan-matome {
  border-top: 2px solid #e3e3e3;
  padding: 10px 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-matome {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-matome {
    padding: 10px 0 0;
  }
}

.p-plan-matome-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price {
    gap: 0 5px;
    font-size: 1.3rem;
  }
}

.p-plan-matome-price__label {
  padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__label {
    padding-bottom: 0.3em;
  }
}

.p-plan-matome-price__value {
  flex-shrink: 0;
  color: #fb8b00;
}

.p-plan-matome-price__value strong {
  font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic';
  font-style: italic;
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__value strong {
    font-size: 3.3rem;
  }
}

.p-plan-matome-price__value__new {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 0.5em;
  padding: 5px 9px 4px;
  background-color: #fcb000;
  color: #fff;
  font-style: normal;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__value__new {
    top: -2px;
    padding: 3px 5px 2px;
    font-size: 0.8rem;
  }
}

.p-plan-matome-price__next {
  margin-top: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__next {
    margin-top: 0.6em;
    font-size: 1.2rem;
  }
}

.p-plan-matome-price__next__small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__next__small {
    font-size: 1.0rem;
  }
}

.p-plan-matome-price__notice {
  margin-top: 0.8em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7143;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__notice {
    font-size: 0.8rem;
  }
}

.p-plan-note {
  margin-top: 2em;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-plan-note {
    font-size: 1.0rem;
  }
}

.p-plan-cv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  height: 55px;
  padding: 0 25px;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #bf0841;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-plan-cv {
    margin: 15px auto 0;
    height: 40px;
    max-width: 220px;
    padding: 0 20px;
    font-size: 1.3rem;
  }
}

.p-plan-cv:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-plan-cv:after {
    top: calc(50% - 3px);
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

.p-plan-table__badge {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
  font-weight: bold;
  background-color: #ffa900;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-60%);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__badge {
    left: 10px;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__badge {
    transform: translateY(-50%);
    height: 67px;
    width: 67px;
  }
}

.p-plan-table__badge span {
  font-size: 2.0rem;
  transform: skewX(-10deg) rotate(-5deg);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__badge span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__badge span {
    font-size: 1.3rem;
  }
}

.p-plan-popup {
  display: block;
  margin: -8px auto 0;
  max-width: 294px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-popup {
    margin: 5px auto 0;
  }
}

.p-plan-over {
  display: grid;
  grid-template-columns: 380px 1fr;
  border: 1px solid #eaeaea;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-plan-over {
    grid-template-columns: 100%;
    margin-top: 28px;
  }
}

.p-plan-over__header {
  background-color: #eaeaea;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan-over__header {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
}

.p-plan-over__header__icon {
  margin: 0 auto 10px;
  width: 47px;
}

@media screen and (max-width: 767px) {
  .p-plan-over__header__icon {
    width: 35px;
  }
}

.p-plan-over__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 50px;
  grid-template-columns: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-plan-over__body {
    padding: 15px 15px;
    line-height: 1.3;
    font-size: 1.3rem;
    text-align: center;
    align-items: center;
  }
  .p-plan-over__body .c-linklist a {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-faq {
    padding: 85px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 50px 0 5px;
  }
}

.c-faq-wrap {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .c-faq-wrap {
    margin: 30px 0 0;
  }
}

.c-faq {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .c-faq {
    margin-top: 15px;
  }
}

.c-faq__title,
.c-faq__detail {
  position: relative;
}

.c-faq__title:before,
.c-faq__detail:before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 15px;
  content: "Q";
  font-weight: bold;
  font-family: Bahnschrift, sans-serif;
  color: #bf0841;
  font-size: 3.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq__title:before,
  .c-faq__detail:before {
    transform: translateY(-50%);
    top: 50%;
    font-size: 3.5rem;
  }
}

.c-faq__title {
  position: relative;
  background-color: #ffeded;
  padding: 15px 60px 15px 70px;
  font-size: 2.2rem;
  line-height: 1.36364;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-faq__title {
    padding: 12px 50px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-faq__title i:before, .c-faq__title i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 25px;
  z-index: 2;
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: #000;
  transition: ease transform 0.3s;
}

@media screen and (max-width: 767px) {
  .c-faq__title i:before, .c-faq__title i:after {
    height: 1px;
    right: 15px;
  }
}

.c-faq__title i:before {
  transform: rotate(-90deg);
}

.is-open .c-faq__title i:before {
  transform: rotate(0deg) !important;
}

.c-faq__detail {
  display: none;
  padding: 25px 70px;
  border: 1px solid #e9e9e9;
  font-size: 1.7rem;
  line-height: 2.11765;
}

.c-faq__detail > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-faq__detail {
    padding: 17px 15px 17px 50px;
    font-size: 1.4rem;
    line-height: 1.629;
  }
}

.c-faq__detail:before {
  top: 25px;
  content: "A";
  color: #211815;
}

@media screen and (max-width: 767px) {
  .c-faq__detail:before {
    top: 30px;
  }
}

.c-faq__figure {
  margin: 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .c-faq__figure {
    margin: 15px 0 20px;
  }
}

.p-case {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 40px;
  }
}

.p-case-title {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case-title {
    margin: 0 0 30px;
  }
}

.p-case-title + * {
  margin-top: 0 !important;
}

.p-case-title__sub {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-case-title__sub {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-case-title__main {
  font-size: 4.4rem;
  line-height: 1.47727;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-case-title__main {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-case-section {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-case-section {
    margin-top: 40px;
  }
}

.p-case-media {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-case-media {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .p-case-media__image {
    width: 46.36364%;
  }
}

@media screen and (max-width: 767px) {
  .p-case-media__image img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-case-media__detail {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-case-media__detail {
    margin-top: 15px;
  }
}

.p-case-category {
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .p-case-category {
    margin: 0 0 10px;
  }
}

.p-case-category span {
  padding: 2px 15px;
  background-color: #6bba99;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) {
  .p-case-category span {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.p-case-copy {
  font-size: 3.4rem;
  line-height: 1.58824;
}

@media screen and (max-width: 767px) {
  .p-case-copy {
    font-size: 1.7rem;
    line-height: 1.58824;
  }
}

.p-case-position {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

@media screen and (max-width: 767px) {
  .p-case-position {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.c-accordion {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-accordion {
    margin-top: 20px;
  }
}

.c-accordion__switch {
  border: 1px solid #c4c2c1;
  padding: 10px;
  text-align: center;
  display: block;
  line-height: 1.1;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.72727;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch {
    font-size: 1.3rem;
    line-height: 1.76923;
  }
}

.c-accordion__switch i {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch i {
    margin-right: 10px;
    height: 9px;
    width: 9px;
  }
}

.c-accordion__switch i:before, .c-accordion__switch i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  transition: ease transform 0.3s;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch i:before, .c-accordion__switch i:after {
    height: 1px;
  }
}

.c-accordion__switch i:before {
  transform: rotate(-90deg);
}

.is-open .c-accordion__switch i:before {
  transform: rotate(0deg);
}

.c-accordion__detail {
  display: none;
  padding: 40px 100px;
  background-color: #e9e9e9;
}

.c-accordion__detail > :first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-accordion__detail {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion__detail {
    padding: 30px 20px;
  }
  .c-accordion__detail--bg--sp {
    padding: 15px !important;
    background-color: #e9e9e9 !important;
  }
}

.c-accordion__detail em {
  font-weight: bold;
  background-image: linear-gradient(to top, #99d0be 5px, rgba(255, 255, 255, 0) 5px);
}

.c-accordion__detail .c-paragraph {
  font-size: 1.7rem;
  line-height: 1.88235;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-accordion__detail .c-paragraph {
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.c-accordion__detail > section:first-child > :first-child {
  margin-top: 0;
}

.c-accordion__detail--cycle {
  padding-inline: 60px;
}

.c-accordion__title {
  margin: 60px 0 20px;
  border-left: 5px solid #6bba99;
  padding-left: 10px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.30435;
}

@media screen and (max-width: 767px) {
  .c-accordion__title {
    margin: 40px 0 15px;
    border-left-width: 4px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-accordion__smallbox {
  border: 1px solid #fff;
  margin: 15px 0;
  padding: 15px 40px;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-accordion__smallbox {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

.p-case-aside {
  margin-top: 40px;
  color: #4d4644;
}

@media screen and (max-width: 767px) {
  .p-case-aside {
    margin-top: 20px;
  }
}

.p-flow {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 50px;
  }
}

.p-flow-list {
  margin: 55px auto 0px;
  max-width: 900px;
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-flow-list {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

.p-flow-box {
  position: relative;
  display: flex;
  border-radius: 5px;
  background-color: #ffeded;
}

.p-flow-box + .p-flow-box {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-flow-box + .p-flow-box {
    margin-top: 50px;
  }
}

.p-flow-box:nth-child(n+2):after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: calc(100% - 18px);
  content: "";
  display: block;
  border: 40px solid transparent;
  transform: scaleX(0.7);
  border-top-color: #000;
}

@media screen and (max-width: 767px) {
  .p-flow-box:nth-child(n+2):after {
    left: calc(50% - 13px);
    bottom: calc(100% - 12px);
    border-width: 24px;
  }
}

.p-flow-box__header {
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  width: 150px;
  padding: 30px;
  background-color: #bf0841;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-flow-box__header {
    width: 55px;
    padding: 15px 5px;
  }
}

.p-flow-box__num {
    font-size: 53px;
    line-height: 1;
    font-weight: 500;
    font-family: Bahnschrift, Helvetica, sans-serif;
    color: white;
  }

@media screen and (max-width: 767px) {
  .p-flow-box__num {
    font-size: 26px;
  }
}

.p-flow-box__icon {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__icon {
    margin: 10px auto 0;
    width: 22px;
  }
}

.p-flow-box__body {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body {
    padding: 15px 15px;
  }
}

.p-flow-box__body .c-paragraph {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body .c-paragraph {
    margin-top: 0.5em;
    font-size: 14px;
  }
}

.p-flow-box__body .c-notelist {
  margin-top: 0.5em;
}

.p-flow-box__body .c-notelist li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body .c-notelist li {
    font-size: 12px;
  }
}

.p-flow-box__title {
  font-size: 31px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-flow-box__title {
    font-size: 16px;
  }
}

.p-requirement {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-requirement {
    padding-top: 60px;
  }
}

.p-requirement__block {
  margin: 0 auto;
  max-width: 1025px;
}

.p-requirement-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.65%;
}

@media screen and (max-width: 767px) {
  .p-requirement-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-requirement__box {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 3px;
  padding: 25px 10px 10px;
  background-color: #ffeded;
}

@media screen and (max-width: 767px) {
  .p-requirement__box {
    padding: 15px 20px 17px;
  }
}

.p-requirement__box__number {
  margin: 0 0 15px;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__number {
    margin: 0 0 10px;
    font-size: 3.5rem;
  }
}

.p-requirement__box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 8%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__body {
    padding: 20px;
  }
}

.p-requirement__box__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.73913;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-requirement__box__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirement__box__title {
    font-size: 1.7rem;
  }
}

.p-requirement__box__text {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.64706;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-requirement__box__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirement__box__text {
    font-size: 1.4rem;
  }
}

.p-requirement__box__figure {
  margin-top: 25px;
  flex-grow: 1;
  display: grid;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__figure {
    margin-top: 15px;
  }
  .p-requirement__box__figure.is-size01 {
    width: 106px;
  }
  .p-requirement__box__figure.is-size02 {
    width: 173px;
  }
  .p-requirement__box__figure.is-size03 {
    width: 55px;
  }
}

.p-requirement-note {
  margin-top: 25px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .p-requirement-note {
    margin-top: 20px;
    line-height: 1.7407;
    font-size: 1.3rem;
  }
}

.p-requirement-banner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-requirement-banner {
    margin-top: 20px;
  }
}

.p-requirement-banner + .p-requirement-banner {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-requirement-banner + .p-requirement-banner {
    margin-top: 20px;
  }
}

.p-requirement__guideline {
  margin: 45px 0 100px;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-requirement__guideline {
    margin: 25px 0 40px;
    font-size: 1.2rem;
  }
}

.p-contact {
  padding: 120px 0 55px;
  background-color: #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 50px 0;
  }
  .p-contact .l-block {
    padding: 0 35px;
  }
}

.p-contact-button-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-contact-button-wrap {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-button-wrap {
    display: block;
  }
}

.p-contact-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #211815;
  background-color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-contact-button {
    margin: 0 35px;
    height: 100px;
    width: calc(33.3333% - 14px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-contact-button {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-button {
    margin-top: 15px;
    min-height: 45px;
  }
  .p-contact-button.is-tel {
    min-height: 70px;
  }
}

.p-contact-button__text {
  position: relative;
  padding-left: 45px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-contact-button__text {
    padding-left: 30px;
    font-size: 1.3rem;
  }
}

.p-contact-button__text:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 19px);
  left: 0;
  content: "";
  width: 28px;
  height: 37px;
  display: inline-block;
  background: url(/stera/lp_assets/img/cv_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-contact-button__text:before {
    top: calc(50% - 13px);
    width: 20px;
    height: 26px;
  }
}

.is-docs .p-contact-button__text:before {
  top: calc(50% - 15px);
  width: 35px;
  height: 29px;
  background-image: url(/stera/lp_assets/img/cv_ic02.svg);
}

@media screen and (max-width: 767px) {
  .is-docs .p-contact-button__text:before {
    top: calc(50% - 8px);
    width: 20px;
    height: 16px;
  }
}

.is-form .p-contact-button__text:before {
  top: calc(50% - 11px);
  width: 29px;
  height: 23px;
  background-image: url(/stera/lp_assets/img/cv_ic03.svg);
}

@media screen and (max-width: 767px) {
  .is-form .p-contact-button__text:before {
    top: calc(50% - 8px);
    width: 21px;
    height: 16px;
  }
}

.p-contact-button__tel {
  margin-top: 0.2em;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-contact-button__tel {
    font-size: 1.9rem;
  }
}

.p-contact-button__label {
  margin-top: 0.5em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-contact-button__label {
    font-size: 1.0rem;
  }
}

.p-contact__bnr {
  margin-top: 35px;
  text-align: center;
}

.policy__textbox {
  margin: 120px 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .policy__textbox {
    padding-bottom: 20px;
    margin: 60px 0 25px;
  }
  .policy__textbox .c-paragraph {
    font-size: 1rem;
  }
}

.text-link__wrap {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .text-link__wrap {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .text-link__wrap a {
    font-size: 1.6rem;
    width: 428px;
  }
  .text-link__wrap a:nth-child(1) {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-link__wrap a {
    width: 50%;
    font-size: 1.2rem;
    text-align: center;
  }
}

.p-contact-group {
  margin-top: 90px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-contact-group {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-contact-group .c-paragraph--small {
    font-size: 1.2rem;
  }
}

.p-fixnav {
  position: fixed;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .p-fixnav {
    display: none;
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-fixnav {
    display: block;
    width: 100%;
    bottom: -1px;
    right: 0;
  }
}

.p-fixnav__inner {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-fixnav__inner {
    display: block;
  }
}

.p-fixnav-cv-scrolltop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  width: 53px;
  border-radius: 0 25px 25px 0;
  background-color: #211815;
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-scrolltop {
    margin: 0 10px 10px auto;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
  }
  .p-fixnav-cv-scrolltop img {
    width: 16px;
  }
}

.p-fixnav-cv-list {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .p-fixnav-cv-list {
    grid-template-columns: 1fr;
    gap: 3px;
    width: 268px;
  }
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list {
    grid-template-columns: 1fr 1fr;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  }
}

.p-fixnav-cv-list__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  border: 1px solid #bf0841;
}

@media print, screen and (min-width: 768px) {
  .p-fixnav-cv-list__button {
    border-radius: 0 0 0 18px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }
}

.p-fixnav-cv-list__button .c-logo {
  width: 130px;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button .c-logo {
    margin-right: 3px;
    width: 100px;
  }
}

.p-fixnav-cv-list__button:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 1px solid #bf0841;
  border-right: 1px solid #bf0841;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button:after {
    right: 10px;
    top: calc(50% - 2px);
    width: 6px;
    height: 6px;
  }
}

.p-fixnav-cv-list__button--dl {
  position: relative;
  border: 1px solid #fff;
  border-radius: 18px 0 0 0;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 70px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #bf0841;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button--dl {
    flex-direction: row;
    height: 55px;
    border: 1px solid #bf0841;
    border-radius: 0;
    font-size: 1.4rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  }
}

.p-fixnav-cv-list__button--dl:before {
  content: "";
  margin-right: 5px;
  display: block;
  width: 21px;
  height: 17px;
  background: url(/stera/lp_assets/img/icon_download.svg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button--dl:before {
    margin-right: 4px;
    width: 18px;
    height: 15px;
  }
}

.p-fixnav-cv-list__button--dl:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button--dl:after {
    display: none;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 1;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 6vw;
    padding-bottom: 20vw;
  }
}

.footer__linkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__link {
  position: relative;
  color: #211815;
  font-size: 1.4rem;
  padding: 1px 40px;
}

@media screen and (max-width: 767px) {
    .footer__link {
        font-size: 4vw;
        padding: 5px 90px;
        margin-bottom: 0%;
        display: inline-block;
    }
}

.footer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #211815;
}

.footer__link:last-child::after {
  display: none;
}

.footer__logo {
  margin-top: 19px;
  width: 297px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 2.93333vw;
    width: 61.6vw;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__copy {
  margin-top: 22px;
  letter-spacing: .025em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 2.66667vw;
    margin-top: 4.26667vw;
  }
}

.js-modal-youtube {
  cursor: pointer;
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.p-modal__overray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.p-modal__contents_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-modal__contents_wrap::-webkit-scrollbar {
  display: none;
}

.p-modal__contents_inner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-modal__contents_wrap .p-modal__contents_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.p-modal__contents {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1010px;
}

@media screen and (max-width: 767px) {
  .p-modal__contents {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    width: 92vw;
  }
}

.p-modal__inner {
  position: relative;
  display: block;
  padding: 98px 80px 62px;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .p-modal__inner {
    padding: 12.93333vw 6.66667vw 9.86667vw;
  }
}

.p-modal__close {
  top: 30px;
  right: 30px;
  width: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-modal__close {
    top: 4vw;
    right: 4vw;
    width: 4vw;
    padding-bottom: 4vw;
  }
}

.p-modal__close {
  position: absolute;
  height: 0;
  background: url(/stera/lp_assets/img/modal_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform .5s;
}

.p-policy {
  position: relative;
  background-color: #eee;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-policy {
    font-size: 2.66667vw;
  }
}

.p-policy .c-paragraph {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-policy .c-paragraph {
    font-size: 2.66667vw;
  }
}

.p-policy__textbox {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-policy__textbox {
    margin-bottom: 8vw;
  }
}

.p-policy__textbox--last {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-policy__textbox--last {
    margin-bottom: 0;
  }
}

.p-policy__title {
  font-weight: 700;
  color: #211815;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-policy__title {
    margin-bottom: 3.2vw;
    font-size: 3.73333vw;
  }
}

.p-policy__text_wrap {
  margin-top: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-policy__text_wrap + .p-policy__text_wrap {
  margin-top: 0;
}

.bnr-seminar {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnr-seminar {
    margin-top: 30px;
  }
}

.bnr-seminar a {
  margin: 0 auto;
  max-width: 70%;
  display: block;
}

@media screen and (max-width: 767px) {
  .bnr-seminar a {
    max-width: 100%;
  }
}

.p-application {
  padding: 70px 0 70px;
  background-color: #ffeded;
}

@media screen and (max-width: 767px) {
  .p-application {
    padding: 50px 0;
  }
}

.p-booth-bnr {
  margin: 70px auto 0;
  max-width: 1026px;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #D1E1DC;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr {
    margin-top: 40px;
    border-width: 1px;
    display: block;
    padding: 20px;
  }
}

.p-booth-bnr__image {
  flex-shrink: 0;
  max-width: 247px;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__image {
    margin: 0 auto;
    max-width: 225px;
  }
}

.p-booth-bnr__detail {
  margin-left: 25px;
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__detail {
    margin: 20px 0 0;
  }
}

.p-booth-bnr__title {
  font-size: 30px;
  font-weight: bold;
  color: #03785D;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__title {
    font-size: 20px;
    text-align: center;
  }
}

.p-booth-bnr__paragraph {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__paragraph {
    font-size: 15px;
  }
}

.p-booth-bnr__link {
  position: relative;
  margin-top: 1em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__link {
    font-size: 15px;
  }
}

.p-booth-bnr__link a {
  position: relative;
  padding-left: 1.2em;
  text-decoration: underline;
}

.p-booth-bnr__link a:hover {
  text-decoration: none;
}

.p-booth-bnr__link a:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid #094438;
  border-right: 1px solid #094438;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-booth-bnr__link a:after {
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
  }
}

.p-campaign {
  padding: 150px 0 120px;
  background-color: #ffdbb8;
}

@media screen and (max-width: 767px) {
  .p-campaign {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign.has-popup {
    padding: 60px 0 30px;
  }
}

.p-campaign .p-cvset {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-campaign .p-cvset {
    margin-top: 15px;
  }
}

.p-campaign__box {
  position: relative;
  padding: 70px 90px;
  border-radius: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-campaign__box {
    border-radius: 14px;
    padding: 30px 20px;
  }
}

.p-campaign__box + .p-campaign__box {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .p-campaign__box + .p-campaign__box {
    margin-top: 70px;
  }
}

.p-campaign__popup {
  position: absolute;
  z-index: 5;
  top: -40px;
  left: -45px;
}

@media screen and (max-width: 767px) {
  .p-campaign__popup {
    width: 200px;
    top: -35px;
    left: -27px;
  }
}

.p-campaign__visual {
  margin: 55px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-campaign__visual {
    margin: 25px 0 0;
  }
}

.p-campaign__headline-v1 {
  position: relative;
  margin: 0 auto;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #ff8100;
  border-radius: 18px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v1 {
    border-radius: 8px;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 10px 20px;
    line-height: 1.3;
    font-size: 1.9rem;
    text-align: center;
  }
}

.p-campaign__headline-v1:after {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.5);
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top-color: #ff8100;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v1:after {
    border-width: 10px;
  }
}

.p-campaign__headline-v1__icon {
  margin-right: 0.5em;
  padding: 0 10px;
  font-weight: bold;
  background-color: #ffffff;
  color: #ff8100;
}

.p-campaign__headline-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  gap: 0 15px;
  font-size: 2.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v2 {
    display: block;
    margin: 20px 0 15px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v2 {
    border-bottom: 1px solid #ffecdb;
  }
}

.p-campaign__headline-v2 span {
  flex-shrink: 0;
}

.p-campaign__headline-v2:before, .p-campaign__headline-v2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  flex-grow: 1;
  background-color: #ffecdb;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v2:before, .p-campaign__headline-v2:after {
    display: none;
  }
}

.p-campaign__headline-v3 {
  margin: 45px 0 20px;
  padding: 8px;
  letter-spacing: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #ffe0c2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline-v3 {
    margin: 15px 0 10px;
    padding: 8px;
    font-size: 1.4rem;
  }
}

.p-campaign__about {
  background-color: #ffecdb;
  margin: 50px -90px 30px;
  padding: 10px 15px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.7308;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-campaign__about {
    margin: 30px -20px 0;
    padding: 10px;
    font-size: 1.5rem;
  }
}

.p-campaign__about em {
  text-decoration: underline;
  -webkit-text-decoration-color: #ff8100;
          text-decoration-color: #ff8100;
}

.p-campaign__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-campaign__lead {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-campaign__attention {
  border-top: 2px solid #ffecdb;
  margin-top: 35px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-campaign__attention {
    border-top: 2px solid #ffecdb;
    margin-top: 30px;
    padding-top: 15px;
  }
}

.p-campaign__attention-hedline {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .p-campaign__attention-hedline {
    margin: 0 0 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

.p-campaign__attention-hedline:before {
  content: "";
  margin-right: 8px;
  vertical-align: middle;
  width: 29px;
  height: 26px;
  display: inline-block;
  background: url(/stera/lp_assets/img/campaign_ic01.svg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-campaign__attention-hedline:before {
    margin-right: 5px;
    width: 15px;
    height: 13px;
  }
}

.p-campaign__attention-lead {
  padding: 20px;
  background-color: #fff5eb;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff8100;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-campaign__attention-lead {
    padding: 15px;
    line-height: 1.7308;
    font-size: 1.3rem;
  }
}

.p-campaign__acc {
  margin-top: 20px;
}

.p-campaign__acc__switch {
  position: relative;
  display: block;
  padding: 16px;
  font-size: 2.0rem;
  font-weight: bold;
  border: 2px solid #ffcb9a;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-campaign__acc__switch {
    padding: 14px;
    border-width: 1px;
    font-size: 1.4rem;
  }
}

.p-campaign__acc__switch:before, .p-campaign__acc__switch:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-campaign__acc__switch:before, .p-campaign__acc__switch:after {
    right: 15px;
    width: 15px;
    height: 1px;
  }
}

.p-campaign__acc__switch:before {
  transform: rotate(90deg);
}

.is-open .p-campaign__acc__switch:before {
  transform: rotate(0deg);
}

.p-campaign__acc__contents {
  border: 2px solid #ffecdb;
  border-top: none;
  display: none;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-campaign__acc__contents {
    padding: 18px 20px;
    border-width: 1px;
    font-size: 1.1rem;
  }
}

.p-campaign__acc__title {
  margin: 30px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-campaign__acc__title {
    margin: 25px 0 0;
  }
}

.p-campaign__bulletlist li,
.p-campaign__bulletlist-v2 li {
  position: relative;
  padding-left: 25px;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-campaign__bulletlist li,
  .p-campaign__bulletlist-v2 li {
    margin-top: 0.6em;
    padding-left: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-campaign__bulletlist li:before,
.p-campaign__bulletlist-v2 li:before {
  position: absolute;
  z-index: 2;
  top: 0.3em;
  left: 0;
  content: "";
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #ffcb9a;
}

@media screen and (max-width: 767px) {
  .p-campaign__bulletlist li:before,
  .p-campaign__bulletlist-v2 li:before {
    top: 0.2em;
    width: 14px;
    height: 14px;
  }
}

.p-campaign__bulletlist-v2 li {
  position: relative;
  padding-left: 20px;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-campaign__bulletlist-v2 li {
    margin-top: 0.6em;
    padding-left: 12px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-campaign__bulletlist-v2 li:before {
  position: absolute;
  z-index: 2;
  top: 0.65em;
  left: 0;
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-campaign__bulletlist-v2 li:before {
    top: 0.65em;
    width: 4px;
    height: 4px;
  }
}

.p-campaign__notebox {
  border: 1px solid #ffecdb;
  margin: 20px 0 0;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-campaign__notebox {
    margin: 15px 0 0;
    padding: 15px;
  }
}

.p-campaign__notebox__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-campaign__notebox__title {
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}

.p-campaign__notebox__title:before {
  content: "";
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  width: 29px;
  height: 26px;
  display: inline-block;
  background: url(/stera/lp_assets/img/campaign_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-campaign__notebox__title:before {
    margin-right: 8px;
    width: 38px;
    height: 34px;
  }
}

.p-global-entry-modal-container {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.p-global-entry-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.p-global-entry-modal__inner {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-global-entry-modal__inner {
    max-width: 90vw;
  }
}

.p-global-entry-modal__inner__scroll {
  padding: 25px 35px;
  overflow-y: auto;
  max-height: 90vh;
  background-color: #fff;
}

.p-global-entry-modal__inner__scroll::-webkit-scrollbar {
  width: 5px;
}

.p-global-entry-modal__inner__scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}

.p-global-entry-modal__inner__scroll::-webkit-scrollbar-thumb {
  background: #ffa231;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .p-global-entry-modal__inner__scroll {
    max-height: 93svh;
    padding: 13px 13px;
  }
}

.p-global-entry-modal-close {
  position: absolute;
  z-index: 10;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-global-entry-modal-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}

.p-global-entry-modal-close:before, .p-global-entry-modal-close:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-global-entry-modal-close:before, .p-global-entry-modal-close:after {
    width: 15px;
    height: 2px;
  }
}

.p-global-entry-modal-close:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-global-entry--single {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-global-entry--single {
    padding: 20px 0 0;
  }
}

.p-global-entry-sitelogo {
  margin: 0 auto 20px;
  width: 270px;
}

@media screen and (max-width: 767px) {
  .p-global-entry-sitelogo {
    margin: 0 auto 15px;
    width: 145px;
  }
}

.p-global-entry-headline-v1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #bf0841;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-global-entry-headline-v1 {
    font-size: 1.6rem;
  }
}

.p-global-entry-box {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-global-entry-box {
    margin: 15px 0 0;
  }
}

.p-global-entry-box__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  padding: 11px 15px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #000000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-global-entry-box__head {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}

.p-global-entry-box__head__icon {
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.7rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-global-entry-box__head__icon {
    padding: 4px 6px;
    font-size: 1.0rem;
  }
}

.p-global-entry-box__body {
  border: 1px solid #000000;
  padding: 15px 20px 20px;
}

.p-global-entry-box__body > :first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .p-global-entry-box__body {
    padding: 15px;
  }
}

.p-global-entry-lead {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-global-entry-lead {
    font-size: 1.5rem;
  }
}

.p-global-entry-attention {
  margin: 15px -20px 20px;
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
  background-color: #fff5ea;
}

@media screen and (max-width: 767px) {
  .p-global-entry-attention {
    margin: 15px -15px;
    padding: 15px;
  }
}

.p-global-entry-attention--nobg {
  background: none;
  margin: 0 0 10px;
  padding: 0;
}

.p-global-entry-attention__main {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #bf0841;
}

@media screen and (max-width: 767px) {
  .p-global-entry-attention__main {
    font-size: 1.4rem;
  }
}

.p-global-entry-attention__sub {
  margin-top: 0.4em;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-global-entry-attention__sub {
    font-size: 1.2rem;
  }
}

.p-global-entry-scrollbox {
  border: 1px solid #bfbfbf;
  margin: 15px 0;
  padding: 7px 15px;
  height: 160px;
  overflow-y: auto;
  font-size: 1.2rem;
  line-height: 1.7;
  font-feature-settings: "palt";
}

.p-global-entry-scrollbox::-webkit-scrollbar {
  width: 5px;
}

.p-global-entry-scrollbox::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}

.p-global-entry-scrollbox::-webkit-scrollbar-thumb {
  background: #ffa231;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .p-global-entry-scrollbox {
    height: 150px;
    margin: 10px 0;
    padding: 10px;
  }
}

.p-global-entry-scrollbox p + p {
  margin-top: 1em;
}

.p-global-entry-checkbox {
  position: relative;
  margin: 15px 0;
}

.p-global-entry-checkbox label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 48px;
  width: 242px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: rgba(255, 162, 49, .2);
}

@media print, screen and (min-width: 768px) {
  .p-global-entry-checkbox label:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-global-entry-checkbox label {
    height: 35px;
    width: 195px;
    font-size: 1.3rem;
  }
}

.p-global-entry-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.p-global-entry-checkbox input[type="checkbox"] + label > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-global-entry-checkbox input[type="checkbox"] + label > span {
    padding-left: 16px;
  }
}

.p-global-entry-checkbox input[type="checkbox"] + label > span:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 1px solid #bf0841;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-global-entry-checkbox input[type="checkbox"] + label > span:after {
    top: 1px;
    width: 12px;
    height: 12px;
  }
}

.p-global-entry-checkbox input[type="checkbox"] + label > span:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-global-entry-checkbox input[type="checkbox"] + label > span:before {
    top: 2px;
    left: 4px;
    width: 4px;
    height: 8px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}

.p-global-entry-checkbox input[type="checkbox"]:focus + label > span:after {
  background-color: #fff !important;
  border-color: #000 !important;
}

.p-global-entry-checkbox input[type="checkbox"]:checked + label > span:after {
  border-color: #bf0841 !important;
  background-color: #bf0841 !important;
}

.p-global-entry-checkbox input[type="checkbox"]:checked + label > span:before {
  opacity: 1;
}

.p-global-entry-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3e9a34;
  margin: 15px auto 0;
  height: 55px;
  max-width: 100%;
  width: 480px;
  font-size: 2.2rem;
  font-weight: bold;
  color:#3e9a34;
  transition: ease all 0.3s;
}

.p-global-entry-button.is-disabled {
  border: 1px solid #b4b4b4;
  background-color: #b4b4b4;
  pointer-events: none;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-global-entry-button:hover {
    background-color: #bf0841;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-global-entry-button {
    flex-direction: column;
    margin: 10px auto 0;
    padding: 12px 10px;
    height: auto;
    min-height: 45px;
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-global-entry-button:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 4px);
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: inline-block;
  transition: none;
}

.p-global-entry-button--strong {
  color: #fff;
  background-color: #3e9a34;
}

@media print, screen and (min-width: 768px) {
  .p-global-entry-button--strong:hover {
    background-color: #fff;
    color: #3e9a34;
  }
}

.p-global-entry-button__sub {
  margin-right: 6px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-global-entry-button__sub {
    margin: 0 0 5px;
    display: block;
    font-size: 1.3rem;
  }
}

.p-global-entry-button__sub span {
  border-bottom: 1px solid currentColor;
}

.p-global-entry-ollist {
  counter-reset: entryollist;
}

.p-global-entry-ollist li {
  position: relative;
  margin-top: 0.2em;
  padding-left: 18px;
  counter-increment: entryollist;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-global-entry-ollist li:before {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(entryollist);
  width: 13px;
  height: 13px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background-color: #ff9500;
}

@media screen and (max-width: 767px) {
  .p-global-entry-ollist li:before {
    top: 3px;
  }
}

.p-global-entry-ollist__title {
  font-weight: bold;
  display: block;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-global-entry-ollist__title {
    font-size: 1.2rem;
  }
}

.p-global-entry-notice {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-global-entry-notice {
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

/* ======================new====================== */

.header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 75%;
    background-color: #fff;
    border-radius: 25px;
  padding: 5px 0;
  box-shadow: 0 0 5px 3px #ffffff9c;
}

.header ul {
    display: flex;
  width: 50%;
  justify-content: center;
}

.header__inner {
    margin: 0 auto;
    width: 35%;
}

.header ul li {
    width: 20%;
    text-align: center;
}

.top_parts {
    position: absolute;
}

.top_parts {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

.top_parts1:nth-of-type(2) {
    animation-delay: 0.5s;
}

.top_parts1:nth-of-type(3) {
    animation-delay: 0.7s;
}

.top_parts1:nth-of-type(4) {
    animation-delay: 0.9s;
}

.top_parts1:nth-of-type(5) {
    animation-delay: 1.1s;
}

.mask {
    position: relative;
    width: 100%;
    z-index: 9
}
.kv__cont {
    position: relative;
}
  .kv .js-load01,
  .kv .js-load02,
  .kv .js-load03 {
    opacity: 0;
    transition: opacity .6s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .6s ease-out, transform .5s ease-out;
    transition: opacity .6s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition-delay: .1s
  }
  
  .kv .js-load02 {
    transition-delay: .15s
  }
  
  .kv .js-load03 {
    transition-delay: .22s
  }
  
  .kv.is-load .js-load01,
  .kv.is-load .js-load02,
  .kv.is-load .js-load03 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  @media screen and (max-width: 767px) {
    .kv {
        padding-top: 100px;
        background-color: #ff4949;
        background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
        background-size: 30px 30px;
        background-position: -14px 14px;
        padding-bottom: 5px;
    }
}

  [data-script=fade] {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .1s
  }
  
  [data-script=fade].is-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  [data-script=fadebox] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  
  [data-script=fadebox].is-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  [data-script=fadebox]:nth-child(1) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .2s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(2) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .25s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(3) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .3s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(4) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .35s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(5) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .4s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(6) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .45s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(7) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .5s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(8) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .55s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(9) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .6s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(10) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .65s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(11) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .7s;
    margin: 3em 0;
  }
  
  [data-script=fadebox]:nth-child(12) {
    transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition-delay: .75s;
    margin: 3em 0;
  }

  .kv__cont img {
    object-fit: cover;
}

@media screen and (min-width:670px) {
    .ip_only {
      display: none !important;
    }
    .kv__cont {
        width: 995px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }
    .kv__cont .left .txt .write {
        width: 193px;
        position: absolute;
        top: -25px;
        right: -180px
    }
    .kv {
        padding-top: 150px;
        background-color: #ff4949;
        background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
        background-size: 45px 45px;
        background-position: -14px 14px;
    }
}


@media screen and (max-width:670px) {
    .pc_only {
      display: none !important;
    }
      .reco.etc_area {
      width: 90% !important;
      margin: 10em auto 2em;
    }
    .reco.etc_area h2 {
      font-size: 1.5em;
    }
    .reco.etc_area h3 {
      font-size: 1.2em;
    }
    .kv__cont {
      text-align: center;
    }
    
    .top_parts.top_parts1 {
      top: 0;
      left: 0;
    }
    header {
        position: fixed;
        top: 15px;
        width: 90%;
        z-index: 1000;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 25px;
        padding: 5px 0;
        box-shadow: 0 0 5px 3px #ffffff9c;
    }
    .header-inner img {
        width: 65%;
    }
    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      padding: 0 20px;
    }
    .site-logo {
      font-size: 24px;
      font-weight: bold;
    }
    .hamburger {
      display: block;
      width: 30px;
      height: 24px;
      position: relative;
      cursor: pointer;
      z-index: 1001;
    }
    .hamburger span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #333;
      position: absolute;
      transition: all 0.3s;
    }
    .hamburger span:nth-child(1) {
      top: 0;
    }
    .hamburger span:nth-child(2) {
      top: 11px;
    }
    .hamburger span:nth-child(3) {
      bottom: 0;
    }
    .hamburger.active span:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg);
    }
    .nav {
      position: fixed;
      top: 0;
      right: -300px;
      width: 300px;
      height: 100vh;
      background-color: #333;
      padding-top: 120px;
      transition: all 0.3s;
      z-index: 999;
      overflow-y: auto;
    }
    .nav.active {
      right: 0;
    }
    .nav-list {
      list-style: none;
    }
    .nav-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-link {
      display: block;
      padding: 15px 20px;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s;
    }
    .nav-link:hover {
      background-color: #444;
    }
    .kv__cont .top .txt .write {
        position: absolute;
        top: calc(-15 / 375 * 100vw);
        right: calc(-104 / 375 * 100vw);
        width: calc(118 / 375 * 100vw)
    }
}

.rate__title {
    margin: 0 0 65px;
      margin-top: 0px;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.rate__title span{
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #211815;
    padding-left: 0.5%;
    padding-right: 0.5%;
} 
  
  
.rate__title span::after {
    position: absolute;
    bottom: -10px;
    left: 3.5em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
  
.rate__title span::before {
    position: absolute;
    bottom: -14px;
    left: 3.5em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.reco-bloc__point {
    width: 70%;
    margin-bottom: 70px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 0px;
  display: flex;
  justify-content: space-around;
}

.reco-bloc__point.point01 li {
    width: 245px
}

.reco-bloc__point.point01 li:nth-child(even) {
    margin-top: 35px
}

.reco-bloc__point.point02 li {
    width: 23%;
    margin-bottom: 1%;
    border-radius: 20px;
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border: 2px solid #ff6f87;
}

.rate_time {
    border: 2px solid #fd5871;
    background: #fd5871;
    color: white;
    margin-top: 3%;
    position: relative;
    overflow: hidden;
    height: 2.8em;
  }
.rate_time p {
    font-size: 1.5em;
    justify-content: center;
    margin-top: 2%;
    font-weight: bold;
}
.ratetime_first {
    display: flex;
}
.ratetime_second {
    display: flex;
}
.rate_numimg1 {
    width: 40%;
    align-content: end;
}
.rate_numimg2 {
    width: 40%;
    align-content: end;
}
.ratenum_sub {
    align-content: end;
    width: 30%;
}
  
  
  /* スライド用親要素に必要 */
  .rate_num {
    position: relative;
    overflow: hidden;
    height: 3em;
    margin-bottom: 0%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0%;
  }
  
  .rate_time p,
  .ratetime_first,
  .ratetime_second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    display: flex; /* ← これは保持！ */
  }
  
  /* 表示中 */
  .slide-show {
    transform: translateY(0%);
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }
  
  /* 上に控えてる（次にスライドしてくる） */
  .slide-next-up {
    transform: translateY(-100%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
  }
  
  /* 下に消える（表示終了） */
  .slide-hide {
    transform: translateY(100%);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  
  /* 上に戻す（透明で、見えない） */
.slide-reset {
    transform: translateY(-100%);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}
.fadebox {
    margin-top: 2%;
}

.rate_num {
    font-size: 4em;
  color: red;
}

.app_item_flex li {
    text-align: center;
}

.app_item_flex li img {
    display: block;
    margin: 0 auto;
}

.app_item {
    width: 220px;
    margin: 0 auto;
}

.custom-shapebox {
    position: relative;
    height: 177px;
}

.custom-shape-divider-top-1751502837 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1751502837 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 177px;
}

.custom-shape-divider-top-1751502837 .shape-fill {
    fill: #FFEDED;
}

.p-change__lead__bg {
    height: 422px;
    position: relative;
}

.custom-shape-divider-top-1751510170 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1751510170 svg {
    position: relative;
    display: block;
    width: calc(112% + 1.3px);
    height: 211px;
    transform: rotateY(180deg);
    background: #bf0841;
}

.custom-shape-divider-top-1751510170 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1751510395 {
    position: absolute;
    top: 211px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1751510395 svg {
    position: relative;
    display: block;
    width: calc(112% + 1.3px);
    height: 211px;

}

.custom-shape-divider-top-1751510395 .shape-fill {
    fill: #bf0841;
}

.custom-shape-divider-top-1751527585 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1751527585 svg {
    position: relative;
    display: block;
    width: calc(112% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1751527585 .shape-fill {
    fill: #FFFFFF;
}

.point-number {
  border: #bf0841 2px solid;
  border-radius: 50px;
  font-size: 1em;
  position: absolute;
  right: 105px;
  background: white;
  color: #bf0841;
  width: 100px;
  height: 100px;
  align-content: center;
  bottom: 45px;
}

.smalltext {
  font-size: 0.5em;
}

.p-point__lineup__head span {
  padding-top: 30px;
}

.p-point-section__title .point-number {
  border: #bf0841 2px solid;
  border-radius: 50px;
  font-size: 1em;
  position: absolute;
  left: 105px;
  background: white;
  color: #bf0841;
  width: 100px;
  height: 100px;
  align-content: center;
  bottom: 0px;
}

    .js-accordion__contents { display: none; }
    .is-open .js-accordion__contents { display: block; }


.sticky-header {
  position: fixed;
  top: 50%;
  right: 0;
  width: 210px;
  height: 55%;
  background-color: #ffeded;
  color: #bf0841;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 20px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  z-index: 9999;
  opacity: 0;
  transform: translateY(200px) translateY(-50%);
  transition: transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1), opacity 0.8s ease;
  pointer-events: none;
  justify-content: center;
}

    .sticky-header.show {
      opacity: 1;
      transform: translateY(-50%); /* 中央補正のみで表示 */
      pointer-events: auto;
    }

.sticky-header a {
  display: block;
  width: 80%;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  background-color: #bf0841;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-header a:hover {
  background-color: #ff4949;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}

.sticky-header a:active {
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
    @media screen and (max-width: 768px) {
      .sticky-header {
        display: none !important;
      }
    }

.rate {
  padding-top: 7%;
  margin-bottom: 5%;
}

.review {
  padding: 15px 0 40px;
  overflow: hidden;
}

.review-title {
  margin: 50px 0 70px;
  text-align: center;
}

.review-titlename {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.review-titlename span {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #211815;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.review-titlename span::before {
  position: absolute;
  bottom: -14px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.review-titlename span::after {
  position: absolute;
  bottom: -10px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.review-inner {
  visibility: visible;
  position: relative;
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.p-voice-list .splide__track {
    overflow: hidden;
}

.splide__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    gap: 3%;
}

.review-inner {
  width: calc(100% - 30px);
  margin: 0 auto; /* 中央寄せする場合 */
  max-width: 1100px;
}

.p-voice-list .splide__slide {
	position: relative;
	width: auto; /* ← Splideが perPage に合わせ自動調整 */
	padding: 22px 0 32px;
	background-color: #fff6f6;
	border-radius: 15px;
  border: 2px solid;
}

.p-voice-list .splide__slide .balloon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 4px);
	min-height: 78px;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 3px 10px 16px;
	margin-bottom: 24px;
	margin-left: -4px;
	background: linear-gradient( 270deg, #bf0841 0%, #fd7d90 35%, #ff9c9c 70%, #bf0841 100% );
	border-radius: 10px 0 0 10px;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	color: #fff;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: start;
	font-size: 1em;
	line-height: 1.5;
	text-align: left;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.p-voice-list .splide__slide .balloon::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	display: block;
	width: 13px;
	height: calc(100% + 13px);
	background-color:#bf0841;
	border-radius: 0 13px 0 0;
	content: "";
}

.p-voice-list .splide__slide .balloon::after {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 100%;
	display: block;
	width: 13px;
	height: 26px;
	background-color: #5b1329;
	border-radius: 0 13px 13px 0;
	content: "";
}

.p-voice-list .splide__slide .comment {
	margin: 16px 20px 0;
	font-size: 0.875rem;
	line-height: 1.65;
}

.p-voice-list .splide__slide .person {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}

.p-voice-list .splide__slide .person > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.p-voice-list .splide__slide .person > span {
	display: block;
	margin-top: 16px;
	color: #0350bf;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
}

.p-voice-list .splide__arrows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  right: 0px;
}

.p-voice-list .splide__arrow {
	position: absolute;
	z-index: 2;
	top: 99%;
	width: 32px;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #333;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
}

.p-voice-list .splide__arrow--prev {
	left: -5px;
	background-image: url(../img/prev.png);
  background-size: 27px;
  background-position-x: center;
  background-position-y: center;
}

.p-voice-list .splide__arrow--next {
	right: -5px;
	background-image: url(../img/next.png);
  background-size: 27px;
  background-position-x: center;
  background-position-y: center;
}

.p-voice-list .splide-control {
	display: grid;
	align-items: center;
	margin-top: 56px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	grid-template-columns: 1fr auto;
}

.p-voice-list .splide__pagination {
	align-items: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
}

.p-voice-list .splide__pagination > li {
	position: relative;
	width: 32px;
	width: calc(32 / 271 * 100%);
	height: 10px;
	margin-right: 4px;
	margin-left: 14px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: linear-gradient(#d9d9d9, #d9d9d9);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 2px;
}

.p-voice-list .splide__pagination > li button {
	position: absolute;
	top: 0;
	left: -14px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #0350bf;
	border-radius: 50%;
	text-indent: 110%;
	-webkit-transition: 0.6s background-color ease;
	transition: 0.6s background-color ease;
	white-space: nowrap;
	word-wrap: normal;
}

.p-voice-list .splide__pagination > li::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #0350bf;
	content: "";
}

.p-voice-list .splide__pagination > li:has(> button.is-active)::before {
	width: 0;
	-webkit-animation: sliderIndicator 3.6s linear forwards;
	animation: sliderIndicator 3.6s linear forwards;
}

.p-voice-list .splide__pagination > li:has(> button.is-active) ~ li button {
	background: #333;
}

.p-voice-list .splide__pagination > li:has(> button.is-active) ~ li::before {
	width: 0;
}

@keyframes sliderIndicator {
  from { width: 0; }
  to { width: 100%; }
}

.p-voice-list .splide-num {
  display: grid;
  align-items: center;
  -webkit-box-align: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  -ms-flex-align: center;
  font-family: 'Lato',sans-serif;
  font-weight: 600;
  grid-template-columns: repeat(3, auto);
  position: absolute;
  right: 100px;
}

.p-voice-list .splide-num::after {
	width: 2px;
	height: 16px;
	background-color: #d9d9d9;
	border-radius: 100vmax;
	content: "";
	grid-area: 1 / 2 / 2 / 3;
}

.p-voice-list .splide-num .current {
	color: #0350bf;
}

.p-voice-list .splide__pagination > li.reset-animation::before {
  animation: none !important;
}

@media screen and (min-width: 768px) {
    .p-voice-list .splide__slide {
        width: 640px;
        padding: 28px 0 60px 212px;
    }

    .p-voice-list .splide__slide .person {
        position: absolute;
        top: 28px;
        left: 28px;
        width: 160px;
        margin: 0;
    }

    .p-voice-list .splide__slide .person > span {
        margin-top: 14px;
    }

    .p-voice-list .splide__slide .comment {
        margin: 0 28px 0 0;
        font-size: 1em;
        line-height: 1.4375;
    }

    .p-voice-list .splide-control {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        grid-template-columns: 1fr auto auto;
    }

    .p-voice-list .splide__pagination > li {
        width: 11.7857%;
        height: 12px;
        margin-left: 16px;
    }

    .p-voice-list .splide__pagination > li button {
        left: -16px;
        width: 12px;
        height: 12px;
    }

    .p-voice-list .splide__arrows {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

}

.real_time_speed.is-fade {
  margin: 0 auto;
}
.reco-bloc__boxwrap.boxwrap01.real_time_speed.is-fade {
  padding-bottom: 50px;
}

.real_time_title {
  margin: 0 0 65px;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 0px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.real_time_title span {
  position: relative;
  display: inline-block !important;
  border-bottom: 3px solid #211815;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.real_time_title span::before {
  position: absolute;
  bottom: -14px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.real_time_title span::after {
  position: absolute;
  bottom: -10px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}


.real_time_text {
  font-size: 1.5em;
  margin: 10px 0;
}
.real_time_speed.is-fade span.real_time_text span {
  display: inline-block;
  color: red;
  font-size: 1.5em;
  margin-left: 5px;
}

.time {
  padding-top: 4%;
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: auto;
}
    .time_box_num {
      margin: 2em 10px;
      text-align: center;
    }
    .time_text1.time_text1234 {
      display: inline-block !important;
    }
.soku1day {
  font-size: 1.5em;
  display: inline-block;
  color: fffb11;
  background-color: #bf0841;
  padding: 0 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
    .time_box_num1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .time_box_num1 .time_text1 {
        font-size: 2.5em;
    }
    .time_box_num1 .time_text2 {
        font-size: 3em;
    }
    .time_box_date {
        font-size: 1.5em;
        text-align: center;
        margin-top: 1em;
    }
    .time_text1 {
        font-size: 1.5em;
    }
    .time_text1 {
        font-size: 1.5em;
        margin: 0 10px;
    }
    
.slide-sample {
  width: 1060px;
  overflow: hidden;
  background-color: #ffffff;
  border: 3px solid #757575;
  padding: 5% 2%;
}

.slide-sample ul{
    display : inline-block;
    margin: 0;
    padding-left: 100%;
    white-space : nowrap;
    animation : SlideSample 20s linear infinite;
}

.slide-sample ul li{
    display:inline;
    margin: 0 80px 0 0;
    color: #000000;
    font-size: 32px;
    letter-spacing: .12em; /*文字の間隔*/
    font-weight: bold;
}

@keyframes SlideSample{
    0% { transform: translateX(0)}
    100% { transform: translateX(-100%)}
}

/* ボックス全体のレイアウト調整 ↓ */
.box{
    display: flex;
    padding: 10px 20px;
    justify-content: start;
    width: 1100px;
    background-color: #ffeded;
    margin: 0 auto;
}


.myModal-overlay {
  display: none; /* 初期非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.myModal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffeded;
      background-repeat: repeat;
      background-image: none;
    background-image: none;
    padding: 50px 20px;
    max-width: 1000px;
    width: 80%;
    border-radius: 8px;
    text-align: center;
    background-image: url(../img/popup2.png);
    height: 450px;
    background-repeat: no-repeat;
  }


  .campaign_t1 {
    width: fit-content;
    font-size: 1.7em;
    position: absolute;
    left: 13%;
    top: 33.6%;
}
.underline-after {
    background-size: 100% 2px;
}

.underline-before {
    background: linear-gradient(#ff870e, #ff870e) 0 100% / 0 4px no-repeat;
    transition: background 2s;
    text-decoration: none;
}

.underline-after2 {
    background-size: 100% 2px;
}
.underline-before2 {
    background: linear-gradient(#ff870e, #ff870e) 0 100% / 0 4px no-repeat;
    transition: background 2s;
    text-decoration: none;
}

.underline-before3 {
    background: linear-gradient(#ff870e, #ff870e) 0 100% / 0 4px no-repeat;
    transition: background 2s;
    text-decoration: none;
}

.reco-bloc__boxwrap.boxwrap01.campaign123 {
  padding: 30px 0;
  display: contents;
}

.reco-bloc__boxwrap {
  margin: 0 auto
}

@media screen and (min-width: 768px) {
    .reco-bloc__boxwrap {
        margin-top: 48px;
        padding-top: 50px;
        z-index: 0;
    }

    .campaign_item {
        display: flex;
        align-items: center;
        justify-content: center;
    } 
}

.campaign_area {
    text-align: center;
    font-size: 1.3em;
}

.campaign_price_title{
    margin: 15px auto;
    font-size: 1.2em;
}

.campaign_price_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign_price1 {
    text-decoration: line-through;
    color: #595959;
    font-size: 1.2em;
}

.triangle {
    background: #f00;
    height: calc(tan(50deg) * 35px / 1);
    width: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0 20px;
}

.campaign_price2 {
    color: #f00;
    font-size: 2em;
}

.linebtn {
  background: #3e9a34 !important;
  display: block;
}

.formbtn {
  background: #ff870e !important;
}

@media screen and (max-width:670px) {
    .box {
        width: 360px;
    }

    .slide-sample ul li {
        font-size: 4vw;
    }

    .rate_num {
        height: 2em;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 0%;
    }

    .app_item {
        font-size: 3.7vw;
        width: 165px;
    }

    .reco-bloc__point {
        width: 90%;
        margin-bottom: 70px;
        gap: 1%;
    }
    
    .reco-bloc__point.point01 li {
        width: 245px;
    }
    
    .reco-bloc__point.point01 li:nth-child(even) {
        margin-top: 35px;
    }
    
    .reco-bloc__point.point02 li {
        width: 48%;
        margin-bottom: 1%;
    }

    .rate__title {
        margin: 0 0 30px;
        margin-top: 0px;
        font-size: 7vw;
        line-height: 1.52381;
        letter-spacing: 0.05em;
    }

    .rate__title span::before {
        left: 2.5em;
    }

    .rate__title span::after {
        right: 25%;
        background-size: contain;
        width: 11px;
        height: 12px;
        left: 2.5em;
    }

    .real_time_title {
        margin: 0 0 30px;
        margin-top: 0px;
        font-size: 7vw;
        line-height: 1.52381;
        letter-spacing: 0.05em;
    }
    
    .real_time_title span::after {
        right: 25%;
        background-size: contain;
        width: 11px;
        height: 12px;
    }

    .p-point-bg {
        height: 130px;
    }

    .custom-shape-divider-top-1751527585 svg {
        height: 75px;
    }

    .point-number {
        font-size: 7vw;
        left: -5px;
        width: 85px;
        height: 85px;
        bottom: 0px;
        line-height: 0.8em;
    }

    .p-point__lineup__head span {
        padding-top: 0px;
        padding-left: 55px;
    }

    .smalltext {
        font-size: 3.5vw;
        padding-left: 0 !important;
    }

    .p-point-section__title .point-number {
        font-size: 7vw;
        left: 20px;
        width: 85px;
        height: 85px;
        bottom: 0px;
        line-height: 0.8em;
    }

    .c-headline-v1__main2 {
        margin: 0 0 30px;
        margin-top: 0px;
        font-size: 7vw;
        line-height: 1.52381;
        letter-spacing: 0.05em;
    }
    
    .c-headline-v1__main2 span::after {
        right: 25%;
        background-size: contain;
        width: 11px;
        height: 12px;
    }

    .review-titlename {
        margin: 0 0 30px;
        margin-top: 0px;
        font-size: 7vw;
        line-height: 1.52381;
        letter-spacing: 0.05em;
    }
    
    .review-titlename span::after {
        right: 25%;
        background-size: contain;
        width: 11px;
        height: 12px;
    }

    .splide__list {
        gap: 5%;
    }

    .p-voice-list .splide__slide {
        width: calc(100% - 50px);
        padding: 20px 4px;
    }

    .p-voice-list .splide__slide .balloon {
        width: calc(100% + 9px);
        min-height: 78px;
        border-radius: 0px 0 0 0px;
    }

    .p-voice-list .splide__pagination > li {
        width: calc(25 / 330 * 100%);
    }

    .p-voice-list .splide-num {
        right: 10px;
        bottom: 2px;
    }

    .p-voice-list .splide__arrow {
        width: 25px;
        height: 25px;
    }

    .p-voice-list .splide__arrow--prev {
        left: -65px;
        top: 20px;
    }

    .p-voice-list .splide__arrow--next {
        right: 0px;
        top: 20px;
    }

    .review {
        padding: 15px 0 60px;
    }

    .review-title {
        margin: 60px 0 70px;
    }

    .c-headline-v1__main3 {
        margin: 0 0 30px;
        margin-top: 0px;
        font-size: 7vw;
        line-height: 1.52381;
        letter-spacing: 0.05em;
    }
    
    .c-headline-v1__main3 span::after {
        right: 25%;
        background-size: contain;
        width: 11px;
        height: 12px;
    }

    .myModal-content {
        max-width: 360px;
        width: 93%;
        background-image: url(../img/popup-sp2.png);
        background-size: auto;
        background-position: center;
    }

    .campaign_t1 {
        font-size: 6vw;
        position: absolute;
        left: 35%;
        top: 25.4%;
        font-weight: 500;
    }

    .campaign_area {
        font-size: 3.5vw;
    }

    .campaign_price_area {
        font-size: 4vw;
    }

    .myModal-content .p-first-cv-list {
        margin-top: 5%;
    }

    .myModal-content .p-first-cv-list .p-first-cv-list__item {
        margin: 0 20px 3px;
    }

    .myModal-content .p-first-cv-list {
        position: absolute;
        bottom: 9%;
        left: 19%;
    }

    .reco-bloc__boxwrap.boxwrap01.real_time_speed.is-fade {
        padding-bottom: 0px;
    }

    .custom-shape-divider-top-1751510395 {
        top: 95px;
    }

    .custom-shape-divider-top-1751502837 svg {
        height: 95px;
    }

    .custom-shape-divider-top-1751510170 svg {
        height: 95px;
    }

    .custom-shape-divider-top-1751510395 svg {
        height: 100px;
    }

    .p-change__lead__bg {
        height: 180px;
        margin-top: 5%;
    }

    .footer__linkbox {
        display: block;
    }

    .footer__link::after {
        display: none;
    }
}

@media print, screen and (min-width: 768px) {
    .myModal-content .p-first-cv-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
        position: absolute;
        bottom: 8%;
        left: 19.35%;
    }

    .myModal-close-btn {
        position: absolute;
        top: 2.5%;
        right: 1%;
        color: white;
        width: 70px;
        height: 70px;
    }

    .myModal-content .p-first-cv-list__button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 24px 35px;
        border: 1px solid #3e9a34;
        background-color: #3e9a34;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border-radius: 15px;
    }

    .myModal-content .p-first-cv-list__button.p-first-cv-list__button--dl.u-hover-opacity {
        background: #ff870e;
        border: 1px solid #ff870e;
    }
}

@media screen and (max-width: 767px) {
    .myModal-content .p-first-cv-list .p-first-cv-list__item .p-first-cv-list__button {
        padding: 7px 15px;
        font-size: 3.2vw;
    }

    .myModal-close-btn {
        position: absolute;
        top: 0.5%;
        width: 30px;
        height: 30px;
        right: 0%;
    }

    .myModal-content .p-first-cv-list__button::after {
        top: calc(50% - 4px);
        right: 8px;
        width: 8px;
        height: 8px;
    }
}

@media screen and (min-width: 768px) {
    .time .reco-bloc__boxwrap {
      margin-top: 0;
      padding-top: 0;
      z-index: 0;
    }
}

@media screen and (max-width: 767px) {
  .tuibi {
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0;
    opacity: 1;
    z-index: 10;
    transition: .5s;
  }

.tuibi .p-first-cv-list {
  display: flex;
}

  @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.btn1,
a.btn1,
button.btn1 {
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap1 {
  margin: auto;
  width: 50%;
}

a.btn-c1 {
  font-size: 4vw;
  position: relative;
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  color: #fff;
  background: #ff870e;
  -webkit-box-shadow: 0 5px 0 #ff870e;
  box-shadow: 0 5px 0 #ff870e;
  width: 100%;
}

a.btn-c1 span {
  font-size: 3.5vw;
  position: absolute;
  top: -13%;
  left: calc(50% - 95px);
  display: block;
  width: 190px;
  padding: 0.2rem 0;
  color: #ff870e;
  border: 2px solid #ff870e;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c1 span:before,
a.btn-c1 span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c1 span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff870e transparent transparent transparent;
}

a.btn-c1 span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c1 i {
  margin-right: 1rem;
  font-size: 7vw;
}



.btn2,
a.btn2,
button.btn2 {
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap2 {
  margin: auto;
  width: 50%;
}

button.btn-c2 {
  font-size: 4vw;
  position: relative;
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  color: #fff;
  background: #3e9a34;
  -webkit-box-shadow: 0 5px 0 #3e9a34;
  box-shadow: 0 5px 0 #3e9a34;
  width: 100%;
}

button.btn-c2 span {
  font-size: 3.5vw;
  position: absolute;
  top: -13%;
  left: calc(50% - 95px);
  display: block;
  width: 190px;
  padding: 0.2rem 0;
  color: #3e9a34;
  border: 2px solid #3e9a34;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

button.btn-c2 span:before,
button.btn-c2 span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

button.btn-c2 span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #3e9a34 transparent transparent transparent;
}

button.btn-c2 span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

button.btn-c2 i {
  margin-right: 1rem;
  font-size: 7vw;
}

}
