@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: #222222;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

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: 80%;
  min-height: 4.5rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 3px solid #FFF;
  border-radius: 50px;
  background: #F7771F;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

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

.btn__blue a {
  background: #60C2F9;
}

.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;
}

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

.pankuz a {
  margin-right: 0.5rem;
  font-weight: 400;
  line-height: 1;
}

.post {
  margin-left: 0.5rem;
}

.pankuz .current-item {
  margin-left: 0.5rem;
  color: #7FD113;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}

.pankuz .pankuz__arrow {
  display: inline-block;
  width: 8px;
  margin-top: 3px;
}

.date-year,
.taxonomy,
.post-works-archive {
  margin-left: 0.5rem;
}

.pankuz__border {
  width: 2.2rem;
}

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

.section__title {
  text-align: center;
}

.section__en {
  color: #7FD113;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section__en-center {
  margin-inline: auto;
  text-align: center;
}

.section__jp {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}

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

.section__jp span::before,
.section__jp span::after {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222222;
  content: "";
}

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

.section__jp span::after {
  right: 0;
}

.section__jp-mini {
  font-size: 2rem;
}

.section__title-white .section__jp span::before,
.section__title-white .section__jp span::after {
  background: #FFF;
}

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

.section__title-left .section__en {
  margin-inline: auto;
}

.section__title-white {
  color: #FFF;
}

.section__navy {
  color: #0E0098;
}

.text {
  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;
}

.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: #222222;
}

.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 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.archive__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.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;
}

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

.baner__head {
  background: #7FD113;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.baner__container {
  max-width: 1040px;
  margin-inline: auto;
}

.banaer__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.baner__item:first-child {
  position: relative;
}

.baner__item:first-child::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 3.4rem;
  height: 5.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/phone.png) no-repeat;
  background-size: contain;
  content: "";
}

/* ブログカード シンプルデザイン*/
.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-top: 5rem;
  padding-bottom: 6rem;
  background: #F8F8F8;
}

.case__images {
  display: grid;
  position: relative;
  margin-top: 3.4rem;
  gap: 7rem;
}

.case__images::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.9rem;
  height: 6.9rem;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background: url(../img/arrow_case.png) no-repeat center center/contain;
  content: "";
}

.case__content {
  margin-top: 3rem;
  padding: 2rem;
  background: #FFF;
}

.case__title {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 1.2em;
  border-bottom: 1px solid #FF602F;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02m;
}

.case__title::before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #FF602F;
  content: "";
}

.case__text {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

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

.p-company1__inner {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-company1__enTitle {
  color: #72B583;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.p-company1__enTitle::after {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #83B387;
  content: "";
}

.p-company1__title {
  margin-top: 0.8rem;
  color: #72B583;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
}

.p-company1__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.4rem;
}

.p-company1__img::before {
  padding-top: 58.6288416076%;
}

.p-company1__body {
  width: 100%;
}

.p-company1__list {
  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;
  padding: 1.6rem 0.5rem;
  border-bottom: 1px solid #E5E3D9;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-company1__list:first-of-type {
  padding-top: 0.4rem;
}

.p-company1__term {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 9.2rem;
  font-weight: 700;
  text-transform: capitalize;
}

.p-company1__description {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-company1__description a {
  text-decoration: underline;
}

.p-compnay1__area {
  margin-top: 3rem;
  padding: 2rem;
  border: 5px solid #7FD113;
}

.p-compnay1__area-title {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.0714285714;
}

.p-compnay1__area-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background: #7FD113;
  content: "";
}

.p-comapny1__area-text {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #DBDBDB;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.p-company1__map {
  display: block;
  position: relative;
  width: 100%;
  height: 30rem;
  margin-top: 3rem;
}

.p-company1__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-bottom-contact5 {
  position: relative;
  background-image: url(../img/bottom_cta_bg.png);
  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(0, 0, 0, 0.8);
  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::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__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;
}

.cost {
  padding-bottom: 4.8rem;
}

.cost__head {
  display: grid;
  place-items: center;
  min-height: 7rem;
  background: #34A701;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-align: center;
}

.cost__table {
  position: relative;
  margin-top: 3.5rem;
  border: 1px solid #707070;
  border-collapse: collapse;
}

.cost__header,
.cost__category {
  background: #7FD113;
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
}

.cost__header-item {
  padding: 1.3rem 0.5em;
  border-left: 1px solid #707070;
}

.cost__category {
  width: 6rem;
  border-top: 1px solid #FFF;
}

.cost__cell {
  padding: 9px 5px;
  border: 1px solid #707070;
}

.cost__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.cost__icon {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.cost__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.cost__icon--circle {
  color: #FF0000;
}

.cta {
  padding-top: 1.7rem;
  padding-bottom: 3.3rem;
  border-top: 1rem solid #7FD113;
  border-bottom: 1rem solid #7FD113;
  background: url(../img/cta_bg_sp.png) no-repeat center center/cover;
  color: #2C2C2C;
}

.cta__title {
  z-index: 10;
  position: relative;
  margin-inline: calc(50% - 50vi);
}

.cta__container {
  position: relative;
  margin-top: -2.5rem;
  margin-inline: auto;
  padding: 3.1rem 2.37rem 3.2rem;
  border: 3px solid #FF3F02;
  background: #FFF;
}

.cta__container::after {
  position: absolute;
  background: url(../img/cta_ashirai.png) no-repeat center center/contain;
  content: "";
}

.cta__attention {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__attention span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff46f));
  background: linear-gradient(transparent 70%, #fff46f 70%);
}

.cta__items {
  display: grid;
  position: relative;
  margin-top: 1.35rem;
  gap: 3.3rem;
}

.cta__item {
  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;
}

.cta__item:nth-child(1) {
  position: relative;
}

.cta__item:nth-child(1):after {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cta_border.png) no-repeat center center/contain;
  content: "";
}

.cta__label {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__label span {
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}

.cta__label span::before,
.cta__label span::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #FF6470;
  content: "";
}

.cta__label span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

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

.cta__label-mail span::before,
.cta__label-mail span::after {
  background: #0048A3;
}

.cta__links {
  display: grid;
}

.cta__text {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__text-tel {
  font-weight: 500;
  font-size: 1.4rem;
}

.cta__free {
  display: grid;
  position: absolute;
  top: 3rem;
  left: -1.7rem;
  place-items: center;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  background: #2B2B2B;
  color: #FFF;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  letter-spacing: 0.11em;
  text-align: center;
}

.cta__men,
.cta__women {
  position: absolute;
  bottom: -4rem;
}

.cta__men {
  left: -1.5rem;
  width: 5.3rem;
}

.cta__women {
  right: -1.5rem;
  width: 4rem;
}

.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 #60C2F9;
}

