@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**************************************************************
* 変数設定
**************************************************************/
:root {
  --base-font-size: 62.5%;
  --base-font-family: "Noto Serif JP", sans-serif, serif;
  --title-font-family: "Noto Serif JP", sans-serif, serif;
  --en-font-family: "Parisienne", sans-serif, serif;
  --contents-width: 192rem;
  --base-font-color: #616477;
  --base-bg-color: #fff;
  --main-bg-color: #fff;
  --main-font-color: #262626;
  --main-ttl-color: #009DBF;
  --main-header-color: #3e3a3a;
  --main-ttl-font-family: var(--base-font-family);
  --sub-font-color: #fff;
  --sub-ttl-color: #262626;
  --sub-ttl-color-gradation: linear-gradient(to right, #DBC46A, #CFC499);
  --sidebar-color: #262626;
  --line-color: #262626;
  --accent-color-01: #ED4444;
  --footer-bg-color: #004D82;
  --hamberger-bg-color: #fff;
  --hamberger-overlay-bg-color: rgba(255,250,254,0.9); /*背景を少し透過させる*/
  --hamberger-line-color: #262626;
  --contact-bg-color: var(--base-bg-color);
  --contact-font-color: var(--base-font-color);
  --contact-field-bg-color: #F2F2F2;
  --contact-status-required-bg-color: #E31E23;
  --contact-status-free-bg-color: #858585;
  --btn-color: #fff;
  --btn-hover-color: #e2a2b1;
  --sub-btn-color: #222020;
  --sub-btn-hover-color: #262626;
  --c-submit-btn-color: var(--main-bg-color);
  --c-submit-btn-bg-color: #131B59;
  --c-submit-btn-bg--hover-color: var(--accent-color-02);
  --transition-speed: .3s;
  --transition-btn-speed: .6s;
  --transition-anima-speed: 1.5s;
  --opacity-degree: .7s;
}

/* レイアウトのためのCSS */
html {
  font-size: var(--base-font-size);
}

body {
  background: #fff;
  font-family: var(--base-font-family);
  color: #262626;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
}

body.appear {
  background: #fff;
}

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

a {
  color: var(--base-font-color);
  text-decoration: none;
  outline: none;
}

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

* {
  box-sizing: border-box;
}

/* font-family */
h1,
#g-nav-list li:nth-child(1),
#menu h2,
#blog h2,
#footer dl dd,
#splash-logo {
  font-family: var(--base-font-family);
}

/* heading */
#menu h2,
#blog h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal;
  color: #e2a2b1;
}

@media screen and (max-width: 768px) {
  #menu h2,
  #blog h2 {
    font-size: 3rem;
  }
}
/* area */
#container {
  overflow-x: hidden;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.section-container {
  width: calc(100% - 30px);
  max-width: 1400px;
  margin: auto;
}

.section-container-1000 {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
}

.mv-container {
  max-width: var(--contents-width);
  margin: auto;
}

/* fonts */
/* Noto Serif JP */
.c-regular {
  font-weight: 400;
  font-style: normal;
}

.c-medium {
  font-weight: 500;
  font-style: normal;
}

.c-semibold {
  font-weight: 600;
  font-style: normal;
}

.ns-bold {
  font-weight: 700;
  font-style: normal;
}

/* Noto Serif JP */
.c-text-ns48 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns48 {
    font-size: 3.6rem;
  }
}
.c-text-ns36 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns36 {
    font-size: 2.8rem;
  }
}
.c-text-ns32 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns32 {
    font-size: 1.8rem;
  }
}
.c-text-ns28 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns28 {
    font-size: 1.6rem;
  }
}
.c-text-ns24 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns24 {
    font-size: 1.6rem;
  }
}
.c-text-ns18 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 576px) {
  .c-text-ns18 {
    font-size: 1.2rem;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #262626;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
}

@media (max-width: 768px) {
  #splash-logo {
    width: 10rem;
  }
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #262626; /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
    印象編 4 最低限おぼえておきたい動き
===================================*/
/* 4-6 じわっ（ぼかしから出現） */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.blurTrigger {
  opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .item__photo-bg,
.swiper-slide-duplicate-active .item__photo-bg,
.swiper-slide-prev .item__photo-bg {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1300px) {
  .br-xxl {
    display: block;
  }
}

.br-md-hide {
  display: block;
}
@media (max-width: 768px) {
  .br-md-hide {
    display: none;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1300px) {
  .br-xxl-hide {
    display: none;
  }
}

.none-md {
  display: inline;
}
@media (max-width: 768px) {
  .none-md {
    display: none;
  }
}

/*=============================================*/
/*header*/
/*=============================================*/
.l-header {
  /*=============================================*/
  /*header_contents*/
  /*=============================================*/
}
.l-header__container {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 50;
  display: flex;
  align-items: center;
  background: var(--base-bg-color);
}
@media (max-width: 768px) {
  .l-header__container {
    height: 60px;
  }
}
.l-header__logo .logo {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .l-header__logo .logo {
    margin-left: 2rem;
  }
}
.l-header__logo img {
  height: 60px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .l-header__logo img {
    height: 40px;
  }
}
.l-header__contents {
  margin-left: auto;
}
.l-header__list {
  display: flex;
  align-items: center;
}
.l-header__list li + li {
  margin-left: 40px;
}
.l-header__list li:nth-of-type(4) {
  margin-right: 90px;
}
.l-header__list__item {
  /* 擬似要素でラインを作成 */
  /* ホバー時に左から右へ伸びる */
}
@media (max-width: 992px) {
  .l-header__list__item {
    display: none;
  }
}
.l-header__list__item .l-header__list__item--line {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #222020;
  padding: 1px 0 5px;
}
.l-header__list__item .l-header__list__item--line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #262626;
  transition: width 0.5s ease;
}
.l-header__list__item .l-header__list__item--line:hover::after {
  width: 100%;
}
.l-header__list__item a:hover {
  font-size: 1.6rem;
  cursor: pointer;
}
.l-header__list__item img {
  height: 30px;
}
.l-header__list__item img {
  transition: opacity 0.5s ease;
}
.l-header__list__item img:hover {
  opacity: 0.8;
}

.mobile-menu {
  display: none;
}
@media (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
}

.l-footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-family: var(--base-font-family);
}
.l-footer__logo {
  margin: 0 auto;
  text-align: center;
}
.l-footer__logo img {
  width: 20rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__logo img {
    width: 10rem;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  text-align: left;
  max-width: 500rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .l-footer__nav {
    display: block;
    margin-top: 1rem;
  }
}
.l-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15rem;
}
@media (max-width: 768px) {
  .l-footer__nav-list {
    margin-left: 0;
  }
}
.l-footer__nav-list-list {
  list-style: none;
  padding: 0;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .l-footer__nav-list-list {
    margin-left: 0;
  }
}
.l-footer__nav-item-children {
  margin-left: 1rem;
}
.l-footer__nav-item-children::before {
  content: "ー";
  margin-right: 0.5rem;
}
.l-footer__nav-item {
  margin-top: 1rem;
}
.l-footer__nav-item-children {
  margin-top: 1rem;
}
.l-footer__nav-item a {
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--base-font-family);
}
@media (max-width: 768px) {
  .l-footer__nav-item a {
    font-size: 1.2rem;
  }
}
.l-footer__nav-item-children a {
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--base-font-family);
}
@media (max-width: 768px) {
  .l-footer__nav-item-children a {
    font-size: 1.2rem;
  }
}
.l-footer__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding-bottom: 2px;
  position: relative;
}
.l-footer__nav-link:hover {
  color: #00aaff;
}
.l-footer__nav-link.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #00aaff;
}
.l-footer__copyright {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.4rem;
  margin-right: auto;
  font-family: var(--base-font-family);
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

.l-contact {
  background-image: url("../img/common/contact-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 2rem;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .l-contact {
    margin-top: 5rem;
    padding: 10rem 2rem;
  }
}
.l-contact__title {
  font-size: 4.2rem;
  font-family: var(--base-font-family);
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .l-contact__title {
    font-size: 3rem;
  }
}
.l-contact__subtitle {
  font-size: 1.8rem;
  color: #fff;
  font-family: var(--base-font-family);
  text-align: center;
}
.l-contact__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .l-contact__text {
    font-size: 1.4rem;
  }
}
.l-contact__button {
  display: inline-block;
  padding: 12px 36px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .l-contact__button {
    font-size: 1.4rem;
  }
}
.l-contact__button:hover {
  background-color: transparent;
  color: #fff;
}

.l-kv {
  position: relative;
}
.l-kv-box {
  position: absolute;
  top: 40%;
  left: 10%;
}
@media (max-width: 768px) {
  .l-kv-box {
    top: 65%;
  }
}
.l-kv-en {
  font-family: var(--base-font-family);
  font-size: 4.8rem;
  color: var(--base-font-color);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .l-kv-en {
    font-size: 2rem;
  }
}
.l-kv-ja {
  font-family: var(--base-font-family);
  font-size: 2rem;
  color: var(--base-font-color);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .l-kv-ja {
    font-size: 1.4rem;
  }
}

.l-top-message {
  margin-top: 20rem;
  text-align: center;
}
@media (max-width: 768px) {
  .l-top-message {
    margin-top: 8rem;
  }
}
.l-top-message h2 {
  color: var(--base-font-color);
  font-weight: 400;
}

/*====================================================*/
/*@page_404_block*/
/*====================================================*/
.page_404_block {
  padding: 60px 0 100px;
}

.page_404_block .main_404_ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.5rem;
}

.page_404_block .main_404_ttl .en {
  display: block;
  margin-bottom: 0.5em;
  color: #D0BA78;
  font-size: 0.8em;
}

.page_404_block .main_404_ttl .jp {
  display: block;
  font-size: 1em;
  font-weight: 500;
}

.bg_btn {
  text-align: center;
}

.bg_btn a {
  display: inline-block;
  padding: 1em 2em;
  background: #D0BA78;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bg_btn a:hover {
  opacity: 0.7;
}

.l-mv {
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .l-mv {
    height: 70vh;
  }
}
.l-mv__main {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73%;
}
@media (max-width: 768px) {
  .l-mv__main {
    top: 27%;
    width: 70%;
  }
}
.l-mv__main__img {
  height: 65vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .l-mv__main__img {
    height: 50vh;
  }
}
.l-mv__sub {
  position: absolute;
  top: 5%;
  left: 0;
  width: 15%;
}
.l-mv__sub__img {
  height: 75vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .l-mv__sub__img {
    height: 50vh;
  }
}
.l-mv__cp {
  position: absolute;
  top: 22%;
  left: 16%;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-mv__cp {
    top: 16%;
  }
}
.l-mv__title {
  font-family: var(--base-font-family);
  font-size: 6rem;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 768px) {
  .l-mv__title {
    font-size: 3rem;
  }
}
.l-mv__text {
  color: #fff;
}

.l-message {
  position: relative;
  padding-top: 30rem;
}
@media (max-width: 768px) {
  .l-message {
    padding-top: 10rem;
  }
}
.l-message__title {
  position: absolute;
  top: 29%;
  left: 20%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .l-message__title {
    top: 12%;
    left: 10%;
  }
}
.l-message-bg {
  background-color: #f4eee7;
  clip-path: polygon(0 0, 100% calc(0% + 10vw), 100% 100%, 0 calc(100% - 10vw));
  padding: 16rem 2rem 18rem;
  text-align: center;
}
@media (max-width: 768px) {
  .l-message-bg {
    padding: 10rem 2rem 12rem;
  }
}
.l-message-text {
  max-width: 80rem;
  margin: 0 auto;
  line-height: 2;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
  text-align: left;
}
@media (max-width: 768px) {
  .l-message-text {
    text-align: center;
  }
}

.l-feature {
  margin-top: 20rem;
}
@media (max-width: 992px) {
  .l-feature {
    margin-top: 8rem;
  }
}
.l-feature__box {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 20rem;
}
@media (max-width: 992px) {
  .l-feature__box {
    display: block;
    margin-top: 8rem;
  }
}
.l-feature__text {
  width: 35%;
}
@media (max-width: 992px) {
  .l-feature__text {
    width: 95%;
  }
}
.l-feature__text h3 {
  font-weight: 500;
}
.l-feature__box:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 10rem;
}
@media (max-width: 992px) {
  .l-feature__box:nth-of-type(1) {
    display: block;
    margin-top: 5rem;
  }
}
.l-feature__figure {
  width: 35%;
  position: relative;
  margin-left: 5rem;
}
@media (max-width: 992px) {
  .l-feature__figure {
    width: 95%;
    margin: 2rem auto 0;
  }
}
.l-feature__figure__number-right {
  font-size: 25rem;
  color: #F1F2F8;
  position: absolute;
  top: -30rem;
  right: -15rem;
  z-index: -10;
}
@media (max-width: 992px) {
  .l-feature__figure__number-right {
    font-size: 15rem;
    top: -28rem;
    right: -2rem;
  }
}
.l-feature__figure img {
  object-fit: cover;
}
.l-feature__box-reverse {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row-reverse;
  margin-top: 20rem;
}
@media (max-width: 992px) {
  .l-feature__box-reverse {
    flex-direction: column;
    margin-top: 8rem;
  }
}
.l-feature__figure-reverse {
  width: 35%;
  position: relative;
  margin-right: 5rem;
}
.l-feature__figure-reverse__number-left {
  font-size: 25rem;
  color: #F1F2F8;
  position: absolute;
  top: -30rem;
  left: -15rem;
  z-index: -10;
}
@media (max-width: 992px) {
  .l-feature__figure-reverse__number-left {
    font-size: 15rem;
    top: -28rem;
    left: 19rem;
  }
}
.l-feature__figure-reverse img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .l-feature__figure-reverse {
    width: 95%;
    margin: 2rem auto 0;
  }
}

.l-voice {
  height: 130vh;
  background-color: #F0ECE5;
  position: relative;
  margin-top: 20rem;
}
@media (max-width: 576px) {
  .l-voice {
    margin-top: 8rem;
    padding: 13rem 0 200rem;
  }
}
.l-voice__title {
  position: absolute;
  top: 10%;
  left: 20%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 576px) {
  .l-voice__title {
    top: 1%;
    left: 10%;
  }
}
.l-voice__contents {
  background: #262626;
  padding: 4rem 0;
  overflow: hidden;
  width: 80%;
  height: 70vh;
  position: absolute;
  top: 25%;
  right: 0;
}
@media (max-width: 992px) {
  .l-voice__contents {
    height: 80vh;
  }
}
@media (max-width: 576px) {
  .l-voice__contents {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 2rem 1rem;
    height: auto;
    overflow: visible;
  }
}
.l-voice .js-voice-animation {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .l-voice .js-voice-animation {
    display: block;
    width: 100% !important;
  }
}
.l-voice__list {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .l-voice__list {
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
}
.l-voice__list__line {
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 50rem;
  background-color: #fff;
}
@media (max-width: 1050px) {
  .l-voice__list__line {
    display: none;
  }
}
.l-voice__list__date {
  position: absolute;
  top: 0;
  left: 16%;
  padding: 0 10px;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media (max-width: 576px) {
  .l-voice__list__date {
    transform: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    left: 0;
    top: 0;
  }
}
.l-voice__list__content {
  width: 100%;
  height: 40rem;
  padding-left: 10rem;
}
@media (max-width: 576px) {
  .l-voice__list__content {
    padding-left: 0;
    width: 100%;
  }
}
.l-voice__list__content img {
  height: auto;
  margin-bottom: 16px;
  object-fit: cover;
  border: 1px solid #ccc;
}
@media (max-width: 576px) {
  .l-voice__list__content img {
    width: 100%;
    max-width: 100%;
  }
}
.l-voice__list__content p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2;
}
@media (max-width: 576px) {
  .l-voice__list__content p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.l-company {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .l-company {
    margin-top: 8rem;
  }
}
.l-company__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .l-company__box {
    display: block;
    margin: 0 auto;
  }
}
.l-company__box img {
  width: 60rem;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .l-company__box img {
    display: none;
  }
}
.l-company__box iframe {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .l-company__box iframe {
    width: 95%;
    height: 30rem;
    margin-top: 3rem;
  }
}
.l-company__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
.l-company__title--accent {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.l-company__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l-company__image img, .l-company__map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.l-company__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .l-company__table {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.l-company__row {
  border-bottom: 1px solid var(--base-font-color);
}
.l-company__row:nth-of-type(1) {
  border-top: 1px solid var(--base-font-color);
}
.l-company__label {
  color: var(--base-font-color);
  width: 30%;
  font-weight: 400;
  padding: 25px;
  vertical-align: center;
}
@media (max-width: 768px) {
  .l-company__label {
    width: 34%;
  }
}
.l-company__value {
  color: var(--base-font-color);
  padding: 10px;
}
.l-company__map {
  margin-top: 20px;
}

.l-about-philosophy {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .l-about-philosophy {
    margin-top: 5rem;
  }
}

.l-about-service {
  background-color: var(--base-bg-color);
  margin-top: 10rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-color: #F0ECE5;
}
@media (max-width: 1300px) {
  .l-about-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-about-service__box {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .l-about-service__box {
    margin-top: 0;
  }
}
.l-about-service__list {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .l-about-service__list {
    display: block;
  }
}
.l-about-service__item {
  position: relative;
}
@media (max-width: 768px) {
  .l-about-service__item {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .l-about-service__img {
    text-align: center;
  }
}
.l-about-service__img img {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .l-about-service__img img {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 768px) {
  .l-about-service__img img {
    width: 28rem;
    height: 28rem;
  }
}
.l-about-service__number {
  position: absolute;
  top: -10%;
  left: -2%;
  font-family: var(--base-font-family);
  color: #cfc499;
  font-size: 8rem;
}
@media (max-width: 768px) {
  .l-about-service__number {
    left: 10%;
  }
}
.l-about-service__title {
  margin-top: 2rem;
}
.l-about-service__text {
  margin: 2rem auto 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .l-about-service__text {
    width: 95%;
  }
}
.l-about-service__text--accent {
  color: var(--accent-color-01);
}

.l-about-specialty-field {
  margin-top: 20rem;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .l-about-specialty-field {
    margin-top: 8rem;
    padding-bottom: 3rem;
  }
}
.l-about-specialty-field__block {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .l-about-specialty-field__block {
    padding: 5rem 0;
  }
}
.l-about-specialty-field__contents--01 {
  position: relative;
  margin-top: 30rem;
}
.l-about-specialty-field__contents--01:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__contents--01 {
    position: static;
    margin-top: 5rem;
  }
}
.l-about-specialty-field__img-box--01 {
  width: 50%;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__img-box--01 {
    width: 95%;
    margin: 0 auto;
  }
}
.l-about-specialty-field__item--01 {
  width: 60%;
  background-color: #F0ECE5;
  margin-top: 3rem;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__item--01 {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
.l-about-specialty-field__item-box--01 {
  padding: 5rem 10rem 5rem 22rem;
}
@media (max-width: 1300px) {
  .l-about-specialty-field__item-box--01 {
    padding: 3rem 5rem 5rem 18rem;
  }
}
@media (max-width: 1050px) {
  .l-about-specialty-field__item-box--01 {
    padding: 3rem 5rem;
  }
}
@media (max-width: 768px) {
  .l-about-specialty-field__item-box--01 {
    padding: 3rem 3rem;
  }
}
.l-about-specialty-field__title--01 {
  margin-top: 2rem;
  font-family: var(--base-font-family);
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #616477;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .l-about-specialty-field__title--01 {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.l-about-specialty-field__text--01 {
  margin-top: 2rem;
  font-family: var(--base-font-family);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--base-font-color);
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .l-about-specialty-field__text--01 {
    font-size: 1.6rem;
  }
}
.l-about-specialty-field__contents--02 {
  position: relative;
  margin-top: 20rem;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__contents--02 {
    position: static;
    margin-top: 5rem;
  }
}
.l-about-specialty-field__img-box--02 {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__img-box--02 {
    width: 95%;
    margin: 0 auto;
  }
}
.l-about-specialty-field__item--02 {
  width: 60%;
  background-color: #F0ECE5;
  margin-top: 3rem;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1050px) {
  .l-about-specialty-field__item--02 {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
.l-about-specialty-field__item-box--02 {
  padding: 5rem 22rem 5rem 10rem;
}
@media (max-width: 1300px) {
  .l-about-specialty-field__item-box--02 {
    padding: 3rem 5rem 5rem 18rem;
  }
}
@media (max-width: 1050px) {
  .l-about-specialty-field__item-box--02 {
    padding: 3rem 5rem;
  }
}
@media (max-width: 768px) {
  .l-about-specialty-field__item-box--02 {
    padding: 3rem 3rem;
  }
}
.l-about-specialty-field__title--02 {
  margin-top: 2rem;
  font-family: var(--base-font-family);
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #616477;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .l-about-specialty-field__title--02 {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.l-about-specialty-field__text--02 {
  margin-top: 2rem;
  font-family: var(--base-font-family);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--base-font-color);
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .l-about-specialty-field__text--02 {
    font-size: 1.6rem;
  }
}

.l-about-area {
  background-color: #F0ECE5;
  padding: 20rem 0 15rem;
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .l-about-area {
    margin-top: 1rem;
    padding: 5rem 0;
  }
}
.l-about-area__title {
  margin-bottom: 40px;
}
.l-about-area__map {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .l-about-area__map {
    margin-top: 1rem;
  }
}
.l-about-area__map-image {
  width: 50rem;
  max-width: 100%;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-about-area__map {
    max-width: 90%;
    margin: 0 auto;
  }
}
.l-about-area__text {
  margin-top: 30px;
  font-family: var(--base-font-family);
  font-size: 1.8rem;
  color: var(--base-font-color);
  line-height: 2;
}
@media (max-width: 768px) {
  .l-about-area__text {
    font-size: 1.4rem;
  }
}

.l-greeting {
  padding: 20rem 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .l-greeting {
    padding: 5rem 0 0;
  }
}
.l-greeting__title {
  margin-bottom: 40px;
}
.l-greeting__message {
  font-family: var(--base-font-family);
  font-size: 2rem;
  color: var(--base-font-color);
  line-height: 2;
  text-align: left;
  max-width: 80rem;
  margin: 5rem auto 0;
}
@media (max-width: 768px) {
  .l-greeting__message {
    font-size: 1.4rem;
    max-width: 98%;
  }
}
.l-greeting__name {
  margin-top: 4rem;
  text-align: right;
  font-weight: 500;
}

.l-construction-list {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .l-construction-list {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-construction-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1050px) {
  .l-construction-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
.l-construction-list__item {
  text-align: center;
}
.l-construction-list__image-wrapper {
  overflow: hidden;
  display: block;
}
.l-construction-list__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease 0.1s;
}
.l-construction-list__image:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.l-construction-list__title {
  margin-top: 2rem;
  font-family: var(--base-font-family);
  color: var(--base-font-color);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .l-construction-list__title {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

.l-gallery {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .l-gallery {
    padding: 5rem 0;
  }
}
.l-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .l-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.l-gallery__item {
  overflow: hidden;
}
.l-gallery__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.l-contact-form {
  background: #F0ECE5;
  padding: 60px 0;
}
.l-contact-form__box {
  background: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .l-contact-form__box {
    flex-direction: column;
  }
}
.l-contact-form .l-contact_block {
  padding: 10rem;
}
@media (max-width: 768px) {
  .l-contact-form .l-contact_block {
    padding: 1rem;
  }
}
.l-contact-form .l-contact_block form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-contact-form .l-contact_block form p label {
  margin-top: 2rem;
  flex: 0 0 auto;
  font-size: 1.8rem;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
}
@media (max-width: 768px) {
  .l-contact-form .l-contact_block form p label {
    font-size: 1.4rem;
  }
}
.l-contact-form .l-contact_block form p .required {
  background-color: #000;
  color: #fff;
  font-family: var(--base-font-family);
  font-size: 1.8rem;
  padding: 0 10px;
  margin-left: 1rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .l-contact-form .l-contact_block form p .required {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
.l-contact-form .l-contact_block form p input[type=text],
.l-contact-form .l-contact_block form p input[type=email],
.l-contact-form .l-contact_block form p input[type=tel],
.l-contact-form .l-contact_block form p textarea {
  flex: 1;
  background: #eee;
  border: none;
  padding: 12px;
  margin-top: 1rem;
  min-width: 60rem;
  font-family: var(--base-font-family);
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .l-contact-form .l-contact_block form p input[type=text],
  .l-contact-form .l-contact_block form p input[type=email],
  .l-contact-form .l-contact_block form p input[type=tel],
  .l-contact-form .l-contact_block form p textarea {
    min-width: 100%;
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
  }
}
.l-contact-form .l-contact_block form p textarea {
  height: 150px;
}
.l-contact-form .l-contact_block form p input[type=radio] {
  margin-left: 10px;
  margin-right: 5px;
}
.l-contact-form .l-contact_block form input[type=submit] {
  background: #000;
  color: #fff;
  padding: 14px;
  border: none;
  width: 30rem;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
}
.l-contact-form .l-contact_block form input[type=submit]:hover {
  background: #333;
  opacity: 0.8;
}
.l-contact-form .l-contact_block form .wpcf7-response-output {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}
.l-contact-form .l-contact_block form .wpcf7-validation-errors {
  border-color: #e74c3c;
  background-color: #fff0f0;
  color: #e74c3c;
}
.l-contact-form .l-contact_block form .wpcf7-mail-sent-ok {
  border-color: #2ecc71;
  background-color: #e9fff3;
  color: #2ecc71;
}
.l-contact-form .l-contact_block form .wpcf7-mail-failed {
  border-color: #e67e22;
  background-color: #fff5eb;
  color: #e67e22;
}
.l-contact-form .l-contact_block form .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  font-family: var(--base-font-family);
}
.l-contact-form .l-contact_block form .error input,
.l-contact-form .l-contact_block form .error textarea {
  border: 2px solid red !important;
  background-color: #ffe5e5;
}
.l-contact-form__info {
  width: 28.571%;
}
@media (max-width: 768px) {
  .l-contact-form__info {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
}
.l-contact-form__text {
  font-family: var(--base-font-family);
  color: var(--base-font-color);
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .l-contact-form__text {
    font-size: 1.4rem;
  }
}
.l-contact-form__note {
  padding: 3rem 4rem;
  border: 0.5px solid var(--base-font-color);
  line-height: 2;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
  font-size: 1.8rem;
  box-shadow: 0px 3px 6px var(--base-font-color);
}
@media (max-width: 768px) {
  .l-contact-form__note {
    font-size: 1.4rem;
  }
}

.l-question {
  padding: 20rem 0;
  background: #F0ECE5;
}
@media (max-width: 768px) {
  .l-question {
    padding: 3rem 0;
  }
}

.c-btn__block {
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .c-btn__block {
    margin-top: 8rem;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  width: 250px;
  padding: 1em 2em;
  background: #262626;
  color: #fff;
  text-decoration: none;
  font-family: var(--base-font-family);
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  transition: color 0.4s;
}

.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #444;
  transition: left 0.4s;
  z-index: 0;
}

.c-btn:hover::before {
  left: 0;
}

.c-btn span {
  position: relative;
  z-index: 1;
}

/* スマホ対応 */
@media (max-width: 480px) {
  .c-btn {
    width: 80%;
    font-size: 14px;
    padding: 0.8em 1.5em;
  }
}
.c-title-center {
  font-size: 4.2rem;
  font-family: var(--base-font-family);
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0;
  color: var(--base-font-color);
  text-align: center;
}
@media (max-width: 768px) {
  .c-title-center {
    font-size: 3rem;
  }
}

.c-title-left {
  font-size: 4.2rem;
  font-family: var(--base-font-family);
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0;
  color: var(--base-font-color);
  text-align: left;
}
@media (max-width: 768px) {
  .c-title-left {
    font-size: 3rem;
  }
}

.c-first-letter {
  color: #C69F65;
  font-weight: 300;
}

.c-subtitle-center {
  font-size: 1.8rem;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
  text-align: center;
}
@media (max-width: 768px) {
  .c-subtitle-center {
    font-size: 1.4rem;
  }
}

.c-subtitle-left {
  font-size: 1.8rem;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
  text-align: left;
}
@media (max-width: 768px) {
  .c-subtitle-left {
    font-size: 1.4rem;
  }
}

/*==================================================
ボタン：2本線が×に
===================================*/
/*ボタン外側*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 22px;
  right: 0px;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .openbtn {
    top: 0;
  }
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 3px;
  background-color: var(--hamberger-line-color);
}

.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 30%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

/*========= ナビゲーションのためのCSS ===============*/
#c-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: var(--hamberger-overlay-bg-color);
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#c-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーション*/
#c-nav ul {
  display: none; /*はじめは非表示*/
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#c-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#c-nav li {
  list-style: none;
  text-align: center;
}

#c-nav li a {
  color: var(--main-font-color);
  text-decoration: none;
  padding: 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--base-font-color);
  font-family: var(--base-font-family);
}

#c-nav li a img {
  height: 50px;
}

.c-explanation-center {
  margin-top: 5rem;
  color: var(--base-font-color);
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .c-explanation-center {
    margin-top: 3rem;
  }
}

/*==================================================
アコーディオン
===================================*/
.c-accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  /*closeというクラスがついたら形状変化*/
  /*アコーディオンで現れるエリア*/
}
.c-accordion-area__list {
  margin: 8rem 0;
}
@media (max-width: 768px) {
  .c-accordion-area__list {
    margin: 3rem 0;
  }
}
.c-accordion-area__contents {
  background: var(--base-bg-color);
}
.c-accordion-area__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 3% 3% 3% 7rem;
  transition: all 0.5s ease;
  color: var(--base-font-color);
  letter-spacing: 0.1rem;
  font-family: var(--base-font-family);
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .c-accordion-area__title {
    padding: 2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .c-accordion-area__title {
    padding: 2rem;
    font-size: 1.3rem;
  }
}
.c-accordion-area__title::before {
  position: absolute;
  content: "";
  top: 48%;
  right: 30px;
  transform: rotate(0deg);
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: transform 0.6s;
}
.c-accordion-area__title::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 30px;
  transform: rotate(90deg);
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: transform 0.6s;
}
.c-accordion-area__title.close::before {
  transform: rotate(45deg);
  transition: transform 0.6s;
}
.c-accordion-area__title.close::after {
  transform: rotate(-45deg);
  transition: transform 0.6s;
}
.c-accordion-area__box {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 0 3% 2% 3%;
}
.c-accordion-area__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
  border-top: 0.5px solid var(--base-font-color);
}
@media (max-width: 768px) {
  .c-accordion-area__wrapper {
    padding: 3rem 0;
  }
}
.c-accordion-area__answer {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: var(--base-font-color);
}
@media (max-width: 768px) {
  .c-accordion-area__answer {
    padding-right: 0;
  }
}

.p-privacy {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .p-privacy {
    margin-top: 8rem;
  }
}
.p-privacy__title {
  margin-top: 50px;
  text-align: left;
  line-height: 2;
  font-family: var(--base-font-family);
  color: var(--base-font-color);
  font-size: 2.4rem;
}
.p-privacy__title__text {
  margin-top: 50px;
  line-height: 2;
  font-family: var(--base-font-family);
  color: var(--base-font-color);
  font-size: 1.8rem;
}
.p-privacy__contents {
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: var(--base-font-family);
  color: var(--base-font-color);
}
.p-privacy__contents__text {
  margin-top: 30px;
  line-height: 2;
  font-size: 1.8rem;
  font-family: var(--base-font-family);
  color: var(--base-font-color);
}

/*=============================================*/
/*fonts*/
/*=============================================*/
.u-light {
  font-weight: 300;
  font-style: normal;
}

.u-regular {
  font-weight: 400;
  font-style: normal;
}

.u-mediam {
  font-weight: 500;
  font-style: normal;
}

.u-bold {
  font-weight: 700;
  font-style: normal;
}

/* Noto Serif JP */
.u-text-ns48 {
  font-family: var(--base-font-family);
  font-size: 4.8rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns48 {
    font-size: 3rem;
  }
}
.u-text-ns36 {
  font-family: var(--base-font-family);
  font-size: 3.6rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns36 {
    font-size: 2.8rem;
  }
}
.u-text-ns32 {
  font-family: var(--base-font-family);
  font-size: 3.2rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  .u-text-ns32 {
    font-size: 1.8rem;
  }
}
.u-text-ns28 {
  font-family: var(--base-font-family);
  font-size: 2.8rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .u-text-ns28 {
    font-size: 1.6rem;
  }
}
.u-text-ns24 {
  font-family: var(--base-font-family);
  font-size: 2.4rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .u-text-ns24 {
    font-size: 1.4rem;
  }
}
.u-text-ns20 {
  font-family: var(--base-font-family);
  font-size: 2rem;
  line-height: 2;
  color: var(--base-font-color);
}

@media screen and (max-width: 768px) {
  .u-text-ns20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .u-text-ns20 {
    font-size: 1.4rem;
  }
}
.u-text-ns18 {
  font-family: var(--base-font-family);
  font-size: 1.8rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 576px) {
  .u-text-ns18 {
    font-size: 1.2rem;
  }
}
.u-text-ns15 {
  font-family: var(--base-font-family);
  font-size: 1.5rem;
  color: var(--base-font-color);
}

@media screen and (max-width: 576px) {
  .u-text-ns18 {
    font-size: 1.2rem;
  }
}
.u-text-ns11 {
  font-family: var(--base-font-family);
  font-size: 1.125rem;
  color: var(--base-font-color);
}

/*=============================================*/
/*text*/
/*=============================================*/
.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-txt-left {
  text-align: left;
}

.u-txt-left--992center {
  text-align: left;
}
@media (max-width: 992px) {
  .u-txt-left--992center {
    text-align: center;
  }
}

.u-margin-left {
  margin-left: auto;
}

.u-margin-right {
  margin-right: auto;
}

.u-margin-center {
  margin: 0 auto;
}

.u-mt400 {
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .u-mt400 {
    margin-top: 30rem;
  }
}

.u-mt300 {
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .u-mt300 {
    margin-top: 20rem;
  }
}

.u-mt200 {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .u-mt200 {
    margin-top: 10rem;
  }
}

.u-mt150 {
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .u-mt150 {
    margin-top: 10rem;
  }
}

.u-mt100 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .u-mt100 {
    margin-top: 5rem;
  }
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt30 {
  margin-top: 3rem;
}
@media (max-width: 1300px) {
  .u-mt30 {
    margin-top: 2rem;
  }
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-pd-top400 {
  padding-top: 40rem;
}

.u-pd-top200 {
  padding-top: 20rem;
}

.u-pd-top150 {
  padding-top: 15rem;
}
@media (max-width: 768px) {
  .u-pd-top150 {
    padding-top: 10rem;
  }
}

.u-pd-top100 {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .u-pd-top100 {
    padding-top: 5rem;
  }
}

.u-pd-top50 {
  padding-top: 5rem;
}

.u-pd-bottom400 {
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .u-pd-bottom400 {
    padding-bottom: 10rem;
  }
}

.u-pd-bottom200 {
  padding-bottom: 20rem;
}
@media (max-width: 768px) {
  .u-pd-bottom200 {
    padding-bottom: 10rem;
  }
}

.u-pd-bottom150 {
  padding-bottom: 5rem;
}

.u-pd-bottom100 {
  padding-bottom: 10rem;
}/*# sourceMappingURL=style.css.map */