@charset "UTF-8";
/* ==================================================

※このファイルにCSSを書き込む。

================================================== */
/* ==================================================

※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-spacing: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

@media (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 3.125vw;
    scroll-padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .onlyPC {
    display: none !important;
  }
}
body {
  color: #373737;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body.js-open {
  overflow: hidden;
}

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

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

span {
  display: inline-block;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.m-auto {
  margin: 0 auto;
}

.no_margin {
  margin: 0 !important;
}

.txt {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .txt {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.text-none {
  color: red;
  font-size: 1.8rem;
}

body.overflow {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 75rem;
  }
}
.c-container {
  position: relative;
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.c-center {
  text-align: center;
}

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

.c-white {
  color: #fff;
}

.c-bold {
  font-weight: bold;
}

.c-fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.05em;
}

.c-txt--indent {
  text-indent: -5rem;
  padding-left: 5rem;
}

.c-txt._lh1 {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-txt._lh1 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.0833333333;
  }
}
.is-fixed {
  position: fixed;
}

.fade-content {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.fade-content.show {
  opacity: 1;
}

.no-border {
  border: none !important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mask-curtain {
  -webkit-mask-image: linear-gradient(135deg, #fff 33%, rgba(255, 255, 255, 0) 66%);
  mask-image: linear-gradient(135deg, #fff 33%, rgba(255, 255, 255, 0) 66%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  will-change: mask-position;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  transition: -webkit-mask-position 2s ease-out;
  -webkit-transition: -webkit-mask-position 2s ease-out;
  transition: mask-position 2s ease-out;
  transition: mask-position 2s ease-out, -webkit-mask-position 2s ease-out;
}

.mask-curtain.show {
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
}

.boxContent {
  padding: 9.5rem 0 21rem;
}

@media screen and (max-width: 767px) {
  .boxContent {
    padding: 5.5rem 0 7.5rem;
  }
}
.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-form-guid {
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 9.6rem auto 0;
    max-width: 95.5rem;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 6.4rem;
    background-color: #fff;
    border-radius: 1rem;
    padding: 7.5rem 4rem 10.5rem;
  }
  .c-form__wrap__inner {
    max-width: 82.8rem;
    margin: 0 auto;
  }
  .c-form__wrap .required {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    padding: 0 1rem;
    min-width: 6rem;
    min-height: 2.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #686a6e;
    border-radius: 4rem;
    margin-top: 0.3rem;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.4rem;
    width: calc(100% - 57rem - 1.5rem);
    padding: 0.6rem 0;
  }
  .c-form__tit {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .c-form__control {
    width: 57rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form__control #f_address {
    height: 4rem;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: rgba(55, 55, 55, 0.1);
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #373737 !important;
    font-weight: 400;
    min-height: 4rem;
    max-width: 100%;
  }
  .c-form__control__input::-webkit-input-placeholder, .c-form__control select::-webkit-input-placeholder, .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder, .c-form__control select::-moz-placeholder, .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder, .c-form__control select:-ms-input-placeholder, .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder, .c-form__control select::-ms-input-placeholder, .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 28rem;
    width: 100%;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    padding: 2.5rem 0;
    border-top: 1px solid #c3cad0;
  }
  .c-form__group.no-border {
    border-top: none;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group .error-st {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #cf0100;
    margin-top: 0.8rem;
    display: none;
    line-height: 1.3;
    width: 100%;
  }
  .c-form__group .error .error-st, .c-form__group.error .error-st {
    display: block;
  }
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea {
    border: 1px solid #f94848 !important;
    background-color: rgba(255, 232, 232, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__privacy {
    text-align: center;
    margin-top: 4.8rem;
    font-size: 1.6rem;
    color: #373737;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form__privacy > a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c-form__privacy > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 7rem;
    margin: 8rem auto 0;
  }
  .c-form__btn-send {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    min-width: 36rem;
    min-height: 8rem;
    border-radius: 6rem;
    background-color: #ecebeb;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border: 1px solid #373737;
    padding: 1rem 3.2rem 1.5rem 6.5rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c-form__btn-send:hover {
    background-color: #373737;
  }
  .c-form__btn-send:hover .c-form__btn--icon {
    background-color: #fff;
  }
  .c-form__btn-send:hover .c-form__btn--txt {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn--txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 1.8rem;
    color: #373737;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-form__btn--icon {
    width: 3.2rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask-image: url(../images/ico_arrow.svg);
    mask-image: url(../images/ico_arrow.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #373737;
  }
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__control {
    width: 62rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 62rem - 1.5rem);
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161b1f;
  }
  .c-form.contact-confirm .c-form__group {
    max-width: 100% !important;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    padding: 2.4rem 0;
    min-height: 9.1rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 12.5rem auto 0;
  }
  .c-form.contact-confirm .c-form__btn-send {
    min-width: 30rem;
  }
  .c-form.contact-confirm .c-form__btn .btn-back {
    cursor: pointer;
    padding: 1rem 6.5rem 1.5rem 3.2rem;
  }
  .c-form.contact-confirm .c-form__btn .btn-back .c-form__btn--icon {
    -webkit-transform: rotateY(-180deg) translateY(0.2rem);
    transform: rotateY(-180deg) translateY(0.2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-form .buttons-area-confirm {
    width: 100%;
  }
  .c-form-guid {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 5.6rem auto 0;
    max-width: 100%;
    padding: 0 0.3rem 0 0;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 8.2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 4rem 2rem 6.8rem;
  }
  .c-form__wrap__inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .c-form__wrap .required {
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding: 0 1rem;
    min-width: 4.5rem;
    min-height: 1.65rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #686a6e;
    border-radius: 4rem;
    margin-top: 0.2rem;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.4rem;
    width: 100%;
    padding: 0.6rem 0;
  }
  .c-form__tit {
    color: #303030;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .c-form__control {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form__control #f_address {
    height: 5.7rem;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: rgba(55, 55, 55, 0.1);
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0rem 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #373737 !important;
    font-weight: 400;
    min-height: 3.5rem;
    max-width: 100%;
  }
  .c-form__control__input::-webkit-input-placeholder, .c-form__control select::-webkit-input-placeholder, .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder, .c-form__control select::-moz-placeholder, .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder, .c-form__control select:-ms-input-placeholder, .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder, .c-form__control select::-ms-input-placeholder, .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 20rem;
    width: 100%;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.6rem 0;
    border-top: 1px solid #c3cad0;
  }
  .c-form__group.no-border {
    border-top: none;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group .error-st {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #cf0100;
    margin-top: 0.8rem;
    display: none;
    line-height: 1.3;
    width: 100%;
  }
  .c-form__group .error .error-st, .c-form__group.error .error-st {
    display: block;
  }
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea {
    border: 1px solid #f94848 !important;
    background-color: rgba(255, 232, 232, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__privacy {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 1.2rem;
    color: #373737;
    font-weight: 400;
    line-height: 2.0833333333;
    letter-spacing: 0.02em;
  }
  .c-form__privacy > a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 3.5rem;
    margin: 4.3rem auto 0;
  }
  .c-form__btn-send {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    min-width: 100%;
    min-height: 5.3rem;
    border-radius: 6rem;
    background-color: #ecebeb;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border: 2px solid #373737;
    padding: 1rem 2.2rem 1.2rem 4.5rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-form__btn--txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 1.2rem;
    color: #373737;
    letter-spacing: 0.12em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-form__btn--icon {
    width: 2rem;
    height: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask-image: url(../images/ico_arrow.svg);
    mask-image: url(../images/ico_arrow.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #373737;
  }
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__wrap {
    padding: 3.6rem 2rem 6.8rem;
  }
  .c-form.contact-confirm .c-form__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__head {
    padding: 0;
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161b1f;
  }
  .c-form.contact-confirm .c-form__group {
    max-width: 100% !important;
    margin-bottom: 0;
    gap: 1.4rem;
    padding: 2.4rem 0;
    min-height: 9.1rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4.8rem auto 0;
  }
  .c-form.contact-confirm .c-form__btn-send {
    min-width: 20rem;
    width: 21rem;
    min-height: 5.5rem;
  }
  .c-form.contact-confirm .c-form__btn .btn-back {
    cursor: pointer;
    padding: 1rem 5.2rem 1.2rem 2.3rem;
  }
  .c-form.contact-confirm .c-form__btn .btn-back .c-form__btn--icon {
    -webkit-transform: rotateY(-180deg) translateY(-0.1rem);
    transform: rotateY(-180deg) translateY(-0.1rem);
  }
}
#js-loading__mask .js-loading__first {
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: auto;
}

#js-loading__mask .js-loading__first:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

#js-loading__mask .js-loading__first .m-curve-wrapper {
  position: absolute;
  left: -14.5rem;
  width: 15rem;
  height: 100%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

#js-loading__mask .js-loading__first .m-curve {
  z-index: 2;
  position: absolute;
  width: 15rem;
  height: 100vh;
  overflow: hidden;
}

#js-loading__mask .js-loading__first .m-curve:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 200vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

@media (max-width: 76.7rem) {
  #js-loading__mask .js-loading__first .m-curve:before {
    width: 150%;
  }
}
@media (max-width: 57.5rem) {
  #js-loading__mask .js-loading__first .m-curve:before {
    width: 150%;
  }
}
#js-loading__mask .js-loading__second {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: auto;
}

#js-loading__mask .js-loading__second:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeedea;
  content: "";
}

#js-loading__mask .js-loading__second .m-curve-wrapper {
  position: absolute;
  left: -14.5rem;
  width: 15rem;
  height: 100%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

#js-loading__mask .js-loading__second .m-curve {
  z-index: 2;
  position: absolute;
  width: 15rem;
  height: 100vh;
  overflow: hidden;
}

#js-loading__mask .js-loading__second .m-curve:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 200vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #eeedea;
  content: "";
}

@media (max-width: 76.7rem) {
  #js-loading__mask .js-loading__second .m-curve:before {
    width: 150%;
  }
}
@media (max-width: 57.5rem) {
  #js-loading__mask .js-loading__second .m-curve:before {
    width: 150%;
  }
}
#js-loading__mask #logo-animation {
  z-index: 10010;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 39.8rem;
  height: 14.1rem;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #js-loading__mask #logo-animation {
    max-width: 19.6rem;
    display: flex;
    justify-content: center;
    height: auto;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  background: #fff;
  padding: 6rem 1rem 6rem 6rem;
  width: calc(100% - 4rem);
  height: 98%;
  max-width: 114rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: transparent;
  border: 1px solid #9f9d9c;
  pointer-events: none;
  z-index: 1;
}

.popup-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.15);
  z-index: -1;
}

.popup-content {
  overflow-y: scroll;
  height: 100%;
  padding: 0 6rem 0 0;
}

.popup-content .c-title {
  text-align: left;
  margin-bottom: 3rem;
}

/* Active */
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.popup-text {
  text-align: left;
  color: #373737;
  margin-top: 8rem;
}

.popup-text h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}

.popup-text li,
.popup-text p {
  font-size: 1.5rem;
  line-height: 1.9333333333;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  border: none;
  background: transparent;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #686a6e;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .close-btn {
    width: 3.3rem;
    height: 3.3rem;
    top: 2rem;
    right: 2rem;
  }
  .popup-inner {
    max-width: 100%;
    padding: 6rem 1rem 2rem 2rem;
    width: calc(100% - 2rem);
  }
  .popup-content {
    padding: 0 0.5rem 0 0;
  }
  .popup-text {
    margin-top: 6rem;
  }
  .popup-text li,
  .popup-text p {
    font-size: 1.2rem;
  }
  .popup-text h3 {
    font-size: 1.6rem;
  }
}
.c-pagination {
  margin-top: 10.5rem;
}

.c-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination-button.dis {
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  width: auto;
  height: auto;
}

.c-pagination-button.active > a {
  background-color: #373737;
  color: #fff;
  pointer-events: none;
}

.c-pagination-button > a {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #373737;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 1px solid #373737;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-pagination-button > a:hover {
    background-color: #373737;
    color: #fff;
  }
}
.c-pagination-button--prev > a, .c-pagination-button--next > a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  position: relative;
}

.c-pagination-button--prev > a::before, .c-pagination-button--next > a::before {
  content: "";
  position: absolute;
  border: solid #373737;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.8rem;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 29.5%;
  left: 50%;
  z-index: 1;
}

.c-pagination-button--prev.disable > a, .c-pagination-button--next.disable > a {
  background-color: #dddddd;
  cursor: default;
}

.c-pagination-button--prev {
  margin-right: 1.4rem;
}

.c-pagination-button--prev > a::before {
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
  transform: rotate(135deg) translate(-50%, -50%);
  left: 5%;
}

.c-pagination-button--next {
  margin-left: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 6.5rem;
  }
  .c-pagination-container {
    gap: 1.7rem;
  }
  .c-pagination-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-pagination-button a {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .c-pagination-button a:before, .c-pagination-button a:after {
    border-width: 0 0.1rem 0.1rem 0;
    padding: 0.7rem;
    top: 34.5%;
    left: 20%;
  }
  .c-pagination-button--prev, .c-pagination-button--next {
    width: 2rem;
  }
  .c-pagination-button--prev {
    left: 40%;
    margin-right: 0;
  }
  .c-pagination-button--prev > a:before {
    -webkit-transform: rotate(135deg) translate(-50%, -50%) skewX(5deg);
    transform: rotate(135deg) translate(-50%, -50%) skewX(5deg);
    left: 8%;
  }
  .c-pagination-button--next {
    right: 40%;
    margin-left: 0;
  }
  .c-pagination-button--next > a:before {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%) skewX(5deg);
    transform: rotate(-45deg) translate(-50%, -50%) skewX(5deg);
  }
}
.l-footer {
  background-color: #373737;
  padding: 7.6rem 0 5rem;
  color: #ffffff;
  text-align: center;
}

