@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
.js-x-scroll {
  cursor: -webkit-grab;
  cursor: grab;
}

/* -------------------------------------------- */
/* ------------ Noto Serif Japanese ---------- */
/* -------------------------------------------- */
/* ----------------------- fade-in animation ----------------------- */
/* フェードインの設定 */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, filter 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out; /* filterをtransitionに追加 */
}

.fade-in-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fade-in,
.fade-in-bg {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, filter 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, filter 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease-out; /* filterをtransitionに追加 */
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fade-in-bg.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* ------------------- infinite slide animation ------------------- */
@-webkit-keyframes infinite-slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinite-slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinite-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes infinite-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* ------------------------ delay animation ------------------------ */
.--delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.--delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.--delay3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.--delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.--delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.--delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.--delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.--delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.--delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.--delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.--delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.--delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.--delay13 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.--delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.--delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.--delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.--delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.--delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.--delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.--delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/*==================
    共通パーツ
====================*/
.heading {
  margin-inline: auto;
  display: grid;
  grid-template-rows: repeat(2, auto);
  place-items: center;
}

/*=======================================
    service, value, message, company
    共通パーツ
=========================================*/
/* タイトル */
.ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  letter-spacing: 0.15em;
  line-height: 1.35;
  color: #A17B41;
}
@media only screen and (max-width: 767px) {
  .ttl {
    line-height: 1.68;
  }
}

/* コピーライト */
.ttl-cp {
  font-family: "Noto Serif JP", system-ui;
  font-weight: 500;
  font-size: 14px;
  color: #A17B41;
  line-height: 1.71;
}

/* リード文 */
.ttl-lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}
@media only screen and (max-width: 767px) {
  .ttl-lead {
    line-height: 1.87;
    letter-spacing: 0;
    text-align: left;
  }
}

/*==========================
    company, access, contact  
    共通パーツ
===========================*/
/* タイトル */
.title {
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.353;
  letter-spacing: 0.08em;
}

/* サブタイトル */
.sub-title {
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.05em;
}

.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*==============
  改行の共通設定　
================*/
.u-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

/*======================
    アンカーリンクの調整　
========================*/
:target::before {
  content: "";
  display: block;
  height: 79px;
  margin-top: -79px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  :target::before {
    height: 60px;
    margin-top: -60px;
  }
}

/* 背景あり 調整 */
.message__inner::before {
  content: "";
  display: block;
  height: 79px;
  margin-top: -79px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .message__inner::before {
    height: 60px;
    margin-top: -60px;
  }
}

a,
button,
span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:before, a:after,
button:before,
button:after,
span:before,
span:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

html {
  word-wrap: break-word;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  color: #3A3A3A;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a {
  color: #000;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1150px) {
  .header {
    min-width: 320px;
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1150px) {
  .header__inner {
    min-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
  }
}

/*== スクロールすると色変わる ==*/
.header.change-color {
  background-color: #061527;
}

/* ロゴ */
.header__logo {
  z-index: 500;
}

.header__logo--link {
  display: inline-block;
}

/* 画面幅に応じたロゴ画像のサイズ調整 */
.header__logo--link img {
  max-width: 100%;
  width: 149px;
  height: auto;
}
@media only screen and (max-width: 1150px) {
  .header__logo--link img {
    width: 75px;
  }
}

/*=======================
    ハンバーガーメニュー  
========================*/
@media only screen and (max-width: 1150px) {
  .header__hamburger {
    position: relative;
    margin: 0 0 0 auto;
    width: 48px;
    height: 44px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 500;
  }
  .hamburger-icon {
    position: relative;
    width: 48px;
    height: 44px;
  }
  .ber1, .ber2, .ber3 {
    display: inline-block;
    left: 10px;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #707070;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .ber1 {
    position: absolute;
    top: 10px;
  }
  .ber2 {
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ber3 {
    position: absolute;
    top: 28px;
  }
  /* ハンバーガーメニューの背景 */
  .hamburger__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    -webkit-transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }
}
/* 開いたときのスタイル */
.nav-open .ber1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
}

.nav-open .ber2 {
  opacity: 0;
}

.nav-open .ber3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
}

.nav-open .hamburger__bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out, visibility 0s;
  transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out, visibility 0s;
}

/*====================
    スマホ用 メニュー 
======================*/
.sp-nav__menu {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .sp-nav__menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 60px;
    width: 100%;
    height: 820px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    overflow-y: auto;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0;
    z-index: 200;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

/* メニューが表示されたときのスタイル */
.show-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media only screen and (max-width: 1150px) {
  .sp-nav__lists {
    margin-top: 100px;
  }
  .sp-nav__item {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  .sp-nav__item .sp-nav__link {
    color: #3A3A3A;
  }
  .sp-nav__item + .sp-nav__item {
    margin-top: 50px;
  }
  /* SP版 CONTACTボタン */
  .sp-button .sp-nav__link {
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 158px;
    height: 50px;
    color: #FFFFFF;
    background-color: #A17B41;
    border: 1px solid #A17B41;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* SP版 CONTACTボタン ホバー時のスタイル */
  .sp-button:hover .sp-button-txt:hover {
    border: 1px solid #A17B41;
    background-color: #FFFFFF;
    color: #A17B41;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .sp-nav__img {
    margin-top: 65px;
    margin-inline: auto;
    aspect-ratio: 300/252;
    width: 300px;
  }
  .sp-nav__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*=================
    ナビメニュー 
==================*/
@media only screen and (max-width: 1150px) {
  .pc-nav__menu {
    display: none;
  }
}

.pc-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.67vw;
  list-style-type: none;
  height: inherit;
}

.pc-nav__link {
  display: inline-block;
  color: #061527;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* hover時 */
.pc-nav__link:hover {
  color: #A17B41;
}

/* スクロールすると色変わる */
.pc-nav__link.change-color {
  color: #FFFFFF;
}

.pc-nav__link.change-color:hover {
  color: #A17B41;
}

/* PC版 CONTACTボタン */
.pc-button .pc-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 159px;
  height: 33px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.087em;
  background-color: #A17B41;
  border: 1px solid #A17B41;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* PC版 CONTACTボタン ホバー時のスタイル */
.pc-button:hover .pc-button-txt:hover {
  border: 1px solid #A17B41;
  background-color: #FFFFFF;
  color: #A17B41;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

/* ナビメニュー 共通 */
.sp-nav__item,
.pc-nav__item {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* ボタンフォント */
.sp-button .sp-nav__link,
.pc-button .pc-nav__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.footer {
  background-color: #061527;
}

.footer__inner {
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  place-items: center;
  gap: 41px;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    min-width: 320px;
    padding-top: 32px;
    padding-bottom: 17px;
    gap: 17px;
  }
}

.footer__text {
  font-size: clamp(0.5rem, 0.3786rem + 0.5178vw, 1rem);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.06;
}
@media only screen and (max-width: 767px) {
  .footer__text {
    line-height: 1.62;
    letter-spacing: 0;
  }
}

.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 171/55;
  width: 171px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    aspect-ratio: 75/24;
    width: 75px;
  }
}

.footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common.css.map */