.feature__item {
  position: relative;
  background: url(../img/feature01.png) no-repeat center center/cover;
}

.feature__item:nth-child(2) {
  background: url(../img/feature02.png) no-repeat center center/cover;
}

.feature__content {
  position: relative;
  padding: 3rem 2rem;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
}

.feature__item:nth-child(2) .feature__content {
  margin-left: initial;
}

.feature__number {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 5rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  opacity: 0.15;
}

.feature__title {
  color: #FFF;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}

.feature__text {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.flow {
  position: relative;
  padding-top: 5rem;
  padding-right: 15px;
  padding-bottom: 5rem;
  padding-left: 15px;
  background: url(../img/flow_bg.png) no-repeat center center/cover;
  color: #FFF;
}

.flow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 28, 52, 0.9);
  content: "";
}

.flow__inner {
  z-index: 10;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flow__top {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.flow__items {
  margin-top: 3rem;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.flow__item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem;
}

.flow__item:not(:last-child) .flow__label::after {
  position: absolute;
  top: 101%;
  left: 50%;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  content: "";
  -webkit-clip-path: polygon(51% 100%, 0 45%, 100% 45%);
          clip-path: polygon(51% 100%, 0 45%, 100% 45%);
}

.flow__label {
  display: grid;
  position: relative;
  place-items: center;
  height: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}

.flow__content {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
}

.flow__item:not(:last-child) .flow__content::after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
}

.flow__content::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
  content: "";
}

.flow__image {
  width: 100%;
}

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

.flow__text {
  width: 100%;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 6rem;
  border-bottom: 10px solid #7FD113;
  background: #F1F5F7;
  color: #000;
}

.footer__logo {
  width: 14rem;
}

.footer__address {
  margin-top: 3.3rem;
  line-height: 1.8571428571;
}

.footer__bottom {
  margin-top: 4rem;
}

.footer__privacy {
  letter-spacing: 0.2em;
  text-decoration: underline;
}

.footer__text {
  margin-top: 1.98rem;
  font-size: 1rem;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
}

.footer__center {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.5rem;
}

.footer__right {
  margin-top: 1.5rem;
}

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

.footer__item {
  font-weight: 500;
  letter-spacing: 0.1em;
}

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

.fv__image {
  position: relative;
  width: 100%;
}
.fv__slider .splide__slide img {
  -webkit-transition: 8s ease-out;
  transition: 8s ease-out;
}

.fv__slider .splide__slide.is-active img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fv__content {
  z-index: 5;
  position: absolute;
  top: 2.44rem;
  left: 2rem;
  left: 2.5rem;
  color: #FFF;
}

.fv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #FFF;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.fv__text {
  padding-top: 2.1rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.fv__name {
  z-index: 2;
  position: absolute;
  bottom: -2rem;
  left: 1.5rem;
  color: #FFF;
  font-weight: 400;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  line-height: 1.26;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fv__scroll {
  z-index: 6;
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
}

.scroll-bar {
  display: block;
  position: relative;
  padding-bottom: 120px;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* 丸の描写 */
.scroll-bar:before {
  z-index: 5;
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 42%;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFF;
  content: "";
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scroll-bar:after {
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 11rem;
  background: #FFF;
  content: "";
}

.fvBaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  overflow: hidden;
  gap: 3rem;
}

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

.fvBaner__item {
  width: 15rem;
}

@-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%);
  }
}
.fvBaner__bottom {
  background: #FAFAFA;
}

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

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

.fvSub__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

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

.fvSub__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

