@font-face {
  font-family: DIN2014-NarrowBold;
  src: url(../font/DIN-2014_Narrow-Bold.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  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;
  }
}
.submit__banner {
  transition: 0.3s;
}
.submit__banner:hover {
  opacity: 0.7;
}

html {
  font-size: 1.16px;
}

.left__content {
  width: calc(100% - 375rem - 350rem);
  height: 100vh;
  padding: 20rem;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.left__content .content__inner {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.left__content .content__inner .left__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.left__content .content__inner .left__menu a {
  width: 240rem;
  height: 60rem;
  margin: 8rem;
  padding: 0 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #25D366;
  transition: 0.3s;
}
.left__content .content__inner .left__menu a:hover {
  filter: grayscale(80%);
  background-color: #cccccc;
}
.left__content .content__inner .left__menu a:nth-child(2) {
  background: #2C5EA8;
}
.left__content .content__inner .left__menu a:nth-child(3) {
  background: #00A896;
}
.left__content .content__inner .left__menu a:nth-child(4) {
  background: #036EB8;
}
.left__content .content__inner .left__menu a .icon {
  width: 25rem;
  display: flex;
}
.left__content .content__inner .left__menu a .lbl {
  font-size: 16rem;
  color: white;
  text-align: center;
  font-weight: bold;
}
.left__content .content__inner .left__menu a .arrow {
  width: 6rem;
  display: flex;
}

.right__content {
  width: 350rem;
  height: 100vh;
  padding: 20rem;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.right__content .content__inner {
  width: 310rem;
  max-width: 100%;
  margin: 0 auto 0 0;
  padding: 30rem 10rem 20rem;
  background: rgba(15, 42, 74, 0.9);
  text-align: center;
}
.right__content .content__inner .logo {
  width: 156rem;
  margin: auto;
  margin-bottom: 20rem;
  display: flex;
}
.right__content .content__inner .p__lbl {
  font-weight: normal;
  font-size: 11rem;
  line-height: 18rem;
  padding: 4rem 20rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: 1rem solid #fff;
}
.right__content .content__inner .menu__content {
  margin-top: 20rem;
}
.right__content .content__inner .menu__content ul {
  margin-bottom: 20rem;
}
.right__content .content__inner .menu__content ul li {
  border-top: 1rem solid #fff;
}
.right__content .content__inner .menu__content ul li:last-child {
  border-bottom: 1rem solid #fff;
}
.right__content .content__inner .menu__content ul li a {
  padding: 12rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right__content .content__inner .menu__content ul li a:hover .arrow {
  transform: translate(6rem);
}
.right__content .content__inner .menu__content ul li a .lbl {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 17rem;
  text-align: left;
  color: #fff;
}
.right__content .content__inner .menu__content ul li a .arrow {
  width: 6rem;
  display: flex;
  transition: 0.3s;
}
.right__content .content__inner .menu__content .p__link {
  width: 100%;
  display: flex;
  margin-bottom: 10rem;
}
.right__content .content__inner .menu__content .bottom__menu {
  display: flex;
  align-items: center;
}
.right__content .content__inner .menu__content .bottom__menu .privacy {
  font-weight: 500;
  font-size: 11rem;
  margin-left: 20rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: left;
  color: #fff;
}
.right__content .content__inner .menu__content .bottom__menu .select__wrapper {
  width: 140rem;
  height: 28rem;
  position: relative;
}
.right__content .content__inner .menu__content .bottom__menu .select__wrapper:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../img/lang_icon.webp);
  background-size: cover;
  position: absolute;
  left: 12rem;
  top: 50%;
  transform: translateY(-50%);
}
.right__content .content__inner .menu__content .bottom__menu .linkList {
  width: 100%;
  height: 100%;
  padding-left: 35rem;
  background: #fff;
  border: 1rem solid #2c5ea8;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 11rem;
  letter-spacing: 0.03em;
  line-height: 21.6rem;
  text-align: left;
  color: #2c5ea8;
}

.content__wrapper {
  width: 375rem;
  padding-top: 0;
  overflow: hidden;
  margin: 0 350rem 0 auto;
  margin-top: 40rem;
  position: relative;
  background: white;
  border-radius: 25rem 25rem 0 0;
  border: 2rem solid #0F2A4A;
}

header {
  width: 375rem;
  height: 50rem;
  padding-left: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 3;
  background: white;
  transform: translate(-50%);
}
header .sh__wrapper {
  width: 90rem;
  height: 25rem;
  display: flex;
  position: absolute;
  right: 70rem;
  top: 50%;
  transform: translateY(-50%);
}
header .sh__wrapper .linkList {
  width: 100%;
  height: 100%;
  padding-left: 15rem;
  background: #fff;
  border: 1rem solid #2c5ea8;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.03em;
  line-height: 21.6rem;
  text-align: left;
  color: #2c5ea8;
}
header .sh__wrapper:after {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(../img/lang_icon.webp);
  background-size: cover;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
}
header.open .logo img:first-child {
  display: none;
}
header.open .logo img:last-child {
  display: flex;
}
header .logo {
  width: 100rem;
  display: flex;
  position: relative;
  z-index: 1;
}
header .logo img:first-child {
  display: flex;
}
header .logo img:last-child {
  display: none;
}
header .sp-menu {
  width: 50rem;
  height: 50rem;
  background: #0f2a4a;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  top: 25rem;
  transform: translate(-50%) rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 25rem;
  transform: translate(-50%) rotate(-45deg);
}
header .sp-menu span {
  width: 20rem;
  height: 2rem;
  display: block;
  background: white;
  position: absolute;
  left: 50%;
  top: 17rem;
  transform: translate(-50%);
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 25rem;
}
header .sp-menu span + span + span {
  top: 34rem;
}
header nav {
  width: 100%;
  height: auto;
  padding: 70rem 15rem 30rem;
  background: #0f2a4a;
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
header nav .nav__inner {
  max-height: 80vh;
  overflow: auto;
}
header nav .up__menu {
  width: 100%;
  margin-bottom: 20rem;
}
header nav .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
  padding-left: 8rem;
}
header nav .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
header nav .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
header nav .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
header nav .up__menu ul li a {
  font-weight: 500;
  font-size: 13rem;
  letter-spacing: 0.03em;
  line-height: 20rem;
  display: block;
  padding: 13rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
header nav .p__link {
  width: 100%;
  height: 50rem;
  margin-bottom: 10rem;
  padding: 0 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #25D366;
  transition: 0.3s;
}
header nav .p__link:hover {
  filter: grayscale(80%);
  background-color: #cccccc;
}
header nav .p__link:nth-child(3) {
  background: #2C5EA8;
}
header nav .p__link:nth-child(4) {
  background: #00A896;
}
header nav .p__link:nth-child(5) {
  background: #036EB8;
}
header nav .p__link .icon {
  width: 30rem;
  display: flex;
}
header nav .p__link .lbl {
  font-size: 16rem;
  color: white;
  text-align: center;
  font-weight: bold;
}
header nav .p__link .arrow {
  width: 6rem;
  display: flex;
}
header nav .bottom__menu {
  margin-top: 10rem;
  display: flex;
  align-items: center;
}
header nav .bottom__menu .privacy {
  font-weight: 500;
  font-size: 12rem;
  margin-left: 20rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: left;
  color: #fff;
}
header nav .bottom__menu .select__wrapper {
  width: 168rem;
  height: 30rem;
  position: relative;
}
header nav .bottom__menu .select__wrapper:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../img/lang_icon.webp);
  background-size: cover;
  position: absolute;
  left: 12rem;
  top: 50%;
  transform: translateY(-50%);
}
header nav .bottom__menu .linkList {
  width: 100%;
  height: 100%;
  padding-left: 35rem;
  background: #fff;
  border: 1rem solid #2c5ea8;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 21.6rem;
  text-align: left;
  color: #2c5ea8;
}

.frontview {
  margin-top: 0;
  padding-top: 50rem;
  text-align: center;
}
.frontview .c__lbl {
  font-weight: normal;
  font-size: 14rem;
  line-height: 18rem;
  padding: 4rem 20rem;
  text-align: center;
  color: #0f2a4a;
  display: inline-block;
  border: 1rem solid #0f2a4a;
}
.frontview .c__txt {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 36rem;
  margin-top: 15rem;
  text-align: center;
  color: #0f2a4a;
}
.frontview .c__logo {
  width: 166rem;
  margin: auto;
  margin-top: 25rem;
}
.frontview .c__main {
  width: 100%;
  margin-top: 50rem;
  display: flex;
}

.sc__ttl {
  font-weight: bold;
  font-size: 26rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #0f2a4a;
}
.sc__ttl.c01 {
  color: #00a896;
}
.sc__ttl.c02 {
  color: #036eb8;
}

.section-reason {
  padding: 100rem 0 0;
}
.section-reason .reason__items {
  width: 345rem;
  margin: auto;
  margin-top: 35rem;
}
.section-reason .reason__items .r__item {
  width: 100%;
  margin-bottom: 30rem;
}
.section-reason .reason__items .r__item:nth-child(2) .r__mark {
  background: #2c5ea8;
}
.section-reason .reason__items .r__item:nth-child(3) .r__mark {
  background: #00a896;
}
.section-reason .reason__items .r__item:nth-child(4) .r__mark {
  background: #036eb8;
}
.section-reason .reason__items .r__item .r__lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: left;
  color: #231815;
}
.section-reason .reason__items .r__item .r__lbl span {
  font-size: 24rem;
}
.section-reason .reason__items .r__item .r__mark {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-radius: 10rem;
  padding: 4rem 14rem;
  margin-top: 12rem;
  background: #25d366;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.section-reason .reason__items .r__item .c__txt {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 28rem;
  margin-top: 12rem;
  text-align: left;
  color: #000;
}