.l-footer .c-container {
  position: relative;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__logo {
  margin-bottom: 5rem;
}

.l-footer__logo a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-footer__logo a:hover {
  opacity: 0.8;
}

.l-footer__logo img {
  max-width: 17rem;
  height: auto;
}

.l-footer__info {
  color: #e2e2e2;
  margin-bottom: 6rem;
}

.l-footer__contact {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.7142857143;
}

.l-footer__contact:last-child {
  margin-bottom: 0;
}

.l-footer__name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  background-color: #373737;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__copyright--text {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #b3b3b3;
  text-align: center;
}

.l-footer .c-pagetop {
  position: absolute;
  top: -1.4rem;
  right: 2.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 6rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer .c-pagetop svg {
  width: 2.2rem;
  height: auto;
}

@media screen and (min-width: 960px) {
  .l-footer .c-pagetop:hover {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 3rem;
  }
  .l-footer__logo {
    margin-bottom: 4rem;
  }
  .l-footer__logo img {
    max-width: 12.1rem;
  }
  .l-footer__name {
    margin-bottom: 2rem !important;
    font-size: 1.2rem;
  }
  .l-footer__info {
    margin-bottom: 4rem;
    margin-bottom: 4.8rem;
  }
  .l-footer__info a {
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footer__info a:hover {
    opacity: 0.8;
  }
  .l-footer__info img {
    max-width: 17.2rem;
    height: auto;
  }
  .l-footer__info {
    color: #E2E2E2;
    margin-bottom: 6rem;
  }
  .l-footer__contact {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.7142857143;
  }
  .l-footer__contact:last-child {
    margin-bottom: 0;
  }
  .l-footer__name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2.8rem;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
  }
  .l-footer__contact-gap {
    display: none;
  }
  .l-footer .c-pagetop {
    right: 2rem;
    width: 3rem;
    height: 4rem;
    top: -3rem;
  }
  .l-footer .c-pagetop__copyright--text {
    font-family: "EB Garamond", serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #b3b3b3;
    text-align: center;
  }
  .l-footer__logo {
    margin-bottom: 3rem;
  }
  .l-footer__logo img {
    max-width: 12.1rem;
  }
  .l-footer__name {
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
  }
  .l-footer__info {
    margin-bottom: 6rem;
  }
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.65;
  }
  .l-footer__contact-gap {
    display: none;
  }
  .l-footer__copyright--text {
    font-size: 1rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 9rem;
  z-index: 9999;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.l-header.fixed {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
  .l-header.fixed .c-nav__link span {
    color: #373737;
  }
  .l-header.fixed .c-nav__link span:after {
    background-color: #373737;
  }
}
.l-header__inner {
  padding-left: 3.6rem;
}

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__left {
  width: 19.1rem;
}

.l-header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.l-header__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header .c-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.3rem;
}

@media screen and (min-width: 960px) {
  .l-header .c-nav__menu .is-hover:hover .c-nav2 {
    display: block;
  }
}
.l-header .c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.l-header .c-nav__link > span {
  overflow: hidden;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.l-header .c-nav__link > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {
  .l-header .c-nav__link > span:hover {
    background-position: 0 100%;
  }
  .l-header .c-nav__link > span:hover:after {
    width: 100%;
  }
  .l-header .c-nav__link > span:hover::before {
    background-position: bottom left;
    background-size: 100% 0.1rem;
  }
}
.l-header .c-nav li a:hover p span:nth-child(1) {
  -webkit-animation-delay: 0.02s !important;
  animation-delay: 0.02s !important;
}

.l-header .c-nav li a:hover p span:nth-child(2) {
  -webkit-animation-delay: 0.04s !important;
  animation-delay: 0.04s !important;
}

.l-header .c-nav li a:hover p span:nth-child(3) {
  -webkit-animation-delay: 0.06s !important;
  animation-delay: 0.06s !important;
}

.l-header .c-nav li a:hover p span:nth-child(4) {
  -webkit-animation-delay: 0.08s !important;
  animation-delay: 0.08s !important;
}

.l-header .c-nav li a:hover p span:nth-child(5) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.l-header .c-nav li a:hover p span:nth-child(6) {
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.l-header .c-nav li a:hover p span:nth-child(7) {
  -webkit-animation-delay: 0.14s !important;
  animation-delay: 0.14s !important;
}

.l-header .c-nav li a:hover p span:nth-child(8) {
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

.l-header .c-nav li a:hover p span:nth-child(9) {
  -webkit-animation-delay: 0.18s !important;
  animation-delay: 0.18s !important;
}

.l-header .c-nav li a:hover p span:nth-child(10) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.l-header .c-nav li a:hover p span:nth-child(11) {
  -webkit-animation-delay: 0.22s !important;
  animation-delay: 0.22s !important;
}

.l-header .c-nav li a:hover p span:nth-child(12) {
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}

.l-header .c-nav li a:hover p span:nth-child(13) {
  -webkit-animation-delay: 0.26s !important;
  animation-delay: 0.26s !important;
}

.l-header .c-nav li a:hover p span:nth-child(14) {
  -webkit-animation-delay: 0.28s !important;
  animation-delay: 0.28s !important;
}

.l-header .c-nav li a:hover p span:nth-child(15) {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.l-header .c-nav li a:hover p span:nth-child(16) {
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.l-header .c-nav li a:hover p span:nth-child(17) {
  -webkit-animation-delay: 0.34s !important;
  animation-delay: 0.34s !important;
}

.l-header .c-nav li a:hover p span:nth-child(18) {
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}

.l-header .c-nav li a:hover p span:nth-child(19) {
  -webkit-animation-delay: 0.38s !important;
  animation-delay: 0.38s !important;
}

.l-header .c-nav li a:hover p span:nth-child(20) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.l-header .c-nav .c-nav__link p span {
  will-change: transform;
  min-width: 0.2em;
  display: inline-block;
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  padding-bottom: 0.5rem;
}

.l-header .c-nav .c-nav__link p:last-child {
  position: absolute;
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
  top: 0px;
}

@media screen and (min-width: 960px) {
  .l-header .c-nav .c-nav__link:hover p:first-child span {
    -webkit-animation: hovernavi 0.3s ease-in-out forwards;
    animation: hovernavi 0.3s ease-in-out forwards;
  }
  .l-header .c-nav .c-nav__link:hover p:last-child span {
    -webkit-animation: hovernavi 0.3s ease-in-out forwards;
    animation: hovernavi 0.3s ease-in-out forwards;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-nav {
    max-width: 100%;
    height: 100%;
    padding: 16rem 1.8rem 6rem;
    background-color: #373737;
    position: relative;
    z-index: 1;
    overflow: scroll;
  }
  .l-header .c-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
  .l-header .c-nav__menu > li {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .l-header .c-nav__menu > li.is-hover .c-nav__link span::after {
    background: url(../images/icon_plus.png) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .l-header .c-nav__menu > li.is-hover.open .c-nav__link span::after {
    background: url(../images/icon_minus.png) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .l-header .c-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-left: 3.5rem;
  }
  .l-header .c-nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 1.8rem;
    height: 1px;
    background-color: #ADB8F7;
    display: block;
  }
  .l-header .c-nav__link .en {
    font-family: "Cinzel", serif;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 0.3rem;
  }
  .l-header .c-nav__link .en::before, .l-header .c-nav__link .en::after {
    content: none;
  }
  .l-header .c-nav__link .ja {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #E2E2E2;
  }
  .l-header .c-nav__link .ja::before, .l-header .c-nav__link .ja::after {
    content: none;
  }
  .l-header .c-nav__link::after {
    display: none;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover.is-open > a.btn-other::before {
    background: url(../images/icon_minus_white.png) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover .c-nav2 {
    position: relative;
    top: 0;
    display: block;
    background: #F3F6FA;
    border-radius: 0.5rem;
    max-height: 0;
    height: auto;
    overflow: hidden;
    margin-top: 0.8rem;
    padding: 0;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover .c-nav2__inner {
    padding: 2.4rem 1.6rem;
    border-radius: 0;
    background-color: #F3F6FA;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover .c-nav2 .c-nav2__list {
    gap: 1.4rem;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover .c-nav2 .c-nav2__list li .c-nav2__list--link {
    padding-left: 1.6rem;
  }
  .l-header .c-nav .l-header__entry .btn-wrap.is-hover .c-nav2 .c-nav2__list li .c-nav2__list--link span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.6rem;
    width: 0.8rem;
    height: 0.1rem;
    background: #E2E2E2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l-header .c-nav .l-btnMenu {
  position: relative;
  top: 0;
  bottom: 0;
  max-width: 100%;
  margin-top: 2.4rem;
}

.l-header .c-nav .l-btnMenu .l-btnFixed__links--top {
  width: 15.2rem;
  padding-left: 4rem;
  padding-right: 1.2rem;
}

.l-header .c-nav .l-btnMenu .l-btnFixed__links--top::before {
  left: 1.7rem;
}

.l-header .c-nav .l-btnMenu .l-btnFixed__links--bottom {
  width: calc(100% - 15.2rem);
  padding-left: 1rem;
}

.l-header .c-nav .l-header__entry {
  position: relative;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 2.4rem;
}

.l-header .c-nav .l-header__entry .btn-wrap {
  width: 100%;
}

.l-header .c-nav .l-header__entry .btn-wrap > a.btn-other {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 4.8rem;
  border-radius: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-left: 4.4rem;
  position: relative;
}

.l-header .c-nav .l-header__entry .btn-wrap > a.btn-other ._icon {
  width: 2.4rem;
  height: 2.4rem;
}

.l-header .c-nav .l-header__entry .btn-wrap > a.btn-other::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon_plus_white.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header .c-nav .l-header__entry .btn-wrap > a.btn-inquiry {
  height: 4.8rem;
  border-radius: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.l-header .c-nav .l-header__entry .btn-wrap > a.btn-inquiry ._icon {
  width: 2rem;
  height: 1.4rem;
}

.l-header__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.l-header__entry .btn-wrap {
  margin-top: 0;
}

.l-header__entry .btn-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  height: 4.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__entry .btn-wrap > a.btn-other {
  width: 17.4rem;
  border-radius: 4.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #252c5e;
  border: 0.2rem solid #252c5e;
}

.l-header__entry .btn-wrap > a.btn-other ._icon {
  width: 2.4rem;
  height: 2.4rem;
}

.l-header__entry .btn-wrap > a.btn-other ._icon svg {
  width: 100%;
  height: 100%;
}

.l-header__entry .btn-wrap > a.btn-other ._icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .l-header__entry .btn-wrap > a.btn-other:hover {
    background-color: #ffffff;
    color: #252c5e;
  }
  .l-header__entry .btn-wrap > a.btn-other:hover ._icon svg path {
    fill: #252c5e;
  }
  .l-header__entry .btn-wrap > a.btn-other:hover .c-nav2 {
    display: block;
  }
}
.l-header__entry .btn-wrap > a.btn-inquiry {
  width: 19rem;
  height: 9rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1rem;
}

.l-header__entry .btn-wrap > a.btn-inquiry .ico-mail {
  width: 2.7rem;
  height: 2.1rem;
  background: url(../images/ico_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .l-header__entry .btn-wrap > a.btn-inquiry:hover {
    opacity: 0.7;
  }
}
.l-header__entry .btn-wrap .c-nav2__heading ._ja {
  line-height: 1.2;
}

@media screen and (min-width: 960px) {
  .l-header__entry .btn-wrap.is-hover:hover .c-nav2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
  .l-header__inner {
    padding-left: 2rem;
  }
  .l-header__left {
    width: 10rem;
  }
  .l-header__left--logo {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
    display: block;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    padding: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header__nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12.3rem solid #ffffff;
    border-right: 19.7rem solid transparent;
    z-index: 1;
  }
  .l-header__nav.open {
    left: 0;
    opacity: 1;
  }
  .l-header__entry {
    width: 100%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .l-header__entry .btn-wrap {
    margin-top: 0;
  }
  .l-header__entry .btn-wrap > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    height: 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__entry .btn-wrap > a.btn-other {
    width: 100%;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
  .l-header__entry .btn-wrap > a.btn-other ._icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .l-header__entry .btn-wrap > a.btn-other ._icon svg {
    width: 100%;
    height: 100%;
  }
  .l-header__entry .btn-wrap > a.btn-inquiry {
    width: 5rem;
    height: 5rem;
    background-color: #ECEBEB;
  }
  .l-header__entry .btn-wrap > a.btn-inquiry .ico-mail {
    width: 1.9rem;
    height: 1.5rem;
  }
  .l-header__entry .btn-wrap > a.btn-inquiry .btn-inquiry__txt {
    display: none;
  }
  .l-header__entry .btn-wrap .c-nav2__heading ._ja {
    line-height: 1.2;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2 {
    position: absolute;
    display: none;
    max-height: 100vh;
    height: 100vh;
    overflow: visible;
    top: 4rem;
    bottom: 0;
    padding-top: 0;
    padding: 1.6rem;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: Multiply;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2__inner {
    max-width: 100%;
    padding: 1.6rem 3.2rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2__list {
    width: 100%;
    gap: 1.6rem;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2__list li {
    width: 100%;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2__list li .c-nav2__list--link {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-header__entry .btn-wrap.is-hover .c-nav2__list li .c-nav2__list--link span::after {
    display: none;
  }
  .l-header__entry .btn-wrap.is-hover.active .c-nav2 {
    display: block;
  }
}
.l-header .c-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  z-index: 99;
  background-color: #ADB8F7;
}

.l-header .c-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  height: 0.2rem;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.2rem;
}

.l-header .c-hamburger span:nth-of-type(1) {
  margin-top: -0.8rem;
}

.l-header .c-hamburger span:nth-of-type(3) {
  margin-top: 0.8rem;
}

.l-header .c-hamburger.active span:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.l-header .c-hamburger.active span:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@-webkit-keyframes hovernavi {
  0% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  100% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes hovernavi {
  0% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  100% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
}
.c-pageTitle {
  position: relative;
  height: 54.4rem;
  overflow: hidden;
}

.c-pageTitle__images {
  width: 100%;
  height: 100%;
}

.c-pageTitle__images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 55, 55, 0.8);
  z-index: 1;
}

.c-pageTitle__images img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30rem solid #ffffff;
  border-right: 48.1rem solid transparent;
  z-index: 2;
}

.c-pageTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 33.4rem solid #ffffff;
  border-left: 53.3rem solid transparent;
  z-index: 2;
}

.c-pageTitle__corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 21.6rem solid #e1e1e1;
  border-left: 34.6rem solid transparent;
  z-index: 3;
}

.c-pageTitle__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 8rem;
}

.c-pageTitle__content-inner {
  position: relative;
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.c-pageTitle__content-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6rem;
}

.c-pageTitle__content-title > span {
  letter-spacing: 0.05em;
  color: #ffffff;
}

.c-pageTitle__content-title > span.--en {
  font-family: "Cinzel", serif;
  font-size: 8.5rem;
  font-weight: 400;
  line-height: 1.12;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ffffff;
}

.c-pageTitle__content-title > span.--ja {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-pageTitle {
    height: 38.5rem;
  }
  .c-pageTitle::before {
    border-top-width: 12.3rem;
    border-right-width: 19.7rem;
  }
  .c-pageTitle::after {
    border-bottom-width: 14.9rem;
    border-left-width: 23.5rem;
  }
  .c-pageTitle__corner {
    border-bottom-width: 10.8rem;
    border-left-width: 17.3rem;
  }
  .c-pageTitle__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.5rem 0 0;
  }
  .c-pageTitle__content-inner {
    padding: 0 1.9rem;
  }
  .c-pageTitle__content-title {
    gap: 1.4rem;
  }
  .c-pageTitle__content-title > span.--en {
    font-size: 4.2rem;
    padding-bottom: 0.5rem;
  }
  .c-pageTitle__content-title > span.--ja {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-title__en {
  font-family: "Cinzel", serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #373737;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 3.6rem;
    letter-spacing: 0.075em;
  }
}
.c-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #373737;
  padding-left: 2.5rem;
  position: relative;
  margin-top: 1.5rem;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}
.c-title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 2.1rem;
  -webkit-mask-image: url(../images/ico_logo.svg);
  mask-image: url(../images/ico_logo.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #373737;
}

.c-title--white .c-title__en,
.c-title--white .c-title__ja {
  color: #ffffff;
}

.c-title--white .c-title__ja::before {
  background-color: #ffffff;
}

.c-title.show .c-title__en {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.c-title.show .c-title__ja {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#main-top .l-kv {
  position: relative;
}

#main-top .l-kv__images::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #615d5b;
  opacity: .9;
  mix-blend-mode: multiply;
  z-index: 0;
}

#main-top .l-kv__images img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .l-kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30rem solid #ffffff;
  border-right: 48.1rem solid transparent;
  z-index: 1;
}

#main-top .l-kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 34.4rem solid #ffffff;
  border-left: 53.3rem solid transparent;
  z-index: 1;
}

#main-top .l-kv__corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 21.6rem solid #e1e1e1;
  border-left: 34.6rem solid transparent;
  z-index: 2;
}

#main-top .l-kv__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-top .l-kv__content-inner {
  position: relative;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4.2rem;
}

#main-top .l-kv__content-title {
  font-family: "Cinzel", serif;
  font-size: 7.1rem;
  font-weight: 400;
  line-height: 1.2676056338;
  letter-spacing: 0.06em;
  color: #ffffff;
}

#main-top .l-kv__content-title span {
  color: #adb8f7;
  font-family: "EB Garamond", serif;
  font-style: italic;
}

#main-top .l-kv__content-txt {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.8611111111;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 3.5rem;
}

#main-top .l-kv__content-txt span {
  border-bottom: solid 0.2rem #adb8f7;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #main-top .l-kv::before {
    border-top-width: 12.3rem;
    border-right-width: 19.7rem;
  }
  #main-top .l-kv::after {
    border-bottom-width: 14.9rem;
    border-left-width: 23.5rem;
  }
  #main-top .l-kv__corner {
    border-bottom-width: 10.8rem;
    border-left-width: 17.3rem;
  }
  #main-top .l-kv__content-inner {
    padding: 0 2rem;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  #main-top .l-kv__content-title {
    font-size: 3.1rem;
  }
  #main-top .l-kv__content-txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #main-top .l-kv__content-txt span {
    border-bottom-width: 1px;
  }
}
#main-top .l-message {
  padding: 12.7rem 0;
  background-color: #e1e1e1;
  position: relative;
}

