@charset "UTF-8";
html {
  font-size: clamp(10px, 1.2vw, 30px);
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
  color: #5A5A5A;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: min(0.1rem, 1px);
  font-weight: lighter;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
  word-break: break-all;
}

.tel-number a {
  text-decoration: none;
}

p,
span,
a,
button,
li {
  letter-spacing: min(0.1rem, 3px);
  font-weight: lighter;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  margin: 0;
}

p span,
h2 span,
h3 span {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

img,
picture,
iframe,
svg {
  vertical-align: top;
  width: 100%;
}

.flex {
  display: flex;
}

.boxouter {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hukidasi {
  text-align: center;
}
.hukidasi p {
  background-color: #fff;
  display: inline;
  padding: 1% 2.5%;
  border-radius: 50px;
  margin: 0 !important;
}
.hukidasi .sannkaku {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: min(2.143rem, 30px) min(2.143rem, 30px) 0 min(2.143rem, 30px);
  border-color: #fff transparent transparent transparent;
}
.hukidasi.img-sp .deco {
  display: none;
}

.pink {
  color: #DE0060;
}

.header {
  position: fixed;
  top: 1%;
  z-index: 500;
  width: 100%;
  justify-content: space-between;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08));
  background: #fff;
  border-radius: 50px;
  padding: 0.5% 3%;
  box-sizing: border-box;
}
.header__flex-left {
  display: flex;
  align-items: center;
}
.header__flex-left a {
  display: flex;
}
.header__flex-left a h1 {
  color: #00856C;
  font-size: clamp(12px, 1.5rem, 23px);
  white-space: nowrap;
}
.header__flex-left a h1::before {
  content: "";
  display: inline-block;
  width: min(3rem, 44px);
  height: min(4rem, 60px);
  background-image: url(../img/head_logo1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2%;
}
.header__flex-left .line {
  width: 2px;
  height: 40%;
  background-color: #00856C;
  margin: 0 20px;
}
.header__flex-left p {
  color: #00856C;
  white-space: nowrap;
  font-size: clamp(12px, 1rem, 14px);
  line-height: 160%;
}
.header__flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__flex-right .img {
  width: 40%;
  display: flex;
  align-items: center;
}

/* -----------右スライドメニュー---------- */
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 85%;
}

#g-nav ol {
  padding: 20px 30px;
}

#g-nav ol:last-of-type {
  padding-bottom: 150px;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  margin: 5% 0;
}
#g-nav li:nth-of-type(1) a {
  background-color: #ebebeb;
}
#g-nav li:nth-of-type(2) a {
  background-color: #FFEDED;
}
#g-nav li:nth-of-type(3) a {
  background-color: #D6F7FF;
}
#g-nav li:nth-of-type(4) a {
  background-color: #FFFABE;
}
#g-nav li:nth-of-type(5) a {
  background-color: #FFF589;
}
#g-nav li:nth-of-type(6) a {
  background-color: #E3F5FF;
}
#g-nav li:nth-of-type(7) a {
  background-color: #D1F7ED;
}

#g-nav li a {
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: none;
  font-size: clamp(12px, 1.5rem, 20px);
  margin: 0;
  color: #5a5a5a;
  padding: 5%;
  border-radius: 50px;
  display: block;
}

#g-nav li a:hover {
  color: #cfcfcf;
}

#g-nav-list li .ttl {
  color: #3CAADE;
  font-size: clamp(12px, 2.7rem, 30px);
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  cursor: pointer;
  width: min(6rem, 80px);
  height: min(6rem, 76px);
  position: relative;
  display: block;
  margin: 0 0 0 auto;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 25%;
  height: 2px;
  border-radius: 50px;
  background-color: #00856C;
  width: 50%;
}

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

.openbtn span:nth-of-type(2) {
  top: 40%;
}

.openbtn span:nth-of-type(3) {
  top: 55%;
}

.openbtn p {
  position: absolute;
  top: 65%;
  right: 50%;
  transform: translateX(50%);
  font-size: clamp(10px, 0.9rem, 12px);
  color: #00856C;
}

.closebtn {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  cursor: pointer;
  width: 81px;
  height: 76px;
  z-index: 9999;
}

.closebtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 20px;
  height: 2px;
  border-radius: 50px;
  background-color: #5a5a5a;
  width: 50%;
}

.closebtn span:nth-of-type(1) {
  top: 30px;
  right: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.closebtn span:nth-of-type(2) {
  top: 42px;
  right: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.scroll {
  position: fixed;
  z-index: 100;
  bottom: 5%;
  left: 5%;
  width: 5%;
  max-width: 130px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
.scroll img {
  animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 10%);
  }
  50% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 10%);
  }
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200%);
  }
}
.fv {
  position: relative;
  z-index: -1;
}
.fv .imgBox {
  margin-top: calc(80px + 10vh);
}
.fv .imgBox .img {
  position: absolute;
  top: 0;
  width: 100%;
  animation-name: fv-fadeUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fv-fadeUp {
  0% {
    opacity: 1;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv .imgBox .img:nth-of-type(4),
.fv .imgBox .img:nth-of-type(5) {
  animation-name: zoomIn;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.check {
  flex-wrap: wrap;
  gap: 2.5%;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.check-bg {
  background-color: #96E3D6;
  padding: calc(10px + 5%) 0;
  position: relative;
}
.check-bg .deco {
  position: absolute;
  color: #7BEDD7;
  font-weight: 900;
  font-size: clamp(12px, 1.813rem, 29px);
}
.check-bg .deco:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-25deg);
  top: 30%;
  left: 8%;
}
.check-bg .deco:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(25deg);
  top: 50%;
  left: 92%;
}
.check a {
  background-color: #fff;
  border-radius: 30px;
  outline-offset: -10px;
  overflow: hidden;
  width: 30%;
  aspect-ratio: 137/156;
  margin-bottom: 2%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.check a:hover {
  transform: translateY(-2.5%);
}
.check a.sp {
  display: none;
}
.check a .top {
  height: 77%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.check a .top .img {
  width: 50%;
  margin-bottom: 5%;
}
.check a .top .txt {
  text-align: center;
  font-size: clamp(12px, 1.857rem, 26px);
  color: #5A5A5A;
  margin-bottom: 5%;
}
.check a .kotira {
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 7% 0;
}
.check a .kotira p {
  font-size: clamp(12px, 1.071rem, 15px);
  color: #fff;
}
.check a .kotira .acon {
  width: 2%;
  display: flex;
  align-items: center;
}

.kanou {
  padding: calc(10px + 5%) 0;
}
.kanou a {
  border: 10px solid #3995FF;
  background: #fff;
  border-radius: 30px;
  padding: 4%;
  justify-content: space-evenly;
}
.kanou a > p {
  font-size: clamp(12px, 2.286rem, 32px);
  color: #3995FF;
}
.kanou a > p span {
  color: #DE0060;
}
.kanou a .kotira {
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #3995FF;
  padding: 0 3%;
}
.kanou a .kotira p {
  font-size: clamp(12px, 1.071rem, 15px);
  color: #fff;
  white-space: nowrap;
}
.kanou a .kotira .acon {
  width: 5%;
  display: flex;
  align-items: center;
  margin-top: 1%;
}

.more {
  background-color: #96E3D6;
  padding-top: calc(25px + 5%);
  padding-bottom: calc(50px + 10%);
  position: relative;
}
.more .boxouter a {
  width: 80%;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent 0%, transparent 5%, #DE0060 5%, #DE0060 100%);
  color: #F5F5F5;
  align-items: center;
  border-radius: 50px;
}
.more .boxouter a .img {
  width: 20%;
  margin-top: -9%;
}
.more .boxouter a p {
  width: 70%;
  text-align: center;
  font-size: clamp(12px, 1.857rem, 26px);
}
.more .boxouter a .acon {
  display: flex;
  align-items: center;
  width: 2%;
}
.more .btmimg {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}

.top a:hover {
  transition: 0.2s;
  transform: translateY(-5%);
  filter: drop-shadow(5px 10px 0px rgba(0, 0, 0, 0.08));
}
.top .homedoctor {
  text-align: center;
  padding: calc(50px + 2%) 0 2%;
}
.top .homedoctor-bg {
  background-color: #E8FCF8;
}
.top .homedoctor-bg .line {
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #3995FF 0, #3995FF 10%, #FFD733 10%, #FFD733 30%, #FC8C8C 30%, #FC8C8C 40%, #62DFF4 40%, #62DFF4 55%, #39D9AF 55%, #39D9AF 75%, #FC8C8C 75%, #FC8C8C 80%, #FFD733 80%, #FFD733 100%);
  width: 100%;
  height: min(1rem, 14px);
}
.top .homedoctor-bg .btm {
  position: relative;
  z-index: 1;
  background: #E8FCF8;
}
.top .homedoctor-bg .btm__img {
  width: 60%;
  margin: 0 auto;
  padding-left: 10%;
}
.top .homedoctor .img {
  width: 65%;
  margin: 0 auto 10%;
}
.top .homedoctor h2 {
  color: #5A5A5A;
  font-size: clamp(12px, 2rem, 35px);
  margin-bottom: 5%;
}
.top .homedoctor h2 .L {
  font-size: clamp(12px, 2.5rem, 48px);
}
.top .homedoctor h2 .XL {
  font-size: clamp(12px, 4rem, 60px);
  font-family: "Lisu Bosa";
  font-weight: 900;
}
.top .homedoctor .maru {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 2% 10%;
  margin-bottom: 5%;
  filter: drop-shadow(5px 10px 0px #96E3D6);
}
.top .homedoctor .maru p:nth-of-type(1) {
  font-size: clamp(12px, 5.357rem, 75px);
  font-family: "Lisu Bosa";
  font-weight: 900;
  color: #DE0060;
  margin-right: 5%;
}
.top .homedoctor .maru p:nth-of-type(2) {
  color: #5A5A5A;
  font-size: clamp(12px, 2rem, 35px);
  text-align: left;
}
.top .conbini {
  background-color: #C2F4EB;
  margin-top: -100px;
  padding-top: 100px;
}
.top .conbini .ttl {
  text-align: center;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: 2% 0;
}
.top .conbini .ttl img {
  width: 10%;
}
.top .conbini .ttl span {
  color: #00856C;
  font-size: clamp(12px, 4.214rem, 59px);
}
.top .conbini .h2Box {
  padding: calc(20px + 10%) 0 calc(20px + 15%);
}
.top .conbini .h2Box h2 {
  text-align: center;
  font-size: clamp(12px, 2.286rem, 32px);
  margin-bottom: 3%;
}
.top .conbini .h2Box p {
  font-size: clamp(12px, 1.357rem, 19px);
  text-align: justify;
}
.top .conbini .h3Box {
  margin-bottom: 5%;
}
.top .conbini .h3Box h3 {
  background: linear-gradient(90deg, transparent 0, transparent 9%, #fff 9%, #fff 100%);
  align-items: center;
  border-radius: 50px;
}
.top .conbini .h3Box h3 .img {
  width: 20%;
  margin-top: -9%;
}
.top .conbini .h3Box h3 p {
  color: #00856C;
  font-size: clamp(12px, 2rem, 28px);
  width: 100%;
  text-align: center;
  padding-right: 5%;
}
.top .conbini .h3Box.second h3 {
  background: linear-gradient(90deg, #fff 0, #fff 90%, transparent 90%, transparent 100%);
  flex-flow: row-reverse;
}
.top .conbini .h3Box.second h3 .img {
  width: 24%;
}
.top .conbini .h3Box.second p {
  padding-right: 0%;
  padding-left: 5%;
}
.top .conbini .taisei {
  justify-content: space-between;
}
.top .conbini .taisei .con {
  width: 50%;
  text-align: center;
  padding: 4% 2%;
  background-color: rgba(232, 252, 248, 0.3490196078);
  position: relative;
}
.top .conbini .taisei .con .hukidasi p {
  font-size: clamp(12px, 1.429rem, 20px);
  padding: 2.5% min(1.429rem, 20px);
}
.top .conbini .taisei .con .hukidasi .sannkaku {
  border-width: min(2.143rem, 15px) min(2.143rem, 15px) 0;
}
.top .conbini .taisei .con .img {
  margin: 2% 0;
}
.top .conbini .taisei .con .txt {
  font-size: clamp(12px, 1.786rem, 25px);
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .conbini .taisei .con .ttl {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.429rem, 20px);
  white-space: nowrap;
  padding: 2% 5%;
  border-radius: 50px;
  background-color: #00856C;
  color: #fff;
}
.top .conbini .taisei .con .ttl.yellow {
  background-color: #FCE66E;
  color: #5F6061;
}
.top .conbini .kome {
  text-align: center;
  font-size: clamp(12px, 1rem, 14px);
  margin: 5% 0 calc(20px + 15%);
}
.top .conbini .mamoru {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 2% 0;
}
.top .conbini .mamoru-line {
  border-bottom: min(0.429rem, 6px) dotted #fff;
}
.top .conbini .mamoru-line:last-of-type {
  border: none;
}
.top .conbini .mamoru p {
  font-size: clamp(12px, 1.786rem, 25px);
}
.top .conbini .kyuukann-a {
  padding: calc(20px + 10%) 0;
}
.top .conbini .kyuukann-a a {
  background: #00856C;
  color: #F5F5F5;
  align-items: center;
  border-radius: 50px;
  padding: 2% 5%;
}
.top .conbini .kyuukann-a a p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 1.857rem, 26px);
}
.top .conbini .kyuukann-a a .acon {
  display: flex;
  align-items: center;
}
.top .soudann {
  position: relative;
  overflow: hidden;
}
.top .soudann .deco-maru {
  position: absolute;
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top .soudann .deco-maru:nth-of-type(1) {
  left: 5%;
  top: -1%;
  transform: scale(0.2);
  background-color: #EAEAEA;
}
.top .soudann .deco-maru:nth-of-type(2) {
  left: -2%;
  top: 15%;
  transform: scale(0.3);
  background-color: #D9F2EE;
}
.top .soudann .deco-maru:nth-of-type(3) {
  left: -7%;
  bottom: 20%;
  transform: scale(0.6);
  background-color: #D3F5EF;
}
.top .soudann .deco-maru:nth-of-type(4) {
  left: 1%;
  bottom: -10%;
  transform: scale(0.7);
  background-color: #C2F4EB;
}
.top .soudann .deco-maru:nth-of-type(5) {
  right: 3%;
  top: 1%;
  transform: scale(0.25);
  background-color: #EAEAEA;
}
.top .soudann .deco-maru:nth-of-type(6) {
  right: -7.5%;
  top: 45%;
  transform: scale(0.6);
  background-color: #D3F5EF;
}
.top .soudann .deco-maru:nth-of-type(7) {
  right: -3%;
  bottom: -12%;
  transform: scale(0.8);
  background-color: #C2F4EB;
}
.top .soudann .huann {
  text-align: center;
  padding: calc(20px + 10%) 0;
}
.top .soudann .huann .pBox1 {
  position: relative;
  width: 70%;
  margin: 0 auto calc(10px + 5%);
}
.top .soudann .huann .pBox1 .bg {
  max-width: 840px;
  margin: 0 auto;
}
.top .soudann .huann .pBox1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(9px, 2.857rem, 40px);
  width: 100%;
  white-space: nowrap;
}
.top .soudann .huann .maru {
  margin: 5% auto;
  width: min(1.571rem, 22px);
  aspect-ratio: 1/1;
  background-color: #EAEAEA;
  border-radius: 50px;
}
.top .soudann .huann .pBox2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.top .soudann .huann .pBox2 p {
  background: #FCE66E;
  font-size: clamp(12px, 3.429rem, 48px);
  border-radius: 100px;
  padding: 3%;
}
.top .soudann .huann .pBox2 p .gleen {
  color: #00856C;
}
.top .soudann .huann .pBox2 .deco {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(60%, -50%);
}

.mokomoko {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: auto;
  margin-bottom: -2px;
}

.h1Box {
  padding-top: calc(100px + 2%);
  position: relative;
  overflow: hidden;
}
.h1Box .bg {
  position: absolute;
  width: 30%;
  max-width: 800px;
  top: calc(100px + 1%);
}
.h1Box .bg:nth-of-type(2) {
  right: 0;
}
.h1Box .boxouter {
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}
.h1Box .boxouter .img {
  width: 17%;
  max-width: 300px;
}
.h1Box .boxouter .img img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.h1Box .boxouter .pBox {
  text-align: center;
}
.h1Box .boxouter .pBox h1 {
  font-size: 2.8rem;
  margin-bottom: 2%;
}
.h1Box .boxouter .pBox p {
  font-size: 1rem;
  line-height: 180%;
}

.h2Box {
  padding: calc(20px + 7%) 0 calc(10px + 5%);
}
.h2Box .grown-iframe {
  text-align: center;
  width: 50%;
  height: 30vw;
  margin: auto;
  margin-bottom: 150px;
}
.h2Box .grown-iframe.sp {
  display: none;
}
@media (width < 768px) {
  .h2Box .grown-iframe {
    height: 40vw;
    width: 70%;
    margin-bottom: 100px;
  }
  .h2Box .grown-iframe.sp {
    display: block;
  }
  .h2Box .grown-iframe.pc {
    display: none;
  }
}
@media (width < 550px) {
  .h2Box .grown-iframe {
    width: 80%;
    height: 50vw;
    margin-bottom: 50px;
  }
}
.h2Box .grown-iframe iframe {
  width: 100%;
  height: 100%;
}
.h2Box .boxouter {
  align-items: center;
  justify-content: center;
  gap: 1%;
}
.h2Box .boxouter .left {
  position: relative;
}
.h2Box .boxouter .left p {
  font-size: clamp(12px, 6.643rem, 96px);
  font-family: "Lisu Bosa";
  font-weight: 900;
}
.h2Box .boxouter .left .deco {
  position: absolute;
  width: min(4.286rem, 60px);
  top: min(-0.714rem, -10px);
  left: min(-2.143rem, -30px);
}
.h2Box .boxouter .pBox {
  position: relative;
}
.h2Box .boxouter .pBox p {
  font-size: clamp(12px, 1.357rem, 19px);
  margin-left: 2%;
  font-weight: 900;
}
.h2Box .boxouter .pBox h2 {
  font-size: clamp(12px, 2.857rem, 46px);
  line-height: 120%;
}
.h2Box .boxouter .pBox .deco {
  position: absolute;
  width: min(4.286rem, 60px);
  bottom: min(-2.143rem, -30px);
  right: min(-2.143rem, -30px);
  transform: rotate(180deg);
}
.h2Box > p {
  font-size: clamp(12px, 1.357rem, 19px);
  text-align: center;
  margin-top: 2%;
  line-height: 200%;
}

.maruBox-bg {
  position: relative;
  z-index: 1;
  padding-bottom: calc(10px + 5%);
  overflow: hidden;
}
.maruBox-bg__maru {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateY(50%) scale(1.2);
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
.maruBox-bg .maruBox {
  gap: 5%;
}
.maruBox-bg .maruBox .maru {
  background-color: #fff;
  padding: 5%;
  border-radius: 100%;
  width: 30%;
  aspect-ratio: 1/1;
  position: relative;
}
.maruBox-bg .maruBox .maru p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: clamp(12px, 1.714rem, 24px);
  white-space: nowrap;
  text-align: center;
  line-height: 180%;
}
.maruBox-bg .maruBox .maru p.num {
  font-size: clamp(12px, 17rem, 300px);
  font-family: "Lisu Bosa";
  font-weight: 900;
  opacity: 17%;
}
.maruBox-bg .maruBox .maru p span {
  display: block;
}
.maruBox-bg .maruBox .maru:nth-of-type(odd) {
  margin-top: 8%;
}
.maruBox-bg .maruBox .maru:nth-of-type(even) {
  margin-bottom: 8%;
}

.tohaBox {
  color: #fff;
  position: relative;
}
.tohaBox p {
  font-size: clamp(12px, 1.357rem, 19px);
  line-height: 180%;
  margin: 2% 0;
}
.tohaBox p.txt {
  text-align: center;
  padding: 0;
  margin: 2% auto;
}
.tohaBox .boxouter {
  padding-bottom: calc(10px + 5%);
}
.tohaBox .boxouter h3 {
  text-align: center;
  font-size: clamp(12px, 2.286rem, 32px);
  margin-bottom: 2%;
}
.tohaBox .boxouter .kome {
  font-size: clamp(12px, 1.357rem, 14px);
}
.tohaBox .boxouter .kome a {
  color: #fff;
}
.tohaBox .boxouter .kome a:hover {
  color: #0e4dab;
}
.tohaBox .hukidasi p {
  color: #5A5A5A;
  font-size: clamp(12px, 2.071rem, 29px);
}
.tohaBox .img {
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
}
.tohaBox.QBox .flex {
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 2% auto 0;
  max-width: 1200px;
  gap: 5%;
}
.tohaBox.QBox .flex .pBox {
  margin-bottom: 8%;
  width: 100%;
}
.tohaBox.QBox .flex .pBox p {
  margin: 0;
}
.tohaBox.QBox .flex .pBox .flex {
  justify-content: left;
  align-items: center;
  margin: 5% 0 0 0;
}
.tohaBox.QBox .flex .pBox .flex .Q {
  font-weight: 900;
  font-size: clamp(12px, 3.286rem, 46px);
  margin-right: 3%;
}
.tohaBox.QBox .flex .pBox .flex .ttl {
  font-size: clamp(12px, 1.857rem, 26px);
}
.tohaBox.QBox .flex .pBox .flex:nth-of-type(1) {
  margin: 0;
}
.tohaBox.QBox .flex .img {
  margin: 0;
  width: 50%;
}
.tohaBox.find .flex {
  gap: 2%;
  padding: 0;
}
.tohaBox.find .flex .pBox {
  margin-top: 5%;
  padding-bottom: calc(10% + 5px);
}
.tohaBox.find .flex .pBox h3 {
  text-align: left;
}
.tohaBox.find .flex .pBox p {
  text-align: left;
}
.tohaBox.child1 {
  padding-bottom: calc(10% + 5px);
}
.tohaBox.child1 > .flex {
  gap: 1%;
  margin-top: 3%;
}
.tohaBox.child1 > .flex .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(10px 10px 10px rgba(167, 142, 4, 0.2392156863));
}
.tohaBox.child1 > .flex .box .nmb {
  position: relative;
  background-color: #fff;
  padding: calc(20px + 4%) calc(10px + 5%) 0;
  border-radius: 100px 100px 0 0;
  width: 30%;
  box-sizing: border-box;
  margin: 0 auto;
  margin: 0 auto -30px;
  min-width: 100px;
}
.tohaBox.child1 > .flex .box .mainFlex {
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: min(30px + 5%) 10%;
}
.tohaBox.child1 > .flex .box .mainFlex .main {
  text-align: center;
  color: #5A5A5A;
}
.tohaBox.child1 > .flex .box .mainFlex .main .flex {
  flex-direction: column;
}
.tohaBox.child1 > .flex .box .mainFlex .main .flex .imgBox {
  margin: 5% 0;
}
.tohaBox.child1 > .flex .box .mainFlex .main .flex .imgBox .img {
  width: 100%;
  min-width: auto;
}
.tohaBox.child1 > .flex .box .mainFlex .main .size23 {
  font-size: clamp(12px, 1.643rem, 23px);
}
.tohaBox.child1 > .flex .box .mainFlex .main .size29 {
  font-size: clamp(12px, 2.071rem, 29px);
}
.tohaBox.child2 {
  padding-bottom: calc(10% + 5px);
}
.tohaBox.child2 > .flex {
  margin-top: 3%;
}
.tohaBox.child2 > .flex .box {
  width: 100%;
  display: flex;
  filter: drop-shadow(10px 10px 10px rgba(167, 142, 4, 0.2392156863));
}
.tohaBox.child2 > .flex .box:last-of-type {
  width: 85%;
}
.tohaBox.child2 > .flex .box .mainFlex {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  color: #5A5A5A;
  overflow: hidden;
}
.tohaBox.child2 > .flex .box .mainFlex p {
  font-size: clamp(12px, 1rem, 17px);
}
.tohaBox.child2 > .flex .box .mainFlex p.size20 {
  font-size: clamp(12px, 1.429rem, 20px);
}
.tohaBox.child2 > .flex .box .mainFlex p.size23 {
  font-size: clamp(12px, 1.643rem, 23px);
}
.tohaBox.child2 > .flex .box .mainFlex p .yellow {
  display: block;
  color: #FF4E00;
  margin-top: 5%;
  font-size: clamp(12px, 2.571rem, 36px);
}
.tohaBox.child2 > .flex .box .mainFlex .img {
  width: 57%;
  min-width: auto;
}
.tohaBox.child2 > .flex .box .mainFlex h3 {
  background-color: #D4EBE7;
  padding: 5% 0;
  margin-bottom: 0;
  width: 100%;
}
.tohaBox.child2 > .flex .box .mainFlex .top {
  margin: 10% 0;
  flex-flow: column;
}
.tohaBox.child2 > .flex .box .mainFlex .btm {
  background-color: #F7F7F7;
  flex-flow: column-reverse;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 {
  padding: 0 5%;
  margin-bottom: 15%;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox {
  display: flex;
  max-width: 300px;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox .img {
  width: 30%;
  margin: 0 5% 0 0;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox .img img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox p {
  width: 70%;
  text-align: left;
}
.tohaBox.child2 > .flex .box .mainFlex .btmBox2 .line {
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #FFD733;
  margin-left: 1.5%;
  margin: 10% 0;
}
.tohaBox.child2 > .flex .box .sannkaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(2.143rem, 30px) 0 min(2.143rem, 30px) min(2.143rem, 30px);
  border-color: transparent transparent transparent #fff;
  margin: auto 5% auto 0;
}
.tohaBox.adult1 {
  padding-bottom: calc(10% + 5px);
}
.tohaBox.adult1 > .flex {
  gap: 1%;
  margin-top: 3%;
  justify-content: center;
}
.tohaBox.adult1 > .flex .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
.tohaBox.adult1 > .flex .box .nmb {
  position: relative;
  background-color: #fff;
  padding: calc(20px + 4%) calc(10px + 5%) 0;
  border-radius: 100px 100px 0 0;
  width: 30%;
  box-sizing: border-box;
  margin: 0 auto;
  margin: 0 auto -30px;
  min-width: 100px;
}
.tohaBox.adult1 > .flex .box .mainFlex {
  justify-content: center;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: min(30px + 5%) 10%;
}
.tohaBox.adult1 > .flex .box .mainFlex .main {
  text-align: center;
  color: #5A5A5A;
}
.tohaBox.adult1 > .flex .box .mainFlex .main > .flex {
  flex-direction: column;
  align-items: center;
}
.tohaBox.adult1 > .flex .box .mainFlex .main > .flex .top .ttl {
  font-size: clamp(12px, 2.071rem, 29px);
}
.tohaBox.adult1 > .flex .box .mainFlex .main > .flex .top .ttl span {
  font-size: clamp(12px, 1.714rem, 24px);
}
.tohaBox.adult1 > .flex .box .mainFlex .main > .flex > p {
  text-align: justify;
}
.tohaBox.adult1 > .flex .box .mainFlex .main > .flex .imgBtm {
  margin: 10% 0 0 auto;
  width: 50%;
  min-width: auto;
}
.tohaBox.ambu1 .txtFlex {
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin-bottom: 5%;
}
.tohaBox.ambu1 .txtFlex .img {
  margin: 0;
  width: 10%;
  min-width: auto;
}
.tohaBox.ambu1 h2 {
  text-align: center;
  font-size: clamp(12px, 2.071rem, 29px);
  color: #5A5A5A;
  background-color: #FCE66E;
  border-radius: 50px;
  width: 70%;
  padding: 2%;
  margin: 0 auto 10%;
}
.tohaBox.ambu1 .imgBox {
  gap: 2%;
}
.tohaBox.ambu1 .imgBox .img {
  margin: 0;
  width: 100%;
  min-width: auto;
}
.tohaBox.ambu1 .sannkaku-w {
  width: 5%;
  margin: 3% auto;
  max-width: 50px;
}
.tohaBox.ambu1 .white {
  text-align: center;
  margin: 0 auto;
  color: #5A5A5A;
  background-color: #fff;
  border-radius: 100px;
  width: 70%;
  padding: 2%;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 16px rgba(1, 101, 82, 0.1607843137));
}
.tohaBox.ambu2 {
  padding-bottom: 10%;
}
.tohaBox.ambu2 .flex {
  padding: 0;
  margin: 2% auto;
}
.tohaBox.ambu2 .flex .flexBox {
  display: flex;
  text-align: center;
}
.tohaBox.ambu2 .txtFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tohaBox.ambu2 .txtFlex .line {
  width: 50px;
  height: 2px;
  border-bottom: 2px solid #fff;
  margin: 0 2%;
}
.tohaBox.ambu2 .txtFlex p {
  margin: 0;
}

.yellowBox {
  position: relative;
  padding-bottom: 5%;
}
.yellowBox.img-sp .img-sp__deco {
  display: none;
}
.yellowBox p {
  font-size: clamp(12px, 1.357rem, 19px);
  line-height: 180%;
  margin: 2% 0;
}
.yellowBox .h2 {
  background-color: #FCE66E;
  text-align: center;
  width: 100%;
}
.yellowBox .h2 h2 {
  font-size: clamp(12px, 2.5rem, 35px);
  padding: 2% 0;
}
.yellowBox .h2 .flex .Wbox {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 50px 0 0 0;
}
.yellowBox .kome {
  font-size: clamp(12px, 1.357rem, 14px);
}
.yellowBox .kome a {
  color: #5a5a5a;
}
.yellowBox .kome a:hover {
  color: #0e4dab;
}
.yellowBox .h2Btm {
  width: 15%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 5%;
}
.yellowBox .flexCon {
  display: flex;
}
.yellowBox .flexCon .txtBox {
  width: 100%;
  padding-bottom: 10%;
}
.yellowBox .flexCon .imgBox {
  width: 40%;
}
.yellowBox .flexCon .imgBox .img {
  object-position: bottom;
  height: 100%;
}
.yellowBox .txtFlex {
  align-items: center;
  gap: 1%;
  margin-bottom: 30px;
}
.yellowBox .txtFlex .nmb {
  font-size: clamp(12px, 7.143rem, 100px);
  font-family: "Lisu Bosa";
  font-weight: 900;
  color: #D05656;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
}
.yellowBox .txtFlex .dotted {
  width: 4%;
  border-bottom: 2px dotted #707070;
}
.yellowBox .txtFlex .maru {
  position: relative;
}
.yellowBox .txtFlex .maru.what1 {
  width: min(7.143rem, 100px);
  height: min(7.143rem, 100px);
  background-color: #D05656;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.yellowBox .txtFlex .maru.what1 .nmb {
  font-size: clamp(12px, 7.143rem, 100px);
  color: #fff;
}
.yellowBox .txtFlex .maru.what2 {
  width: 20%;
  max-width: 140px;
}
.yellowBox.find1 .txtFlex {
  gap: 3%;
  margin-bottom: 1%;
}
.yellowBox.find1 .txtFlex .maru {
  width: min(4.643rem, 65px);
}
.yellowBox.find1 .txtFlex .maru .nmb {
  font-size: clamp(12px, 3.929rem, 55px);
  font-family: "Lisu Bosa";
  font-weight: 900;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
}
.yellowBox.find1 .txtFlex > p {
  font-size: clamp(12px, 1.786rem, 25px);
  color: #008FB2;
}
.yellowBox.find2 {
  text-align: center;
}
.yellowBox.find2 h3 {
  font-size: clamp(12px, 2.071rem, 29px);
  background-color: #FCE66E;
  display: inline-block;
  padding: 1% 2.5%;
  border-radius: 100px;
  margin: 3% 0 5%;
}
.yellowBox.find2 > .flex {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
}
.yellowBox.find2 > .flex .deco {
  width: 30%;
  max-width: 250px;
}
.yellowBox.find2 > .flex .txtBox {
  width: 100%;
  max-width: 830px;
  padding-bottom: 10%;
}
.yellowBox.find2 > .flex .txtBox .txtFlex {
  margin-bottom: 3%;
}
.yellowBox.find2 > .flex .txtBox .txtFlex .maru .nmb {
  color: #008FB2;
}
.yellowBox.find2 > .flex .txtBox .txtFlex .line {
  width: 30%;
  height: 2px;
  border-bottom: 2px dotted #5A5A5A;
  margin-left: 1.5%;
}
.yellowBox.find2 > .flex .txtBox .txtFlex p {
  text-align: left;
}
.yellowBox.child1 > .boxouter {
  padding-bottom: 5%;
}
.yellowBox.child1 > .boxouter .txtFlex {
  justify-content: center;
  gap: 1.5%;
  margin: 0;
}
.yellowBox.child1 > .boxouter .txtFlex .nmb {
  line-height: 90%;
  position: static;
  transform: translate(0, 0);
  color: #DE0060;
}
.yellowBox.child1 > .boxouter .txtFlex .img {
  width: min(5.714rem, 80px);
}
.yellowBox.child1 p {
  text-align: center;
}
.yellowBox.child2 .flex {
  gap: 2%;
  margin-bottom: 1%;
  width: 90%;
}
.yellowBox.child2 .flex .con {
  gap: 5%;
  align-items: center;
}
.yellowBox.child2 .flex .con .img {
  width: 40%;
}
.yellowBox.child3 {
  text-align: center;
}
.yellowBox.child3 .boxouter {
  max-width: 1000px;
}
.yellowBox.child3 .boxouter h3 {
  font-size: clamp(12px, 2.071rem, 29px);
  background-color: #FCE66E;
  display: inline-block;
  padding: 1% 2.5%;
  border-radius: 100px;
}
.yellowBox.child3 .boxouter p {
  margin-bottom: 5%;
}
.yellowBox.child3 .boxouter p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10%;
}
.yellowBox.adult1 > p {
  margin-bottom: 1%;
  font-size: clamp(12px, 2.5rem, 35px);
}
.yellowBox.adult1 > .flex {
  align-items: center;
  justify-content: center;
}
.yellowBox.adult1 > .flex .img {
  max-width: 150px;
  margin-right: 5%;
}
.yellowBox.adult1 > .flex a {
  font-size: clamp(12px, 3.214rem, 45px);
  font-weight: 900;
  color: #DE0060;
}

.checkBox .hukidasi p {
  font-size: clamp(12px, 2.071rem, 29px);
}
.checkBox .flexBox {
  max-width: 800px;
  padding: 5% 0;
}
.checkBox .flexBox .flex {
  align-items: center;
  gap: 3%;
  margin-bottom: 2%;
}
.checkBox .flexBox .flex .img {
  width: min(3.571rem, 50px);
}
.checkBox .flexBox .flex p {
  color: #fff;
  font-size: clamp(12px, 2.143rem, 30px);
}
.checkBox .nado {
  text-align: right;
  color: #fff;
  font-size: clamp(12px, 2.143rem, 30px);
}

.TabBox .tab-group {
  display: flex;
  justify-content: center;
  gap: 2%;
  width: 100%;
}
.TabBox .tab-group_bg {
  background-color: #fff;
}
.TabBox .tab {
  flex-grow: 1;
  padding: 1.5% 1%;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #E4E4E4;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: clamp(10px, 1.357rem, 19px);
}
.TabBox .tab .acon {
  margin-left: 7%;
  width: min(0.857rem, 12px);
  transform: rotate(90deg);
}
.TabBox .tab .acon img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.TabBox .panel-group .panel .hukidasi {
  margin: 5% 0;
  font-size: clamp(12px, 2.071rem, 29px);
}
.TabBox .panel-group .panel .box2 {
  flex-wrap: wrap;
  width: 90%;
  border-top: 5px dotted #fff;
  border-bottom: 5px dotted #fff;
  padding: 2%;
  margin: 10% auto;
}
.TabBox .panel-group .panel .box2 .box {
  width: 50%;
  margin: 2% 0;
}
.TabBox .panel-group .panel .box2 .box .ttl {
  font-size: clamp(12px, 1.786rem, 25px);
  color: #00856C;
  background-color: #fff;
  border-radius: 50px;
  width: 70%;
  padding: 1% 7%;
  display: inline;
}
.TabBox .panel-group .panel .box2 .box .txt {
  margin-left: 5%;
  color: #fff;
  display: list-item;
  font-size: clamp(12px, 1.357rem, 19px);
}
.TabBox .panel-group .panel .box3 .ttl {
  font-size: clamp(12px, 2.071rem, 29px);
  color: #fff;
  text-align: center;
}
.TabBox .panel-group .panel .box3 .sannkaku-w {
  width: 5%;
  margin: 6% auto 5%;
  max-width: 50px;
}
.TabBox .panel-group .panel .box3 .yellow {
  text-align: center;
  color: #5A5A5A;
  background-color: #FCE66E;
  border-radius: 50px;
  width: 80%;
  padding: 2%;
  margin: 0 auto 1%;
  font-size: clamp(12px, 1.357rem, 19px);
}
.TabBox .panel-group .panel .box3 .kome {
  text-align: left;
  font-size: clamp(12px, 1rem, 14px);
  margin: 5% 0;
  color: #fff;
}
.TabBox .panel-group .panel .box3 .kome a {
  color: #fff;
}
.TabBox .panel-group .panel .box3 .kome a:hover {
  color: #0e4dab;
}
.TabBox .panel-group .panel .yellowBox {
  padding: 0;
}
.TabBox .panel-group .panel .yellowBox .boxouter {
  gap: 5%;
}
.TabBox .panel-group .panel .yellowBox .boxouter .img img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.TabBox .panel-group .panel .yellowBox .boxouter .txtCon .txtFlex {
  display: flex;
  margin-bottom: 2%;
  align-items: baseline;
}
.TabBox .panel-group .panel .yellowBox .boxouter .txtCon .txtFlex .acon {
  width: min(1.357rem, 19px);
  aspect-ratio: 1/1;
  background-color: #00856C;
}
.TabBox .panel-group .panel .yellowBox .boxouter .txtCon .txtFlex p {
  width: 100%;
}
.TabBox .panel-group .panel .yellowBox .kome {
  text-align: left;
  font-size: clamp(12px, 1rem, 14px);
  margin: 5% 0 10%;
}
.TabBox .panel-group .panel .yellowBox .kome a {
  color: #5A5A5A;
}
.TabBox .panel-group .panel .yellowBox .kome a:hover {
  color: #0e4dab;
}
.TabBox .panel-group .panel .yellowBox.gleen {
  background-image: radial-gradient(rgba(0, 227, 185, 0.0705882353) 15%, transparent 15%);
  background-size: min(5.714rem, 80px) min(5.714rem, 80px);
}
.TabBox .panel-group .panel .yellowBox.gleen .h2 {
  background-color: #D1F7ED;
}
.TabBox .panel-group .panel .yellowBox.gleen .h2 h2 {
  color: #00856C;
  padding: 2.5% 0;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox {
  padding-bottom: 5%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex {
  padding: 0;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .midasi {
  color: #00856C;
  background-color: #D1F7ED;
  width: 20%;
  border-radius: 15px 15px 0 0;
  padding: 0 min(1.714rem, 24px);
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .midasi p {
  text-align: center;
  font-size: clamp(12px, 1.714rem, 24px);
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex {
  align-items: baseline;
  border-radius: 0 30px 30px 30px;
  padding: 0;
  overflow: hidden;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main p {
  text-align: left;
  width: 100%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .topBox {
  padding: 5% 7%;
  box-sizing: border-box;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .topBox p:nth-of-type(1) {
  font-size: clamp(12px, 1.571rem, 22px);
  margin-bottom: 5%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .topBox p:nth-of-type(2) {
  margin-bottom: 10%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .btmBox {
  padding: 10% 5% 10.5%;
  box-sizing: border-box;
  background-color: #D1F7ED;
  display: flex;
  align-items: center;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .btmBox .acon {
  width: 30%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .flex .box .mainFlex .main .btmBox .acon img {
  width: 35%;
  margin: 0 auto;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .kome {
  margin: 2% 0 9%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .kome a {
  color: #fff;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .kome a:hover {
  color: #0e4dab;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .tohaBox.find .flex {
  gap: 0;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .tohaBox.find .flex .pBox {
  width: 200%;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .tohaBox.find .flex .pBox p {
  padding: 7%;
  background-color: #fff;
  border-radius: 30px;
  margin: 0;
  color: #5a5a5a;
}
.TabBox .panel-group .panel .yellowBox.gleen .tohaBox .tohaBox.find .flex .pBox .sannkaku {
  width: 5%;
}
.TabBox .panel {
  display: none;
}
.TabBox .tab.is-active {
  background: #00856C;
  transition: all 0.2s ease-out;
}
.TabBox .panel.is-show {
  display: block;
}

.comment p {
  padding: 20px 0;
}
@media (width < 550px) {
  .comment p {
    padding: 5px 0;
  }
}
.comment p br {
  display: none;
}
@media (width < 550px) {
  .comment p br {
    display: block;
  }
}

footer {
  background-color: #0BC6A3;
  text-align: center;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #0e4dab;
}
footer .txt {
  font-size: clamp(12px, 1.929rem, 27px);
  padding: calc(20px + 7%) 0 calc(10px + 5%);
}
footer .con {
  background-color: #fff;
  border-radius: 30px;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 3%;
  justify-content: space-evenly;
  align-items: center;
}
footer .con .img {
  width: 22%;
}
footer .con .line {
  width: 2px;
  height: 80px;
  background-color: #5A5A5A;
  margin: 0 5%;
}
footer .con .pBox p {
  color: #5A5A5A;
  text-align: left;
}
footer .con .pBox p:nth-of-type(1) {
  font-size: clamp(12px, 1rem, 15px);
  margin-bottom: 1%;
}
footer .con .pBox p:nth-of-type(2) {
  font-size: clamp(12px, 0.786rem, 12px);
  line-height: 180%;
}
footer .aBox {
  justify-content: center;
  margin: calc(5px + 2.5%) 0 0.3%;
  gap: 4%;
}
footer .aBox a {
  font-size: clamp(12px, 0.929rem, 14px);
}
footer > p {
  font-size: clamp(12px, 1.071rem, 15px);
}
footer > a {
  display: block;
  width: 30%;
  max-width: 250px;
  margin: 5% auto 0;
}
footer > a:hover {
  transition: 0.2s;
  transform: translateY(-5%);
  filter: drop-shadow(5px 10px 0px rgba(0, 0, 0, 0.08));
}

.footer2 {
  padding: calc(20px + 7%) 0 calc(10px + 5%);
}
.footer2 .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.footer2 .flex2 {
  justify-content: center;
  padding: calc(10px + 5%) 0 calc(10px + 5%);
}
.footer2 .flex2 .nmb p {
  font-size: clamp(12px, 2.857rem, 46px);
  letter-spacing: min(0.5rem, 5px);
}
.footer2 .pBox {
  text-align: left;
  width: 50%;
}
@media (width < 1000px) {
  .footer2 .pBox {
    width: 60%;
  }
}
@media (width < 550px) {
  .footer2 .pBox {
    width: 80%;
  }
}
.footer2 .pBox h3 {
  font-size: clamp(12px, 2.286rem, 32px);
  padding-bottom: calc(5px + 2.5%);
}
.footer2 .pBox p {
  font-size: clamp(12px, 1.357rem, 19px);
}
.footer2 .pBox .kome {
  padding-top: calc(5px + 2.5%);
  font-size: clamp(12px, 1.357rem, 14px);
}
.footer2 .pBox br {
  display: none;
}
@media (width < 768px) {
  .footer2 .pBox br {
    display: block;
  }
}
.footer2 hr {
  width: 80%;
  margin: auto;
  border: none;
  border-bottom: 5px dotted #fff;
  margin: calc(10px + 5%) auto calc(10px + 5%) auto;
}
.footer2 .con {
  margin-top: calc(0px + 5%);
}

@media screen and (min-width: 2000px) {
  .h1Box .boxouter .pBox {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 801px) {
  .top .conbini .taisei .con.conPc {
    background-color: #FFFAE2;
  }
  .top .conbini .taisei .con.margin {
    left: 2%;
  }
  .top .conbini .taisei .con .ttl.yellow {
    left: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: clamp(7px, 1.2vw, 30px);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .scroll {
    left: 1%;
    min-width: 30px;
    width: 7%;
  }
  a:hover {
    transition: 0s;
    transform: translateY(0%) !important;
    filter: none !important;
  }
  .header__flex-left .line {
    display: none;
  }
  .header__flex-left > p {
    display: none;
  }
  .header__flex-right .img {
    max-width: 120px;
  }
  .fv .imgBox {
    margin: 0;
  }
  .fv .img6 {
    width: 20%;
    margin: 0 10% 0 auto;
  }
  .check-bg {
    padding-top: 0;
  }
  .check-bg.sp {
    display: block;
  }
  .kanou {
    padding: 0 0 2% 0;
  }
  .kanou a {
    display: block;
    text-align: center;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 5px solid #3995FF;
    border-radius: 10px;
  }
  .kanou a > p {
    margin: 5%;
    color: #5a5a5a;
    font-size: clamp(20px, 2.286rem, 32px);
  }
  .kanou a .kotira {
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 2%;
    border-radius: 0px;
  }
  .kanou a .kotira .acon {
    width: 2%;
  }
  .check {
    flex-direction: column;
    max-width: 600px;
  }
  .check a {
    width: 100%;
    margin-bottom: calc(10px + 5%);
    outline-offset: -5px;
    border-radius: 10px;
    margin-bottom: 3%;
    aspect-ratio: initial;
  }
  .check a:nth-of-type(1) {
    outline: 5px solid #036EB8 !important;
  }
  .check a:nth-of-type(2) {
    outline: 5px solid #FE4E00 !important;
  }
  .check a:nth-of-type(3) {
    outline: 5px solid #00856C !important;
  }
  .check a:nth-of-type(4) {
    outline: 5px solid #D05656 !important;
  }
  .check a:nth-of-type(5) {
    outline: 5px solid #008FB2 !important;
  }
  .check a.pc {
    display: none;
  }
  .check a.sp {
    display: block;
  }
  .check a .top .img {
    display: none;
  }
  .check a .top .txt {
    font-size: clamp(20px, 1.857rem, 26px);
    margin: 5%;
  }
  .check a .kotira {
    padding: 2%;
  }
  .more .boxouter {
    position: relative;
    z-index: 10;
  }
  .more .boxouter a {
    width: 100%;
  }
  .more .boxouter a .img {
    margin-top: -5%;
  }
  .top .homedoctor-bg .btm__img {
    width: 90%;
    max-width: 500px;
  }
  .top .conbini .ttl {
    padding: 5% 0;
  }
  .top .conbini .h2Box {
    padding: calc(20px + 5%) 0 calc(20px + 2%);
  }
  .top .conbini .h3Box h3,
  .top .conbini .h3Box.second h3 {
    flex-flow: column;
    background: none;
  }
  .top .conbini .h3Box h3 .img,
  .top .conbini .h3Box.second h3 .img {
    width: 35%;
    max-width: 150px;
    margin: 0;
  }
  .top .conbini .h3Box h3 p,
  .top .conbini .h3Box.second h3 p {
    background-color: #fff;
    padding: 5%;
    border-radius: 50px;
  }
  .top .conbini .taisei {
    flex-flow: column;
  }
  .top .conbini .taisei .con {
    width: 100%;
    box-sizing: border-box;
    padding: 10% 5% 15%;
    margin: 7% auto;
    max-width: 450px;
    border-radius: 50px;
  }
  .top .conbini .mamoru {
    padding: 5% 0;
  }
  .top .conbini .mamoru-line {
    border-bottom: min(0.429rem, 6px) dotted #0BC6A3;
  }
  .top .conbini .kyuukann-a {
    width: 100%;
  }
  .top .conbini .kyuukann-a a {
    padding: 5% 10%;
  }
  .top .conbini .kyuukann-a a .acon {
    width: 3%;
  }
  .top .soudann .huann .pBox2 .deco {
    width: 10%;
  }
  .hukidasi .pBox {
    background-color: #fff;
    border-radius: 100px;
    align-items: center;
    margin: 5% auto 0;
    max-width: 500px;
    align-items: end;
    width: 90%;
    padding: 1% 2.5%;
  }
  .hukidasi .pBox p {
    background-color: transparent;
  }
  .hukidasi.img-sp .flex {
    background-color: #fff;
    border-radius: 100px;
    margin-top: 5%;
    max-width: 500px;
    align-items: center;
  }
  .hukidasi.img-sp p {
    background-color: transparent;
  }
  .hukidasi.img-sp .deco {
    display: block;
    width: 20%;
    margin-top: -5%;
  }
  .h1Box {
    padding-top: calc(50px + 7%);
  }
  .h1Box .boxouter .pBox p {
    padding-bottom: calc(30px + 5%);
  }
  .h1Box .boxouter .pBox .paddingB {
    padding-bottom: calc(30px + 5%);
  }
  .h2Box > p {
    margin-top: calc(20px + 2%);
  }
  .h2Box .pBox h2 {
    font-size: clamp(12px, 2.857rem, 46px);
    line-height: 120%;
  }
  .maruBox-bg .maruBox {
    flex-flow: column;
  }
  .maruBox-bg .maruBox .maru {
    display: flex;
    margin: 0 0 5% 0 !important;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 100px;
    box-sizing: border-box;
    align-items: center;
    gap: 5%;
  }
  .maruBox-bg .maruBox .maru p {
    position: static;
    transform: translate(0%, 0%);
    white-space: wrap;
    text-align: left;
    line-height: 120%;
  }
  .maruBox-bg .maruBox .maru p.num {
    font-size: clamp(12px, 17rem, 70px);
    line-height: 50%;
    margin-bottom: 1%;
    opacity: 1;
  }
  .maruBox-bg .maruBox .maru p span {
    display: block;
  }
  .tohaBox p.txt {
    text-align: left;
  }
  .tohaBox p.txt span {
    display: inline;
  }
  .tohaBox.QBox .flex .img {
    display: none;
  }
  .tohaBox.QBox .flex .pBox {
    margin-bottom: 15%;
  }
  .tohaBox.find .flex .img {
    display: none;
  }
  .tohaBox.find.tab1 .flex {
    flex-direction: column-reverse !important;
  }
  .tohaBox.find.tab1 .flex .img {
    margin: -35px auto 0 !important;
    display: block;
    width: 10% !important;
    min-width: 150px;
  }
  .tohaBox.find.tab1 .flex .img .img-sp {
    display: none;
  }
  .tohaBox.find.tab1 .flex .pBox {
    width: 100% !important;
    padding: 0;
  }
  .tohaBox.find.tab1 .flex .pBox .sannkaku1 {
    margin: 0 15% 0 auto !important;
    min-width: 20px;
  }
  .tohaBox.find.tab1 .flex .pBox .sannkaku2 {
    margin: 0 15% 0 auto !important;
    min-width: 20px;
    transform: scale(-1, 1);
  }
  .tohaBox.child1 > .flex {
    flex-direction: column;
  }
  .tohaBox.child1 > .flex .box {
    margin: 5% 0;
  }
  .tohaBox.child1 > .flex .box .mainFlex .main .flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .tohaBox.child1 > .flex .box .mainFlex .main .flex .imgBox {
    width: 50%;
  }
  .tohaBox.child1 > .flex .box .mainFlex .main .flex .txtBox {
    width: 100%;
    margin: 0 !important;
  }
  .tohaBox.child2 > .flex {
    flex-direction: column;
  }
  .tohaBox.child2 > .flex .box {
    flex-direction: column;
    margin-bottom: 10%;
  }
  .tohaBox.child2 > .flex .box .sannkaku {
    display: none;
  }
  .tohaBox.child2 > .flex .box .mainFlex .top {
    margin: 5%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .tohaBox.child2 > .flex .box .mainFlex .top .img {
    width: 30%;
    margin: 0 !important;
  }
  .tohaBox.child2 > .flex .box .mainFlex .btm {
    padding: 4%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .tohaBox.child2 > .flex .box .mainFlex .btm .img {
    width: 30%;
    margin: 0;
  }
  .tohaBox.child2 > .flex .box .mainFlex .btmBox2 {
    margin: 0;
    padding: 10%;
    background-color: #F7F7F7;
    width: 100%;
    box-sizing: border-box;
  }
  .tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox {
    align-items: center;
    margin: 0 auto;
  }
  .tohaBox.child2 > .flex .box .mainFlex .btmBox2 .flexBox p {
    text-align: center;
  }
  .tohaBox.child2 > .flex .box:last-of-type {
    width: 100%;
  }
  .tohaBox.adult1 > .flex {
    flex-direction: column;
  }
  .tohaBox.adult1 > .flex .box {
    max-width: none;
    margin: 5% 0;
  }
  .tohaBox.adult1 > .flex .box .mainFlex .main > .flex .top {
    margin: 0 !important;
    align-items: center;
  }
  .tohaBox.adult1 > .flex .box .mainFlex .main > .flex .top .ttl {
    width: 100%;
    text-align: left;
  }
  .tohaBox.adult1 > .flex .box .mainFlex .main > .flex .top .img {
    min-width: auto;
    width: 50%;
  }
  .tohaBox.adult1 > .flex .box .mainFlex .main > .flex .imgBtm {
    width: 20% !important;
    margin: 2% 0 0 auto;
  }
  .tohaBox.ambu1 h2 {
    width: 100%;
  }
  .tohaBox.ambu1 .imgBox {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
  .tohaBox.ambu1 .white {
    width: 100%;
    padding: 5%;
  }
  .tohaBox.ambu2 .flex .flexBox {
    display: block;
  }
  .yellowBox {
    padding-bottom: 5% !important;
  }
  .yellowBox.img-sp .h2Flex {
    display: flex;
    align-items: center;
    background-color: #FCE66E;
    justify-content: center;
    gap: 2%;
  }
  .yellowBox.img-sp .h2 {
    width: auto;
  }
  .yellowBox.img-sp .img-sp__deco {
    display: block;
    width: 15%;
    margin-top: -5%;
  }
  .yellowBox .txtFlex {
    justify-content: left !important;
    flex-flow: column;
  }
  .yellowBox .pink-sp {
    background-color: #FFEDED;
    padding: 5%;
    border-radius: 30px;
  }
  .yellowBox.find2 {
    padding-bottom: 0% !important;
  }
  .yellowBox.find2 > .flex .txtBox {
    padding: 0;
  }
  .yellowBox.child2 > .flex {
    flex-direction: column;
  }
  .yellowBox.child2 > .flex .con {
    justify-content: center;
  }
  .yellowBox.child2 .line {
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #FFD733;
    margin: 5% auto;
  }
  .yellowBox.child3 .boxouter p {
    margin-bottom: 10%;
  }
  .yellowBox.child3 .boxouter p:last-of-type {
    padding-bottom: 5%;
  }
  .yellowBox.adult1 > .flex a {
    font-size: clamp(10px, 3rem, 45px);
  }
  .TabBox .tab {
    padding: 1.5% 0%;
  }
  .TabBox .panel-group .panel .yellowBox .boxouter .txtCon .txtFlex {
    flex-flow: row;
  }
  .TabBox .panel-group .panel > .img {
    position: relative;
  }
  .TabBox .panel-group .panel > .img a {
    position: absolute;
    width: 30%;
    filter: drop-shadow(5px 5px 5px rgba(1, 101, 82, 0.1607843137));
  }
  .TabBox .panel-group .panel .box1 {
    margin: 10% auto;
  }
  .TabBox .panel-group .panel .box1 .box {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 5%;
    filter: drop-shadow(5px 5px 5px rgba(1, 101, 82, 0.1607843137));
  }
  .TabBox .panel-group .panel .box1 .box .ttl {
    font-size: clamp(12px, 1.786rem, 25px);
    background-color: #D4EBE7;
    color: #00856C;
    padding: 2% 5%;
  }
  .TabBox .panel-group .panel .box1 .box .txtBox {
    padding: 4% 5%;
  }
  .TabBox .panel-group .panel .box1 .box .txtBox p {
    display: list-item;
    font-size: clamp(12px, 1.357rem, 19px);
    margin-left: 4%;
  }
  .TabBox .panel-group .panel .box2 {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
  .TabBox .panel-group .panel .box2 .box {
    display: flex;
    width: 100%;
    gap: 2%;
    margin: 0;
    padding: 2% 0;
    border-bottom: 2px dotted #fff;
  }
  .TabBox .panel-group .panel .box2 .box:last-of-type {
    border-bottom: none;
  }
  .TabBox .panel-group .panel .box2 .box .ttlBox {
    width: 80%;
    max-width: 170px;
    padding: 1%;
  }
  .TabBox .panel-group .panel .box2 .box .ttlBox .ttl {
    padding: 5% 20%;
    box-sizing: border-box;
    padding: 5% 20%;
    text-align: center;
    width: 100%;
    display: block;
  }
  .TabBox .panel-group .panel .box2 .box .txtBox {
    width: 100%;
  }
  footer .txt {
    padding: calc(10px + 5%) 0;
  }
  footer .con {
    width: 100%;
    display: block;
    padding: 5% 10%;
    border-radius: 0;
  }
  footer .con .img {
    margin-bottom: 3%;
    min-width: 120px;
  }
  footer .con .line {
    display: none;
  }
  footer .aBox {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 500px) {
  .top .conbini .kome {
    text-align: left;
  }
  .top .conbini .kome span {
    display: inline;
  }
  .top .soudann .check-bg .deco {
    display: none;
  }
  .h1Box .boxouter .img {
    display: none;
  }
  .yellowBox.adult1 > .flex .img {
    display: none;
  }
  .TabBox .tab-group {
    gap: 1%;
    border-radius: 10px 10px 0 0;
  }
  .TabBox .tab .acon {
    display: none;
  }
  .TabBox .panel-group .panel .yellowBox .boxouter .txtCon .txtFlex p span {
    display: inline;
  }
}
.delay05 {
  animation-delay: 0.5s;
}

.delay07 {
  animation-delay: 0.7s;
}

.delay1 {
  animation-delay: 1s;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.min.css.map */