.fvSub__en {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fvSub__jp {
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.11em;
}

/* ハンバーガーメニュー */
/*==================================================
　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: #222222;
  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: 12.3rem;
}

.l-header__copy {
  margin-left: 0.4rem;
  color: #898989;
  font-size: 0.8rem;
  line-height: 1.5;
}

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

.l-header__nav-items {
  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;
  gap: 0 2rem;
  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;
  color: #121212;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
}

.l-header__contact:nth-child(1) {
  width: 14.5rem;
}

.l-header__contact:nth-child(2) {
  width: 12.7rem;
}

.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 #222222;
  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__baners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 0.4rem;
}

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

.l-header-sp__items {
  margin-top: 3rem;
}

.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-not::after {
  display: none;
}

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

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

.l-header-sp__tel .cta__tel {
  margin-top: 3.3rem;
  font-size: 2.9rem;
  text-align: center;
}

.l-header-sp__tel .cta__text {
  color: #FF602F;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

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

.instagram {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.link {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.maker__head {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

.maker__head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.3rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #60C2F9;
  content: "";
}

.maker__title {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4rem;
  margin-inline: auto;
  padding: 0.2em 3rem;
  background: #4AB2F8;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.maker__items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
  border-bottom: 1px solid #000000;
}

.maker__item {
  display: grid;
  padding-bottom: 4rem;
  gap: 2rem;
  border-bottom: 1px solid #000000;
}

.maker__name {
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.maker__name::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #60C2F9;
  content: "";
}

.maker__price {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.5rem;
  margin-top: 2rem;
  padding: 0.2em;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.maker__cost {
  margin-top: 1rem;
  color: #EA3F00;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.maker__text {
  margin-top: 2rem;
}

.megaMenu__btn {
  position: relative;
}

.megaMenu__btn {
  position: relative;
  padding-bottom: 1.3rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.megaMenu__btn::before,
.megaMenu__btn::after {
  display: block;
  position: absolute;
  top: 40%;
  right: 2.1rem;
  width: 7px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222222;
  content: "";
}

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

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

.megaMenu__items {
  display: grid;
  display: none;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.megaMenu__item a {
  padding-bottom: 0.8rem;
}

.menu__btn {
  position: relative;
  cursor: pointer;
}

.menu__items {
  display: grid;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  grid-template-columns: repeat(2, 1fr);
  width: 33.4rem;
  gap: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.menu__item {
  background: #F7771F;
}

.menu__item 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;
  min-height: 4rem;
  padding-left: 1.2em;
  color: #FFF;
  font-size: 1rem;
}

.menu__item:not(:nth-child(n+5)) {
  border-bottom: 1px solid #FFF;
}

.menu__item:nth-child(odd) {
  border-right: 1px solid #FFF;
}

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

.modal__btn {
  cursor: pointer;
}

.js-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 初期状態では非表示 */
  visibility: hidden; /* 初期状態の可視性 */
  position: fixed;
  top: 0;
  left: 0;
  -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%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; /* 初期状態の透明度 */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* アニメーションの設定 */
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.js-modal.is-visible {
  visibility: visible; /* 表示状態の可視性 */
  z-index: 100;
  opacity: 1; /* 表示状態の透明度 */
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.modal__inner {
  width: 80%;
}

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

.movie {
  margin-top: 3rem;
  color: #FFF;
}

.movie__container {
  display: grid;
}

.movie__content {
  position: relative;
  padding: 3rem 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#5bb2f3), to(#78ddf9));
  background: linear-gradient(to right, #5bb2f3 0%, #78ddf9 100%);
}

.movie__content::after {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 10rem;
  height: 8rem;
  background: url(../img/movie_bg.png) no-repeat center center/contain;
  content: "";
}

.movie__en {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.movie__jp {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.movie__text {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.movie__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;
}

.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: #222222;
  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: "";
}

.other {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #FAFAFA;
}

.otherInformation {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #F8F8F8;
}

.otherInformation__head {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 1.2em;
  border-bottom: 1px solid #FF602F;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.otherInformation__head::before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #FF602F;
  content: "";
}

.otherInformation__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.otherInformation__items {
  display: grid;
  margin-top: 3rem;
  gap: 3.5rem;
}

.otherInformation__title {
  margin-top: 1rem;
  padding-left: 1em;
  border-left: 3px solid #E82628;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.otherInformation__item .otherInformation__text {
  margin-top: 1rem;
}

.p-about2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-about2__inner {
  position: relative;
  max-width: 60rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-about2__img::before {
  padding-top: 79.8711755233%;
}

.p-about2__block {
  width: 100%;
  padding-top: 2rem;
}

.p-about2__title {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.04em;
}

.p-about2__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
}

.p-about2__wrap {
  margin-top: 3.8rem;
  text-align: center;
}

.p-about2__button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 16.4rem;
  border-radius: 99.9rem;
  color: #5C80B7;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: capitalize;
}

.p-about2__button a {
  display: block;
  padding: 2rem 4.2rem 2rem 3rem;
}

.p-about2__button a::before,
.p-about2__button a::after {
  position: absolute;
  content: "";
}

.p-about2__button a::before {
  top: 50%;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #5C80B7;
  border-radius: 99.9rem;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}

.p-about2__button a::after {
  display: block;
  top: 48%;
  right: 0;
  width: 3.1rem;
  height: 0.6rem;
  background-image: url("../images/about2/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about2__button a:hover::before {
  width: 106%;
}

.p-about2__bg {
  display: none;
}

.p-about2__bg::before {
  display: block;
  padding-top: 31.3317936875%;
  content: "";
}

.p-service2__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.3rem;
  padding: 0 15px;
  gap: 1rem;
}

.p-service2__block {
  position: relative;
}

.p-service2__wrap::after {
  display: none;
}

.p-service2__block:nth-child(even) .p-service2__wrap::after {
  right: 0;
  right: initial;
  left: auto;
}

.p-service2__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service2__img::before {
  padding-top: 65.8536585366%;
}

.p-service2__box {
  position: relative;
}

.p-service2__num {
  margin-top: 1rem;
  color: #7FD113;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.13em;
  text-transform: capitalize;
}

.p-service2__theme {
  margin-top: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.5px solid #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}

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

.p-service2__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: 1.5rem;
}

.p-service2__btn a {
  min-height: 4rem;
  background: #FF602F;
  font-size: 1rem;
}

.p-service2__btn a::after {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: initial;
  content: "";
}

.nav-links {
  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;
  gap: 1.4rem;
}

.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: #222222;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers.current {
  background: #60C2F9;
  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%);
}

.partner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FAFAFB;
}

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

.partner__title {
  margin-top: 1rem;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.price {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #F6F9FB;
}

.price__head {
  display: grid;
  place-items: center;
  min-height: 5rem;
  margin-top: 2.6rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background: #073061;
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.price__container {
  padding: 3rem 2rem;
  border: 1px solid #073061;
  background: #FFF;
}

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

.price__content {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #233B54;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.price__title {
  position: relative;
  padding-left: 0.7em;
}

.price__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F87601;
  content: "";
}

.price__text {
  color: #F87601;
}

.price__information {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}

.price__attention {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid #D5D5D5;
}

.price__attention-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.price__attention p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.06em;
}

.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 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FFFCF0;
}

.qa__items {
  margin-top: 2.7rem;
}

.qa__item:not(:first-child) {
  margin-top: 2rem;
}

.qa__question {
  position: relative;
  padding: 1rem 4rem;
  background: #7FD113;
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  cursor: pointer;
}

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

.qa__question span::after,
.qa__question span::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #FFF;
  content: "";
  -webkit-transform: translateY(-50%);
  right: 10px;
  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 #7FD113;
  background: #FFF;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

.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: #7FD113;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
}

.questionnaire {
  max-width: 712px;
  margin-top: 3rem;
  margin-inline: auto;
}

.questionnaire__title {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  margin-inline: auto;
  padding: 0.2em 1em;
  background: #F7771F;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
}

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

.questionnaire__item {
  position: relative;
}

.questionnaire__item::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_questionnaire.png) no-repeat center center/contain;
  content: "";
}

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

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

.reason::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46%;
  background: #0497E7;
  background: -webkit-gradient(linear, left top, right top, from(#4ab1ff), to(#7be2ff));
  background: linear-gradient(to right, #4ab1ff 0%, #7be2ff 100%);
  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;
  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: #ECF1F8;
  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 {
  font-weight: 700;
	  overflow: hidden;
  display: -webkit-box;
  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;
}

.service {
  padding-top: 5rem;
  padding-bottom: 6rem;
  counter-reset: num;
}

.service__head {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5rem;
  margin-inline: auto;
  padding: 0.2em 1em;
  background: #81BA2A;
  color: #FFF;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.p-single {
  padding-top: 2rem;
  color: #222222;
  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: #60C2F9;
}

.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;
}

.staff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FAFAFA;
}

.staff .section__jp {
  text-align: center;
}

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

.staff__name {
  display: grid;
  margin-top: 1rem;
  gap: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.staff__jp {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6666666667;
}

.staff__en {
  color: #7FD113;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "Oswald", sans-serif;
}

.subAbout {
  margin-top: 4.7rem;
  padding-bottom: 5rem;
}

.subAbout__inner {
  display: grid;
}

.subAbout__title {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

.subAbout__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 1px;
  background: #000;
  content: "";
}

.subAbout__title::before {
  position: absolute;
  top: 33%;
  left: 0;
  width: 2px;
  height: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #7FD113;
  content: "";
}

.subAbout__text {
  margin-top: 2rem;
  color: #3F3F3F;
  font-size: 1.4rem;
  line-height: 1.8;
}

.subAbout__image {
  height: 25rem;
  margin-top: 2rem;
}

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

.support {
  padding-top: 5.7rem;
  padding-bottom: 7.3rem;
  background: #12334E;
}

.support__title {
  display: grid;
  place-items: center;
  width: 24rem;
  min-height: 6.85rem;
  margin-inline: auto;
  background: url(../img/support_title.png) no-repeat center center/contain;
  color: #FFF;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.support__item {
  display: grid;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6rem;
  padding: 0.3em 1rem;
  background: #FFF;
  font-size: 1.4rem;
  line-height: 1.5;
}

.support__item::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow_support.png) no-repeat center center/cover;
  content: "";
}

