@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #181818;
  line-height: 1.8;
}

main {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.section {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.fade_in {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 0.7s ease;
  transition: opacity 0.7s linear, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s linear;
  transition: transform 0.7s ease, opacity 0.7s linear, -webkit-transform 0.7s ease;
}

.fade_in.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.disp_inline {
  display: inline-block;
}

.ta_center {
  text-align: center;
}

body {
  -webkit-transition: background-color 1.5s linear;
  transition: background-color 1.5s linear;
}

body.section_01 {
  background-color: #000000;
}

body.section_02 {
  background-color: #FFFFFF;
}

body.section_03 {
  background-color: #000000;
}

body.section_04 {
  background-color: #FFFFFF;
}

body.section_05 {
  background-color: #000000;
}

body.section_06 {
  background-color: #FFFFFF;
}

.bg-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-scroll-inner {
  height: 15.625vw;
  aspect-ratio: 150 / 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: horizontalScroll 12s infinite linear;
          animation: horizontalScroll 12s infinite linear;
}

@media screen and (min-width: 769px) {
  .bg-scroll-inner {
    height: 120px;
  }
}

.bg-scroll-inner img {
  width: auto;
  height: 100%;
}

@-webkit-keyframes horizontalScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontalScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.mv {
  position: relative;
  background-color: #fff;
  padding-top: 18.22917vw;
  padding-bottom: 23.4375vw;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .mv {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 180px;
  }
}

.mv-img {
  width: 100%;
  aspect-ratio: 768 / 420;
}

.mv-img img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.mv-content_img {
  position: absolute;
  bottom: 18.22917vw;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .mv-content_img {
    bottom: 140px;
  }
}

.mv-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.22917vw;
  padding: 0 3.25521vw;
  z-index: 10;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .mv-logo {
    height: 140px;
    padding: 0 25px;
  }
}

.mv-logo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .mv-logo-left {
    gap: 10px;
  }
}

.mv-logo h1 img {
  width: 48.4375vw;
}

@media screen and (min-width: 769px) {
  .mv-logo h1 img {
    width: 372px;
  }
}

@media screen and (min-width: 769px) {
  .mv-logo-phone {
    pointer-events: none;
  }
}

.mv-logo-phone img {
  display: block;
  width: 29.94792vw;
}

@media screen and (min-width: 769px) {
  .mv-logo-phone img {
    width: 230px;
  }
}

.mv-logo-access {
  width: 39.0625vw;
}

@media screen and (min-width: 769px) {
  .mv-logo-access {
    width: 300px;
  }
}

.mv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80.72917vw;
  z-index: 10;
}

.mv-price-cp{

}

@media screen and (min-width: 769px) {
  .mv-content {
    top: 220px;
    width: 620px;
  }
}

.mv-content-catch_img {
  width: 72.91667vw;
}

@media screen and (min-width: 769px) {
  .mv-content-catch_img {
    width: 560px;
  }
}

.mv-content-weight_img {
  width: 62.5vw;
}

@media screen and (min-width: 769px) {
  .mv-content-weight_img {
    width: 480px;
  }
}

.mv-content-price_img {
  width: 95.05208vw;
}

@media screen and (min-width: 769px) {
  .mv-content-price_img {
    width: 730px;
  }
}

.mv-content-price-inner {
  position: relative;
  width: 100%;
}

.mv-content-price-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.mv-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.51042vw;
}

.mv-price-cp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .mv-price {
    padding-top: 50px;
  }
}

.campaign {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 23.4375vw;
}

@media screen and (min-width: 769px) {
  .campaign {
    padding-top: 180px;
  }
}

.campaign .bg-scroll {
  position: absolute;
  top: -7.8125vw;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .campaign .bg-scroll {
    top: -60px;
  }
}

.campaign-bg {
  position: absolute;
  top: 18.22917vw;
  left: 0;
  width: 100%;
  height: 46.875vw;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 80%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 80%);
  background-color: #CC606D;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .campaign-bg {
    top: 140px;
    height: 360px;
  }
}

.campaign-inner {
  position: relative;
  width: 100%;
  z-index: 10;
}

.campaign-point {
  position: absolute;
  top: -19.53125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.60417vw 4.81771vw;
  width: 65.10417vw;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .campaign-point {
    top: -150px;
    gap: 20px 37px;
    width: 500px;
  }
}

.campaign-point-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.96875vw;
  height: 17.96875vw;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#E2E2E2));
  background: linear-gradient(to right, #ffffff, #E2E2E2);
  border: solid 1px #EFCED4;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .campaign-point-txt {
    width: 138px;
    height: 138px;
  }
}

.campaign-point-txt p {
  font-size: 2.47396vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .campaign-point-txt p {
    font-size: 19px;
  }
}

.campaign-title {
  position: relative;
  width: 55.20833vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .campaign-title {
    width: 424px;
  }
}

.campaign-title-txt {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.73438vw;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .campaign-title-txt {
    font-size: 21px;
  }
}

.campaign-commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .campaign-commission {
    margin-top: 10px;
  }
}

.campaign-commission-title {
  font-size: 1.82292vw;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  border: solid 1px #ffffff;
  padding: 1.43229vw 5.20833vw;
  margin-right: 1.95312vw;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .campaign-commission-title {
    font-size: 14px;
    border: solid 1px #ffffff;
    padding: 11px 40px;
    margin-right: 15px;
  }
}

.campaign-commission-txt {
  position: relative;
  font-size: 3.51562vw;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 0 1.30208vw;
  letter-spacing: 0.15em;
  margin-right: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .campaign-commission-txt {
    font-size: 27px;
    padding: 0 10px;
    margin-right: 10px;
  }
}

.campaign-commission-txt span {
  font-size: 5.20833vw;
}

@media screen and (min-width: 769px) {
  .campaign-commission-txt span {
    font-size: 40px;
  }
}

.campaign-commission-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  border-top: solid 1px #ffffff;
}

.campaign-free {
  display: block;
  width: calc(100% - get_sp_vw(100));
  height: auto;
}

@media screen and (min-width: 769px) {
  .campaign-free {
    width: calc(100% - 100px);
  }
}

.campaign-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78.90625vw;
  height: 18.22917vw;
  margin: 3.90625vw auto 0;
  font-size: 3.64583vw;
  color: #000000;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  background-color: #f5d115;
  border-radius: 9.11458vw;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0.65104vw 0.65104vw 1.04167vw rgba(73, 73, 73, 0.75);
          box-shadow: 0.65104vw 0.65104vw 1.04167vw rgba(73, 73, 73, 0.75);
  -webkit-animation: btn_pop 3s ease-in-out infinite;
          animation: btn_pop 3s ease-in-out infinite;
}

@media screen and (min-width: 769px) {
  .campaign-btn {
    width: 606px;
    height: 140px;
    margin: 30px auto 0;
    font-size: 28px;
    border-radius: 70px;
  }
}

.campaign-btn-top {
  position: relative;
  font-size: 2.73438vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 5.20833vw 3.90625vw 0;
}

@media screen and (min-width: 769px) {
  .campaign-btn-top {
    font-size: 21px;
    padding: 40px 30px 0;
  }
}

.campaign-btn-top .large {
  font-size: 3.64583vw;
}

@media screen and (min-width: 769px) {
  .campaign-btn-top .large {
    font-size: 28px;
  }
}

.campaign-btn-top .pink {
  color: #ff4500;
}

.campaign-btn-top .decoration {
  font-size: 4.42708vw;
  padding: 0 1.30208vw;
}

@media screen and (min-width: 769px) {
  .campaign-btn-top .decoration {
    font-size: 34px;
    padding: 0 10px;
  }
}

.campaign-btn-box {
  position: relative;
  padding-bottom: 6.51042vw;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .campaign-btn-box {
    padding-bottom: 50px;
  }
}

