@charset "UTF-8";
/* %算出に使用 */
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  color: #4d5156;
  font-family: "Noto Serif JP", serif;
  word-break: break-all;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
main {
  margin-top: -5%;
}
@media (max-width: 767px) {
  main {
    margin-top: -8%;
  }
}

/* コンテンツ幅
------------------------------*/
.inner {
  width: 77%;
  max-width: unset;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
  }
}

/* タイトル
------------------------------*/
.c-primary-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1656050955vw;
  font-weight: 400;
  line-height: 1.2058823529;
  letter-spacing: 0.079em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-right: 1.5em;
}
.c-primary-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_plus.svg) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-primary-title {
    font-size: 6.4vw;
  }
}

.c-primary-title--md {
  font-size: 3.821656051vw;
}
@media (max-width: 767px) {
  .c-primary-title--md {
    font-size: 11.2vw;
  }
}

.c-primary-title--lg {
  font-size: 7.0063694268vw;
}
@media (max-width: 767px) {
  .c-primary-title--lg {
    font-size: 14.4vw;
  }
}

.c-primary-title--2 {
  padding-right: 1.1em;
}

.c-primary-title--3 {
  line-height: 0.8;
}

.c-section-title__en {
  display: block;
  font-size: 2.5477707006vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.06em; /*  */
}
@media (max-width: 767px) {
  .c-section-title__en {
    font-size: 7.4666666667vw;
  }
}

.c-section-title__ja {
  display: block;
  font-size: 1.5923566879vw;
  font-weight: 200;
  line-height: 1.2;
  margin-top: 0.8em; /*  */
}
@media (max-width: 767px) {
  .c-section-title__ja {
    font-size: 4.8vw;
    margin-top: 0.5em;
  }
}

/* ボタン
------------------------------*/
.c-btn {
  min-width: 13.5em;
  display: inline-block;
  font-size: 1.2738853503vw;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  border: 1px solid #47555e;
  padding: 1.1em 1.2em;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  background: url(../img/img_plus.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: all 0.7s;
  top: 50%;
  right: 2em; /*  */
  width: 0.8em; /*  */
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 3.7333333333vw;
  }
}

.c-btn--wh {
  border: 1px solid #fff;
}
.c-btn--wh::after {
  background: url(../img/img_plus_wh.svg) no-repeat center center/contain;
}

.c-btn-icon::after {
  content: "";
  position: absolute;
  background: url(../img/img_plus.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: all 0.7s;
  top: 50%;
  right: 2em; /*  */
  width: 0.8em; /*  */
  aspect-ratio: 1/1;
}

.c-btn-icon--2::after {
  background: url(../img/img_plus2.svg) no-repeat center center/contain;
}

.c-btn--2::after {
  right: 1.2em;
}

.c-btn, .c-btn-icon {
  position: relative;
}
@media (hover: hover) {
  .c-btn:hover::after, .c-btn-icon:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* ページヒーロー
------------------------------*/
.c-hero {
  position: relative;
}

.c-hero__catch {
  width: 88.9102564103%;
  font-size: 1.3375796178vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.8em;
  text-align: right;
  padding: 1.3em 0 0.8em;
  margin-left: 0.4em;
}
@media (max-width: 767px) {
  .c-hero__catch {
    font-size: 2.4vw;
    padding: 3.5em 0 1.6em;
    margin-left: 0em;
  }
}

.c-hero__wrapper {
  display: flex;
  margin-top: 1.2820512821vw;
  aspect-ratio: 1560/497;
}
@media (max-width: 767px) {
  .c-hero__wrapper {
    aspect-ratio: 327/342;
  }
}

.c-hero__visual {
  position: relative;
  width: 88.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11.6666666667vw;
}
@media (max-width: 767px) {
  .c-hero__visual {
    width: 87.2%;
    padding: 0 8vw;
    padding-right: 0;
  }
}

.c-hero__visual--beige {
  background: #E9E6DE;
}

.c-hero__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5477707006vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.079em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-right: 1.08em;
  color: #fff;
}
.c-hero__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_plus_wh.svg) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 1/1;
}
.c-hero__title span:not(.act) {
  display: none;
}
@media (max-width: 767px) {
  .c-hero__title {
    font-size: 7.4666666667vw;
  }
}

