@font-face {
  font-family: YuMin;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "M PLUS Rounded 1c", 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;
}

* {
  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;
  }
}
header {
  width: 100%;
  height: 85rem;
  padding: 0 25rem;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
header.fixed {
  height: 70rem;
  position: fixed;
  animation: fadeIn 0.3s forwards;
}
header .sublogo {
  width: 135rem;
  display: flex;
}
header .c__park {
  width: 254rem;
  display: flex;
}
header .logo {
  width: 155rem;
  display: flex;
}
header .lang__part {
  width: 129.97rem;
  height: 35.8rem;
  background: transparent;
  border: 1.5rem solid #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lang__part .lang__label {
  font-weight: 500;
  font-size: 18.49rem;
  line-height: 25.45rem;
  text-align: right;
  color: #666;
}

.frontview {
  width: 100%;
  margin-top: 85rem;
  display: flex;
  position: relative;
}
.frontview .fr__bar {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  bottom: -20rem;
}
.frontview .frontview__image {
  width: 93.3333333333%;
  display: flex;
  position: absolute;
  top: 70rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.support__content {
  width: 100%;
  background: #fffabf;
  padding: 40rem 0;
}
.support__content .detail__text {
  font-weight: 500;
  font-size: 40rem;
  letter-spacing: 0.05em;
  line-height: 55rem;
  text-align: center;
  color: #000;
}
.support__content .select__lbl {
  width: 477rem;
  display: flex;
  margin: auto;
  margin-top: 40rem;
}
.support__content .support__method {
  margin-top: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40rem;
}
.support__content .support__method .s__item {
  width: 490rem;
  height: 166rem;
  position: relative;
  z-index: 1;
}
.support__content .support__method .s__item:hover .s__inner {
  left: 5rem;
  top: 5rem;
}
.support__content .support__method .s__item:last-child .s__inner {
  background: #f15a22;
}
.support__content .support__method .s__item:last-child .s__inner span {
  width: 429rem;
}
.support__content .support__method .s__item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 18rem;
  background: black;
  filter: blur(3rem);
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
  opacity: 0.6;
}
.support__content .support__method .s__item .s__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 18rem;
  background: #0099c9;
  box-shadow: inset 0px 0px 4rem 10rem rgba(0, 0, 0, 0.2196078431);
  transition: 0.3s;
}
.support__content .support__method .s__item .s__inner span {
  width: 429rem;
  display: flex;
}
.support__content .sm__content {
  width: 790.3rem;
  height: auto;
  margin: auto;
  padding: 9rem;
  margin-top: 60rem;
  border-radius: 20rem;
  background: #0099c9;
}
.support__content .sm__content.c01 {
  background: #f15a22;
}
.support__content .sm__content.c01 .sm__lbl {
  width: 620rem;
}
.support__content .sm__content.c01 .sm__inner .t__lbl {
  border-color: #f15a22;
}
.support__content .sm__content.c01 .sm__inner .t__lbl span {
  color: #f15a22;
}
.support__content .sm__content.c01 .sm__inner ul li span {
  color: #f15a22;
}
.support__content .sm__content.c01 .sm__inner .form__text {
  width: 100%;
  margin-top: 20rem;
  padding: 20rem 0;
  background: #f5af7e;
}
.support__content .sm__content.c01 .sm__inner .form__text .f__lbl {
  font-weight: 600;
  font-size: 32.8rem;
  letter-spacing: 0.15em;
  line-height: 45.92rem;
  text-align: center;
  color: #000;
}
.support__content .sm__content.c01 .sm__inner .form__text .f__txt {
  font-weight: 600;
  font-size: 37.72rem;
  line-height: 45.92rem;
  text-align: center;
  color: #000;
}
.support__content .sm__content.c01 .sm__inner .card__flow {
  width: 644rem;
  margin-top: 20rem;
}
.support__content .sm__content.c01 .sm__inner .b__txt {
  font-weight: normal;
  font-size: 29.52rem;
  line-height: 36.08rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.support__content .sm__content .sm__lbl {
  width: 620rem;
  display: flex;
  margin: 15rem auto;
}
.support__content .sm__content .sm__inner {
  padding: 45rem;
  background: white;
  border-radius: 0 0 20rem 20rem;
}
.support__content .sm__content .sm__inner .t__lbl {
  width: 100%;
  height: 54.73rem;
  border-radius: 27.36rem;
  background: #fff;
  border: 3.28rem solid #0099c9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support__content .sm__content .sm__inner .t__lbl span {
  font-weight: 600;
  font-size: 32.8rem;
  letter-spacing: 0.05em;
  line-height: 55.76rem;
  text-align: center;
  color: #0099c9;
}
.support__content .sm__content .sm__inner ul {
  margin: 10rem 0;
}
.support__content .sm__content .sm__inner ul li {
  font-weight: normal;
  font-size: 31.16rem;
  letter-spacing: 0.05em;
  line-height: 42.64rem;
  text-align: left;
  color: #000;
  padding-left: 30rem;
  text-indent: -30rem;
}
.support__content .sm__content .sm__inner ul li span {
  color: #0099c9;
}
.support__content .sm__content .sm__inner .c__txt {
  font-weight: normal;
  font-size: 31.16rem;
  line-height: 42.64rem;
  margin-top: 15rem;
  letter-spacing: -0.05em;
  text-align: left;
  color: #000;
}
.support__content .sm__content .sm__inner .sm__flow {
  width: 590rem;
  margin: 5rem 0 0 auto;
}
.support__content .sm__content .sm__inner .term__txt {
  font-weight: 600;
  font-size: 34rem;
  letter-spacing: 0.05em;
  line-height: 46rem;
  margin-top: 10rem;
  text-align: center;
  color: #ff0001;
}
.support__content .sm__content .sm__inner .note__text {
  width: 100%;
  height: auto;
  margin-top: 20rem;
  padding: 20rem 0;
  border-radius: 27.89rem;
  background: #fccde5;
  text-align: center;
}
.support__content .sm__content .sm__inner .note__text .n__lbl {
  font-weight: 600;
  font-size: 32.8rem;
  letter-spacing: 0.05em;
  line-height: 42.64rem;
  text-align: center;
  color: #ff0001;
}
.support__content .sm__content .sm__inner .note__text .n__txt {
  font-weight: 500;
  font-size: 32.8rem;
  letter-spacing: 0.05em;
  line-height: 42.64rem;
  margin-top: 6rem;
  text-align: left;
  color: #000;
  display: inline-block;
}
.support__content .sm__btns {
  width: 510rem;
  margin: 70rem auto;
}
.support__content .sm__btns .sm__btn {
  width: 100%;
  height: 96rem;
  position: relative;
  z-index: 1;
  display: block;
}
.support__content .sm__btns .sm__btn.site .s__inner {
  background: #0099c9 !important;
}
.support__content .sm__btns .sm__btn:hover .s__inner {
  left: 5rem;
  top: 5rem;
}
.support__content .sm__btns .sm__btn:last-child {
  margin-top: 50rem;
}
.support__content .sm__btns .sm__btn:last-child .s__inner {
  background: #808285;
}
.support__content .sm__btns .sm__btn:last-child .s__inner span {
  width: 176rem;
}
.support__content .sm__btns .sm__btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 18rem;
  background: black;
  filter: blur(3rem);
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
  opacity: 0.6;
}
.support__content .sm__btns .sm__btn .s__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10rem;
  background: #0099c9;
  box-shadow: inset 0px 0px 4rem 10rem rgba(0, 0, 0, 0.2196078431);
  transition: 0.3s;
}
.support__content .sm__btns .sm__btn .s__inner span {
  width: 438rem;
  display: flex;
}
.support__content .sm__btns .sm__btn .s__inner span.site {
  width: 364rem !important;
}
.support__content .arrow__part {
  width: 335rem;
  display: flex;
  margin: 20rem auto;
}
.support__content .apply__mark {
  width: 877rem;
  display: flex;
  margin: auto;
  margin-bottom: 30rem;
}
.support__content .apply__content {
  width: 790.3rem;
  height: auto;
  margin: auto;
  padding: 9rem;
  margin-top: 60rem;
  border-radius: 20rem;
  background: #f15a22;
}
.support__content .apply__content .a__lbl {
  width: 557rem;
  display: flex;
  margin: 15rem auto;
}
.support__content .apply__content .content__inner {
  width: 100%;
  padding: 50rem 30rem 30rem 30rem;
  border-radius: 0 0 20rem 20rem;
  background: white;
}
.support__content .apply__content .content__inner .step__content {
  display: flex;
  align-items: flex-start;
}
.support__content .apply__content .content__inner .step__content:last-child {
  margin-bottom: 70rem;
}
.support__content .apply__content .content__inner .step__content .step__part {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.support__content .apply__content .content__inner .step__content .step__part .step {
  width: 116rem;
  display: flex;
}
.support__content .apply__content .content__inner .step__content .step__part .arrow {
  width: 59rem;
}
.support__content .apply__content .content__inner .step__content .step__part .arrow.c03 {
  width: 18rem;
}
.support__content .apply__content .content__inner .step__content .content__text {
  width: 100%;
  padding-top: 10rem;
  margin-left: 22rem;
  position: relative;
}
.support__content .apply__content .content__inner .step__content .content__text .icon {
  width: 252rem;
  display: flex;
  position: absolute;
  right: 0;
  top: 10rem;
}
.support__content .apply__content .content__inner .step__content .content__text .icon.c02 {
  width: 180rem;
  top: -10rem;
  right: 35rem;
}
.support__content .apply__content .content__inner .step__content .content__text .icon.c03 {
  width: 216rem;
  top: -10rem;
  right: 0;
}
.support__content .apply__content .content__inner .step__content .content__text .c__txt {
  font-weight: normal;
  font-size: 33rem;
  line-height: 56rem;
  text-align: left;
  color: #000;
}
.support__content .apply__content .content__inner .step__content .content__text ul {
  width: 100%;
  margin-top: 10rem;
  border-radius: 10rem;
  padding: 15rem 20rem;
  background: #fef1e6;
}
.support__content .apply__content .content__inner .step__content .content__text ul li {
  font-weight: normal;
  font-size: 33rem;
  line-height: 46rem;
  text-align: left;
  color: #f15a22;
}
.support__content .apply__content .content__inner .step__content .content__text ul li .txt {
  font-weight: 300;
  font-size: 22rem;
  padding-left: 20rem;
  line-height: 36.08rem;
  text-align: left;
  color: #000;
}
.support__content .apply__content .content__inner .step__content .content__text ul li span {
  font-size: 23rem;
  display: block;
}
.support__content .note__txt {
  font-weight: normal;
  font-size: 24rem;
  line-height: 36.08rem;
  margin-top: -40rem;
  text-align: center;
  color: #000;
}

.faq__content {
  padding: 80rem 0;
}
.faq__content .faq__lbl {
  width: 634rem;
  margin: auto;
}
.faq__content .faq__items {
  width: 990rem;
  margin: auto;
  margin-top: 60rem;
}
.faq__content .faq__items .f__item {
  padding: 70rem 50rem;
  border-bottom: 3rem dotted #333;
}
.faq__content .faq__items .f__item:first-child {
  padding-top: 0;
}
.faq__content .faq__items .f__item:last-child {
  border-bottom: 0;
}
.faq__content .faq__items .f__item .q__title {
  display: flex;
  align-items: flex-start;
}
.faq__content .faq__items .f__item .q__title:last-child {
  margin-top: 40rem;
}
.faq__content .faq__items .f__item .q__title .q__lbl {
  width: 74rem;
  display: flex;
  margin-right: 24rem;
}
.faq__content .faq__items .f__item .q__title .q__txt {
  width: 780.77rem;
  font-weight: normal;
  font-size: 32rem;
  letter-spacing: 0.05em;
  line-height: 40rem;
  text-align: left;
  color: #000;
}

footer {
  padding-bottom: 80rem;
}
footer .contact__lbl {
  width: 220rem;
  display: flex;
  margin: auto;
}
footer .cp__name {
  font-weight: 600;
  font-size: 36rem;
  letter-spacing: 0.18em;
  line-height: 61.36rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}
footer .w__txt {
  font-weight: normal;
  font-size: 18.23rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
footer .tel {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .tel .t__lbl {
  width: 98.25rem;
  height: 42.31rem;
  margin-right: 12rem;
  border-radius: 6.15rem;
  background: transparent;
  border: 1.52rem solid #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 32.57rem;
  letter-spacing: 0.2em;
  line-height: 34.31rem;
  text-align: center;
  color: #1a1a1a;
}
footer .tel .txt {
  font-weight: 600;
  font-size: 49.94rem;
  letter-spacing: 0.05em;
  line-height: 34.31rem;
  text-align: left;
  color: #000;
}

#comment-link-box, #edit-slug-box {
  display: none;
}

.subpage__wrapper {
  padding: 45rem 0 90rem;
  margin-top: 85rem;
  margin-bottom: 60rem;
  background: #fffabf;
}
.subpage__wrapper .sub__lbl {
  width: 525rem;
  display: flex;
  margin: auto;
}
.subpage__wrapper .detail__txt {
  font-weight: normal;
  font-size: 23rem;
  line-height: 42rem;
  margin-top: 20rem;
  text-align: center;
  color: #000;
}
.subpage__wrapper .search__content {
  min-height: 470rem;
}
.subpage__wrapper .content__inner {
  width: 790.3rem;
  height: auto;
  margin: auto;
  padding: 40rem 30rem;
  margin-top: 33rem;
  border-radius: 27.89rem;
  background: #fff;
  border: 7rem solid #808080;
}
.subpage__wrapper .content__inner .tp__lbl {
  font-weight: 600;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-bottom: 40rem;
  padding-bottom: 20rem;
  text-align: center;
  color: #000;
  border-bottom: 1rem solid #808080;
}
.subpage__wrapper .content__inner .content__text {
  width: 100%;
  height: auto;
  padding: 30rem 20rem;
  border-radius: 15rem;
  background: #d1edcf;
}
.subpage__wrapper .content__inner .content__text.mail {
  background: #CCE9F5;
}
.subpage__wrapper .content__inner .content__text.mail .icon {
  width: 78rem;
}
.subpage__wrapper .content__inner .content__text.mail .r__lbl {
  width: 190rem;
}
.subpage__wrapper .content__inner .content__text.watch {
  background: #DBDCDC;
}
.subpage__wrapper .content__inner .content__text.watch .icon {
  width: 62rem;
}
.subpage__wrapper .content__inner .content__text.watch .r__lbl {
  width: 190rem;
}
.subpage__wrapper .content__inner .content__text .icon {
  width: 49rem;
  display: flex;
  margin: auto;
}
.subpage__wrapper .content__inner .content__text .r__lbl {
  width: 150rem;
  display: flex;
  margin: auto;
  margin-top: 15rem;
}
.subpage__wrapper .content__inner .content__text .j__txt {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 10rem;
  text-align: center;
  color: #000;
}
.subpage__wrapper .content__inner .content__text .term__text {
  width: 476rem;
  height: auto;
  margin: auto;
  padding: 20rem 0;
  margin-top: 25rem;
  border-radius: 8.61rem;
  background: #fff;
}
.subpage__wrapper .content__inner .content__text .term__text p {
  font-weight: normal;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: center;
  color: #4D4D4D;
}
.subpage__wrapper .content__inner .content__text .term__text p span {
  font-weight: 600;
  color: black;
}
.subpage__wrapper .content__inner .content__text .note__txt {
  font-weight: normal;
  font-size: 18rem;
  line-height: 30rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}
.subpage__wrapper .content__inner .content__text .note__txt span {
  font-weight: 600;
  color: #f15a22;
}
.subpage__wrapper .content__inner .note__part {
  margin-top: 40rem;
  padding: 40rem 30rem 0;
  border-top: 1rem solid #808080;
}
.subpage__wrapper .content__inner .note__part .n__lbl {
  font-weight: 600;
  font-size: 18rem;
  line-height: 30rem;
  text-align: left;
  color: #f15a22;
}
.subpage__wrapper .content__inner .note__part ul {
  margin-top: 10rem;
}
.subpage__wrapper .content__inner .note__part ul li {
  font-weight: normal;
  font-size: 18rem;
  line-height: 30rem;
  text-align: left;
  color: #f15a22;
}
.subpage__wrapper .content__inner .note__part ul li span {
  font-size: 10rem;
}
.subpage__wrapper .content__inner .p__link {
  width: 401.15rem;
  height: 67.32rem;
  margin: auto;
  position: relative;
  margin-top: 40rem;
  display: block;
  z-index: 1;
}
.subpage__wrapper .content__inner .p__link:hover .s__inner {
  left: 5rem;
  top: 5rem;
}
.subpage__wrapper .content__inner .p__link:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: black;
  filter: blur(3rem);
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
  opacity: 0.6;
}
.subpage__wrapper .content__inner .p__link .s__inner {
  width: 100%;
  height: 100%;
  border-radius: 10.5rem;
  background: transparent;
  border: 2rem solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10rem;
  background: #fff;
  transition: 0.3s;
}
.subpage__wrapper .content__inner .p__link .s__inner span {
  font-weight: 600;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: center;
  color: #333;
}
.subpage__wrapper .content__inner .note__frame {
  width: 100%;
  height: auto;
  padding: 20rem 0;
  border-radius: 15rem;
  background: #d1e4eb;
}
.subpage__wrapper .content__inner .note__frame .n__part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage__wrapper .content__inner .note__frame .n__part .icon {
  width: 28rem;
  margin-right: 5rem;
  display: flex;
}
.subpage__wrapper .content__inner .note__frame .n__part .lbl {
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: center;
  color: #000;
}
.subpage__wrapper .content__inner .note__frame .n__txt {
  font-weight: normal;
  font-size: 18rem;
  line-height: 30rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}
.subpage__wrapper .content__inner .city__part {
  margin-top: 40rem;
  display: flex;
  align-items: center;
}
.subpage__wrapper .content__inner .city__part .icon {
  width: 25rem;
  display: flex;
  margin-right: 11rem;
}
.subpage__wrapper .content__inner .city__part .lbl {
  font-weight: 500;
  font-size: 22rem;
  line-height: 30rem;
  text-align: left;
  color: #000;
}
.subpage__wrapper .content__inner .city__select {
  width: 100%;
  height: 66.05rem;
  margin-top: 15rem;
  border-radius: 10.66rem;
  background: #fff;
  border: 2rem solid #808080;
  box-shadow: 4.9rem 4.9rem 3.5rem rgba(0, 0, 0, 0.4);
  position: relative;
}
.subpage__wrapper .content__inner .city__select select {
  width: 100%;
  height: 100%;
  padding-left: 30rem;
  border-radius: 10.66rem;
  font-weight: normal;
  font-size: 22rem;
  line-height: 30rem;
  text-align: left;
  color: #000;
  border: 0;
  outline: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background: url(../img/down_arrow.png);
  background-size: 22rem 11rem;
  background-position: 670rem;
  background-repeat: no-repeat;
}
.subpage__wrapper .content__inner .search__btn {
  width: 400rem;
  height: 67rem;
  position: relative;
  margin: auto;
  margin-top: 50rem;
  z-index: 1;
  pointer-events: none;
  cursor: not-allowed;
}
.subpage__wrapper .content__inner .search__btn.visible {
  pointer-events: all;
  cursor: pointer;
}
.subpage__wrapper .content__inner .search__btn.visible .s__inner {
  background: #f15a22;
}
.subpage__wrapper .content__inner .search__btn:hover .s__inner {
  left: 5rem;
  top: 5rem;
}
.subpage__wrapper .content__inner .search__btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 18rem;
  background: black;
  filter: blur(3rem);
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
  opacity: 0.6;
}
.subpage__wrapper .content__inner .search__btn .s__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12rem;
  background: #808285;
  box-shadow: inset 0px 0px 4rem 10rem rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}
.subpage__wrapper .content__inner .search__btn .s__inner span {
  width: 364rem;
  display: flex;
}

.w__container {
  width: 100%;
  height: auto;
  padding-top: 250rem;
  padding-bottom: 150rem;
  margin-bottom: 80rem;
  background: #fffabf;
}
.w__container .en__txt {
  font-size: 26rem;
  text-align: center;
  font-weight: 500;
}
.w__container .c__txt {
  font-size: 18rem;
  text-align: center;
  margin-top: 10rem;
  line-height: 1.5;
}
.w__container a {
  width: 300rem;
  height: 60rem;
  margin: auto;
  margin-top: 30rem;
  border-radius: 30rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.w__container a:hover .s__inner {
  left: 5rem;
  top: 5rem;
}
.w__container a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 18rem;
  background: black;
  filter: blur(3rem);
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
  opacity: 0.6;
}
.w__container a .s__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 18rem;
  background: #0099c9;
  box-shadow: inset 0px 0px 4rem 10rem rgba(0, 0, 0, 0.2196078431);
  transition: 0.3s;
}
.w__container a .s__inner span {
  font-size: 18rem;
  color: white;
  font-weight: 500;
}

.en__wrapper {
  height: 70vh;
  padding-top: 85rem;
  margin-bottom: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffabf;
}
.en__wrapper .content__text {
  background: white;
  padding: 50rem 100rem;
  display: inline-block;
  text-align: center;
}
.en__wrapper p {
  font-weight: 600;
  font-size: 32rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
  color: #0099c9;
  display: inline-block;
}
.en__wrapper p:last-child {
  margin-top: 15rem;
}

@media screen and (max-width: 1075px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 880px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header {
    width: 100%;
    height: 100rem;
    padding: 0 30rem;
  }
  header .logo {
    width: 220rem;
  }
  header .lang__part {
    width: 174rem;
    height: 50rem;
    border: 2rem solid #000;
  }
  header .lang__part .lang__label {
    font-size: 23.49rem;
  }
  .support__content {
    width: 100%;
    background: #fffabf;
    padding: 100rem 0;
    margin-top: -10rem;
  }
  .support__content .select__lbl {
    width: 690rem;
  }
  .support__content .support__method {
    margin-top: 80rem;
    gap: 30rem;
  }
  .support__content .support__method .s__item {
    width: 330rem;
    height: 143rem;
  }
  .support__content .support__method .s__item .s__inner span {
    width: 280rem;
  }
  .support__content .support__method .s__item:last-child .s__inner span {
    width: 280rem;
  }
  .support__content .sm__content {
    width: 690rem;
    height: auto;
    margin: auto;
    padding: 5rem;
    margin-top: 70rem;
  }
  .support__content .sm__content .sm__lbl {
    width: 540rem;
    display: flex;
    margin: 20rem auto;
  }
  .support__content .sm__content .sm__inner {
    padding: 33rem 30rem;
  }
  .support__content .sm__content .sm__inner ul {
    margin: 20rem 0;
  }
  .support__content .sm__content .sm__inner .sm__flow {
    width: 550rem;
  }
  .support__content .sm__content .sm__inner .term__txt {
    font-weight: 600;
    font-size: 30rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 20rem;
  }
  .support__content .sm__content .sm__inner .note__text .n__lbl {
    font-size: 28.8rem;
  }
  .support__content .sm__content .sm__inner .note__text .n__txt {
    font-size: 28.8rem;
    letter-spacing: 0;
    line-height: 37.64rem;
  }
  .support__content .sm__btns {
    width: 630rem;
    margin: 60rem auto;
  }
  .support__content .sm__btns .sm__btn .s__inner span {
    width: 540rem;
  }
  .support__content .sm__btns .sm__btn:last-child .s__inner span {
    width: 220rem;
  }
  .support__content .sm__content.c01 .sm__lbl {
    width: 540rem;
  }
  .support__content .sm__content.c01 .sm__inner .form__text .f__lbl {
    font-size: 26.8rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .support__content .sm__content.c01 .sm__inner .form__text .f__txt {
    font-size: 31.72rem;
  }
  .support__content .sm__content.c01 .sm__inner .card__flow {
    width: 580rem;
  }
  .support__content .sm__content.c01 .sm__inner .b__txt {
    font-size: 22.52rem;
    line-height: 34.08rem;
  }
  .support__content .arrow__part {
    width: 380rem;
    display: flex;
    margin: 40rem auto;
  }
  .support__content .apply__mark {
    width: 690rem;
    display: flex;
    margin: auto;
    margin-bottom: 30rem;
  }
  .support__content .apply__content {
    width: 690rem;
    height: auto;
    margin: auto;
    padding: 5rem;
  }
  .support__content .apply__content .a__lbl {
    width: 480rem;
    margin: 20rem auto;
  }
  .support__content .apply__content .content__inner .step__content .step__part .step {
    width: 104rem;
  }
  .support__content .apply__content .content__inner .step__content .step__part .arrow {
    width: 55rem;
  }
  .support__content .apply__content .content__inner .step__content .content__text .c__txt {
    font-size: 26rem;
    line-height: 1.5;
  }
  .support__content .apply__content .content__inner .step__content .content__text ul li {
    font-size: 24rem;
    line-height: 1.4;
  }
  .support__content .apply__content .content__inner .step__content .content__text ul li .txt {
    font-size: 17rem;
    padding-left: 15rem;
    line-height: 1.6;
  }
  .support__content .apply__content .content__inner .step__content .content__text .icon {
    width: 206rem;
  }
  .support__content .apply__content .content__inner .step__content .content__text .icon.c02 {
    width: 154rem;
  }
  .support__content .apply__content .content__inner .step__content .content__text .icon.c03 {
    width: 180rem;
  }
  .support__content .sm__btns .sm__btn.site {
    height: 120rem;
  }
  .support__content .sm__btns .sm__btn .s__inner span.site {
    width: 400rem !important;
  }
  .support__content .note__txt {
    font-size: 23rem;
    line-height: 36.08rem;
    margin-top: -25rem;
  }
  .faq__content .faq__items {
    width: 690rem;
  }
  .faq__content .faq__items .f__item {
    padding: 64rem 0;
  }
  .faq__content .faq__items .f__item .q__title .q__lbl {
    width: 60rem;
    display: flex;
    margin-right: 18rem;
  }
  .faq__content .faq__items .f__item .q__title .q__txt {
    width: 88%;
    font-size: 25rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .faq__content .faq__items .f__item .q__title:last-child {
    margin-top: 35rem;
  }
  footer .contact__lbl {
    width: 245rem;
  }
  footer .cp__name {
    font-size: 40rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  footer .w__txt {
    font-size: 20.23rem;
    letter-spacing: 0;
  }
  footer .tel .t__lbl {
    width: 111rem;
    height: 51rem;
    font-size: 36.57rem;
  }
  footer .tel .txt {
    font-size: 58.94rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .subpage__wrapper {
    padding: 100rem 0 90rem;
    margin-top: 100rem;
    margin-bottom: 90rem;
  }
  .subpage__wrapper .sub__lbl {
    width: 690rem;
  }
  .subpage__wrapper .detail__txt {
    font-size: 28rem;
    line-height: 1.6;
    margin-top: 25rem;
  }
  .subpage__wrapper .content__inner {
    width: 690rem;
    padding: 30rem 30rem;
  }
  .subpage__wrapper .content__inner .note__frame .n__part .lbl {
    font-size: 26rem;
  }
  .subpage__wrapper .content__inner .note__frame .n__txt {
    font-size: 20rem;
  }
  .subpage__wrapper .content__inner .city__part .lbl {
    font-size: 22rem;
  }
  .subpage__wrapper .content__inner .city__part .icon {
    width: 27rem;
  }
  .subpage__wrapper .content__inner .city__select select {
    background-position: 576rem;
  }
  .subpage__wrapper .content__inner .search__btn {
    width: 520rem;
    height: 87rem;
  }
  .subpage__wrapper .content__inner .search__btn .s__inner span {
    width: 411rem;
  }
  header .sublogo {
    width: 171rem;
  }
  header .c__park {
    width: 268rem;
  }
  .subpage__wrapper .content__inner .tp__lbl {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .subpage__wrapper .content__inner .content__text .j__txt {
    font-size: 22rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .subpage__wrapper .content__inner .content__text .term__text p {
    font-size: 24rem;
  }
  .subpage__wrapper .content__inner .content__text .note__txt {
    font-size: 17rem;
  }
  .subpage__wrapper .content__inner .note__part {
    margin-top: 40rem;
    padding: 30rem 20rem 0;
  }
  header.fixed {
    height: 90rem;
  }
  .w__container .en__txt {
    font-size: 32rem;
    line-height: 1.5;
  }
  .w__container .c__txt {
    font-size: 26rem;
  }
  .w__container a {
    width: 450rem;
    height: 80rem;
  }
  .w__container a .s__inner span {
    font-size: 24rem;
  }
  .w__container {
    padding-top: 350rem;
    padding-bottom: 250rem;
  }
  .en__wrapper p {
    font-size: 38rem;
  }
  .en__wrapper .content__text {
    width: 690rem;
    padding: 50rem 0;
  }
}/*# sourceMappingURL=style.css.map */

/* 260513 受領辞退ボタン追加 */
.support__content .sm__btns .sm__btn:nth-child(2) {
  margin-top: 50rem;
}
.support__content .sm__btns .sm__btn:nth-child(2) .s__inner {
  background: #808285;
}
.support__content .sm__btns .sm__btn:nth-child(2) .s__inner span {
  width: 176rem;
}
@media screen and (max-width: 768px) {
  .support__content .sm__btns .sm__btn:nth-child(2) .s__inner span {
    width: 220rem;
  }
}