@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

a:hover,
button:hover {
  cursor: pointer;
}

img,
picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* .top-body img,
.under-body img {
  display: block;
  object-fit: contain;
} */

html {
  /* font-size: 10px; */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--jp02);
  font-size: var(--f15);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0.1em;
  color: var(--fcbk);
  background: var(--bg);
  opacity: 0;
  animation: fadeInBody 1s ease-in-out forwards;
}

@keyframes fadeInBody {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* body.fixed main {
  filter: blur(20px);
} */

body.fixed {
  height: 100%;
  /* overflow-y: hidden; */
}

main {
  position: relative;
  padding-top: 118px;
}

@media(max-width:1423px) {
  main {
    padding-top: 90px;
  }
}

@media(max-width:1024px) {}

@media(max-width:600px) {
  main {
    padding-top: 60px;
  }
}

:root {
  --jp: "Zen Old Mincho", serif;
  --jp02: "Zen Kaku Gothic New", sans-serif;
  --en: "Fraunces", serif;
  --num: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.jp {
  font-family: var(--jp);
}

.jp02 {
  font-family: var(--jp02);
}

.en {
  font-family: var(--en);
  font-weight: 400;
}

.num {
  font-family: var(--num);
  font-weight: 400;
}

.italic {
  font-style: italic;
}


/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --txt16: 1.6rem;
  --txt18: 1.8rem;
  --f10: 1rem;
  --f10all: 1rem;
  --f12: 1.2rem;
  --f12all: 1.2rem;
  --f13: 1.3rem;
  --f13all: 1.3rem;
  --f14: 1.4rem;
  --f14all: 1.4rem;
  --f15: 1.5rem;
  --f15all: 1.5rem;
  --f16: 1.6rem;
  --f17: 1.7rem;
  --f18: 1.8rem;
  --f19: 1.9rem;
  --f20: 2rem;
  --f21: 2.1rem;
  --f22: 2.4rem;
  --f24: 2.4rem;
  --f26: 2.6rem;
  --f28: 2.8rem;
  --f30: 3rem;
  --f32: 3.2rem;
  --f34: 3.4rem;
  --f36: 3.6rem;
  --f38: 3.8rem;
  --f40: 4rem;
  --f42: 4.2rem;
  --f44: 4.4rem;
  --f46: 4.6rem;
  --f48: 4.8rem;
  --f50: 5rem;
  --f52: 5.2rem;
  --f54: 5.4rem;
  --f56: 5.6rem;
  --f58: 5.8rem;
  --f60: 6rem;
  --f62: 6.2rem;
  --f64: 6.4rem;
  --f70: 7rem;
  --f80: 8rem;
  --f90: 9rem;
  --f100: 10rem;
  --f120: 12rem;
}

@media(max-width:1423px) {
  :root {
    --txt16: 1.6rem;
    --txt18: 1.7rem;
    --f10: 1rem;
    --f10all: 1rem;
    --f12: 1.2rem;
    --f12all: 1.2rem;
    --f13: 1.3rem;
    --f13all: 1.3rem;
    --f14: 1.4rem;
    --f14all: 1.4rem;
    --f15: 1.5rem;
    --f15all: 1.5rem;
    --f16: 1.6rem;
    --f17: 1.7rem;
    --f18: 1.8rem;
    --f19: 1.9rem;
    --f20: 1.85rem;
    --f21: 1.9rem;
    --f22: 2rem;
    --f24: 2.1rem;
    --f26: 2.25rem;
    --f28: 2.4rem;
    --f30: 2.6rem;
    --f32: 2.8rem;
    --f34: 2.8rem;
    --f36: 3rem;
    --f38: 3rem;
    --f40: 3.15rem;
    --f42: 3.2rem;
    --f44: 3.3rem;
    --f46: 3.4rem;
    --f48: 3.9rem;
    --f50: 4rem;
    --f52: 4.1rem;
    --f54: 4.2rem;
    --f56: 4.3rem;
    --f58: 4.4rem;
    --f60: 4.5rem;
    --f62: 4.5rem;
    --f64: 4.6rem;
    --f70: 5rem;
    --f80: 5.5rem;
    --f90: 6rem;
    --f100: 6.75rem;
    --f120: 8rem;
  }
}

@media(max-width:834px) {
  :root {
    --txt16: 1.5rem;
    --txt18: 1.6rem;
    --f10: 0.9rem;
    --f10all: 1rem;
    --f12: 1.1rem;
    --f12all: 1.2rem;
    --f13: 1.2rem;
    --f13all: 1.3rem;
    --f14: 1.3rem;
    --f14all: 1.4rem;
    --f15: 1.4rem;
    --f15all: 1.5rem;
    --f16: 1.5rem;
    --f17: 1.6rem;
    --f18: 1.6rem;
    --f19: 1.6rem;
    --f20: 1.675rem;
    --f21: 1.7rem;
    --f22: 1.75rem;
    --f24: 1.8rem;
    --f26: 1.825rem;
    --f28: 1.85rem;
    --f30: 1.875rem;
    --f32: 1.9rem;
    --f34: 2.0rem;
    --f36: 2.0rem;
    --f38: 2.1rem;
    --f40: 2.15rem;
    --f42: 2.4rem;
    --f44: 2.4rem;
    --f46: 2.4rem;
    --f48: 2.4rem;
    --f50: 2.4rem;
    --f52: 2.5rem;
    --f54: 2.6rem;
    --f56: 2.7rem;
    --f58: 2.8rem;
    --f60: 3.0rem;
    --f62: 3.1rem;
    --f64: 3.2rem;
    --f70: 3.6rem;
    --f80: 4.2rem;
    --f90: 4.6rem;
    --f100: 5rem;
    --f120: 6rem;
  }
}

.txt16 {
  font-size: var(--txt16);
  font-weight: 400;
  line-height: 2.3;
}

.txt18 {
  font-size: var(--txt18);
  font-weight: 400;
  line-height: 2;
}

.f120 {
  font-size: var(--f120);
}

.f100 {
  font-size: var(--f100);
}

.f90 {
  font-size: var(--f90);
}

.f80 {
  font-size: var(--f80);
}

.f70 {
  font-size: var(--f70);
}

.f64 {
  font-size: var(--f64);
}

.f62 {
  font-size: var(--f62);
}

.f60 {
  font-size: var(--f60);
}

.f56 {
  font-size: var(--f56);
}

.f54 {
  font-size: var(--f54);
}

.f52 {
  font-size: var(--f52);
}

.f50 {
  font-size: var(--f50);
}

.f48 {
  font-size: var(--f48);
}

.f42 {
  font-size: var(--f42);
}

.f40 {
  font-size: var(--f40);
}

.f36 {
  font-size: var(--f36);
}

.f32 {
  font-size: var(--f32);
}

.f30 {
  font-size: var(--f30);
}

.f28 {
  font-size: var(--f28);
}

.f26 {
  font-size: var(--f26);
}

.f24 {
  font-size: var(--f24);
}

.f22 {
  font-size: var(--f22);
}

.f21 {
  font-size: var(--f21);
}

.f20 {
  font-size: var(--f20);
}

.f18 {
  font-size: var(--f18);
}

.f18all {
  font-size: 1.8rem;
}

.f17 {
  font-size: var(--f17);
}

.f16 {
  font-size: var(--f16);
}

.f15 {
  font-size: var(--f15);
}

.f15all {
  font-size: var(--f15all);
}

.f14 {
  font-size: var(--f14);
}

.f14all {
  font-size: var(--f14all);
}

.f13 {
  font-size: var(--f13);
}

.f13all {
  font-size: var(--f13all);
}

.f12 {
  font-size: var(--f12);
}

.f12all {
  font-size: var(--f12all);
}

.f10 {
  font-size: var(--f10);
}

.f10all {
  font-size: var(--f10all);
}

.h {
  font-weight: 900;
}

.eb {
  font-weight: 800;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.t {
  font-weight: 100;
}

.lh20 {
  line-height: 2;
}


.lh17 {
  line-height: 1.7
}

.lh16 {
  line-height: 1.6
}

.lh15 {
  line-height: 1.5
}

.lh12 {
  line-height: 1.2
}

.lh10 {
  line-height: 1;
}

.ls0 {
  letter-spacing: 0em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls02 {
  letter-spacing: 0.02em;
}

:root {
  --fcw: #fff;
  --fcgy: #b5b5b5;
  --fcbk: #555;
  --fcbl: #58A1EC;
  --fcrd: #E54642;
  --fcor: #FF9854;
}

.fcw {
  color: var(--fcw);
}

.fcgy {
  color: var(--fcgy);
}

.fcbk {
  color: var(--fcbk);
}

.fcbl {
  color: var(--fcbl);
}

.fcrd {
  color: var(--fcrd);
}

.fcor {
  color: var(--fcor);
}

.op1 {
  opacity: 1;
}

.op03 {
  opacity: .3;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

:root {
  --bg: linear-gradient(0deg, #FFF2EE, #FFF2EE), #FFECF4;
  --bg-grad1: linear-gradient(270deg, rgba(94, 199, 182, 0.9) 0%, rgba(48, 158, 221, 0.9) 100%);
  --bg-grad2: linear-gradient(270deg, rgba(237, 142, 187, 0.9) 0%, rgba(65, 150, 235, 0.9) 100%);
  --bg-grad3: linear-gradient(90deg, rgba(255, 166, 178, 0.9) 0%, rgba(255, 141, 65, 0.9) 100%);
  --bg-grad4: linear-gradient(270deg, rgba(203, 214, 98, 0.9) 0%, rgba(75, 186, 55, 0.9) 100%);
}

.bg {
  background: var(--bg);
}

.bgfcw {
  background: #fff;
}

.bggy {
  background: #f6f6f6;
}

.bglgn {
  background: #f3faf0;
}

.bg_grad1 {
  background: var(--bg-grad1);
}

.bg_grad2 {
  background: var(--bg-grad2);
}

.bg_grad3 {
  background: var(--bg-grad3);
}

.bg_grad4 {
  background: var(--bg-grad4);
}

.pad {
  padding: 150px 0;
}

.padtop {
  padding-top: 150px;
}

.padbtm {
  padding-bottom: 150px;
}

@media(max-width:1423px) {
  .pad {
    padding: 9vw 0;
  }

  .padtop {
    padding-top: 9vw;
  }

  .padbtm {
    padding-bottom: 9vw;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .padtop {
    padding-top: 60px;
  }

  .padbtm {
    padding-bottom: 60px;
  }
}


@media(max-width:500px) {
  .pad {
    padding: 50px 0;
  }

  .padtop {
    padding-top: 50px;
  }

  .padbtm {
    padding-bottom: 50px;
  }
}

.s_pad {
  padding: 100px 0;
}

.s_padtop {
  padding-top: 100px;
}

.s_padbtm {
  padding-bottom: 100px;
}

@media(max-width:1423px) {
  .s_pad {
    padding: 6vw 0;
  }

  .s_padtop {
    padding-top: 6vw;
  }

  .s_padbtm {
    padding-bottom: 6vw;
  }
}

@media(max-width:834px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:500px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}

.mrg {
  margin: 140px 0;
}

.mrgtop {
  margin-top: 140px;
}

.mrgbtm {
  margin-bottom: 140px;
}

.mrgt100 {
  margin-top: 100px;
}

.mrgt90 {
  margin-top: 90px;
}

.mrgt80 {
  margin-top: 80px;
}

.mrgt70 {
  margin-top: 70px;
}

.mrgt60 {
  margin-top: 60px;
}

.mrgt50 {
  margin-top: 50px;
}

.mrgt40 {
  margin-top: 40px;
}

.mrgt40_10 {
  margin-top: 40px;
}

.mrgt35 {
  margin-top: 35px;
}

.mrgt30 {
  margin-top: 30px;
}

.mrgt25 {
  margin-top: 25px;
}

.mrgt20 {
  margin-top: 20px;
}

.mrgt15 {
  margin-top: 15px !important;
}

.mrgt10 {
  margin-top: 10px;
}

@media(max-width:1423px) {
  .mrg {
    margin: 8vw 0;
  }

  .mrgtop {
    margin-top: 8vw;
  }

  .mrgbtm {
    margin-bottom: 8vw;
  }
}

@media(max-width:834px) {
  .mrg {
    margin: 60px 0;
  }

  .mrgtop {
    margin-top: 60px;
  }

  .mrgbtm {
    margin-bottom: 60px;
  }

  .mrgt100 {
    margin-top: 50px;
  }
}

@media(max-width:500px) {
  .mrg {
    margin: 45px 0;
  }

  .mrgtop {
    margin-top: 45px;
  }

  .mrgbtm {
    margin-bottom: 45px;
  }

  .mrgt40_10 {
    margin-top: 10px;
  }
}

.br20 {
  border-radius: 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.sec__ttl-wrap {
  display: flex;
  flex-direction: column;
}

.sec__ttl-wrap.center {
  align-items: center;
}

.sec__ttl-wrap.border {
  border-bottom: 1px solid #b5b5b5;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
}

.sec__ttl-en {
  position: relative;
  font-size: var(--f20);
  font-family: var(--en);
  color: var(--fcgy);
  font-weight: 400;
  line-height: 1.4;
}

.sec__ttl-en.large {
  /* font-size: 6rem; */
  line-height: 1.2;
}

.sec__ttl-jp {
  font-size: var(--f40);
  font-weight: 500;
}

.fcw .sec__ttl-jp {
  color: #fff;
}

@media(max-width:1423px) {

  .sec__ttl-en {
    /* font-size: 2.8rem; */
  }

  .sec__ttl-en.large {
    /* font-size: 4vw; */
  }

  .sec__ttl-jp {
    /* font-size: 1.6vw; */
  }

}

@media(max-width:1024px) {
  .sec__ttl-wrap.center_1024 {
    align-items: center;
  }

  .sec__ttl-wrap.center_1024 .sec__ttl-en::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media(max-width:834px) {

  .sec__ttl-wrap {
    align-items: center;
  }

  .sec__ttl-wrap.center_sp {
    align-items: center;
  }

  .sec__ttl-wrap.center_sp .sec__ttl-en::after {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .sec__ttl-en {
    /* font-size: 2.4rem; */
  }

  .sec__ttl-en.large {
    /* font-size: 4rem; */
  }

  .sec__ttl-jp {
    font-size: 3rem;
  }
}

@media(max-width:500px) {

  /* .sec__ttl-en {
    font-size: 2.4rem;
    margin-bottom: 7px;
  } */
}


.inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.inner1280 {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.inner1500 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.inner1080 {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.inner90 {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:834px) {}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }
}

.max834 {
  display: none;
}

.sp {
  display: none;
}

.min835 {
  display: block;
}

.pc {
  display: block;
}

.pc_inline {
  display: inline-block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pc_inline {
    display: none;
  }
}

.max600 {
  display: none;
}

.min601 {
  display: block;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }

  .min601 {
    display: none;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.h-sc {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.h-sc__img {
  transition: all .3s ease-in-out;
}

.h-sc:hover .h-sc__img {
  transform: scale(1.05);
}

.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .3s ease-in-out;
}

.h-grad3 {
  transition: all .3s ease-in-out;
}

.h-grad3:hover {
  background: var(--bg-grad3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .3s ease-in-out;
}


/* ----------　矢印とリンク　↓　----------- */

.btn {
  position: relative;
  width: 350px;
  max-width: 100%;
  height: 60px;
  line-height: 1.3;
  border-radius: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: var(--f16);
  font-weight: 500;
  border: 1px solid #555555;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  transition: all .4s ease-in-out;
}

.btn:hover {
  color: var(--fcor);
  opacity: .7;
}

.btn.small {
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-size: var(--f14);
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:1024px) {
  .btn.center_1024 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:834px) {
  /* .btn {
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  } */

  /* .btn.small {
    width: 260px;
    height: 40px;
    line-height: 40px;
  } */

  .btn.center_sp {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  content: '\e5cc';
  font-size: 2.2rem;
  font-weight: 100;
  font-family: "Material Symbols Outlined";
  color: currentColor;
}

@media(max-width:834px) {}

@media(max-width:500px) {}

.h-ripple {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #424553;
}

.h-ripple__link:hover .h-ripple {
  transform: scale(1.1);
}

.h-ripple::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #424553bb;
}

.h-ripple__link:hover .h-ripple::before {
  animation: ripple .6s linear;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  90% {
    transform: translate(-50%, -50%) scale(3);
  }

  100% {
    opacity: 0;
  }
}


.h-line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.h-line:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

.h-line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000aa;
}

.fcw .h-line::before {
  background: #ffffffaa;
}

.h-line:hover::before {
  width: 100%;
  animation: line-dash .6s ease-in-out;
}

@keyframes line-dash {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}



.arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* border: 1px solid currentColor; */
}

.arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e5cc';
  font-size: 2.4rem;
  font-weight: 100;
}

.arrow-back {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.arrow-back::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e5cb';
  font-size: 3rem;
  font-weight: 100;
}

@media(max-width:834px) {

  .arrow {
    width: 20px;
    height: 20px;
  }

  .arrow::after {
    font-size: 1.8rem;
  }

  .arrow-back {
    width: 20px;
    height: 20px;
  }

  .arrow-back::after {
    font-size: 1.8rem;
  }
}

.loadin01 {
  opacity: 0;
}

.loadin01.show {
  opacity: 1;
  transition: all .4s 0s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

.loadin02.show {
  opacity: 1;
  transition: all 1.4s .6s ease-in-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.4s 1.3s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 55px);
}

.fadein.show {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
}

.fadein_sc {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s ease-in-out;
}

.fadein_sc02 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc02.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s .3s ease-in-out;
}

.fadein_sc03 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc03.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s .6s ease-in-out;
}

.fadein_sc04 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc04.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s .9s ease-in-out;
}

.fadein_sc05 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc05.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s 1.6s ease-in-out;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .4s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .7s;
}


.fadeout {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .8s ease-in-out;
}

.fadeout.hidden {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all .8s ease-in-out;
}

.fadeout02 {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .8s ease-in-out;
}

.fadeout02.hidden {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all .8s ease-in-out;
}

@media(max-width:450px) {}

.fadeout03 {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .8s ease-in-out;
}

.fadeout03.hidden {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all .8s ease-in-out;
}


/* ＝＝＝＝＝＝＝＝＝ */

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: var(--bg);
}

.header-l {
  position: fixed;
  z-index: 300;
  top: 20px;
  left: 40px;
  display: flex;
  align-items: center;
}

.header-l.hidden {
  display: none;
}

.header-logo__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.header-logo {
  width: 500px;
}

.header-r {
  position: fixed;
  z-index: 300;
  top: 0px;
  right: 0px;
}

.header-r__inner {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  gap: 15px;
  padding-right: 35px;
}

@media(max-width:1423px) {
  header {
    height: 90px;
  }

  .header-l {
    top: 15px;
    left: 40px;
  }

  .header-logo__wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    line-height: 1;
  }

  .header-logo {
    width: 400px;
  }

  .header-r {
    /* position: absolute; */
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
    /* position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 50px 4%;
    background: #fcf9f6;
    overflow: auto;
    display: none; */
    /* visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out; */
  }

  .header-r.active {
    /* display: flex; */
    /* visibility: visible;
    opacity: 1; */
  }

  .header-r__inner {
    padding: 0;
    /* padding-right: 100px; */
    /* display: none; */
    /* display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 70px 0 0px;
    margin: 0 auto; */
  }

  .header-nav {
    display: none;
  }

  .header-nav__list {
    /* margin-right: 100px; */
  }


}



@media(max-width:600px) {
  header {
    height: 60px;
  }

  .header-l {
    top: 10px;
    left: 15px;
  }

  .header-logo__wrap {
    gap: 5px;
  }

  .header-logo {
    width: 280px;
  }

  .header-logo__txt {
    font-size: 1rem;
  }
}

.header-nav__list {
  display: flex;
  gap: 20px;
}

.header-reservation__list {
  display: flex;
  gap: 10px;
}

.header-reservation__item-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 7px;
  text-align: center;
  width: 200px;
  height: 56px;
  border-radius: 0 0 4px 4px;
}

.header-reservation__item-tel .header-reservation__item-link {
  background: linear-gradient(270deg, rgba(237, 142, 187, 0.9) 0%, rgba(65, 150, 235, 0.9) 100%);
}

.header-reservation__item-web .header-reservation__item-link {
  flex-direction: column;
  background: linear-gradient(270deg, rgba(94, 199, 182, 0.9) 0%, rgba(48, 158, 221, 0.9) 100%);
}

.header-reservation__item-line .header-reservation__item-link {
  background: #00B900;
}

/* @media(min-width:1424px) {
.header-reservation__item-line .header-reservation__item-link {
  padding-bottom: 10px;
}
} */

.header-reservation__item-icon {
  display: inline-block;
}

.header-reservation__item-tel .header-reservation__item-icon {
  width: 19px;
}

.header-reservation__item-web .header-reservation__item-icon {
  width: 18px;
}

.header-reservation__item-line .header-reservation__item-icon {
  width: 27px;
}

.header-reservation__item-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* @media(max-width:1423px) {} */

@media(max-width:1423px) {
  .header-nav {
    /* width: 100%; */
    display: none;
  }

  .header-reservation__item-link {
    height: 56px;
    border-radius: 4px 4px 0 0;
  }

  /* 
  .header-nav__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .header-nav__item {
    width: calc(50% - 7px);
  }

  .header-nav__item:nth-of-type(3) {
    width: 100%;
  }

  .header-nav__treatment-link {}

  .header-nav__treatment-link.active {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  } */
}

@media(max-width:834px) {
  .header-reservation__list {
    display: flex;
    gap: 0px;
  }
}

@media(max-width:834px) {
  .header-reservation__list {
    width: 100%;
  }

  .header-reservation__item {
    width: 33.3333%;
  }

  .header-reservation__item-link {
    width: 33.333vw;
  }
}

.header-btn__wrap {
  display: none;
}

.header-btn {
  position: relative;
  width: 90px;
  height: 90px;
  background: var(--bg-grad3);
}

.header-btn:hover {
  cursor: pointer;
}

.header-btn__ham {
  position: relative;
  width: 45px;
  height: 45px;
  margin: auto;
  overflow: hidden;
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease;
}

.header-btn__ham span:nth-of-type(1) {
  top: 25%;
}

.header-btn__ham span:nth-of-type(2) {
  top: 50%;
}

.header-btn__ham span:nth-of-type(3) {
  top: 75%;
}

.header-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(30deg);
}

.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-30deg);
}

@media(max-width:1423px) {
  .header-btn__wrap {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;

    /* visibility: hidden;
    opacity: 0; */
    /* transition: all .6s ease-in-out; */
  }

  /* .header-btn__wrap.active {
    visibility: visible;
    opacity: 1;
  } */

  .header-btn {}
}

@media(max-width:600px) {
  .header-btn {
    width: 60px;
    height: 60px;
  }

  .header-btn__ham {
    width: 30px;
    height: 30px;
  }
}

.menu_back {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .3;
  display: none;
}

.menu_back.active {
  display: block;
}


.menu {
  position: fixed;
  z-index: 200;
  top: 90px;
  right: 0px;
  width: 500px;
  height: calc(100% - 90px);
  background: #fff;
  padding: 50px 4% 70px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  overflow: scroll;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  /* padding-top: 50px; */
  margin: 0 auto;
}


.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.menu-nav__list {
  display: flex;
  flex-direction: column;
}

.menu-nav__item-link {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #555;
  padding-left: 15px;
}

.menu-nav__item-ttl {
  text-align: center;
  color: #fff;
  background: var(--bg-grad3);
  height: 40px;
  line-height: 40px;
}

.menu-nav__item-children {
  display: flex;
  flex-direction: column;
}

.menu-nav__item-child__ttl {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1rem;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #555;
}

.menu-nav__item-child__ttl.active::before {
  transform: rotate(90deg);
}

.menu-nav__item-child__key {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-nav__item-child__key-ham {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 100vmax;
  border: 1px solid #4C423C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-nav__item-child__key-ham::before,
.menu-nav__item-child__key-ham::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px;
  background-color: #4C423C;
  transition: all .4s ease;
}

.menu-nav__item-child__key-ham::before {
  transform: translate(-50%, -50%);
}

.menu-nav__item-child__key-ham::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu-nav__item-child__key.active .menu-nav__item-child__key-ham::before {
  transform: translate(-50%, -50%);
}

.menu-nav__item-child__key.active .menu-nav__item-child__key-ham::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.menu-treatment__item-grandchildren {
  display: none;
  flex-direction: column;
}

.menu-treatment__item-grandchildren.active {
  display: flex;
}

.menu-treatment__item-grandchild__link {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 2em;
  border-bottom: 1px solid #555;
}

.menu-treatment__item-grandchild__link::before {
  content: '';
  position: absolute;
  top: 52%;
  left: .6em;
  transform: translate(0, -50%);
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_right.svg) no-repeat center;
}


.menu-reservation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.menu-reservation__item-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  text-align: center;
  width: 330px;
  max-width: 100%;
  height: 60px;
  border-radius: 50px;
}

.menu-reservation__item-tel .menu-reservation__item-link {
  background: linear-gradient(270deg, rgba(237, 142, 187, 0.9) 0%, rgba(65, 150, 235, 0.9) 100%);
}

.menu-reservation__item-web .menu-reservation__item-link {
  flex-direction: column;
  background: linear-gradient(270deg, rgba(94, 199, 182, 0.9) 0%, rgba(48, 158, 221, 0.9) 100%);
}

.menu-reservation__item-line .menu-reservation__item-link {
  background: #00B900;
}

.menu-reservation__item-line{
  position: relative;
}

.menu-reservation__item-line .speech-badge{
  top: -20px;
}

.menu-reservation__item-line .speech-badge::after{
  bottom: -5px;
}

.menu-reservation__item-icon {
  display: inline-block;
}

.menu-reservation__item-tel .menu-reservation__item-icon {
  width: 19px;
}

.menu-reservation__item-web .menu-reservation__item-icon {
  width: 18px;
}

.menu-reservation__item-line .menu-reservation__item-icon {
  width: 27px;
}

.menu-reservation__item-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

/*  */
/* 
.menu-nav__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-nav__item {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 25px 0 25px 2%;
}

.menu-nav__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #eee;
}

.menu-nav__item-children {
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #b1b1b1;
}

.menu-nav__item-ttl {
  line-height: 1;
}

p.menu-nav__item-ttl {
  width: 50%;
}

.menu-contact__btn {
  width: 100%;
  background: #32634b;
  margin-top: 15px;
} */

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:600px) {
  .menu {
    top: 60px;
    right: 0px;
    width: 100%;
    height: calc(100% - 60px);
    border-radius: 0px;
    align-items: center;
    padding: 40px 8%;
  }

  .menu-inner {
    padding-top: 25px;
    padding-bottom: 40px;
  }

}

@media(max-width:380px) {
  /* .menu {
    padding: 40px 8%;
  } */
}


.mega-menu {
  position: fixed;
  z-index: 200;
  top: 118px;
  right: 50%;
  transform: translate(50%, 0);
  width: 90%;
  max-width: 1280px;
  max-height: calc(100vh - 138px);
  height: fit-content;
  /* max-height: fit-content; */
  /* background: var(--bg-grad3); */
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 60px 0;
  justify-content: center;
  display: none;
  overflow: scroll;
    /* スクロールバー非表示 */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  padding-right: 50px;
}

.mega-menu::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

.mega-menu.active {
  display: flex;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: fit-content;
  width: 100%;
  padding-bottom: 30px;
}

.mega-menu__ttl {
  text-align: center;
  border-right: 1px solid #555;
  padding-top: 30px;
  color: #555;
  margin-right: 30px;
}

.mega-right-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.mega-right-flex-item{
  width: calc(50% - 10px);
}

.mega-menu__navlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* padding: 0 20px; */
}

.mega-menu__navitem {
  width: calc(50% - 5px);
  overflow: hidden;
}

.mega-menu__navitem-img {
  width: 40%;
}

.mega-menu__navitem-link {
  /* height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0px 30px;
  text-align: center;
  transition: all .3s ease-in-out; */
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #555;
  color: #555;
  padding: 15px 10px;
  text-align: center;
  transition: all .3s ease;
  background-color: #fff!important;
}

.mega-menu__navitem-link:hover{
  background-color: rgba(255,141,65,0.1)!important;
}

.cyan-box .mega-menu__navitem-link:hover{
  background-color: rgba(48,184,221,0.1)!important;
}

.mega-menu__navitem-link:hover {
  background-color: #ffffff33;
}

.all-w-navlist .mega-menu__navitem{
  width: calc((100% - 30px) / 4)!important;
}

.u-list li{
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}

.u-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

@media(max-width:1423px) {}

@media(max-width:1423px) {
  .mega-menu {
    position: static;
    z-index: 200;
    top: 118px;
    right: 0;
    transform: translate(0, 0);
    width: 100%;
    max-width: 1280px;
    height: fit-content;
    max-height: unset;
    background: #fcf9f6;
    border-radius: 0 0 0px 0px;

    justify-content: center;
    display: none;
    overflow: visible;
    /* overflow: scroll; */
  }

  .mega-menu__inner {
    padding-bottom: 0px;
  }
}

@media(max-width:834px) {
  .mega-menu__item-navchild {
    font-size: 1.6rem;
  }
}

@media(max-width:500px) {
  .mega-menu__navlist {
    gap: 20px;
    padding: 20px;
  }

  .mega-menu__navitem {
    width: 170px;
  }
}

@media(max-width:450px) {
  .mega-menu__navlist {
    gap: 15px;
    padding: 15px;
  }

  .mega-menu__navitem {
    width: 150px;
  }
}

@media(max-width:390px) {
  .mega-menu__navlist {
    gap: 10px;
    padding: 10px;
  }
}

/* =================== */

.common-access {
  background: #fff;
}

.common-access__head {
  position: relative;
}

.common-access__head-ttl__wrap {
  position: absolute;
  top: 50%;
  left: 25vw;
  transform: translate(-50%, -50%);
  width: 25vw;
}

.common-access__head-ttl__wrap .sec__ttl-en {
  color: var(--fcw);
}

.common-access__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
}

.common-access__cont {
  background-color: #fff;
  padding: 50px 8%;
  /* width: 50%; */
  /* padding-right: 5%; */
}

/* .common-access__r {
  width: 50%;
} */

.common-access__map {
  /* width: 50%; */
  height: 100%;
}


.common-access__logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-access__logo-img {
  width: 500px;
}


.common-info__table {
  font-size: 1.6rem;
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.maru {
  position: relative;
}

.maru::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #555;
}

.close {
  position: relative;
}

.close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  border-radius: 50%;
  background-color: #555;
}

.kome.maru::after {
  top: 50%;
  left: 50%;
  transform: translate(-85%, -50%);
}

.kome {
  position: relative;
}

.kome::before {
  content: '※';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(60%, -110%);
  width: 10px;
  height: 10px;
  font-size: 1rem;
}

.common-info__table th {
  font-size: 1.6rem;
}

.common-info__table thead th {
  font-weight: 400;
  width: calc((100% - 180px) / 7);
  color: #fff;
  /* background-color: #FFBBAF; */
  background: #ffb584;
}

.common-info__table th:nth-of-type(1) {
  width: 140px;
  text-align: center;
  padding: 10px 16px;
}

.common-info__table tbody th,
.common-info__table tbody td {
  font-weight: 500;
  border-bottom: 1px solid #342A2760;
}

.common-info__table tbody {
  background: #fff4ed;
}

.common-info__table tr td,
.common-info__table tr th {
  height: 80px;
}

.common-info__table tr th:nth-child(8) {
  padding-right: 5px;
}


.common-access__dl {
  display: grid;
  grid-template-columns: 48px auto;
  margin-top: 25px;
}

.common-access__dt,
.common-access__dd {
  border-bottom: 1px solid #B2BEBF;
}

.common-access__dt {
  display: flex;
  align-items: center;
}

.common-access__dd {
  padding-left: 18px;
}

.common-access__dd:nth-of-type(1) {
  line-height: 1.6;
  padding-bottom: 5px;
}