#main-top .l-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 21.6rem solid #ffffff;
  border-left: 34.6rem solid transparent;
  z-index: 1;
}

#main-top .l-message:after {
  content: "";
  position: absolute;
  bottom: 6.5rem;
  right: 0;
  width: 35rem;
  height: 57rem;
  background: url(../images/logo_w.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

#main-top .l-message .c-title {
  margin-bottom: 2.2rem;
}

#main-top .l-message .c-title__en {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 2.5rem;
  position: relative;
}

#main-top .l-message .c-title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 2.1rem;
  background-image: url(../images/ico_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#main-top .l-message__title {
  margin-bottom: 6rem;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.7352941176;
  letter-spacing: 0.05em;
}

#main-top .l-message__bottom {
  padding: 3rem 0 4rem;
  border-top: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  margin-top: 7rem;
  max-width: 74rem;
}

#main-top .l-message__bottom-img {
  width: 7rem;
}

#main-top .l-message__bottom-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
}

#main-top .l-message__bottom .c-txt {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #main-top .l-message {
    padding: 7rem 0 17.5rem;
  }
  #main-top .l-message::before {
    border-bottom-width: 10.8rem;
    border-left-width: 17.3rem;
  }
  #main-top .l-message:after {
    width: 17.5rem;
    height: 28.5rem;
    bottom: 2rem;
  }
  #main-top .l-message .c-title {
    margin-bottom: 2rem;
  }
  #main-top .l-message .c-title__en {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  #main-top .l-message__title {
    font-size: 2.3rem;
    margin-bottom: 3.6rem;
  }
  #main-top .l-message__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 8rem;
  }
  #main-top .l-message__bottom-img {
    width: 5.2rem;
    margin-left: 2rem;
  }
  #main-top .l-message__bottom-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #main-top .l-message__bottom .c-txt {
    font-size: 1.1rem;
  }
}
#main-top .l-news {
  padding: 10.7rem 0 14rem;
}