@-webkit-keyframes typingCursor {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes typingCursor {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-page-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5477707006vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.079em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-right: 1.18em;
}
.c-page-title-en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_plus.svg) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-page-title-en {
    font-size: 7.4666666667vw;
  }
}

.c-page-title-ja {
  display: block;
  font-size: 1.5923566879vw;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c-page-title-ja {
    font-size: 4.8vw;
  }
}

.c-hero__copyright {
  width: 11.0897435897%;
  font-size: 0.6369426752vw;
  font-weight: 200;
  line-height: 2.4;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-hero__copyright {
    width: 12.8%;
    font-size: 1.8666666667vw;
  }
}

.c-hero__copyright--2 {
  position: absolute;
  top: 0%;
  right: 0.5%;
  transform: translate(0%, -8%);
}
@media (max-width: 767px) {
  .c-hero__copyright--2 {
    right: 2%;
    transform: translate(0%, -8%);
    line-height: 1;
    width: 1em;
  }
}

/* 導入ブロック
------------------------------*/
.c-intro__en {
  font-size: 3.1847133758vw;
  font-weight: 400;
  line-height: 1.2;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-intro__en {
    font-size: 8.8vw;
  }
}

.c-intro__heading {
  font-size: 1.9108280255vw;
  font-weight: 200;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-intro__heading {
    font-size: 5.6vw;
  }
}

.c-intro__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
}
@media (max-width: 767px) {
  .c-intro__message {
    font-size: 3.2vw;
  }
}

/* パンくずリスト
------------------------------*/
.c-breadcrumbs {
  font-size: 0.9554140127vw;
  font-weight: 200;
  line-height: 1.7333333333;
  margin-top: 1em;
}
.c-breadcrumbs .inner > span {
  padding: 0 0.5em;
}
.c-breadcrumbs .inner > span:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 2.6666666667vw;
    margin-top: 1.3em;
  }
  .c-breadcrumbs .inner {
    padding: 0 5%;
  }
  .c-breadcrumbs .inner > span {
    padding: 0 0.8em;
  }
  .c-breadcrumbs .inner > span:first-child {
    padding-left: 0;
  }
}

/* 追従CTA
------------------------------*/
.floting-cta {
  width: 31.5286624204vw;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0%;
  background: #47555e;
  border-radius: 3.1847133758vw 0 0 0;
  color: #fff;
  padding: 2.2292993631vw 3.1847133758vw;
}
.floting-cta::before {
  content: "";
  position: absolute;
  background: url(../img/img_plus_wh.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: all 0.7s;
  top: 50%;
  right: 3.4vw;
  width: 1.1vw;
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .floting-cta:hover::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 767px) {
  .floting-cta {
    width: 60%; /*  */
    border-radius: 8vw 0 0 0;
    padding: 5.1vw 8vw;
    padding-right: 0;
  }
  .floting-cta::before {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .floting-cta {
    transform: scale(0.5);
    transform-origin: right bottom;
  }
}

.floting-cta__ja {
  display: block;
  font-size: 1.5923566879vw;
  font-weight: 200;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .floting-cta__ja {
    font-size: 3.7333333333vw;
  }
}

.floting-cta__en {
  display: block;
  margin-top: 0.9em;
  font-size: 1.4649681529vw;
  font-weight: 400;
  line-height: 1.1739130435;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .floting-cta__en {
    font-size: 3.2vw;
  }
}

/* NEWSリスト
------------------------------*/
.c-news-list {
  margin-bottom: 12.6%;
}

.c-news-item {
  font-size: 1.1464968153vw;
  font-weight: 350;
  line-height: 2.7777777778;
  letter-spacing: 0.08em;
  position: relative;
}
.c-news-item::before, .c-news-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0%;
  background-image: linear-gradient(to right, #47555e, #47555e 0.1910828025vw, transparent 0.1910828025vw);
  background-size: 0.3821656051vw 100%;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.c-news-item::before {
  bottom: 0;
}
.c-news-item::after {
  opacity: 0;
  top: 0;
}
.c-news-item:first-child::after {
  opacity: 1;
}
.c-news-item a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-news-item {
    font-size: 3.2vw;
    padding: 6.5% 0%;
  }
  .c-news-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-news-item__meta {
  width: 25%;
  display: flex;
  align-items: center;
  padding-left: 0.7%;
}
@media (max-width: 767px) {
  .c-news-item__meta {
    width: 100%;
  }
}

.c-news-item__category {
  border-radius: 1.0828025478vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e6de;
  margin-left: 12%;
  padding: 0.4em 1.5em;
  line-height: 1;
}
.c-news-item__category.NEWS {
  background: #47555e;
  color: #fff;
}
@media (max-width: 767px) {
  .c-news-item__category {
    border-radius: 4.5333333333vw;
    font-size: 3.2vw;
  }
}

.c-news-item__title {
  width: 75%;
  letter-spacing: 0.01em;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  .c-news-item__title {
    width: 100%;
    padding: 0.5em 0 0;
  }
}

/* PROJECTS見出し
------------------------------*/
.c-projects-header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-projects-header {
    display: block;
  }
}

.c-projects-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1656050955vw;
  font-weight: 400;
  line-height: 1.2058823529;
  letter-spacing: 0.079em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-right: 1.5em;
}
.c-projects-header__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_plus.svg) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-projects-header__title {
    font-size: 6.4vw;
  }
}