.section-menu {
  padding: 100rem 0 0;
}
.section-menu .menu__items {
  width: 100%;
  margin-top: 25rem;
}
.section-menu .menu__items .m__item {
  width: 100%;
  position: relative;
  display: flex;
}
.section-menu .menu__items .m__item .menu__content {
  width: 345rem;
  padding-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  border-bottom: 1rem solid #fff;
  left: 50%;
  bottom: 20rem;
  transform: translate(-50%);
  z-index: 1;
}
.section-menu .menu__items .m__item .menu__content:hover .arrow span {
  transform: translate(6rem);
}
.section-menu .menu__items .m__item .menu__content .arrow {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: transparent;
  border: 1rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-menu .menu__items .m__item .menu__content .arrow span {
  width: 15rem;
  display: flex;
  transition: 0.3s;
}
.section-menu .menu__items .m__item .menu__content .s__lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.section-menu .menu__items .m__item .menu__content .t__txt {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.02em;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}
.section-menu .menu__items .m__item .menu__content .g__txt {
  font-weight: normal;
  font-size: 12rem;
  line-height: 21rem;
  text-align: left;
  color: #fff;
}
.section-menu .menu__items .m__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #231815;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.section-price {
  padding-top: 100rem;
}
.section-price .price__content {
  width: 100%;
  margin-top: 30rem;
  padding: 20rem 22rem;
  background: #f7f7f5;
}
.section-price .price__content .p__item .p__lbl {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: center;
  color: #0f2a4a;
}
.section-price .price__content .p__item .price {
  font-family: DIN2014-NarrowBold;
  font-weight: normal;
  font-size: 40rem;
  line-height: 1.2;
  text-align: center;
  color: #0f2a4a;
}
.section-price .price__content .p__item .price span {
  font-size: 30rem;
}
.section-price .price__content .p__item .line {
  width: 100%;
  margin: 14rem 0;
  border-top: 1rem solid #0f2a4a;
}
.section-price .price__content .p__item .c__txt {
  font-weight: normal;
  font-size: 13rem;
  line-height: 20rem;
  text-align: left;
  color: #0f2a4a;
}
.section-price .price__content .p__item .c__txt span {
  font-weight: bold;
}
.section-price .price__content .p__item .belong__item {
  margin-top: 20rem;
  padding: 15rem;
  background: #fff;
}
.section-price .price__content .p__item .belong__item .price {
  font-size: 34rem;
}
.section-price .price__content .p__item .belong__item .price span {
  font-size: 25rem;
}
.section-price .price__content .p__item .belong__item .c__txt {
  font-size: 12rem;
}
.section-price .price__content .p__item .belong__item .b__lbl {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  margin-bottom: 12rem;
  text-align: center;
  color: #0f2a4a;
}