#main-top .l-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5rem;
  padding-right: 5rem;
}

#main-top .l-news__sidebar {
  width: 30rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#main-top .l-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}

#main-top .l-news__title {
  font-family: "Cinzel", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

#main-top .l-news__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #666666;
  padding-left: 2.5rem;
  position: relative;
  margin-top: 1.5rem;
}

#main-top .l-news__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 2.1rem;
  background-image: url(../images/ico_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#main-top .l-news__btn-wrap {
  margin-top: auto;
}

#main-top .l-news__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid transparent;
  max-width: 62.9rem;
  width: 100%;
  margin-top: 0.9rem;
}

#main-top .l-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main-top .l-news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem 1.2rem 1.6rem;
  text-decoration: none;
  border-bottom: 1px solid #b9b9b9;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 960px) {
  #main-top .l-news__item-content:hover {
    background-color: #373737;
  }
  #main-top .l-news__item-content:hover .l-news__date {
    color: #ffffff;
  }
  #main-top .l-news__item-content:hover .l-news__badge {
    border-color: #ffffff;
    color: #ffffff;
  }
  #main-top .l-news__item-content:hover .l-news__text {
    color: #ffffff;
  }
}
#main-top .l-news__date {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #686a6e;
  margin-right: 1.5rem;
  letter-spacing: 0.05em;
}