.common-access__dd:nth-of-type(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.common-access__dd-txt {
  margin-top: 5px;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {
  .common-access__head-ttl__wrap {
    position: absolute;
    top: 25%;
    left: 25vw;
    transform: translate(-50%, -50%);
    width: 50vw;
  }

  .common-access__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .common-access__cont {
    width: 100%;
    padding: 50px 5%;
  }

  .common-access__map {
    width: 100%;
    height: 500px;
  }

}

@media(max-width:834px) {}

@media(max-width:500px) {
  .common-access__map {
    width: 100%;
    height: 300px;
  }

  .common-access__dl {
    grid-template-columns: 40px auto;
    margin-top: 25px;
  }
}

@media(max-width:359px) {}

.common-reservation {
  padding-right: 5%;
  padding-left: 5%;
  background: linear-gradient(90deg, #FFEFF0 0%, #FFFFFF 35.95%, #FFFFFF 63.7%, #FFEFF0 100%), #FFE2E3;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.common-reservation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 10px;
  margin-top: 35px;
}

.common-reservation__item-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  text-align: center;
  width: 350px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.common-reservation__item-tel .common-reservation__item-link {
  background: linear-gradient(270deg, rgba(237, 142, 187, 0.9) 0%, rgba(65, 150, 235, 0.9) 100%);
}

.common-reservation__item-web .common-reservation__item-link {
  flex-direction: column;
  background: linear-gradient(270deg, rgba(94, 199, 182, 0.9) 0%, rgba(48, 158, 221, 0.9) 100%);
}

.common-reservation__item-line .common-reservation__item-link {
  background: #00B900;
}

.common-reservation__item-icon {
  display: inline-block;
}

.common-reservation__item-tel .common-reservation__item-icon {
  width: 30px;
}

.common-reservation__item-web .common-reservation__item-icon {
  width: 23px;
}

.common-reservation__item-line .common-reservation__item-icon {
  width: 38px;
}

.common-reservation__item-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* .common-reservation__item-lead {
  width: 100%;
} */

@media(max-width:1423px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {}

@media(max-width:500px) {
  .common-reservation__list {
    gap: 7px 10px;
    margin-top: 35px;
  }

  .common-reservation__item-link {
    gap: 7px;
    width: 300px;
    height: 80px;
    border-radius: 50px;
  }

}

@media(max-width:370px) {}

.footer {
  padding: 40px 0;
  background: linear-gradient(90deg, rgba(255, 131, 147, 0.9) 0%, rgba(238, 119, 40, 0.9) 100%);
  /* background: linear-gradient(90deg, rgba(255, 166, 178, 0.9) 0%, rgba(255, 141, 65, 0.9) 100%); */
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer-logo__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.footer-logo__img {
  width: 500px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  align-items: start;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  border-top: 1px solid #fff;
  padding-top: 25px;
}

.footer-nav__item {}

.footer-nav__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #4d4d4d;
}

.footer-nav__item-ttl {
  font-weight: bold;
}

.footer-nav__item-link{
  font-weight: 500;
}

.footer-nav__item-children {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 20px;
}

.footer-nav__item-child__ttl {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer-nav__item-child__ttl::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_right_w.svg) no-repeat center;
}

.footer-nav__item-child__ttl.active::before {
  transform: rotate(90deg);
}

.footer-copy {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

@media(max-width:1423px) {
  .footer {
    padding: 40px 0 90px;
  }
}

@media(max-width:1200px) {

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 60px;
    align-items: center;
  }

  .footer-logo__img {
    width: 300px;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-nav__list {
    border-top: 1px solid #dadada;
  }
}

@media(max-width:500px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .footer-inner {
    gap: 30px;
  }
}

/* ========================== */


.top-fv {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

.top-fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-fv__cont {
  position: absolute;
  z-index: 3;
  top: 57%;
  left: 7%;
  transform: translate(0, -50%);
}

.top-fv__txt {
  font-size: var(--txt18);
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5em;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .top-fv {
    width: 100%;
    height: unset;
    aspect-ratio: 430 / 600;
  }

  .top-fv__cont {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

@media(max-width:500px) {}

@media(max-width:370px) {}

.top-intro {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 824;
  background: #fff;
}

.top-intro__img01 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, -50%);
  width: 28%;
}

.top-intro__img02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.top-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
}

.top-intro__mess-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.top-intro__mess {
  line-height: 1.1;
  padding: 0 10px 5px;
  width: fit-content;
  background: var(--bg-grad3);
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
}

.top-intro__mess02 {
  line-height: .8;
  padding-bottom: .22em;
}

.top-intro__item {
  border-bottom: 1px solid #B5B5B5;
}

.top-intro__item-txt {
  position: relative;
  text-align: center;
  width: fit-content;
  padding-left: 1.3em;
  margin: 10px auto;
}

.top-intro__item-txt::before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: .9em;
  height: .9em;
  background: url(../img/common/circle_or.svg) no-repeat center / contain;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {
  .top-intro {
    aspect-ratio: 430 / 630;
  }

  .top-intro__img01 {
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }

  .top-intro__img02 {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .top-intro__inner {
    padding-bottom: 50px;
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .top-intro {
    aspect-ratio: 430 / 730;
  }
}

@media(max-width:500px) {
  .top-intro {
    aspect-ratio: 430 / 820;
  }
}

@media(max-width:400px) {
  .top-intro {
    aspect-ratio: 430 / 875;
  }

  .top-intro__inner {
    padding-bottom: 0px;
  }
}

@media(max-width:370px) {}

.top-worries {
  background: #FFD9D9;
  padding: 40px 0;
}

.top-worries__inner {
  position: relative;
  aspect-ratio: 1280 / 1088;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
}

.top-worries__ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.top-worries__ttl::after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0;
  height: 1px;
  width: 100%;
  background: #b5b5b5;
}

/* .top-worries__img {
  position: absolute;
  top: 46%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 53%;
} */

.top-worries__circle-ttl__wrap {
  width: 30%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
}

.top-worries__circle-ttl__wrap:nth-of-type(1) {
  position: absolute;
  top: 32%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.top-worries__circle-ttl__wrap:nth-of-type(2) {
  position: absolute;
  top: 62%;
  left: 37%;
  transform: translate(-50%, -50%);
}

.top-worries__circle-ttl__wrap:nth-of-type(3) {
  position: absolute;
  top: 57%;
  left: 65%;
  transform: translate(-50%, -50%);
}


.top-worries__circle-ttl {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.top-worries__circle-ttl__wrap:nth-of-type(1) .top-worries__circle-ttl {
  background: url(../img/top/worries01_sp.webp) no-repeat center / contain;
}

.top-worries__circle-ttl__wrap:nth-of-type(2) .top-worries__circle-ttl {
  background: url(../img/top/worries02_sp.webp) no-repeat center / contain;
}

.top-worries__circle-ttl__wrap:nth-of-type(3) .top-worries__circle-ttl {
  background: url(../img/top/worries03_sp.webp) no-repeat center / contain;
}

.top-worries__circle-ttl__en {
  opacity: .4;
}

.top-worries__item {
  position: absolute;
}

.top-worries__item:nth-of-type(1) {
  top: 23%;
  left: 13%;
  transform: translate(0, -50%);
}

.top-worries__item:nth-of-type(2) {
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
}

.top-worries__item:nth-of-type(3) {
  top: 33%;
  right: 5%;
  transform: translate(0, -50%);
}

.top-worries__item-ttl {
  display: none;
}

.top-worries__item-child {
  position: relative;
  width: fit-content;
  border-bottom: 1px solid #b5b5b5;
  padding: .2em 0 .2em 1.6em;
}

.top-worries__item-child::before {
  content: '';
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/check_or.svg) no-repeat center / contain;
}

.top-worries__item:nth-of-type(2) .top-worries__item-child::before {
  background: url(../img/common/check_gr.svg) no-repeat center / contain;
}

.top-worries__item:nth-of-type(3) .top-worries__item-child::before {
  background: url(../img/common/check_bl.svg) no-repeat center / contain;
}

.top-worries__bottom {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-worries__txt {
  text-align: center;
}

.top-worries__btn-area {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  margin-top: 35px;
}

.top-worries__btn {
  width: 350px;
}

.top-mv__swiper-wrapper {
  position: relative;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100vh; */
  z-index: 0;
}

.u-mb20 {
  margin-bottom: 20px;
}

/* .top-mv__swiper{
  position: relative;
  width: 100%;
  height: 100%;
}

.top-mv__swiper .swiper-wrapper{
  width: 100%!important;
  height: 100%!important;
}

.top-mv__swiper .swiper-slide{
  width: 100%!important;
  height: 100%!important;
}

.top-mv__swiper img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
} */

@media(max-width:1423px) {
  .top-worries__inner {
    padding: 40px 5%;
  }

  .top-worries__bottom {
    bottom: 50px;
  }

  .top-worries__btn-area {
    margin-top: 25px;
  }
}

@media(max-width:1024px) {
  .top-worries__inner {
    height: fit-content;
    padding: 40px 5%;
    aspect-ratio: unset;
  }

  /* .top-worries__img {
    display: none;
  } */

  .top-worries__circle-ttl {
    display: none;
  }

  .top-worries__list {
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 400px;
    margin: 45px auto;
  }

  .top-worries__item {
    position: static;
  }

  .top-worries__item:nth-of-type(1),
  .top-worries__item:nth-of-type(2),
  .top-worries__item:nth-of-type(3) {
    transform: translate(0, 0);
  }

  .top-worries__item-ttl {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    background: url(../img/top/worries01_sp.webp) no-repeat center / contain;
    margin-bottom: 20px;
  }

  .top-worries__item:nth-of-type(2) .top-worries__item-ttl {
    background: url(../img/top/worries02_sp.webp) no-repeat center / contain;
  }

  .top-worries__item:nth-of-type(3) .top-worries__item-ttl {
    background: url(../img/top/worries03_sp.webp) no-repeat center / contain;
  }

  .top-worries__item-ttl__en {
    opacity: .4;
  }

  .top-worries__bottom {
    position: static;
    transform: translate(0, 0);
  }
}

@media(max-width:834px) {
  .top-worries__list {
    gap: 60px;
    max-width: 300px;
    margin: 35px auto 45px;
  }

  .top-worries__item-ttl {
    max-width: 300px;
    width: 90%;
    margin: 0 auto 20px;
  }

  .top-worries__btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    margin-top: 35px;
  }
}

@media(max-width:500px) {
  .top-worries__inner {
    padding: 30px 5% 45px;
  }

  .top-worries__list {
    gap: 45px;
    max-width: 300px;
    width: 95%;
    margin: 35px auto 45px;
  }

  .top-worries__item-ttl {
    max-width: 300px;
    width: 90%;
    margin: 0 auto 15px;
  }

  .top-worries__btn {
    width: 300px;
  }
}

@media(max-width:370px) {}

.top-heart {}

.top-heart__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.top-heart__item-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 411 / 250;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  gap: 20px;
  text-align: center;
  padding-left: 25%;
  background: url(../img/top/patient01.webp) no-repeat center / cover;
}

.top-heart__item:nth-of-type(2) .top-heart__item-inner {
  background: url(../img/top/patient02.webp) no-repeat center / cover;
}

.top-heart__item:nth-of-type(3) .top-heart__item-inner {
  background: url(../img/top/patient03.webp) no-repeat center / cover;
}

.top-heart__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top-heart__en {
  background: var(--bg-grad3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== 出現アニメのベース ===== */
.top-heart__ttl {
  position: relative;
  display: inline-block;
  /* 文字幅に合わせる */
  overflow: hidden;
  line-height: 1.2;
}

/* マスク：初期は完全に覆う（まだ動かない） */
.top-heart__ttl::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  transform-origin: right;
  transform: scaleX(1);
}

/* ===== .show が付いたらアニメ開始 ===== */
.top-heart__ttl.show::after {
  animation: heartTtlReveal 1.3s ease forwards;
  animation-delay: .3s;
  /* ← ここで全体を遅らせる */
}

/* 日本語を少し遅らせる */
.top-heart__jp.top-heart__ttl.show::after {
  animation-delay: 1.75s;
}

/* マスクを剥がす */
@keyframes heartTtlReveal {
  to {
    transform: scaleX(0);
  }
}

/* .top-heart__ttl {
  line-height: 1.11;
}

.top-heart__ttl span {
  display: inline-block;
}

.top-heart__ttl>span {
  overflow: hidden;
}

.top-heart__ttl>span>span {
  animation: showTxt .6s backwards;
}


@keyframes showTxt {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
} */

.top-heart__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 900;
  padding-top: 100px;
  padding-right: 5%;
}

.top-heart__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 87.5vw;
}

.top-heart__cont {
  position: relative;
  z-index: 3;
  width: 50vw;
  aspect-ratio: 720 / 780;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  padding: 8%;
  margin: auto 0 0 auto;
}

.top-heart__mess-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.top-heart__mess {
  width: fit-content;
  background: var(--bg-grad3);
  padding: 0 10px 2px;
}

.top-heart__txt {
  line-height: 2.3;
  margin: 45px 0;
}

@media(max-width:1423px) {
  .top-heart__cont {
    padding: 5%;
    margin: auto 0 0 auto;
  }
}

@media(max-width:1024px) {
  .top-heart__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .top-heart__inner {
    position: relative;
    width: 100%;
    aspect-ratio: unset;
    padding-top: 40vw;
    padding-right: 0;
  }

  .top-heart__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }

  .top-heart__cont {
    width: 90%;
    aspect-ratio: unset;
    height: fit-content;
    padding: 40px 5%;
    margin: auto;
  }

  .top-heart__txt {
    margin: 35px 0;
  }
}

@media(max-width:834px) {
  .top-heart__jp {
    font-size: 2.7rem;
  }

  .top-heart__mess-wrap {
    font-size: 2.7rem;
  }

  .top-heart__item-mess {
    font-size: 2rem;
  }
}

@media(max-width:700px) {
  .top-heart__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

@media(max-width:370px) {}

.top-feature {}

.top-feature__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 50px;
}

.top-feature__item {
  width: 94%;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.top-feature__item:nth-of-type(odd) {
  margin-right: 0;
  margin-left: auto;
}

.top-feature__item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.top-feature__item-img__wrap {
  width: 47%;
}

.top-feature__item-cont {
  width: 53%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 5%;
}

.top-feature__item-img {
  height: 100%;
  object-fit: cover;
}

.top-feature__item-ttl {
  display: flex;
  align-items: center;
}

.top-feature__item-ttl01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 105px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  color: #fff;
}

.top-feature__item:nth-of-type(1) .top-feature__item-ttl01 {
  background: var(--bg-grad1);
}

.top-feature__item:nth-of-type(2) .top-feature__item-ttl01 {
  background: var(--bg-grad2);
}

.top-feature__item:nth-of-type(3) .top-feature__item-ttl01 {
  background: var(--bg-grad3);
}

.top-feature__item:nth-of-type(4) .top-feature__item-ttl01 {
  background: var(--bg-grad4);
}

.top-feature__item:nth-of-type(5) .top-feature__item-ttl01 {
  background: var(--bg-grad1);
}

.top-feature__item-ttl02 {
  width: calc(100% - 105px);
  padding-left: 15px;
}

.top-feature__item-txt {
  font-weight: 500;
  margin: 30px 0;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {
  .top-feature__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 50px;
  }

  .top-feature__item {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
  }

  .top-feature__item:nth-of-type(odd) {
    margin-right: auto;
    margin-left: auto;
  }

  .top-feature__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .top-feature__item-img__wrap {
    width: 100%;
  }

  .top-feature__item-cont {
    width: 100%;
    padding: 35px 5%;
  }

}

@media(max-width:834px) {
  .top-feature__item-ttl01 {
    width: 54px;
    border-radius: 5px;
    font-size: 2.4rem;
  }

  .top-feature__item-ttl01__num {
    font-size: 1rem;
  }

  .top-feature__item-ttl02 {
    width: calc(100% - 54px);
    font-size: 2.4rem;
  }
}

@media(max-width:500px) {
  .top-feature__list {
    gap: 30px;
    margin-top: 40px;
  }
}

@media(max-width:370px) {}


.top-search__inner {
  margin-top: 50px;
}

.top-search__navlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #b5b5b5;
}

.top-search__navitem {
  color: #999;
  width: 100%;
  height: 58px;
  line-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-search__navitem.active {
  color: #fff;
  background: var(--bg-grad3);
}

.top-search__item {
  display: none;
}

.top-search__item.active {
  display: block;
}

.top-search__item-navchildren {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.top-search__item-navchild {
  width: 240px;
  height: 55px;
  line-height: 49px;
  border-radius: 30px;
  font-size: var(--f20);
  text-align: center;
  border-radius: 30px;
  color: #b5b5b5;
  border: 3px solid #b5b5b5;
}

.top-search__item-navchild.active {
  color: #555;
  background: #fff;
}

.top-search__item-navchild {
  position: relative;
  width: 300px;
  height: 55px;
  line-height: 49px;
  font-size: var(--f20);
  text-align: center;
  border-radius: 30px;

  color: #b5b5b5;
  background: #fff;
  /* 中身の色 */
  border: 3px solid transparent;
  /* 枠幅を確保 */
}

.top-search__item-navchild::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  padding: 3px;
  /* ← border の太さ */
  background: linear-gradient(270deg,
      #b5b5b5 0%,
      #b5b5b5 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.top-search__item-navchild.active::before {
  background: linear-gradient(270deg,
      rgba(203, 214, 98, 0.9) 0%,
      rgba(75, 186, 55, 0.9) 100%);
}

.top-search__item-child {
  display: none;
}

.top-search__item-child.active {
  display: block;
}

.top-search__item-grandchildren {
  width: 100%;
  /* display: flex;
  justify-content: start;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  margin-top: 50px;
}

.top-search__item-grandchild {
  /* width: 300px; */
  height: 120px;
}

.top-search__item-grandchild__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: var(--f18);
  line-height: 1.3;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 0px 35px 0 20px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.top-search__item-grandchild__link:hover {
  color: var(--fcor);
}

.top-search__item-grandchild__link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  content: '\e5cc';
  font-size: 2rem;
  font-weight: 200;
  font-family: "Material Symbols Outlined";
  border: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  border-radius: 100vmax;
}

.top-search__item-grandchild__link:hover::after {
  background: #fff;
}

@media(max-width:1423px) {
  .top-search__item-navchild {
    width: 260px;
  }

  .top-search__item-grandchildren {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}

@media(max-width:1024px) {
  .top-search__item-grandchildren {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .top-search__inner {
    margin-top: 40px;
  }

  .top-search__navlist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-right: none;
    border-left: none;
  }

  .top-search__item-grandchildren {
    gap: 10px;
  }

  .top-search__item-grandchild {
    height: 100px;
  }

  .top-search__item-grandchild__link {
    font-size: 1.5rem;
    padding: 0px 35px 0 15px;
  }
}

@media(max-width:450px) {}

@media(max-width:370px) {}

.top-medical__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.top-medical__item-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  /* filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1)); */
  transition: all .3s ease;
}

.top-medical__item-link:hover {
  opacity: .8;
}

.top-medical__item-img {
  border-radius: 10px 10px 0 0;
}

.top-medical__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3 / 1;
  text-align: center;
  border: 1px solid #b5b5b5;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.top-medical__item-arrow {
  position: absolute;
  top: 34%;
  right: 20px;
  transform: translate(0, -50%);
  background: #fff;
}

/*  */
@media(max-width:1423px) {
  .top-medical__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:1024px) {
  .top-medical__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .top-medical__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }

  .top-medical__item-ttl {
    text-align: start;
    aspect-ratio: 3 / 2;
    padding: 0 10px 0 15px;
  }

  .top-medical__item-arrow {
    top: 25%;
    right: 10px;
  }
}

@media(max-width:450px) {
  .top-medical__list {
    gap: 10px;
  }

  .top-medical__item-ttl {
    font-size: 1.5rem;
  }
}

@media(max-width:370px) {}

.top-doctor__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.top-doctor__item-link {
  display: flex;
  flex-direction: column;
  padding: 40px 5%;
  background: #fff;
  border: 1px solid #B5B5B5;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.top-doctor__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.top-doctor__item-img {
  margin-top: 20px;
  margin-bottom: 25px;
}

.top-doctor__item-posi {
  color: #fff;
  background: var(--bg-grad4);
  padding: 0 10px 2px;
}

.top-doctor__item-detail__ttl {
  width: fit-content;
  background: #b5b5b5;
  padding: 0 10px 2px;
  margin-bottom: 10px;
}

.top-doctor__btn {
  margin-top: 50px;
}

.top-doctor__bottom {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 550;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/top/doctor_bottom.webp) no-repeat center / cover;
}