.c-projects-header__sub {
  margin-left: min(30px, 1.5625vw);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-projects-header__sub {
    margin-left: 0;
    margin-top: 5.5865921788%;
  }
}

.c-projects-header__sub-en {
  font-size: 1.5923566879vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  padding-right: 1em;
  border-right: 1px solid #4d5156;
}
@media (max-width: 767px) {
  .c-projects-header__sub-en {
    font-size: 4.6666666667vw; /*  */
    padding-right: 0.5em;
    white-space: nowrap;
  }
}

.c-projects-header__sub-ja {
  font-size: 1.1464968153vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .c-projects-header__sub-ja {
    font-size: 3.3333333333vw; /*  */
    padding-left: 0.5em;
    white-space: nowrap;
  }
}

/* PROJECTSスライダー
------------------------------*/
.projectsSwiper {
  overflow: hidden;
  position: relative;
  padding-left: 11.5%;
}
.projectsSwiper .swiper-slide {
  width: 26.7vw;
  margin-right: 4.2vw;
}
.projectsSwiper .swiper-button-next, .projectsSwiper .swiper-button-prev {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  height: auto;
  width: auto;
  position: absolute;
  background: url(../img/icon_arrow.svg) no-repeat center center/100%;
  aspect-ratio: 1/1;
  transform: translate(-20%, -50%);
  width: 6%;
  right: 0%;
  top: 15.4777070064vw;
}
.projectsSwiper .swiper-button-next::after, .projectsSwiper .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .projectsSwiper {
    padding-left: 8%;
  }
  .projectsSwiper .swiper-slide {
    width: 79vw;
    margin-right: 8vw;
  }
  .projectsSwiper .swiper-button-next, .projectsSwiper .swiper-button-prev {
    top: 43vw;
    width: 18%;
  }
}

.c-projects-list {
  margin-top: 3.7%;
}
@media (max-width: 767px) {
  .c-projects-list {
    margin-top: 5%;
  }
}

.c-projects-item__thumbnail img {
  aspect-ratio: 362/392;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.1847133758vw 0 3.1847133758vw 0;
}
@media (max-width: 767px) {
  .c-projects-item__thumbnail img {
    border-radius: 8vw 0 8vw 0;
  }
}

.c-projects-item__body {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}

.c-projects-item__title {
  font-weight: 200;
  font-size: 1.1464968153vw;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-projects-item__title {
    font-size: 3.2vw;
    width: 80%;
  }
}

.c-projects-item__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 5.0955414013vw;
  transform: translateY(-0.15em);
  width: 1.5em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-projects-item__number {
    font-size: 12vw;
  }
}

.c-projects-button {
  margin-top: 2.8%;
}
.c-projects-button::after {
  right: 1em;
}
@media (max-width: 767px) {
  .c-projects-button {
    margin-top: 9.8%; /*  */
  }
}

/* 投稿のデフォルトスタイル
------------------------------*/
.c-editor-style h1, .c-editor-style h2, .c-editor-style h3, .c-editor-style h4, .c-editor-style h5, .c-editor-style h6, .c-editor-style strong {
  font-weight: bold;
  margin: 1em 0;
}
.c-editor-style h1 {
  font-size: 2.75rem;
}
.c-editor-style h2 {
  font-size: 2rem;
}
.c-editor-style h3 {
  font-size: 1.5rem;
}
.c-editor-style h4 {
  font-size: 1.25rem;
}
.c-editor-style p {
  margin: 2em 0;
}
.c-editor-style a {
  color: #0073aa;
  text-decoration: underline;
}
.c-editor-style ol {
  margin: 16px 0;
  counter-reset: count 0;
}
.c-editor-style ol li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.c-editor-style ol li::before {
  content: counter(count) ".";
  counter-increment: count 1;
}
.c-editor-style ul {
  margin: 16px 0;
}
.c-editor-style ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.c-editor-style ul li::before {
  content: "・";
}
.c-editor-style img {
  margin: 16px 0;
}
.c-editor-style table {
  margin: 16px 0;
}

/* 問い合わせフォーム
------------------------------*/
.c-contact-form__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 1.6666666667;
}
.c-contact-form__message span {
  position: relative;
  padding-left: 2em;
}
.c-contact-form__message span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #47555e;
  width: 1.3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-contact-form__message {
    font-size: 3.2vw;
  }
  .c-contact-form__message span::before {
    top: 25%;
  }
}

.c-contact-form__list {
  margin-top: 4.1666666667%;
}

.c-contact-form__items {
  border-top: 1px solid #595757;
  display: flex;
  flex-wrap: wrap;
}
.c-contact-form__items dt, .c-contact-form__items dd {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.4444444444;
  padding: 1.87em 0;
  border-bottom: 1px solid #595757;
}
.c-contact-form__items dt {
  width: 29.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3em;
}
.c-contact-form__items dd {
  width: 70.5%;
  padding-right: 1em;
}
.c-contact-form__items dd input[type=text],
.c-contact-form__items dd input[type=tel],
.c-contact-form__items dd input[type=email],
.c-contact-form__items dd select,
.c-contact-form__items dd textarea {
  font: inherit;
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  border: 1px solid #4d4d4d;
  padding: 0 0.5em;
  line-height: 1.8;
}
.c-contact-form__items dd input[type=text]:focus,
.c-contact-form__items dd input[type=tel]:focus,
.c-contact-form__items dd input[type=email]:focus,
.c-contact-form__items dd select:focus,
.c-contact-form__items dd textarea:focus {
  outline: none;
}
.c-contact-form__items dd textarea {
  resize: vertical;
  min-height: 290px;
}
.c-contact-form__items dd input[type=date] {
  font: inherit;
  font-family: inherit;
  color: #4d5156;
  line-height: 1;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background: transparent;
  border: 1px solid #4d4d4d;
}
.c-contact-form__items dd input[type=date]:focus {
  outline: none;
}
@media (max-width: 767px) {
  .c-contact-form__items {
    display: block;
  }
  .c-contact-form__items dt, .c-contact-form__items dd {
    width: 100%;
    font-size: 3.2vw;
    border-bottom: none;
  }
  .c-contact-form__items dt {
    padding-top: 5.5865921788%;
    padding: 5.5865921788% 0 0 2.6em;
    padding-left: 1.5em;
  }
  .c-contact-form__items dd {
    padding: 0 0 5.5865921788% 0;
    border-bottom: 1px solid #4d4d4d;
    margin-top: 2.7932960894%;
  }
}

.c-contact-form__required {
  position: relative;
}
.c-contact-form__required::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translateY(-50%);
  background: #47555e;
  width: 0.9em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-contact-form__required::before {
    top: 70%;
    left: 0;
  }
}

.c-contact-form__postal {
  display: flex;
  align-items: center;
  gap: 0 2.6035502959%;
}

.c-contact-form__postal-inputs {
  width: 31.9526627219%;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.c-contact-form__postal-inputs span {
  width: 41.4814814815% !important;
}
@media (max-width: 767px) {
  .c-contact-form__postal-inputs {
    width: 60%;
  }
}

.c-contact-form__postal-button {
  margin-left: 1%;
}
.c-contact-form__postal-button p {
  display: inline-block;
  background: #47555e;
  padding: 0 0.8em;
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .c-contact-form__postal-button p {
    font-size: 3.2vw;
  }
}

.c-contact-form__address-item {
  display: flex;
  align-items: center;
}
.c-contact-form__address-item:nth-child(n+2) {
  margin-top: 0.3%;
}

.c-contact-form__address-label {
  width: 9.9408284024%;
}
@media (max-width: 767px) {
  .c-contact-form__address-label {
    width: 20%;
  }
}

.c-contact-form__address-input {
  width: 90.0591715976%;
}
@media (max-width: 767px) {
  .c-contact-form__address-input {
    width: 80%;
  }
}

.c-contact-form__select {
  width: 16.1290322581%;
  position: relative;
}
.c-contact-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_bk.svg) no-repeat center center/contain;
  width: 0.6em;
  aspect-ratio: 25/14;
}
@media (max-width: 767px) {
  .c-contact-form__select {
    width: 40%;
  }
}

.c-contact-form__choices .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-contact-form__choices .wpcf7-list-item:nth-child(n+2) {
    margin-top: 3%;
  }
  .c-contact-form__choices .wpcf7-list-item-label {
    margin-top: calc((1lh - 1em) / -2);
  }
}

.c-contact-form__radio-custom {
  display: flex;
  align-items: center;
}
.c-contact-form__radio-custom:has(input:checked) .c-contact-form__radio::after {
  display: block;
}
.c-contact-form__radio-custom input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .c-contact-form__radio-custom {
    align-items: flex-start;
  }
}

.c-contact-form__radio {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #4d4d4d;
  position: relative;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.c-contact-form__radio::after {
  display: none;
  content: "";
  position: absolute;
  aspect-ratio: 10/17;
  width: 45%;
  right: 0%;
  top: 50%;
  border-left: 1px solid #4d5156;
  border-bottom: 1px solid #4d5156;
  transform: translate(-50%, -65%) rotate(35deg) scale(-1, 1);
}

.wpcf7-form-control-wrap:has(input[type=date]) {
  line-height: 1;
}

.c-contact-form__submit {
  margin-top: 5.4166666667%;
}
@media (max-width: 767px) {
  .c-contact-form__submit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.c-contact-form__button {
  cursor: pointer;
  position: relative;
}
.c-contact-form__button input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 768px) {
  .c-contact-form__button.c-formBt-submit {
    margin-left: 2em;
  }
}
@media (max-width: 767px) {
  .c-contact-form__button.c-formBt-submit {
    margin-top: 1.5em;
  }
}

.c-thanks-text {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  text-align: center;
  position: relative;
  margin: 5em auto 8em;
  padding: 0 3em;
}
@media (max-width: 767px) {
  .c-thanks-text {
    line-height: 2;
    font-size: 3.2vw;
    margin: 3em auto 5em;
  }
}

.c-thanks-text--campaign {
  margin-bottom: 2em;
}

.wpcf7-response-output { /* エラー&送信完了テキスト */
  font-size: 16px;
  text-align: center;
}

input[type=submit]:disabled {
  opacity: 0.5;
} /* 無効時透明度 */
.wpcf7-list-item {
  margin: 0;
}

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

.invalid-caution { /* バリデーションエラーメッセージ */
  width: 100%;
  color: #C1262D;
  font-size: 0.8917197452vw;
}
@media (max-width: 767px) {
  .invalid-caution {
    font-size: 3.2vw;
  }
}

.c-contact-form__postal .invalid-caution,
.c-invalid1 .invalid-caution {
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, 0.5em);
}

p:nth-child(n+2 of .invalid-caution) {
  display: none;
}

.bt_acc {
  pointer-events: none;
  opacity: 0.5;
}
.bt_acc.act {
  pointer-events: auto;
  opacity: 1;
}

[data-form-mode=con] .is-in {
  display: none !important;
}
[data-form-mode=con] .is-con-po {
  pointer-events: none !important;
}
[data-form-mode=con] input:not([type=submit]), [data-form-mode=con] textarea, [data-form-mode=con] select, [data-form-mode=con] label {
  pointer-events: none !important;
}
[data-form-mode=con] .c-contact-form__select::after {
  display: none;
}
[data-form-mode=con] .c-contact-form__postal-inputs {
  text-align: center;
}

[data-form-mode=in] .is-con {
  display: none !important;
}

/*------------------------------
CTA
------------------------------*/
.cta {
  display: block;
  padding: 12.2% 0;
  background: url(../img/cta_bg.webp) no-repeat center center/cover;
  color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .cta:hover .cta__message::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 20% 0 25%;
  }
}

.cta__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta__wrapper {
    display: block;
  }
}

.cta__title {
  width: 38.5%;
}
@media (max-width: 767px) {
  .cta__title {
    width: 100%;
    border-right: none;
    position: relative;
    padding-bottom: 11.1731843575%;
  }
  .cta__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 16%;
    height: 1px;
  }
}

.cta__title-ja {
  display: block;
  font-size: 1.9108280255vw;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .cta__title-ja {
    font-size: 5.6vw;
  }
}

.cta__title-en {
  display: block;
  font-size: 1.4649681529vw;
  font-weight: 400;
  line-height: 1.1739130435;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .cta__title-en {
    font-size: 4.2666666667vw;
  }
}

.cta__message {
  padding-left: 7.0833333333%;
  width: 61.5%;
  font-size: 1.2738853503vw;
  font-weight: 350;
  line-height: 2.05;
  position: relative;
  letter-spacing: 0.06em;
}
.cta__message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_plus_wh.svg) no-repeat center center/contain;
  width: 2.75em;
  aspect-ratio: 1/1;
  transition: all 0.7s;
}
@media (min-width: 768px) {
  .cta__message {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .cta__message {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 16.7597765363% 0 22.3463687151% 0;
  }
  .cta__message::after {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    transform: unset;
  }
}

/*------------------------------
ACCESS
------------------------------*/
.access {
  position: relative;
}

.access__link {
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #47555e;
  font-size: 1.2738853503vw;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
  width: 20.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .access__link {
    font-size: 2.6666666667vw;
    width: 20em;
  }
}

.access__map {
  width: 100%;
  aspect-ratio: 1573/438;
}
@media (max-width: 767px) {
  .access__map {
    aspect-ratio: 1200/986;
  }
}

/*------------------------------
404
------------------------------*/
.error-page {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-page h2 {
  font-size: 3.75rem;
  font-weight: bold;
}
.error-page p {
  padding-top: 5%;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .error-page h2 {
    font-size: 2.5rem;
  }
  .error-page p {
    font-size: 1rem;
  }
}

/*------------------------------
scroll infinite
------------------------------*/
.scrollCon { /* スライダー領域サイズ */
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 1lh;
  position: relative;
  font-size: 12.7388535032vw;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  color: #231815;
  width: 100%;
  letter-spacing: 0.145em;
  white-space: nowrap;
  line-height: 0.8;
  margin-top: -6.5%;
}
@media (max-width: 767px) {
  .scrollCon {
    font-size: 28.8vw;
    margin-top: 0.3em;
  }
}

.scrollCon--loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #efede7;
  margin-top: 0;
  width: 100vw;
}
@media (max-width: 767px) {
  .scrollCon--loading {
    height: 2lh;
    font-size: 26.6666666667vw;
    line-height: 1.2;
  }
  .scrollCon--loading .scrollItem {
    width: 120%;
  }
}
.scrollItem {
  display: flex;
  max-width: unset;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media (max-width: 767px) {
  .scrollItem {
    width: 220%;
  }
}

.scroll-c {
  max-width: unset;
  flex-shrink: 0;
  width: calc(100% + 1em);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-c--2 {
  width: calc(100% + 2em);
}

.scroll-c--3 {
  width: calc(100% + 3em);
}

/*------------------------------
fade
------------------------------*/
#fadeWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
#fadeWrap > picture, #fadeWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* ※1 */
}
#fadeWrap > picture img, #fadeWrap > img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fadeWrap > picture:not(.act-transition), #fadeWrap > img:not(.act-transition) {
  opacity: 0;
}
#fadeWrap > picture.act-transition, #fadeWrap > img.act-transition {
  transition: transform 7s linear;
}

/*------------------------------
loading
------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
}
@media (max-width: 767px) {
  .loading {
    justify-content: flex-start;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .loading {
    justify-content: center;
  }
}

.loading img {
  width: 10%;
  transform: translateX(-10%);
  transition: opacity 1.5s;
  position: relative;
  z-index: 200;
  opacity: 0;
  aspect-ratio: 146/111;
}
@media (max-width: 767px) {
  .loading img {
    width: 26%;
    margin-top: 15%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .loading img {
    margin-top: 0;
    width: 13%;
  }
}

.loading-body {
  opacity: 0;
}
.loading-body.active1 {
  opacity: 1;
}
.loading-body.active2 {
  transition: opacity 2s;
}

.loading-bg {
  transition: opacity 2s;
}

.loading.active1 img {
  opacity: 1;
}

.loading.active2 {
  opacity: 0;
}

body.loadingActive {
  position: fixed;
  overflow-y: scroll; /* fixedでもスクロールバーが消えないようにする */
  top: 0;
  left: 0;
  width: 100%;
}

#loadingBg {
  background: #fff;
}

.hero__title--loading {
  color: #4d5156;
  font-size: 1.3375796178vw;
  height: 1lh;
  padding-right: 0;
  letter-spacing: 0.7em;
  position: relative;
  z-index: 200;
}
.hero__title--loading::after {
  display: none;
}
@media (max-width: 767px) {
  .hero__title--loading {
    font-size: 2.9333333333vw;
  }
}

.loading-link {
  font-size: 2.0382165605vw;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 13.6% auto 0;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 200;
}
.loading-link a {
  width: 30%;
}
.loading-link a span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1464968153vw;
  display: block;
  letter-spacing: normal;
  margin-top: 1.3em;
}
@media (max-width: 767px) {
  .loading-link {
    font-size: 4.2666666667vw;
    flex-direction: column;
    align-items: center;
    margin: 33.6% auto 0;
  }
  .loading-link a {
    width: 100%;
  }
  .loading-link a:nth-child(n+2) {
    margin-top: 14%;
  }
  .loading-link a span {
    font-size: 2.4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .loading-link {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 0;
    width: 90%;
    font-size: 3.2vw;
  }
  .loading-link a {
    width: 30%;
  }
  .loading-link a:nth-child(n+2) {
    margin-top: 0;
  }
  .loading-link a span {
    font-size: 2.4vw;
  }
}

.loading-title {
  position: relative;
  margin-top: 8%;
}
@media (max-width: 767px) {
  .loading-title {
    margin-top: 40%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .loading-title {
    margin: 5% 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.fade:not(.nofade) {
  opacity: 0;
}

.body[class][class] .u-trans-1 {
  transform: translateY(-50%);
}
.body[class][class] .u-radius1 {
  border-radius: 3.1847133758vw 0 3.1847133758vw 0;
}
.body[class][class] .u-mt0 {
  margin-top: 0%;
}
.body[class][class] .u-mt2 {
  margin-top: 2%;
}
.body[class][class] .u-ptb60 {
  padding-top: 3.821656051vw;
  padding-bottom: 3.821656051vw;
}
.body[class][class] .u-plr0_2em {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.body[class][class] .u-mb5 {
  margin-bottom: 5%;
}
.body[class][class] .u-mb7 {
  margin-bottom: 7%;
}
.body[class][class] .u-mb10 {
  margin-bottom: 10%;
}
.body[class][class] .u-mb2_8 {
  margin-bottom: 2.8%;
}
.body[class][class] .u-mr15p {
  margin-right: 0.9554140127vw;
}
.body[class][class] .u-ml15p {
  margin-left: 0.9554140127vw;
}
.body[class][class] .u-ml55p {
  margin-left: 3.5031847134vw;
}
.body[class][class] .u-ml70p {
  margin-left: 4.4585987261vw;
}
.body[class][class] .u-wid120p {
  width: 7.6433121019vw;
}
.body[class][class] .u-wid130p {
  width: 8.2802547771vw;
}
.body[class][class] .u-tac {
  text-align: center;
}
.body[class][class] .u-tal {
  text-align: left;
}
.body[class][class] .u-d-flex {
  display: flex;
}
@media (min-width: 768px) {
  .body[class][class] .u-mb5-pc {
    margin-bottom: 5%;
  }
  .body[class][class] .u-mb7-pc {
    margin-bottom: 7%;
  }
  .body[class][class] .u-mb10-pc {
    margin-bottom: 10%;
  }
  .body[class][class] .u-mb2_8-pc {
    margin-bottom: 2.8%;
  }
  .body[class][class] .u-mr15p-pc {
    margin-right: 0.9554140127vw;
  }
  .body[class][class] .u-ml15p-pc {
    margin-left: 0.9554140127vw;
  }
  .body[class][class] .u-ml55p-pc {
    margin-left: 3.5031847134vw;
  }
  .body[class][class] .u-ml70p-pc {
    margin-left: 4.4585987261vw;
  }
  .body[class][class] .u-ptb60-pc {
    padding-top: 3.821656051vw;
    padding-bottom: 3.821656051vw;
  }
  .body[class][class] .u-d-flex-pc {
    display: flex;
  }
}
@media (max-width: 767px) {
  .body[class][class] .u-radius1 {
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
  .body[class][class] .u-trans2-sp {
    transform: translateY(25%);
  }
  .body[class][class] .inner50-sp {
    padding: 0 5%;
  }
  .body[class][class] .inner65-sp {
    padding: 0 6.5%;
  }
  .body[class][class] .u-mt18-sp {
    margin-top: 18%;
  }
  .body[class][class] .u-mt1e-sp {
    margin-top: 1em;
  }
  .body[class][class] .u-mb5-sp {
    margin-bottom: 5%;
  }
  .body[class][class] .u-mb10-sp {
    margin-bottom: 10%;
  }
  .body[class][class] .u-mb12-sp {
    margin-bottom: 12%;
  }
  .body[class][class] .u-mr15p-sp {
    margin-right: 4vw;
  }
  .body[class][class] .u-ml15p-sp {
    margin-left: 4vw;
  }
  .body[class][class] .u-ml55p-sp {
    margin-left: 14.6666666667vw;
  }
  .body[class][class] .u-ml70p-sp {
    margin-left: 18.6666666667vw;
  }
  .body[class][class] .u-wid40p-sp {
    width: 10.6666666667vw;
  }
  .body[class][class] .u-wid100p-sp {
    width: 26.6666666667vw;
  }
  .body[class][class] .u-colgap20-sp {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
  }
  .body[class][class] .u-d-flex-sp {
    display: flex;
  }
  .body[class][class] .u-alignitems-center-sp {
    align-items: center;
  }
  .body[class][class] .u-justfy-spacebetween-sp {
    justify-content: space-between;
  }
}
/*# sourceMappingURL=common.css.map */