#main-top .l-news__badge {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
  color: #686a6e;
  border: 1px solid #686a6e;
  padding: 0.1rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3.5rem;
  letter-spacing: 0.05em;
}

#main-top .l-news__text {
  font-size: 1.5rem;
  line-height: 2.2666666667;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #main-top .l-news {
    padding: 9rem 0 10.7rem;
    max-width: 100%;
  }
  #main-top .l-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-right: 0;
  }
  #main-top .l-news__sidebar {
    width: 100%;
    gap: 0;
  }
  #main-top .l-news__heading {
    margin-bottom: 0;
  }
  #main-top .l-news__title {
    font-size: 4rem;
  }
  #main-top .l-news__subtitle {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  #main-top .l-news__btn-wrap {
    text-align: center;
    margin: 5rem auto 0;
  }
  #main-top .l-news__list {
    width: 100%;
    margin-top: 1rem;
  }
  #main-top .l-news__item-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.3rem 0rem 0.5rem;
    gap: 0.2rem 1rem;
  }
  #main-top .l-news__date {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-right: 0;
  }
  #main-top .l-news__badge {
    margin-right: 0;
    font-size: 1.1rem;
    padding: 0.1rem 1rem;
  }
  #main-top .l-news__text {
    width: 100%;
    white-space: normal;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
#main-top .c-btn-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 2rem 0.4rem 2.5rem;
  border: 1px solid #373737;
  border-radius: 5rem;
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  color: #373737;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20rem;
  max-width: 100%;
  background-color: #ecebeb;
}

#main-top .c-btn-view__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 0.65rem;
  -webkit-mask-image: url(../images/ico_arrow.svg);
  mask-image: url(../images/ico_arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #373737;
}

@media screen and (min-width: 960px) {
  #main-top .c-btn-view:hover {
    background-color: #373737;
    color: #ffffff;
  }
  #main-top .c-btn-view:hover .c-btn-view__icon {
    background-color: #ffffff;
  }
}
#main-top .l-service {
  padding: 14rem 0 17.5rem;
  background: url(../images/bg_service.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main-top .l-service__content {
  margin-top: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

#main-top .l-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 29.4rem;
}

#main-top .l-service__item:nth-child(1) .l-service__item-icon {
  width: 7.6rem;
}

#main-top .l-service__item:nth-child(2) .l-service__item-icon {
  width: 7.2rem;
}

#main-top .l-service__item:nth-child(3) .l-service__item-icon {
  width: 6.5rem;
}

#main-top .l-service__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.2rem;
  padding-left: 1rem;
}

#main-top .l-service__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#main-top .l-service__item-icon img {
  width: 100%;
  height: auto;
}

#main-top .l-service__item-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
}

#main-top .l-service__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2.6rem;
}

#main-top .l-service__list-item {
  color: #e2e2e2;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 2.5rem;
}

#main-top .l-service__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #8aa1b9;
}

#main-top .l-service__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#main-top .l-service__number::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 1.5rem;
}

#main-top .l-service__number span {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #main-top .l-service {
    padding: 7rem 0 9.5rem;
    background: url(../images/bg_service_sp.jpg) no-repeat;
    background-size: cover;
  }
  #main-top .l-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    margin-top: 5.5rem;
  }
  #main-top .l-service__item {
    width: 100%;
    min-width: auto;
  }
  #main-top .l-service__item:nth-child(1) .l-service__item-icon {
    width: 6rem;
  }
  #main-top .l-service__item:nth-child(2) .l-service__item-icon {
    width: 5.7rem;
  }
  #main-top .l-service__item:nth-child(3) .l-service__item-icon {
    width: 5.2rem;
  }
  #main-top .l-service__item-head {
    margin-bottom: 2.5rem;
    min-height: auto;
    padding-left: 0;
  }
  #main-top .l-service__item-icon {
    width: 6rem;
  }
  #main-top .l-service__item-title {
    font-size: 1.8rem;
  }
  #main-top .l-service__list {
    margin-bottom: 2.5rem;
    gap: 0.9rem;
  }
  #main-top .l-service__list-item {
    font-size: 1.2rem;
    padding-left: 1.7rem;
  }
  #main-top .l-service__number span {
    font-size: 1.6rem;
  }
}
#main-top .l-our-strength {
  padding: 15rem 0 27rem;
  background-color: #e1e1e1;
}

#main-top .l-our-strength__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18.7rem;
  margin-top: 15.7rem;
}

#main-top .l-our-strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main-top .l-our-strength__item:nth-child(even) .l-our-strength__img {
  margin-left: -17rem;
  margin-right: 0;
}

@media screen and (max-width: 1140px) {
  #main-top .l-our-strength__item:nth-child(even) .l-our-strength__img {
    margin-left: -3rem;
  }
}
#main-top .l-our-strength__item:nth-child(even) .l-our-strength__img:after {
  top: 3rem;
}

#main-top .l-our-strength__item:nth-child(even) .l-our-strength__text-inner {
  margin-top: 16rem;
}

#main-top .l-our-strength__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#main-top .l-our-strength__text-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10.5rem;
}

#main-top .l-our-strength__badge {
  display: inline-block;
  background-color: #8795a2;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.7rem 1rem;
  margin-bottom: 3.5rem;
  letter-spacing: 0.05em;
}

#main-top .l-our-strength__title {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6176470588;
  color: #373737;
  margin-bottom: 5rem;
}

#main-top .l-our-strength__text {
  font-size: 1.5rem;
  line-height: 2;
  color: #373737;
  letter-spacing: 0.05em;
}

#main-top .l-our-strength__img {
  width: 48.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-right: -17rem;
}

@media screen and (max-width: 1140px) {
  #main-top .l-our-strength__img {
    margin-right: -3rem;
  }
}
#main-top .l-our-strength__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 3rem;
  top: 3rem;
  z-index: -1;
}

#main-top .l-our-strength__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#main-top .l-our-strength__img-text {
  position: absolute;
  top: -6rem;
  left: 6rem;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.2333333333;
  letter-spacing: 0.05em;
  z-index: 2;
  white-space: nowrap;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #main-top .l-our-strength {
    padding: 8rem 0;
  }
  #main-top .l-our-strength__content {
    gap: 13.5rem;
    margin-top: 9rem;
  }
  #main-top .l-our-strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6rem;
  }
  #main-top .l-our-strength__item:nth-child(even) .l-our-strength__img {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    margin-left: 0;
  }
  #main-top .l-our-strength__item:nth-child(even) .l-our-strength__text-inner {
    margin-top: 0;
  }
  #main-top .l-our-strength__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #main-top .l-our-strength__img {
    width: 100%;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    max-width: 24.4rem;
    margin-left: auto;
    margin-right: 0;
  }
  #main-top .l-our-strength__img:after {
    left: 2rem !important;
    top: 2rem !important;
  }
  #main-top .l-our-strength__img img {
    width: 100%;
  }
  #main-top .l-our-strength__img-text {
    top: -3rem;
    left: 3rem;
    font-size: 1.5rem;
  }
  #main-top .l-our-strength__badge {
    font-size: 1.2rem;
    margin-bottom: 2.8rem;
    padding: 0.6rem 1rem;
  }
  #main-top .l-our-strength__title {
    font-size: 2.3rem;
    line-height: 1.7391304348;
    margin-bottom: 3.5rem;
  }
  #main-top .l-our-strength__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #main-top .l-our-strength__text-inner {
    margin-top: 0;
  }
}
#main-top .l-tax {
  background-color: #e1e1e1;
  padding-top: 45rem;
  position: relative;
  overflow: hidden;
}

#main-top .l-tax::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 21.6rem solid #ffffff;
  border-left: 34.6rem solid transparent;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#main-top .l-tax__inner {
  background-color: #373737;
  padding-top: 20.5rem;
  padding-bottom: 27rem;
  position: relative;
  z-index:10
}

#main-top .l-tax .c-title__en {
  letter-spacing: 0.03em;
}

#main-top .l-tax__banner {
      height: 57rem;
    width: 100%;
  overflow: hidden;
  position: absolute;
  top: -3.5rem;
  left: 0;
}

#main-top .l-tax__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-top .l-tax__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13.5rem;
  margin-top: 14.5rem;
}

#main-top .l-tax__img {
  width: 41rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#main-top .l-tax__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  background-color: #dcdcdc;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .l-tax__text-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

#main-top .l-tax__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
  margin-top: -2rem;
}

#main-top .l-tax__job {
  font-size: 1.4rem;
  margin-right: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

#main-top .l-tax__name {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.13em;
  margin-right: 4rem;
}

#main-top .l-tax__name-en {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
	#main-top .l-tax{
		padding-top: 31.25vw;
	}

	#main-top .l-tax__banner {
		height: 39.58333333333333vw;
		top: -2.43055555555556vw;
	}
}

@media screen and (max-width: 767px) {
  #main-top .l-tax{
	padding-top: 12rem;
  }
  #main-top .l-tax::after {
    border-bottom: 10.8rem solid #ffffff;
    border-left: 17.3rem solid transparent;
  }
  #main-top .l-tax__banner {
   height: 19rem;
   top: -2rem;
  }
  #main-top .l-tax__inner {
    padding-top: 5rem;
    padding-bottom: 17rem;
  }
  #main-top .l-tax__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.6rem;
    margin-top: 6.5rem;
  }
  #main-top .l-tax__img {
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
  }
  #main-top .l-tax__name-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem 0;
    margin-bottom: 4rem;
  }
  #main-top .l-tax__job {
    width: 100%;
    font-size: 1.1rem;
  }
  #main-top .l-tax__name {
    margin-right: 2rem;
    font-size: 2.3rem;
  }
  #main-top .l-tax__name-en {
    font-size: 1.3rem;
  }
}
#main-top .l-office {
  padding: 16rem 0;
  position: relative;
  overflow: hidden;
}

#main-top .l-office::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -4%;
  width: 35rem;
  height: 57rem;
  -webkit-mask-image: url(../images/logo_w.svg);
  mask-image: url(../images/logo_w.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ebebeb;
  z-index: 1;
}

#main-top .l-office__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 11.5rem;
  margin-right: 5rem;
}

#main-top .l-office__info {
  width: 67.9rem;
  margin-top: 19.5rem;
}

#main-top .l-office__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0 1.4rem;
  border-bottom: 1px solid #c3cad0;
}

#main-top .l-office__info-row dt {
  width: 14rem;
  padding-left: 0.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#main-top .l-office__info-row dd,
#main-top .l-office__info-row dt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}

#main-top .l-office__map {
  width: 100%;
}

#main-top .l-office__map-iframe {
  width: 100%;
  height: 45rem;
  background-color: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#main-top .l-office__map-link-wrap {
  text-align: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {
  #main-top .l-office__map-link-wrap:hover {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
}
#main-top .l-office__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.11em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#main-top .l-office__map-link::before {
  content: "";
  display: block;
  width: 6.3rem;
  height: 1px;
  background-color: #373737;
  margin-right: 1.7rem;
}

#main-top .l-office__map-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #main-top .l-office {
    padding: 10rem 0 11.2rem;
  }
  #main-top .l-office::before {
    top: 10rem;
    left: auto;
    right: -4rem;
    width: 17.5rem;
    height: 28.5rem;
  }
  #main-top .l-office__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 7.2rem;
    margin-right: 0;
  }
  #main-top .l-office__info {
    width: 100%;
    margin-top: 4rem;
  }
  #main-top .l-office__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.2rem 0 1rem;
    gap: 0.2rem;
  }
  #main-top .l-office__info-row dt,
  #main-top .l-office__info-row dd {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding-left: 0;
    font-weight: 400;
  }
  #main-top .l-office__map-iframe {
    height: 37rem;
    margin-bottom: 1.3rem;
  }
  #main-top .l-office iframe {
    height: 37rem;
  }
  #main-top .l-office__map-link {
    font-size: 1.2rem;
  }
  #main-top .l-office__map-link::before {
    width: 4.3rem;
  }
}
#main-top .l-contact {
  background-color: #373737;
  padding: 15rem 0 0.6rem;
}