.tab__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  margin-inline: auto;
  gap: 1.1rem;
}

.tab__item {
  position: relative;
  height: 3.5rem;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.tab__item.is-active::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: #60C2F9;
  content: "";
}

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

.tab__border {
  width: 100%;
  height: 0.5rem;
  margin-inline: calc(50% - 50vi);
  background: #CCCCCC;
}

.top-btn {
  z-index: 20;
  position: fixed;
  right: 1rem;
  bottom: 12rem;
  width: 2rem;
  gap: 1.5rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topAbout {
  padding-top: 4.7rem;
  padding-bottom: 5rem;
}

.topAbout__container {
  display: grid;
  margin-top: 3rem;
  padding-right: 15px;
  padding-left: 15px;
}

.topAbout__content {
  position: relative;
}

.topAbout__title {
  position: relative;
  padding-left: 0.7em;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.topAbout__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #7FD113;
  content: "";
}

.topAbout__copy {
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}

.topAbout__copy::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0497E7;
  content: "";
}

.topAbout__text {
  margin-top: 2rem;
  letter-spacing: 0.02em;
}

.topAbout__name {
  margin-top: 2.9rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.topAbout__google {
  margin-top: 2rem;
}

.topCase {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  background: #F7F7F7;
}

.topCase__section {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.topCase__section::before {
  left: -34rem;
  width: 25.2rem;
  height: 18.5rem;
  background: url(../img/top_case01.png) no-repeat center center/contain;
}

.topCase__section::after {
  right: -34rem;
  width: 25.2rem;
  height: 18.5rem;
  background: url(../img/top_case02.png) no-repeat center center/contain;
}

.topCase__attention {
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

.topCase__slider {
  margin-top: 3.8rem;
}

.topCase__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding-bottom: 1.4rem;
  gap: 0.2rem;
  background: #FFF;
}

.topCase__image {
  position: relative;
  width: 100%;
  height: 20rem;
}

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

.topCase__before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 8.7rem;
  height: 8.7rem;
  border: 3px solid #FFF;
  border-radius: 50%;
}

.topCase__before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.topCase__category {
  display: grid;
  position: absolute;
  bottom: -1.35rem;
  left: 1.1rem;
  place-items: center;
  width: 9.7rem;
  min-height: 2.7rem;
  border-radius: 50px;
  background: #7FD113;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.topCase__title {
  margin-top: 1.5rem;
}

.topCase__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: 8rem;
}

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

.topCase__pagination {
  bottom: -5rem;
}

.topCase__page {
  width: 12px;
  height: 12px;
  border: 1px solid #82BA2A;
  background: #FFF;
  opacity: 1;
}

.topCase__page.is-active {
  -webkit-transform: initial;
          transform: initial;
  background: #82BA2A;
  opacity: 1;
}

.topNews {
  position: relative;
  padding-top: 4.6rem;
  padding-bottom: 6.7rem;
  background: #FAFAFA;
}

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

.topNews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding-bottom: 2.4rem;
  gap: 1rem;
  background: #fff;
  -webkit-box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
          box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
}

.topNews__image {
  position: relative;
  width: 100%;
  height: 18rem;
}

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

.topNews__category {
  position: absolute;
  bottom: 7.8px;
  left: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.7rem;
  padding: 0.2em 0.5em;
  border-radius: 30px;
  background: #7FD113;
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.topNews__title,
.topNews__text,
.topNews__link {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.topNews__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

.topNews__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.topNews__link {
  color: #F7771F;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
}

.topNews__link img {
  width: 0.8rem;
  height: 1.2rem;
}

.topNews__link span {
  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: 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;
  margin-left: auto;
  gap: 0.9rem;
}

.topNews__link span::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F7771F;
  content: "";
}

.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;
  text-align: center;
}

.topReason {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FFFEEB;
}
.topReason .p-service2__num {
  color: #7FD113;
}

.topReason__section {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.topReason__section::before {
  left: -19rem;
  width: 16.9rem;
  height: 14.6rem;
  background: url(../img/top_reason_ashirai01.png) no-repeat center center/contain;
}

.topReason__section::after {
  right: -19rem;
  width: 16.9rem;
  height: 14.6rem;
  background: url(../img/top_reason_ashirai02.png) no-repeat center center/contain;
}

.topReason__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;
}

.topService {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  counter-reset: num;
}

.topService__inner {
  position: relative;
}

.topService__inner::before {
  top: -6rem;
  right: -4rem;
  width: 26.6rem;
  height: 23.2rem;
  background: url(../img/service_ashirai.png) no-repeat center center/contain;
}

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

.topService__item {
  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: 1.2rem;
}
.topService__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;
  margin-top: 1.2rem;
  padding-bottom: 6px;
  gap: 0.5rem;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.4rem;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}

.topService__title span {
  display: inline-block;
  position: relative;
  width: 2rem;
}
.topService__title span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topService__text {
  margin-top: 1.1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
}

.topService__btn {
  margin-top: 1.9rem;
  margin-top: auto;
}
.topService__btn a {
  display: grid;
  position: relative;
  place-items: center;
  min-height: 2.9rem;
  background: #7FD113;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
}

.topService__btn a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_top_service.png) no-repeat center center/contain;
  content: "";
}

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

.voice__slider {
  margin-top: 4rem;
}

.voice__slide {
  display: grid;
  padding: 2rem;
  background: #FFF;
}

.voice__human {
  position: relative;
  width: 18rem;
  height: 18rem;
  margin-inline: auto;
  border: 1px solid #7FD113;
  border-radius: 50%;
  background: #FFFCF0;
}

.voice__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.3rem !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice__items {
  display: grid;
  margin-top: 2.95rem;
  gap: 1.5rem;
}

.voice__item {
  display: grid;
  position: relative;
  grid-template-columns: 17% 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 9px;
  gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.voice__item::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F5F5F7;
  content: "";
}

.voice__item::before {
  z-index: 2;
  position: absolute;
  top: 105%;
  left: 0;
  width: 18.2403433476%;
  height: 2px;
  background: #F87601;
  content: "";
}

.voice__head {
  margin-top: 2rem;
  padding-left: 1em;
  border-left: 3px solid #7FD113;
}

.voice__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 9px;
  border: 1px solid #7FD113;
  color: #7FD113;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-align: center;
}

.voice__title {
  font-weight: 400;
  font-size: 1.6rem;
}

.voice__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.what {
  padding-top: 4.7rem;
  padding-bottom: 5rem;
}

.what__inner {
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
}

.what__content {
  position: relative;
}

.what__copy {
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}

.what__copy::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0497E7;
  content: "";
}

.what__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.worries {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FFF;
}

.worries::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17%;
  background: #F7F7F7;
  content: "";
}

.worries::before {
  z-index: 10;
  position: absolute;
  top: 89%;
  left: 0;
  width: 100%;
  height: 12rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 70%);
          clip-path: polygon(100% 0, 0 0, 50% 70%);
}

.worries__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid #F87601;
  color: #FFF;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}

.worries__inner {
  position: relative;
}

.worries__container {
  display: grid;
  z-index: 20;
  position: relative;
  margin-top: 3rem;
  gap: 4rem;
}

.worries__items {
  display: grid;
  position: relative;
  padding: 2rem;
  gap: 1rem;
  background: #FAFAFA;
}

.worries__items::before {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FAFAFA;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
          clip-path: polygon(100% 100%, 0 100%, 50% 0);
}

.worries__item {
  position: relative;
  padding: 0 2rem 1rem 3rem;
  border-bottom: 1px dashed #E8E8E8;
  font-size: 1.4rem;
  line-height: 1.6875;
}

.worries__item::before,
.worries__list::before {
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 2rem;
  height: 1.6rem;
  background: url(../img/check_mark.png) no-repeat;
  background-size: contain;
  content: "";
}

.worries__item span,
.worries__list span {
  color: #F7771F;
}

.worries__check {
  width: 2.3rem;
  height: 1.9rem;
}

.worries__copies {
  display: grid;
  z-index: 10;
  position: relative;
  margin-top: 5rem;
  gap: 1rem;
}

.worries__copy {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.5rem;
  margin-inline: auto;
  padding: 0.3em 0.5em;
  background: #81BA2A;
  color: #FFF;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.worries__contents {
  display: grid;
  z-index: 10;
  position: relative;
  margin-top: 3rem;
  gap: 2.5rem;
}

.worries__title {
  display: grid;
  place-items: center;
  min-height: 4rem;
  background: #12334E;
  color: #FFF;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
}

.worries__lists {
  display: grid;
  padding: 2rem;
  gap: 1rem;
  background: #FFF;
}

.worries__list {
  position: relative;
  padding: 0 2rem 1rem 3rem;
  border-bottom: 1px dashed #E8E8E8;
  font-size: 1.4rem;
  line-height: 1.6875;
}

.worries .section__jp span {
  padding: initial;
}

.worries .section__jp span::after,
.worries .section__jp span::before {
  display: none;
}

.u-desktop {
  display: none;
}

@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: 1040px;
  }
  .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: 36.3rem;
    min-height: 6.6rem;
    font-size: 1.7rem;
  }
  .btn a::after {
    right: 3rem;
  }
  .pankuz {
    margin-top: 2.8rem;
  }
  .pankuz a {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .post {
    margin-left: 1.5rem;
  }
  .pankuz .current-item {
    margin-left: 1.5rem;
  }
  .date-year,
  .taxonomy,
  .post-works-archive {
    margin-left: 1.5rem;
  }
  .section {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .section__jp {
    margin-top: 2rem;
    font-size: 2.6rem;
    line-height: 1;
  }
  .section__jp span {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .section__jp span::before,
  .section__jp span::after {
    width: 6rem;
  }
  .section__title-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    text-align: left;
    white-space: nowrap;
  }
  .section__title-left .section__en {
    margin-inline: initial;
  }
  .section__title-about {
    margin-left: 11.4rem;
  }
  .text {
    line-height: 2.1428571429;
  }
  .text__attention {
    margin-top: 2.2rem;
    font-size: 1.4rem;
  }
  .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;
  }
  .baner__head {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .baner__container {
    height: 7.2rem;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-right: 6.2rem;
    padding-left: 6.2rem;
    background: #FFF;
  }
  .baner__item:first-child {
    margin-top: -8px;
  }
  .baner__item:first-child::before {
    display: none;
    left: 0;
    width: 4.9rem;
    height: 7.7rem;
  }
  .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 {
    padding-top: 6.8rem;
    padding-bottom: 8.2rem;
  }
  .case__inner {
    max-width: 910px;
    margin-inline: auto;
  }
  .case__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.9rem;
  }
  .case__images::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .case__content {
    padding: 4.6rem 6rem;
  }
  .case__title {
    font-size: 2rem;
  }
  .case__text {
    line-height: 2.2857142857;
  }
  .company {
    padding-top: 6.8rem;
    padding-bottom: 10.1rem;
  }
  .p-company1__inner {
    max-width: 105rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-company1__enTitle {
    font-size: 5rem;
  }
  .p-company1__title {
    margin-top: 1.4rem;
    font-size: 2.4rem;
  }
  .p-company1__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.8rem;
    gap: 0 7.5rem;
  }
  .p-company1__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 42.3rem;
  }
  .p-company1__body {
    max-width: 50.3rem;
  }
  .p-compnay1__area {
    padding: 4rem 5rem;
  }
  .p-company1__map {
    height: 23.4rem;
  }
  .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 {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.3rem;
    gap: 3rem;
  }
  .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;
  }
  .cost__head {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
  .cost__table::after {
    position: absolute;
    top: 77%;
    right: -8rem;
    width: 11rem;
    height: 17.9rem;
    background: url(../img/cost_ashirai.png) no-repeat center center/contain;
    content: "";
  }
  .cost__header,
  .cost__category {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .cost__category {
    width: 18rem;
  }
  .cost__cell {
    padding: 1.3rem 2rem;
  }
  .cost__flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.55rem;
  }
  .cost__icon {
    font-size: 4rem;
  }
  .cost__text {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .cta {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
    border-top: 1.5rem solid #7FD113;
    border-bottom: 1.5rem solid #7FD113;
    background: url(../img/cta_bg.png) no-repeat center center/cover;
  }
  .cta__title {
    width: 51rem;
    margin-inline: auto;
  }
  .cta__container {
    width: 83.5%;
    margin-top: -4rem;
    padding: 5.5rem 6.4rem 2.2rem 3.6rem;
    padding: 5.5rem 2rem 2.2rem;
  }
  .cta__container::after {
    top: -32%;
    right: -5%;
    width: 18.8rem;
    height: 13.3rem;
  }
  .cta__container::before {
    position: absolute;
    right: -19rem;
    bottom: -3.3rem;
    width: 17.2rem;
    height: 18.4rem;
    background: url(../img/cta_ashirai_human.png) no-repeat center center/contain;
    content: "";
  }
  .cta__attention {
    font-size: 1.4rem;
  }
  .cta__items {
    grid-template-columns: 25rem 1fr;
    gap: 5rem;
  }
  .cta__item:nth-child(1):after {
    top: 50%;
    left: 111%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/cta_border_pc.png) no-repeat center center/contain;
  }
  .cta__label {
    font-size: 1.6rem;
  }
  .cta__links {
    grid-template-columns: 1fr 1fr;
  }
  .cta__text {
    margin-top: auto;
  }
  .cta__free {
    top: -16%;
    left: 3rem;
    width: 9.8rem;
    height: 9.8rem;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .cta__men,
  .cta__women {
    bottom: -3.5rem;
  }
  .cta__men {
    left: -8.5rem;
    width: 10.4rem;
  }
  .cta__women {
    right: -6rem;
    width: 7.3rem;
  }
  .detail__slider {
    grid-template-columns: 71.3rem 1fr;
    gap: 2.3rem;
  }
  .feature__content {
    width: 50%;
    height: 100%;
    margin-left: auto;
    padding: 12.5rem 10.3rem 11.7rem;
  }
  .feature__number {
    font-size: 16.8rem;
  }
  .feature__title {
    font-size: 3rem;
    line-height: 1.5333333333;
  }
  .feature__text {
    margin-top: 3.5rem;
    line-height: 2.7142857143;
  }
  .flow {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .flow__inner {
    padding: 7rem 6.7rem 6.3rem;
  }
  .flow__top {
    font-size: 1.6rem;
  }
  .flow__items {
    margin-top: 4rem;
  }
  .flow__item {
    grid-template-columns: 15.2rem 1fr;
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
    gap: 6.3rem;
  }
  .flow__item:not(:last-child) .flow__label::after {
    top: 120%;
  }
  .flow__label {
    font-size: 2rem;
  }
  .flow__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flow__item:not(:last-child) .flow__content::after {
    bottom: -2.9rem;
  }
  .flow__content::before {
    left: -2.9rem;
  }
  .flow__image {
    aspect-ratio: 126/67;
    width: 12.6rem;
  }
  .flow__text {
    margin-top: initial;
    font-size: 1.6rem;
    line-height: 2;
    line-height: 1.875;
  }
  .footer {
    padding-top: 9.24rem;
    padding-bottom: 12.2rem;
    border-bottom: 15px solid #7FD113;
    font-size: 1.4rem;
  }
  .footer__inner {
    max-width: 1200px;
  }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo {
    width: 19.2rem;
  }
  .footer__bottom {
    margin-top: 8.9rem;
  }
  .footer__text {
    font-size: 1.2rem;
  }
  .footer__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: initial;
    margin-left: auto;
    padding-top: 2rem;
    gap: 5rem;
    border-top: 1px solid #000;
  }
  .footer__nav {
    margin-top: initial;
  }
  .footer__right {
    margin-top: initial;
    margin-left: 5.1rem;
    padding-top: 2rem;
    border-top: 1px solid #000;
  }
  .fv {
    margin-top: 6.4rem;
  }
  .fv::after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    height: 50.7rem;
    background: #F2FFE0;
    content: "";
  }
  .fv__content {
    top: 10%;
    left: 6.4rem;
  }
  .fv__title {
    font-size: 3rem;
    line-height: 1.8666666667;
    letter-spacing: 0.2em;
  }
  .fv__text {
    margin-top: 2.7rem;
    padding-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .fv__name {
    bottom: -2.5rem;
    left: 5.5rem;
    font-size: 11.1rem;
    line-height: 1;
    line-height: 1.0810810811;
  }
  .fv__scroll {
    display: block;
    right: 2.9rem;
    bottom: 20rem;
  }
  .fvBaner {
    padding: 3.6rem 0;
  }
  .fvBaner__item {
    width: 25rem;
  }
  .fvSub {
    margin-top: 6.4rem;
  }
  .fvSub__image {
    height: 100%;
    margin-left: auto;
  }
  .fvSub__en {
    font-size: 1.5rem;
  }
  .fvSub__jp {
    font-size: 3.4rem;
  }
  .hamburger {
    width: 6.4rem;
    height: 6.4rem;
  }
  .hamburger span {
    width: 25px;
    height: 1px;
  }
  .hamburger.active span {
    width: 25px;
  }
  .l-header {
    height: 6.4rem;
    padding-left: 0.8rem;
  }
  .l-header__logo {
    width: 19.2rem;
  }
  .l-header__copy {
    margin-left: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .l-header-sp {
    margin-top: 5.8rem;
  }
  .l-header-sp__inner {
    max-width: 60%;
    margin-inline: auto;
  }
  .l-header-sp__baners {
    max-width: 70%;
    margin-inline: auto;
  }
  .l-header-sp__item::after {
    right: 4.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .link {
    padding-top: 5.3rem;
    padding-bottom: 4rem;
  }
  .link__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
  .maker {
    padding-bottom: 14.7rem;
  }
  .maker__head {
    margin-top: 5rem;
    padding-bottom: 1.5rem;
    font-size: 2.2rem;
  }
  .maker__title {
    min-height: 6.2rem;
    font-size: 2.6rem;
  }
  .maker__items {
    margin-top: 6.6rem;
    gap: 4rem;
  }
  .maker__item {
    grid-template-columns: 43.2% 37%;
    padding-bottom: 5rem;
    gap: 11.8rem;
  }
  .maker__name {
    margin-top: initial;
    padding-left: 1em;
    font-size: 2.2rem;
    line-height: 1.5333333333;
  }
  .maker__price {
    min-height: 2.9rem;
    margin-top: 3.3rem;
    font-size: 1.6rem;
  }
  .maker__cost {
    font-size: 2rem;
  }
  .maker__text {
    margin-top: 3rem;
  }
  .megaMenu__btn::before,
  .megaMenu__btn::after {
    right: 4rem;
    width: 12px;
  }
  .modal__inner {
    width: 30%;
  }
  .movie {
    margin-top: 5.5rem;
  }
  .movie__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .movie__content {
    padding: 5.5rem;
  }
  .movie__content::after {
    width: 22.6rem;
    height: 17.5rem;
  }
  .movie__jp {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
  .movie__text {
    line-height: 2.3076923077;
  }
  .movie__btn {
    display: block;
    margin-top: 3.9rem;
  }
  .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;
  }
  .other {
    padding-top: 6.6rem;
    padding-bottom: 9.8rem;
  }
  .otherInformation {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
  .otherInformation__head {
    font-size: 2rem;
  }
  .otherInformation__text {
    line-height: 2.2857142857;
  }
  .otherInformation__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.6rem;
  }
  .otherInformation__item .otherInformation__text {
    line-height: 2;
  }
  .p-about2 {
    padding-top: 15.1rem;
    padding-bottom: 15.1rem;
  }
  .p-about2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8.4rem;
       -moz-column-gap: 8.4rem;
            column-gap: 8.4rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    padding: 0;
  }
  .p-about2__inner::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: -7rem;
    right: 2.6rem;
    content: "about";
    color: #ECF5FA;
    font-weight: 400;
    font-size: 10.5rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .p-about2__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 43.125vw;
  }
  .p-about2__block {
    max-width: 54rem;
    padding: 0 2.5rem 0 0;
  }
  .p-about2__title {
    margin-top: 3.1rem;
    font-size: 3rem;
    line-height: 1.8666666667;
  }
  .p-about2__text {
    margin-top: 3.5rem;
    line-height: 2.7142857143;
  }
  .p-about2__wrap {
    margin-top: 5.4rem;
    text-align: left;
  }
  .p-about2__bg {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -17.5rem;
    left: 0;
    width: 100%;
    max-width: 90.2083333333vw;
    background-color: #F7F9FB;
  }
  .p-service2__container {
    display: initial;
    padding: initial;
    gap: initial;
  }
  .p-service2__block {
    padding: 2rem 0;
  }
  .p-service2__block:nth-of-type(n+2) {
    margin-top: 0;
  }
  .p-service2__wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -1.6rem;
    height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "reason 0" counter(num);
    color: #FFFFFF;
    font-weight: 400;
    font-size: 4rem;
    font-size: min(5.5555555556vw, 7rem);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.04em;
    text-align: right;
    text-align: center;
    text-transform: uppercase;
    counter-increment: num;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-service2__block:nth-child(even) .p-service2__wrap::after {
    left: -1.6rem;
  }
  .p-service2__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7rem;
  }
  .p-service2__block:nth-child(even) .p-service2__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-service2__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 43.75%;
  }
  .p-service2__box {
    width: 38.8194444444%;
    margin-top: 0.5rem;
  }
  .p-service2__num {
    margin-top: initial;
    font-size: 1.4rem;
  }
  .p-service2__theme {
    padding-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .p-service2__text {
    max-width: 55.9rem;
    margin-top: 1rem;
    line-height: 2.5714285714;
  }
  .p-service2__btn {
    display: block;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 3rem;
  }
  .p-service2__btn a {
    width: 17.8rem;
    min-height: 4.2rem;
    margin-inline: initial;
    font-size: 1rem;
  }
  .p-service2__btn a::after {
    right: 3.8rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .pagination {
    margin-top: 7.2rem;
    gap: 1.9rem;
  }
  .page-numbers {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }
  .partner {
    padding-top: 7.4rem;
    padding-bottom: 8.6rem;
  }
  .partner__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.1rem 5rem;
  }
  .partner__title {
    font-size: 1.8rem;
    line-height: 2.1111111111;
  }
  .price {
    padding-top: 8rem;
    padding-bottom: 8.9rem;
  }
  .price__head {
    font-size: 2.2rem;
  }
  .price__container {
    padding: 4rem 10rem 4.5rem;
  }
  .price__content {
    font-size: 1.8rem;
  }
  .price__attention {
    padding: 2.1rem 3.3rem 3.3rem;
  }
  .price__attention-title {
    font-size: 1.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-top: 9.1rem;
    padding-bottom: 9.4rem;
  }
  .qa__inner {
    position: relative;
  }
  .qa__inner::after {
    position: absolute;
    top: -1rem;
    right: -18rem;
    content: "FAQ";
    color: #FFF;
    font-weight: 500;
    font-size: 17rem;
    line-height: 1;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.08em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .qa__question {
    padding: 2.8rem 7rem;
    font-size: 1.6rem;
  }
  .qa__question::before {
    left: 3rem;
    font-size: 2.6rem;
    line-height: 2;
  }
  .qa__question span::after,
  .qa__question span::before {
    right: 50px;
  }
  .qa__answer {
    padding: 2.8rem 7rem;
    line-height: 2.1428571429;
    letter-spacing: 0.02em;
  }
  .qa__answer span::before {
    left: -4rem;
    font-size: 2.6rem;
  }
  .questionnaire {
    margin-top: 4.4rem;
  }
  .questionnaire__title {
    min-height: 3.7rem;
    font-size: 2.2rem;
  }
  .questionnaire__item::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .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;
  }
  .service {
    padding-top: 8.5rem;
    padding-bottom: 9rem;
  }
  .service .p-service2__wrap::after {
    color: #F8F8F8;
  }
  .service__head {
    min-height: 6.2rem;
    font-size: 2.8rem;
  }
  .service .service__container {
    display: block;
    margin-top: 3rem;
  }
  .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%;
  }
  .staff__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4px;
  }
  .staff__name {
    margin-top: 2rem;
  }
  .staff__jp {
    font-size: 2.4rem;
  }
  .staff__en {
    font-size: 1.4rem;
  }
  .subAbout {
    padding-bottom: 7.1rem;
  }
  .subAbout__inner {
    grid-template-columns: 1fr 34.1121495327%;
    max-width: 856px;
    margin-inline: auto;
    gap: 5rem;
  }
  .subAbout__title {
    padding-bottom: 2.7rem;
    font-size: 2.4rem;
  }
  .subAbout__text {
    margin-top: 3rem;
    line-height: 2.1428571429;
  }
  .subAbout__image {
    height: initial;
    margin-top: initial;
  }
  .support__title {
    width: 32rem;
    font-size: 2.8rem;
  }
  .support__items {
    grid-template-columns: 1fr 1fr;
    margin-top: 4.1rem;
    gap: 2.6rem 2.4rem;
  }
  .support__item {
    min-height: 8rem;
    padding: 0.3em 2rem;
    font-size: 1.6rem;
  }
  .tab__items {
    margin-top: 3.5rem;
  }
  .tab__item {
    height: inherit;
  }
  .top-btn {
    right: 2.7rem;
    width: 2.9rem;
  }
  .topAbout {
    padding-top: 7.1rem;
    padding-bottom: 6.85rem;
  }
  .topAbout__container {
    grid-template-columns: 43.0555555556% 43.75%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: initial;
    gap: 7rem;
  }
  .topAbout__title {
    padding-left: 1em;
    font-size: 2.4rem;
  }
  .topAbout__copy {
    margin-top: initial;
    padding-left: 1em;
    font-size: 3rem;
    line-height: 1.5333333333;
  }
  .topAbout__text {
    margin-top: 2.5rem;
  }
  .topAbout__inner {
    max-width: 1400px;
  }
  .topAbout__google {
    margin-top: 4rem;
  }
  .topCase::after {
    position: absolute;
    right: 0;
    right: clamp(7rem, -9rem + 20.833vi, 21rem);
    bottom: 0;
    width: 11rem;
    height: 17.9rem;
    background: url(../img/top_case_ashirai.png) no-repeat center center/contain;
    content: "";
  }
  .topCase__section::before,
  .topCase__section::after {
    z-index: 2;
    position: absolute;
    top: -3rem;
    content: "";
  }
  .topCase__en {
    font-size: 1.6rem;
  }
  .topCase__jp {
    font-weight: 700;
    font-size: 2.6rem;
  }
  .topCase__attention {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
  .topCase__item {
    padding-bottom: 2.9rem;
    gap: 1.4rem;
    border-radius: initial;
  }
  .topCase__image {
    border-radius: initial;
  }
  .topCase__before {
    width: 9.7rem;
    height: 9.7rem;
  }
  .topCase__category {
    font-size: 1.4rem;
  }
  .topCase__bottoms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topNews__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .topNews__item {
    gap: 1.5rem;
  }
  .topNews__image {
    height: 20rem;
  }
  .topNews__btn a {
    min-height: 6.6rem;
  }
  .topReason {
    padding-top: 9rem;
    padding-bottom: 9.5rem;
  }
  .topReason__inner {
    margin-bottom: 4rem;
  }
  .topReason__section::before,
  .topReason__section::after {
    z-index: 2;
    position: absolute;
    top: -3rem;
    content: "";
  }
  .topReason__btn {
    margin-top: 6.5rem;
  }
  .topService {
    padding-bottom: 8.5rem;
  }
  .topService__inner::before,
  .topService__inner::after {
    position: absolute;
    content: "";
  }
  .topService__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.2rem;
    gap: 5rem 2rem;
  }
  .topService__title {
    gap: 1rem;
    font-size: 1.8rem;
  }
  .topService__title span {
    width: 2.5rem;
    height: 2rem;
  }
  .topService__text {
    margin-bottom: 1.9rem;
    font-size: 1.4rem;
  }
  .topService__btn a {
    font-size: 1.3rem;
  }
  .topService__btn a::after {
    right: 6.1rem;
  }
  .voice {
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }
  .voice__slide {
    grid-template-columns: clamp(11rem, -3.171rem + 18.452vi, 23.4rem) 1fr;
    padding: 5.3rem 11.2rem 4.3rem 9.7rem;
    gap: 5.6rem;
  }
  .voice__human {
    width: 23.4rem;
    width: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
    height: 23.4rem;
    height: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
  }
  .voice__item {
    grid-template-columns: 20% 1fr;
  }
  .voice__head {
    margin-top: initial;
  }
  .voice__title {
    font-size: 2rem;
  }
  .voice__text {
    margin-top: 2.5rem;
    line-height: 2;
  }
  .what {
    padding-top: 7.1rem;
    padding-bottom: 6.85rem;
  }
  .what__inner {
    grid-template-columns: 43.0555555556% 35.7638888889%;
    padding: initial;
    gap: 7rem;
  }
  .what__content::after {
    position: absolute;
    top: 0;
    right: -21rem;
    content: "What I do?";
    color: #669BBC;
    font-size: 7.3rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.1;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .what__copy {
    margin-top: initial;
    padding-left: 1em;
    font-size: 3rem;
    line-height: 1.5333333333;
  }
  .what__text {
    margin-top: 3.5rem;
    line-height: 2.7142857143;
  }
  .worries {
    padding-top: 6.8rem;
    padding-bottom: 7.6rem;
  }
  .worries::after {
    height: 34%;
  }
  .worries::before {
    top: 78.3%;
    height: 20.1rem;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 70%);
            clip-path: polygon(100% 0, 0 0, 50% 70%);
  }
  .worries__head {
    font-size: 2.5rem;
  }
  .worries__container {
    grid-template-columns: 37.4% 58.5%;
    gap: 4rem;
  }
  .worries__items {
    padding: 4.6rem 2.9rem;
    gap: 1.5rem;
  }
  .worries__items::before {
    top: 50%;
    left: -2.3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .worries__item {
    padding: 0 3em 1.5rem;
    font-size: 1.6rem;
  }
  .worries__item::before,
  .worries__list::before {
    top: 0.2rem;
    left: 1em;
    width: 2.3rem;
    height: 1.9rem;
  }
  .worries__copies {
    margin-top: 8.3rem;
  }
  .worries__copies.u-desktop {
    display: grid;
  }
  .worries__copy {
    min-height: 5.1rem;
    padding: 0.3em 1em;
    font-size: 2.9rem;
  }
  .worries__contents {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.3rem;
    gap: 4rem;
  }
  .worries__title {
    min-height: 5.1rem;
    font-size: 2.4rem;
  }
  .worries__lists {
    padding: 3.5rem 2.5rem;
    gap: 1.5rem;
  }
  .worries__list {
    padding: 0 1em 1.5rem 3em;
    font-size: 1.6rem;
  }
  .worries .section__jp span {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .worries .section__jp span::after,
  .worries .section__jp span::before {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .topNews__btn a {
    font-size: 1.7rem;
  }
}

@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 (min-width: 1240px) {
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .l-header__nav {
    display: none;
  }
  .l-header__contacts {
    display: none;
  }
}

@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) {
  .l-header__nav-item a:hover,
  .l-header__nav-item p:hover {
    color: #7FD113;
  }
  .page-numbers:hover {
    background: #60C2F9;
    color: #FFF;
    opacity: 1;
  }
  .prev:hover span::after,
  .next:hover span::after {
    background: #FFF;
  }
}
/*# sourceMappingURL=map/styles.css.map */