.campaign-btn-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.85417vw;
  z-index: 1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 769px) {
  .campaign-btn-box:before {
    height: 260px;
  }
}

.campaign-btn-box-inner {
  position: relative;
  z-index: 10;
}

@-webkit-keyframes btn_pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn_pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.campaign-note {
  margin-top: 3.90625vw;
  font-size: 1.82292vw;
  color: #606060;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .campaign-note {
    margin-top: 30px;
    font-size: 14px;
  }
}

.worries {
  background-color: #EEEEEE;
  padding: 7.16146vw 0;
}

@media screen and (min-width: 769px) {
  .worries {
    padding: 55px 0;
  }
}

.worries-txt {
  font-size: 1.82292vw;
  color: #181818;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .worries-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.worries-title {
  font-size: 3.90625vw;
  color: #181818;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .worries-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 58.59375vw;
  margin: 0 auto;
  gap: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .worries-list {
    width: 450px;
    gap: 20px;
  }
}

.worries-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.47396vw;
  height: 8.72396vw;
  border: solid 1px #181818;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.04167vw rgba(178, 178, 178, 0.75);
          box-shadow: 0 0 1.04167vw rgba(178, 178, 178, 0.75);
}

@media screen and (min-width: 769px) {
  .worries-list-item {
    width: 211px;
    height: 67px;
    -webkit-box-shadow: 0 0 8px rgba(178, 178, 178, 0.75);
            box-shadow: 0 0 8px rgba(178, 178, 178, 0.75);
  }
}

.worries-list-item p {
  font-size: 2.08333vw;
  color: #181818;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .worries-list-item p {
    font-size: 16px;
  }
}

.solution_01 {
  background-color: #ffffff;
  width: 100%;
}

.solution_01-title {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 9.11458vw 10.41667vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .solution_01-title {
    padding: 70px 80px;
  }
}

.solution_01-title .bg-scroll {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.solution_01-title-txt {
  font-size: 3.90625vw;
  color: #181818;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}

.solution_01-title-txt:last-child {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .solution_01-title-txt {
    font-size: 30px;
  }
}

.solution_01-title-img {
  margin: 3.90625vw 0;
  padding: 0 2.60417vw;
}

@media screen and (min-width: 769px) {
  .solution_01-title-img {
    margin: 30px 0;
    padding: 0 20px;
  }
}

.solution_02 {
  padding: 3.90625vw 0 7.8125vw;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .solution_02 {
    padding: 30px 0 60px;
  }
}

.solution_02 .solution-list-item {
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .solution_02 .solution-list-item {
    margin-bottom: 30px;
  }
}

.solution_02 .solution-list-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.solution-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-list-item.active .solution-list-item-left-title-box {
  width: calc(100%);
}

.solution-list-item.active .solution-list-item-left-sub-box {
  width: calc(100%);
}

.solution-list-item-left {
  width: 50%;
  padding: 3.90625vw 2.60417vw;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left {
    padding: 30px 20px;
  }
}

.solution-list-item-left-title {
  display: block;
  font-size: 1.95312vw;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 1.30208vw 1.30208vw;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-title {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.solution-list-item-left-title.small {
  font-size: 1.69271vw;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-title.small {
    font-size: 13px;
  }
}

.solution-list-item-left-title-box {
  display: inline-block;
  background-color: #f5d115;
  width: 0;
  -webkit-transition: width 0.5s ease-in-out .7s;
  transition: width 0.5s ease-in-out .7s;
  margin-bottom: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-title-box {
    margin-bottom: 10px;
  }
}

.solution-list-item-left-sub {
  display: block;
  font-size: 2.73438vw;
  color: #181818;
  font-weight: 400;
  line-height: 1;
  padding: 1.30208vw 1.04167vw;
  letter-spacing: 0.10em;
  white-space: nowrap;
  overflow: hidden;
}

.solution-list-item-left-sub .small {
  font-size: 1.95312vw;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-sub {
    font-size: 21px;
    padding: 10px 8px;
  }
  .solution-list-item-left-sub .small {
    font-size: 15px;
  }
}

.solution-list-item-left-sub-box {
  display: inline-block;
  background-color: #EDEDED;
  width: 0;
  -webkit-transition: width 0.5s ease-in-out .7s;
  transition: width 0.5s ease-in-out .7s;
  margin-bottom: 0.52083vw;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-sub-box {
    margin-bottom: 4px;
  }
}

.solution-list-item-left-txt {
  margin-top: 3.90625vw;
  font-size: 1.95312vw;
  color: #181818;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .solution-list-item-left-txt {
    margin-top: 30px;
    font-size: 15px;
  }
}

.solution-list-item-right {
  width: 50%;
}

.health {
  position: relative;
  padding: 10.41667vw 0 13.02083vw;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .health {
    padding: 80px 0 100px;
  }
}

.health-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.health-inner {
  position: relative;
  z-index: 10;
}

.health-logo {
  display: block;
  width: 28.38542vw;
  height: 15.88542vw;
  margin: 0 auto;
  fill: #ffffff;
}

@media screen and (min-width: 769px) {
  .health-logo {
    width: 218px;
    height: 122px;
  }
}

.health-title {
  margin-top: 3.90625vw;
  font-size: 3.90625vw;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 769px) {
  .health-title {
    margin-top: 30px;
    font-size: 30px;
  }
}

.health-title span {
  font-size: 5.98958vw;
}

@media screen and (min-width: 769px) {
  .health-title span {
    font-size: 46px;
  }
}

.health-sub {
  margin-top: 20.83333vw;
  font-size: 3.90625vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .health-sub {
    margin-top: 160px;
    font-size: 30px;
  }
}

.health-list {
  margin-top: 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.30208vw;
}

@media screen and (min-width: 769px) {
  .health-list {
    margin-top: 60px;
    padding: 0 10px;
  }
}

.health-list-item {
  width: 50%;
  padding: 0 3.90625vw;
}

.health-list-item:nth-child(odd) {
  border-right: 0.5px solid #000;
}

.health-list-item:nth-child(-n + 2) .health-list-item-inner {
  border-bottom: 0.5px solid #000;
}

@media screen and (min-width: 769px) {
  .health-list-item {
    padding: 0 30px;
  }
}

.health-list-item-inner {
  height: 100%;
  padding: 5.20833vw 0;
}

@media screen and (min-width: 769px) {
  .health-list-item-inner {
    padding: 40px 0;
  }
}

.health-list-item-inner img {
  display: block;
  width: 8.20312vw;
  height: 6.51042vw;
  margin: 0 auto 3.90625vw;
}

@media screen and (min-width: 769px) {
  .health-list-item-inner img {
    width: 63px;
    height: 50px;
    margin: 0 auto 30px;
  }
}

.health-list-item-inner-title {
  font-size: 1.95312vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .health-list-item-inner-title {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.health-list-item-inner-txt {
  padding: 0 2.60417vw;
  font-size: 1.95312vw;
  color: #606060;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .health-list-item-inner-txt {
    padding: 0 20px;
    font-size: 15px;
  }
}

.health-list-item-inner-txt li {
  position: relative;
  padding-left: 1em;
}

.health-list-item-inner-txt li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.message {
  position: relative;
  padding: 15.625vw 0;
  z-index: 10;
}

.message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

@media screen and (min-width: 769px) {
  .message {
    padding: 120px 0;
  }
}

.message .bg-scroll {
  position: absolute;
  top: -7.8125vw;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .message .bg-scroll {
    top: -60px;
  }
}

.message-inner {
  padding: 0 6.51042vw;
}

@media screen and (min-width: 769px) {
  .message-inner {
    padding: 0 50px;
  }
}

.message-ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 7.8125vw;
}

@media screen and (min-width: 769px) {
  .message-ceo {
    margin-bottom: 60px;
  }
}

.message-ceo img {
  width: 52.08333vw;
}

@media screen and (min-width: 769px) {
  .message-ceo img {
    width: 400px;
  }
}

.message-ceo-txt {
  position: relative;
  display: inline;
  padding: 2.60417vw 1.95312vw 3.25521vw 0;
  margin-left: 1.5625vw;
  font-size: 4.94792vw;
  color: #181818;
  font-weight: 600;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .message-ceo-txt {
    padding: 20px 15px 25px 0;
    margin-left: 12px;
    font-size: 38px;
  }
}

.message-ceo-txt img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}

.message-ceo-txt span {
  font-size: 5.46875vw;
  vertical-align: 0.39062vw;
  margin-top: 0.52083vw;
}

@media screen and (min-width: 769px) {
  .message-ceo-txt span {
    font-size: 42px;
    padding: 0 10px;
  }
}

.message-ceo-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.message-txt {
  font-size: 1.95312vw;
  color: #181818;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .message-txt {
    font-size: 15px;
  }
}

.message-trainer {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  .message-trainer {
    margin-top: 60px;
  }
}

.message-trainer-title {
  margin-bottom: 3.90625vw;
  font-size: 3.90625vw;
  color: #181818;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .message-trainer-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.message-trainer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .message-trainer-list {
    gap: 30px;
  }
}