@media(max-width:834px) {
  .top-doctor__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 50px;
  }

  .top-doctor__bottom {
    aspect-ratio: 430 / 500;
    background: url(../img/top/doctor_bottom.webp) no-repeat center left 15% / cover;
  }

  .top-doctor__bottom-mess {
    font-size: 2.6rem;
  }
}

@media(max-width:600px) {
  .top-doctor__list {
    gap: 30px;
    margin-top: 40px;
  }

  .top-doctor__btn {
    margin-top: 30px;
  }
}

@media(max-width:370px) {}

.top-recruit {
  position: relative;
  background: url(../img/top/recruit.webp) no-repeat center / cover;
}

.top-recruit__l {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(max-width:1024px) {
  .top-recruit {
    position: relative;
    width: 100%;
    aspect-ratio: 430 / 500;
    background: url(../img/top/recruit_sp.webp) no-repeat center / cover;
  }

  .top-recruit__l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.top-column {
  position: relative;
}

.top-column__inner {
  display: grid;
  grid-template-columns: 35% 65%;
}

.top-column__l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
}

.top-column__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-column__item-link {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
}

.top-column__item-txt {
  margin-top: 7px;
}

.top-column__item-date {}

@media(max-width:1423px) {}

@media(max-width:1024px) {
  .top-column {
    padding-bottom: 130px;
  }

  .top-column__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }

  .top-column__l {
    width: 100%;
  }

  .top-column__list-area {
    width: 100%;
  }

  .top-column__btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media(max-width:834px) {
  .top-column__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media(max-width:500px) {}

@media(max-width:359px) {}


/* =================== 下層 =================== */


@media(max-width:1423px) {}

@media(max-width:834px) {}

.under-fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.under-fv__cont {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-fv__ttl {
  font-size: var(--f60);
  color: var(--fcw);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.breadcrumb__item:not(:first-of-type) {
  position: relative;
  padding-left: 2em;
}

.breadcrumb__item:not(:first-of-type)::before {
  content: '/';
  position: absolute;
  top: 0;
  left: .75em;
  width: 1em;
  height: 1em;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .under-fv {
    width: 100%;
    aspect-ratio: 1000 / 400;
  }

  .under-fv__ttl {
    font-size: 4rem;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
}

@media(max-width:500px) {
  .under-fv__ttl {
    font-size: 3.3rem;
  }
}

@media(max-width:370px) {}

.under-nav {
  padding: 60px 0 0px;
}

.under-nav__inner {}

.under-nav__ttl {
  line-height: 1.8;
  border-bottom: 1px solid #B5B5B5;
  width: fit-content;
  margin: 0 auto;
}

.under-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2em 1em;
  margin-top: 40px;
}

.under-nav__item-link.btn {
  border: 1px solid #B5B5B5;
  width: fit-content;
  padding: 0 35px 0 20px;
}

.top-mv__ttl {
  position: absolute;
  /* top: 20vw; */
  top: 12vw;
  left: 7vw;
  /* transform: translate(0, -50%); */
  font-size: var(--f70);
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 5;
}

.top-mv__ttl .txt {
  background-color: #fff;
  display: block;
  line-height: 1.1;
  padding: 0 0.2em 0.1em;
  font-family: var(--jp);
  width: fit-content;
}

.top-mv__ttl .txt.p1 {
  color: #fff;
  font-size: var(--f70);
  font-family: var(--jp02);
  padding: 0;
  background-color: transparent;
  display: flex;
  width: fit-content;
  gap: 5px;
}

.top-mv__ttl .txt.p1 .txt-c {
  background: var(--bg-grad3);
  padding: 0.05em 0.13em 0.15em;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
}

.top-mv__btn-wrap {
  width: 1000px;
  max-width: 90%;
  display: block;
  margin: 50px auto 0;
  border-radius: 20px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.top-mv__btn-wrap img {
  vertical-align: bottom;
}


@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .under-nav {
    padding: 50px 0 0px;
  }

  .under-nav__inner {}

  .under-nav__ttl {
    font-size: 2.5rem;
  }

  .top-mv__ttl .txt {
    margin-left: auto;
    margin-right: auto;
  }

  .top-mv__ttl {
    top: calc(90px + 89vw);
    left: 50%;
    transform: translate(0, -50%);
    transform: translateX(-50%);
    white-space: nowrap;
    gap: 2vw;
  }

  .top-mv__ttl .txt.p1 {
    font-size: 8vw;
  }

  .top-mv__ttl .txt {
    font-size: 7vw;
  }
}

@media(max-width:600px) {
  .top-mv__ttl {
    top: calc(90px + 83vw);
  }
}

@media(max-width:500px) {
  .under-nav__list {
    gap: .5em .5em;
    margin-top: 30px;
  }
}

@media(max-width:450px) {
  .top-mv__ttl {
    top: calc(90px + 68vw);
  }

  .top-mv__ttl .txt.p1 {
    font-size: 8vw;
  }

  .top-mv__ttl .txt {
    font-size: 7vw;
  }
}

@media(max-width:370px) {}


.chap {
  padding-top: 100px;
  scroll-margin-top: 150px;
}

@media(max-width:1423px) {
  .chap {
    padding-top: 7vw;
  }
}

@media(max-width:834px) {
  .chap {
    padding-top: 65px;
  }
}

.under-sec__ttl {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 45px;
}

@media(max-width:1423px) {
  .under-sec__ttl {
    font-size: 3.3rem;
  }
}

@media(max-width:834px) {
  .under-sec__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.under-sec__ttl.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.under-sec__ttl::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--bg-grad3);
}

@media(max-width:834px) {
  .under-sec__ttl.center_sp {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.under-sec__ttl02 {
  font-size: var(--f60);
  font-weight: 500;
  line-height: 1.6;
  color: #E54642;
}

.under-body h3 {
  font-size: var(--f30);
  color: var(--fcw);
  font-weight: 500;
  background: var(--bg-grad3);
  width: fit-content;
  padding: 0 15px 2px;
  margin-top: 55px;
}

.under-body h4 {
  position: relative;
  font-size: var(--f24);
  color: var(--fcbl);
  font-weight: 500;
  padding-left: 1.5em;
  margin-top: 40px;
}

.under-body h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--fcbl);
  height: 3px;
  width: 1.1em;
}

.under-body .txt18 {
  /* margin-top: 10px; */
}

.under-btn.btn {
  border: 1px solid #B5B5B5;
  width: fit-content;
  padding: 0 35px 0 20px;
  margin-top: 20px;
}

@media(max-width:1423px) {
  .under-sec__ttl02 {
    font-size: 3.8rem;
  }
}

@media(max-width:834px) {
  .under-sec__ttl02 {
    font-size: var(--f60);
  }

  .under-body h3 {
    font-size: 2.2rem;
    padding: 0 15px 2px;
    margin-top: 40px;
  }

  .under-body h4 {
    font-size: 2rem;
    padding-left: 1.5em;
    margin-top: 30px;
  }

}

.under-intro__cont {
  display: flex;
  align-items: center;
}

.under-intro__img {
  width: 50%;
}

.under-intro__main {
  width: 50%;
  padding-left: 3%;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .under-intro__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .under-intro__img {
    width: 100%;
  }

  .under-intro__main {
    width: 100%;
    padding-left: 0%;
  }
}

@media(max-width:500px) {}

@media(max-width:370px) {}

.under-img.center {
  width: 50%;
  margin: 0 auto;
}

@media(max-width:834px) {
  .under-img.center {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.under-emergency__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media(max-width:834px) {
  .under-emergency__head {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 30px;
  }

  .under-emergency__head-ttl {
    order: 2;
  }

  .under-emergency__head-img {
    order: 1;
  }
}

.under-faq {}

.faq-q,
.faq-a {
  position: relative;
  padding-left: 60px;
}

h3.faq-q {
  padding-left: 55px;
}

.faq-q::before,
.faq-a::before {
  content: 'Q';
  position: absolute;
  top: 5px;
  left: 18px;
  height: 30px;
  width: 20px;
  line-height: 1;
  font-size: var(--f30);
  font-weight: 500;
  background: var(--fcw);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-a::before {
  content: 'A';
  background: var(--bg-grad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media(max-width:834px) {

  .faq-q,
  .faq-a {
    padding-left: 45px;
  }

  h3.faq-q {
    padding-left: 45px;
  }

  .faq-q::before,
  .faq-a::before {
    top: 5px;
    left: 18px;
    height: 30px;
    width: 20px;
    font-size: 2.2rem;
  }
}

/* ======== */
.under-sec__subttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #AB8D64;
  margin-bottom: 20px;
}

@media(max-width:1423px) {
  .under-sec__subttl {
    font-size: 2rem;
  }
}

@media(max-width:834px) {
  .under-sec__subttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .under-plan .under-sec__subttl {
    text-align: center;
  }

}

.under-sec__bgttl {
  font-weight: 500;
  color: #fff;
  background: #718768;
  width: 100%;
  width: fit-content;
  padding: 3px 8px 4px 11px;
  margin-bottom: 15px;
}

@media(max-width:1423px) {}

.under-list2c {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}

.under-list2c li {
  width: 48%;
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  line-height: 2.3;
}

.under-list2c li::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100vmax;
  background-color: #AB8D64;
}

@media(max-width:834px) {
  .under-list2c li {
    width: 100%;
  }
}


.under-list {
  display: flex;
  flex-direction: column;
  /* gap: 2px; */
}

.under-list:has(h3) {
  gap: 25px;
}

.under-list>li {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  line-height: 2.3;
}


.under-list>li::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100vmax;
  background-color: #AB8D64;
}

.under-list:has(h3)>li::before {
  top: 1.1em;
}

@media(max-width:834px) {
  .under-list:has(h3)>li::before {
    top: 0.8em;
  }
}

.under-numlist {
  display: flex;
  flex-direction: column;
  /* gap: 2px; */
}

.under-numlist>li {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
  line-height: 2.3;
}

.under-numlist>li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  font-weight: 500;
  color: #AB8D64;
}

.under-numlist>li:nth-of-type(1):before {
  content: '1.';
}

.under-numlist>li:nth-of-type(2):before {
  content: '2.';
}

.under-numlist>li:nth-of-type(3):before {
  content: '3.';
}

.under-numlist>li:nth-of-type(4):before {
  content: '4.';
}

.under-numlist>li:nth-of-type(5):before {
  content: '5.';
}

.under-numlist>li:nth-of-type(6):before {
  content: '6.';
}

.under-numlist>li:nth-of-type(7):before {
  content: '7.';
}

.under-numlist>li:nth-of-type(8):before {
  content: '8.';
}

.under-numlist>li:nth-of-type(9):before {
  content: '9.';
}

.under-numlist>li:nth-of-type(10):before {
  content: '10.';
}

.under-plan__head {
  padding: 20px 5%;
}

.brs-right,
.brs-left {
  position: relative;
  padding-bottom: 50px;
}

.brs-right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 170px;
  left: 0;
  width: calc(50vw + 640px);
  height: calc(100% - 150px);
  background: #fff;
  border-radius: 0 60px 60px 0;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
}

.brs-left::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 170px;
  right: 0;
  width: calc(50vw + 640px);
  height: calc(100% - 150px);
  background: #fff;
  border-radius: 60px 0 0 60px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
}

.brs-right__cont:not(:nth-of-type(1)),
.brs-left__cont:not(:nth-of-type(1)) {
  margin-top: 100px;
}

.brs-right__cont.img-no,
.brs-left__cont.img-no {
  margin-top: 65px;
}

.brs-right .under-sec__ttl,
.brs-left .under-sec__ttl {
  padding-top: 75px;
  margin-bottom: 100px;
}

.float-right {
  width: 50%;
  float: right;
  margin: 0 0 20px 5%;
}

.float-left {
  width: 50%;
  float: left;
  margin: 0 5% 20px 0;
}

.ttl-long .float-right {
  width: 42%;
  float: right;
  margin: 0 0 20px 5%;
}

.float-right-w20 {
  width: 25%;
}

@media(max-width:1423px) {
  .brs-right::before {
    z-index: -1;
    top: 170px;
    left: 0;
    width: calc(50vw + 47.5%);
    height: calc(100% - 150px);
  }

  .brs-left::before {
    z-index: -1;
    top: 170px;
    width: calc(50vw + 47.5%);
    height: calc(100% - 150px);
  }
}

@media(max-width:1024px) {}

@media(max-width:834px) {

  .brs-right .under-sec__ttl,
  .brs-left .under-sec__ttl {
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .float-right {
    width: 85%;
    float: none;
    margin: 0px 5% 20px;
  }

  .ttl-long .float-right {
    width: 85%;
    float: none;
    margin: 0px 5% 20px;
  }

  .float-right-w20 {
    width: 30%;
    margin: 0 auto 30px;
  }

  .float-left {
    width: 85%;
    float: none;
    margin: 0 5% 20px;
  }

  .brs-right::before {
    z-index: -1;
    top: 100px;
    left: 0;
    width: calc(50vw + 47.5%);
    height: calc(100% - 110px);
  }

  .brs-left::before {
    z-index: -1;
    top: 100px;
    width: calc(50vw + 47.5%);
    height: calc(100% - 110px);
  }

  .brs-right__inner,
  .brs-left__inner {
    width: 85%;
  }

  .brs-right__cont:not(:nth-of-type(1)),
  .brs-left__cont:not(:nth-of-type(1)) {
    margin-top: 30px;
  }

  .brs-right__cont.img-no,
  .brs-left__cont.img-no {
    margin-top: 30px;
  }
}

@media(max-width:500px) {}


.cont-flex {
  display: flex;
  align-items: center;
  gap: 30px 5%;
}

.cont-flex.reverse {
  flex-direction: row-reverse;
}

.cont-flex__main {
  width: 50%;
}

.cont-flex__main60 {
  width: 60%;
}

.cont-flex__img {
  width: 50%;
}

.cont-flex__img40 {
  width: 40%;
}

.w100 {
  width: 100%;
}

.w575 {
  width: 57.5%;
}

@media(max-width:834px) {
  .cont-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 5%;
  }

  .cont-flex.reverse {
    flex-direction: column;
  }

  .cont-flex__main {
    width: 100%;
  }

  .cont-flex__main60 {
    width: 100%;
  }

  .cont-flex__img {
    width: 90%;
  }

  .cont-flex__img40 {
    width: 90%;
  }

  .w575 {
    width: 100%;
  }
}

.under-img {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.under-sec__img-area {
  position: relative;
  display: flex;
}

.under-sec__img {
  border-radius: 60px;
}

.under-sec__img-ttl {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 7.8%;
  transform: translate(0, -50%);
}

@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .under-sec__img-area {
    width: 100%;
    aspect-ratio: 430 / 162;
    border-radius: 60px 60px 0 0;
    overflow: hidden;
  }

  img.under-sec__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
    border-radius: 0 0;
  }

  .under-sec__img-ttl {
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
  }
}

@media(max-width:500px) {}

@media(max-width:370px) {}

.under-product__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 4%;
}