#main-top .l-contact-form {
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  #main-top .l-contact {
    padding: 7.2rem 0 0.6rem;
  }
}
.p-news-content {
  padding: 16rem 0 12rem;
  background-color: #e1e1e1;
}

.p-news-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid transparent;
  width: 100%;
}

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

.p-news-list__item + .p-news-list__item {
  margin-top: 0.3rem;
}

.p-news-list__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 4rem 3rem 4.7rem;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .p-news-list__item--link:hover {
    background-color: #373737;
  }
  .p-news-list__item--link:hover .p-news-list__item--date {
    color: #ffffff;
  }
  .p-news-list__item--link:hover .p-news-list__item--badge {
    border-color: #ffffff;
    color: #ffffff;
  }
  .p-news-list__item--link:hover .p-news-list__item--text {
    color: #ffffff;
  }
  .p-news-list__item--link:hover .p-news-list__item--icon {
    background-color: #ffffff;
  }
}
.p-news-list__item--date {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #686a6e;
  font-weight: 500;
  margin-right: 1.7rem;
  letter-spacing: 0.05em;
}

.p-news-list__item--badge {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
  color: #686a6e;
  border: 1px solid #686a6e;
  padding: 0rem 1.5rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3.2rem;
  letter-spacing: 0.05em;
}

.p-news-list__item--text {
  font-size: 1.7rem;
  line-height: 2.2666666667;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  padding-right: 3rem;
}

.p-news-list__item--icon {
  width: 4rem;
  height: 4rem;
  background-image: url(../images/ico_arrow_right.svg);
  background-size: 1.4rem 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #cfcecd;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-news-content {
    padding: 11.3rem 0 9.3rem;
  }
  .p-news-list__item + .p-news-list__item {
    margin-top: 0.2rem;
  }
  .p-news-list__item--link {
    padding: 1.8rem 5rem 1.6rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .p-news-list__item--date {
    font-size: 1.2rem;
    margin-right: 1.3rem;
  }
  .p-news-list__item--badge {
    font-size: 1.2rem;
    margin-right: 1rem;
    padding: 0rem 1rem 0.3rem;
    line-height: 0.8;
  }
  .p-news-list__item--text {
    margin-top: 0.5rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 1.2rem;
    padding-right: 0rem;
  }
  .p-news-list__item--icon {
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    background-size: 1.1rem 1.3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-newSingle-content {
  padding: 16rem 0 11.5rem;
  background-color: #e1e1e1;
}

.p-newSingle-boxIn {
  background-color: #fff;
}

.p-newSingle-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 19.6rem;
  background-color: #373737;
  padding: 2.5rem 5.2rem;
  border-bottom: 0.3rem solid #e1e1e1;
}

.p-newSingle-heading__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

.p-newSingle-heading--badge {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 0.8;
  color: #fff;
  border: 1px solid #fff;
  padding: 0rem 2.3rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.p-newSingle-heading--date {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.4rem;
}

.p-newSingle-heading--title {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  font-family: "Cinzel", serif;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 3.4rem;
  color: #fff;
  font-weight: 400;
  margin-right: 1.7rem;
  letter-spacing: 0.05em;
  width: 100%;
}

.p-newSingle-body {
  padding: 10rem 11.5rem 10.7rem;
}

.p-newSingle-body figure {
  margin: 0 auto 9.5rem;
}

.p-newSingle-body p {
  font-size: 1.5rem;
  color: #373737;
  line-height: 2.6666666667;
  font-weight: 400;
}

.p-newSingle-btn {
  text-align: center;
  margin-top: 10.7rem;
}

.p-newSingle-btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 2.2rem 0.4rem 1.7rem;
  border: 1px solid #373737;
  border-radius: 5rem;
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  color: #373737;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 21.7rem;
  max-width: 100%;
  background-color: #ecebeb;
}

.p-newSingle-btn__link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.4rem;
  height: 0.75rem;
  -webkit-mask-image: url(../images/ico_arrow.svg);
  mask-image: url(../images/ico_arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #373737;
  -webkit-transform: rotateY(-180deg) translateY(-0.2rem);
  transform: rotateY(-180deg) translateY(-0.2rem);
}

@media screen and (min-width: 960px) {
  .p-newSingle-btn__link:hover {
    background-color: #373737;
    color: #ffffff;
  }
  .p-newSingle-btn__link:hover .p-newSingle-btn__link--icon {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-newSingle-content {
    padding: 11.4rem 0 9rem;
  }
  .p-newSingle-heading {
    padding: 1.8rem 2rem 1.5rem;
    min-height: 7.6rem;
  }
  .p-newSingle-heading--badge {
    font-size: 1.1rem;
    padding: 0rem 1.1rem 0rem;
  }
  .p-newSingle-heading--date {
    font-size: 1.1rem;
  }
  .p-newSingle-heading--title {
    font-size: 1.2rem;
    margin: 0.9rem 0 0 0;
  }
  .p-newSingle-body {
    padding: 4rem 2rem 3rem;
  }
  .p-newSingle-body figure {
    margin: 0 auto 3.3rem;
  }
  .p-newSingle-body p {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
  .p-newSingle-btn {
    margin-top: 6.5rem;
  }
  .p-newSingle-btn__link {
    padding: 0.4rem 2.2rem 0.4rem 1.7rem;
    border: 2px solid #373737;
  }
}
.l-thanks {
  background-color: #373737;
  padding: 15rem 0 0;
}

.l-thanks__content {
  max-width: 96rem;
  margin: 0 auto;
}

.l-thanks__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9333333333;
  letter-spacing: 0.05em;
  color: #fff;
}

.l-thanks__btn {
  text-align: center;
  margin-top: 9.5rem;
}

.l-thanks__btn .c-form__btn-send {
  min-width: 30rem;
  gap: 3rem;
  padding: 1rem 3.2rem 1.5rem 3.5rem;
}

.l-thanks__btn .c-form__btn-send .c-form__btn--icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.l-thanks__btn .c-form__btn-send .c-form__btn--txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-thanks {
    padding: 7rem 0 0;
  }
  .l-thanks__text {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
  .l-thanks__btn {
    margin-top: 5.2rem;
  }
  .l-thanks .c-form__btn-send {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6rem;
    background-color: #ecebeb;
    color: #fff;
    gap: 1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border: 1px solid #373737;
    padding: 1rem 3.2rem 1.5rem 6.5rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    min-width: 21rem;
    min-height: 5.6rem;
    padding: 1rem 3.2rem 1.5rem 2.5rem;
  }
  .l-thanks .c-form__btn--txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
    color: #373737;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .l-thanks .c-form__btn--icon {
    width: 3.2rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask-image: url(../images/ico_arrow.svg);
    mask-image: url(../images/ico_arrow.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: #373737;
  }
}