.section-diag {
  padding-top: 100rem;
}
.section-diag .sub__ttl {
  font-weight: bold;
  font-size: 14rem;
  line-height: 18rem;
  margin-top: 10rem;
  text-align: center;
  color: #0f2a4a;
}
.section-diag .d__schedule {
  width: 345rem;
  display: flex;
  margin: auto;
  margin-top: 30rem;
}

.section-access {
  padding-top: 100rem;
}
.section-access.c01 {
  padding-top: 0;
}
.section-access .access__info {
  width: 345rem;
  margin: auto;
  margin-top: 20rem;
}
.section-access .access__info table {
  width: 100%;
  border-collapse: collapse;
}
.section-access .access__info table tr {
  border-top: 1rem solid #0f2a4a;
}
.section-access .access__info table tr:last-child {
  border-bottom: 1rem solid #0f2a4a;
}
.section-access .access__info table tr td {
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  padding: 10rem 0;
  text-align: left;
  color: #0f2a4a;
}
.section-access .access__info table tr td:first-child {
  width: 75rem;
  padding-left: 6rem;
  vertical-align: top;
}
.section-access .access__info .c__image {
  width: 100%;
  margin-top: 20rem;
  display: flex;
}
.section-access .access__info .map {
  width: 100%;
  height: 200rem;
  margin-top: 20rem;
}
.section-access .access__info .map iframe {
  width: 100%;
  height: 100%;
}

