@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

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

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
:root {
  --mainColor: rgb(0, 0, 0);
  --baseColor: #000;
  --colorW: #fff;
  --subColor: #e5e5e5;
  --accentColor: #f2f2f2;
  --jost: "Jost", sans-serif;
}

html {
  scroll-padding-top: 5rem;
  font-size: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 9rem;
    font-size: 2.4154589372vw;
  }
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

p {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  p {
    font-size: 1.6rem;
  }
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.og {
  color: var(--mainColor);
}

.holder {
  max-width: 100rem;
  margin: 0 auto;
  width: 100rem;
}
@media only screen and (max-width: 768px) {
  .holder {
    width: 100%;
    padding: 0 2rem;
  }
}

.inner {
  max-width: 90rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .inner {
    width: 100%;
    padding: 0 2rem;
  }
}

.flex {
  display: flex;
}

figure img {
  width: 100%;
}

.grid {
  display: grid;
}

main {
  overflow: hidden;
}

.primary-ttl {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    font-size: 2.4rem;
  }
}
.primary-ttl__en {
  color: var(--mainColor);
  font-family: var(--jost);
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.primary-ttl__area {
  margin-bottom: 7rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area {
    margin-bottom: 3rem;
  }
}
.primary-ttl__area::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  position: absolute;
  top: 70%;
  left: 0;
}
.primary-ttl__wrap {
  display: flex;
  gap: 3rem;
  align-items: center;
  width: fit-content;
  padding-right: 3rem;
  background-color: var(--colorW);
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__wrap {
    gap: 1.5rem;
    padding-right: 1rem;
  }
}
.primary-ttl__wrap--g {
  background-color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .primary-ttl__wrap img {
    width: 2.5rem;
    height: auto;
  }
}

.secondary-ttl {
  margin-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.secondary-ttl span {
  color: var(--mainColor);
}

.tertiary-ttl {
  color: var(--mainColor);
  margin-bottom: 2.5rem;
  line-height: 1;
  border-left: 3px solid;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .tertiary-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.o-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-btn__link {
  background-color: var(--mainColor);
  color: var(--colorW);
  padding: 1rem 3rem;
  width: 35rem;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
    font-size: 1.6rem;
  }
}
.o-btn__link::after {
  content: "";
  background: url(../images/border.svg) no-repeat center center/contain;
  width: 14.3rem;
  height: 0.7rem;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  transition: 0.5s;
}
.o-btn__link:hover {
  color: var(--colorW);
}
.o-btn__link:hover::after {
  right: 0.5rem;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
  .o-flex--rev {
    flex-direction: column-reverse;
  }
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.hamburger {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: var(--mainColor);
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  width: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger span:first-child {
  top: 20px;
}

.hamburger span:last-child {
  bottom: 20px;
}

.hamburger.active span {
  left: 47%;
}

.hamburger.active span:first-child {
  transform: rotate(30deg) translateX(-50%);
  top: 35px;
}

.hamburger.active span:last-child {
  transform: rotate(-30deg) translateX(-50%);
  top: 15px;
}

.nav-menu {
  box-sizing: border-box;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 3rem 2rem 3rem;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

[id] {
  scroll-margin-top: 6rem;
}

.js-nav .l-hdr__navlist {
  flex-direction: column;
  gap: 5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.js-nav .l-hdr__navlink {
  gap: 1rem;
}

.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #f2f0ea;
  margin: 10% auto;
  max-width: 140rem;
  width: 90%;
  position: relative;
  padding: 13rem 0 15rem;
}
@media only screen and (max-width: 559px) {
  .o-modal__wrapper .o-modal__inner {
    padding: 8rem 0 6rem;
  }
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  background: var(--grd);
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  padding-top: 0.5rem;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.modal .primary-ttl {
  margin-inline: auto;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 559px) {
  .modal .primary-ttl {
    margin-bottom: 3.3rem;
  }
}
.modal .primary-ttl__ja {
  text-align: center;
}
.modal .hexagon {
  background-color: #f2f0ea;
}
.modal .hexagon__wrap {
  background-color: var(--gold);
}
.modal__ttl {
  margin-bottom: 10rem;
  color: var(--gold);
}
@media only screen and (max-width: 559px) {
  .modal__ttl {
    margin-bottom: 2rem;
  }
}
.modal__ttlja {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 559px) {
  .modal__ttlja {
    font-size: 2.6rem;
  }
}
.modal__ttlen {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: var(--hel);
}
.modal__list {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.modal__listwrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline: 4rem;
}
@media only screen and (max-width: 559px) {
  .modal__listwrap {
    padding-inline: 1rem;
  }
}
.modal__listttl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.6rem;
  font-weight: 700;
  color: var(--gold);
}
@media only screen and (max-width: 559px) {
  .modal__listttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.modal__listtext {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--black);
  line-height: 1.75;
}
.modal__listtext span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .modal__listtext span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .modal__listtext {
    font-size: 1.4rem;
  }
}
.modal__info {
  margin-bottom: 8rem;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .modal__info {
    margin-bottom: 5rem;
  }
}
.modal__infottl {
  font-size: 2.6rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .modal__infottl {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.modal__infocont {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: var(--black);
}
@media only screen and (max-width: 559px) {
  .modal__infocont {
    font-size: 1.4rem;
  }
}
.modal__infocont:not(:first-child) {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid;
}
.modal__infocont p {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .modal__infocont p span {
    width: fit-content;
    min-width: 7rem;
  }
}
.modal__message {
  color: var(--gold);
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 8rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .modal__message {
    font-size: 1.7rem;
    line-height: 1.7222222222;
    margin-bottom: 3rem;
  }
}

.faq {
  margin-bottom: 10.5rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 6rem;
  }
}
.faq::before {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  top: 24.3rem;
  right: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .faq::before {
    display: none;
  }
}
.faq::after {
  content: "";
  background: url(../images/taiya.webp) no-repeat center center/contain;
  width: 35.2rem;
  height: 9.6rem;
  position: absolute;
  top: 56.5rem;
  left: 4.3rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .faq::after {
    display: none;
  }
}
.faq__list {
  margin-top: -0.9rem;
}
.faq__listitem:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .faq__listitem:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
.faq__question {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.6rem 5rem 1.6rem 3.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  line-height: 180%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 2rem;
  }
}
.faq__question span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq__question::after {
  content: "";
  background: url(../images/arrow-d.webp) no-repeat center center/contain;
  width: 1.8rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .faq__question::after {
    right: 1.2rem;
  }
}
.faq details[open] .faq__question::after {
  content: "";
  background: url(../images/arrow-u.webp) no-repeat center center/contain;
}
.faq__answer {
  margin-top: 0.5rem;
  background-color: var(--colorW);
  padding: 2.4rem 3.2rem;
  border-radius: 0.5rem;
  line-height: 180%;
}
.faq__text {
  display: flex;
  font-weight: 500;
}
.faq__text span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq .wave {
  transform: rotate(180deg);
  position: absolute;
  top: -4rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .faq .wave {
    transform: inherit;
  }
}

.hero .swiper-slide {
  padding-top: 12.8rem;
}
@media only screen and (max-width: 559px) {
  .hero .swiper-slide {
    padding-top: 6rem;
  }
}
.hero .swiper-slide img {
  width: 100%;
  height: calc(100vh - 12.8rem);
  object-fit: cover;
  transition: transform 10s ease;
}
@media only screen and (max-width: 559px) {
  .hero .swiper-slide img {
    height: 50rem;
  }
}
.hero .swiper-slide.swiper-slide-visible img {
  transform: scale(1.05);
}

.hero-slider {
  position: relative;
  z-index: 200;
}

.l-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--colorW);
  border-bottom: 3px solid var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--mainColor);
  }
}
.l-hdr__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    padding: 1rem;
  }
}
.l-hdr__logo {
  margin: 2rem 0 0 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    margin: 0.5rem 0 0 0.5rem;
  }
}
.l-hdr__logoimg {
  width: 24rem;
  height: 9rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logoimg {
    width: 15rem;
    height: auto;
  }
}
.l-hdr__navlist {
  display: flex;
  gap: 2.5rem;
}
.l-hdr__flex {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__flex {
    display: none;
  }
}
.l-hdr__flex2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-block: 3rem;
}
.l-hdr__navlink {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-hdr__navlink::before {
  content: "";
  background: url(../images/arrow__b.svg) no-repeat center center/contain;
  width: 0.6rem;
  height: 0.7rem;
  display: inline-block;
}
.l-hdr__tel {
  margin-bottom: 0.5rem;
}
.l-hdr__tellink {
  display: flex;
  align-items: center;
  font-size: 3.1rem;
  font-weight: 600;
  font-family: var(--jost);
  letter-spacing: 0.05em;
  gap: 1rem;
  line-height: normal;
}
.l-hdr__contact {
  width: 12rem;
  height: 100%;
}
.l-hdr__contactlink {
  height: 100%;
  background-color: var(--mainColor);
  color: var(--colorW);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  gap: 0.5rem;
}
.l-hdr__contactlink:hover {
  opacity: 1;
  color: var(--colorW);
}

.l-ftr {
  background-color: var(--baseColor);
  color: var(--colorW);
  padding: 12rem 0 2.5rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr {
    padding: 6rem 0 1.5rem;
  }
}
.l-ftr__logo {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__logo {
    margin-bottom: 3rem;
  }
}
.l-ftr__logoimg {
  width: 20rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .l-ftr__logoimg {
    width: 15rem;
  }
}
.l-ftr__address {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .l-ftr__address {
    font-size: 1.4rem;
  }
}
.l-ftr__navlist {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 4.5rem;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .l-ftr__navlist {
    display: none;
  }
}
.l-ftr__navlink {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-ftr__navlink::before {
  content: "";
  background: url(../images/arrow__w.svg) no-repeat center center/contain;
  width: 0.6rem;
  height: 0.7rem;
  display: inline-block;
}
.l-ftr__tel {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__tel {
    margin-bottom: 4rem;
  }
}
.l-ftr__tellink {
  display: flex;
  align-items: center;
  font-size: 3.1rem;
  font-weight: 600;
  font-family: var(--jost);
  letter-spacing: 0.05em;
  gap: 1rem;
  line-height: normal;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .l-ftr__tellink {
    font-size: 2.5rem;
  }
}
.l-ftr__copy {
  text-align: center;
}
.l-ftr__copy small {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 559px) {
  .l-ftr__copy small {
    font-size: 1rem;
  }
}

.sec {
  padding: 14rem 0;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .sec {
    padding: 6rem 0;
  }
}

.cm__catch {
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 6rem;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .cm__catch {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.cm__subttl {
  font-size: 2.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .cm__subttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.cm__textarea p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .cm__textarea p {
    font-size: 1.3rem;
  }
}
.cm__textarea p:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .cm__textarea p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.cm__textarea--large p {
  line-height: 2;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.timing02 {
  transition-delay: 0.3s;
}

.timing03 {
  transition-delay: 0.6s;
}

.timing04 {
  transition-delay: 0.9s;
}

.timing05 {
  transition-delay: 1.2s;
}

.under {
  padding-top: 25rem;
  padding-bottom: 18rem;
}
@media only screen and (max-width: 559px) {
  .under {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

.floating-banner {
  position: fixed;
  bottom: -10rem; /* 初期は画面外に隠す */
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  background-color: var(--colorW);
  border-top: 2px solid var(--mainColor);
  font-weight: 700;
  color: var(--colorW);
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
  padding: 1rem 0 0.5rem;
}
.floating-banner .l-ftr__tellink {
  color: var(--mainColor);
  font-weight: 500;
}
.floating-banner__text {
  font-size: 1.2rem;
  color: var(--mainColor);
  text-align: center;
}

.floating-banner.show {
  bottom: 0;
  opacity: 1;
}

.hero {
  position: relative;
  padding-top: 10rem;
}
@media only screen and (max-width: 559px) {
  .hero {
    padding-top: 0;
  }
}
.hero__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .hero__catch {
    left: 2rem;
    transform: inherit;
    bottom: 12rem;
    top: inherit;
    width: calc(100% - 2rem);
  }
}
.hero__ttl {
  margin-bottom: 2rem;
  gap: 1.5rem;
  text-align: center;
  color: var(--colorW);
  font-size: 7.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--colorW);
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 700;
  font-size: 3.6rem;
}
@media only screen and (max-width: 559px) {
  .hero__text {
    font-size: 1.8rem;
    padding: 1rem;
    letter-spacing: 0.2em;
    text-align: left;
  }
}

.catch__ttl {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  background: url(../images/bg.webp) no-repeat center center/cover;
  padding-block: 6rem;
}
@media only screen and (max-width: 559px) {
  .catch__ttl {
    font-size: 3rem;
    padding-block: 3rem;
  }
}
.catch__ttl span {
  font-size: 75%;
  font-weight: 600;
}
.catch__list {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .catch__list {
    gap: 1rem;
  }
}
.catch__listitem {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 2rem;
  margin-top: -2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .catch__listitem {
    font-size: 1.4rem;
    padding: 0.5rem 0.7rem;
    margin-top: -1rem;
    margin-bottom: 3rem;
  }
}
.catch__text {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .catch__text {
    font-size: 1.8rem;
  }
}

.service {
  background-color: var(--subColor);
}

.product__flex {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .product__flex {
    margin-bottom: 2.5rem;
  }
}
.product__item:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .product__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.product__item figure {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .product__item figure {
    margin-bottom: 1rem;
  }
}
.product__logo {
  text-align: center;
  margin-bottom: 2rem;
}
.product__note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .product__note {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.product table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 1rem;
}
.product th,
.product td {
  border: 2px solid var(--subColor);
  height: 2.7rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 559px) {
  .product th,
  .product td {
    height: 2.5rem;
  }
}
.product thead tr:first-child th {
  background-color: var(--mainColor);
  color: white;
  border-bottom: none;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media only screen and (max-width: 559px) {
  .product thead tr:first-child th {
    font-size: 1.2rem;
  }
}
.product thead tr:first-child th.small {
  background-color: #8ea3b1;
}
.product thead tr:nth-child(2) th {
  background-color: #8ea3b1;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .product thead tr:nth-child(2) th {
    font-size: 1.2rem;
  }
}
.product tbody tr {
  background-color: #d2dae0;
  background-color: var(--accentColor);
}
.product tbody td {
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .product tbody td {
    font-size: 1rem;
  }
}
.product tbody td span {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .product tbody td span {
    font-size: 0.8rem;
  }
}
.product .tertiary-ttl {
  margin-top: 2rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .product .tertiary-ttl {
    font-size: 1.6rem;
  }
}

.flow {
  padding-bottom: 0;
}
.flow__card {
  gap: 0;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .flow__card {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3rem;
  }
}
.flow__carditem {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .flow__carditem {
    padding: 2rem 1rem;
  }
}
.flow__carditem:nth-child(1) {
  background-color: var(--subColor);
}
.flow__carditem:nth-child(2) {
  background-color: var(--accentColor);
}
.flow__carditem:nth-child(3) {
  background-color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .flow__carditem:nth-child(3) {
    background-color: var(--accentColor);
  }
}
.flow__carditem:nth-child(4) {
  background-color: var(--accentColor);
}
@media only screen and (max-width: 559px) {
  .flow__carditem:nth-child(4) {
    background-color: var(--subColor);
  }
}
.flow__cardnumber {
  font-size: 3rem;
  font-family: var(--jost);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  align-items: center;
  margin-bottom: 2rem;
}
.flow__cardnumber span {
  font-family: var(--jost);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.flow img {
  margin-inline: auto;
  display: block;
  margin-bottom: 1rem;
}
.flow__cardttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  display: flex;
  flex-direction: column;
  height: 4.6rem;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.flow__cardttl span {
  font-size: 1.4rem;
  font-weight: 600;
}
.flow__cardtext {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3571428571;
  text-align: center;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .flow__cardtext {
    font-size: 1.2rem;
  }
}
.flow__subttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .flow__subttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.flow__note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .flow__note {
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}

.company__table {
  width: 70rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .company__table {
    width: 100%;
  }
}
.company dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 35% 65%;
}
.company dt,
.company dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .company dt,
  .company dd {
    height: 8rem;
    font-size: 1.4rem;
  }
}
.company dt:nth-last-of-type(odd),
.company dd:nth-last-of-type(odd) {
  background-color: var(--subColor);
}
.company dt:nth-last-of-type(even),
.company dd:nth-last-of-type(even) {
  background-color: var(--accentColor);
}
.company dd {
  justify-content: flex-start;
  padding-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .company dd {
    padding-left: 1rem;
  }
}

.contact {
  background-color: var(--subColor);
}

.facilities {
  padding-bottom: 0;
}
.facilities__flex {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .facilities__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.facilities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .facilities__grid {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.facilities__gridttl {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid;
  line-height: 1;
  font-weight: 600;
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .facilities__gridttl {
    font-size: 1.4rem;
  }
}
.facilities__gridcont {
  font-size: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .facilities__gridcont {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 559px) {
  .facilities__griditem {
    width: 80%;
    margin-inline: auto;
  }
}

.contact__wrap {
  background-color: var(--colorW);
  padding: 8rem;
}
@media only screen and (max-width: 559px) {
  .contact__wrap {
    padding: 2rem;
  }
}
.contact__note {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .contact__note {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

.contact-form {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 84rem;
}
@media only screen and (max-width: 559px) {
  .contact-form {
    font-size: 1.4rem;
    width: 100%;
  }
}

.form__group {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .form__group {
    margin-bottom: 2rem;
  }
}
.form__group p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .form__group p {
    font-size: 1.6rem;
  }
}

.form__group label {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #4d4d4d;
}
@media only screen and (max-width: 559px) {
  .form__group label {
    font-size: 1.4rem;
  }
}

.form__group .required {
  font-size: 1.2rem;
  background-color: var(--mainColor);
  color: var(--colorW);
  padding: 0.3rem 0.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .form__group .required {
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
  }
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.9em;
  border-radius: 5px;
  font-size: 17px;
  box-sizing: border-box;
  min-height: 6rem;
  border: none;
  background: #f2f2f2;
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea,
  .contact-form select {
    min-height: 5rem;
    padding: 0.5em;
  }
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  font-size: 17px;
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form textarea {
  resize: vertical;
  height: 20rem;
}

/* フォーカス時のアニメ */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* プライバシー同意用 */
.form__privacy {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .form__privacy {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 559px) {
  .form__privacy p {
    text-align: center;
    line-height: 1.4;
  }
}

.form__privacy label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.form__privacy input[type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid;
}

/* 送信ボタン */
.form__submit {
  text-align: center;
  transition: 0.5s;
}
.form__submit:hover {
  opacity: 0.8;
}

.form__submit input[type=submit] {
  background-color: var(--mainColor);
  color: #fff;
  width: 30rem;
  height: 6rem;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .form__submit input[type=submit] {
    width: 100%;
    font-size: 1.6rem;
    height: 5rem;
  }
}

.form__privacy input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 559px) {
  .form__privacy input[type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

/* チェック時の背景に画像を出す */
.form__privacy input[type=checkbox]:checked {
  background-color: var(--colorW);
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
@media only screen and (max-width: 559px) {
  .form__privacy input[type=checkbox]:checked {
    background-size: 12px 12px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .wpcf7-not-valid-tip {
    padding-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 559px) {
  .wpcf7-not-valid-tip {
    font-size: 1.2rem !important;
  }
}

.wpcf7 [disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transition: 0.3s ease;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item a {
  text-decoration: underline;
}

span.wpcf7-list-item-label {
  font-size: 1.2rem;
}

button[type=submit] {
  background-color: var(--mainColor);
  color: #fff;
  width: 30rem;
  height: 6rem;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  button[type=submit] {
    width: 100%;
    font-size: 1.6rem;
    height: 5rem;
  }
}

.p-404 .primary-ttl__area::after {
  display: none;
}
@media only screen and (max-width: 559px) {
  .p-404 .primary-ttl {
    line-height: 1.3;
  }
}

.privacy-policy {
  background-color: var(--subColor);
}

.pp__catch {
  margin-bottom: 5rem;
  font-size: 2.2rem;
}
@media only screen and (max-width: 559px) {
  .pp__catch {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.pp__subttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .pp__subttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}
.pp__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .pp__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.pp__item li,
.pp__item p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .pp__item li,
  .pp__item p {
    font-size: 1.4rem;
  }
}
.pp__item li {
  padding-left: 2rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .pp__item li {
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
}

.p-404__text {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .p-404__text {
    text-align: justify;
  }
}
.p-404__text p {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .p-404__text p {
    text-align: justify;
    font-size: 1.4rem;
  }
}
.p-404 .o-btn {
  margin-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .p-404 .o-btn {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */
