@charset "UTF-8";
@font-face {
  font-family: Futura-Bold;
  src: url(../font/FuturaBold.otf) format("opentype");
}
@font-face {
  font-family: Futura-Medium;
  src: url(../font/FuturaMedium.otf) format("opentype");
}
@font-face {
  font-family: ModeMinAStd-B;
  src: url(../font/FOT-ModeMinBStd-B.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "corporate-logo-ver2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}
body.top {
  background: #fed6a1;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

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

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
html {
  font-size: 0.6px;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.frontview {
  width: 100%;
  height: 100vh;
  padding: 0 200rem;
  background: #07a7bd;
  display: flex;
  position: relative;
}
.frontview > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.frontview .pro__items {
  width: 100%;
  padding: 50rem 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #07a7bd;
}
.frontview .pro__items .p__inner {
  width: 2200rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frontview .pro__items .p__inner .item {
  width: 33.3333333333%;
  margin: 0 20rem;
  display: flex;
}

.sub__text {
  width: 80%;
  margin: 400rem auto 200rem;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.sub__text .ja__txt {
  font-weight: 500;
  font-size: 70.88rem;
  line-height: 1;
  text-align: left;
  color: #565656;
}
.sub__text .en__txt {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 38.98rem;
  line-height: 64.97rem;
  margin-top: 10rem;
  text-align: left;
  color: #07a7bd;
}

.terms__wrapper {
  width: 1800rem;
  margin: auto;
  margin-top: 160rem;
  margin-bottom: 100rem;
}
.terms__wrapper .note__txt {
  font-weight: 500;
  font-size: 27.78rem;
  line-height: 61.44rem;
  margin-top: 40rem;
  text-align: right;
  color: #292929;
}
.terms__wrapper .gap__txt {
  font-weight: 500;
  font-size: 27.78rem;
  line-height: 61.44rem;
  text-align: left;
  color: #292929;
}
.terms__wrapper dl dt {
  font-weight: 700;
  font-size: 30rem;
  line-height: 61.44rem;
  margin: 0;
  margin-bottom: 15rem;
  text-align: left;
  color: #292929;
}
.terms__wrapper dl dd {
  font-weight: 500;
  font-size: 27rem;
  margin: 0;
  margin-bottom: 60rem;
  line-height: 1.8;
  text-align: left;
  color: #292929;
}

header {
  width: 100%;
  padding: 25rem 60rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
header.fixed {
  animation: fadeIn 0.5s forwards;
  position: fixed;
  background: #f08200;
}
header.fixed .logo {
  color: white;
}
header.fixed ul li a {
  color: white;
}
header.sub {
  position: fixed;
  background: #f08200;
}
header.sub .logo {
  color: white;
}
header.sub ul li a {
  color: white;
}
header .logo {
  font-weight: 500;
  font-size: 54.59rem;
  line-height: 1;
  text-align: left;
  color: #f08200;
  position: relative;
  z-index: 1;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  padding: 0 20rem;
}
header ul li .work__time {
  width: auto;
  height: 67.57rem;
  padding: 0 17rem;
  border-radius: 14.59rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li .work__time .w__lbl {
  font-weight: normal;
  font-size: 34.97rem;
  line-height: 38.15rem;
  text-align: center;
  color: #002452;
}
header ul li .work__time .line {
  width: 3.82rem;
  height: 34.98rem;
  margin: 0 15rem;
  background: #a3a3a3;
}
header ul li .work__time .icon {
  width: 41rem;
  display: flex;
  margin-right: 10rem;
}
header ul li .work__time .time {
  font-weight: normal;
  font-size: 34.97rem;
  line-height: 38.15rem;
  text-align: center;
  color: #002452;
}
header ul li a {
  font-weight: 500;
  font-size: 27.65rem;
  line-height: 48.38rem;
  text-align: left;
  color: #f08200;
}
header ul li .promise__btn {
  width: 338.69rem;
  height: 85.25rem;
  border-radius: 42.24rem;
  background: #009755;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li .promise__btn .icon {
  width: 37rem;
  display: flex;
}
header ul li .promise__btn .lbl {
  font-weight: 500;
  font-size: 34rem;
  line-height: 46.08rem;
  text-align: left;
  color: #fff;
}

.aga__content {
  margin-top: 275rem;
  text-align: center;
}
.aga__content.ed__content {
  margin-top: 200rem;
}
.aga__content.ed__content .aga__title {
  font-size: 92rem;
}
.aga__content.ed__content .content__inner.c02 {
  margin-top: 100rem;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item {
  width: 100%;
  text-align: center;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .title {
  font-size: 65rem;
  display: block;
  position: relative;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .title .etg {
  width: 130rem;
  display: flex;
  position: absolute;
  left: 370rem;
  top: -60rem;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .title .etg.c01 {
  left: auto;
  right: 370rem;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text {
  padding: 40rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .ls__txt {
  font-weight: bold;
  font-size: 64.29rem;
  line-height: 128.57rem;
  text-align: left;
  color: #000;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price {
  margin-left: 150rem;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price .pt {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 121.78rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price .pt span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-size: 39.48rem;
  line-height: 69.08rem;
  text-align: left;
  color: #000;
}
.aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price .g__txt {
  font-weight: 500;
  font-size: 28.62rem;
  line-height: 54.52rem;
  margin-left: 100rem;
  display: block;
  text-align: center;
  color: #000;
}
.aga__content.ed__content .content__inner .content__items .c__item {
  width: 32%;
  height: auto;
  border-radius: 20.74rem;
  background: #fff;
  border: 3rem solid #000;
}
.aga__content.ed__content .content__inner .content__items .c__item .title {
  font-size: 55rem;
  line-height: 1.6;
  padding-left: 0;
  text-align: center;
}
.aga__content.ed__content .content__inner .content__items .c__item .e__txt01 {
  font-weight: 500;
  font-size: 66.36rem;
  line-height: 82.94rem;
  margin-top: 10rem;
  text-align: center;
  color: #000;
}
.aga__content.ed__content .content__inner .content__items .c__item .e__txt01 span {
  font-size: 33rem;
}
.aga__content.ed__content .content__inner .content__items .c__item .e__txt02 {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 74.41rem;
  line-height: 74.41rem;
  text-align: center;
  color: #000;
}
.aga__content.ed__content .content__inner .content__items .c__item .e__txt02 span {
  font-size: 37rem;
}
.aga__content.ed__content .content__inner .content__items .c__item .e__txt03 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 24rem;
  margin-bottom: 15rem;
  text-align: right;
  line-height: 1;
  color: #000;
  margin-right: 70rem;
}
.aga__content.ed__content .et__txt {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 106.99rem;
  line-height: 198.02rem;
  margin-top: 40rem;
  text-align: center;
  color: #000;
}
.aga__content.ads__content .aga__title {
  font-size: 83rem;
  line-height: 107rem;
}
.aga__content.ads__content .content__inner .content__items .c__item .title {
  font-size: 74rem;
  padding-left: 0;
  text-align: center;
}
.aga__content.ads__content .content__inner .content__items .c__item .ps__text {
  padding: 30rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aga__content.ads__content .content__inner .content__items .c__item .ps__text .ps__lbl {
  font-weight: 500;
  font-size: 40rem;
  line-height: 69rem;
}
.aga__content.ads__content .content__inner .content__items .c__item .ps__text .price {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 121.78rem;
  line-height: 1;
  margin-left: 20rem;
  text-align: left;
  color: #000;
}
.aga__content.ads__content .content__inner .content__items .c__item .ps__text .price span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-size: 40rem;
  line-height: 1.7;
}
.aga__content.ads__content .content__inner .content__items .c__item .ps__note {
  font-weight: 500;
  font-size: 28.62rem;
  line-height: 54.52rem;
  margin-right: 80rem;
  margin-bottom: 20rem;
  text-align: right;
  color: #000;
}
.aga__content .aga__title {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 131.19rem;
  line-height: 1.7;
  text-align: left;
  color: #000;
  display: inline-block;
  position: relative;
}
.aga__content .aga__title .gap {
  width: 155rem;
  display: flex;
  position: absolute;
  left: -200rem;
  top: 0;
}
.aga__content .aga__title .gap.c01 {
  left: auto;
  right: -200rem;
}
.aga__content .title__content {
  width: 1509rem;
  height: auto;
  margin: auto;
  margin-top: 40rem;
  padding: 120rem 40rem;
  background: url(../img/tg_bg.png);
  background-size: 100% 100%;
  text-align: center;
}
.aga__content .title__content .t01 {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 66.11rem;
  line-height: 91.23rem;
  text-align: center;
  color: #000;
}
.aga__content .title__content .t01 span {
  color: #f00000;
}
.aga__content .title__content .t02 {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 55.7rem;
  margin-top: 5rem;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  color: #000;
  position: relative;
  z-index: 1;
}
.aga__content .title__content .t02:after {
  content: "";
  width: 100%;
  height: 20rem;
  background: #f00000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.aga__content .content__inner {
  width: 1636rem;
  margin: auto;
  margin-top: 30rem;
}
.aga__content .content__inner .c__lbl {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 94.55rem;
  line-height: 130.47rem;
  text-align: center;
  color: #f00000;
}
.aga__content .content__inner .content__items {
  margin-top: 35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aga__content .content__inner .content__items .c__item {
  width: 49%;
  margin-bottom: 20rem;
  height: auto;
  border-radius: 20.74rem;
  background: #fff;
  border: 3rem solid #000;
  text-align: center;
}
.aga__content .content__inner .content__items .c__item .title {
  font-weight: bold;
  font-size: 38.4rem;
  line-height: 54.6rem;
  border-radius: 20.74rem;
  padding: 35rem 0 35rem 35rem;
  background: #f08200;
  text-align: left;
  color: #fff;
}
.aga__content .content__inner .content__items .c__item .c__txt {
  padding-top: 12rem;
  font-weight: bold;
  font-size: 86.92rem;
  line-height: 115.2rem;
  text-align: left;
  display: inline-block;
  color: #000;
  position: relative;
}
.aga__content .content__inner .content__items .c__item .c__txt .c03 {
  font-weight: bold;
  font-size: 47.53rem;
  line-height: 67.58rem;
  text-align: left;
  color: #f00000;
  position: absolute;
  right: 20rem;
  top: 110rem;
}
.aga__content .content__inner .content__items .c__item .c__txt .c04 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 24rem;
  text-align: left;
  line-height: 1;
  color: #000;
  position: absolute;
  right: -78rem;
  top: 193rem;
}
.aga__content .content__inner .content__items .c__item .c__txt .c01 {
  font-size: 46rem;
}
.aga__content .content__inner .content__items .c__item .c__txt .c02 {
  color: #F00000;
}
.aga__content .content__inner .content__items .c__item .c__txt .c02 span {
  text-decoration: underline;
}
.aga__content .content__inner .content__items .c__item .gap__txt {
  font-weight: bold;
  text-decoration: underline;
  font-size: 44.27rem;
  line-height: 1;
  margin-bottom: 20rem;
  text-align: left;
  color: #f00;
  display: inline-block;
}
.aga__content .pa__txt {
  font-weight: 600;
  font-size: 70rem;
  line-height: 1.7;
  margin-top: 20rem;
  text-align: center;
  color: #f00;
}
.aga__content .note__txt {
  font-weight: 500;
  font-size: 55.23rem;
  line-height: 1.7;
  margin-top: 40rem;
  text-align: center;
  color: #000;
}
.aga__content .list__text {
  width: 1500rem;
  margin: auto;
  margin-top: 30rem;
}
.aga__content .list__text li {
  font-weight: 500;
  font-size: 53.76rem;
  line-height: 61.44rem;
  margin-bottom: 20rem;
  padding-left: 94rem;
  text-align: left;
  color: #000;
  position: relative;
}
.aga__content .list__text li:after {
  content: "";
  width: 54rem;
  height: 39rem;
  background: url(../img/check.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 10rem;
}
.aga__content .detail__btn {
  width: 709.67rem;
  height: 116.29rem;
  margin: auto;
  margin-top: 150rem;
  border-radius: 58.14rem;
  background: #f08200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aga__content .detail__btn .lbl {
  font-weight: 500;
  font-size: 34.03rem;
  line-height: 59.56rem;
  margin-right: 40rem;
  text-align: left;
  color: #fff;
}
.aga__content .detail__btn .icon {
  width: 35rem;
  display: flex;
}

.price__mark {
  padding: 50rem 0;
  background: white;
}
.price__mark .mark {
  width: 1360rem;
  margin: auto;
  display: flex;
}

.promise__kind {
  padding: 110rem 0;
  background: #0091a8;
}
.promise__kind .p__kind {
  width: 1780rem;
  margin: auto;
  margin-bottom: 120rem;
  border-radius: 8.45rem;
  background: #f7f7ed;
  display: flex;
}
.promise__kind .p__kind .p__image {
  width: 765rem;
  display: flex;
  position: relative;
}
.promise__kind .p__kind .p__image .cat__text {
  position: absolute;
  left: 50rem;
  bottom: 30rem;
}
.promise__kind .p__kind .p__image .cat__text .e__txt {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 78.64rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-shadow: 0rem 0rem 18rem rgba(4, 0, 0, 0.16);
}
.promise__kind .p__kind .p__image .cat__text .e__txt.c01 {
  font-size: 66rem;
}
.promise__kind .p__kind .p__image .cat__text .j__txt {
  font-weight: bold;
  font-size: 38.31rem;
  line-height: 67.04rem;
  text-align: left;
  color: #fff;
  text-shadow: 0rem 0rem 18rem rgba(4, 0, 0, 0.16);
}
.promise__kind .p__kind .p__content {
  width: calc(100% - 765rem);
  padding: 40rem;
  position: relative;
}
.promise__kind .p__kind .p__content .pt__txt {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 79.31rem;
  line-height: 79.31rem;
  text-align: center;
  color: #002452;
}
.promise__kind .p__kind .p__content .pt__txt span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 52rem;
}
.promise__kind .p__kind .p__content .pt__txt span.c01 {
  font-size: 27rem;
}
.promise__kind .p__kind .p__content .po__txt {
  font-weight: 500;
  font-size: 55.3rem;
  line-height: 96.77rem;
  text-align: center;
  color: #07a7bd;
}
.promise__kind .p__kind .p__content .gap__items {
  margin-top: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise__kind .p__kind .p__content .gap__items span {
  width: auto;
  height: 86.02rem;
  padding: 0 40rem;
  margin: 0 5rem;
  border-radius: 43.01rem;
  background: #07a7bd;
  font-weight: 500;
  font-size: 30.72rem;
  line-height: 53.76rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.promise__kind .p__kind .p__content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 762rem solid #f7f7ed;
  border-left: 180rem solid transparent;
  position: absolute;
  left: -180rem;
  top: 0;
}
.promise__kind .p__kind .p__content .price__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .p__lbl {
  font-size: 31rem;
  line-height: 2;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p01 {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 45.49rem;
  margin: 0 5rem;
  line-height: 1;
  text-align: left;
  color: #002452;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p01 span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p01 span.c01 {
  font-size: 23rem;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p02 {
  margin-left: 20rem;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p02 .p02_01 {
  font-weight: 500;
  font-size: 12.64rem;
  line-height: 22.11rem;
  text-align: left;
  color: #002452;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p02 .p02_02 {
  font-weight: 500;
  font-size: 15.16rem;
  line-height: 26.54rem;
  text-align: left;
  color: #002452;
}
.promise__kind .p__kind .p__content .price__items.c02 .p__item .price__content .p02__text .p02 .p02_02 span {
  font-family: Futura-Medium;
}
.promise__kind .p__kind .p__content .price__items .p__item {
  width: 427.78rem;
  height: auto;
  margin-bottom: 40rem;
  padding: 7rem;
  background: #07a7bd;
  box-shadow: 0rem 0rem 6rem #07a7bd;
}
.promise__kind .p__kind .p__content .price__items .p__item .p__lbl {
  font-weight: bold;
  font-size: 55.3rem;
  line-height: 96.77rem;
  text-align: center;
  color: #fff;
}
.promise__kind .p__kind .p__content .price__items .p__item .price {
  display: flex;
  justify-content: center;
}
.promise__kind .p__kind .p__content .price__items .p__item .price .gap {
  font-weight: bold;
  font-size: 27.65rem;
  line-height: 48.38rem;
  margin: 0 5rem;
  text-align: left;
  color: #fff;
}
.promise__kind .p__kind .p__content .price__items .p__item .price .gap span {
  font-size: 18.5rem;
  font-weight: 500;
}
.promise__kind .p__kind .p__content .price__items .p__item .price__content {
  width: 100%;
  padding: 20rem 0;
  background: #fff;
}
.promise__kind .p__kind .p__content .price__items .p__item .price__content .price__text {
  font-family: Futura-Bold;
  font-weight: normal;
  font-size: 59.9rem;
  line-height: 1.2;
  text-align: center;
  color: #002452;
}
.promise__kind .p__kind .p__content .price__items .p__item .price__content .price__text span {
  font-weight: 500;
  font-size: 27rem;
}
.promise__kind .p__kind .p__content .price__items .p__item .price__content .g__txt {
  font-weight: bold;
  font-size: 18.43rem;
  line-height: 32.26rem;
  margin-top: 2rem;
  text-align: center;
  color: #002452;
}
.promise__kind .p__kind .p__content .list__text {
  margin-top: 20rem;
}
.promise__kind .p__kind .p__content .list__text li {
  padding-left: 60rem;
  position: relative;
  font-weight: 500;
  font-size: 27.65rem;
  line-height: 48.38rem;
  text-align: left;
  color: #002452;
}
.promise__kind .p__kind .p__content .list__text li:after {
  content: "";
  width: 36rem;
  height: 26rem;
  background: url(../img/check_24.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 10rem;
}
.promise__kind .p__kind .p__content .detail__btn {
  width: 709.67rem;
  height: 116.29rem;
  margin: auto;
  margin-top: 30rem;
  border-radius: 58.14rem;
  background: #fffc18;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise__kind .p__kind .p__content .detail__btn .lbl {
  font-weight: 500;
  font-size: 34.03rem;
  line-height: 59.56rem;
  text-align: left;
  color: #000;
}
.promise__kind .p__kind .p__content .detail__btn .icon {
  width: 35rem;
  margin-left: 30rem;
  display: flex;
}

.title__wrapper.flow .ja__txt {
  color: #565656;
}
.title__wrapper.flow .en__txt {
  color: #07a7bd;
}
.title__wrapper .ja__txt {
  font-weight: 500;
  font-size: 70.88rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.title__wrapper .en__txt {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 38.99rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.reason__content {
  margin-top: 100rem;
  padding: 100rem 0;
}
.reason__content .title {
  font-weight: bold;
  font-size: 124.61rem;
  line-height: 259rem;
  text-align: center;
  color: #f08200;
}
.reason__content .content__inner {
  width: 1610rem;
  margin: auto;
  margin-top: 20rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason__content .content__inner .c__item {
  width: 786.7rem;
  height: 194.89rem;
  margin-bottom: 35rem;
  border-radius: 14.59px;
  background: #fff;
  border: 3.07rem solid #000;
  display: flex;
  align-items: center;
  padding-left: 55rem;
  position: relative;
}
.reason__content .content__inner .c__item .icon {
  width: 97rem;
  display: flex;
}
.reason__content .content__inner .c__item .icon.c02 {
  width: 81rem;
}
.reason__content .content__inner .c__item .icon.c03 {
  width: 62rem;
}
.reason__content .content__inner .c__item .icon.c04 {
  width: 63rem;
}
.reason__content .content__inner .c__item .c__text {
  width: calc(100% - 97rem);
  font-weight: 700;
  font-size: 48.08rem;
  line-height: 55.3rem;
  text-align: center;
  color: #000106;
}

.flow__content {
  padding: 120rem 0;
  background: #fed6a1;
}
.flow__content .title {
  font-weight: bold;
  font-size: 98.33rem;
  line-height: 204.38rem;
  text-align: center;
  color: #f08200;
}
.flow__content .flow__items {
  margin-top: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__content .flow__items .f__item {
  width: 290rem;
  display: flex;
  margin: 0 38rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flow__content .flow__items .f__item:nth-child(2) {
  animation-delay: 0.3s;
}
.flow__content .flow__items .f__item:nth-child(3) {
  animation-delay: 0.6s;
}
.flow__content .flow__items .f__item:nth-child(4) {
  animation-delay: 0.9s;
}
.flow__content .flow__items .f__item:last-child .item:after {
  content: unset;
}
.flow__content .flow__items .f__item .num {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 106.44rem;
  line-height: 1;
  text-align: left;
  color: #f08200;
}
.flow__content .flow__items .f__item .item {
  width: 289.56rem;
  height: 289.58rem;
  margin: 15rem 0;
  border-radius: 50%;
  background: #fdfeff;
  border: 8rem solid #f08200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flow__content .flow__items .f__item .item:after {
  content: "";
  width: 78rem;
  height: 1rem;
  background: transparent;
  border-top: 9.22rem solid #f08200;
  position: absolute;
  top: 50%;
  right: -86rem;
  transform: translateY(-50%);
}
.flow__content .flow__items .f__item .item span {
  width: 138rem;
  display: flex;
}
.flow__content .flow__items .f__item .item span.c03 {
  width: 180rem;
}
.flow__content .flow__items .f__item .lbl {
  font-weight: bold;
  font-size: 39.87rem;
  line-height: 71rem;
  text-align: left;
  color: #000106;
}
.flow__content .flow__items .line {
  width: 73.45rem;
  height: 1rem;
  background: transparent;
  border: 9.22rem solid #07a7bd;
}

.promise__content {
  padding: 140rem 0 200rem;
  position: relative;
  background: #fed6a1;
}
.promise__content .man {
  width: 504rem;
  display: flex;
  position: absolute;
  bottom: 18%;
  right: 15%;
}
.promise__content .content__inner {
  width: 1500rem;
  margin: auto;
}
.promise__content .content__inner .t__txt {
  font-weight: 500;
  font-size: 78rem;
  line-height: 1.3;
  text-align: left;
  color: #000106;
}
.promise__content .content__inner .c__txt {
  font-weight: 500;
  font-size: 45rem;
  line-height: 1.5;
  margin-top: 12rem;
  text-align: left;
  color: #000106;
}
.promise__content .content__inner .promise__btn {
  width: 658.18rem;
  height: 129.03rem;
  margin-top: 65rem;
  border-radius: 64.51rem;
  background: #f08200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise__content .content__inner .promise__btn .icon {
  width: 35rem;
  margin-left: 30rem;
  display: flex;
}
.promise__content .content__inner .promise__btn .lbl {
  font-weight: 500;
  font-size: 34.03rem;
  line-height: 59.56rem;
  text-align: left;
  color: #fff;
}

footer {
  padding: 80rem 0;
  background: #f08200;
  text-align: center;
}
footer .footer__logo {
  display: inline-block;
}
footer .footer__logo .p__txt {
  font-weight: 500;
  font-size: 30.6rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
footer .footer__logo .t__txt {
  font-weight: 500;
  font-size: 54.59rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
footer ul {
  margin-top: 70rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li {
  padding: 0 20rem;
}
footer ul li a {
  font-weight: 500;
  font-size: 29.78rem;
  line-height: 61.44rem;
  text-align: left;
  color: #fff;
}
footer .copyright {
  font-weight: 500;
  font-size: 25.85rem;
  line-height: 53.33rem;
  margin-top: 70rem;
  text-align: center;
  color: #fff;
}

.subfrontview {
  width: 100%;
  padding-top: 130rem;
  display: flex;
}

.breadcrumb {
  width: 80%;
  margin: auto;
  padding: 25rem 0;
}
.breadcrumb a, .breadcrumb span {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  text-align: left;
  color: #000;
}

.subtitle .ja__txt {
  font-weight: 500;
  font-size: 70.88rem;
  line-height: 1;
  text-align: center;
  color: #565656;
}
.subtitle .en__txt {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 38.98rem;
  line-height: 64.97rem;
  margin-top: 10rem;
  text-align: center;
  color: #f08200;
}

.diet__wrapper {
  padding: 160rem 0;
}
.diet__wrapper .price__diet {
  width: 1630rem;
  margin: auto;
  margin-top: 120rem;
}
.diet__wrapper .price__diet.edbanner table.c01 tr:first-child td {
  background: #f08200;
}
.diet__wrapper .price__diet.edbanner table tr:first-child td {
  background: #f08200;
}
.diet__wrapper .price__diet table {
  width: 100%;
  border-collapse: collapse;
}
.diet__wrapper .price__diet table.c02 {
  margin-top: 130rem;
}
.diet__wrapper .price__diet table.c02 tr:first-child td {
  background: #f08200;
}
.diet__wrapper .price__diet table.c01 {
  margin-top: 130rem;
}
.diet__wrapper .price__diet table.c01 tr:first-child td {
  background: #f08200;
}
.diet__wrapper .price__diet table tr {
  border-top: 2rem solid #a1a1a1;
}
.diet__wrapper .price__diet table tr:nth-child(2) {
  border-width: 4rem;
}
.diet__wrapper .price__diet table tr:last-child {
  border-bottom: 2rem solid #a1a1a1;
}
.diet__wrapper .price__diet table tr:first-child td {
  font-family: "corporate-logo-ver2", sans-serif;
  background: #f08200;
  color: white;
}
.diet__wrapper .price__diet table tr:first-child td:first-child {
  width: 530rem;
}
.diet__wrapper .price__diet table tr td {
  font-family: Futura-Bold;
  font-weight: 500;
  font-size: 55.26rem;
  line-height: 69.07rem;
  padding: 25rem 0 25rem 50rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .price__diet table tr td .agp {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-size: 46.05rem;
  line-height: 69.07rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .price__diet table tr td .gap {
  font-weight: 500;
  text-decoration: underline;
  font-size: 36.84rem;
  line-height: 55.26rem;
  display: inline-block;
  margin-left: 30rem;
  text-align: left;
  color: #f00;
}
.diet__wrapper .price__diet table tr td .gap.c00 {
  margin: 0;
}
.diet__wrapper .price__diet table tr td span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 27rem;
}
.diet__wrapper .price__diet .note__txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  margin-top: 75rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .price__diet .gap__txt {
  font-weight: 500;
  font-size: 55.26rem;
  line-height: 1.5;
  margin-top: 60rem;
  text-align: left;
  color: #f00;
}
.diet__wrapper .price__diet .gap__txt span {
  color: #000;
}
.diet__wrapper .diet__detail {
  padding: 200rem 0 180rem;
}
.diet__wrapper .diet__detail .c__txt {
  width: 85%;
  margin: auto;
  margin-top: 125rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .mounjiao__content.c01 {
  margin-top: 160rem;
}
.diet__wrapper .mounjiao__content.c01 .header__content {
  background: #59b891;
}
.diet__wrapper .mounjiao__content.c01 .header__content .content__inner .c__image {
  width: 297rem;
}
.diet__wrapper .mounjiao__content .header__content {
  background: #b187ff;
  padding: 30rem 0;
}
.diet__wrapper .mounjiao__content .header__content .content__inner {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diet__wrapper .mounjiao__content .header__content .content__inner .h__part .j__txt {
  font-weight: 500;
  font-size: 115.2rem;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.diet__wrapper .mounjiao__content .header__content .content__inner .h__part .e__txt {
  font-size: 46rem;
  color: #fff;
  margin-top: 40rem;
  line-height: 1.5;
}
.diet__wrapper .mounjiao__content .header__content .content__inner .c__image {
  width: 159rem;
  display: flex;
}
.diet__wrapper .mounjiao__content .content__table {
  width: 80%;
  margin: auto;
  margin-top: 100rem;
}
.diet__wrapper .mounjiao__content .content__table table {
  width: 100%;
  border-collapse: collapse;
}
.diet__wrapper .mounjiao__content .content__table table tr {
  border-bottom: 2rem solid #a1a1a1;
}
.diet__wrapper .mounjiao__content .content__table table tr:first-child {
  border-width: 5rem;
}
.diet__wrapper .mounjiao__content .content__table table tr td {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-size: 27.63rem;
  padding: 22rem 0;
  line-height: 55.26rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .mounjiao__content .content__table table tr td:first-child {
  font-weight: 600;
  width: 520rem;
  padding-left: 35rem;
}
.diet__wrapper .mounjiao__content .content__table .note__txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  margin-top: 100rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .smile__content {
  padding-top: 200rem;
}
.diet__wrapper .smile__content .c__item {
  width: 100%;
  margin-top: 140rem;
}
.diet__wrapper .smile__content .c__item .c__lbl {
  font-weight: 500;
  font-size: 46.08rem;
  line-height: 47.12rem;
  padding-left: 250rem;
  position: relative;
  text-align: left;
  color: #f08200;
}
.diet__wrapper .smile__content .c__item .c__lbl:after {
  content: "";
  width: 223.49rem;
  height: 11.52rem;
  background: #f08200;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.diet__wrapper .smile__content .c__item .content__inner {
  width: 1800rem;
  margin: auto;
  margin-top: 160rem;
}
.diet__wrapper .smile__content .c__item .content__inner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60rem;
}
.diet__wrapper .smile__content .c__item .content__inner table.c05 {
  margin-top: 60rem;
  margin-bottom: 0;
}
.diet__wrapper .smile__content .c__item .content__inner table.c05 tr td {
  width: auto;
}
.diet__wrapper .smile__content .c__item .content__inner table.c02 {
  margin-top: 60rem;
  margin-bottom: 0;
}
.diet__wrapper .smile__content .c__item .content__inner table tr {
  border-bottom: 2rem solid #a1a1a1;
}
.diet__wrapper .smile__content .c__item .content__inner table tr:first-child {
  border-width: 5rem;
}
.diet__wrapper .smile__content .c__item .content__inner table tr:first-child td {
  font-weight: 600;
}
.diet__wrapper .smile__content .c__item .content__inner table tr td {
  width: 33.3333333333%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.63rem;
  line-height: 55.26rem;
  padding: 20rem 0;
  text-align: left;
  color: #000;
}
.diet__wrapper .smile__content .c__item .content__inner .note__txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .smile__content .c__item .content__inner .note__txt .chk {
  display: flex;
  align-items: center;
  color: #f08200;
  font-size: 36rem;
  font-weight: 600;
}
.diet__wrapper .smile__content .c__item .content__inner .note__txt .chk .icon {
  width: 42rem;
  margin-right: 10rem;
  display: flex;
}
.diet__wrapper .smile__content .c__item .content__inner .note__txt.c01 {
  margin-top: 100rem;
}
.diet__wrapper .smile__content .c__item .content__inner .note__txt span {
  font-weight: 600;
}
.diet__wrapper .faq__content {
  padding-top: 260rem;
}
.diet__wrapper .faq__content .content__items {
  width: 1800rem;
  margin: auto;
  margin-top: 130rem;
}
.diet__wrapper .faq__content .content__items .c__item {
  width: 100%;
  padding: 30rem 40rem;
  background: #f9f9f9;
  margin-bottom: 60rem;
  cursor: pointer;
}
.diet__wrapper .faq__content .content__items .c__item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diet__wrapper .faq__content .content__items .c__item .title .q__lbl {
  font-family: Futura-Bold;
  font-size: 108.69rem;
  line-height: 1;
  text-align: left;
  color: #f08200;
}
.diet__wrapper .faq__content .content__items .c__item .title .q__txt {
  width: 83%;
  font-weight: 500;
  font-size: 40.71rem;
  line-height: 72.5rem;
  text-align: left;
  color: #054b5b;
}
.diet__wrapper .faq__content .content__items .c__item .title .sign {
  width: 68rem;
  height: 68rem;
  position: relative;
}
.diet__wrapper .faq__content .content__items .c__item .title .sign.open::before {
  opacity: 0;
}
.diet__wrapper .faq__content .content__items .c__item .title .sign:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 3rem solid #f08200;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.diet__wrapper .faq__content .content__items .c__item .title .sign:before {
  content: "";
  height: 100%;
  width: 0;
  border-left: 3rem solid #f08200;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  transition: 0.3s;
}
.diet__wrapper .faq__content .content__items .c__item .a__box {
  margin-top: 30rem;
  padding: 50rem 30rem;
  border-top: 4rem solid #aed5e1;
  display: none;
}
.diet__wrapper .faq__content .content__items .c__item .a__box p {
  font-weight: 500;
  font-size: 27.65rem;
  line-height: 55.29rem;
  text-align: left;
  color: #000;
}
.diet__wrapper .clinic__content {
  background: #f7f7ed;
  padding: 140rem 0;
  margin-top: 150rem;
}
.diet__wrapper .clinic__content .content__inner {
  width: 1800rem;
  margin: auto;
  margin-top: 130rem;
}
.diet__wrapper .clinic__content .content__inner .p__txt {
  font-weight: 500;
  font-size: 46.08rem;
  line-height: 1.3;
  text-align: left;
  color: #f08200;
}
.diet__wrapper .clinic__content .content__inner ul {
  margin-top: 20rem;
}
.diet__wrapper .clinic__content .content__inner ul li {
  display: flex;
  align-items: center;
}
.diet__wrapper .clinic__content .content__inner ul li .icon {
  width: 54rem;
  display: flex;
  margin-right: 15rem;
}
.diet__wrapper .clinic__content .content__inner ul li .lbl {
  font-weight: 500;
  font-size: 46.08rem;
  line-height: 107.52rem;
  text-align: left;
  color: #f08200;
}

.contact__wrapper {
  padding: 160rem 0;
  text-align: center;
}
.contact__wrapper .detail__txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  text-align: left;
  color: #000;
  display: inline-block;
}
.contact__wrapper .contact__form {
  width: 1500rem;
  margin: auto;
  margin-top: 170rem;
}
.contact__wrapper .contact__form table {
  width: 100%;
  border-collapse: collapse;
}
.contact__wrapper .contact__form table tr:last-child td:first-child {
  vertical-align: top;
}
.contact__wrapper .contact__form table tr td {
  padding: 50rem 0;
}
.contact__wrapper .contact__form table tr td:last-child {
  width: 1030.43rem;
}
.contact__wrapper .contact__form table tr td:first-child {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .contact__form table tr td:first-child .required {
  width: 75.24rem;
  height: 39.88rem;
  margin-left: 20rem;
  border-radius: 19.2rem;
  background: #f08200;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 20.3rem;
  line-height: 35.52rem;
  text-align: left;
  color: #fff;
}
.contact__wrapper .contact__form table tr td input[type=text], .contact__wrapper .contact__form table tr td input[type=email] {
  width: 100%;
  height: 79.75rem;
  border-radius: 39.17rem;
  background: #f1efef;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding-left: 20rem;
  text-align: left;
  color: #000;
  border: 0;
}
.contact__wrapper .contact__form table tr td select {
  width: 100%;
  height: 79.75rem;
  border-radius: 39.17rem;
  background: #f1efef;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding-left: 20rem;
  text-align: left;
  color: #000;
  border: 0;
}
.contact__wrapper .contact__form table tr td textarea {
  width: 100%;
  height: 448.5rem;
  border-radius: 28.42rem;
  background: #f1efef;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding: 20rem;
  text-align: left;
  color: #000;
  border: 0;
}
.contact__wrapper .contact__form .submit__btn {
  width: 979.2rem;
  height: 129.03rem;
  margin: auto;
  margin-top: 80rem;
  border-radius: 64.51rem;
  border: 0;
  background: #fffc18;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__wrapper .contact__form .submit__btn .lbl {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  font-size: 34.03rem;
  line-height: 59.56rem;
  text-align: left;
  color: #002452;
}
.contact__wrapper .contact__form .submit__btn .icon {
  width: 35rem;
  margin-left: 20rem;
  display: flex;
}

.aga__txt {
  font-family: ModeMinAStd-B;
  font-weight: normal;
  font-size: 60rem;
  margin-top: 20rem;
  text-align: center;
  color: #f00;
}

@media screen and (max-width: 1320px) {
  html {
    font-size: 0.4px;
  }
  header {
    padding: 25rem 20rem;
  }
}
@media screen and (max-width: 1170px) {
  .frontview {
    width: 100%;
    height: 75vh;
  }
  html {
    font-size: 0.4px;
  }
}
@media screen and (max-width: 1100px) {
  .frontview {
    width: 100%;
    height: 63vh;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1vw;
  }
  .frontview {
    width: 100%;
    height: auto;
    padding: 160rem 30rem 60rem 10rem;
  }
  header {
    width: 100%;
    padding: 39rem 60rem;
  }
  .price__mark .mark {
    width: 890rem;
  }
  .price__mark {
    padding: 100rem 0;
  }
  .promise__kind .p__kind {
    width: 980rem;
    display: block;
  }
  .promise__kind .p__kind .p__image {
    width: 100%;
  }
  .promise__kind .p__kind .p__image .cat__text .e__txt {
    font-size: 86rem;
    text-align: center;
  }
  .promise__kind .p__kind .p__image .cat__text .j__txt {
    font-size: 43rem;
    line-height: 67.04rem;
    text-align: center;
  }
  .promise__kind .p__kind .p__image .cat__text {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    bottom: 30rem;
  }
  .promise__kind .p__kind .p__content {
    width: 100%;
    padding: 60rem 30rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .p__lbl {
    font-size: 58.3rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .price .gap {
    font-size: 32.65rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .price .gap span {
    font-size: 22.5rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .price__content .price__text {
    font-size: 62.9rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .price__content .price__text span {
    font-size: 30rem;
  }
  .promise__kind .p__kind .p__content .price__items .p__item .price__content .g__txt {
    font-size: 22.43rem;
  }
  .promise__kind .p__kind .p__content .list__text li {
    font-size: 29.65rem;
    line-height: 51.38rem;
  }
  .promise__kind .p__kind .p__content .detail__btn {
    width: 860rem;
    height: 141rem;
    margin: auto;
    margin-top: 30rem;
    border-radius: 70rem;
  }
  .promise__kind .p__kind .p__content .detail__btn .lbl {
    font-size: 41rem;
  }
  .promise__kind .p__kind .p__content .detail__btn .icon {
    width: 41rem;
  }
  .promise__kind .p__kind .p__content:after {
    content: unset;
  }
  .title__wrapper .ja__txt {
    font-size: 65rem;
  }
  .title__wrapper .en__txt {
    font-size: 33rem;
    margin-top: 5rem;
  }
  .reason__content .content__inner {
    width: 860rem;
    margin: auto;
    margin-top: 60rem;
  }
  .reason__content .content__inner .c__item {
    width: 100%;
    height: 212rem;
    margin-bottom: 55rem;
    border-radius: 14.59rem;
    background: #fff;
    padding-left: 65rem;
  }
  .reason__content .content__inner .c__item .icon.c02 {
    width: 94rem;
  }
  .reason__content .content__inner .c__item .icon.c03 {
    width: 72rem;
  }
  .reason__content .content__inner .c__item .icon.c04 {
    width: 70rem;
  }
  .reason__content .content__inner .c__item .c__text {
    font-size: 52rem;
    line-height: 64rem;
  }
  .flow__content .flow__items .f__item .item {
    width: 190rem;
    height: 190rem;
  }
  .flow__content .flow__items .f__item .num {
    font-size: 68rem;
  }
  .flow__content .flow__items .f__item .lbl {
    font-weight: 500;
    font-size: 26rem;
    line-height: 1.8;
  }
  .flow__content .flow__items .f__item .item:after {
    width: 48rem;
    height: 1rem;
    right: -56rem;
  }
  .flow__content .flow__items .f__item {
    width: auto;
    margin: 0 18rem;
  }
  .flow__content .flow__items .f__item .item span {
    width: 90rem;
  }
  .flow__content .flow__items .f__item .item span.c03 {
    width: 115rem;
  }
  .promise__content .content__inner {
    width: 85%;
  }
  .promise__content .content__inner .t__txt {
    font-size: 68rem;
  }
  .promise__content .content__inner .c__txt {
    font-weight: 500;
    font-size: 38rem;
    line-height: 54rem;
    margin-top: 115rem;
  }
  .promise__content .man {
    width: 272rem;
    bottom: 41%;
    right: 4%;
  }
  .promise__content .content__inner .promise__btn {
    width: 100%;
    height: 178rem;
    margin-top: 190rem;
    border-radius: 90rem;
  }
  .promise__content .content__inner .promise__btn .lbl {
    font-size: 47rem;
  }
  .promise__content .content__inner .promise__btn .icon {
    width: 50rem;
  }
  footer .footer__logo .p__txt {
    font-size: 39rem;
  }
  footer .footer__logo .t__txt {
    font-size: 71rem;
  }
  footer ul li a {
    font-size: 38rem;
    line-height: 1.9;
    text-align: left;
  }
  footer ul {
    width: 60%;
    margin: auto;
    margin-top: 70rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer ul li {
    width: 50%;
    padding: 10rem;
    text-align: left;
  }
  footer .copyright {
    font-size: 33rem;
  }
  header.fixed .sp-menu span {
    border-color: white;
  }
  .sp-menu {
    width: 49rem;
    height: 39rem;
    position: relative;
  }
  .sp-menu.open span {
    border-color: white;
  }
  .sp-menu.open span:nth-child(1) {
    top: 20rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 20rem;
    transform: rotate(-45deg);
  }
  .sp-menu span {
    width: 100%;
    height: 0;
    border-top: 3rem solid #f08200;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 20rem;
  }
  .sp-menu span + span + span {
    top: 38rem;
  }
  header ul {
    width: 100%;
    height: 100%;
    padding: 250rem 80rem 30rem;
    position: fixed;
    left: 0;
    top: 0;
    background: #f08200;
    display: none;
  }
  header ul li {
    padding: 0 30rem;
    border-top: 1px solid #fff;
  }
  header ul li:last-child {
    border-top: 0;
  }
  header ul li.sp-block {
    padding: 40rem 0;
    border-bottom: 0;
  }
  header ul li a {
    padding: 45rem 0;
    font-size: 42rem;
    display: flex;
    align-items: center;
    color: white;
  }
  header ul li a span {
    width: 40rem;
    display: flex;
    margin-right: 20rem;
  }
  header.open .logo {
    color: white;
  }
  header ul li .promise__btn {
    width: 590rem;
    height: 149rem;
    border-radius: 80rem;
    margin: auto;
    margin-top: 70rem;
  }
  header ul li .promise__btn .icon {
    width: 64rem;
  }
  header ul li .promise__btn .lbl {
    width: auto;
    font-weight: 500;
    font-size: 48rem;
  }
  .swiper-pagination-bullet-active {
    background: #fffc18;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .frontview .pro__items {
    padding: 20rem 0 50rem;
    bottom: 35rem;
  }
  .diet__wrapper .price__diet {
    width: 900rem;
  }
  .diet__wrapper .price__diet table tr:first-child td:first-child {
    width: 330rem;
  }
  .diet__wrapper .price__diet table tr td {
    font-size: 45.26rem;
    line-height: 1.3;
  }
  .subtitle .ja__txt {
    font-size: 62.88rem;
  }
  .subtitle .en__txt {
    font-size: 32.98rem;
  }
  .diet__wrapper .diet__detail .c__txt {
    width: 90%;
    font-size: 32.65rem;
    line-height: 1.6;
    text-align: justify;
  }
  .diet__wrapper .mounjiao__content .header__content .content__inner .h__part .j__txt {
    font-size: 100.2rem;
  }
  .diet__wrapper .mounjiao__content .header__content .content__inner .h__part .e__txt {
    font-size: 40rem;
  }
  .diet__wrapper .mounjiao__content .content__table table tr td:first-child {
    width: 280rem;
  }
  .diet__wrapper .mounjiao__content .content__table {
    width: 90%;
  }
  .diet__wrapper .mounjiao__content .content__table table tr td {
    font-weight: 400;
    font-size: 30.63rem;
  }
  .diet__wrapper .mounjiao__content .content__table .note__txt {
    font-size: 30.65rem;
    line-height: 1.7;
    text-align: justify;
  }
  .diet__wrapper .mounjiao__content.c01 .header__content .content__inner .c__image {
    width: 259rem;
  }
  .diet__wrapper .smile__content .c__item .c__lbl {
    padding-left: 150rem;
  }
  .diet__wrapper .smile__content .c__item .c__lbl:after {
    width: 137.49rem;
    height: 6.52rem;
  }
  .diet__wrapper .smile__content .c__item .content__inner {
    width: 90%;
    margin-top: 100rem;
  }
  .diet__wrapper .smile__content .c__item .content__inner .table__inner {
    width: 100%;
    padding-bottom: 40rem;
    overflow: auto;
  }
  .diet__wrapper .smile__content .c__item .content__inner .table__inner table {
    width: 2000rem;
  }
  .breadcrumb {
    width: 90%;
  }
  .diet__wrapper .price__diet table tr td .gap {
    margin-left: 0;
    display: block;
  }
  .diet__wrapper .price__diet .gap__txt {
    font-size: 39.26rem;
  }
  .diet__wrapper .smile__content .c__item .content__inner .note__txt {
    font-size: 29.65rem;
    line-height: 1.7;
  }
  .diet__wrapper .faq__content .content__items {
    width: 900rem;
    margin: auto;
    margin-top: 100rem;
  }
  .diet__wrapper .faq__content .content__items .c__item .title .q__lbl {
    font-size: 80rem;
  }
  .diet__wrapper .faq__content .content__items .c__item .title .q__txt {
    width: 76%;
    font-size: 33.71rem;
  }
  .diet__wrapper .faq__content .content__items .c__item .title .sign {
    width: 48rem;
    height: 48rem;
  }
  .diet__wrapper .faq__content .content__items .c__item .a__box p {
    font-size: 32.65rem;
  }
  .diet__wrapper .clinic__content .content__inner {
    width: 900rem;
  }
  .diet__wrapper .clinic__content .content__inner .p__txt {
    font-size: 40.08rem;
  }
  .diet__wrapper .clinic__content .content__inner ul li .lbl {
    font-size: 38.08rem;
    line-height: 2;
  }
  .diet__wrapper .clinic__content .content__inner ul li .icon {
    width: 38rem;
  }
  .contact__wrapper .detail__txt {
    width: 90%;
    font-size: 32rem;
    line-height: 1.8;
    text-align: justify;
  }
  .contact__wrapper .contact__form {
    width: 900rem;
    margin: auto;
    margin-top: 100rem;
  }
  .contact__wrapper .contact__form table tr {
    display: grid;
  }
  .contact__wrapper .contact__form table tr td:first-child {
    font-size: 32.06rem;
    padding-bottom: 0;
  }
  .contact__wrapper .contact__form table tr td:last-child {
    width: 100%;
    text-align: left;
  }
  .contact__wrapper .contact__form table tr td:last-child .wpcf7-list-item {
    display: block;
  }
  .contact__wrapper .contact__form table tr td input[type=text], .contact__wrapper .contact__form table tr td input[type=email] {
    width: 100%;
    height: 108.75rem;
    border-radius: 39.17rem;
    font-size: 32rem;
    line-height: 47.36rem;
    padding-left: 30rem;
  }
  .contact__wrapper .contact__form table tr td:first-child .required {
    width: 107.24rem;
    height: 45.88rem;
    margin-left: 20rem;
    border-radius: 19.2rem;
    background: #f08200;
    font-size: 26.3rem;
  }
  .contact__wrapper .contact__form .submit__btn {
    width: 100%;
    height: 160rem;
    margin: auto;
    margin-top: 80rem;
    border-radius: 80rem;
  }
  .contact__wrapper .contact__form .submit__btn .lbl {
    font-size: 40rem;
  }
  .contact__wrapper .contact__form .submit__btn .icon {
    width: 50rem;
  }
  .contact__wrapper .contact__form table tr td select {
    width: 100%;
    height: 108rem;
    font-size: 32rem;
    padding-left: 30rem;
  }
  .contact__wrapper .contact__form table tr td textarea {
    width: 100%;
    height: 500rem;
    border-radius: 28.42rem;
    font-size: 32rem;
    line-height: 1.7;
    padding: 30rem;
  }
  .sp_promise__btn {
    width: 920rem;
    height: 140rem;
    border-radius: 70rem;
    background: #fffc18;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
  }
  .sp_promise__btn.visible {
    opacity: 1;
  }
  .sp_promise__btn .icon {
    width: 45rem;
    display: flex;
  }
  .sp_promise__btn .lbl {
    font-weight: 500;
    font-size: 45rem;
    line-height: 46.08rem;
    margin-left: 28rem;
    text-align: left;
    color: #002452;
  }
  footer {
    padding: 80rem 0 180rem;
  }
  .terms__wrapper {
    width: 900rem;
    margin-top: 60rem;
  }
  .sub__text {
    width: 90%;
  }
  .terms__wrapper .gap__txt {
    font-weight: 500;
    font-size: 38rem;
  }
  .breadcrumb a, .breadcrumb span {
    font-size: 34rem;
  }
  .terms__wrapper dl dt {
    font-size: 38rem;
    margin-bottom: 18rem;
  }
  .terms__wrapper dl dd {
    font-size: 35rem;
  }
  .aga__content .aga__title {
    font-size: 85rem;
  }
  .aga__content .aga__title .gap {
    width: 101rem;
    left: -146rem;
    top: -25rem;
  }
  .aga__content .aga__title .gap.c01 {
    left: auto;
    right: -146rem;
  }
  .aga__content .title__content {
    width: 98%;
    padding: 83rem 40rem;
  }
  .aga__content .title__content .t01 {
    font-size: 45rem;
    line-height: 1.5;
  }
  .aga__content .title__content .t02 {
    font-size: 37rem;
  }
  .aga__content .title__content .t02:after {
    height: 14rem;
  }
  .aga__content .content__inner {
    width: 940rem;
    margin: auto;
    margin-top: 95rem;
  }
  .aga__content .content__inner .c__lbl {
    font-size: 68.55rem;
    line-height: 1.5;
  }
  .aga__content .content__inner .content__items .c__item {
    width: 100%;
    margin-bottom: 30rem;
  }
  .aga__content .content__inner .content__items .c__item .title {
    font-size: 45rem;
  }
  .aga__content .content__inner .content__items .c__item .c__txt {
    width: 80%;
    font-size: 100rem;
  }
  .aga__content .content__inner .content__items .c__item .c__txt .c03 {
    font-size: 55rem;
    line-height: 67.58rem;
    right: 20rem;
    top: 120rem;
  }
  .aga__content .content__inner .content__items .c__item .gap__txt {
    font-size: 52rem;
  }
  .aga__content .note__txt {
    width: 95%;
    margin: auto;
    font-size: 43rem;
  }
  .aga__content .list__text li {
    font-size: 43rem;
    line-height: 1.5;
    margin-bottom: 20rem;
    padding-left: 54rem;
  }
  .aga__content .list__text {
    width: 95%;
  }
  .aga__content .list__text li:after {
    width: 36rem;
    height: 28rem;
  }
  .aga__content .detail__btn {
    width: 924rem;
    height: 151rem;
    margin: auto;
    margin-top: 150rem;
    border-radius: 80rem;
  }
  .aga__content .detail__btn .lbl {
    font-size: 44rem;
  }
  .aga__content .detail__btn .icon {
    width: 44rem;
  }
  .aga__content.ed__content .aga__title {
    font-size: 52rem;
  }
  .aga__content.ed__content .title__content .t01 {
    font-size: 34rem;
  }
  .aga__content.ed__content .content__inner .content__items .c__item {
    width: 670rem;
    margin: auto;
    margin-bottom: 50rem;
  }
  .aga__content.ed__content .et__txt {
    font-size: 65rem;
    line-height: 1.5;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .title .etg.c01 {
    left: auto;
    right: 10rem;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .title .etg {
    left: 10rem;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text {
    display: block;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .ls__txt {
    display: inline-block;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price .pt {
    font-size: 118rem;
    line-height: 1;
    text-align: center;
  }
  .aga__content.ed__content .content__inner.c02 .content__items .c__item .edga__text .price {
    margin-left: 0;
    margin-top: 30rem;
  }
  .aga__content.ads__content .aga__title {
    font-size: 52rem;
    line-height: 1.7;
  }
  .reason__content .title {
    font-weight: bold;
    font-size: 68rem;
    line-height: 90rem;
  }
  .flow__content .title {
    font-size: 76rem;
    line-height: 1.5;
  }
  header ul li .work__time {
    width: auto;
    height: 106.57rem;
    margin-top: 30rem;
    padding: 0 17rem;
    border-radius: 26.59rem;
  }
  header ul li .work__time .w__lbl {
    font-weight: normal;
    font-size: 40.97rem;
  }
  header ul li .work__time .time {
    font-size: 40rem;
  }
  header ul li .work__time .icon {
    width: 42rem;
  }
  header ul li .work__time .line {
    width: 3.82rem;
    height: 41.98rem;
    margin: 0 30rem;
  }
  .terms__wrapper .note__txt {
    font-size: 40rem;
  }
  .aga__content .content__inner .content__items .c__item .c__txt .c04 {
    font-family: "corporate-logo-ver2", sans-serif;
    font-size: 30rem;
    text-align: left;
    line-height: 1;
    color: #000;
    position: absolute;
    right: -64rem;
    top: 200rem;
  }
  .aga__content.ed__content .content__inner .content__items .c__item .e__txt03 {
    font-family: "corporate-logo-ver2", sans-serif;
    font-size: 30rem;
    margin-bottom: 15rem;
    text-align: right;
    line-height: 1;
    color: #000;
    margin-right: 104rem;
  }
  .aga__content .pa__txt {
    font-weight: 600;
    font-size: 70rem;
    line-height: 1.3;
    margin-bottom: 30rem;
    margin-top: 20rem;
    text-align: center;
    color: #f00;
  }
}/*# sourceMappingURL=style.css.map */