.message-trainer-list.single {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

.message-trainer-list-item {
  width: 100%;
  max-width: 500px; /* ←ここで大きさ調整 */
  text-align: center;
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message-trainer-list-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.message-trainer-list-item-name {
  font-size: 18px;
  margin: 12px 0;
}

.message-trainer-list-item-name .jp {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 769px) {
  .message-trainer-list-item-name .jp {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.message-trainer-list-item-name .en {
  font-size: 2.08333vw;
}

@media screen and (min-width: 769px) {
  .message-trainer-list-item-name .en {
    font-size: 16px;
  }
}

.message-trainer-list-item-career {
  margin-top: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .message-trainer-list-item-career {
    margin-top: 30px;
  }
}

.message-trainer-list-item-career h4 {
  font-size: 2.08333vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .message-trainer-list-item-career h4 {
    font-size: 16px;
  }
}

.message-trainer-list-item-career .health-list-item-inner-txt {
  margin-top: 1.30208vw;
  padding: 0;
  color: #181818;
}

.health-list-item-inner-txt {
  list-style: none !important;      /* ← ポチを消す */
  padding-left: 0 !important;       /* ← 左のインデントも消す */
  margin: 0;
}

.health-list-item-inner-txt li {
  margin-bottom: 6px;    /* 各行の余白を調整（任意） */
  text-align: center;    /* ← 中央寄せにしたい場合のみ */
}

@media screen and (min-width: 769px) {
  .message-trainer-list-item-career .health-list-item-inner-txt {
    margin-top: 10px;
  }
}

.message-trainer-note {
  margin-top: 3.90625vw;
  font-size: 1.95312vw;
  color: #606060;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .message-trainer-note {
    margin-top: 30px;
    font-size: 15px;
  }
}

.reason {
  position: relative;
  margin: -15.625vw 0;
  padding: 20.83333vw 6.51042vw;
  background-color: #ffffff;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .reason {
    margin: -120px 0;
    padding: 160px 50px;
  }
}

.reason img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.reason-title {
  font-size: 3.90625vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .reason-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.reason-txt {
  margin-bottom: 7.8125vw;
  font-size: 1.95312vw;
  color: #181818;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .reason-txt {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .reason-list {
    gap: 20px;
  }
}

.reason-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 1.30208vw);
  background-color: rgba(255, 248, 190, 0.2);
  border: solid 1px #ecc500;
  padding: 2.60417vw 2.60417vw 1.95312vw;
}

@media screen and (min-width: 769px) {
  .reason-list-item {
    width: calc(50% - 10px);
    padding: 20px 20px 15px;
  }
}

.reason-list-item-img {
  height: 5.20833vw;
  width: 9.11458vw;
  margin-bottom: 2.60417vw;
  fill: #181818;
}

@media screen and (min-width: 769px) {
  .reason-list-item-img {
    height: 40px;
    width: 70px;
    margin-bottom: 20px;
  }
}

.reason-list-item-img.img_01 {
  height: 4.42708vw;
  margin-bottom: 3.38542vw;
}

@media screen and (min-width: 769px) {
  .reason-list-item-img.img_01 {
    height: 24px;
    margin-bottom: 26px;
  }
}

.reason-list-item p {
  font-size: 1.95312vw;
  color: #181818;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .reason-list-item p {
    font-size: 15px;
  }
}

.flow {
  position: relative;
  padding: 20.83333vw 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .flow {
    padding: 160px 0;
  }
}

.flow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}

.flow-title {
  margin-bottom: 13.02083vw;
  font-size: 3.90625vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .flow-title {
    margin-bottom: 100px;
    font-size: 30px;
  }
}

.flow-list {
  padding: 0 6.51042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.34375vw;
}

@media screen and (min-width: 769px) {
  .flow-list {
    padding: 0 50px;
    gap: 18px;
  }
}

.flow-list-item {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7.8125vw 6.51042vw 6.51042vw;
}

@media screen and (min-width: 769px) {
  .flow-list-item {
    padding: 60px 50px 50px;
  }
}

.flow-list-item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -4.6875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.9375vw;
  height: 9.375vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .flow-list-item-num {
    top: -36px;
    width: 84px;
    height: 72px;
  }
}

.flow-list-item-num-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5d115;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
}

.flow-list-item-num-bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.flow-list-item-num-bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-list-item-num-txt {
  font-size: 1.82292vw;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  padding-right: 0.65104vw;
}

@media screen and (min-width: 769px) {
  .flow-list-item-num-txt {
    font-size: 14px;
    padding-right: 5px;
  }
}

.flow-list-item-num-txt span {
  font-size: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .flow-list-item-num-txt span {
    font-size: 30px;
  }
}

.flow-list-item-title {
  font-size: 2.60417vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .flow-list-item-title {
    font-size: 20px;
  }
}

.flow-list-item-txt {
  margin-top: 2.08333vw;
  font-size: 1.95312vw;
  text-align: center;
  color: #606060;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .flow-list-item-txt {
    margin-top: 16px;
    font-size: 15px;
  }
}

.flow_02 {
  margin-top: -15.625vw;
  padding-bottom: 18.22917vw;
}

@media screen and (min-width: 769px) {
  .flow_02 {
    margin-top: -120px;
    padding-bottom: 140px;
  }
}

.impressions {
  position: relative;
  padding: 9.11458vw 0 13.02083vw;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .impressions {
    padding: 70px 0 100px;
  }
}

.impressions .bg-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.impressions-inner {
  position: relative;
  z-index: 10;
  padding: 0 6.51042vw;
}

@media screen and (min-width: 769px) {
  .impressions-inner {
    padding: 0 50px;
  }
}

.impressions-title {
  font-size: 3.90625vw;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 1.30208vw 2.60417vw;
}

@media screen and (min-width: 769px) {
  .impressions-title {
    font-size: 30px;
    padding: 10px 20px;
  }
}

.impressions-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 75.91146vw;
  height: 8.46354vw;
  margin: 0 auto 7.8125vw;
}

@media screen and (min-width: 769px) {
  .impressions-title-box {
    width: 583px;
    height: 65px;
    margin: 0 auto 60px;
  }
}

.impressions-title-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  -webkit-clip-path: polygon(5% 0%, 0% 100%, 95% 100%, 100% 0%);
          clip-path: polygon(5% 0%, 0% 100%, 95% 100%, 100% 0%);
  z-index: -1;
}