.under-product__item {
  width: calc((100% - 4%) / 2);
}

.under-product__item-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

@media(max-width:1423px) {}

@media(max-width:1024px) {
  .under-product__item {
    width: 100%;
  }

  .under-product__item-head {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
  }

  .under-product__item-head .under-sec__subttl {
    width: 100%;
  }

  .under-product__item-img {
    max-width: 600px;
    width: 90%;
  }
}

@media(max-width:834px) {
  .under-product__item-head {
    gap: 20px;
    margin-bottom: 0px;
  }
}

@media(max-width:500px) {}

@media(max-width:370px) {}

.under-plan {}

@media(max-width:834px) {}

@media(max-width:500px) {}

@media(max-width:370px) {}

.under-dl {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  display: grid;
  grid-template-columns: 150px 100%;
}

.under-dt,
.under-dd {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AB8D64;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 3px;
}

.under-dt:first-of-type,
.under-dd:first-of-type {
  padding-top: 0;
}

.under-dt {
  width: 150px;
  font-weight: 500;
  color: #AB8D64;
}

.under-dd {
  width: calc(100% - 150px);
}

@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .under-dl {
    display: grid;
    grid-template-columns: 120px 100%;
  }

  .under-dt {
    width: 120px;
  }

  .under-dd {
    width: calc(100% - 120px);
  }
}

@media(max-width:500px) {
  .under-dl {
    display: grid;
    grid-template-columns: 110px 100%;
  }

  .under-dt {
    width: 110px;
  }

  .under-dd {
    width: calc(100% - 110px);
  }
}

@media(max-width:370px) {}



.table01 {
  letter-spacing: 0.2em;
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}

.table01 thead {
  color: #fff;
}

.table01 th,
.table01 td {
  position: relative;
  text-align: center;
  border: #A1A1A1 1px solid;
  padding: 12px 10px;
}

.table01 td {
  width: 196px;
  background-color: #fff;
  padding: 12px 3px 12px 10px;
}

