@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

.l-inner {
  max-width: 128rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 107rem;
}
.l-inner--l {
  max-width: 128rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 16px;
  }
}

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

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 300px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  textarea {
    font-size: 16px;
  }
}

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

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

/**
 * checkbox
 *
 */
input[type=checkbox].smf-checkbox-control__control {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + .smf-checkbox-control__label,
input[type=checkbox] + .checkbox-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  cursor: pointer;
}

input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px #C5C5C5 solid;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 9px;
  height: 6px;
  border-left: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + .smf-checkbox-control__label::after,
input[type=checkbox]:checked + .checkbox-inner::after {
  opacity: 1;
}

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

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form {
  max-width: 90rem;
  margin-inline: auto;
}

.wp-block-snow-monkey-forms-item.smf-item {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  padding-block: 2.3rem;
}
.wp-block-snow-monkey-forms-item.smf-item.--textarea {
  align-items: flex-start;
}
.wp-block-snow-monkey-forms-item.smf-item.hidden-field {
  display: none;
}
.wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  border-top: none;
  margin-top: 0;
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 2.4rem;
}
.smf-item__col--label {
  width: 100%;
  display: flex;
  align-items: center;
}
.smf-item__col--controls {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .smf-item__col--controls {
    font-size: 1.6rem;
  }
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 992px) {
  .smf-item__label__text {
    font-size: 1.6rem;
  }
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.smf-item__controls .smf-textarea-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
.smf-item__controls .smf-select-control {
  width: 100%;
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  padding: 1.3rem 1.4rem;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control__control {
    padding-inline: 1.6rem;
  }
}
.smf-item__controls .smf-select-control__toggle::before {
  width: 12px;
  height: 10px;
  background-color: #92846F;
  border: none;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.smf-item__controls .smf-checkboxes-control__control .smf-label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 0 !important;
}
.smf-item__controls .smf-checkbox-control__control {
  margin-top: 0.3rem;
}
.smf-item__controls .smf-radio-buttons-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.6rem;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__description {
  color: #fffabe;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .smf-item.--required .smf-item__description {
    font-size: 1.6rem;
  }
}
.smf-item .smf-placeholder {
  position: relative;
}
.smf-item .smf-placeholder .smf-error-messages {
  white-space: nowrap;
}
.smf-item .smf-error-messages {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fffabe;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages {
    margin-top: 1.5rem;
  }
}
.smf-item .smf-error-messages.--tel {
  margin-top: 0;
}
.smf-item .smf-error-messages.--tel span {
  display: block;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages.--tel span {
    padding-top: 1.5rem;
  }
}
.smf-item.--checkboxes {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .smf-item.--checkboxes {
    align-items: flex-start;
  }
}
.smf-item.--checkboxes .smf-item__label {
  padding-top: 0;
}
.smf-item.--content .smf-item__label {
  padding-top: 137px;
}
@media screen and (max-width: 1023px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-action {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .smf-action {
    margin-top: 6rem;
  }
}

.smf-button-control {
  display: block;
}
.smf-button-control button[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .smf-button-control button[type=submit] {
    gap: 2.4rem;
  }
}
.smf-button-control button[type=submit]:hover, .smf-button-control button[type=submit]:focus-visible {
  background-color: #fff;
  color: #14255b;
}
.smf-button-control button[type=submit]:hover .circle, .smf-button-control button[type=submit]:focus-visible .circle {
  border-color: #14255b;
}
.smf-button-control button[type=submit] .circle {
  display: block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  border: 0.3rem solid #fff;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
    margin-top: 5.5rem;
  }
}
.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--input {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--confirm {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text + .p-contact__text {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-item__label {
  padding-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  max-width: 33.35rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    max-width: 25.2rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit] {
  min-width: 7.5rem;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] {
  flex-direction: row-reverse;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] .c-arrow {
  transform: rotate(-180deg);
}

.smf-complete-content .p-contact-thanks__h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.smf-complete-content .p-contact-thanks__h2 + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 + * {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__h2 span {
  display: inline-block;
}
.smf-complete-content .p-contact-thanks__text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
}
.smf-complete-content .p-contact-thanks__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text span {
    display: initial;
  }
}
.smf-complete-content .p-contact-thanks__btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #3B3B3B;
  color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
  transition: all 0.25s;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.35rem 6rem 1.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.4rem 1.2rem;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: all 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 24.3rem;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    width: 20rem;
  }
}
.l-header__logo-main.white {
  opacity: 1;
}
.l-header__logo-main.black {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header__logo-img {
  width: 100%;
}
.l-header__container {
  display: flex;
  align-items: center;
  gap: 5.2rem;
}

.p-header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-nav__list {
  display: flex;
  align-items: flex-end;
  gap: 3.6rem;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.p-header-nav__link {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.25s;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #1a2e71;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #1a2e71;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    z-index: 50;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    width: 6rem;
    height: 6rem;
  }
}
.c-hamburger-btn:hover, .c-hamburger-btn:focus-visible {
  opacity: 0.7;
}
.c-hamburger-btn:focus-visible {
  outline: 2px solid #fff;
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 2.7rem;
  height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 24px;
    height: 15px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
  width: 100%;
  height: 100dvh;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(165deg, #fff 0%, #F1F1F1 100%);
  transition: 0.15s;
  z-index: 30;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    justify-content: flex-start;
  }
}
.p-sub-nav::-webkit-scrollbar {
  display: none;
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  z-index: 30;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner {
    flex-direction: column;
    gap: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-top: 8.8rem;
  }
}
.p-sub-nav__logo-wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__logo-wrap {
    width: 100%;
  }
}
.p-sub-nav__logo {
  max-width: min(19.29vw, 32rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .p-sub-nav__logo {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__logo {
    max-width: 16rem;
  }
}
.p-sub-nav__logo img {
  width: 100%;
}
.p-sub-nav__logo a {
  transition: opacity 0.25s;
}
.p-sub-nav__logo a:hover, .p-sub-nav__logo a:focus-visible {
  opacity: 0.7;
}
.p-sub-nav__logo + * {
  margin-top: min(3.93vw, 5.6rem);
}
@media screen and (max-width: 992px) {
  .p-sub-nav__logo + * {
    margin-top: 5.4rem;
  }
}
.p-sub-nav__content {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__content {
    width: 100%;
  }
}
.p-sub-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #000;
}
.p-sub-nav__list + * {
  margin-top: 4rem;
}
.p-sub-nav__item {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.p-sub-nav__title {
  position: relative;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.p-sub-nav__link .en {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link .en {
    font-size: 1.2rem;
  }
}
.p-sub-nav__link .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link .jp {
    font-size: 1.7rem;
  }
}
.p-sub-nav__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.p-sub-nav__address-name {
  margin-top: 1.6rem;
  width: 36.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__address-name {
    width: 24rem;
  }
}
.p-sub-nav__address-inner {
  display: flex;
  align-items: flex-start;
  gap: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__address-inner {
    gap: 1.8rem;
  }
}
.p-sub-nav__address-inner + .p-sub-nav__address-inner {
  margin-top: 2.2rem;
}
.p-sub-nav__address-dt, .p-sub-nav__address-dd {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4285714286;
}
.p-sub-nav__address-dt {
  min-width: 6.4rem;
}
.p-sub-nav__address-dt.--mc {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.p-sub-nav__address-dt .mapcode {
  width: 2rem;
}
.p-sub-nav__address-dd {
  flex: 1;
}
.p-sub-nav__sns {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__sns {
    margin-right: auto;
  }
}
.p-sub-nav__sns-item {
  width: min(4.24vw, 6.1rem);
}
@media screen and (max-width: 992px) {
  .p-sub-nav__sns-item {
    width: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__sns-item {
    width: 4.8rem;
  }
}

.l-header.active {
  color: #000;
}
.l-header.active .l-header__logo-main.-white {
  opacity: 0;
}
.l-header.active .l-header__logo-main.black {
  opacity: 1;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
.l-header.active .c-hamburger-btn__line::before {
  background-color: #000;
}
.l-header.active .p-sub-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.15s;
}

body.is-footer .l-header {
  opacity: 1;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #3B3B3B;
  color: #fff;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  z-index: 1;
}
.l-footer__map {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1440/718;
}
@media screen and (max-width: 992px) {
  .l-footer__map {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.l-footer__map-figure {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .l-footer__map-figure {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__map-figure {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l-footer__map-figure-image {
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__inner {
  max-width: 129rem;
  margin-inline: auto;
  padding-top: 7.6rem;
  padding-bottom: 5.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    padding-top: 5.6rem;
    padding-bottom: 3.2rem;
  }
}
.l-footer__container {
  align-items: center;
  display: flex;
  gap: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.2rem;
  }
}
.l-footer__logo {
  max-width: 46.8rem;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 30rem;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo a {
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 5.7rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__address {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3.2rem;
  }
}
.l-footer__address-name {
  margin-top: 1.6rem;
  width: 36.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-name {
    width: 24rem;
  }
}
.l-footer__address-inner {
  display: flex;
  align-items: flex-start;
  gap: 3.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-inner {
    gap: 1.8rem;
  }
}
.l-footer__address-inner + .l-footer__address-inner {
  margin-top: 2.2rem;
}
.l-footer__address-dt, .l-footer__address-dd {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 1.4285714286;
}
.l-footer__address-dt {
  min-width: 12rem;
}
.l-footer__address-dt.--mc {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.l-footer__address-dt .mapcode {
  width: 2rem;
}
.l-footer__address-dd {
  flex: 1;
}
.l-footer__address-dd a {
  white-space: wrap;
}
.l-footer__sns {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__sns {
    margin-right: auto;
  }
}
.l-footer__sns-item {
  width: min(4.24vw, 6.1rem);
}
@media screen and (max-width: 992px) {
  .l-footer__sns-item {
    width: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-item {
    width: 4.8rem;
  }
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  z-index: 2;
}
.l-main--under {
  padding-top: 8.3rem;
}
@media screen and (max-width: 992px) {
  .l-main--under {
    padding-top: 8.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main--under {
    padding-top: 6.8rem;
  }
}
.l-main--404 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-block: 26vh 16vh;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 10rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #3A7342;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form--privacy__text {
    text-align: left;
  }
}
.l-form--privacy__text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-form--privacy__text a::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
}
.l-form--privacy__text a:hover, .l-form--privacy__text a:focus {
  opacity: 0.7;
}

/* -------------------------------------
        l-fixed
-----------------------------------------*/
.l-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 10;
  transition: all 0.25s;
}
@media screen and (max-width: 992px) {
  .l-fixed-cta {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed-cta {
    opacity: 0;
    transition-delay: 0.3s;
    right: 1rem;
    bottom: 1rem;
  }
}
.l-fixed-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  background: #fffabe;
  border: 2px solid #fff;
  border-right: none;
  color: #14255b;
  text-align: center;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  padding: 2rem 0.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .l-fixed-cta__btn {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed-cta__btn {
    width: 15rem;
    padding-bottom: 6.125%;
  }
}
.l-fixed-cta__btn:hover, .l-fixed-cta__btn:focus-visible {
  opacity: 0.7;
}
.l-fixed-cta__btn .logo {
  width: 4.8rem;
}
.l-fixed-cta__btn .logo img {
  width: 100%;
}
.l-fixed-cta__btn .jp {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  letter-spacing: 0.1em;
}
.l-fixed-cta__btn .jp .text01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-fixed-cta__btn .jp .text02 {
  font-size: 1.2rem;
  font-weight: 500;
}

body.is-recruit .l-fixed-cta,
body.is-footer .l-fixed-cta {
  opacity: 0;
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  overflow: hidden;
  padding-top: 10.8rem;
  padding-bottom: 7.9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.l-undermv .l-inner {
  position: relative;
  z-index: 1;
}
.l-undermv__title {
  display: flex;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  }
}
.l-undermv__title-jp {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.9rem;
  letter-spacing: 0.4em;
  line-height: 1.5128205128;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .l-undermv__title-jp {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: -1.8rem;
  }
}
.l-undermv__title-en {
  height: 6.1rem;
}
.l-undermv__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-undermv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-undermv .p-top-mv__sns {
  top: 1.8rem;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #F1F1F1;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-cta__body {
  background-color: #14255b;
  border-radius: 1rem;
  padding: 8.5rem 6.2rem 9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .l-cta__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    padding: 3.2rem;
    gap: 2.4rem;
  }
}
.l-cta__btn {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    padding-bottom: 0;
  }
}
.l-cta__btn .c-btn {
  font-size: 1.5rem;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  font-family: "Noto Serif JP", serif;
  gap: 3.2rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 992px) {
  .c-primary-title {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    flex-direction: column-reverse;
    gap: 0.8rem;
    position: relative;
    writing-mode: initial;
  }
}
.c-primary-title .en {
  color: #3A7342;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .c-primary-title .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 1.5rem;
  }
}
.c-primary-title .jp {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 1.0555555556;
}
@media screen and (max-width: 992px) {
  .c-primary-title .jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    flex-direction: row;
    font-size: 2.4rem;
    gap: 0;
    letter-spacing: 0.1em;
  }
}
.c-primary-title--row {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-primary-title--row::before {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--row::before {
    margin-top: 0;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  background-color: #fff;
  border: 1px solid #353131;
  border-radius: 0.2rem;
  color: #353131;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.17em;
  gap: 3.2rem;
  max-width: 30.8rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 1rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    gap: 2.4rem;
    max-width: 38rem;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #353131;
  color: #fff;
}
.c-btn:hover::after, .c-btn:focus-visible::after {
  background-color: #fff;
  transform: translate(0.5rem, -50%);
}
.c-btn::after {
  aspect-ratio: 52/6;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #353131;
  content: "";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 5.2rem;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c-secondary-title .jp {
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  letter-spacing: 0.165em;
  line-height: 1.0714285714;
}
@media screen and (max-width: 992px) {
  .c-secondary-title .jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title .jp {
    font-size: 2.8rem;
  }
}
.c-secondary-title .en {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.075em;
  color: #fffabe;
}
@media screen and (max-width: 992px) {
  .c-secondary-title .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title .en {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-pagetop
-----------------------------------------*/
.c-pagetop {
  bottom: clamp(1.8rem, 2.08vw, 3rem);
  padding-right: min(4.86vw, 7rem);
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    bottom: 1.2rem;
    padding-right: 1.2rem;
  }
}
.c-pagetop-link {
  display: block;
  margin-left: auto;
  pointer-events: all;
  width: min(5.63vw, 8.1rem);
}
@media screen and (max-width: 767px) {
  .c-pagetop-link {
    width: 4rem;
  }
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__body {
  display: flex;
  align-items: flex-start;
  gap: 8.2rem;
}
@media screen and (max-width: 992px) {
  .p-top__body {
    gap: 3.2rem 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__body {
    flex-direction: column;
  }
}
.p-top__body.--sm {
  padding-inline: 4.7rem 0;
}
@media screen and (max-width: 992px) {
  .p-top__body.--sm {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__body.--sm {
    padding-inline: 0.8rem;
  }
}
.p-top__body-wrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top__body-wrap {
    width: 100%;
  }
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  padding-top: 8.3rem;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-mv {
    padding-top: 8.8rem;
    height: 85svh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 0;
    height: calc(100svh - 6.8rem);
    margin-top: 6.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv.--video {
    height: auto;
  }
}
.p-top-mv__copy-box {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-box {
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
  }
}
.p-top-mv__copy-jp {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: min(3.68vw, 5.3rem);
  font-weight: 200;
  letter-spacing: 0.4em;
  line-height: 1.5094339623;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy-jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-jp {
    font-size: 2rem;
    text-align: left;
    margin-left: 0;
  }
}
.p-top-mv__copy-jp + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-jp + * {
    margin-top: 1.2rem;
  }
}
.p-top-mv__copy-en {
  width: min(34.24vw, 49.3rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy-en {
    width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-en {
    width: 34rem;
    margin-left: 0;
  }
}
.p-top-mv__copy-en img {
  width: 100%;
}
.p-top-mv__copy-en + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-en + * {
    margin-top: 1.6rem;
  }
}
.p-top-mv__images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-slide:nth-child(2) .p-top-mv__images-item img {
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-slide:nth-child(3) .p-top-mv__images-item img {
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}
.p-top-mv__images-item {
  height: 100%;
  overflow: hidden;
}
.p-top-mv__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__images .swiper-pagination {
  bottom: 2.2rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-pagination {
    gap: 0.4rem;
  }
}
.p-top-mv__images .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  height: clamp(0.3rem, 0.42vw, 0.6rem);
  margin: 0;
  opacity: 1;
  transition: all 0.3s;
  width: min(7.5vw, 10.8rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__images .swiper-pagination .swiper-pagination-bullet {
    height: 0.2rem;
    width: 2.8rem;
  }
}
.p-top-mv__images .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.p-top-mv__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__sns {
  align-items: center;
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 1.9rem;
  top: 10.1rem;
  z-index: 1;
}
.p-top-mv__sns-link {
  display: block;
  width: clamp(5.6rem, 4.24vw, 6.1rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__sns-link {
    width: 4rem;
  }
}
.p-top-mv__sns-link img {
  width: 100%;
}

/* -------------------------------------
        p-top-concept
-----------------------------------------*/
.p-top-concept {
  padding-top: 7rem;
  padding-bottom: 9.6rem;
  background: linear-gradient(15deg, #fff 0%, #fff 10%, #EDEDED 100%);
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-top-concept__image {
  width: 100%;
  aspect-ratio: 976/650;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24.9rem), 25.1024590164% calc(100% - 24.9rem), 25.1024590164% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24.9rem), 25.1024590164% calc(100% - 24.9rem), 25.1024590164% 100%, 0 100%);
}
@media screen and (max-width: 1280px) {
  .p-top-concept__image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 19.45vw), calc(100% - 57.11vw) calc(100% - 19.45vw), calc(100% - 57.11vw) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 19.45vw), calc(100% - 57.11vw) calc(100% - 19.45vw), calc(100% - 57.11vw) 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-top-concept__image figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-concept__image figure img {
  width: 100%;
}
.p-top-concept__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: 0.17em;
  line-height: 1.9722222222;
}
@media screen and (max-width: 1280px) {
  .p-top-concept__lead {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__lead {
    font-size: 1.8rem;
  }
}
.p-top-concept__lead span {
  border-bottom: 1px dashed #7E7E7E;
  display: inline;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-concept__lead span {
    padding: 0.5rem 0;
  }
}
.p-top-concept__lead + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__lead + * {
    margin-top: 1.6rem;
  }
}
.p-top-concept__text {
  color: #353131;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 2.8571428571;
}
@media screen and (max-width: 992px) {
  .p-top-concept__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    line-height: 2.4615384615;
  }
}
.p-top-concept__text-box {
  width: 74.8975409836%;
  margin-top: -24.9rem;
  margin-left: auto;
  padding-top: 3.1rem;
  padding-left: 5.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-concept__text-box {
    width: 57.11vw;
    margin-top: -19.45vw;
    padding-left: 4.38vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__text-box {
    width: 100%;
    margin-top: 1.6rem;
    padding-top: 0;
    padding-left: 0;
  }
}
.p-top-concept__text + .p-top-concept__text {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text + .p-top-concept__text {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------
        p-top-elect
-----------------------------------------*/
.p-top-elect {
  padding-top: 6.8rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-top-elect {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-top-elect__title {
  width: 41.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-elect__title {
    width: 28rem;
  }
}
.p-top-elect__title a {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.p-top-elect__title a:hover, .p-top-elect__title a:focus-visible {
  opacity: 0.7;
}
.p-top-elect__title + * {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-elect__title + * {
    margin-top: 1.6rem;
  }
}
.p-top-elect__text {
  color: #353131;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 2.8571428571;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-elect__text {
    font-size: 1.3rem;
    line-height: 2.4615384615;
  }
}
.p-top-elect__text + * {
  margin-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-elect__text + * {
    margin-top: 4rem;
  }
}
.p-top-elect__logo-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 107.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-elect__logo-list {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    gap: 1.6rem 0;
  }
}
.p-top-elect__logo-list + * {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-elect__logo-list + * {
    margin-top: 4rem;
  }
}
.p-top-elect__logo-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-top-elect__logo-item {
    width: 50%;
  }
}
.p-top-elect__logo-item:nth-child(5) {
  transform: translateX(0.8rem);
}
.p-top-elect__logo-item:last-child {
  transform: translateX(-0.4rem);
}
.p-top-elect__logo-item a {
  display: block;
  transition: all 0.3s;
}
.p-top-elect__logo-item a:hover, .p-top-elect__logo-item a:focus-visible {
  opacity: 0.7;
}
.p-top-elect__logo-item picture {
  width: 100%;
  display: block;
}
.p-top-elect__special {
  width: 31.2rem;
  padding-right: 3.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-elect__special {
    width: 21rem;
    padding-right: 1.2rem;
  }
}
.p-top-elect__special-title {
  font-size: 3rem;
  letter-spacing: 0.17em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-elect__special-title {
    font-size: 2rem;
  }
}
.p-top-elect__special-title + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-elect__special-title + * {
    margin-top: 0.8rem;
  }
}
.p-top-elect__special .p-top-elect__logo-item {
  display: block;
  width: 100%;
  transform: none;
  transition: all 0.3s;
}
.p-top-elect__special .p-top-elect__logo-item:hover, .p-top-elect__special .p-top-elect__logo-item:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-top-news
-----------------------------------------*/
.p-top-news {
  background-color: #F1F1F1;
  padding-top: 9.6rem;
  padding-bottom: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-top-news__h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__h3 {
    font-size: 2rem;
  }
}
.p-top-news__h3 + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__h3 + * {
    margin-top: 1.6rem;
  }
}
.p-top-news__list.l-grid {
  gap: 2.4rem 1.3rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__list.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-news__list.l-grid.--noarticle {
  grid-template-columns: repeat(1, 1fr);
}
.p-top-news__list.--event {
  display: flex;
  justify-content: center;
}
.p-top-news__list.--event .p-top-news__list-item {
  width: calc(33.3333333333% - 0.8666666667rem);
}
@media screen and (max-width: 992px) {
  .p-top-news__list.--event .p-top-news__list-item {
    width: calc(50% - 0.65rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list.--event .p-top-news__list-item {
    width: 100%;
    max-width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list.--event .p-top-news__list-item .p-top-news__list-info {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list.--event .p-top-news__list-item .p-top-news__list-company {
    border-left: 1px solid #3A7342;
    padding-left: 0.8rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list.--event .p-top-news__list-item .p-top-news__list-company::before {
    display: none;
  }
}
.p-top-news__list-link {
  width: 100%;
}
.p-top-news__list-link:hover .p-top-news__list-image img, .p-top-news__list-link:focus-visible .p-top-news__list-image img {
  transform: scale(1.05);
}
.p-top-news__list-image {
  aspect-ratio: 317/188;
  overflow: hidden;
}
.p-top-news__list-image.--noimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.p-top-news__list-image.--noimage img {
  width: 80%;
  height: auto;
}
.p-top-news__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.p-top-news__list-image + * {
  margin-top: 1.2rem;
}
.p-top-news__list-info {
  align-items: center;
  color: #3A7342;
  display: flex;
  font-weight: 700;
  gap: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-news__list-info + * {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-info + * {
    margin-top: 0.8rem;
  }
}
.p-top-news__list-time {
  font-size: 1.2rem;
  letter-spacing: 0.17em;
}
.p-top-news__list-company {
  border-left: 1px solid #3A7342;
  font-size: 1.2rem;
  letter-spacing: 0.17em;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-company {
    border-left: none;
    padding-left: 0;
    padding-top: 0.8rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list-company::before {
    background-color: #3A7342;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.2rem;
  }
}
.p-top-news__list-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  color: #353131;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-title {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.p-top-news__list + * {
  margin-top: 6rem;
}
.p-top-news__empty {
  font-size: 1.4rem;
  text-align: center;
}
.p-top-news__empty + * {
  margin-top: 6rem;
}

.p-news-modal {
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-news-modal {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-news-modal.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-modal.is-image.is-open {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-news-modal.is-image .p-news-modal__body {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  max-width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal.is-image .p-news-modal__body {
    height: auto;
  }
}
.p-news-modal.is-image .p-news-modal__content {
  overflow: initial;
}
.p-news-modal.is-image .p-news-modal__content-box {
  display: none;
}
.p-news-modal.is-image .p-news-modal__image {
  border-radius: 0;
  background: transparent;
  aspect-ratio: auto;
  height: 100%;
}
.p-news-modal.is-image .p-news-modal__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-modal.is-image .p-news-modal__close {
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-news-modal.is-image .p-news-modal__close {
    transform: translateY(-100%);
  }
}
.p-news-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.p-news-modal__body {
  background: linear-gradient(20deg, #fff 0%, #fff 30%, #EDEDED 100%);
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column-reverse;
  height: 90svh;
  max-width: 135rem;
  margin: 5svh auto;
  padding: 7.7rem 9rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-news-modal__body {
    height: 90svh;
    margin: 5svh auto;
  }
}
@media screen and (max-width: 767px) {
  .p-news-modal__body {
    height: calc(100svh - 8rem);
    margin: 4rem auto;
    padding: 2.4rem 1.6rem;
  }
}
.p-news-modal__close {
  position: absolute;
  right: 1.8rem;
  transition: all 0.3s;
  top: 1.4rem;
  width: min(4.93vw, 7.1rem);
}
@media screen and (max-width: 767px) {
  .p-news-modal__close {
    right: 1.2rem;
    top: 1.2rem;
    width: 4rem;
  }
}
.p-news-modal__close:hover, .p-news-modal__close:focus-visible {
  color: #3A7342;
}
.p-news-modal__content {
  height: 100%;
  gap: 2.4rem 3.2rem;
  overflow-y: scroll;
}
@media screen and (max-width: 992px) {
  .p-news-modal__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-news-modal__content {
    gap: 1.6rem;
  }
}
.p-news-modal__image {
  aspect-ratio: 1170/601;
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-news-modal__image {
    aspect-ratio: 12/5;
    width: 100%;
  }
}
.p-news-modal__image.--noimage {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-news-modal__image.--noimage img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-modal__image + * {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__image + * {
    margin-top: 2.4rem;
  }
}
.p-news-modal__info {
  align-items: center;
  color: #3A7342;
  display: flex;
  font-weight: 700;
  gap: 0.8rem;
  line-height: 1;
}
.p-news-modal__info + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__info + * {
    margin-top: 0.8rem;
  }
}
.p-news-modal__date {
  font-size: 1.4rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  .p-news-modal__date {
    font-size: 1.2rem;
  }
}
.p-news-modal__category {
  border-left: 1px solid #3A7342;
  font-size: 1.4rem;
  letter-spacing: 0.17em;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__category {
    font-size: 1.2rem;
  }
}
.p-news-modal__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  color: #353131;
}
@media screen and (max-width: 767px) {
  .p-news-modal__title {
    font-size: 2rem;
  }
}
.p-news-modal__title + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__title + * {
    margin-top: 1.6rem;
  }
}
.p-news-modal__text {
  flex: 1;
  padding-right: 1.2rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text {
    padding: 0;
  }
}
.p-news-modal__text h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h2 {
    font-size: 1.8rem;
  }
}
.p-news-modal__text h2::after {
  content: "";
  display: block;
  width: 8rem;
  height: 2px;
  background-color: #3A7342;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
.p-news-modal__text h3 {
  font-size: 1.9rem;
  border-left: 2px solid #3B3B3B;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h3 {
    font-size: 1.6rem;
  }
}
.p-news-modal__text h4 {
  font-size: 1.8rem;
  border: 1px solid #3A7342;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h4 {
    font-size: 1.6rem;
  }
}
.p-news-modal__text h5 {
  font-size: 1.7rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #546E84;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h5 {
    font-size: 1.5rem;
  }
}
.p-news-modal__text h6 {
  font-size: 1.6rem;
  background-color: #e4e8eb;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h6 {
    font-size: 1.5rem;
  }
}
.p-news-modal__text h2,
.p-news-modal__text h3,
.p-news-modal__text h4,
.p-news-modal__text h5,
.p-news-modal__text h6 {
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
.p-news-modal__text h2 + *,
.p-news-modal__text h3 + *,
.p-news-modal__text h4 + *,
.p-news-modal__text h5 + *,
.p-news-modal__text h6 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text h2 + *,
.p-news-modal__text h3 + *,
.p-news-modal__text h4 + *,
.p-news-modal__text h5 + *,
.p-news-modal__text h6 + * {
    margin-top: 1.6rem;
  }
}
.p-news-modal__text p,
.p-news-modal__text li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text p,
.p-news-modal__text li {
    font-size: 1.3rem;
  }
}
.p-news-modal__text p a,
.p-news-modal__text li a {
  color: #3A7342;
  text-decoration: underline;
  transition: all 0.3s;
}
.p-news-modal__text p a:hover, .p-news-modal__text p a:focus-visible,
.p-news-modal__text li a:hover,
.p-news-modal__text li a:focus-visible {
  opacity: 0.7;
}
.p-news-modal__text p + p,
.p-news-modal__text li + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text p + p,
.p-news-modal__text li + p {
    margin-top: 1.2rem;
  }
}
.p-news-modal__text ul li + li,
.p-news-modal__text ol li + li {
  margin-top: 6px;
}
.p-news-modal__text ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.p-news-modal__text ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-news-modal__text ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.p-news-modal__text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.p-news-modal__text figure {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text figure {
    width: 90%;
  }
}
.p-news-modal__text figure img {
  width: 100%;
}
.p-news-modal__text p + *,
.p-news-modal__text figure + *,
.p-news-modal__text ul + *,
.p-news-modal__text ol + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text p + *,
.p-news-modal__text figure + *,
.p-news-modal__text ul + *,
.p-news-modal__text ol + * {
    margin-top: 1.6rem;
  }
}
.p-news-modal__text p + h2, .p-news-modal__text p + h3, .p-news-modal__text p + h4, .p-news-modal__text p + h5, .p-news-modal__text p + h6,
.p-news-modal__text figure + h2,
.p-news-modal__text figure + h3,
.p-news-modal__text figure + h4,
.p-news-modal__text figure + h5,
.p-news-modal__text figure + h6,
.p-news-modal__text ul + h2,
.p-news-modal__text ul + h3,
.p-news-modal__text ul + h4,
.p-news-modal__text ul + h5,
.p-news-modal__text ul + h6,
.p-news-modal__text ol + h2,
.p-news-modal__text ol + h3,
.p-news-modal__text ol + h4,
.p-news-modal__text ol + h5,
.p-news-modal__text ol + h6 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-modal__text p + h2, .p-news-modal__text p + h3, .p-news-modal__text p + h4, .p-news-modal__text p + h5, .p-news-modal__text p + h6,
.p-news-modal__text figure + h2,
.p-news-modal__text figure + h3,
.p-news-modal__text figure + h4,
.p-news-modal__text figure + h5,
.p-news-modal__text figure + h6,
.p-news-modal__text ul + h2,
.p-news-modal__text ul + h3,
.p-news-modal__text ul + h4,
.p-news-modal__text ul + h5,
.p-news-modal__text ul + h6,
.p-news-modal__text ol + h2,
.p-news-modal__text ol + h3,
.p-news-modal__text ol + h4,
.p-news-modal__text ol + h5,
.p-news-modal__text ol + h6 {
    margin-top: 3.2rem;
  }
}

.js-image-modal-open {
  cursor: pointer;
}

/* -------------------------------------
        p-top-map
-----------------------------------------*/
.p-top-map {
  padding-top: 6.4rem;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-map {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-top-map__figure {
  width: 100%;
  max-width: 84.6rem;
}

/* -------------------------------------
        p-top-model
-----------------------------------------*/
.p-top-model {
  background-color: #F1F1F1;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-model {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-top-model__list.l-grid {
  gap: 2.2rem 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-top-model__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list.l-grid {
    gap: 4rem;
  }
}
.p-top-model__list-item {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-model__list-item {
    display: flex;
    flex-direction: column;
  }
}
.p-top-model__list-item.--dual .p-top-model__list-logo {
  width: 52.95404814%;
}
.p-top-model__list-item.--cleverly .p-top-model__list-logo {
  width: 42.2319474836%;
}
.p-top-model__list-item.--sasaki .p-top-model__list-logo {
  width: 44.420131291%;
}
.p-top-model__list-item.--sumitomo .p-top-model__list-logo {
  width: 40.9190371991%;
}
.p-top-model__list-item.--sekisui .p-top-model__list-logo {
  width: 51.8599562363%;
}
.p-top-model__list-item.--misawa .p-top-model__list-logo {
  width: 29.1028446389%;
}
.p-top-model__list-content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding-bottom: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-model__list-content {
    display: contents;
  }
}
.p-top-model__list-logo {
  position: relative;
  width: 52.5210084034%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-model__list-logo {
    left: 0;
    position: absolute;
    top: 0;
    width: 20rem;
  }
}
.p-top-model__list-logo::after {
  background-color: #fff;
  bottom: -0.5rem;
  content: "";
  display: block;
  filter: blur(20px);
  position: absolute;
  right: -1rem;
  width: 146%;
  height: 155%;
  z-index: -1;
  will-change: filter;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .p-top-model__list-logo::after {
    bottom: -20%;
  }
}
.p-top-model__list-title, .p-top-model__list-btn {
  margin-left: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-title, .p-top-model__list-btn {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-title, .p-top-model__list-btn {
    margin-left: 1.2rem;
  }
}
.p-top-model__list-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  letter-spacing: 0.17em;
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-title {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-title {
    font-size: 2.4rem;
    order: 2;
    margin-top: -4.6rem;
    z-index: 3;
  }
}
.p-top-model__list-title + * {
  margin-top: 0.9rem;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-title + * {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-title + * {
    margin-top: 2.6rem;
  }
}
.p-top-model__list-btn {
  max-width: 28.8rem;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-btn {
    max-width: 30.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    order: 3;
    width: 85%;
  }
}
.p-top-model__list-btn-link {
  display: block;
  background-color: #3A7342;
  border: 1px solid #3A7342;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-btn-link {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-btn-link {
    font-size: 1.4rem;
  }
}
.p-top-model__list-btn-link:hover, .p-top-model__list-btn-link:focus-visible {
  background-color: #fff;
  color: #3A7342;
}
.p-top-model__list-more {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-model__list-more {
    margin-top: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    order: 4;
    position: static;
    width: 85%;
  }
}
.p-top-model__list-more-link {
  background-color: #3B3B3B;
  border: 1px solid #3B3B3B;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.3636363636;
  padding-top: 6.7rem;
  padding-bottom: 2.7rem;
  padding-left: 7.6rem;
  padding-right: 2.1rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-more-link {
    font-size: 1.1rem;
    padding-top: 6.7rem;
    padding-bottom: 2.7rem;
    padding-left: 7.6rem;
    padding-right: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-more-link {
    border-radius: 0.2rem;
    -webkit-clip-path: none;
            clip-path: none;
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.p-top-model__list-more-link:hover, .p-top-model__list-more-link:focus-visible {
  background-color: #fff;
  color: #3B3B3B;
}
.p-top-model__list-more-link:hover::after, .p-top-model__list-more-link:focus-visible::after {
  background-color: #3B3B3B;
  transform: translateX(0.3rem);
}
.p-top-model__list-more-link::after {
  aspect-ratio: 52/12;
  background-color: #fff;
  bottom: 1.4rem;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow-more.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow-more.svg) 50%/contain no-repeat;
  position: absolute;
  right: 1.2rem;
  transition: all 0.3s;
  width: 5.2rem;
}
@media screen and (max-width: 992px) {
  .p-top-model__list-more-link::after {
    bottom: 1.4rem;
    right: 1.2rem;
    width: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-model__list-more-link::after {
    display: none;
  }
}
.p-top-model__list-bg {
  aspect-ratio: 476/340;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-model__list-bg {
    order: 1;
  }
}
.p-top-model__list-bg::after {
  background: linear-gradient(to top, rgba(17, 38, 20, 0.8) 0%, transparent 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 62%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.p-top-model__list-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-top-model__list + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 992px) {
  .p-top-model__list + * {
    margin-top: 4.6rem;
  }
}
.p-top-model__link .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-model
-----------------------------------------*/
.p-model__body {
  padding-top: 3rem;
  padding-bottom: 14.8rem;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-model__body {
    padding-bottom: 6rem;
  }
}
.p-model__nav-list.l-grid {
  gap: 1.2rem;
}
@media screen and (max-width: 992px) {
  .p-model__nav-list.l-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-model__nav-list.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-model__nav-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.4rem;
  display: flex;
  gap: 0.6rem;
  overflow: hidden;
  padding: 1rem 0.9rem;
}
.p-model__nav-link:hover::after, .p-model__nav-link:focus-visible::after {
  transform: translateY(0.3rem);
}
.p-model__nav-link::after {
  aspect-ratio: 1/1;
  background: url(../img/modelhouse//nav-arrow.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  transition: all 0.3s;
  width: 18.2352941176%;
}
.p-model__nav-link .img {
  flex: 1;
}
.p-model__nav-link .img img {
  width: 100%;
}
.p-model__nav + * {
  margin-top: 3rem;
}
.p-model__item {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 1.8rem 5.4rem;
  padding: 8.3rem 7.5rem 7.5rem;
}
@media screen and (max-width: 992px) {
  .p-model__item {
    flex-direction: column;
    gap: 0;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model__item {
    padding: 2.4rem 1.6rem;
  }
}
.p-model__item + .p-model__item {
  margin-top: 4rem;
}
.p-model__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-model__title {
  border-left: 2px solid #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  letter-spacing: 0.17em;
  line-height: 1.2352941176;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-model__title {
    font-size: 1.8rem;
  }
}
.p-model__title + * {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-model__title + * {
    margin-top: 1.8rem;
  }
}
.p-model__lead {
  color: #3A7342;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
}
.p-model__lead .mn span,
.p-model__lead .lg span {
  display: inline-block;
}
.p-model__lead .mn {
  font-size: 2.1rem;
  letter-spacing: 0.18em;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .p-model__lead .mn {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.p-model__lead .lg {
  font-size: 3.8rem;
  letter-spacing: 0.18em;
  line-height: 1.225;
}
@media screen and (max-width: 767px) {
  .p-model__lead .lg {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.p-model__lead + * {
  margin-top: 1.5rem;
}
.p-model__text {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .p-model__text {
    font-size: 1.3rem;
  }
}
.p-model__text.--spec {
  line-height: 1.9285714286;
}
.p-model__text + * {
  margin-top: 4.5rem;
}
@media screen and (max-width: 992px) {
  .p-model__text + * {
    margin-top: 1.8rem;
  }
}
.p-model__point li {
  align-items: flex-start;
  background-color: #D2E4D4;
  border-radius: 0.5rem;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0.18em;
  line-height: 1.9285714286;
  padding: 1.2rem 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-model__point li {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding: 1rem;
  }
}
.p-model__point li::before {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check-point.png) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 0.2rem;
  width: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-model__point li::before {
    width: 2rem;
  }
}
.p-model__point li span {
  flex: 1;
}
.p-model__point li + li {
  margin-top: 1.2rem;
}
.p-model__point + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-model__point + * {
    margin-top: 2.4rem;
  }
}
.p-model__h3 {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-model__h3 {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
.p-model__h3::after {
  background-color: #2F3931;
  content: "";
  display: block;
  flex: 1;
  height: 2px;
}
.p-model__h3 + * {
  margin-top: 1.2rem;
}
.p-model__info {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-model__info {
    margin-bottom: 2.4rem;
  }
}
.p-model__info .inner {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-model__info .inner {
    gap: 1.2rem;
  }
}
.p-model__info .inner + .inner {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-model__info .inner + .inner {
    margin-top: 0.8rem;
  }
}
.p-model__info-dt, .p-model__info-dd {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-model__info-dt, .p-model__info-dd {
    font-size: 1.3rem;
  }
}
.p-model__info-dt {
  color: #3A7342;
  min-width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-model__info-dt {
    max-width: 14rem;
    min-width: auto;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__info-dt span {
    display: inline-block;
  }
}
.p-model__info-dd {
  color: #2F3931;
  flex: 1;
}
.p-model__info + .p-model__h3 {
  margin-top: auto;
}
.p-model__images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  overflow: hidden;
  position: relative;
  width: 43.5238095238%;
}
@media screen and (max-width: 992px) {
  .p-model__images {
    margin-top: 3.2rem;
    width: 100%;
  }
}
.p-model__images-logo {
  left: 0;
  position: absolute;
  top: 0;
  width: 52.95404814%;
  z-index: 1;
}
.p-model__images-logo.--dual {
  width: 50.8403361345%;
}
.p-model__images-logo.--cleverly {
  width: 40.5462184874%;
}
.p-model__images-logo.--sasaki {
  width: 42.6470588235%;
}
.p-model__images-logo.--sumitomo {
  width: 39.2857142857%;
}
.p-model__images-logo.--sekisui {
  width: 49.7899159664%;
}
.p-model__images-logo.--misawa {
  width: 27.9411764706%;
}
.p-model__images-logo::after {
  background-color: #fff;
  bottom: -0.6rem;
  content: "";
  display: block;
  filter: blur(20px);
  position: absolute;
  right: -1rem;
  width: 150.826446281%;
  height: 155%;
  z-index: -1;
  will-change: filter;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .p-model__images-logo::after {
    bottom: -20%;
  }
}
.p-model__images-figure {
  aspect-ratio: 221/198;
  width: calc(50% - 0.8rem);
}
.p-model__images-figure:first-child {
  aspect-ratio: 457/330;
  width: 100%;
}
.p-model__images-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-model__plan {
  background-color: #F1F1F1;
  padding: 1.1rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-model__plan {
    padding: 1.2rem;
  }
}
.p-model__plan-figure img {
  width: 100%;
}
.p-model__cta {
  align-items: flex-start;
  background-color: #F1F1F1;
  display: flex;
  justify-content: space-between;
  padding: 2.2rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-model__cta {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model__cta {
    padding: 2.2rem 0.6rem;
  }
}
.p-model__cta-address {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .p-model__cta-address {
    text-align: center;
    width: 100%;
  }
}
.p-model__cta-title {
  color: #3A7342;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .p-model__cta-title {
    font-size: 2rem;
  }
}
.p-model__cta-title + * {
  margin-top: 1.1rem;
}
.p-model__cta-time {
  color: #2F3931;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-model__cta-time {
    font-size: 1.4rem;
  }
}
.p-model__cta-time + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-model__cta-time + * {
    margin-top: 0;
  }
}
.p-model__cta-att {
  color: #3A7342;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.9285714286;
}
@media screen and (max-width: 767px) {
  .p-model__cta-att {
    font-size: 1.3rem;
  }
}
.p-model__cta-box {
  width: 51.7892644135%;
}
@media screen and (max-width: 992px) {
  .p-model__cta-box {
    width: 100%;
  }
}
.p-model__cta-info {
  align-items: center;
  display: flex;
  gap: 0 3.2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-model__cta-info {
    flex-direction: column;
  }
}
.p-model__cta-info .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.p-model__cta-info dt,
.p-model__cta-info dd {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-model__cta-info dt {
  color: #3A7342;
}
.p-model__cta-info dd {
  color: #2F3931;
}
@media screen and (max-width: 767px) {
  .p-model__cta-info dd {
    font-size: 1.3rem;
  }
}
.p-model__cta-info dd a {
  transition: all 0.3s;
}
.p-model__cta-info dd a:hover, .p-model__cta-info dd a:focus-visible {
  opacity: 0.7;
}
.p-model__cta-info + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-model__cta-info + * {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model__btn {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-model__btn .c-btn {
  background-color: #3A7342;
  border-color: #3A7342;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
.p-model__btn .c-btn:hover, .p-model__btn .c-btn:focus-visible {
  background-color: #fff;
  color: #3A7342;
}
.p-model__btn .c-btn:hover::after, .p-model__btn .c-btn:focus-visible::after {
  background-color: #3A7342;
}
.p-model__btn .c-btn::after {
  background-color: #fff;
  right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-model__btn .c-btn::after {
    right: 1.2rem;
    width: 2.8rem;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 1023px) {
  .u-only-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-only-sppc {
    display: none;
  }
}

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

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
        animation
-----------------------------------------*/
body.is-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
body.is-fade.is-active {
  opacity: 1;
}

.js-animatedText span {
  opacity: 0;
  transition: opacity 1.8s;
}

.js-fade,
.js-fade-child {
  opacity: 0;
  transition: 1s ease;
}

@media screen and (max-width: 767px) {
  .js-fade-sp {
    opacity: 0;
  }
}

/* そのまま */
.fadeIn {
  transition: 1s ease;
}

/* 下から */
.fadeBottom {
  transform: translate(0, 4rem);
}

/* 上から */
.fadeTop {
  transform: translate(0, -4rem);
}

/* 右から */
.fadeRight {
  transform: translate(4rem, 0);
}

/* 左から */
.fadeLeft {
  transform: translate(-4rem, 0);
}

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

@keyframes flowingLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/