.impressions-age {
  font-size: 2.60417vw;
  color: #181818;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .impressions-age {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.impressions-txt {
  margin-bottom: 7.8125vw;
  font-size: 1.95312vw;
  color: #181818;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .impressions-txt {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.impressions img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .impressions img {
    margin-bottom: 30px;
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 6.51042vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.7)), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, #ffffff 60%);
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .link {
    padding-top: 50px;
  }
}

.link-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 3.64583vw 6.51042vw 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .link-inner {
    padding: 28px 50px 36px;
  }
}

.link-btn {
  display: block;
  margin-bottom: -1.30208vw;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .link-btn {
    margin-bottom: -10px;
    width: 768px;
  }
}

.link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.60417vw;
  width: 41.66667vw;
  height: 8.59375vw;
  background-color: #181818;
  -webkit-box-shadow: 0.65104vw 0.65104vw 1.04167vw rgba(73, 73, 73, 0.75);
          box-shadow: 0.65104vw 0.65104vw 1.04167vw rgba(73, 73, 73, 0.75);
}

.link-item:last-child {
  background-color: #06c755;
}

@media screen and (min-width: 769px) {
  .link-item {
    padding: 0 20px;
    width: 320px;
    height: 66px;
    -webkit-box-shadow: 5px 5px 8px rgba(73, 73, 73, 0.75);
            box-shadow: 5px 5px 8px rgba(73, 73, 73, 0.75);
  }
}

.link-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.51042vw;
}

@media screen and (min-width: 769px) {
  .link-item-inner {
    gap: 50px;
  }
}

.link-item svg {
  width: 4.16667vw;
  height: 4.16667vw;
  fill: #ffffff;
}

@media screen and (min-width: 769px) {
  .link-item svg {
    width: 32px;
    height: 32px;
  }
}

.link-item img {
  width: 4.16667vw;
  height: 4.16667vw;
}

@media screen and (min-width: 769px) {
  .link-item img {
    width: 32px;
    height: 32px;
  }
}

.link-item p {
  font-size: 2.34375vw;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .link-item p {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .link-item.phone {
    pointer-events: none;
  }
  .link-item.phone p {
    font-size: 22px;
    font-weight: 600;
  }
  .link-item.phone p span {
    margin: 0 5px;
  }
}

.form {
  padding-bottom: 24.73958vw;
  background-color: #ffffff;
  height: calc(730px + 24.73958vw);
}

@media screen and (min-width: 769px) {
  .form {
    padding-bottom: 190px;
    margin-bottom: -100px;
    height: calc(730px + 190px);
  }
}

.form-inner {
  padding: 0 6.51042vw;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .form-inner {
    padding: 0 50px;
  }
}

.form-inner iframe {
  width: 100%;
  height: 100%;
}

.reasonable {
  padding: 13.02083vw 0;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .reasonable {
    padding: 100px 0;
  }
}

.reasonable-inner {
  padding: 0 6.51042vw;
}

@media screen and (min-width: 769px) {
  .reasonable-inner {
    padding: 0 50px;
  }
}

.reasonable-title {
  font-size: 6.77083vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 7.8125vw;
}

@media screen and (min-width: 769px) {
  .reasonable-title {
    font-size: 52px;
    margin-bottom: 60px;
  }
}

.reasonable-title span {
  font-size: 8.85417vw;
}

@media screen and (min-width: 769px) {
  .reasonable-title span {
    font-size: 68px;
  }
}

.reasonable-title-img {
  display: block;
  margin: 0 auto;
  width: 46.875vw;
  height: 4.42708vw;
  fill: #181818;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .reasonable-title-img {
    width: 360px;
    height: 34px;
    margin-bottom: 30px;
  }
}

.reasonable-head {
  font-size: 5.46875vw;
  color: #181818;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 7.8125vw 0 5.20833vw;
}

@media screen and (min-width: 769px) {
  .reasonable-head {
    font-size: 42px;
    margin: 60px 0 40px;
  }
}

.faq {
  padding: 13.02083vw 0;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .faq {
    padding: 100px 0;
  }
}

.faq-inner {
  padding: 0 6.51042vw;
}

@media screen and (min-width: 769px) {
  .faq-inner {
    padding: 0 50px;
  }
}

.faq-title {
  font-size: 3.90625vw;
  color: #181818;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7.8125vw;
}

@media screen and (min-width: 769px) {
  .faq-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

.accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.60417vw 2.60417vw 2.60417vw 0;
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 769px) {
  .accordion-button {
    padding: 20px 20px 20px 0;
  }
}

.accordion-button-title {
  font-size: 3.125vw;
  font-weight: 600;
  color: #181818;
  letter-spacing: 0.05em;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .accordion-button-title {
    font-size: 24px;
  }
}

.accordion-button .plus {
  position: relative;
  width: 2.60417vw;
  height: 2.60417vw;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .accordion-button .plus {
    width: 20px;
    height: 20px;
  }
}

.accordion-button .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: solid 1px #181818;
}

.accordion-button .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  border-left: solid 1px #181818;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.accordion-button.active .plus:after {
  height: 0;
}

.accordion-content {
  overflow: hidden;
  height: 0;
}

.accordion-content-inner {
  padding: 2.60417vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .accordion-content-inner {
    padding: 20px 0;
  }
}

.accordion-content-inner p {
  font-size: 1.95312vw;
  color: #181818;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .accordion-content-inner p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */
.course {

}
.course_content {
  background-color: #FFFFFF;
    border-radius: 7px;
    margin: 0 15px 15px;
    padding-bottom: 20px;
}
.course_content-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 10px;
  background-color: #f5d115;
  padding: 5px 10px;
  border-radius: 7px 7px 0 0;

}
.course_content-price {
  font-size: 5.2rem;
  font-family: "Oswald", sans-serif;
  padding: 0 15px;

}
.course_content-price span {
  font-size: 1.6rem;
  margin-left: 10px;
    padding: 3px 8px;
}
.course_content-pricetext {
  background-color: #181818;
  color: #ffffff;
}
.course_content-text {
  font-size: 1.6rem;
  margin: 0 15px;
  border-top:dashed 2px;
  padding-top: 16px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-header-nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-header-nav ul li {
  position: relative;
  text-align: center;
}

.fixed-header-nav ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 16px; /* 三角形分の余白 */
}

.fixed-header-nav .triangle {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
}

.access-section, .shop-section {
  padding: 60px 20px;
  background: #fdfdfd;
}

.section-title {
  font-size: 3.90625vw;
  text-align: center;
  margin-bottom: 40px;
}

/* アクセス画像＆矢印 */
.access-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.access-step img {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.access-desc {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  color: #444;
}

.access-arrow {
  width: 24px;
  height: auto;
}

/* 店舗情報 */
.shop-info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

.shop-map iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 20px;
}

.shop-image {
  width: 100%;
  max-width: 400px;       /* 任意：全体のサイズ */
  aspect-ratio: 1 / 1;    /* 正方形にする */
  overflow: hidden;
  margin: 0 auto 24px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.voice-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: auto;
  overflow: hidden;
}

.slider {
  position: relative;
  height: 300px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide img {
  width: 100%;
  height: auto;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}

/* スライドの表示切替 */
.slide:nth-child(1) { animation: fadeInOut 18s infinite 0s; }
.slide:nth-child(2) { animation: fadeInOut 18s infinite 3s; }
.slide:nth-child(3) { animation: fadeInOut 18s infinite 6s; }
.slide:nth-child(4) { animation: fadeInOut 18s infinite 9s; }
.slide:nth-child(5) { animation: fadeInOut 18s infinite 12s; }
.slide:nth-child(6) { animation: fadeInOut 18s infinite 15s; }

@keyframes fadeInOut {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  100% { opacity: 0; }
}

.mv-price {
  background-color: #000;
}

.grandopen-banner {
  background-color: #CC606D;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  font-size: 20px;
}

.cp-content_img {
  display: block;
  max-width: 100%;
}