.table01.table01-tdw td {
  width: 40%;
}

.table01 thead th {
  font-weight: 500;
  color: #fff;
  border-right: #fff 1px solid;
}

.table01 thead th:nth-of-type(odd) {
  background-color: #AB8D64;
}

.table01 thead th:nth-of-type(even) {
  background-color: #A1A1A1;
}

.table01 thead th:nth-of-type(1) {
  color: #000;
  background-color: #fff;
  border-right: #A1A1A1 1px solid;
}

.table01 thead th:last-of-type {
  border-right: #A1A1A1 1px solid;
}

.table01 tbody th {
  font-weight: 400;
  background-color: #FAF8F7;
}

.table01 tbody td:nth-of-type(even) {
  color: #AB8D64;
  font-weight: 500;
}


@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {
  .table01 {
    margin: 35px 0;
  }

  .table01 th,
  .table01 td {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
}



.table01_sp {
  letter-spacing: 0.2em;
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}

.table01_sp thead {
  font-size: 1.6rem;
  /* color: #fff; */
}

.table01_sp th,
.table01_sp td {
  position: relative;
  text-align: center;
  border: #A1A1A1 1px solid;
  padding: 12px 10px;
}

.table01_sp td {
  width: 50%;
  background-color: #fff;
  padding: 12px 3px 12px 10px;
}

.table01_sp thead th {
  font-weight: 500;
  background-color: #FAF8F7;
  /* border-right: #fff 1px solid; */
}

.table01_sp tbody th {
  color: #fff;
  font-weight: 500;
}

.table01_sp tbody th:nth-of-type(odd) {
  background-color: #A1A1A1;
  border-right: #fff 1px solid;
}

.table01_sp tbody th:nth-of-type(even) {
  background-color: #AB8D64;
}

.table01_sp tbody td:nth-of-type(even) {
  color: #AB8D64;
  font-weight: 500;
}

@media(max-width:500px) {}

@media(max-width:370px) {}


.table02_sp {
  letter-spacing: 0.2em;
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}

.table02_sp thead {
  font-size: 1.6rem;
  /* color: #fff; */
}

.table02_sp th,
.table02_sp td {
  position: relative;
  text-align: center;
  border: #A1A1A1 1px solid;
  padding: 12px 10px;
}

.table02_sp td {
  width: 50%;
  background-color: #fff;
  padding: 12px 3px 12px 10px;
}

.table02_sp thead th {
  font-weight: 500;
  background-color: #FAF8F7;
  /* border-right: #fff 1px solid; */
}

.table02_sp thead tr:last-of-type th {
  color: #fff;
  font-weight: 500;
}

.table02_sp thead tr:last-of-type th:nth-of-type(odd) {
  background-color: #A1A1A1;
  border-right: #fff 1px solid;
}

.table02_sp thead tr:last-of-type th:nth-of-type(even) {
  background-color: #AB8D64;
}

.table02_sp tbody td:nth-of-type(even) {
  color: #AB8D64;
  font-weight: 500;
}


/*  */
@media(max-width:1423px) {}

@media(max-width:1024px) {}

@media(max-width:834px) {}

@media(max-width:500px) {}

@media(max-width:370px) {}

/* .top-mv {
  padding-bottom: 150px;
} */

.top-mv__list {
  display: flex;
  width: 1128px;
  margin: -100px auto 0;
  gap: 10px 15px;
  max-width: 90%;
  z-index: 3;
  position: relative;
}

.top-mv__list li {
  width: calc((100% - 30px) / 3);
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* shadow */
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.top-mv__list li .img {
  width: 60px;
  margin-bottom: 10px;
}

.top-mv__list li .img img {
  display: block;
}

.top-mv__list-ttl {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(90deg, #FFA6B2 0%, #FF8D41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 10px;
}

.top-mv__list-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

@media(max-width:1200px) {
  .top-mv__list-ttl {
    font-size: 2.4rem;
  }

  .top-mv__list li {
    padding: 30px 1%;
  }

  .top-mv__list-txt {
    font-size: 1.5rem;
  }
}

@media(max-width:834px) {
  .top-mv__list-txt {
    font-size: 1.6rem;
  }

  .top-mv__list {
    width: 35rem;
    margin: -50px auto 0;
    flex-direction: column;
  }

  .top-mv__list li {
    width: 100%;
  }

  /* .top-mv {
    padding-bottom: 60px;
  } */
}

.header-reservation__item-link.line {
  position: relative;
}

.speech-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #4141A4;
  /* 青 */
  color: #FFF600;
  font-size: 1.2rem;
  /* font-weight: bold; */
  padding: 8px 14px;
  border-radius: 20px;
  white-space: nowrap;
  /* display: none; */
}

/* ▼ 吹き出しの三角 */
.speech-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4141A4 transparent transparent transparent;
}

@media (min-width: 1424px) {
.speech-badge {
  top: 42px;
  font-size: 1rem;
  padding: 5px 10px;
}
.speech-badge::after {
  bottom: 100%;
  transform: translateX(-50%) rotate(180deg);
}
}

@media (max-width: 1423px) {
  .speech-badge {
    display: block;
  }
}

@media(max-width:450px) {
  .speech-badge {
    padding: 8px 10px;
    letter-spacing: 0;
  }
}

/* TOP提携医療機関追加 */
/* ===== セクション ===== */
.partnership {
  padding: 80px 20px;
  background-image: url(../img/top/tophos_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}

/* 背景画像（左下） */
.partnership::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 380px;
  background: url('./img/partnership/bg.webp') no-repeat left bottom / contain;
  opacity: 0.5;
  pointer-events: none;
}

/* ===== 見出し ===== */
.partnership__ttl-wrap {
  text-align: center;
  margin-bottom: 12px;
}

.partnership__ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #555;
  line-height: 1;
  font-family: var(--en);
}

.partnership__ttl-en {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.15em;
  margin-top: 8px;
  position: relative;
}

/* 横線（英字の前後） */
.partnership__ttl-en::before,
.partnership__ttl-en::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #bbb;
  vertical-align: middle;
  margin: 0 10px;
}

.partnership__lead {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 500;
}

/* ===== カードリスト ===== */
.partnership__list {
  display: flex;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  position: relative;
  z-index: 1;
}

/* ===== カード ===== */
.partnership__item {
  flex: 1;
  background: #F4FFEB;
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* アイコン円 */
.partnership__item-icon {
  width: 70px;
  height: 70px;
  background: #f0f9ef;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.partnership__item-icon svg {
  width: 34px;
  height: 34px;
  color: #6abf6a;
}

/* 施設名 */
.partnership__item-name {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(to left, #CBD662, #4BBA37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

/* タグ */
.partnership__item-tag {
  display: inline-block;
  background: linear-gradient(to left, #CBD662, #4BBA37);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

/* 説明文 */
.partnership__item-txt {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  text-align: left;
  font-weight: 500;
}

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

.pb120 {
  padding-bottom: 120px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/* ===== レスポンシブ ===== */
@media (max-width: 834px) {
  .partnership {
    padding: 60px 20px;
    margin-bottom: 60px;
    background-image: url(../img/top/tophos_bg_sp.webp);
  }

  .partnership::before {
    width: 200px;
    height: 200px;
  }

  .partnership__ttl {
    font-size: 28px;
  }

  .partnership__lead {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .partnership__list {
    flex-direction: column;
    gap: 16px;
  }

  .partnership__item {
    padding: 28px 24px;
  }

  .partnership__item-name {
    font-size: 20px;
  }

  .pb0--pc_pb100--sp {
    padding-bottom: 100px !important;
  }

  .spb {
    padding-bottom: 60px !important;
  }

  .smb40 {
    margin-bottom: 40px !important;
  }
}

.top-mv-txt01 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  background: var(--bg-grad4);
  padding: 0.1em 0.3em;
  width: fit-content;
  display: block;
}

.top-mv-txt02 {
  font-size: 90px;
  color: #fff;
  font-weight: bold;
  background: var(--bg-grad4);
  padding: 0.1em 0.3em;
  width: fit-content;
  display: block;
}

.top-mv-txt02 .num {
  font-size: 135px;
  color: #fff;
  font-weight: bold;
}

/* .mega-ttl--small{
  background-color: #fff;
  border-radius: 100px;
  padding:10px 25px;
  margin-left:20px;
  color: #FF8D41;
  font-family: var(--jp);
  font-size: 24px;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.mega-ttl--small:first-of-type{
  margin-top: 0;
} */

.mega-ttl--small.orange-ttl{
  background-color: #FF8D41;
  font-family: var(--jp);
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 10px;
}

.mega-ttl--small.cyan-ttl{
  background-color: #30B8DD;
  font-family: var(--jp);
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 10px;
}

@media (max-width: 1424px) {

  /* .top-mv-txt02 {
  font-size: 70px;
}
.top-mv-txt02 .num {
  font-size: 120px;
}
.top-mv-txt01 {
  font-size: 48px;
} */
  .top-mv-txt02 .num {
    font-size: 8vw;
  }

  .top-mv-txt02 {
    font-size: 6vw;
  }

  .top-mv-txt01 {
    font-size: 4vw;
  }

  .top-mv__ttl {
    top: 12vw;
  }
}

@media (max-width: 1024px) {
  .top-mv-txt02 {
    font-size: 5.5vw;
  }

  .top-mv-txt01 {
    font-size: 3.5vw;
  }
}

@media (max-width: 834px) {
  .top-mv-txt01 {
    font-size: 7.5vw;
    margin: 0 auto;
    padding: 0.1em 0.3em;
  }

    .top-mv-txt02 {
    font-size: 10.5vw;
    margin: 0 auto;
    padding: 0 0.3em;
  }

    .top-mv__ttl {
    top: 72vw;
  }

  .top-mv-txt02 .num {
    font-size: 20vw;
    line-height: 1;
  }
}

.partnership__list--simple{
  margin: 30px auto 0;
  width: fit-content;
}

.partnership__list--simple li{
  font-size: 1.7rem;
  margin-bottom: 7px;
}

.partnership__list--simple li::before{
  content: "・";
}