@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #25262E;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* 目次 */
.toc_white {
  position: relative;
  margin-top: 2.4rem;
  padding: 1.6rem;
  background: #f7f7f7;
}

.p-single .toc_title {
  max-width: 100%;
  margin-top: initial;
  margin-inline: auto;
  color: #111;
  font-weight: 700;
}

.toc_list {
  max-width: 100%;
  margin-top: 0.5rem;
  margin-inline: auto;
}

.toc_list > li {
  padding-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7e7e7;
}
.toc_list ul {
  margin-top: 1rem;
  margin-left: 2rem;
}

.toc_list > li:nth-child(n+2) {
  margin-top: 1rem;
  margin-top: 0.5rem;
}

.toc_list a {
  color: #666666;
  font-size: 1.2rem;
}

.toc_number {
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

/* 目次 */
.toc-toggle-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.bg__glay {
  background: #ebebeb;
}

.btn {
  color: #FFF;
  text-align: center;
}

.btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 22rem;
  min-height: 4.5rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-radius: calc(infinity * 1px);
  background: -webkit-gradient(linear, left top, right top, from(#6AAEDD), to(#6ACDE0));
  background: linear-gradient(to right, #6AAEDD, #6ACDE0);
  -webkit-box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.9rem;
  height: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_btn.webp) no-repeat center center/contain;
  content: "";
}

.pankuz {
  margin-top: 1rem;
  text-align: left;
}

.pankuz__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.pankuz .home {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.pankuz a {
  font-weight: 400;
  line-height: 1;
}

.pankuz .current-item {
  color: #63BCD4;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.pankuz .pankuz__arrow {
  display: inline-block;
  width: 8px;
  margin-top: 3px;
}

.pankuz__border {
  width: 2.2rem;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section__title {
  text-align: center;
}

.section__title.--left {
  text-align: left;
}

.section__title.--white {
  color: #FFF;
}
.section__title.--white .section__jp,
.section__title.--white .section__en {
  color: #FFF;
}

.section__jp {
  color: #8CB2E3;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4666666667;
  letter-spacing: 0.14em;
}

.section__en {
  color: #CED9E7;
  font-weight: 400;
  font-size: 1.6rem;
  font-size: 4.2rem;
  line-height: 1.3142857143;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section__title.--topCampaign {
  position: relative;
}
.section__title.--topCampaign .section__jp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #70A0DF;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.section__title.--topCampaign .section__en {
  color: #EFF3FA;
  font-size: 5rem;
}

.text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
}

.text__bold {
  font-weight: 700;
}

.text__center {
  text-align: center;
}

.text__attention {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
  text-align: center;
}

.about {
  padding-top: 50px;
}

.about__container {
  display: grid;
  gap: 2rem;
}

.about__title {
  padding-left: 1.1rem;
  border-left: 4px solid #63BCD4;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4230769231;
}

.access {
  margin-top: 3rem;
}

.access__container {
  display: grid;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 1rem;
  gap: 1rem;
  border: 1px solid #70A0DF;
  background: #F9FAFC;
}

.access__title {
  color: #70A0DF;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.access__text {
  letter-spacing: 0.04em;
}

.application {
  padding-top: 5.6rem;
}

.archive {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.archive__items {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  row-gap: 2.2rem;
}

.archive__item {
  border: 3px solid #F5F5F5;
  background: #FFF;
}

.archive__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #25262E;
}

.archive__image {
  position: relative;
  height: 18rem;
}

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

.archive__category {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0.3rem 1.2rem;
  background: #0C7BCC;
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.archive__content {
  padding: 10px;
}

.archive__title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archive__text {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archive__btn {
  margin-top: 7.5rem;
  text-align: center;
}

.archive__btn a {
  display: inline-block;
  position: relative;
  width: 37.2rem;
  max-width: 100%;
  height: 6.9rem;
  border: 6px solid #FAEE64;
  border-radius: 60px;
  background: #FFF;
  text-align: center;
}

.archive__btn a::after {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 7px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: contain;
  content: "";
}

.archive__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation {
  margin-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  padding: 10px;
  border: 1px solid #0C7BCC;
  color: #0C7BCC;
  -webkit-transition: 0.3s;
  font-weight: 500;
  font-size: 1rem;
  transition: 0.3s;
}

.page-numbers:not(:first-child) {
  margin-left: 1.4rem;
}

.page-numbers.current {
  background: #0C7BCC;
  color: #FFF;
}

.page-numbers:hover {
  background: #0C7BCC;
  color: #FFF;
}

.banner {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__head {
  background: #2B2B2B;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.banner__container {
  max-width: 810px;
  margin-inline: auto;
}

/* ブログカード シンプルデザイン*/
.card-link {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
}

.blog-card-label-long {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 120px;
  height: 25px;
  padding: 0 0.5rem;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #f99f48;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 25px;
  text-align: center;
  -webkit-animation: animScale 3.5s ease-out;
          animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
  display: block;
  display: grid;
  place-items: center;
  padding: 15px 13px;
  padding: 0.5rem 1.2rem 0.5rem 1.6rem;
  line-height: 1.6;
}

.longcard-link {
  min-height: 8rem;
  margin: 1em 0;
}

.blogcard-title {
  display: -webkit-box;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-link {
  display: inline-block;
  max-width: 310px;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}

.longcard-link {
  display: table;
  max-width: 100%;
}

.longcard-img,
.card-link.longcard-link .blogcard-content {
  display: table-cell;
  vertical-align: middle;
}

.longcard-img {
  position: relative;
  aspect-ratio: 80/80;
  width: 8rem;
  height: 8rem;
}

.longcard-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.p-blog2__inner {
  position: relative;
  padding: 5.8rem 0;
}

.p-blog2__inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #073061;
  content: "";
}

.p-blog2__inner::after {
  display: block;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "new arrivals";
  color: #fff;
  font-weight: 500;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.07;
}

.p-blog2__content {
  padding: 0 2rem;
}

.p-blog2__block {
  position: relative;
  max-width: 59.2rem;
  margin-inline: auto;
  color: #fff;
}

.p-blog2__enTitle {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.p-blog2__theme {
  margin-top: 0.7rem;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

.p-blog2__theme::after {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin-top: 1rem;
  margin-top: 2.4rem;
  background-color: #fff;
  content: "";
}

.p-blog2__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 2.4285714286;
  letter-spacing: 0.06em;
}

.p-blog2__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 21.6rem;
  margin-top: 5.6rem;
  margin-inline: auto;
  padding: 1.45rem 0;
  overflow: hidden;
  border-radius: 99.9rem;
  background: #fff;
  color: #073061;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: capitalize;
}

.p-blog2__button:hover {
  opacity: 0.8;
}

.p-blog2__button::after {
  position: absolute;
  right: 2.3rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #175489;
  border-bottom: 1px solid #175489;
  content: "";
}

.p-blog2__body {
  width: 100%;
  margin-top: 3.2rem;
  background-color: #fff;
}

.p-blog2__items {
  position: relative;
  max-width: 59.2rem;
  margin-inline: auto;
  padding: 0.8rem 1.6rem;
  background-color: #fff;
}

.p-blog2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.1333333333vw;
     -moz-column-gap: 2.1333333333vw;
          column-gap: 2.1333333333vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.8rem 0;
  border-bottom: 1px solid #EAECEC;
}

.p-blog2__item:last-of-type {
  border: none;
}

.p-blog2__thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 11rem;
}

.p-blog2__thumbnail::before {
  padding-top: 70%;
}

.p-blog2__wrap {
  position: relative;
  width: 100%;
}

.p-blog2__wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow_circle.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-blog2__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-blog2__category {
  color: #F87601;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.p-blog2__time {
  color: #7F8386;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.06em;
}

.p-blog2__title {
  width: 100%;
  max-width: 44.4rem;
  margin-top: 0.4rem;
  padding-right: 3rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.case {
  padding-bottom: 44px;
  background: #F9FAFC;
}

.case__box {
  margin-top: 3.4rem;
  padding: 3rem 2rem;
  border: 1px solid #70A0DF;
  background: #FFF;
}

.case__container {
  display: grid;
  gap: 2rem;
}

.case__name {
  padding-left: 0.5em;
  border-left: 4px solid #63BCD4;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4230769231;
}

.case__reason {
  margin-top: 1rem;
  color: #4DA1B7;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.35;
}

.case__description {
  margin-top: 1.39rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}

.case__items {
  display: grid;
  margin-top: 3.4rem;
  gap: 1.7rem;
}

.case__item .case__description {
  margin-top: 9px;
}

.case__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.8rem;
  padding-left: 1.2rem;
  background: #4DA1B7;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
}

.clinicList {
  padding-top: 22.8px;
}

.clinicList__annotation {
  position: relative;
  padding-bottom: 8.7px;
  text-align: center;
}

.clinicList__annotation::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #69C0DE;
  content: "";
}

.clinicList__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.8rem;
  gap: 1.5rem;
}

.clinicList__tab a {
  display: grid;
  position: relative;
  place-items: center;
  min-height: 5.4rem;
  border: 1px solid #6FA0DF;
  border-radius: calc(infinity * 1px);
  color: #6FA0DF;
}

.clinicList__tab a::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.947rem;
  height: 0.474rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_tab.webp) no-repeat center center/contain;
  content: "";
}

.clinicList__wrapper {
  display: grid;
  margin-top: 5rem;
  gap: 4.4rem;
}

.clinicList__area {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #C3C3C3;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4285714286;
}
.clinicList__area span {
  position: relative;
  padding-left: 1em;
}
.clinicList__area span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 3.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #70A0DF;
  content: "";
}

.clinicList__prefectures {
  position: relative;
  margin-top: 2rem;
  padding-left: 0.8em;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4545454545;
}

.clinicList__prefectures::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #63BCD4;
  content: "";
}

.clinicList__items {
  display: grid;
  margin-top: 2rem;
  gap: 3.5rem;
}

.clinicList__image {
  text-align: center;
}

.clinicList__content {
  margin-top: 1.5rem;
}

.clinicList__name {
  position: relative;
  padding-left: 1.1rem;
  border-bottom: 1px solid #C3C3C3;
  font-size: 1.6rem;
  line-height: 1.8333333333;
  letter-spacing: 0.06em;
}
.clinicList__name::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.3rem;
  height: 2.2rem;
  background: #63BCD4;
  content: "";
}

.clinicList__infos {
  display: grid;
  margin-top: 1.3rem;
  gap: 1.4rem;
}

.clinicList__info {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 1rem;
}

.clinicList__label {
  display: grid;
  place-items: center;
  width: 100%;
  height: 2.2rem;
  background: #70A0DF;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.clinicList__value {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}

.clinicList__info.--campaign {
  grid-template-columns: 1fr;
}
.clinicList__info.--campaign .clinicList__label {
  width: 82px;
  font-size: 1.2rem;
}
.clinicList__info.--campaign .clinicList__value ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.clinicList__info.--campaign .clinicList__value li {
  width: 58px;
}

.p-bottom-contact5 {
  position: relative;
  background-image: url(../img/bottom_cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.p-bottom-contact5::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 21, 33, 0.85);
  content: "";
}

.p-bottom-contact5__inner {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  padding: 6.4rem 2rem;
}

.p-bottom-contact5__title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}

.p-bottom-contact5__enTitle {
  display: block;
  color: #B59A24;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p-bottom-contact5__description {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.13em;
  text-align: center;
}