.section-faq {
  padding: 100rem 0;
}
.section-faq .faq__content {
  margin-top: 25rem;
  padding: 25rem 0;
  background: #f7f7f5;
}
.section-faq .faq__content .faq__items {
  width: 345rem;
  margin: auto;
}
.section-faq .faq__content .faq__items .f__item {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
  border-radius: 10rem;
  padding: 13rem 15rem;
  background: #fff;
}
.section-faq .faq__content .faq__items .f__item .q__title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section-faq .faq__content .faq__items .f__item .q__title.open .sign:after {
  opacity: 0;
}
.section-faq .faq__content .faq__items .f__item .q__title .sign {
  width: 12rem;
  height: 12rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-faq .faq__content .faq__items .f__item .q__title .sign:before {
  content: "";
  width: 100%;
  height: 0rem;
  background: transparent;
  border-top: 2rem solid #0f2a4a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-faq .faq__content .faq__items .f__item .q__title .sign:after {
  content: "";
  width: 0;
  height: 100%;
  background: transparent;
  border-left: 2rem solid #0f2a4a;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  transition: 0.3s;
}
.section-faq .faq__content .faq__items .f__item .q__title .q__lbl {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: left;
  color: #0f2a4a;
}
.section-faq .faq__content .faq__items .f__item .q__title .q__txt {
  font-weight: bold;
  font-size: 14rem;
  line-height: 18rem;
  margin-left: 15rem;
  text-align: left;
  color: #0f2a4a;
}
.section-faq .faq__content .faq__items .f__item .a__box {
  padding: 10rem 0 0 30rem;
  font-weight: normal;
  font-size: 12rem;
  line-height: 18rem;
  text-align: left;
  color: #0f2a4a;
  display: none;
}

footer {
  padding: 40rem 20rem;
  background: #0f2a4a;
}
footer .side__menu {
  width: 320rem;
  margin: auto;
}
footer .side__menu .logo {
  width: 166rem;
  margin: auto;
  display: flex;
}
footer .side__menu .menu__content {
  margin-top: 20rem;
}
footer .side__menu .menu__content ul {
  margin-bottom: 20rem;
}
footer .side__menu .menu__content ul li {
  border-top: 1rem solid #fff;
}
footer .side__menu .menu__content ul li:last-child {
  border-bottom: 1rem solid #fff;
}
footer .side__menu .menu__content ul li a {
  padding: 15rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .side__menu .menu__content ul li a:hover .arrow {
  transform: translate(6rem);
}
footer .side__menu .menu__content ul li a .lbl {
  font-weight: bold;
  font-size: 13rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: left;
  color: #fff;
}
footer .side__menu .menu__content ul li a .arrow {
  width: 6rem;
  display: flex;
  transition: 0.3s;
}
footer .side__menu .menu__content .p__link {
  width: 100%;
  height: 50rem;
  margin-bottom: 10rem;
  padding: 0 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #25D366;
  transition: 0.3s;
}
footer .side__menu .menu__content .p__link:hover {
  filter: grayscale(80%);
  background-color: #cccccc;
}
footer .side__menu .menu__content .p__link:nth-child(3) {
  background: #2C5EA8;
}
footer .side__menu .menu__content .p__link:nth-child(4) {
  background: #00A896;
}
footer .side__menu .menu__content .p__link:nth-child(5) {
  background: #036EB8;
}
footer .side__menu .menu__content .p__link .icon {
  width: 30rem;
  display: flex;
}
footer .side__menu .menu__content .p__link .lbl {
  font-size: 16rem;
  color: white;
  text-align: center;
  font-weight: bold;
}
footer .side__menu .menu__content .p__link .arrow {
  width: 6rem;
  display: flex;
}
footer .side__menu .menu__content .bottom__menu {
  display: flex;
  align-items: center;
}
footer .side__menu .menu__content .bottom__menu .privacy {
  font-weight: 500;
  font-size: 12rem;
  margin-left: 20rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: left;
  color: #fff;
}
footer .side__menu .menu__content .bottom__menu .select__wrapper {
  width: 168rem;
  height: 30rem;
  position: relative;
}
footer .side__menu .menu__content .bottom__menu .select__wrapper:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../img/lang_icon.webp);
  background-size: cover;
  position: absolute;
  left: 12rem;
  top: 50%;
  transform: translateY(-50%);
}
footer .side__menu .menu__content .bottom__menu .linkList {
  width: 100%;
  height: 100%;
  padding-left: 35rem;
  background: #fff;
  border: 1rem solid #2c5ea8;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 21.6rem;
  text-align: left;
  color: #2c5ea8;
}
footer .side__menu .copyright {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 19rem;
  text-align: center;
  color: #fff;
  margin-top: 60rem;
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.subfrontview {
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}
.subfrontview .c__gap {
  width: 100%;
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 25rem;
}
.subfrontview .title__part {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subfrontview .title__part .p__lbl {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 24.5rem;
  margin-bottom: 5rem;
  text-align: center;
  color: #fff;
}
.subfrontview h2 {
  width: 100%;
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.sub__wrapper {
  width: 345rem;
  margin: auto;
}

.breadcrumb {
  padding-top: 10rem;
}
.breadcrumb a, .breadcrumb span {
  font-weight: normal;
  font-size: 13rem;
  letter-spacing: 0.05em;
  line-height: 22.75rem;
  text-align: left;
  color: #0f2a4a;
}

.intro__wrapper {
  width: 100%;
  margin-top: 55rem;
  padding-bottom: 55rem;
}
.intro__wrapper .ti__txt {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 36rem;
  text-align: center;
  color: #0f2a4a;
}
.intro__wrapper .ci__txt {
  font-weight: normal;
  font-size: 14rem;
  line-height: 28rem;
  margin-top: 14rem;
  margin-bottom: 50rem;
  text-align: left;
  color: #0f2a4a;
}
.intro__wrapper .intro__images {
  width: 100%;
  margin-top: 20rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro__wrapper .intro__images .c__image {
  width: 167rem;
  margin-bottom: 10rem;
  display: flex;
}
.intro__wrapper .doctor__intro {
  margin-top: 50rem;
}
.intro__wrapper .doctor__intro .c__image {
  width: 100%;
  display: flex;
  margin-top: 25rem;
}
.intro__wrapper .doctor__intro .ceo__name {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 30rem;
  text-align: center;
  color: #0f2a4a;
}
.intro__wrapper .doctor__intro .t__txt {
  font-weight: bold;
  font-size: 20rem;
  line-height: 30rem;
  margin-top: 25rem;
  text-align: center;
  color: #0f2a4a;
}
.intro__wrapper .doctor__intro .c__txt {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24rem;
  margin-top: 15rem;
  margin-bottom: 40rem;
  text-align: left;
  color: #0f2a4a;
}

.flow__content {
  padding-top: 40rem;
}
.flow__content.service03 .sc__ttl {
  color: #2c5ea8;
}
.flow__content.service03 table tr td .f__lbl {
  color: #2c5ea8;
}
.flow__content.service03 table tr td:first-child:after {
  border-color: #2c5ea8;
}
.flow__content.service03 table tr td:first-child .step__lbl {
  background: #2c5ea8;
}
.flow__content table {
  margin-top: 30rem;
  border-collapse: collapse;
}
.flow__content table tr:last-child td:first-child:after {
  content: unset;
}
.flow__content table tr td:first-child {
  width: 0;
  vertical-align: top;
  position: relative;
}
.flow__content table tr td:first-child:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  border-left: 1rem dashed #00a896;
}
.flow__content table tr td:first-child .step__lbl {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #00a896;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14rem;
  line-height: 19rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.flow__content table tr td:last-child {
  padding-left: 10rem;
  padding-top: 16rem;
}
.flow__content table tr td .f__lbl {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 27rem;
  text-align: left;
  color: #00a896;
}
.flow__content table tr td .c__txt {
  font-weight: normal;
  font-size: 13rem;
  line-height: 20rem;
  margin-top: 10rem;
  margin-bottom: 40rem;
  text-align: left;
  color: #0f2a4a;
}

.bing__status {
  padding-top: 60rem;
}
.bing__status.service02 .b__content .term .b__lbl {
  background: #036eb8;
}
.bing__status.service02 .b__content .term .b__txt {
  color: #036eb8;
}
.bing__status.service03 .b__content .term .b__lbl {
  background: #2c5ea8;
}
.bing__status.service03 .b__content .term .b__txt {
  color: #2c5ea8;
}
.bing__status .b__content {
  margin-top: 20rem;
  padding: 30rem 10rem;
  background: #f7f7f5;
  margin-bottom: 30rem;
}
.bing__status .b__content .term {
  margin-bottom: 15rem;
}
.bing__status .b__content .term:last-child {
  margin-bottom: 0;
}
.bing__status .b__content .term.c01 .b__lbl {
  background: #727171;
}
.bing__status .b__content .term.c01 .b__txt {
  color: #727171;
}
.bing__status .b__content .b__lbl {
  font-weight: bold;
  font-size: 15rem;
  line-height: 18rem;
  padding: 3rem 0;
  text-align: center;
  color: #fff;
  background: #00a896;
}
.bing__status .b__content .b__txt {
  font-weight: normal;
  font-size: 14rem;
  line-height: 25rem;
  margin-top: 10rem;
  text-align: left;
  color: #00a896;
}
.bing__status .b__content .n__txt {
  font-weight: normal;
  font-size: 12rem;
  line-height: 1.2;
  text-align: left;
  color: #00a896;
}

.hotel__btn {
  width: 320rem;
  margin: auto;
  margin-top: 40rem;
  display: flex;
}

.contact__detail {
  width: 320rem;
  margin: auto;
  margin-top: 40rem;
}
.contact__detail .d__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24rem;
  margin-bottom: 30rem;
  text-align: left;
  color: #0f2a4a;
}
.contact__detail .ct__btn {
  width: 100%;
  margin-bottom: 20rem;
  display: flex;
}

.contact__form {
  margin-top: 40rem;
  padding: 35rem 15rem;
  margin-bottom: 60rem;
  background: #f7f7f5;
}
.contact__form table {
  width: 100%;
  border-collapse: collapse;
}
.contact__form table tr {
  display: grid;
}
.contact__form table tr td {
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #0f2a4a;
  padding: 15rem 0;
}
.contact__form table tr td label {
  display: block;
  margin: 5rem 0;
}
.contact__form table tr td .want__term {
  margin-bottom: 15rem;
}
.contact__form table tr td .want__term .w__lbl {
  font-weight: bold;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #0f2a4a;
}
.contact__form table tr td .want__term .datetime {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.contact__form table tr td .want__term .datetime .input__inner {
  width: 150rem;
  position: relative;
}
.contact__form table tr td .want__term .datetime .input__inner .time-select {
  width: 100%;
  height: 60rem;
  border-radius: 5rem;
  background: #fff;
  padding-left: 15rem;
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #0f2a4a;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form table tr td .want__term .datetime .input__inner:after {
  content: "";
  width: 6.93rem;
  height: 6rem;
  background: url(../img/down_arrow.webp);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10rem;
}
.contact__form table tr td input[type=text], .contact__form table tr td input[type=email] {
  width: 100%;
  height: 60rem;
  border-radius: 5rem;
  background: #fff;
  padding-left: 15rem;
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #0f2a4a;
  border: 0;
}
.contact__form table tr td textarea {
  width: 100%;
  height: 200rem;
  border-radius: 5rem;
  padding: 15rem;
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #0f2a4a;
  border: 0;
  background: #fff;
}
.contact__form table tr td:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.contact__form table tr td:first-child .required {
  font-weight: bold;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 1rem 6rem;
  text-align: center;
  display: inline-block;
  margin-left: 10rem;
  color: #fff;
  border-radius: 7.5rem;
  background: #0f2a4a;
}
.contact__form .privacy {
  display: flex;
  align-items: center;
}
.contact__form .privacy input {
  margin-right: 10rem;
}
.contact__form .privacy p {
  font-weight: normal;
  font-size: 14rem;
  line-height: 32.4rem;
  text-align: left;
  color: #0f2a4a;
}
.contact__form .privacy p a {
  color: #1488CC;
  text-decoration: underline;
}
.contact__form .submit__btn {
  width: 320rem;
  height: 60rem;
  margin: auto;
  margin-top: 35rem;
  background: #2c5ea8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0;
  cursor: pointer;
}
.contact__form .submit__btn .lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}
.contact__form .submit__btn .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
}

.privacy__content {
  margin-top: 40rem;
  padding: 0 10rem;
  margin-bottom: 50rem;
}
.privacy__content dl {
  margin: 0;
}
.privacy__content dl dt {
  font-weight: bold;
  font-size: 16rem;
  line-height: 24rem;
  margin-bottom: 10rem;
  text-align: left;
  color: #0f2a4a;
}
.privacy__content dl dd {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24rem;
  margin: 0;
  margin-bottom: 25rem;
  text-align: left;
  color: #0f2a4a;
}

@media screen and (max-width: 1610px) {
  .left__content .content__inner {
    width: 100%;
  }
  .left__content .content__inner .left__menu a {
    width: 46%;
  }
  .left__content .content__inner .left__menu a .lbl {
    font-size: 13rem;
  }
}
@media screen and (max-width: 1400px) {
  .left__content .content__inner .left__menu a {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.083vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666vw;
  }
  header nav {
    width: 100%;
    left: 0;
    transform: unset;
    height: 100vh;
    padding: 72rem 15rem 30rem;
  }
  header {
    width: 100%;
    left: 0;
    transform: unset;
  }
  .sp-banners {
    width: 375rem;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 3;
  }
  .sp-banners .banner {
    width: 25%;
    height: 60rem;
    padding-top: 8rem;
    position: relative;
    background: #25D366;
  }
  .sp-banners .banner:nth-child(2) {
    background: #2C5EA8;
  }
  .sp-banners .banner:nth-child(3) {
    background: #00A896;
  }
  .sp-banners .banner:nth-child(4) {
    background: #036EB8;
  }
  .sp-banners .banner .icon {
    width: 28rem;
    display: flex;
    margin: auto;
  }
  .sp-banners .banner .lbl {
    width: 100%;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6rem;
  }
  footer {
    padding: 40rem 0 75rem;
  }
  .subfrontview {
    margin-top: 50rem;
  }
  .frontview {
    margin-top: 50rem;
  }
  .content__wrapper {
    border-radius: 0;
    border: 0;
    margin-top: 0;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */