@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 100rem;
  --content-both_space: 20px;
  --header_height: 90px;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5% !important;
  overflow: auto;
}

body {
  color: #3a3d3f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 300px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #039ddc;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #039ddc;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #0058ea;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: 0.5;
  transition-property: color;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  border-bottom: 3px solid #039ddc;
  border-left: 3px solid #039ddc;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #039ddc solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact-top {
  background-image: url(../../assets/images/under/guide_fv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-contact-top__inner {
  height: 100%;
  position: relative;
}

.p-contact-mv__inner {
  margin-inline: auto;
  max-width: 124rem;
  padding-inline: 2rem;
  padding-top: 20rem;
}

.page-title.page-contact {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.page-contact__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-top-contact__body {
  margin-inline: auto;
  max-width: 89rem;
}

.p-contact-mv__text {
  margin-top: 3rem;
  text-align: center;
}

.anim-box {
  background-color: #E60012;
  border-radius: 50%;
  height: 2rem;
  transform: translate(-50%, -50%);
  width: 2rem;
}

.page-contact__deco {
  background-color: #E60012;
  border-radius: 50%;
  height: 2rem;
  padding-inline: 2rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2rem;
}

.anim-box.poyopoyo {
  animation: bounceIn 0.8s ease-out forwards;
  border-radius: 50%;
  left: 2rem;
  margin-inline: 1rem;
  transform: scale(0.8);
  transform-origin: center;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) translateY(-10px);
  }
  80% {
    transform: scale(0.98) translateY(5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.p-contact {
  background-image: url(../images/contact_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-block: 9rem 9rem;
  padding-inline: 2rem;
  position: relative;
  width: 100%;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: 124rem;
  padding-inline: 2rem;
}
.p-contact__form {
  background: #fff;
  border-radius: 1rem;
  margin: 6rem auto 0;
  max-width: 96rem;
  padding-block: 5rem;
  padding-inline: 6.1rem;
}
.p-contact__form-item {
  align-items: center;
  display: flex;
  gap: 11.5rem;
}
.p-contact__form-item:nth-of-type(5) {
  align-items: flex-start;
}
.p-contact__form-item:nth-of-type(5) dt.p-top-contact__form-dt {
  letter-spacing: 0.16em;
  padding-top: 1.5rem;
}
.p-contact__form-dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 1.5rem;
  width: 32.6rem;
}
.p-contact__form-dt span.required {
  align-items: center;
  background: #ED1000;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.028em;
  line-height: 1;
  margin-right: 2rem;
  padding: 0.4rem 0.6rem 0.5rem;
}
.p-contact__form-dd {
  background: #FBFBFB;
  border: 0.1rem solid #BCBCBC;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.p-contact__form-list {
  display: flex;
  flex-flow: column;
  gap: 2.3rem;
}
.p-contact__privacy-link {
  border-bottom: 1px solid #0F8ADE;
  color: #0F8ADE;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.p-contact__privacy-check {
  margin: 1.6rem auto 0;
}
.p-contact__button {
  align-items: center;
  background: #EA5532;
  border: 1px solid #EA5532;
  border-radius: 20rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 6.4rem;
  justify-content: center;
  letter-spacing: 0.72px;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 3rem;
  position: relative;
  transition: 0.3s;
  width: 100%;
  width: 22rem;
}
.p-contact__button__button input {
  color: #fff;
}
.p-contact__button-wrap {
  margin: 1.4rem auto 0;
  max-width: 31.2rem;
  position: relative;
  width: 100%;
}
.p-contact__button-wrap .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
  right: 3.4rem;
}
.p-contact__button-wrap::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 1.7rem;
  -webkit-mask-image: url(../images/white_arrow.svg);
  mask-image: url(../images/white_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  z-index: 30;
}

.wpcf7-submit:disabled {
  border: 1px solid #999;
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-spinner {
  display: none;
}

span.wpcf7-list-item-label span {
  border-bottom: 1px solid #0F8ADE;
  color: #0F8ADE;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 160%;
  padding-bottom: 0.3rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-left: 1rem;
  position: absolute;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0.2rem 0 0 1rem;
}

.p-contact__privacy-text-box {
  background: #fff;
  border: 1px solid #eee;
  height: 15.625rem;
  margin-top: 3rem;
  overflow-y: scroll;
  padding: 0.5rem;
  padding: 1.5rem;
}

.p-contact__privacy {
  margin-top: 5rem;
}

p.p-contact__privacy-title {
  text-align: center;
}

.p-contact__privacy-text {
  font-size: 1.4rem;
  line-height: 2;
}

.p-contact-form__btn a {
  align-items: center;
  background: #EA5532;
  border: 1px solid #EA5532;
  border-radius: 3rem;
  color: #fff;
  display: flex;
  display: flex;
  font-size: 2rem;
  height: 6rem;
  justify-content: center;
  justify-content: center;
  margin-inline: auto;
  transition: 0.3s;
  width: 24rem;
}

.p-contact-form__btn a:hover {
  background: #fff;
  color: #EA5532;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  /* bottom: calc(50% - 6rem); */
  bottom: 1rem;
  font-size: 1.4rem;
  /* top: 50%; */
  left: 50%;
  margin: 0.2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute !important;
  transform: translate(-50%, -50%);
}

.confirm-bottom-button p {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-block: 4rem;
}

input.wpcf7-form-control.wpcf7-previous {
  background: #EA5532;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  height: 6.4rem;
  width: 22.2rem;
}

input[type=submit] {
  background: #EA5532;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  height: 6.4rem;
  width: 22.2rem;
}

.p-contact-thanks {
  margin-top: 10rem;
  padding-bottom: 20rem;
  text-align: center;
}
.p-contact-thanks__deco {
  font-size: 5rem;
  font-weight: 900;
}
.p-contact-thanks__msg {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}

.p-contact-form__bottom {
  margin-top: 8rem;
}

.p-contact-confirm .p-contact__form-dd {
  background: unset;
  border: none;
  flex: 1;
}
.p-contact-confirm .p-top-contact__form {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 60rem;
}
.p-contact-confirm .p-contact__form-dt {
  width: 13.6rem;
}
.p-contact-confirm form.wpcf7-form.init {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta {
  background: #231916;
  position: relative;
}
.l-cta__top-img {
  display: block;
}
.l-cta__head {
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.l-cta__link-wrap {
  margin-top: 3.2rem;
  text-align: center;
}
.l-cta__link {
  align-items: center;
  background: #EA5532;
  border: 2px solid #EA5532;
  border-radius: 4rem;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  line-height: 1.5;
  transition: 0.3s;
  width: 19.2rem;
}
.l-cta__inner {
  padding-block: 6.3rem;
  position: relative;
}
.l-cta__deco-left {
  left: 0;
  position: absolute;
  width: 22.5%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
}
.l-cta__deco-right {
  position: absolute;
  right: 0;
  width: 22.5%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
}

/* -------------------------------------------*/
/*===================================================
フッター
===================================================*/
footer {
  background: #303030;
  padding: 5.8rem 0;
  text-align: center;
  width: 100%;
}
footer__logo-link {
  color: #fff;
}

.footer__logo-link {
  color: #fff;
  font-size: 3.2rem;
}

.footer_left img {
  margin-left: -8.1rem;
  width: 14.5rem;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}
.footer_left address {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 184%;
  margin-top: 4.2rem;
  text-align: left;
}

.footer_nav-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
  row-gap: 1.4rem;
}
.footer_nav-link {
  border-bottom: 1px solid #D6D6D6;
  color: #fff;
  display: block;
  font-size: 15px;
  /* 25.5px */
  letter-spacing: 0.06em;
  line-height: 170%;
  padding-bottom: 18px;
  position: relative;
  text-align: left;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.footer_nav-link::before {
  background-color: #EA5532;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
}
.footer_nav-link:hover {
  border-bottom: 1px solid #EA5532;
  color: #EA5532;
}
.footer_nav-link:hover::before {
  transition: 0.5s;
  transition-property: opacity, transform;
}
.footer_nav-link:hover::before {
  opacity: 1;
  transform: translate(-50%, -30px) rotate(45deg);
}
/*===================================================
cta
===================================================*/
section.cta {
  background: var(---03, #062796);
  color: #FFF;
  max-width: unset;
  padding-block: 53px 77px;
}

.cta__title {
  font-family: "Marcellus", serif;
  font-size: 80px;
  /* 170px */
  letter-spacing: 0.15em;
  line-height: 170%;
  text-align: center;
}
.cta__contents {
  display: flex;
  gap: 96px;
  justify-content: center;
  margin-top: 10px;
}
.cta__contents-tel-text {
  color: var(--, #FFF);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 180%;
  text-align: center;
}

.cta__contents-tel-link {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 170%;
  text-align: center;
}

.contact-link {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 10px;
  transition: 0.3s;
  width: 300px;
}
.cta__contents-tel-link span.marcellus {
  padding-right: 10px;
}

.border {
  background-color: #062796;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 20px;
}

.fv {
  position: relative;
}

span.total-slides {
  display: none;
}

span.current-slide {
  display: none;
}

.fv_scrolldown-text {
  bottom: 62px;
  color: #062796;
  font-family: Marcellus;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 170%;
  position: absolute;
  right: 182px;
  writing-mode: vertical-rl;
  z-index: 100;
  z-index: 100;
}

.fv_scrolldown-arrow {
  bottom: 161px;
  height: 6px;
  position: absolute;
  right: 187px;
  width: 10px;
  z-index: 100;
}

.fv_scrolldown-bar {
  background-color: #062796;
  bottom: 172px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 191px;
  width: 1px;
}

.fv_scrolldown-bar::before {
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  background: linear-gradient(to bottom, rgb(6, 39, 150) 50%, rgba(6, 39, 150, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}
.footer_contact {
  align-items: center;
  background-color: #fff;
  border: 1px solid #3A3D3F;
  border-radius: 4rem;
  color: #3A3D3F;
  display: flex;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  margin-left: auto;
  margin-top: 4.2rem;
  transition: 0.3s;
  width: 15rem;
}

.footer_copyright {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.2rem;
  text-align: center;
}

a.footer_guide-link {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 3rem;
  position: relative;
}
a.footer_guide-link::before {
  background-color: #EA5532;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
}
a.footer_guide-link:hover {
  color: #EA5532;
}
a.footer_guide-link:hover::before {
  transition: 0.5s;
  transition-property: opacity, transform;
}
a.footer_guide-link:hover::before {
  opacity: 1;
  transform: translate(-50%, -20px) rotate(45deg);
}

.c-fixed__reserve-button {
  background: #EA5532;
  border: 2px solid #EA5532;
  border-radius: 2rem 0 0 2rem;
  bottom: 10rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  height: 160px;
  padding: 0 11px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-orientation: upright;
  transition: opacity 0.3s, transform 0.3s;
  transition: 0.3s;
  writing-mode: vertical-rl;
  z-index: 9999;
}
span.padding {
  padding-top: 1.5rem;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 18px 20px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

label {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 0.5rem;
  height: 28.8rem;
  letter-spacing: 0.1em;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: -22px;
  position: absolute;
  top: calc(50% - 0.3rem);
  transform: translateY(-50%);
  /* opacity: 0; */
  vertical-align: middle;
  width: 18px;
  z-index: 2;
}

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

input[type=checkbox] ~ .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 5px;
  position: relative;
  transition: 0.5s ease-in-out;
}

input[type=checkbox] ~ .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 1.8rem;
  left: -2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}

input[type=checkbox] ~ .wpcf7-list-item-label::after {
  border-bottom: 3px solid #EA5532;
  border-left: 3px solid #EA5532;
  content: "";
  display: block;
  height: 0.7rem;
  left: -1.9rem;
  opacity: 0;
  position: absolute;
  top: 1rem;
  transform: rotate(-45deg);
  width: 1.2rem;
  z-index: 3;
}

input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #333 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-header__logo .black {
  display: none;
}
body.is-open .l-header__logo .white {
  display: block;
}

.l-header {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: var(--header_height);
  left: 0;
  padding-inline: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header__top-img {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: fill;
}
.l-header::after {
  background: #231916;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.27;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: -1;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-header__logo {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 55;
}
.l-header__logo-link {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  transition: 0.3s;
}
.l-header__logo-link img {
  height: auto;
  width: 21rem;
}
.l-header__logo-text {
  align-items: center;
  border: 0.2rem solid #303030;
  display: flex;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  padding-inline: 0.5rem;
  white-space: nowrap;
  width: 11.5rem;
  width: 12rem;
}
.l-header__right {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}
.l-header__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 50px;
}
.l-header__trigger-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 40px;
}
.l-header__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 40px;
}
.l-header__trigger-line {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 29px;
}
.l-header__trigger-line.is-active {
  background-color: #fff;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  transform: translate(-50%, 0) rotate(41deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 10px;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  transform: translate(-50%, 0) rotate(-41deg);
}
.l-header__trigger-line:nth-of-type(3) {
  top: 10px;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.is-open .l-header__trigger-inner {
  background: unset;
}

#header {
  transition: opacity 0.4s ease-in-out;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
}

.l-navi__btn-tel {
  align-items: center;
  display: flex;
}

.l-navi {
  display: flex;
}
.l-navi__main {
  display: flex;
  gap: 20px;
}
.l-navi__cta {
  display: flex;
  gap: 2rem;
  margin-left: 2rem;
}
.l-navi__trial-link {
  align-items: center;
  background: #fff;
  border: 1px solid #3a3d3f;
  border-radius: 4rem;
  color: #3a3d3f;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 120%;
  transition: 0.3s;
  width: 224px;
  width: 15rem;
}
.l-navi__materials-link {
  align-items: center;
  background: #039ddc;
  border: 1px solid #fff;
  border: 1px solid #039ddc;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 120%;
  transition: 0.3s;
  width: 22.4rem;
  width: 16.8rem;
}
.l-navi__menu {
  align-items: center;
  display: flex;
  gap: 1.9rem;
}
.l-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
}
.l-navi__menu-link {
  color: #000;
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4285714286;
  padding-block: 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}
.l-navi__menu-link::before {
  background-color: #EA5532;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
}

.l-navi__tel-hum {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 0rem;
  justify-content: center;
  margin-top: 1.7rem;
}

body.is-open .l-header__trigger-inner::before {
  display: none;
}

body.is-open .l-header__logo {
  display: none;
}

.l-navi__cta-sp.u-st {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 5rem;
}

.is-open .l-navi__cta-sp.u-st {
  display: none;
}

.l-navi__tel-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-sp-link {
  align-items: center;
  background-color: #CD5529;
  display: flex;
  height: 5rem;
  justify-content: center;
  top: -0.2rem;
  width: 5rem;
}

.l-navi__tel-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 63%;
}

.l-navi__mail-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-icon {
  height: 20.55px;
  width: 50%;
}

/* 右下に固定 */
body {
  position: relative;
}

body {
  position: relative;
}

.footer {
  background-color: #000;
  padding: 20px 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  align-items: center;
  background: #231916;
  border: 1px solid #231916;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1.6rem;
  height: 5rem;
  justify-content: center;
  line-height: 1.5;
  padding: 0.8rem 7.2rem 0.8rem 4rem;
  position: relative;
  transition: 0.3s;
  width: 22.7rem;
}

.c-btn::after {
  aspect-ratio: 18/8;
  -webkit-mask-image: url(../../assets/images/common/white_arrow.svg);
  mask-image: url(../../assets/images/common/white_arrow.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-color: #fff;
  content: "";
  display: inline-block;
  mask-size: cover;
  position: absolute;
  right: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1.6rem;
}

.c-btn.white {
  background: #fff;
  border: 1px solid #231916;
  color: #231916;
}

.c-btn.white::after {
  background-color: #231916;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title {
  padding-left: 6rem;
}
.c-title h2.ja {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.c-title p.en {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.c-title p.en::before {
  aspect-ratio: 45/15;
  background-image: url(../../assets/images/common/deco_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: -6.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
}

.c-subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2.2rem;
  position: relative;
}

.c-subtitle::before {
  aspect-ratio: 1/1;
  background-image: url(../../assets/images/common/deco_subtitle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.c-subtext {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.page-title {
  color: #fff;
  left: 0;
  padding-left: 6.4rem;
  position: absolute;
  top: calc(50% + 3rem);
  transform: translateY(-50%);
}
.page-title p.en {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.page-title p.en::before {
  aspect-ratio: 30/18;
  background-image: url(../../assets/images/common/icon_page-title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: -5.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
.page-title h2.ja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.bread_list {
  background-color: #303030;
  border-bottom: 1px solid #fff;
  padding-block: 1.4rem;
}
.bread_list ul {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 1.6rem;
}
.bread_list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
.bread_list a {
  padding-bottom: 5px;
  position: relative;
}
.bread_list a::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}

.page-contact {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-access-mv {
  background-image: url(../../assets/images/access/access_fv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-access-mv__inner {
  height: 100%;
  position: relative;
}
.p-access-mv picture {
  height: 100%;
}
.p-access-mv__title {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-access-mv__title p.en {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* 96px */
}
.p-access-map__deco {
  display: block;
}
.p-access-map__inner {
  padding-block: 8rem;
}
.p-access-map iframe {
  aspect-ratio: 1268/800;
  width: 100%;
}
.p-access-map__address {
  margin-top: 6rem;
  text-align: center;
}
.p-access-map__address address {
  display: flex;
  flex-flow: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.8rem;
  line-height: 1.5;
}
.p-access-map__address a {
  align-items: center;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 0.8rem;
  justify-content: center;
  margin-left: -3rem;
  margin-top: 1.6rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.p-access-map__address a svg {
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-access-map__address a::before {
  background: #303030;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-blog-mv {
  background-image: url(../../assets/images/front/top_service02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-blog-mv__inner {
  height: 100%;
  position: relative;
}
.p-blog-mv picture {
  height: 100%;
}
.p-blog-mv__title {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-blog-mv__title p.en {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* 96px */
}
.p-blog-body__inner {
  padding-block: 8rem;
}
.p-blog-body__tag {
  display: flex;
  gap: 3.2rem;
  margin-top: 6rem;
}
.p-blog-body__tag a {
  align-items: center;
  border: 0.1rem solid #3A3D3F;
  border-radius: 0.4rem;
  color: #3A3D3F;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  padding: 0.4rem 2rem;
}
.p-blog-body__tag a.is-active {
  background: #3A3D3F;
  color: #FFF;
}
.p-blog-body__contents {
  margin-top: 6rem;
}
.p-blog-body__archive {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-blog-body__archive a {
  transition: all 0.3s;
}
.p-blog-body__archive figure {
  position: relative;
  transition: all 0.3s;
}
.p-blog-body__archive figure::after {
  background-color: rgba(35, 25, 22, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
.p-blog-body__archive-head {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.p-blog-body__archive-head p {
  font-size: 1.6rem;
}
.p-blog-body__archive-title {
  color: #3A3D3F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
  /* 36px */
}
.p-blog-body__archive-next {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  gap: 0.5rem;
  justify-content: end;
  margin-top: 1.6rem;
  text-align: end;
}

span.c-tag.tag-event {
  align-items: center;
  background: #FFF;
  border: 0.1rem solid #3A3D3F;
  border-radius: 0.4rem;
  color: #3A3D3F;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.5;
  padding: 0px 1rem;
}

.nav-links {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-top: 6rem;
  text-align: center;
}

span.page-numbers {
  align-items: center;
  border: 1px solid var(--black, #3A3D3F);
  border-radius: 0.4rem;
  color: var(--white, #3A3D3F);
  display: inline-block;
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  width: 4rem;
}

span.page-numbers.current {
  align-items: center;
  background: var(--black, #3A3D3F);
  border: 1px solid var(--black, #3A3D3F);
  border-radius: 0.4rem;
  color: var(--white, #FFF);
  display: inline-block;
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  height: 4rem;
  justify-content: center;
  line-height: 150%;
  text-align: center;
  width: 4rem;
}

a.page-numbers {
  align-items: center;
  border: 1px solid var(--black, #3A3D3F);
  border-radius: 0.4rem;
  color: var(--white, #3A3D3F);
  display: inline-block;
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  height: 4rem;
  justify-content: center;
  line-height: 150%;
  text-align: center;
  width: 4rem;
}

a.next.page-numbers,
a.prev.page-numbers {
  border: none;
}

.p-single {
  margin-top: 9rem;
}
.p-single__inner {
  padding-block: 6rem;
}
.p-single__title {
  color: #3A3D3F;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-single__contents {
  width: 63.5%;
}
.p-single-body__tag {
  flex: 1;
}
.p-single__head {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  margin-top: 1.7rem;
}
.p-single__day {
  color: #3A3D3F;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  /* 30px */
}
.p-single__img {
  margin-top: 4rem;
  padding-bottom: 2.4rem;
}
.p-single p {
  color: #3A3D3F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.6rem;
}
.p-single h2 {
  color: #3A3D3F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4rem;
}
.p-single h3 {
  color: #3A3D3F;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4rem;
}
.p-single h4 {
  color: #3A3D3F;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4rem;
}
.p-single h5 {
  color: #3A3D3F;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3rem;
}

.p-single p.p-single__day {
  margin-top: 0;
}
.p-single-body__tag-title {
  color: #3A3D3F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-single-body__tag-wrap {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 3.2rem;
}
.p-single-body__tag-wrap a {
  align-items: center;
  background: var(--white, #FFF);
  border: 1px solid var(--black, #3A3D3F);
  border-radius: 4px;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 100%;
}

ul.c-categories li {
  align-items: center;
  background: var(--white, #FFF);
  border: 0.1rem solid var(--black, #3A3D3F);
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  padding: 4px 20px;
}

.p-single__inner.u-con--md {
  display: flex;
  gap: 9%;
  justify-content: space-between;
}

.p-single .c-title h2.ja {
  margin-top: 0;
}

.p-single-related {
  background-color: #F6F4EF;
  padding-block: 8rem;
}

ul.p-related-posts__list {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5.6rem;
}

p.p-related-posts__date {
  /* PC/text_regular@16 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
  text-align: center;
  /* 24px */
}

.p-related-posts__meta {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.p-related-posts__cat {
  background: var(--white, #FFF);
  border: 1px solid var(--black, #3A3D3F);
  border-radius: 4px;
  color: var(--black, #3A3D3F);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-inline: 1rem;
}

.p-single h4.p-related-posts__heading {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
}

.p-related__next {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0.6rem;
  justify-content: end;
  line-height: 1.5;
}

li.p-related-posts__item a {
  transition: all 0.3s;
}
li.p-related-posts__item figure {
  position: relative;
  transition: all 0.3s;
}
li.p-related-posts__item figure::after {
  background-color: rgba(35, 25, 22, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-guide-mv {
  background-image: url(../../assets/images/under/guide_fv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-guide-mv__inner {
  height: 100%;
  position: relative;
}
.p-guide-mv picture {
  height: 100%;
}
.p-guide-mv__title {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-guide-mv__title p.en {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* 96px */
}

.p-guide-contents {
  padding-block: 10rem;
}
.p-guide-contents__head h2 {
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
.p-guide-contents__head p {
  font-size: 2rem;
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 90rem;
  text-align: center;
}
.p-guide-contents__download-wrap {
  margin-top: 3rem;
  text-align: center;
}
.p-guide-contents__download-link {
  background-color: #EA5532;
  border: 1px solid #EA5532;
  padding: 0.8rem 4.2rem 0.8rem 3rem;
}
.p-guide-contents__download-link::after {
  right: 2rem;
}

.p-guide-content {
  margin-top: 6rem;
  padding-inline: 12rem;
}
.p-guide-content__title {
  font-size: 2rem;
  margin-top: 2rem;
  position: relative;
}
.p-guide-content__title::before {
  aspect-ratio: 45/15;
  background-image: url(../../assets/images/common/deco_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: -5.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
}
.p-guide-content__sublist {
  list-style: disc;
}
.p-guide-content__reservation-link-wrap {
  margin-top: 10rem;
  text-align: center;
}
.p-guide-content__map {
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 109rem;
  width: 80%;
}

li.p-guide-content__sublist.--red {
  color: red;
}

li.p-guide-content__sublist span.is-red {
  color: red;
}

.p-guide-content__sublist-link {
  color: red;
}

.p-guide-contents.--reservation {
  padding-block: 6rem 15rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news-mv {
  background-image: url(../../assets/images/under/news_fv.webp);
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-news-mv__inner {
  height: 100%;
  position: relative;
}
.p-news-mv picture {
  height: 100%;
}
.p-news-mv__title {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-news-mv__title p.en {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* 96px */
}
.p-news-body__inner {
  padding-block: 8rem;
}
.p-news-body__tag {
  display: flex;
  gap: 3.2rem;
  margin-top: 6rem;
}
.p-news-body__tag a {
  align-items: center;
  border: 0.1rem solid #3A3D3F;
  border-radius: 0.4rem;
  color: #3A3D3F;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  padding: 0.4rem 2rem;
}
.p-news-body__tag a.is-active {
  background: #3A3D3F;
  color: #FFF;
}
.p-news-body__contents {
  margin-top: 6rem;
}
.p-news-body__archive {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-news-body__archive a {
  transition: all 0.3s;
}
.p-news-body__archive figure {
  position: relative;
  transition: all 0.3s;
}
.p-news-body__archive figure::after {
  background-color: rgba(35, 25, 22, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
.p-news-body__archive-head {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.p-news-body__archive-head p {
  font-size: 1.6rem;
}
.p-news-body__archive-title {
  color: #3A3D3F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
  /* 36px */
}
.p-news-body__archive-next {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  gap: 0.5rem;
  justify-content: end;
  margin-top: 1.6rem;
  text-align: end;
}
.p-news-body__archive {
  margin-top: 6rem;
}

h1.wp-block-heading {
  font-size: 3.2rem;
  margin-top: 4rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-form-mv {
  background-image: url(../../assets/images/under/reservation.webp);
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}

.p-form-event__deco {
  display: block;
}
.p-form-event__googleform {
  margin-top: 6rem;
}
.p-form-event__title {
  font-size: 2rem;
  margin-top: 3rem;
  padding-left: 2rem;
  position: relative;
}
.p-form-event__title::before {
  aspect-ratio: 1/1;
  background-image: url(../../assets/images/common/deco_subtitle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-form-event__text {
  line-height: 1.8;
  margin-top: 1rem;
}
.p-form-event__map {
  margin-top: 5rem;
}

.p-form-event__inner.u-con--md {
  margin-inline: auto;
  max-width: 100rem;
  padding-block: 8rem;
}

iframe#gform {
  height: 1600px;
}

.google-form-iframe {
  height: 4000px;
  /* デフォルトはPC用 */
}

/* SP用（例：768px以下） */
.p-form-event__link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-service-mv {
  background-image: url(../../assets/images/under/service_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.8rem;
  position: relative;
}
.p-service-mv__inner {
  height: 100%;
  position: relative;
}
.p-service-mv picture {
  height: 100%;
}
.p-service-mv__title {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-service-mv__title p.en {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* 96px */
}
.p-service-news__inner {
  padding-block: 8rem;
}
.p-service-news__items {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}
.p-service-news__item a {
  transition: all 0.3s;
}
.p-service-news__item figure {
  position: relative;
  transition: all 0.3s;
}
.p-service-news__item figure::after {
  background-color: rgba(35, 25, 22, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

.p-service-blog {
  padding-block: 8rem;
}
.p-service-blog__items {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}
.p-service-blog__items a {
  transition: all 0.3s;
}
.p-service-blog__items figure {
  position: relative;
  transition: all 0.3s;
}
.p-service-blog__items figure::after {
  background-color: rgba(35, 25, 22, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

span.c-tag.tag-news_event {
  align-items: center;
  background: #FFF;
  border: 0.1rem solid #3A3D3F;
  border-radius: 0.4rem;
  color: #3A3D3F;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.5;
  padding: 0px 1rem;
}

.p-service-blog__archive-head,
.p-service-news__meta {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
.p-service-blog__archive-head time,
.p-service-news__meta time {
  font-size: 1.6rem;
}

p.p-service-news__title,
h2.p-service-blog__archive-title {
  font-size: 2.4rem;
  margin-top: 0.8rem;
}

p.p-service-blog__archive-next {
  margin-top: 1.6rem;
  text-align: end;
}

.p-service__btn {
  margin-left: auto;
  margin-top: 6rem;
  text-align: end;
}

.p-service-event {
  background: #F6F4EF;
  padding-bottom: 10rem;
}

.p-service-event__inner {
  padding-block: 8rem;
}
.p-service-event__inner iframe {
  aspect-ratio: 1000/627;
  margin-inline: auto;
  max-width: 100rem;
  width: 100%;
}

.p-service-event__calender {
  margin-top: 6rem;
  text-align: center;
}

.p-service-event__reservation-link-wrap {
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-mv {
  position: relative;
}
.p-top-mv__logo img {
  aspect-ratio: 40/33;
  bottom: 5rem;
  height: auto;
  position: absolute;
  right: 5rem;
  width: 11rem;
  z-index: 10;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top-mv__text-box {
  bottom: 0;
  position: absolute;
  right: 0;
}
.p-top-mv__text {
  color: #fff;
}

.swiper {
  height: 1000px;
  width: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.swiper-button-prev {
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url(../../assets/images/common/prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7rem !important;
  left: 0rem;
  position: absolute;
  top: calc(50% + 8rem) !important;
  width: 7rem !important;
}

.swiper-button-next {
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url(../../assets/images/common/next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7rem !important;
  left: 0rem;
  position: absolute;
  top: calc(50% + 8rem) !important;
  width: 7rem !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  height: 7rem;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  width: 7rem;
}

.swiper-slide-active .swiper-img {
  animation: zoomOut 7s ease-out both;
  transition: transform 8s ease;
  /* 画像の縮小もスムーズに */
}

.swiper-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 0;
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  filter: blur(0) brightness(1.01);
  opacity: 1;
}

.vegas-slide,
.vegas-slide-inner {
  background: center center no-repeat;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
  will-change: transform, opacity;
}

.p-top-about {
  background-image: url(../../assets/images/front/about_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 7.8rem 7.6rem;
  position: relative;
}
.p-top-about::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-about__top-img {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: fill;
}
.p-top-about__title-box {
  position: relative;
}
.p-top-about__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
.p-top-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 2.9rem;
  text-align: center;
}

.p-top-concept {
  padding-block: 7.5rem 5rem;
}
.p-top-concept__top-img {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: fill;
}
.p-top-concept__img-box {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
}
.p-top-concept__img {
  display: inline-block;
  margin: 0 auto;
  max-width: 45rem;
  position: relative;
}
.p-top-concept__img::after {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  bottom: -13px;
  content: "";
  filter: blur(25px);
  height: 52px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80%;
  z-index: -1;
}
.p-top-concept__text {
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 5.7rem;
  text-align: center;
}

.p-top-service {
  padding-block: 10rem 8rem;
}
.p-top-service__items {
  display: flex;
  flex-flow: column;
  gap: 6rem;
  margin-top: 6rem;
}
.p-top-service__item {
  align-items: center;
  display: flex;
  gap: 6rem;
}
.p-top-service__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-top-service__item-img {
  aspect-ratio: 600/370;
  flex: 1;
}
.p-top-service__item-box {
  flex: 1;
}
.p-top-service__link-wrap {
  margin-top: 2.4rem;
  text-align: end;
}
.p-top-service__bottom-link-wrap {
  margin-top: 6rem;
  text-align: center;
}

.swiper-text {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  left: 4rem;
  position: absolute;
  top: 33rem;
}

.swiper-text.--type02 {
  bottom: 18rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  right: 4rem;
  top: unset;
}

.swiper-text.--type03 {
  bottom: 17rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  right: 4rem;
}

.swiper-text.--type04 {
  bottom: unset;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  left: unset;
  position: absolute;
  right: 1rem;
  text-align: right;
  top: 22rem;
}

.swiper-text.--type05 {
  bottom: 4rem;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  right: 5rem;
  top: unset;
}

video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  inset: 0;
  /* 初期は非表示 */
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.video-modal__overlay {
  inset: 0;
  position: absolute;
}

picture {
  display: block;
  height: 100%;
  line-height: 1.2;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.video-modal__content {
  align-items: center;
  background: black;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-height: 80vh;
  max-width: 80vw;
  overflow: hidden;
  position: relative;
}

/* 動画を枠内にフィットさせる */
.video-modal__content video {
  height: auto;
  width: 50%;
  -o-object-fit: contain;
  background: black;
  /* coverでもOK */
  display: block;
  object-fit: contain;
}

/* ✕ ボタン */
.video-modal__close {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 52px;
  padding: 0.4em 0.6em;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 10;
}

.modal-button-wrap {
  text-align: center;
}
.modal-button-wrap .c-btn {
  justify-content: center;
  padding-inline: 4rem 6rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-sp {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: 128rem;
  padding-inline: 1rem;
  width: 100%;
}
.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media screen and (min-width: 769px){
  .p-contact__button:hover::before {
    background-color: #FCEB00;
    right: 2rem;
  }
  .p-contact__button-wrap:hover::before {
    background-color: #fff;
    right: 2rem;
  }
  .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
    background-color: unset;
    right: unset;
  }
  .footer_nav-bottom-link:hover {
    opacity: 0.7;
  }
  .contact-link:hover {
    background-color: #fff;
    color: #062796;
  }
  .c-fixed__reserve-button:hover {
    background: #fff;
    color: #EA5532;
  }
}

@media screen and (max-width: 1700px){
  .p-contact {
    padding-block: 9rem 9rem;
  }
}

@media not all and (max-width: 1400px){
  html {
    font-size: 75.5%;
  }
}

@media screen and (max-width: 1400px){
  .l-navi__menu {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 1300px){
  .l-header__logo-link {
    width: auto;
  }
  .l-header__logo-link img {
    width: 16rem;
  }
  .l-navi__menu-link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1240px){
  .fv_scrolldown-text {
    right: 69px;
  }
  .fv_scrolldown-arrow {
    right: 75px;
  }
  .fv_scrolldown-bar {
    right: 80px;
  }
}

@media not all and (max-width: 1040px){
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 1040px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 90px;
  }
  html {
    font-size: 57.5%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  .l-header {
    height: 14rem;
  }
  .l-header__right {
    gap: 10px;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 1.9rem;
  }
  .l-header__trigger-line:nth-of-type(2) {
    top: 24px;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 33px;
  }
  .l-navi {
    border: none;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-width: 100vw;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    transition-property: opacity, visibility;
    visibility: hidden;
    width: 100%;
    z-index: 51;
  }
  .l-navi__inner {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 5rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .l-navi__cta {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 3.5rem;
    margin-left: 0;
  }
  .l-navi__menu {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 12rem;
    padding-inline: 2rem;
  }
  .l-navi__menu-item {
    max-width: 400px;
  }
  .l-navi__menu-link {
    font-size: 2rem;
  }
  .l-navi__menu-link {
    color: #fff;
    font-size: 2rem;
    padding-block: 0.5rem;
    text-align: left;
    width: 100%;
  }
  .l-navi__mail-sp-link {
    align-items: center;
    background-color: #CD5529;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    top: 0rem;
    width: 100%;
  }
  .p-blog-body__archive {
    gap: 3rem;
  }
  .p-blog-body__archive-head p {
    font-size: 1.4rem;
  }
  .p-blog-body__archive-title {
    font-size: 2rem;
  }
  span.c-tag.tag-event {
    font-size: 1.4rem;
  }
  .p-news-body__archive {
    gap: 3rem;
  }
  .p-news-body__archive-head p {
    font-size: 1.4rem;
  }
  .p-news-body__archive-title {
    font-size: 2rem;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 1040px) and (max-width: 1040px){
  .l-navi {
    background: #231916;
  }
}

@media screen and (max-width: 1023px){
  .l-navi__cta-sp.u-st {
    height: 50px;
  }
  .l-navi__cta-sp.u-st {
    gap: 0.8rem;
  }
  .l-navi__tel-sp {
    height: 50px;
    width: 50px;
  }
  .l-navi__mail-sp {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 1000px){
  .cta__title {
    font-size: 60px;
  }
  .cta__contents-tel-link {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px){
  .p-contact__form-item {
    gap: 5rem;
  }
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 2rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  .swiper-text.--type04 {
    font-size: 4rem;
  }
  .swiper-text.--type05 {
    font-size: 4.5rem;
    left: 2rem;
  }
}

@media screen and (max-width: 880px){
  .u-pt2 {
    display: none !important;
  }
}

@media screen and (max-width: 868px){
  .wpcf7 form .wpcf7-response-output {
    bottom: 7rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 786px){
  label {
    font-size: 1.4rem;
  }
  textarea {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  input[type=checkbox] {
    top: calc(50% - 0.1rem);
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px){
  :root {
    --header_height: 90px;
  }
  html {
    font-size: 62.5%;
  }
  .p-contact-top {
    height: 23.8rem;
  }
  .p-contact-mv__inner {
    padding-top: 8rem;
  }
  .p-contact {
    background-position: -14rem;
    padding-block: 6.4rem 9rem;
  }
  .p-contact__form {
    margin: 3rem auto 0;
    padding-block: 2rem 5rem;
    padding-inline: 2.1rem;
  }
  .p-contact__form-item {
    flex-flow: column;
    gap: 1rem;
  }
  .p-contact__form-dt {
    width: 100%;
  }
  .p-contact__form-dt span.required {
    font-size: 1rem;
  }
  .p-contact__form-dd {
    font-size: 1.2rem;
  }
  .p-contact__form-list {
    gap: 2rem;
  }
  .p-contact__privacy-link {
    font-size: 1.4rem;
  }
  .p-contact__privacy-check {
    margin: 0 auto;
  }
  .p-contact__button {
    font-size: 1.4rem;
    height: 6rem;
    margin: 0 auto;
  }
  .p-contact__button-wrap::before {
    height: 1rem;
    width: 1.4rem;
  }
  span.wpcf7-list-item-label span {
    font-size: 1.4rem;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
  .p-contact__privacy-text-box {
    padding: 1rem;
  }
  .p-contact__privacy-text {
    font-size: 1.2rem;
  }
  .wpcf7 form .wpcf7-response-output {
    bottom: 6rem;
    font-size: 1rem;
    width: 20rem;
  }
  .l-cta__top-img {
    height: 1.5rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .l-cta__head {
    font-size: 2rem;
    text-align: left;
  }
  .l-cta__head h2 {
    font-weight: 500;
  }
  .l-cta__link {
    font-size: 1.6rem;
    width: 17.6rem;
  }
  .l-cta__inner.u-con--md {
    padding-block: 4rem 5rem;
  }
  .p-access-map__inner.u-con--md {
    padding-block: 5.5rem 5.8rem;
  }
  .footer_left {
    margin: 0 auto 0;
  }
  .footer_left img {
    margin-left: 0;
  }
  footer .inner {
    flex-flow: column;
    gap: 29px;
  }
  .footer_left address {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 0;
  }
  .footer_nav-lists {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 65px;
    column-gap: 65px;
    margin: 0 auto;
    row-gap: 14px;
    width: 33rem;
  }
  .footer_nav-bottom-link {
    margin: 40px auto 0;
  }
  section.cta {
    padding-block: 39px 54px;
  }
  .cta__title {
    font-size: 36px;
  }
  .cta__contents {
    flex-flow: column;
    gap: 26px;
  }
  .cta__contents-tel-link {
    display: block;
    font-size: 28px;
  }
  .cta__contents-linkWrap {
    display: flex;
    justify-content: center;
  }
  .contact-link {
    font-size: 18px;
    height: 65px;
    max-width: 280px;
    width: 100%;
  }
  .fv_scrolldown-text {
    bottom: 0;
    font-size: 13px;
    right: 14px;
  }
  .fv_scrolldown-arrow {
    bottom: 70px;
    height: 6px;
    right: 20px;
    width: 10px;
  }
  .fv_scrolldown-bar {
    bottom: 80px;
    height: 100px;
    right: 24px;
    width: 1px;
  }
  .footer_contact {
    margin-inline: auto;
  }
  .footer_copyright {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
  .c-fixed__reserve-button {
    font-size: 1.6rem;
  }
  input[type=checkbox] ~ .wpcf7-list-item-label::after {
    top: 6px;
  }
  .l-header {
    height: 72px;
  }
  .l-header {
    padding-inline: 2rem;
  }
  .l-header__inner {
    gap: 0;
  }
  .l-header__logo-link {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .l-header__logo-link img {
    width: 16.8rem;
  }
  .l-header__right {
    gap: 1rem;
  }
  .l-header__trigger {
    height: 24px;
    width: 21px;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 0.3rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 13px;
  }
  .l-navi__inner {
    padding-inline: 1.2rem;
  }
  .l-navi__trial-link {
    margin-inline: auto;
    margin-top: 1.2rem;
  }
  .l-navi__menu {
    align-items: unset;
    gap: 2rem;
    margin-top: 9.5rem;
    padding-inline: unset;
    width: 60%;
  }
  .l-navi__menu-link {
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
  }
  .l-navi__tel-sp {
    height: 40px;
    width: 40px;
  }
  .l-navi__mail-sp-link {
    top: 0rem;
  }
  .l-navi__mail-sp {
    margin-right: 0;
  }
  .c-title {
    padding-left: 3.2rem;
  }
  .c-title h2.ja {
    font-size: 1.6rem;
  }
  .c-title p.en {
    font-size: 3.2rem;
  }
  .c-title p.en::before {
    left: -3.1rem;
    width: 2.4rem;
  }
  .c-subtitle {
    font-size: 2.4rem;
  }
  .c-subtext {
    font-size: 1.6rem;
    letter-spacing: 0.046em;
    margin-top: 1.6rem;
  }
  .page-title {
    padding-left: 4.4rem;
    top: calc(50% + 1.5rem);
  }
  .page-title p.en {
    font-size: 4.8rem;
  }
  .page-title p.en::before {
    left: -3.3rem;
    top: calc(50% - 0.5rem);
    transform: translateY(-50%);
    width: 2rem;
  }
  .page-title h2.ja {
    font-size: 2rem;
  }
  .bread_list ul {
    flex-wrap: wrap;
  }
  .bread_list li {
    font-size: 1.4rem;
  }
  .p-access-mv {
    height: 23.8rem;
  }
  .p-access-mv {
    background-image: url(../../assets/images/access/access_fv_sp.webp);
  }
  .p-access-map__deco {
    height: 1.5rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .p-access-map__address {
    margin-top: 4.8rem;
  }
  .p-access-map__address address {
    gap: 0.4rem;
  }
  .p-access-map__address address p {
    font-size: 1.6rem;
  }
  .p-access-map__address a {
    margin-top: 0.8rem;
  }
  .p-blog-mv {
    height: 23.8rem;
  }
  .p-blog-mv {
    background-image: url(../../assets/images/front/top_service02.webp);
  }
  .p-blog-body__tag {
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 4.8rem;
    margin-top: 6rem;
    row-gap: 0.8rem;
  }
  .p-blog-body__tag a {
    font-size: 1.4rem;
  }
  .p-blog-body__contents {
    margin-top: 4.8rem;
  }
  .p-blog-body__archive {
    gap: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-blog-body__archive-head {
    gap: 1rem;
  }
  .p-blog-body__archive-next {
    font-size: 1.4rem;
  }
  .nav-links {
    gap: 1.6rem;
  }
  span.page-numbers {
    height: 3rem;
    width: 3rem;
  }
  span.page-numbers.current {
    height: 3rem;
    width: 3rem;
  }
  a.page-numbers {
    height: 3rem;
    width: 3rem;
  }
  .p-blog-body__inner.u-con--md {
    padding-block: 6rem;
  }
  .p-single {
    margin-top: 7.2rem;
  }
  .p-single__title {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
  .p-single__contents {
    padding-bottom: 5.6rem;
    width: 100%;
  }
  .p-single__head {
    margin-top: 1.5rem;
  }
  .p-single__img {
    margin-top: 3.2rem;
    padding-bottom: 0;
  }
  .p-single h2 {
    font-size: 2rem;
  }
  .p-single h3 {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
  .p-single h4 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
  .p-single h5 {
    font-size: 1.7rem;
    margin-top: 2.4rem;
  }
  .p-single-body__tag {
    padding-block: 5.6rem;
  }
  .p-single-body__tag-wrap {
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
  .p-single-body__tag-wrap a {
    height: 3.7rem;
  }
  .p-single__inner.u-con--md {
    flex-flow: column;
    padding-block: 5.2rem;
  }
  .p-single-related {
    padding-block: 5.6rem;
  }
  ul.p-related-posts__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-guide-mv {
    height: 23.8rem;
  }
  .p-guide-contents {
    padding-block: 3rem;
  }
  .p-guide-contents__head h2 {
    font-size: 2.3rem;
  }
  .p-guide-contents__head p {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-guide-content {
    padding-inline: 3rem;
  }
  .p-guide-content__title::before {
    left: -3.1rem;
    width: 2.5rem;
  }
  .p-guide-content__reservation-link-wrap {
    margin-top: 5rem;
  }
  .p-guide-content__map {
    margin-top: 5rem;
    width: 90%;
  }
  .p-news-mv {
    height: 23.8rem;
  }
  .p-news-body__tag {
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 4.8rem;
    margin-top: 6rem;
    row-gap: 0.8rem;
  }
  .p-news-body__tag a {
    font-size: 1.4rem;
  }
  .p-news-body__contents {
    margin-top: 4.8rem;
  }
  .p-news-body__archive {
    gap: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-news-body__archive-head {
    gap: 1rem;
  }
  .p-news-body__archive-next {
    font-size: 1.4rem;
  }
  .p-news-body__archive {
    margin-top: 4.8rem;
  }
  h1.wp-block-heading {
    font-size: 2.8rem;
  }
  .p-news-body__inner.u-con--md {
    padding-block: 6rem;
  }
  .p-form-event__deco {
    height: 1.5rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .p-form-event__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-form-event__map {
    margin-top: 3rem;
  }
  .google-form-iframe {
    height: 4200px;
  }
  .p-service-mv {
    height: 23.8rem;
  }
  .p-service-mv {
    background-image: url(../../assets/images/under/service_img_sp.webp);
  }
  .p-service-news__items {
    gap: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4.8rem;
  }
  .p-service-blog {
    padding-block: 5.6rem;
  }
  .p-service-blog__items {
    gap: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  span.c-tag.tag-news_event {
    font-size: 1.4rem;
  }
  .p-service-blog__archive-head,
  .p-service-news__meta {
    margin-top: 1.6rem;
  }
  .p-service-blog__archive-head time,
  .p-service-news__meta time {
    font-size: 1.4rem;
  }
  p.p-service-news__title,
  h2.p-service-blog__archive-title {
    font-size: 2rem;
  }
  .p-service__btn {
    margin-top: 4.8rem;
    text-align: center;
  }
  .p-service-news__inner.u-con--md {
    padding-block: 5.6rem;
  }
  .p-service-event__inner {
    padding-block: 5.6rem;
  }
  .p-service-event__inner iframe {
    aspect-ratio: 335/277;
  }
  .p-service-event__calender {
    margin-top: 4.8rem;
  }
  .p-service-event__inner.u-con--md {
    padding-block: 5.6rem;
  }
  .p-top-mv {
    height: 45rem;
  }
  .p-top-mv__logo img {
    bottom: 2rem;
    left: unset;
    right: 2rem;
    width: 4rem;
  }
  .p-top-mv__text-box {
    bottom: 7rem;
    font-size: 3rem;
    font-size: 3.2rem;
    font-weight: 700;
    position: absolute;
    right: 1rem;
    z-index: 10;
  }
  .swiper {
    height: 45rem;
  }
  .swiper-button-prev {
    height: 3rem !important;
    top: calc(50% + 2rem) !important;
    width: 3rem !important;
  }
  .swiper-button-next {
    height: 3rem !important;
    top: calc(50% + 2rem) !important;
    width: 3rem !important;
  }
  .p-top-about {
    padding-block: 5.5rem 5rem;
  }
  .p-top-about__title {
    font-size: 3.2rem;
  }
  .p-top-about__text {
    font-size: 1.8rem;
    margin-top: 0;
    text-align: left;
  }
  .p-top-concept__img-box {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-concept__text {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-top-service {
    padding-block: 7rem 5.6rem;
  }
  .p-top-service__items {
    gap: 3.2rem;
    margin-top: 4.8rem;
  }
  .p-top-service__item {
    flex-flow: column;
    gap: 2.5rem;
  }
  .p-top-service__item:nth-of-type(2n) {
    flex-direction: column;
  }
  .p-top-service__bottom-link-wrap {
    margin-top: 4.8rem;
  }
  .swiper-text {
    font-size: 3rem;
    left: 2rem;
    top: 13rem;
  }
  .swiper-text.--type02 {
    bottom: 10rem;
    font-size: 2rem;
    right: 2rem;
  }
  .swiper-text.--type03 {
    bottom: 13rem;
    font-size: 3rem;
    right: 2rem;
  }
  .swiper-text.--type04 {
    bottom: 10rem;
    font-size: 2.2rem;
    right: 0rem;
    top: 8rem;
  }
  .swiper-text.--type05 {
    bottom: 9rem;
    font-size: 2.2rem;
    right: 2rem;
  }
  .modal-button-wrap .c-btn {
    padding-inline: 2rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media screen and (max-width: 666px){
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px){
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 2.4rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 24px;
  }
}

@media not all and (max-width: 350px){
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 350px){
  .l-navi__menu {
    width: 84%;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-cta__link:hover {
    background: #fff;
    color: #EA5532;
    transform: scale(1.1);
  }
  .footer_contact:hover {
    background-color: #3A3D3F;
    border: 1px solid #fff;
    color: #fff;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-navi__trial-link:hover {
    background: #EA5532;
    color: #fff;
  }
  .l-navi__materials-link:hover {
    background: #fff;
    color: #039ddc;
  }
  .l-navi__menu-link::before {
    transition: 0.5s;
    transition-property: opacity, transform;
  }
  .l-navi__menu-link:hover {
    color: #EA5532;
  }
  .l-navi__menu-link:hover::before {
    opacity: 1;
    transform: translate(-50%, -20px) rotate(45deg);
  }
  .c-btn:hover {
    background: #fff;
    color: #231916;
  }
  .c-btn:hover::after {
    background-color: #231916;
    right: 2.6rem;
  }
  .c-btn.white:hover {
    background: #231916;
    color: #fff;
  }
  .c-btn.white:hover::after {
    background-color: #fff;
    right: 2.6rem;
  }
  .bread_list a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-access-map__address a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-blog-body__archive a:hover figure::after {
    opacity: 1;
  }
  li.p-related-posts__item a:hover figure::after {
    opacity: 1;
  }
  .p-guide-contents__download-link:hover {
    color: #EA5532;
  }
  .p-guide-contents__download-link:hover::after {
    background-color: #EA5532;
  }
  .p-news-body__archive a:hover figure::after {
    opacity: 1;
  }
  .p-service-news__item a:hover figure::after {
    opacity: 1;
  }
  .p-service-blog__items a:hover figure::after {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