.p-bottom-contact5__wrap {
  margin-top: 4rem;
}

.p-bottom-contact5__block {
  width: 100%;
  margin-inline: auto;
}

.p-bottom-contact5__block:nth-of-type(2) {
  margin-top: 3.4rem;
}

.p-bottom-contact5__airplane {
  width: 4rem;
  height: 3.3rem;
  margin-inline: auto;
  background-image: url(../img/icon_mail.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-bottom-contact5__text {
  margin-top: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.p-bottom-contact5__callWrap .p-bottom-contact5__text {
  margin-top: 1.6rem;
}

.p-bottom-contact5__button {
  display: inline-block;
  width: 100%;
  margin-top: 2.4rem;
  padding: 2rem 0;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.p-bottom-contact5__call {
  width: 2.8rem;
  height: 3.6rem;
  margin-inline: auto;
  background-image: url(../img/icon_tel_white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-bottom-contact5__callButton {
  display: block;
  margin-top: 0.9rem;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.13em;
}

.p-bottom-contact5__time {
  display: block;
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.13em;
}

.p-bottom-contact5__items {
  display: grid;
  margin-top: 2rem;
  gap: 2rem;
}

.p-contact {
  padding-top: 31px;
  padding-bottom: 8.4rem;
}
.p-contact__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.p-contact__enTitle {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}
.p-contact__title {
  margin-top: 0.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-form__block {
  margin-top: 4rem;
  padding-bottom: 3.8rem;
  border-top: 1px solid #bcbcbc;
}
.p-form__block--confirm {
  margin-top: 4rem;
  padding: 6.1rem 0 5.8rem;
}
.p-form__wrap {
  margin-inline: auto;
  border-bottom: 1px solid #bcbcbc;
}
.p-form--confirm .p-form__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form--confirm .p-form__wrap:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-form__wrap label {
  width: 100%;
  padding-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}
.p-form__wrap .wpcf7-list-item label {
  background-color: transparent;
}

.p-form--confirm .p-form__wrap label {
  margin-top: 0;
}

.p-form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.3rem;
  height: 2.2rem;
  margin-left: 1rem;
  border-radius: 99.9rem;
  background-color: #028BE0;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}

.p-form__selectwrap,
.p-form__text,
.p-form__textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  background-color: #f2f2f2;
  letter-spacing: 0.1em;
}
/* セレクトボックス ここから */
.p-form__selectwrap {
  position: relative;
}

.p-form__selectwrap:after {
  position: absolute;
  top: 18px;
  right: 29px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 2px solid #c9c9c9;
  border-left: 2px solid #c9c9c9;
  content: "";
  font-size: 20px;
  pointer-events: none;
}

.p-form__select {
  width: 100%;
}

.p-form__select:invalid {
  color: #c9c9c9;
}

.p-form__select option {
  color: #333;
}

.p-form__select option:first-child {
  color: #c9c9c9;
}

/* セレクトボックス ここまで */
.p-form__text::-moz-placeholder,
.p-form__textarea::-moz-placeholder {
  color: #c9c9c9;
}

.p-form__text::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #c9c9c9;
}

.p-form__text:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form__text::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form__text::placeholder,
.p-form__textarea::placeholder {
  color: #c9c9c9;
}

.p-form__textarea {
  height: 17.8rem;
}

/* ラジオボタン ここから */
.p-form__radiobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
}
.p-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.6rem;
}
.p-form__wrap .p-form__radio span {
  width: auto;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}

.p-form__radio label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 2rem 0.1rem 0.9rem;
  line-height: 1.4;
  cursor: pointer;
}
.p-form__radio input {
  display: inline-block;
  position: relative;
}

.p-form__radio input:before {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: -2.6rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.iphone .p-form__radio input:before {
  top: 0.5rem;
  left: 0;
}

.p-form__radio input:after {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -2.1rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.iphone .p-form__radio input:after {
  top: 1.3rem;
  left: 0.4rem;
}

input[type=radio]:checked::after {
  opacity: 1;
}

/* ラジオボタン ここまで */
.p-form__box {
  margin-top: 1.8rem;
  text-align: center;
}
.p-form__box a {
  color: #000;
  text-decoration: underline;
}

/* チェックボックス ここから */
.p-form__check {
  margin: 0.8rem auto 0;
}
.p-form__checkbox {
  display: block;
  position: relative;
  padding-left: 2.6rem;
}
.p-form__submit {
  margin: 2.3rem auto 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-form__submit.c-normal-btn {
  position: relative;
  max-width: 24rem;
}
.p-form__submit.c-normal-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/contact1/arrow-right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-form__button {
  z-index: 1;
  width: 100%;
  height: 6rem;
  border-radius: 99.9rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form__submit:hover {
  opacity: 0.8;
}

.p-form__submit.c-normal-btn--back:hover .p-form__button {
  color: #7e7e7e;
}

.p-form__secure {
  width: 16rem;
  height: 8.1rem;
  -o-object-fit: cover;
  margin: 2.4rem auto 0;
  object-fit: cover;
}
.p-form__answer {
  margin-top: 0.8rem;
}
.p-form__buttonWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}
.p-form__buttonWrap .p-form__submit {
  margin-inline: auto;
}
.p-form__banner {
  width: 17rem;
  height: 6.6rem;
  margin-top: 2.4rem;
  margin-inline: auto;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  padding: 0 !important;
}

.wpcf7-form-control.wpcf7-radio {
  padding: 0 !important;
}

.wpcf7-form-control.wpcf7-radio.your-about {
  padding: 0 !important;
}

.your-about,
.your-kind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.wpcf7-list-item {
  margin: 0;
  padding: 0 !important;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  color: #c00;
  font-size: 1.4rem;
}
.screen-reader-response {
  display: none;
}

li[id^=wpcf7-f171-o1] {
  /*     display: none; */
}

.p-form__radiobutton .wpcf7-not-valid-tip,
.p-form__check .wpcf7-not-valid-tip {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  /*     display: none; */
}

.wpcf7-spinner {
  position: absolute;
  /*     display: none; */
  opacity: 0;
}

.p-form__check .wpcf7-list-item-label {
  position: relative;
  margin-left: 1.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.13em;
}
.p-form__check .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: -1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  content: "";
}
.p-form__check .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: -1.4rem;
  width: 0.8rem;
  height: 0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.p-form__radiobutton .wpcf7-not-valid-tip,
.p-form__check .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.p-form__policy {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-form__policyBlock::-webkit-scrollbar {
  width: 1.7rem;
}

.p-form__policyBlock::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

.p-form__policyBlock::-webkit-scrollbar-thumb {
  border: 3px solid #f6f6f6;
  border-radius: 10px;
  background-color: #d5d5d5;
}

.p-form__policyBlock {
  height: 33rem;
  margin-top: 2rem;
  padding: 3rem 1.4rem;
  overflow-y: scroll;
  border: 1px solid #d5d5d5;
}
.p-form__policyWrap {
  width: 100%;
  height: 100%;
}

.p-form__policyText {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}
.contact__message {
  margin-top: 0;
  font-size: 14px;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  text-align: center;
}
.contact__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 597px;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
}
.contact__steps::before {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 88.61%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d5d5d5;
  content: "";
}
.contact__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.contact__stepNum {
  color: #d5d5d5;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  font-family: Outfit;
  letter-spacing: 0.03em;
  text-align: left;
}
.contact__step--active .contact__stepNum {
  color: #028BE0;
}

.contact__stepContent {
  position: relative;
  color: #d5d5d5;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  text-align: center;
}
.contact__step--active .contact__stepContent {
  color: #222;
}

.contact__stepContent::before {
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #d5d5d5;
  content: "";
}
.contact__step--active .contact__stepContent::before {
  background-color: #028BE0;
}

.contact__inner {
  max-width: 898.5px;
  margin-right: auto;
  margin-left: auto;
}

.form__title {
  position: relative;
  margin-top: 50px;
  padding-bottom: 13px;
  padding-left: 12px;
  border-bottom: 1px solid #bcbcbc;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
}
.form__title::before {
  display: block;
  position: absolute;
  top: 38%;
  left: -1px;
  width: 3px;
  height: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  content: "";
}

.contact__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 39px;
  gap: 27px;
}
.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
}
.contact__item--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -9px;
  padding-top: 20px;
  border-top: 1px solid #bcbcbc;
}
.contact__item--content.contact__item--require .contact__itemName::after {
  top: 13px;
}

.contact__itemName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 218px;
  gap: 11px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  color: #222;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  text-align: left;
}
.contact__itemName--radio {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact__item--content .contact__itemName {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact__item--require .contact__itemName::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #028BE0;
  content: "必須";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  text-align: left;
  text-align: center;
}
.contact__itemsButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.contact__itemsButtons input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
}

.contact__itemsButtons input[type=radio]::before {
  display: block;
  position: absolute;
  top: 14%;
  left: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
}
.your-about-checked input[type=radio]::after {
  display: block;
  position: absolute;
  top: 40%;
  left: 56%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.your-houhou-checked input[type=radio]::after {
  display: block;
  position: absolute;
  top: 40%;
  left: 56%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.your-kind-checked input[type=radio]::after {
  display: block;
  position: absolute;
  top: 40%;
  left: 56%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.contact__itemsButtons span {
  padding-left: 5px;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  text-align: left;
}
.contact__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contact__textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contact__inner input[type=text],
.contact__inner input[type=tel],
.contact__inner input[type=number],
.contact__inner input[type=email] {
  width: 100%;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.contact__text p {
  margin-top: 9px;
  color: #909090;
  font-weight: normal;
  font-size: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.06em;
  text-align: left;
}
.contact__inner textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 178px;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.contact__submitCenter {
  text-align: center;
}

.contact__submitWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 320px;
  margin-top: 34px;
  background: #028BE0;
  color: #fff;
  text-align: center;
}

.contact__submitWrapper input[type=submit] {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 15px;
}
.contact__submitWrapper input[type=button] {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.contact__backWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 320px;
  margin-top: 34px;
  background: #222222;
  color: #fff;
  text-align: center;
}

input[type=button] {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;
}
.contact__backWrapper::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 4px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow-right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.contact__backWrapper input[type=submit] {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.contact__steps--confirm,
.contact__steps--thanks {
  margin-top: 20px;
}

.confirm__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.confirm__itemsWrapper {
  margin-top: 47px;
}

.confirm__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.confirm__itemHead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21.091%;
  padding-top: 30.5px;
  padding-bottom: 26.5px;
  padding-left: 30px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.confirm__itemHead:not(:first-child) {
  border-top: none;
}

.confirm__itemHead:not(:last-child) {
  border-bottom: none;
}

.confirm__itemContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  width: 78.909%;
  padding-top: 28.5px;
  padding-bottom: 21.5px;
  padding-left: 30px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f5f5f5;
  color: #222;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.confirm__itemContent:not(:first-child) {
  border-top: none;
}

.confirm__itemContent:not(:last-child) {
  border-bottom: none;
}

.confirm__item--content .confirm__itemHead {
  padding-top: 44.5px;
  padding-bottom: 16.5px;
  padding-left: 30px;
}
.confirm__item--content .confirm__itemContent {
  margin-top: -9px;
  padding-top: 26.5px;
  padding-top: 19px;
  padding-right: 30px;
  padding-left: 30px;
}
.confirm__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 13px;
  gap: 20px;
}
.contact__steps--thanks {
  margin-top: 20px;
}

.thanks__inner {
  width: 100%;
  max-width: 1000.5px;
  margin-right: auto;
  margin-left: auto;
}

.thanks__head {
  margin-top: 57px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #bcbcbc;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
}
.thanks__content {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.06em;
  text-align: left;
}

.thanks__buttonWrapper {
  margin-top: 43px;
  text-align: center;
}
.thanks__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 320px;
  padding-top: 17px;
  padding-bottom: 15px;
  background: #028BE0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
}

.thanks__button::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 4px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow-right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
input[type=button] {
  display: block !important;
}

.contents__items {
  display: grid;
  margin-top: 3rem;
  gap: 2rem;
  counter-reset: topflow-counter;
}

.contents__item {
  position: relative;
  padding: 2rem 2rem 5rem;
  border: 1px solid #63BCD4;
  counter-increment: topflow-counter;
}

.contents__item::after {
  z-index: -1;
  position: absolute;
  right: 9px;
  bottom: 0;
  content: counter(topflow-counter, decimal-leading-zero);
  color: #DEEFF4;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

.contents__title {
  position: relative;
  padding-left: 1em;
  color: #2A2A2A;
  font-weight: 700;
  font-size: 1.6rem;
}

.contents__title::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #63BCD4;
  content: "";
}

.contents__text {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #C3C3C3;
}

.contents__annotation {
  margin-top: 1.5rem;
  padding-bottom: 39px;
  border-bottom: 1px solid #63BCD4;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
}

.ctaBanner {
  margin-top: 4rem;
}

.ctaBottom__container {
  display: grid;
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin-bottom: -10rem;
  margin-inline: auto;
  padding: 3rem 2rem;
  gap: 3rem;
  background: #EDEDED;
}

.ctaBottom__container::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18.4rem;
  height: 24.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/logo_cta_bottom.webp) no-repeat center center/contain;
  content: "";
}

.ctaBottom__content {
  z-index: 1;
  position: relative;
}

.ctaBottom__title {
  font-size: 3rem;
  line-height: 1.2058823529;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.ctaBottom__text {
  margin-top: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

.ctaBottom__links {
  display: grid;
  gap: 12px;
}

.ctaBottom__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 4rem;
  padding-left: 3.3rem;
  gap: 5px;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.ctaBottom__link a span {
  display: inline-block;
  margin-top: -5px;
}

.ctaBottom__link.--line a span {
  margin-top: -10px;
}

.ctaBottom__link a::after {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

.ctaBottom__image {
  width: 100vw;
  height: 15rem;
}
.ctaBottom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.deal {
  padding: 50px 0;
  background: #F9FAFC;
}

.deal .inner {
  display: grid;
  gap: 3rem;
}

.topCampaign__lists {
  margin-top: 1rem;
  background: initial;
}

.deal__wrap {
  text-align: center;
}

.deal__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4285714286;
}
.deal__title span {
  color: #63BCD4;
  font-weight: 700;
}

.deal__head {
  margin-top: 2.7rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.625;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.deal__text {
  margin-top: 2.7rem;
}

.deal__price {
  min-height: 5rem;
  margin-top: 1.65rem;
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid #70A0DF;
  border-radius: 10px;
  background: #FFF;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.deal__price .--big {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
}
.deal__price .--blue {
  color: #63BCD4;
}

.detail__slider {
  display: grid;
  max-width: 100%;
}

.detail__slide {
  aspect-ratio: 713/493;
  width: 100%;
}

.detail__slide-sub {
  aspect-ratio: 122/85;
  width: 12.2rem;
  width: 100%;
}

.detail__slider .detail__slide img,
.detail__slider .detail__slide-sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__slide.is-active .detail__slide-sub {
  border: 2px solid #8CB2E3;
}

.dr {
  padding: 120px 0 50px;
  background: url(../img/bg_dr.webp) no-repeat center center/cover;
}

.dr__container {
  display: grid;
  margin-top: 2rem;
  gap: 3.4rem;
}

.dr__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 2rem;
  border-radius: 20px;
  background: #FFF;
  font-weight: 400;
}

.dr__content::after {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 4rem;
  height: 3rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background: url(../img/arrow_dr.webp) no-repeat center center/contain;
  content: "";
}

.dr__copy {
  color: #63BCD4;
  font-size: 1.8rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.dr__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02;
}

.dr__name {
  margin-top: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.dr__name span {
  margin-left: 1rem;
  font-size: 1.8rem;
}

.dr__items {
  display: grid;
  margin-top: 2.8rem;
  gap: 3rem;
}

.dr__item {
  padding: 3rem 1.5rem;
  border-radius: 20px;
  background: #FFF;
}

.dr__title {
  position: relative;
  padding-left: 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.dr__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #63BCD4;
  content: "";
}

.dr__info {
  margin-top: 1.2rem;
  padding-top: 2rem;
  border-top: 1px solid #707070;
}

.drug {
  margin-top: -8rem;
  padding-top: 8rem;
  padding-bottom: 50px;
  background: #F9FAFC;
}

.drug__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature {
  padding-bottom: 70px;
}

.feature__head {
  display: grid;
  place-items: center;
  min-height: 5.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#D0DFF8), to(#81ABE4));
  background: linear-gradient(to right, #D0DFF8, #81ABE4);
  color: #FFF;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

.feature__items {
  display: grid;
  margin-top: 4.2rem;
  gap: 3rem;
}

.feature__item {
  display: grid;
  gap: 1rem;
}

.feature__label {
  color: #63BCD4;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.12em;
}

.feature__title {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.feature__title::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #63BCD4;
  content: "";
}

.feature__text {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #D9D9D9;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
}

.feature__voice {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #71A0DF;
  border-radius: 30px;
  background: #FFF;
}

.feature__voice::after {
  display: grid;
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  place-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #000;
  content: "お客様の声";
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}

.feature__wrapper {
  display: grid;
  gap: 1.5rem;
}

.feature__decription {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #D9D9D9;
  font-weight: 400;
}

.features {
  padding-top: 50px;
  padding-bottom: 40px;
}

.features__annotation {
  margin-top: 11px;
  text-align: center;
}

.features__wrapper {
  display: grid;
  margin-top: 2.8rem;
}

.features__wrap {
  padding: 2rem 1.5rem;
  background: #FAFAFA;
}

.features__head {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.6rem;
  margin-inline: auto;
  padding: 3px 11px;
  background: #25262E;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
}

.features__contents {
  margin-top: 19px;
}

.features__content {
  padding: 1.3rem 0 2.2rem;
  border-top: 1px solid #63BCD4;
}

.features__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.features__label .--label {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 8px;
  border-radius: 50%;
  background: #63BCD4;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}

.features__value {
  margin-top: 8.5px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02;
}

.features__wrap:last-child {
  background: #EFF5F7;
}
.features__wrap:last-child .features__head {
  background: #63BCD4;
}
.features__wrap:last-child .features__label .--label {
  background: #F0AA3B;
}
.features__wrap:last-child .features__label .--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFF184));
  background: linear-gradient(transparent 75%, #FFF184 75%);
}

.flow {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/bg_flow.webp) no-repeat center center/cover;
}

.flow__container {
  padding: 3rem 1.5rem;
  border: 1px solid #70A0DF;
  background: #FFF;
}

.flow__items {
  display: grid;
  gap: 2.5rem;
}

.flow__item {
  display: grid;
  position: relative;
  grid-template-columns: 4rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.flow__item::after {
  position: absolute;
  top: 50%;
  left: 5rem;
  width: 1px;
  height: 5.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2C7EA4;
  content: "";
}

.flow__number {
  color: #2C7EA4;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.275;
  font-family: "Outfit", sans-serif;
}

.flow__title {
  color: #2C7EA4;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.flow__text {
  margin-top: 6px;
  color: #222;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}

.footer {
  border-bottom: 15px solid #8CB2E3;
  background: #EFF3FA;
  font-weight: 500;
}

.footer__inner {
  padding: 4rem 2rem;
}

.footer__container {
  display: grid;
  gap: 3rem;
}

.footer__logo {
  width: 12rem;
}

.footer__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  padding-top: 1rem;
  gap: 3rem;
  border-top: 1px solid #003056;
}

.footer__right {
  margin-top: 1.5rem;
}

.footer__items {
  display: grid;
  gap: 1.5rem;
}
.footer__item {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__bottom {
  padding-top: 5rem;
}

.footer__privacy {
  color: #003056;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.footer__text {
  margin-top: 1.6rem;
  color: #003056;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}

.fv {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}

.fv__slider {
  position: relative;
}

.fvBanner {
  padding: 25px 0;
  background: #F9FAFC;
}

.fvBanner.--bg {
  background: initial;
}

.fvBanner__items {
  display: grid;
  gap: 10px;
}

.fvSub {
  position: relative;
  margin-top: 4.8rem;
}

.fvSub__image {
  position: relative;
  height: 15rem;
}

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

.fvSub__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  min-height: 7rem;
  padding: 0 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  background: #FFF;
  text-align: center;
  white-space: nowrap;
}

.fvSub__en {
  color: #63BCD4;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fvSub__jp {
  width: 100%;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4375;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  z-index: 10000;
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: #63BCD4;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
}

.hamburger span:nth-of-type(1) {
  top: 38%;
}

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

.hamburger span:nth-of-type(3) {
  top: 62%;
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  top: 50%;
  left: 50%;
  width: 20px;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

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

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  padding-left: 10px;
  background: #FFF;
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo {
  width: 10rem;
}

.l-header__copy {
  margin-left: 1.4rem;
  color: #58C3E0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.l-header__nav {
  display: none;
  position: relative;
  height: inherit;
  margin-left: auto;
}

.l-header__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  gap: 2rem;
}

.l-header__nav-item {
  height: inherit;
}

.l-header__nav-item a,
.l-header__nav-item p {
  display: grid;
  place-items: center;
  height: inherit;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__nav-item a:hover,
.l-header__nav-item p:hover {
  color: #63BCD4;
}

.l-header__nav-item a span {
  position: relative;
}

.l-header__nav-item a span::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 0;
  height: 1px;
  background: #63BCD4;
  content: "";
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-header__nav-item a:hover span::after {
  width: 100%;
}

.l-header__contact {
  display: none;
  height: inherit;
}

.l-header__contact a {
  display: grid;
  place-items: center;
  width: 17.3rem;
  height: 100%;
  background: linear-gradient(45deg, #6AAEDD, #6ACDE0);
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.l-header__contact a span {
  position: relative;
  padding-left: 1.5em;
}
.l-header__contact a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.35rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_mail.webp) no-repeat center center/contain;
  content: "";
}

.l-header__contact.--partnership {
  margin-left: 3rem;
}

.l-header__contact.--partnership a {
  background: linear-gradient(45deg, #C5D6F2, #81ABE4);
}
.l-header__contact.--partnership a span::before {
  height: 1.4rem;
  background: url(../img/icon_partner.webp) no-repeat center center/contain;
}

.l-header-sp {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  z-index: 120;
  height: 100%;
  margin-top: 4.8rem;
  padding-bottom: 10rem;
  overflow: scroll;
  border-bottom: 15px solid #25262E;
  transition: all 0.5s 0s ease;
}

.l-header-sp.is-openSP {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.l-header-sp__inner {
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}

.l-header-sp__logo {
  width: 11.3rem;
  margin-top: 2rem;
  margin-left: 1.5rem;
}

.l-header-sp__sub {
  margin-top: 84px;
}

.l-header-sp__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.8rem;
  gap: 1.2rem;
}

.l-header-sp__banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 0.5rem 1.1rem;
}

.l-header-sp__nav {
  width: 100%;
  margin-top: 2rem;
}

.l-header-sp__item {
  position: relative;
  border-bottom: 0.75px solid #454545;
}

.l-header-sp__item::after {
  position: absolute;
  top: 35%;
  right: 2.1rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

.l-header-sp__item {
  margin-top: 1.3rem;
}

.l-header-sp__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 1.3rem;
  color: #000000;
  font-weight: 500;
  font-size: 1.5rem;
}

.l-header-sp__contacts {
  display: grid;
  margin-top: 3rem;
  gap: 9px;
  text-align: center;
}

.l-header-sp__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.l-header-sp__btn a {
  width: 100%;
  min-height: 5.7rem;
}

.information {
  padding-top: 2rem;
  padding-bottom: 50px;
}

.information__container {
  display: grid;
  margin-top: 2.8rem;
  gap: 3rem;
}

.information__main {
  aspect-ratio: 423/263;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.information__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information__thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  gap: 9px;
}

.information__thumbnail {
  aspect-ratio: 99/61;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.information__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information__thumbnail:hover {
  opacity: 0.8;
}

.information__thumbnail.active {
  opacity: 1;
}

.information__content {
  display: grid;
  grid-template-columns: 25% 1fr;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.4rem;
}

.information__content:first-child {
  padding-top: initial;
}

.information__label {
  font-weight: 700;
  letter-spacing: 0;
}

.information__value {
  font-weight: 400;
  line-height: 1.4285714286;
}

.information__map {
  margin-top: 3.1rem;
}
.information__map iframe {
  width: 100%;
  height: 23.4rem;
}

/* 既存のCSSSへ追加 */
.japan {
  background: #F9FAFC;
}

.link {
  padding: 50px 0 43px;
  background: #EFF3FA;
}

.link__banner {
  margin-top: 2rem;
}

.menu__btn {
  position: relative;
  margin-right: 0.5rem;
  cursor: pointer;
}

.menu__btn::after {
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #FF602F;
  border-bottom: 1px solid #FF602F;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__btn.is-active {
  color: #FF602F;
}

.menu__btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.menu__items {
  display: grid;
  width: 16.4rem;
}

.menu__item {
  min-height: 4.2rem;
  padding: 0.2em 1em 0.2em 0.5em;
  border: 0.01rem solid #FFF;
  background: #FF8F3A;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.menu__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.model {
  margin-top: 5.3rem;
  padding-bottom: 50px;
  background: #F9FAFC;
}

.model__annotation {
  margin-top: 3rem;
  text-align: center;
}

.model__items {
  display: grid;
  margin-top: 2.5rem;
  gap: 3rem;
}

.model__item {
  padding: 2rem 1.5rem;
  border: 1px solid #B0C8F0;
  background: #FFF;
  text-align: center;
}

.model__title {
  color: #70A0DF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2272727273;
}

.model__icon {
  margin-top: 1.1rem;
}

.model__text {
  margin-top: 2rem;
}
.model__text span {
  color: #63BCD4;
  font-weight: 700;
}

.movie {
  padding-bottom: 50px;
}

.movie__title {
  color: #70A0DF;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.movie__title span {
  position: relative;
  padding-right: 4rem;
  padding-left: 4rem;
}

.movie__title span::before,
.movie__title span::after {
  position: absolute;
  top: 45%;
  width: 3.5rem;
  height: 1px;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
  background: #70A0DF;
  content: "";
}

.movie__title span::before {
  left: 0;
}

.movie__title span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}

.movie__area {
  margin-top: 17px;
}

.p-not-found {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-not-found__text {
  font-size: 1.4rem;
}

.p-not-font__btn {
  margin-top: 2.9rem;
  text-align: center;
}

.p-not-font__btn a {
  display: inline-block;
  position: relative;
  width: 15rem;
  max-width: 100%;
  height: 4rem;
  background: #25262E;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-not-font__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  padding-bottom: 2rem;
  gap: 1.2rem;
  text-align: center;
}

.page-numbers {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #cccccc;
  border-radius: 100%;
  background: #FFF;
  color: #25262E;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers.current {
  background: #8CB2E3;
  color: #FFF;
}

.prev span,
.next span {
  position: relative;
}

.prev span::after,
.next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #cccccc;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev span::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.next span::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.plan {
  position: relative;
  margin-top: 4rem;
  padding-top: 7px;
  padding-bottom: 50px;
  background: #F9FAFC;
}

.plan::before {
  position: absolute;
  bottom: 99.9%;
  left: 0;
  width: 100%;
  height: 6.6rem;
  background: url(../img/bg_plan.webp) no-repeat center center/cover;
  content: "";
}

.planAbout {
  padding: 50px 0 70px;
  border-bottom: 10px solid #70A0DF;
}

.planAbout.--detail {
  position: relative;
  padding-top: 58px;
  border-bottom: initial;
}
.planAbout.--detail::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70%;
  background: url(../img/bg_plan_about.webp) no-repeat center center/cover;
  content: "";
}
.planAbout.--detail .planAbout__text {
  margin-top: 1.7rem;
  padding-top: 1rem;
}

.planAbout__container {
  display: grid;
  gap: 2rem;
}

.planAbout__en {
  color: #63BCD4;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planAbout__jp {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4285714286;
  font-family: #000;
}

.planAbout__text {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #CECECE;
}

.p-privacy-policy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-privacy-policy__text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-privacy__wrapper {
  margin-bottom: 5rem;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-privacy__wrapper p:not(:first-child) {
  margin-top: 3rem;
}

.privacy__wrapper ol {
  padding-left: 2rem;
  list-style: decimal;
}

.qa {
  position: relative;
  padding: 5rem 0;
}

.qa__items {
  display: grid;
  margin-top: 2rem;
  gap: 2rem;
}

.qa__question {
  position: relative;
  padding: 1rem 4rem;
  border: 1px solid #8CB2E3;
  border-radius: 10px;
  background: #EFF3FA;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.qa__question::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "Q";
  color: #70A0DF;
  font-size: 2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
}

.qa__question.is-active {
  border-radius: 10px 10px 0 0;
}

.qa__question::after {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6AAEDD), to(#6ACDE0));
  background: linear-gradient(to bottom, #6AAEDD, #6ACDE0);
  content: "";
}

.qa__question span::after,
.qa__question span::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.3rem;
  height: 1px;
  background: #FFF;
  content: "";
  -webkit-transform: translateY(-50%);
  z-index: 1;
  right: 1rem;
  transform: translateY(-50%);
}

.qa__question span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__question.is-active span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qa__answer {
  display: none;
  position: relative;
  padding: 1rem 3.8rem;
  border: 1px solid #8CB2E3;
  border-radius: 0 0 10px 10px;
  color: #1C336C;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.qa__answer.is-active {
  display: block;
}

.qa__answer span {
  position: relative;
}

.qa__answer span::before {
  position: absolute;
  top: 50%;
  top: 0;
  left: -2.7rem;
  content: "A";
  color: #63BCD4;
  font-size: 2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
}

.reason {
  position: relative;
  padding-top: 5.5rem;
  background: #FAFAFA;
}

.reason::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46%;
  background: #FF8F3A;
  content: "";
}

.reason__inner {
  position: relative;
}

.reason__inner::before {
  left: -18rem;
  background: url(../img/reason_ashirai01.png) no-repeat center center/contain;
}

.reason__inner::after {
  right: -18rem;
  background: url(../img/reason_ashirai02.png) no-repeat center center/contain;
}

.reason__head {
  display: grid;
  place-items: center;
  width: 90%;
  min-height: 6.1rem;
  margin-top: 2.4rem;
  margin-inline: auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 3px solid #FFF;
  border-radius: 10px;
  background: #FF602F;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}

.reason__items {
  display: grid;
  z-index: 10;
  position: relative;
  margin-top: 3.7rem;
  gap: 3.5rem;
}

.reason__item {
  display: grid;
  background: white;
  -webkit-box-shadow: 7px 7px 12px rgba(2, 22, 46, 0.14);
          box-shadow: 7px 7px 12px rgba(2, 22, 46, 0.14);
}

.reason__content {
  position: relative;
  padding: 1.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
}

.reason__title {
  z-index: 2;
  position: relative;
  color: #FF7A15;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.reason__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}

.reason__image {
  width: 100%;
  height: 18rem;
  margin-top: auto;
}

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

.reason__number {
  position: absolute;
  top: 0;
  left: 2rem;
  color: #FFF2D9;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

.p-about1__sideScroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  overflow: hidden;
}

.p-about1__sideScrollImg {
  z-index: 9;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 120rem;
  -webkit-animation: loopSlide 28s infinite linear;
          animation: loopSlide 28s infinite linear;
}

.p-about1__sideScrollImg::before {
  padding-top: 5.2933392148%;
}

@-webkit-keyframes loopSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loopSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-related-post {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-related-post__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

.p-related-post__head span {
  margin-left: 1em;
  color: gray;
  font-size: 1.4rem;
}

.p-related-post__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  gap: 1rem;
}

.p-related-post__item {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.p-related-post img {
  width: 100%;
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-related-post__content {
  position: relative;
  height: 10rem;
  padding: 1rem;
}

.p-related-post__title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-related-post__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1em;
}

.p-related-post__category {
  color: #0C7BCC;
}

.p-related-post__time {
  color: gray;
}

.reserve__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.service {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background: #F9FAFC;
  content: "";
}

.service__items {
  display: grid;
  gap: 5rem;
}

.service__image {
  position: relative;
}

.service__popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -1.2rem;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #6AAEDD, #6ACDE0);
  content: "";
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.service__popular span {
  font-weight: 500;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
}
.service__popular .--number {
  font-size: 3.3rem;
}

.service__name {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.service__name::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #63BCD4;
  content: "";
}

.service__description {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #CECECE;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
}

.service__recommend {
  display: grid;
  place-items: center;
  min-height: 3.2rem;
  margin-top: 1.6rem;
  padding: 0 1em;
  background: #70A0DF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
}

.service__lists {
  margin-top: 11px;
}

.service__list {
  position: relative;
  padding-left: 3rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.service__list::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.3rem;
  height: 2rem;
  background: url(../img/check_blue.webp) no-repeat center center/contain;
  content: "";
}

.service__price {
  margin-top: 2rem;
  border-top: 1px solid #63BCD4;
  border-bottom: 1px solid #63BCD4;
  font-size: 1.2rem;
  text-align: center;
}
.service__price .--orange {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.service__price .--price {
  font-weight: 500;
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
}
.service__price .--yen {
  font-weight: 900;
  font-size: 1.6rem;
}
.service__price .--tax {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.service__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.service__btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 20rem;
  min-height: 4.5rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-radius: calc(infinity * 1px);
  background: -webkit-gradient(linear, left top, right top, from(#6AAEDD), to(#6ACDE0));
  background: linear-gradient(to right, #6AAEDD, #6ACDE0);
  -webkit-box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.shopinfo {
  padding-bottom: 50px;
}

.shopinfo__container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  min-height: 18rem;
}

.shopinfo__container::after {
  z-index: -1;
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(45deg, #81ABE4, #D0DFF8);
  content: "";
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
}

.shopinfo__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1rem;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(45deg, #81ABE4, #D0DFF8);
  color: #FFF;
}

.shopinfo__en {
  font-size: 1.2rem;
  line-height: 1.2857142857;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.shopinfo__jp {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}

.shopinfo__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.shopinfo__btn {
  margin-top: 1rem;
}
.shopinfo__btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 90%;
  min-height: 3.5rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  color: #63BCD4;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.shopinfo__btn a::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 1.9rem;
  height: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_btn_blue.webp) no-repeat center center/contain;
  content: "";
}

.shopinfo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.p-single {
  padding-top: 2rem;
  color: #25262E;
  font-family: -apple-system, "system-ui", Roboto, arial, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.c-fvSub__single {
  margin-top: 7.2rem;
}

.p-single__title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.p-single__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__category-link {
  display: inline-block;
  width: 7.5rem;
  height: 2.5rem;
  background: #0C7BCC;
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.p-single__time span {
  position: relative;
  padding-left: 1rem;
  color: #8F8F8F;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.p-single__name span {
  position: relative;
  padding-left: 1.2rem;
  color: #8F8F8F;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-single__image {
  margin-top: 4rem;
}

.p-single__text {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2;
}

.p-single__content h2 {
  margin-top: 1em;
  padding: 0.8rem 1.5rem;
  border-left: 4px solid #D94B51;
  background: #F4F4F4;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.p-single__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 125%;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-single__content p {
  margin-top: 1.2rem;
  color: #313131;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  line-height: 162.5%;
}

.p-single__content p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(254, 198, 214, 0.6)));
  background: linear-gradient(transparent 60%, rgba(254, 198, 214, 0.6) 60%);
}

.p-single__content figure {
  width: 100%;
  margin-top: 3rem;
  margin-top: 1em;
}
.p-single__btn {
  margin-top: 2.9rem;
  text-align: center;
}

.p-single__btn a {
  display: inline-block;
  position: relative;
  width: 15rem;
  max-width: 100%;
  height: 4rem;
  background: #0C7BCC;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-single__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.p-single .saboxplugin-wrap {
  margin-top: 2rem;
}

.p-single .saboxplugin-wrap .saboxplugin-authorname {
  margin: initial;
  color: #313131;
  font-weight: 700;
  font-size: 1.6rem;
}

.p-single .sab-profile-edit,
.p-single .sab-edit-settings,
.p-single .clearfix {
  display: none;
}

.p-single .saboxplugin-wrap .saboxplugin-gravatar {
  padding: 10px 20px 10px 20px;
}

.p-single .saboxplugin-wrap .saboxplugin-desc pre {
  margin: initial;
  color: #313131;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
}

.p-single .wp-block-quote {
  position: relative;
  margin: initial;
  margin-top: 2rem;
  padding: 0.4rem 1.2rem 1.2rem;
  border-radius: 5px;
  background: #F4F4F4;
}

.p-single .wp-block-quote p {
  font-size: 1.2rem;
}

.p-single cite {
  position: relative;
  margin-top: 0.5em;
  padding-left: 55px;
  font-size: 1.2rem;
}

.p-single cite::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "引用元：";
  color: #000;
  font-size: 1.2rem;
  pointer-events: none;
}

.p-single .annotation {
  padding: 1.2rem;
  border-radius: 5px;
  background: #F4F4F4;
  font-size: 1.2rem;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-inline: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}

.splide__arrow--prev,
.splide__arrow--next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #8CB2E3;
}

.splide__arrow--prev {
  left: 3%;
}

.splide__arrow--next {
  right: 3%;
}

.splide__arrow--prev::before,
.splide__arrow--next::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  content: "";
}

.splide__arrow--prev::before {
  background: url(../img/arrow_prev.png) no-repeat center center/cover;
}

.splide__arrow--next::after {
  background: url(../img/arrow_next.png) no-repeat center center/cover;
}

.support {
  padding-bottom: 55px;
}

.support__head {
  display: grid;
  place-items: center;
  min-height: 4.5rem;
  background: #63BCD4;
  color: #FFF;
  font-size: 2rem;
}

.support__items {
  display: grid;
  padding: 2rem;
  gap: 4rem;
  background: #F9FBFC;
}

.support__item {
  text-align: center;
}

.support__title {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 155px;
  min-height: 3.6rem;
  margin-inline: auto;
  padding: 0 1em;
  border-radius: calc(infinity * 1px);
  background: #63BCD4;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
}

.support__icon {
  margin-top: 8px;
}

.support__text {
  margin-top: 1.2rem;
  line-height: 1.5;
}

.tab {
  padding-top: 5rem;
  padding-bottom: 2.9rem;
}

.tab__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tab__item a {
  display: grid;
  position: relative;
  place-items: center;
  height: 4.5rem;
  border-radius: calc(infinity * 1px);
  background: #70A0DF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

.tab__item a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 0.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_tab_white.webp) no-repeat center center/contain;
  content: "";
}

.time {
  padding-bottom: 50px;
}

.time__area {
  margin-top: 3rem;
}

.topAbout {
  position: relative;
  padding-top: 10px;
  padding-bottom: 50px;
  background: #F9FAFC;
}

.topAbout__inner {
  z-index: 1;
  position: relative;
  padding: 0 15px;
}

.topAbout__container {
  display: grid;
}

.topAbout__main {
  z-index: 1;
  position: relative;
}

.topAbout__description {
  margin-top: 1rem;
}

.topAbout__items {
  margin-top: 10px;
}

.topAbout__item {
  padding: 20px 0 10px 3.5rem;
  border-bottom: 1px solid #C6C6C6;
}

.topAbout__label {
  position: relative;
  color: #8CB2E3;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.topAbout__label::before {
  position: absolute;
  top: 50%;
  left: -3.5rem;
  width: 2.3rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/check_blue.webp) no-repeat center center/contain;
  content: "";
}

.topAbout__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  padding-top: 2rem;
  overflow: hidden;
  gap: 1.4rem;
}

.topAbout__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  gap: 1.4rem;
  -webkit-animation: infinity-scroll 30s infinite linear 0.5s both;
          animation: infinity-scroll 30s infinite linear 0.5s both;
}

.topAbout__image {
  width: 12rem;
}

@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.topAbout.--fc {
  background: initial;
}
.topAbout.--fc::after {
  color: #F9FAFC;
}

.topCampaign {
  padding: 50px 0;
}

.topCampaign__container {
  display: grid;
  margin-top: 2.6rem;
  gap: 3rem;
}

.topCampaign__title {
  position: relative;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4230769231;
}

.topCampaign__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  content: "";
}

.topCampaign__description {
  margin-top: 1.5rem;
}

.topCampaign__recommend {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.2rem;
  margin-top: 1.6rem;
  padding: 0 1em;
  background: #70A0DF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
}

.topCampaign__lists {
  background: #F9FAFC;
}

.topCampaign__list {
  position: relative;
  padding-left: 3rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.topCampaign__list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.3rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/check_blue.webp) no-repeat center center/contain;
  content: "";
}

.topCampaign__price {
  margin-top: 2rem;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.topCampaign__price .--orange {
  color: #E86B00;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.topCampaign__price .--price {
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
}
.topCampaign__price .--yen {
  font-weight: 900;
  font-size: 1.4rem;
}
.topCampaign__price .--tax {
  margin-left: 6px;
  color: #989898;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.topCampaign__items {
  display: grid;
  margin-top: 5rem;
  gap: 5rem;
}

.topCampaign__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.topCampaign__btn a {
  display: grid;
  place-items: center;
  width: 92%;
  height: 4.6rem;
  padding: 0 0.5em;
  border-radius: calc(infinity * 1px);
  background: -webkit-gradient(linear, left top, right top, from(#6AAEDD), to(#6ACDE0));
  background: linear-gradient(to right, #6AAEDD, #6ACDE0);
  -webkit-box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(106, 174, 221, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #FFF;
}

.topFlow {
  padding: 50px 0;
}

.topFlow__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 51px;
  margin-inline: auto;
  gap: 1.5rem 1rem;
  counter-reset: topflow-counter;
}

.topFlow__item {
  position: relative;
  counter-increment: topflow-counter;
}

.topFlow__item::after {
  display: grid;
  position: absolute;
  top: -1rem;
  left: -1rem;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #63BCD4;
  content: counter(topflow-counter, decimal-leading-zero);
  color: #FFF;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.14em;
}

.topFlow__image {
  aspect-ratio: 230/170;
}
.topFlow__image img {
  width: 100%;
}

.topFlow__content {
  padding: 2rem 1.5rem 2.9rem;
  border: 2px solid #25262E;
  border-top: initial;
  border-radius: 0 0 15px 15px;
}

.topFlow__title {
  position: relative;
  padding-bottom: 6.5px;
  color: #63BCD4;
  text-align: center;
}

.topFlow__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9.5rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #5BCCD5;
  content: "";
}

.topFlow__step {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.14em;
}

.topFlow__main {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.topFlow__point {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.topFlow__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}

.topMenu {
  padding-bottom: 50px;
}

.topMenu__inner {
  padding-top: 50px;
  border-top: 1px solid #70A0DF;
}

.topMenu__top {
  display: grid;
  gap: 2rem;
}

.topMenu__items {
  display: grid;
  margin-top: 4.3rem;
  gap: 3rem;
}

.topMenu__item a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.topMenu__title {
  display: grid;
  position: relative;
  place-items: center;
  border-radius: 0 20px 0 0;
  background: #8DB3E5;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  text-align: center;
}

.topMenu__title::after {
  position: absolute;
  right: 0.46rem;
  bottom: 0.43rem;
  width: 1.37rem;
  height: 1.37rem;
  background: url(../img/arrow_menu.webp) no-repeat center center/contain;
  content: "";
}

.topMenu__annotation {
  margin-top: 1rem;
  color: #868686;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.5;
}

.topNews {
  position: relative;
  padding: 50px 0;
}

.topNews__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.topNews__slider {
  margin-top: 3rem;
}

.topNews__image {
  position: relative;
  aspect-ratio: 230/150;
}
.topNews__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.topNews__category {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  padding: 0.2em 1em;
  border-radius: 10px 0 10px 0;
  background: #63BCD4;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.topNews__content {
  margin-top: 1rem;
}

.topNews__title {
  display: -webkit-box;
  overflow: hidden;
  color: #003056;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.topNews__text {
  display: -webkit-box;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #CECECE;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.topPlan {
  position: relative;
  padding: 1.4rem 0 5.5rem;
  background: #F9FAFC;
}

.topPlan::before {
  position: absolute;
  bottom: 99.9%;
  left: 0;
  width: 100%;
  height: 6.6rem;
  background: url(../img/bg_plan.webp) no-repeat center center/cover;
  content: "";
}

.topPlan__items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin-top: 2.3rem;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

.topPlan__label {
  width: 16.4rem;
  margin-top: 1rem;
  margin-inline: auto;
  padding: 0.3em 0;
  background: #FFE04D;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.topPlan__label span {
  font-size: 1.1rem;
  line-height: 1.5;
}
.topPlan__label .--dot {
  position: relative;
}
.topPlan__label .--dot::after {
  position: absolute;
  top: -0.3rem;
  left: 50%;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #000;
  content: "";
}

.topPlan__months {
  display: grid;
  position: absolute;
  top: 6rem;
  left: -8.5rem;
  gap: 0.3rem;
}

.topPlan__month {
  display: grid;
  position: relative;
  place-items: center;
  width: 8.7rem;
  height: 3.5rem;
  background: #B0B1B1;
  color: #FFF;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.topPlan__month span {
  margin-left: 1em;
}

.topPlan__month::after {
  position: absolute;
  top: 50%;
  left: 99.8%;
  width: 2rem;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #B0B1B1;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
          clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.topPlan__item {
  background: #FFF;
  color: #2A92A8;
}

.topPlan__item.--m {
  color: #028AD6;
}
.topPlan__item.--m .topPlan__name {
  background: #008BD6;
}
.topPlan__item.--m .topPlan__monthly {
  border-color: #028AD6;
}
.topPlan__item.--m .topPlan__list {
  border-color: #028AD6;
}
.topPlan__item.--m .topPlan__bottom {
  background: #CCE8F7;
}
.topPlan__item.--m .topPlan__bottom span {
  color: #028AD6;
}

.topPlan__item.--l {
  color: #3D62AC;
}
.topPlan__item.--l .topPlan__name {
  background: #3D62AC;
}
.topPlan__item.--l .topPlan__monthly {
  border-color: #3D62AC;
}
.topPlan__item.--l .topPlan__list {
  border-color: #3D62AC;
}
.topPlan__item.--l .topPlan__bottom {
  background: #D8E0EE;
}
.topPlan__item.--l .topPlan__bottom span {
  color: #3D62AC;
}

.topPlan__name {
  display: grid;
  place-items: center;
  background: #2A92A8;
  color: #FFF;
  font-weight: 700;
  font-size: 1.5rem;
}

.topPlan__monthly {
  display: grid;
  place-items: center;
  width: 5.7rem;
  min-height: 2.2rem;
  margin-top: 0.6rem;
  margin-inline: auto;
  border: 1px solid #2A92A8;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.topPlan__lists {
  width: 68%;
  margin-inline: auto;
  padding-bottom: 2.3rem;
}

.topPlan__list {
  border-bottom: 1px solid #2A92A8;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.45;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
.topPlan__list .--price {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1.2580645161;
}

.topPlan__bottom {
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  background: #D4E9EE;
  color: #000000;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
.topPlan__bottom span {
  color: #2A92A8;
}
.topPlan__bottom .--big {
  font-size: 1.6rem;
}

.topPlan__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.55rem;
}

.topReason {
  padding: 50px 0;
}

.topReason__items {
  display: grid;
  margin-top: 33px;
  gap: 4rem;
}

.topReason__title {
  display: grid;
  position: relative;
  place-items: center;
  min-height: 5rem;
  border-radius: 5px;
  background: #70A0DF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.topReason__title::after {
  z-index: -1;
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
  border: 1px solid #17304D;
  border-radius: 5px;
  content: "";
}

.topReason__text {
  margin-top: 1.5rem;
  line-height: 1.625;
  text-align: center;
}

.voice {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: url(../img/bg_voice.webp) no-repeat center center/cover;
}

.voice__slider {
  margin-top: 4rem;
}

.voice__slide {
  display: grid;
  padding: 2rem;
  gap: 1.5rem;
  border-radius: 30px;
  background: #FFF;
}

.voice__title {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.voice__title::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #63BCD4;
  content: "";
}

.voice__text {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #D9D9D9;
  color: #222;
  font-weight: 400;
}

.which {
  padding: 3rem 0 6.5rem;
}

.which__items {
  display: grid;
  margin-top: 3rem;
  gap: 4rem;
}

.which__title {
  display: grid;
  place-items: center;
  min-height: 5.8rem;
  border-radius: 0 0 15px 15px;
  background: #70A0DF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.which__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.u-desktop {
  display: none;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .l-header__inner {
    zoom: 0.85;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    font-size: max(1.6rem, 14px);
  }
  .inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner.--mini {
    max-width: 840px;
  }
  .toc_white {
    padding: 1.6rem;
  }
  .p-single .toc_title {
    font-size: 1.8rem;
  }
  .toc_list {
    margin-top: 0.8rem;
  }
  .toc_list > li:nth-child(n+2) {
    margin-top: 0.8rem;
  }
  .btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 25.3rem;
    min-height: 5rem;
  }
  .btn a::after {
    right: 2.68rem;
  }
  .pankuz {
    margin-top: 2.8rem;
  }
  .pankuz__items {
    gap: 1.5rem;
  }
  .pankuz a {
    font-size: 1.4rem;
  }
  .section {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .section__jp {
    font-size: 1.6rem;
  }
  .section__en {
    font-size: 7.2rem;
  }
  .section__title.--topCampaign .section__jp {
    font-size: 3.2rem;
  }
  .section__title.--topCampaign .section__en {
    font-size: 9.1rem;
  }
  .text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .text__attention {
    margin-top: 2.2rem;
    font-size: 1.4rem;
  }
  .about {
    padding-top: 65px;
  }
  .about .topAbout__description {
    margin-top: 2rem;
  }
  .about .topAbout__items {
    width: 80%;
    max-width: 425px;
  }
  .about__container {
    grid-template-columns: 1fr 41.8%;
  }
  .about__title {
    font-size: 2.6rem;
  }
  .about__content {
    margin-right: -2rem;
  }
  .access__container {
    grid-template-columns: 7rem 1fr;
    padding: 2rem 2.8rem;
    gap: 4.3rem;
  }
  .access__container::after {
    position: absolute;
    top: 50%;
    left: 12rem;
    width: 1px;
    height: 6.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #70A0DF;
    content: "";
  }
  .archive {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .archive__items {
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .archive__image {
    height: 20.6rem;
  }
  .archive__content {
    padding: 1.8rem;
  }
  .archive__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .archive__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .navigation {
    margin-top: 7.2rem;
  }
  .banner__container {
    width: 90%;
    max-width: 1000px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .banner__container.--fc {
    max-width: 748px;
  }
  .card-link .blogcard-text {
    padding: 1.5rem 2.4rem;
  }
  .blogcard-title {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .p-blog2__inner {
    padding: 13rem 0;
  }
  .p-blog2__inner:before {
    max-width: 78.8194444444vw;
  }
  .p-blog2__inner::after {
    bottom: -1.6rem;
    left: 3.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
            transform: none;
    font-size: 14.1rem;
    text-align: left;
  }
  .p-blog2__container {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  }
  .p-blog2__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-width: 120rem;
    margin-inline: auto;
    padding: 0 2.5rem;
  }
  .p-blog2__block {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 28.2rem;
    margin-top: 3rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .p-blog2__enTitle {
    font-size: 4.3rem;
    text-align: left;
  }
  .p-blog2__theme::after {
    margin-top: 3rem;
  }
  .p-blog2__text {
    margin-top: 2.7rem;
  }
  .p-blog2__button.u-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-blog2__button {
    margin-top: 6.8rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .p-blog2__body {
    max-width: 76.8rem;
    margin: 0 0 0 auto;
    padding: 6.5rem 0 7.7rem min(4.8611111111vw, 7rem);
  }
  .p-blog2__items {
    max-width: 69.8rem;
    margin-left: auto;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    padding: 0;
  }
  .p-blog2__item {
    -webkit-column-gap: min(3.4722222222vw, 5rem);
       -moz-column-gap: min(3.4722222222vw, 5rem);
            column-gap: min(3.4722222222vw, 5rem);
    max-width: 69.5rem;
    padding: 3.2rem 0;
  }
  .p-blog2__item:last-of-type {
    border-bottom: 1px solid #EAECEC;
  }
  .p-blog2__thumbnail {
    max-width: 19.9rem;
  }
  .p-blog2__thumbnail::before {
    padding-top: 63.8190954774%;
  }
  .p-blog2__wrap {
    margin-top: -0.7rem;
  }
  .p-blog2__wrap::after {
    top: auto;
    right: -0.3rem;
    bottom: 0.2rem;
    -webkit-transform: none;
            transform: none;
  }
  .p-blog2__info {
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
  }
  .p-blog2__category {
    font-size: 1.2rem;
  }
  .p-blog2__time {
    font-size: 1.3rem;
  }
  .p-blog2__title {
    margin-top: 0.7rem;
    font-size: 1.4rem;
  }
  .case__box {
    padding: 3rem 5rem 4.2rem;
  }
  .case__container {
    grid-template-columns: 1fr 40%;
    gap: 4rem;
  }
  .case__name {
    font-size: 2.6rem;
  }
  .case__reason {
    font-size: 2rem;
  }
  .case__title {
    font-size: 1.8rem;
  }
  .clinicList__annotation::after {
    width: 47.9rem;
  }
  .clinicList__tabs {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6rem;
  }
  .clinicList__tab a::after {
    right: 3.4rem;
  }
  .clinicList__area {
    font-size: 2.8rem;
  }
  .clinicList__prefectures {
    font-size: 2.2rem;
  }
  .clinicList__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .clinicList__name {
    font-size: 1.8rem;
  }
  .p-bottom-contact5__inner {
    max-width: 104.6rem;
    padding: 9.5rem 2.5rem 9.9rem;
  }
  .p-bottom-contact5__title {
    font-size: 2.8rem;
  }
  .p-bottom-contact5__enTitle {
    font-size: 2.2rem;
  }
  .p-bottom-contact5__description {
    margin-top: 3rem;
    margin-inline: auto;
  }
  .p-bottom-contact5__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.4rem;
  }
  .p-bottom-contact5__wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    content: "";
  }
  .p-bottom-contact5__block {
    position: relative;
    width: 50%;
  }
  .p-bottom-contact5__block:nth-of-type(2) {
    margin-top: 0;
  }
  .p-bottom-contact5__contactWrap {
    max-width: 32.8rem;
    margin: 0.4rem 8rem 0 auto;
    margin-right: 8rem;
    padding: 2.2rem 0;
  }
  .p-bottom-contact5__callWrap {
    max-width: 30rem;
    margin: 0.3rem 0 0 8rem;
    padding: 2.8rem 0;
  }
  .p-bottom-contact5__airplane {
    width: 4.9rem;
    height: 4rem;
  }
  .p-bottom-contact5__text {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .p-bottom-contact5__callWrap .p-bottom-contact5__text {
    margin-top: 2.7rem;
  }
  .p-bottom-contact5__button {
    margin-top: 2.7rem;
    padding: 2.4rem 0;
  }
  .p-bottom-contact5__call {
    width: 3.5rem;
    height: 4.5rem;
  }
  .p-bottom-contact5__callButton {
    font-size: 3.4rem;
  }
  .p-bottom-contact5__items {
    margin-top: 3.3rem;
    gap: 3rem;
    margin: 2% 32% 1% 32%;
  }
  .p-contact {
    padding-top: 30px;
    padding-bottom: 84px;
  }
  .p-contact__enTitle {
    font-size: 5rem;
  }
  .p-contact__title {
    font-size: 2rem;
  }
  .p-form__block {
    margin-top: 7.6rem;
    padding: 0;
  }
  .p-form__block--confirm {
    margin-top: 2.4rem;
    padding: 3.1rem 0.6rem 3rem;
  }
  .p-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form--confirm .p-form__wrap:nth-child(n+2) {
    margin-top: 5.8rem;
  }
  .p-form__wrap label {
    max-width: 24.1rem;
    padding: 2rem 2.65rem;
    background-color: #f4f4f4;
  }
  .p-form__selectwrap,
  .p-form__text,
  .p-form__textarea {
    padding: 0.85rem 1.9rem;
  }
  .p-form__radiobutton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-form__radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.6rem 3.5rem;
  }
  .p-form__radio label {
    padding: 0.5rem 2.4rem 0.5rem 0.9rem;
  }
  .p-form__box {
    margin-top: 3.9rem;
  }
  .p-form__check {
    margin-top: 1.4rem;
  }
  .p-form__checkbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-left: 1.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .p-form__submit {
    margin-top: 2.7rem;
  }
  .p-form__submit.c-normal-btn {
    max-width: 40rem;
  }
  .p-form__submit.c-normal-btn::before {
    right: 4rem;
    width: 4.4rem;
    height: 1.6rem;
  }
  .p-form__button {
    height: 8rem;
  }
  .p-form__secure {
    margin-top: 4rem;
  }
  .p-form__answer {
    margin: 0 0 0 8.2rem;
  }
  .p-form__buttonWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4.7rem;
    gap: 0 8rem;
  }
  .p-form__buttonWrap .p-form__submit {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
  .p-form__banner {
    margin-top: 4rem;
  }
  .screen-reader-response,
  .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
  .p-form__check .wpcf7-list-item-label {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .p-form__check .wpcf7-list-item-label:before {
    top: 0.3rem;
    left: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-form__check .wpcf7-list-item-label:after {
    left: -2.2rem;
    width: 1.2rem;
    height: 0.6rem;
  }
  .p-form__radiobutton .wpcf7-not-valid-tip,
  .p-form__check .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
  .p-form__policy {
    margin-top: 6.2rem;
  }
  .p-form__policyBlock {
    padding: 4rem 4.9rem;
  }
  .p-form__policyText {
    font-size: 1.4rem;
  }
  .contents__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .contents__item {
    padding: 2rem;
  }
  .contents__item::after {
    font-size: 8.2rem;
  }
  .contents__title {
    font-size: 1.8rem;
  }
  .contents__title::before {
    top: 10px;
    width: 1rem;
    height: 1rem;
  }
  .contents__text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
  .ctaBanner {
    margin-top: 7.5rem;
  }
  .ctaBottom__container {
    grid-template-columns: 39.7456279809% 48.6486486486%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin-bottom: -17rem;
    padding: 4.5rem 9rem;
  }
  .ctaBottom__title {
    font-size: 3.4rem;
  }
  .ctaBottom__link a {
    min-height: 5.3rem;
  }
  .ctaBottom__image {
    height: initial;
  }
  .deal {
    padding: 50px 0 87px;
  }
  .topCampaign__lists {
    margin-top: initial;
  }
  .deal__title {
    margin-top: 3.5rem;
    font-size: 2.8rem;
  }
  .deal__head {
    font-size: 2.4rem;
  }
  .deal__price {
    max-width: 661px;
    min-height: 8.3rem;
    padding: 2rem;
    font-size: 2rem;
  }
  .deal__price .--big {
    font-size: 3.4rem;
  }
  .detail__slider {
    grid-template-columns: 71.3rem 1fr;
    gap: 2.3rem;
  }
  .dr {
    padding-top: 11.3rem;
    padding-bottom: 7.1rem;
  }
  .dr__container {
    grid-template-columns: 42% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dr__content {
    padding: 3.4rem 3.6rem;
  }
  .dr__content::after {
    top: 50%;
    left: -3.2rem;
    width: 4rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dr__copy {
    font-size: 2.2rem;
  }
  .dr__name {
    margin-top: auto;
  }
  .dr__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .dr__item {
    padding: 4rem 3.2rem;
  }
  .dr__title {
    font-size: 2.2rem;
  }
  .dr__info {
    line-height: 2.125;
  }
  .drug {
    margin-top: -15rem;
    padding-top: 12rem;
    padding-bottom: 6.4rem;
  }
  .feature__head {
    font-size: 2.4rem;
  }
  .feature__items {
    gap: 2rem;
  }
  .feature__item {
    grid-template-columns: 31% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.8rem;
  }
  .feature__label {
    font-size: 1.4rem;
  }
  .feature__title {
    font-size: 2rem;
  }
  .feature__title::before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .feature__text {
    line-height: 2.1428571429;
  }
  .feature__voice {
    margin-top: 7.8rem;
    padding: 4rem 5rem 4rem 9.3rem;
  }
  .feature__voice::after {
    top: -3.1rem;
    left: -2.9rem;
    width: 11rem;
    height: 11rem;
    font-size: 1.4rem;
  }
  .feature__wrapper {
    grid-template-columns: 45.7% 1fr;
    gap: 2.9rem;
  }
  .feature__decription {
    line-height: 1.75;
  }
  .features {
    padding-top: 59px;
  }
  .features__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .features__wrap {
    padding: 3.1rem 3.3rem;
  }
  .features__head {
    font-size: 2rem;
  }
  .features__content {
    min-height: 14.3rem;
  }
  .features__label {
    font-size: 1.8rem;
  }
  .features__label .--label {
    width: 5.1rem;
    height: 5.1rem;
    font-size: 1.4rem;
  }
  .flow {
    padding-top: 6.65rem;
    padding-bottom: 8.48rem;
  }
  .flow__container {
    padding: 5.5rem 11rem;
  }
  .flow__items {
    gap: 3.8rem;
  }
  .flow__item {
    grid-template-columns: 5rem 1fr;
    gap: 4rem;
  }
  .flow__item::after {
    left: 7rem;
  }
  .flow__number {
    font-size: 4rem;
  }
  .flow__title {
    font-size: 1.8rem;
  }
  .footer__inner {
    max-width: 1200px;
    padding: 9rem 0 10rem;
  }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: initial;
  }
  .footer__logo {
    width: 13.6rem;
  }
  .footer__center {
    margin-top: initial;
    margin-left: auto;
    padding-top: 1.9rem;
    gap: 7.7rem;
  }
  .footer__nav {
    margin-top: initial;
  }
  .footer__right {
    margin-top: initial;
    margin-left: 5.1rem;
  }
  .footer__item {
    font-size: 1.6rem;
  }
  .footer__bottom {
    padding-top: 1rem;
  }
  .footer__privacy {
    font-size: 1.6rem;
  }
  .fv {
    margin-top: 7.9rem;
  }
  .fvBanner {
    padding: 40px 0;
  }
  .fvBanner__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .fvSub {
    margin-top: 6.4rem;
  }
  .fvSub__image {
    height: 100%;
    margin-left: auto;
  }
  .fvSub__title {
    min-width: 410px;
    min-height: 10rem;
  }
  .fvSub__en {
    font-size: 1.4rem;
  }
  .fvSub__jp {
    font-size: 3.2rem;
  }
  .hamburger {
    display: none;
    width: 6.4rem;
    height: 6.4rem;
  }
  .hamburger span {
    width: 25px;
    height: 1px;
  }
  .hamburger.active span {
    width: 25px;
  }
  .l-header {
    height: 7.9rem;
    padding-left: 0.8rem;
  }
  .l-header__logo {
    width: 12.9rem;
    margin-left: 2.6rem;
  }
  .l-header__copy {
    margin-left: 2rem;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .l-header__nav {
    display: block;
  }
  .l-header__contact {
    display: block;
  }
  .l-header-sp {
    margin-top: 5.8rem;
  }
  .l-header-sp__inner {
    max-width: 60%;
    margin-inline: auto;
  }
  .l-header-sp__banners {
    max-width: 70%;
    margin-inline: auto;
  }
  .l-header-sp__item::after {
    right: 4.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .information {
    padding-bottom: 7rem;
  }
  .information__container {
    grid-template-columns: 42.3% 1fr;
    gap: 8rem;
  }
  .information__content {
    grid-template-columns: 20% 1fr;
  }
  .model {
    padding-bottom: 6.3rem;
  }
  .model__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .model__item {
    padding: 2.8rem 2rem 3.3rem;
  }
  .model__title {
    font-size: 2.2rem;
  }
  .movie__title {
    font-size: 2.8rem;
  }
  .movie__title span {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .movie__title span::before,
  .movie__title span::after {
    width: 4rem;
  }
  .p-not-found {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .p-not-found__text {
    font-size: 2.4rem;
  }
  .p-not-font__btn {
    margin-top: 4.9rem;
  }
  .p-not-font__btn a {
    width: 21.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
  }
  .p-not-font__btn a::after {
    right: 35px;
  }
  .pagination {
    margin-top: 7.2rem;
    gap: 1.9rem;
  }
  .page-numbers {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }
  .plan {
    margin-top: 20rem;
    padding-bottom: 8.9rem;
  }
  .plan::before {
    height: 12.6rem;
  }
  .planAbout.--detail {
    padding-bottom: 9.6rem;
  }
  .planAbout.--detail .planAbout__container {
    grid-template-columns: 37.6rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.8rem;
  }
  .planAbout__container {
    grid-template-columns: 34.2rem 1fr;
    gap: 4.6rem;
  }
  .planAbout__jp {
    font-size: 2.8rem;
  }
  .p-privacy-policy {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
  .p-privacy-policy__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-privacy__wrapper {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-privacy__wrapper p:not(:first-child) {
    margin-top: 4rem;
  }
  .qa {
    padding: 5.5rem 0 8rem;
  }
  .qa__inner {
    position: relative;
  }
  .qa__question {
    padding: 1.8rem 7rem;
  }
  .qa__question::before {
    left: 3rem;
    font-size: 2rem;
    line-height: 1.45;
  }
  .qa__question::after {
    right: 4.3rem;
  }
  .qa__question span::after,
  .qa__question span::before {
    right: 5rem;
  }
  .qa__answer {
    padding: 1.8rem 7rem;
    line-height: 2.1428571429;
  }
  .qa__answer span::before {
    left: -4rem;
    font-size: 2rem;
  }
  .reason {
    padding-top: 7.64rem;
  }
  .reason__inner::before,
  .reason__inner::after {
    position: absolute;
    top: -4rem;
    width: 26.8rem;
    height: 23.2rem;
    content: "";
  }
  .reason__head {
    width: 75.5%;
    font-size: 2.6rem;
  }
  .reason__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1rem;
  }
  .reason__content {
    padding: 3rem;
  }
  .reason__title {
    font-size: 2rem;
  }
  .reason__text {
    font-size: 1.4rem;
  }
  .reason__number {
    font-size: 7.3rem;
  }
  .p-about1__sideScroll {
    -webkit-column-gap: min(2.36vw, 3.4rem);
       -moz-column-gap: min(2.36vw, 3.4rem);
            column-gap: min(2.36vw, 3.4rem);
    margin-top: -8rem;
  }
  .p-about1__sideScrollImg {
    width: 226.7rem;
    width: 187.8rem;
    -webkit-animation: loopSlide 40s infinite linear;
            animation: loopSlide 40s infinite linear;
  }
  .p-related-post {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-related-post__head {
    font-size: 3rem;
  }
  .p-related-post__head span {
    font-size: 1.8rem;
  }
  .p-related-post__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .reserve__btn {
    margin-top: 5.8rem;
  }
  .service {
    padding-top: 13.6rem;
    padding-bottom: 8.8rem;
  }
  .service::after {
    height: 88%;
  }
  .service__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3.2rem;
  }
  .service__name {
    font-size: 1.8rem;
  }
  .service__name::before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .service__description {
    line-height: 2.1428571429;
  }
  .service__recommend {
    font-size: 1.6rem;
  }
  .service__price {
    font-size: 1.8rem;
  }
  .service__price .--orange {
    font-size: 1.6rem;
  }
  .service__price .--price {
    font-size: 3.4rem;
  }
  .service__price .--yen {
    font-size: 2rem;
  }
  .service__price .--tax {
    margin-left: -3px;
  }
  .service__btn a {
    width: 24.3rem;
    min-height: 4.6rem;
    font-size: 1.6rem;
  }
  .shopinfo__content {
    padding-left: 4.4rem;
  }
  .shopinfo__en {
    font-size: 1.4rem;
  }
  .shopinfo__jp {
    font-size: 2.8rem;
  }
  .shopinfo__text {
    margin-top: 1.6rem;
    line-height: 2.1428571429;
  }
  .shopinfo__btn {
    margin-top: 2.5rem;
  }
  .shopinfo__btn a {
    width: 24.3rem;
    min-height: 4.6rem;
    font-size: 1.6rem;
  }
  .shopinfo__btn a::after {
    right: 2.63rem;
  }
  .c-fvSub__single {
    margin-top: 11.4rem;
  }
  .p-single__title {
    font-size: 3rem;
  }
  .p-single__category-link {
    width: 10.4rem;
    height: 2.9rem;
    font-size: 1.2rem;
    line-height: 2.9rem;
  }
  .p-single__time span {
    font-size: 1.5rem;
  }
  .p-single__name span {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .p-single__image {
    margin-top: 8.7rem;
  }
  .p-single__text {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
  .p-single__content h2 {
    padding: 1rem 2.4rem;
    font-size: 2.4rem;
  }
  .p-single__content h3 {
    font-size: 2rem;
  }
  .p-single__btn {
    margin-top: 4.9rem;
  }
  .p-single__btn a {
    width: 21.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
  }
  .p-single__btn a::after {
    right: 35px;
  }
  .p-single .saboxplugin-wrap .saboxplugin-authorname {
    margin: 10px 0 0 20px;
  }
  .p-single .saboxplugin-wrap .saboxplugin-gravatar {
    padding: 0 12px 12px 12px;
  }
  .p-single .wp-block-quote {
    padding: 0.4rem 2.4rem 2rem;
  }
  .p-single cite {
    padding-left: 63px;
  }
  .p-single .annotation {
    padding: 2.4rem;
  }
  .splide__arrow--prev,
  .splide__arrow--next {
    width: 7rem;
    height: 7rem;
  }
  .splide__arrow--prev {
    left: 11%;
  }
  .splide__arrow--next {
    right: 11%;
  }
  .support__head {
    min-height: 5.2rem;
    font-size: 2.4rem;
  }
  .support__items {
    grid-template-columns: 1fr 1.2fr 1fr;
    padding: 3.2rem 3.2rem 4.8rem;
  }
  .support__title {
    font-size: 2rem;
  }
  .support__text {
    line-height: 1.5;
  }
  .tab__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .tab__item a {
    font-size: 1.4rem;
  }
  .time {
    padding-bottom: 7rem;
  }
  .time__area {
    width: 77%;
    margin-top: 4.8rem;
    margin-inline: auto;
  }
  .topAbout {
    padding-bottom: 7.8rem;
  }
  .topAbout::after {
    position: absolute;
    top: 15%;
    right: 0;
    content: "ABOUT \aUS";
    color: #FFF;
    font-weight: 500;
    font-size: 17rem;
    line-height: 1;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.12em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .topAbout__inner {
    padding: initial;
  }
  .topAbout__container {
    grid-template-columns: 41.3888888889% 38.4027777778%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 5.8rem;
  }
  .topAbout__top {
    margin-bottom: -2.3rem;
    margin-left: 3.4rem;
  }
  .topAbout__description {
    margin-top: initial;
  }
  .topAbout__label {
    font-size: 2rem;
  }
  .topAbout__box {
    padding-top: 4.1rem;
    gap: 3.4rem;
  }
  .topAbout__images {
    gap: 3.4rem;
  }
  .topAbout__image {
    width: 18.6rem;
  }
  .topCampaign__container {
    grid-template-columns: 1fr 43.2%;
    gap: 3.6rem;
  }
  .topCampaign__title {
    padding-bottom: initial;
    font-size: 2.6rem;
  }
  .topCampaign__title::after {
    width: 43.7rem;
  }
  .topCampaign__recommend {
    font-size: 1.6rem;
  }
  .topCampaign__lists {
    width: 50rem;
    padding: 1.7rem 2rem;
  }
  .topCampaign__price {
    font-size: 1.8rem;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  .topCampaign__price .--orange {
    font-size: 1.6rem;
  }
  .topCampaign__price .--price {
    font-size: 3.4rem;
  }
  .topCampaign__price .--yen {
    font-size: 2rem;
  }
  .topCampaign__price .--tax {
    font-size: 1rem;
  }
  .topCampaign__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
    gap: 5.9rem;
  }
  .topCampaign__btn a {
    max-width: 410px;
  }
  .topFlow {
    padding: 77px 0;
  }
  .topFlow__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6rem;
  }
  .topFlow__item::after {
    top: -3.4rem;
    left: -1.9rem;
    width: 6.9rem;
    height: 6.9rem;
    font-size: 2.5rem;
  }
  .topFlow__step {
    font-size: 1.6rem;
  }
  .topFlow__main {
    font-size: 2.2rem;
  }
  .topFlow__point {
    font-size: 1.6rem;
  }
  .topFlow__text {
    font-size: 1.4rme;
  }
  .topMenu__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topMenu__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2.6rem;
  }
  .topMenu__title {
    font-size: 1.8rem;
  }
  .topNews {
    padding-top: 9.1rem;
    padding-bottom: 8rem;
  }
  .topNews__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topNews__btn {
    display: block;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: initial;
  }
  .topNews__slider {
    margin-right: calc(50% - 50vw);
  }
  .topNews__image {
    aspect-ratio: 300/180;
  }
  .topNews__title {
    font-size: 1.8rem;
    line-height: 2;
  }
  .topPlan {
    margin-top: 15rem;
  }
  .topPlan::before {
    height: 12.6rem;
  }
  .topPlan__items {
    width: 77%;
    max-width: 770px;
    margin-right: initial;
    margin-right: 4rem;
    gap: 1rem;
  }
  .topPlan__label.u-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -6.69rem;
    left: -13.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14.2rem;
    height: 14.2rem;
    margin-top: initial;
    padding: initial;
    border-radius: 50%;
    font-size: 2.6rem;
  }
  .topPlan__label span {
    font-size: 1.6rem;
  }
  .topPlan__months {
    top: 50%;
    left: -15rem;
    gap: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topPlan__month {
    width: 17rem;
    height: 4.5rem;
    font-size: 2rem;
  }
  .topPlan__name {
    min-height: 6.9rem;
  }
  .topPlan__monthly {
    width: 14rem;
    min-height: 3rem;
    margin-top: 1.3rem;
    font-size: 1.6rem;
  }
  .topPlan__list {
    padding: 1rem 0;
    font-size: 2rem;
  }
  .topPlan__list .--price {
    font-size: 3.9rem;
    line-height: 1.2564102564;
  }
  .topPlan__bottom {
    font-size: 1.4rem;
  }
  .topPlan__bottom .--big {
    font-size: 2rem;
  }
  .topReason__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.7rem;
  }
  .topReason__title {
    min-height: 6.8rem;
    font-size: 2rem;
  }
  .topReason__text {
    margin-top: 2rem;
  }
  .voice {
    padding-top: 10.4rem;
    padding-bottom: 7.5rem;
  }
  .voice__slide {
    grid-template-columns: 39rem 1fr;
    padding: 4rem 7rem;
    gap: 2.9rem;
  }
  .voice__title {
    font-size: 2rem;
  }
  .voice__title::before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .voice__text {
    line-height: 1.75;
  }
  .which__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 9px;
    gap: 3.5rem;
  }
  .which__title {
    font-size: 1.8rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .p-contact__inner {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 999px) {
  .p-contact__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .your-about,
  .your-kind {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .contact__message {
    margin-top: 30px;
    font-size: 12px;
    line-height: 2.3333333333;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .contact__steps {
    width: 328px;
    margin-top: 20px;
  }
  .contact__steps::before {
    top: 45%;
    width: 84.61%;
  }
  .contact__step {
    gap: 20px;
  }
  .contact__stepNum {
    font-size: 13px;
  }
  .contact__stepContent {
    font-size: 12px;
  }
  .contact__stepContent::before {
    top: -17px;
    width: 7.72px;
    height: 7.72px;
  }
  .form__title {
    display: none;
  }
  .contact__items {
    gap: 18px;
  }
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 18px;
    padding-left: 4px;
    border-bottom: 1px solid #adadad;
  }
  .contact__item--content {
    margin-top: 1px;
    padding-top: 0px;
    border-top: none;
  }
  .contact__itemName {
    min-width: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .contact__item--require .contact__itemName::after {
    position: absolute;
    top: 50%;
    right: -53px;
    padding-right: 10px;
    padding-left: 7px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    font-size: 12px;
    white-space: nowrap;
  }
  .contact__itemsButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    margin-left: -2px;
  }
  .contact__itemsButtons input[type=radio]::before {
    top: 30%;
    left: -2px;
  }
  .your-about-checked input[type=radio]::after {
    top: 56%;
    left: 41%;
  }
  .your-houhou-checked input[type=radio]::after {
    top: 56%;
    left: 41%;
  }
  .your-kind-checked input[type=radio]::after {
    top: 56%;
    left: 41%;
  }
  .contact__itemsButtons span {
    font-size: 14px;
  }
  .contact__inner input[type=text],
  .contact__inner input[type=tel],
  .contact__inner input[type=number],
  .contact__inner input[type=email] {
    margin-top: 7px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    font-size: 14px;
  }
  .contact__text p {
    margin-top: 5px;
    letter-spacing: normal;
  }
  .contact__inner textarea {
    height: 119px;
    margin-top: 8px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    font-size: 14px;
    font-size: 14px;
  }
  .contact__submitWrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%;
    max-width: 335px;
    margin-top: 35px;
  }
  .contact__submitWrapper input[type=submit] {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
  }
  .contact__backWrapper {
    width: 100%;
    max-width: 335px;
    margin-bottom: -23px;
  }
  input[type=button] {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .confirm__itemHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.795%;
    padding-top: 32.5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .confirm__itemContent {
    /* letter-spacing: 0.06em; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    width: 58.21%;
    padding-top: 21.5px;
    padding-right: 14px;
    padding-bottom: 13.5px;
    padding-left: 14px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #222;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: 0.04em;
  }
  .confirm__item--content .confirm__itemHead {
    padding-top: 13.5px;
    padding-left: 20px;
  }
  .confirm__item--content .confirm__itemContent {
    margin-top: 0px;
    padding-top: 29px;
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 16px;
  }
  .confirm__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    gap: 0;
  }
  .thanks__head {
    margin-top: 36px;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    letter-spacing: 0.08em;
  }
  .thanks__buttonWrapper {
    margin-top: 34px;
    text-align: center;
  }
  .contact__inner input[type=text],
  .contact__inner input[type=tel],
  .contact__inner input[type=number],
  .contact__inner input[type=email] {
    margin-top: 7px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    font-size: 14px;
  }
  input[type=button] {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 12px !important;
  }
  .thanks__button {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 12px !important;
  }
}

@media (any-hover: hover) {
  .page-numbers:hover {
    background: #8CB2E3;
    color: #FFF;
    opacity: 1;
  }
  .prev:hover span::after,
  .next:hover span::after {
    background: #FFF;
  }
}
/*# sourceMappingURL=map/styles.css.map */