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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 600px;
  }
}

body {
  height: 100%;
}
body.is-fixed {
  overflow: hidden;
}

/*ページ遷移時のfade*/
body.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

body.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

/*コンテンツ量が少ない時、フッターを最下部に設定*/
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

/*headerの高さ分下に下げる*/
main {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

/*border、パンくず、カテゴリの未選択部分*/
/*文字*/
/*未使用*/
body {
  color: #2e2721;
  background-color: #ffffff;
}

/* Google fontの場合 */
/* ======================================== */
/*文字の大きさ*/
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

button, a {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
button:hover, a:hover {
  opacity: 0.7;
  cursor: url(../images/common/cursor.png), auto;
}

/*
要素の後ろに隠したいもの⇒マイナス値
スクロールができる要素に対して⇒1～998
スクロールができる要素を覆う⇒999
固定する要素に対して⇒1000～

-100      背景
-1 ～ -99 疑似要素(背面に隠す要素）
0         基準値
1 ～ 98   普段使うもの（バルーン等）
99        リンクエリア拡大
          (「biggerlink」や「linkarea」などaタグのクリック範囲を広げるもの)
100       スライドショー関連(矢印とか・・・のナビとか)
999       モーダル① ※画面固定する要素を含まない
1000      画面固定する要素(header,footer)
1010      固定ヘッダーの上にくるnavメニュー
9999      モーダル②すべてを覆いつくすモーダル
*/
/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Make images easier to work with */
img {
  width: 100%;
  display: block;
  height: auto;
}

/* Set core body defaults */
body {
  min-height: 100svh;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/*リキッドレイアウト*/
html {
  font-size: 16px;
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

a {
  cursor: pointer;
}

/* ===========================================
 * アニメーション（class設定）
 * ======================================== */
/*右から左に流れるテキスト*/
@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* フェードイン(初期値) */
.js-fadeUp,
.js-fadeLeft,
.js-fadeLeftTitle,
.js-fadeRight,
.js-fadeDown {
  opacity: 0; /* 最初は非表示 */
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s; /* 透過率と位置の移動を1秒 */
}

.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下に30pxの位置から */
}

.js-fadeLeft,
.js-fadeLeftTitle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); /* 左に30pxの位置から */
}

.js-fadeRight {
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 右に30pxの位置から */
}

.js-fadeDown {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); /* 上に30pxの位置から */
}

.js-fadeLR {
  opacity: 0; /* 最初は非表示 */
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s; /* 透過率と位置の移動を1秒 */
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 右に30pxの位置から */
}
@media screen and (max-width: 768px) {
  .js-fadeLR {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); /* 左に30pxの位置から */
  }
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview,
.js-fadeLeft.is-inview,
.js-fadeLeftTitle.is-inview,
.js-fadeRight.is-inview,
.js-fadeDown.is-inview,
.js-fadeLR.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translate(0);
          transform: translate(0); /* 移動を元に戻す */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

.js-fadeLeftTitle.is-inview {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; /* タイトルのフェード開始を1秒遅らせる */
}

.js-fadeLeftTitle.js-fadeLeftTitle--opacity.is-inview {
  opacity: 0.8; /* 表示領域に入ったら表示 */
  -webkit-transform: translate(0);
          transform: translate(0); /* 移動を元に戻す */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

.button {
  display: inline-block;
  position: relative;
  color: #756659;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.5rem;
  padding-left: 1.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 8.875rem;
}

/*左右に余白ありver*/
.button::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.button:hover::after {
  right: 18px;
}

.button::before {
  position: absolute;
  bottom: 5px;
  left: 1.5em;
  content: "";
  width: 72%;
  height: 1px;
  background: #756659;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.button:hover,
.button-back:hover {
  opacity: 1;
}

.button.button--line:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*枠付きのボタン*/
.button.button--frame {
  color: #756659;
  border: 1px solid #756659;
  border-radius: 20px;
}

.button-back {
  display: inline-block;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 2.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 9rem;
  width: 100%;
  color: #756659;
  border: 1px solid #756659;
  border-radius: 50px;
}

.button-back.button-back--white {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.button-back.button-back--white::before {
  background-image: url(../images/common/button-arrow-back-white.svg);
}

.button-back::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/button-arrow-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.button-back:hover::before {
  left: 23px;
}

.contact-button {
  width: 100%;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  display: inline-block;
  border: 1px solid #ffffff; /* ボーダーの色と太さ */
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  padding-right: 2.0625em;
  padding-left: 4.25em;
  text-align: center;
  outline: none;
  border-radius: 50px;
  /*アニメーションの指定*/
  -webkit-transition: background-color ease 0.2s, color ease 0.2s;
  transition: background-color ease 0.2s, color ease 0.2s;
}
@media screen and (max-width: 768px) {
  .contact-button {
    padding-right: 3.25em;
    padding-left: 4.8125em;
  }
}

/* ボタン内のテキストスタイル */
.contact-button span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact-button span {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

/* ボタンにマウスを重ねた時のテキストの色 */
.contact-button:hover span {
  color: #756659;
}

/* 背景が左から右に流れるアニメーション */
.contact-button.contact-button--animation:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* 背景を手前に */
  /*色や形状*/
  background: #ffffff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 初期状態は横幅が0 */
  -webkit-transform-origin: right top;
          transform-origin: right top; /* 拡大/縮小の基準点 */
}

/* ボタンにマウスを重ねた時の背景アニメーション */
.contact-button.contact-button--animation:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 基準点を左上に変更 */
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /* 横幅が100%に */
}

.contact-button.contact-button--animation:hover {
  opacity: 1;
}

.contact-button__mail-icon,
.contact-button__tell-icon {
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact-button__mail-icon,
  .contact-button__tell-icon {
    left: -24px;
  }
}

.contact-button.contact-button--tell {
  padding-right: 2em;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  .contact-button.contact-button--tell {
    padding-right: 3.25em;
    padding-left: 4.625em;
  }
}

.contact-button.contact-button--tell:active {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-button.contact-button--tell:active {
    pointer-events: auto;
  }
}

.header {
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: transparent;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: inherit;
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 90rem;
}

.header__logo {
  position: relative;
  margin-right: auto;
  width: 100%;
  max-width: 4.375rem;
}
.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*丸の拡大*/
.header__circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #756659;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.header__circle-bg.is-active {
  -webkit-transform: scale(50);
          transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

.header__drawer-menu {
  position: absolute;
  z-index: 1010;
  top: 0;
  left: 0;
}

.header__hamburger {
  position: fixed;
  z-index: 1020;
  top: 0rem;
  right: 1.875rem;
}

.header-nav {
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  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;
  height: inherit;
}

.header-nav__item {
  height: inherit;
  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;
}

.header-nav__link {
  height: inherit;
  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;
  padding: 0 1.5625rem;
  text-transform: capitalize;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 3.125rem;
}

.header-nav__link:hover {
  background-color: #fff8ef;
  color: #CB8589;
}

.header-nav__link.header-nav__link--contact {
  height: initial;
  padding: 0.9375rem 1.5625rem;
  margin-left: 1.5625rem;
  color: #ffffff;
  background-color: #756659;
  border: 2px #756659 solid;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-nav__link.header-nav__link--contact:hover {
  color: #756659;
  background-color: #fff8ef;
  border-radius: 50px;
}

.header-nav__icon {
  font-size: 1.5rem;
}

.header-nav__link.header-nav__link--contact span {
  margin-left: 0.625rem;
}

/*ハンバーガー*/
.hamburger {
  width: 1.5625rem;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}

.hamburger.is-active {
  top: 0;
  width: 1.875rem;
  right: 1.625rem;
  height: inherit;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #2e2721;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger.is-active span {
  background-color: #ffffff;
  height: 1px;
}

.hamburger span:nth-child(1) {
  top: 1.9375rem;
}

.hamburger span:nth-child(2) {
  top: 2.4375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger span:nth-child(3) {
  top: 2.875rem;
  width: 0.9375rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 2.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  top: 0.5rem;
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 2.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

/*ドロワー*/
.drawer-menu {
  display: none;
  width: 100%;
  height: 100svh;
  background-color: #756659;
  scrollbar-width: none;
  overflow-y: scroll;
}

.drawer-menu__head {
  position: fixed;
  width: 100%;
  height: 5rem;
  background-color: #756659;
}

.drawer-menu__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 16.125rem;
}
@media screen and (max-width: 768px) {
  .drawer-menu__logo {
    max-width: 7.125rem;
  }
}

.drawer-menu__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-menu__nav {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  min-height: 31.25rem;
  padding: 3.125rem;
  max-width: 37.5rem;
  margin-inline: auto;
}

.drawer-menu__list {
  width: 100%;
}

.drawer-menu__item {
  display: inline-block;
  width: 100%;
}

.drawer-menu__item:first-child {
  border-top: 1px solid #756659;
}

.drawer-menu__item {
  border-bottom: 1px solid #756659;
}

.drawer-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1428571429;
  text-transform: capitalize;
  padding: 0.75rem 0;
}

.drawer-menu__sns-list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  width: 100%;
}

.drawer-menu__sns-item a {
  display: block;
  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;
}

.drawer-menu__sns-icon {
  color: #ffffff;
  font-size: 1.375rem;
}

/*ドロワーの挙動*/
.drawer-menu.is-active {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100svh;
}

.top-section-title {
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.375rem;
  font-weight: 800;
  line-height: 1.4857142857;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-section-title {
    font-size: 2.375rem;
    line-height: 1.4736842105;
  }
}

.text-date {
  display: block;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .text-date {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.category-tag {
  padding: 0.25rem 1.125rem;
  background-color: rgba(117, 102, 89, 0.8);
  display: inline-block;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4545454545;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category-tag {
    padding: 0.3125rem 0.9375rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.footer {
  padding-top: 3.1875rem;
  padding-bottom: 1.875rem;
  background: url(../images/common/footer.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

.footer__inner.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1210px;
}
@media screen and (max-width: 1024px) {
  .footer__inner.inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner.inner {
    max-width: 600px;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__wrap {
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding-left: 0;
  }
}

.footer__container {
  padding-top: 2.1875rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.875rem;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding-top: 0rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  width: 100%;
  max-width: 3.125rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 3.125rem;
  }
}

.footer-menu__sns-list {
  padding-top: 0.625rem;
  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;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer-menu__sns-list {
    padding-top: 0rem;
  }
}

.footer-menu__sns-icon {
  color: #2e2721;
  font-size: 1.375rem;
}

.footer__copy {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 3.125rem;
  }
}

.footer__copy-text {
  display: block;
  color: #2e2721;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .footer-menu__nav {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-menu__link {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer-menu__link {
    padding: 0.75rem 0;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

.footer-menu__link:hover {
  color: #CB8589;
}

.contact {
  background-color: #756659;
  height: 446px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    height: initial;
  }
}

.contact__inner.inner,
.contact__contents,
.contact__image,
.contact__text-container {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .contact__inner.inner,
  .contact__contents,
  .contact__image,
  .contact__text-container {
    height: initial;
  }
}

.contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__image {
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /*残りいっぱいに埋める*/
}
@media screen and (max-width: 768px) {
  .contact__image {
    height: 240px;
    width: 100vw;
    max-width: initial;
  }
}

.contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__text-container {
  padding-right: 5px;
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .contact__text-container {
    padding-right: initial;
    padding: 5rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__text {
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact__text {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.contact__button-wrap-1 {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .contact__button-wrap-1 {
    margin-top: 1.875rem;
  }
}

.contact__button-wrap-2 {
  margin-top: 0.6875rem;
}

.contact__text-date {
  margin-top: 1rem;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__text-date {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

/*パンくずリスト*/
.breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    padding-right: 0.625rem;
  }
}

.breadcrumb span {
  color: #afafaf;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb span {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

.breadcrumb span.current-item {
  color: #2e2721;
}

.breadcrumb__between {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 10px;
  background-image: url(../images/common/breadcrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.address__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .address__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.25rem;
  }
}

.address__list-wrapper + .address__list-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .address__list-wrapper + .address__list-wrapper {
    margin-top: 1.25rem;
  }
}

.address__title,
.address__text {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .address__title,
  .address__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.address__title {
  width: 14.5454545455%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .address__title {
    width: 100%;
  }
}

.address__text {
  width: 85.4545454545%;
  font-weight: 400;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .address__text {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.address__text-blog + .address__text-blog {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .address__text-blog + .address__text-blog {
    margin-top: 0.625rem;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  gap: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-numbers {
  padding: 0.75rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff8ef;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 4px;
}

.page-numbers:hover {
  color: #ffffff;
  background-color: #756659;
  opacity: 1;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #756659;
}

.page-numbers.page-numbers--arrow {
  display: inline-block;
  width: 11px;
  height: 18px;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
  background-color: transparent;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.page-numbers.prev {
  margin-right: 0.5rem;
}

.page-numbers.next {
  margin-left: 0.5rem;
}

.page-numbers.dots:hover,
.page-numbers.prev:hover,
.page-numbers.next:hover {
  opacity: 0.7;
}

.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .archive-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-list__category-container {
  width: 24%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .archive-list__category-container {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .archive-list__title {
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.archive-list__category-list {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .archive-list__category-list {
    margin-top: 2rem;
    padding-bottom: 1.875rem;
  }
}

.archive-list__article-container {
  width: 76%;
  border-left: 1px solid #afafaf;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .archive-list__article-container {
    width: 100%;
    padding-left: 0;
    border-left: initial;
  }
}

.archive-list__article-container.archive-list__article-container--underPage {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .archive-list__article-container.archive-list__article-container--underPage {
    margin-top: 1.875rem;
  }
}

.archive-list__pagination {
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .archive-list__pagination {
    margin-top: 2.5rem;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 32.28%);
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
  row-gap: 3.125rem;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cards__item {
  width: 100%;
  max-width: 355px;
}
@media screen and (max-width: 768px) {
  .cards__item {
    max-width: 100%;
  }
}

.cards__image {
  position: relative;
  width: 100%;
}

.cards__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 355/170;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .cards__image img {
    aspect-ratio: 335/170;
  }
}

.cards__image,
.cards__image img {
  border-radius: 16px;
}

.cards__title {
  position: absolute;
  top: 60%;
  left: 8.45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #756659;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0;
}

.cards__title span {
  position: relative;
}

.cards__title span::after {
  position: absolute;
  content: "service0" counter(number);
  counter-increment: number 1;
  color: #756659;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9230769231;
  text-transform: capitalize;
  letter-spacing: 0;
  top: -57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
}

.card__body {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .card__body {
    padding-right: 0rem;
  }
}

.cards__text {
  margin-top: 1.25rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cards__text {
    font-size: 0.875rem;
  }
}

.cards__button-wrap {
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cards__button-wrap {
    margin-top: 1.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.category-list.category-list--underPage {
  margin-top: 1.875rem;
  /*stickyで固定*/ /*Safari*/
  position: sticky;
  /*固定したい位置*/
  top: 100px;
}
@media screen and (max-width: 768px) {
  .category-list.category-list--underPage {
    margin-top: 0.625rem;
  }
}

.category-list__link {
  padding: 0.625rem 0 0.625rem 1.75rem;
  display: block;
  color: #afafaf;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .category-list__link {
    padding: 0.5rem 0.875rem 0.5rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.category-list__link.category-list__link--current {
  color: #2e2721;
  position: relative;
}

.category-list__link--current::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/news-current.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .category-list__link--current::before {
    left: 0px;
  }
}

.category-list__link.category-list__link[aria-current=page] {
  color: #2e2721;
  position: relative;
}

.category-list__link.category-list__link[aria-current=page]::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/news-current.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .category-list__link.category-list__link[aria-current=page]::before {
    left: 0px;
  }
}

.blog__contents {
  padding: 3.125rem 2.5rem 2.5rem;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .blog__contents {
    padding: 2.0625rem 2.5rem 4.25rem;
  }
}

@media screen and (max-width: 768px) {
  .blog-contents__list {
    max-width: 600px;
    margin-inline: auto;
  }
}

.blog-contents__item + .blog-contents__item {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__item + .blog-contents__item {
    margin-top: 1.875rem;
  }
}

.blog-contents__item {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .blog-contents__item {
    padding-bottom: 1.875rem;
  }
}

.blog-contents__item.blog-contents__item--underPage {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__item.blog-contents__item--underPage {
    padding-bottom: 1.1875rem;
  }
}

.blog-contents__item.blog-contents__item--underPage + .blog-contents__item.blog-contents__item--underPage {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__item.blog-contents__item--underPage + .blog-contents__item.blog-contents__item--underPage {
    margin-top: 1.1875rem;
  }
}

.blog-contents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__link {
    gap: clamp(18px, 2.31vw, 50px);
  }
}
@media screen and (max-width: 320px) {
  .blog-contents__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-contents__image {
  max-width: 18.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-contents__image {
    max-width: 7.5rem;
  }
}
@media screen and (max-width: 320px) {
  .blog-contents__image {
    margin-inline: auto;
    max-width: 100%;
  }
}

.blog-contents__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 290/229;
}
@media screen and (max-width: 768px) {
  .blog-contents__image img {
    aspect-ratio: 120/90;
  }
}

.blog-contents__image,
.blog-contents__image img {
  border-radius: 16px;
}

.blog-contents__text-container {
  max-width: 42.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; /*ボタンはみ出し*/
}

.blog-contents__item a {
  opacity: 1;
}

.blog-contents__category-list {
  /*categoryが増えたときの対処*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .blog-contents__category-list {
    gap: 6px;
  }
}

.blog-contents__article-text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__article-text {
    margin-top: 0.75rem;
  }
}

.blog-contents__article-title {
  position: relative;
  display: inline-block;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .blog-contents__article-title {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.blog-contents__article-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e2721), to(#2e2721));
  background-image: linear-gradient(90deg, #2e2721, #2e2721); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}

.blog-contents__link:hover .blog-contents__article-title span {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

.blog-contents__text {
  margin-top: 1.875rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  /* 行数制限 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .blog-contents__text {
    display: none;
  }
}

.blog-contents__date.text-date {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .blog-contents__date.text-date {
    margin-top: 0.75rem;
  }
}

.news-article__item:not(:first-child) {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .news-article__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.news-article__item {
  border-bottom: 1px solid #afafaf;
}

@media screen and (max-width: 768px) {
  .news-article__item:first-child {
    border-top: 1px solid #afafaf;
    padding-top: 1.25rem;
  }
}

.news-article__item a:hover {
  opacity: 1;
}

.news-article__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .news-article__heading {
    gap: 12px;
  }
}

.news-article__category-list {
  /*categoryが増えたときの対処*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news-article__category-list {
    gap: 6px;
  }
}

.news-article__title {
  margin-top: 1.4375rem;
  padding-bottom: 1.6875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .news-article__title {
    margin-top: 1.125rem;
    padding-bottom: 1.25rem;
  }
}

.news-article__title span {
  position: relative;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  background-image: -webkit-gradient(linear, left top, right top, from(#2e2721), to(#2e2721));
  background-image: linear-gradient(90deg, #2e2721, #2e2721); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}
@media screen and (max-width: 768px) {
  .news-article__title span {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.news-article__link:hover .news-article__title span {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

.sidebar__list + .sidebar__list {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .sidebar__list + .sidebar__list {
    margin-top: 2.5rem;
  }
}

.sidebar__title {
  padding: 0.9375rem 1.125rem;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: #756659;
  border-radius: 8px;
}

.sidebar__article-list {
  padding: 0 1.125rem;
}

.sidebar__article-item {
  border-bottom: 1px solid #afafaf;
}

.sidebar-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  padding: 18px 0;
}

.sidebar-article__image {
  max-width: 6.25rem;
  width: 37.8787878788%;
  margin-inline: auto;
}

.sidebar-article__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.sidebar-article__image,
.sidebar-article__image img {
  border-radius: 12px;
}

.sidebar-article__text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-article__article-title {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  /* 行数制限 →Wordpress化時 機能で文字数制限に変更予定*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .sidebar-article__article-title {
    line-height: 2.3333333333;
  }
}

.sidebar-article__date.text-date {
  font-size: 0.625rem;
  line-height: 1.4;
}

.sidebar-article__link {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.form__item + .form__item {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .form__item + .form__item {
    margin-top: 1.875rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .form__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5625rem;
  }
}

.form__label.form__label--contents {
  margin-top: 0.5rem;
}

.form__input-wrap {
  margin-top: 0.625rem;
  width: 100%;
}

.form__item-contents {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__item-contents {
    margin-top: 0.9375rem;
  }
}

.form__label-text {
  display: inline-block;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .form__label-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

.form__label-text.form__label-text--normal {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form__label-text.form__label-text--normal {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.form-required {
  position: relative;
}

.form-required::after {
  position: absolute;
  content: "*";
  top: -0.1875rem;
  right: -0.625rem;
  color: #e20000;
}

.form__input {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 0.9375rem;
  width: 100%;
  border: 1px solid #afafaf;
  border-radius: 4px;
}

.form__textarea {
  height: 10rem;
  width: 100%;
  padding: 1rem;
  resize: none;
  font-size: 0.875rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  border: 1px solid #afafaf;
  border-radius: 4px;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #afafaf;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  font-size: 1rem;
  color: #afafaf;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #afafaf;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: #afafaf;
}

.form__input::placeholder,
.form__textarea::placeholder {
  font-size: 1rem;
  color: #afafaf;
}

/*ボタン*/
.form__button-wrap {
  margin-top: 2.375rem;
  text-align: center;
}

.form__button {
  display: block;
  margin-inline: auto;
  padding: 1.25rem;
  width: 27.875rem;
  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;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  border-radius: 50px;
  background-color: #756659;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media screen and (max-width: 768px) {
  .form__button {
    width: 16.25rem;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.form__button:hover {
  opacity: 0.7;
  cursor: url(../images/common/cursor.png), auto;
}

.form__select {
  padding: 0.875rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 4px;
  border: 1px solid #afafaf;
  background-image: url(../images/contact/form-select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right 0.9375rem top 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: url(../images/common/cursor.png), auto;
}

.form__select::-ms-expand {
  display: none;
}

.form__select:focus {
  border: 1px solid #afafaf;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form__privacy {
  margin-top: 2.59375rem;
}
@media screen and (max-width: 768px) {
  .form__privacy {
    margin-top: 1.8125rem;
    text-align: center;
  }
}

.form__privacy input {
  display: none;
}

.form__privacy input + span {
  cursor: url(../images/common/cursor.png), auto;
  color: #2e2721;
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.form__privacy input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  border: 1px solid #afafaf;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
}

.form__privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #2e2721;
  border-left: 0.1875rem solid #2e2721;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.form__privacy input:checked + span::after {
  opacity: 1;
}

.loader {
  position: fixed;
  z-index: 10000;
  height: 100vh;
  height: 100svh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.loader__item {
  background: #756659;
}

.loader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .loader__text {
    font-size: 2rem;
  }
}

.loader__text span {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fv {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  height: calc(100svh - 5.9375rem);
  height: calc(100vh - 5.9375rem);
  min-height: 31.25rem;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 37.5rem;
    height: 100svh;
    height: 100vh;
  }
}

.fv__inner {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: inherit;
  min-height: inherit;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3%;
    padding: 0 0.625rem 0 1.5625rem;
    height: 100%;
  }
}

/*スライド*/
.fv__slider-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80.78125%;
  max-width: 100%;
  height: inherit;
  min-height: inherit;
}
@media screen and (max-width: 768px) {
  .fv__slider-container {
    width: 100%;
    min-height: 30rem;
    height: 100%;
  }
}

/*文字列*/
.fv__title-wrap {
  margin-left: 1.875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 7.375rem;
}
@media screen and (max-width: 768px) {
  .fv__title-wrap {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0.9375rem;
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.fv__title {
  text-orientation: upright;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.16vw, 60px);
  white-space: nowrap;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fv__title {
    padding-left: 0.625rem;
    text-orientation: initial;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(20px, 9.06vw, 34px);
    height: 100%;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

.fv-swiper,
.fv-swiper__wrapper,
.fv-swiper__slide,
.fv-swiper__slide img {
  height: inherit;
  min-height: inherit;
  border-radius: 9999px;
  -webkit-box-shadow: -15px 15px 0px 0 #CB8589;
          box-shadow: -15px 15px 0px 0 #CB8589;
}
@media screen and (max-width: 768px) {
  .fv-swiper,
  .fv-swiper__wrapper,
  .fv-swiper__slide,
  .fv-swiper__slide img {
    min-height: 30rem;
    height: 100%;
  }
}

.fv-swiper__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1100/700;
}
@media screen and (max-width: 768px) {
  .fv-swiper__slide img {
    aspect-ratio: 355/480;
  }
}

/*流れるテキスト*/
.looptext-wrap {
  overflow: hidden;
}

.looptext-wrap__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  -webkit-animation: flowing 16s linear infinite;
          animation: flowing 16s linear infinite;
}

.looptext-wrap__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(84px, 10.41vw, 150px);
  font-weight: 900;
  line-height: 1.4466666667;
}
@media screen and (max-width: 768px) {
  .looptext-wrap__item {
    font-size: clamp(70px, 22.4vw, 84px);
    line-height: 1.4523809524;
  }
}

.looptext-wrap__item + .looptext-wrap__item {
  margin-left: 2.5rem;
}

.about {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fff8ef;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5.4545454545%;
}
@media screen and (max-width: 768px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__image {
  aspect-ratio: 550/480;
  width: 50%;
  max-width: 34.375rem;
  -webkit-box-shadow: -15px 15px 0px 0 #CB8589;
          box-shadow: -15px 15px 0px 0 #CB8589;
}
@media screen and (max-width: 768px) {
  .about__image {
    width: 100%;
    max-width: 100%;
  }
}

.about__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__image,
.about__image img {
  border-radius: 9999px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.about__text-container {
  width: 44.5454545455%;
}
@media screen and (max-width: 768px) {
  .about__text-container {
    width: 100%;
  }
}

.about__text-contents {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .about__text-contents {
    margin-top: 1.25rem;
    padding-top: 0rem;
  }
}

.about__title:first-letter {
  text-transform: capitalize;
}

.about__text {
  margin-top: 2.5rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.2857142857;
  }
}

.about__button-wrap {
  margin-top: 2.375rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about__button-wrap {
    margin-top: 1.875rem;
  }
}

.service {
  overflow-x: hidden;
}

.service__title {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .service__title {
    text-align: left;
  }
}

.service__cards {
  margin-top: 2.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .service__cards {
    margin-top: 1.25rem;
  }
}

.top-blog {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fff8ef;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 768px) {
  .top-blog {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.top-blog__contents {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-blog__contents {
    margin-top: 1.125rem;
  }
}

.top-blog__button-wrap {
  text-align: right;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news__inner.inner {
    padding: 0 2.5rem;
  }
}

.news__button-wrap {
  text-align: right;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news__button-wrap {
    margin-top: 2rem;
  }
}

.error {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .error__inner.inner {
    padding: 0 0.625rem;
  }
}

.error__container {
  background: url(../images/common/contact.jpg) no-repeat center center/cover;
  height: 37.5rem;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: clamp(160px, 22vw, 337px);
}
@media screen and (max-width: 768px) {
  .error__container {
    height: 15.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: initial;
  }
}

.error__title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: clamp(35px, 4.49vw, 70px);
  font-weight: 700;
  line-height: 1.4857142857;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .error__title {
    line-height: 1.5142857143;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .error__text-wrap-sp {
    margin-top: 2.5rem;
    padding: 0 0.5rem;
  }
}

.error__text {
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .error__text {
    color: #2e2721;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.2857142857;
  }
}

.error__button-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .error__button-wrap {
    text-align: center;
    margin-top: 2.5625rem;
  }
}

.privacy-policy {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.privacy-policy__introduction {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy-policy__introduction {
    font-size: 0.875rem;
  }
}

.privacy-policy__items {
  margin-top: 2rem;
  border-top: 1px solid #fff8ef;
}
@media screen and (max-width: 768px) {
  .privacy-policy__items {
    margin-top: 2.5rem;
  }
}

.privacy-policy__item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff8ef;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item {
    padding-bottom: 2.5rem;
  }
}

.privacy-policy__item + .privacy-policy__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item + .privacy-policy__item {
    margin-top: 2.5rem;
  }
}

.privacy-policy__term {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-policy__description {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy-policy__description {
    font-size: 0.875rem;
  }
}

.privacy-policy__description-numbers {
  counter-reset: number;
}

.privacy-policy__description-text + .privacy-policy__description-numbers,
.privacy-policy__description-text + .privacy-policy__description-items {
  margin-top: 0.9375rem;
}

.privacy-policy__description-number {
  padding-left: 0.9375rem;
  text-indent: -0.9375rem;
}

.privacy-policy__description-number + .privacy-policy__description-number,
.privacy-policy__description-item + .privacy-policy__description-item {
  margin-top: 0.9375rem;
}

.privacy-policy__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.privacy-policy__description-items {
  padding-left: 1.25rem;
  list-style: disc;
}

.pagetop-button {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pagetop-button {
    right: 25px;
    bottom: 24px;
  }
}

.pagetop-button.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pagetop-button.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(9.375rem);
            transform: translateY(9.375rem);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(9.375rem);
            transform: translateY(9.375rem);
  }
}
.pagetop-button__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .pagetop-button__link {
    width: 2.5rem;
  }
}

.pagetop-button__link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pagetop-button__link span {
  font-size: 0.875rem;
  color: #CB8589;
  padding-right: 0.375rem;
}
@media screen and (max-width: 768px) {
  .pagetop-button__link span {
    font-size: 0.625rem;
  }
}

/* フローティングバナー*/
.floating {
  position: fixed;
  right: 0;
  z-index: 10;
  width: 3.125rem;
  bottom: 11.25rem;
  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;
}
@media screen and (max-width: 768px) {
  .floating {
    width: 12.5rem;
    right: 6.25rem;
    bottom: 0rem;
  }
}

.floating__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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
  background: #CB8589;
  border-radius: 20px 0px 0px 20px;
  font-size: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
  width: 6.25rem;
  height: 12.5rem;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .floating__link {
    border-radius: 10px 10px 0px 0px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 80%;
    height: 2.5rem;
  }
}

.under-about-title {
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .under-about-title {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}

.under-about-title span {
  display: block;
  position: relative;
  text-transform: capitalize;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.475;
  padding-right: 81px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-about-title span {
    font-size: 1.625rem;
    line-height: 1.5;
    padding-right: 4.4375rem;
  }
}

.under-about-title span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #756659;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.under-page-fv {
  height: 32.125rem;
  overflow: hidden;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .under-page-fv {
    height: 17.5rem;
  }
}

@media screen and (max-width: 768px) {
  .under-page-fv__inner.inner {
    padding-left: 0.625rem;
  }
}

.under-page-fv__inner,
.under-page-fv__container,
.under-page-fv__image,
.under-page-fv__image img {
  height: inherit;
}

.under-page-fv__container {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

.under-page-fv__container.under-page-fv__container--contact {
  width: initial;
}

.under-page-fv__title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 16px;
  padding-top: 1rem;
  padding-left: 3.125rem;
  background-color: #ffffff;
  width: 37.5rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .under-page-fv__title-wrap {
    padding-top: 1.125rem;
    padding-left: 1.125rem;
    width: 14.375rem;
    height: 8.125rem;
  }
}

.under-page-fv__title {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 6.25rem;
  font-weight: 800;
  line-height: 1.48;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .under-page-fv__title {
    font-size: 2.75rem;
    line-height: 1.4772727273;
  }
}

.under-page-fv__title span {
  display: block;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: -0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-page-fv__title span {
    margin-top: -0.3125rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.under-page-fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.under-page-nav__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .under-page-nav__list {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}
@media screen and (max-width: 375px) {
  .under-page-nav__list {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.under-page-nav__link {
  display: inline-block;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-page-nav__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 0.875rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.under-page-nav__link::after {
  position: absolute;
  content: "";
  background-image: url(../images/under-page/under-page-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.under-page-leading__inner.inner {
  max-width: 55.0625rem;
}
@media screen and (max-width: 768px) {
  .under-page-leading__inner.inner {
    max-width: 37.5rem;
  }
}

.under-page-leading__title {
  margin-top: 5rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.125rem, 2.8vw, 2.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-page-leading__title {
    margin-top: 3.125rem;
    line-height: 2.0555555556;
    letter-spacing: 0.01em;
  }
}

.under-page-leading__text {
  margin-top: 2.5rem;
  margin-left: -0.1875rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-page-leading__text {
    margin-top: 1.875rem;
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

@media screen and (max-width: 768px) {
  .under-about-price {
    background-color: #fff8ef;
  }
}

.under-about-price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff8ef;
}
@media screen and (max-width: 768px) {
  .under-about-price__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.under-about-price__container,
.under-about-price__image img {
  border-radius: 16px;
}

.under-about-price__text-container {
  width: 88.1818181818%;
  padding: 4.375rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .under-about-price__text-container {
    padding: 3.75rem 0 1.5625rem;
    width: 100%;
  }
}

.under-about-price__text {
  margin-top: 3.75rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-about-price__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.under-about-price__text + .under-about-price__text {
  margin-top: 1.875rem;
}

.under-about-price__text.under-about-price__text--president {
  text-align: right;
  margin-top: 2.5rem;
  padding-right: 0.625rem;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .under-about-price__text.under-about-price__text--president {
    margin-top: 1.5625rem;
    padding-right: 0;
    line-height: 2.0714285714;
  }
}

.under-about-price__image {
  max-width: 32.7272727273%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .under-about-price__image {
    margin-bottom: -5.25rem;
    max-width: 100%;
    width: 100%;
  }
}

.under-about-price__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/535;
}
@media screen and (max-width: 768px) {
  .under-about-price__image img {
    aspect-ratio: 335/300;
  }
}

.under-about-access__address {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .under-about-access__address {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.under-about-access__address-text {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-about-access__address-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.under-about-access__map {
  margin-top: 3.75rem;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 36.3636363636%;
}
@media screen and (max-width: 768px) {
  .under-about-access__map {
    margin: 1.25rem 0;
    padding-top: 119.4029850746%;
  }
}

.under-about-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.under-about-company {
  background-color: #fff8ef;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .under-about-company {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.under-about-title.under-about-company__title span:after {
  top: 40%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .under-about-title.under-about-company__title span:after {
    top: 50%;
    right: 0;
  }
}

.under-about-company__address {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .under-about-company__address {
    margin-top: 1.875rem;
  }
}

.under-about-company__slider-container {
  width: 100vw;
  margin: 7.5rem calc(50% - 50vw) 0;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .under-about-company__slider-container {
    margin-top: 5rem;
    height: 150px;
  }
}

.under-about-company-swiper,
.under-about-company-swiper__wrapper,
.under-about-company-swiper__slide,
.under-about-company-swiper__slide img {
  height: inherit;
  min-height: inherit;
  border-radius: 48px;
}

.under-about-company-swiper__slide,
.under-about-company-swiper__slide img {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .under-about-company-swiper__slide,
  .under-about-company-swiper__slide img {
    max-width: 180px;
  }
}

.under-about-company-swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.under-about-company-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 480/400;
}
@media screen and (max-width: 768px) {
  .under-about-company-swiper img {
    aspect-ratio: 180/150;
  }
}

.under-service {
  overflow-x: hidden;
}

.under-service__inner.inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 768px) {
  .under-service__inner.inner {
    max-width: 37.5rem;
  }
}

.under-service__list {
  counter-reset: number 0;
}

.under-service__item + .under-service__item {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .under-service__item + .under-service__item {
    margin-top: 0rem;
  }
}

.under-service__item:nth-child(even) .under-service__description-wrap .under-service__text-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .under-service__item:nth-child(even) .under-service__description-wrap .under-service__text-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.under-service__description-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff8ef;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .under-service__description-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5rem;
    background-color: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .under-service__description-wrap:before {
    position: absolute;
    content: "";
    background-color: #fff8ef;
    width: 100vw;
    height: 100%;
    z-index: -1;
    bottom: 0;
  }
}

.under-service__text-container {
  width: 46.6666666667%;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .under-service__text-container {
    width: 100%;
    padding: 0 0 1.25rem;
  }
}

.under-service__leading {
  margin-top: 1.25rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.0909090909;
  max-width: 25rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-service__leading {
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.under-service__image {
  max-width: 53.3333333333%;
  height: auto;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .under-service__image {
    max-width: 37.5rem;
  }
}

.under-service__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.under-service__features-wrap {
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .under-service__features-wrap {
    padding: 1.25rem 0 3.125rem;
  }
}

.under-service__sub-title {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-service__sub-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.under-service__sub-title span {
  margin-left: 1rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .under-service__sub-title span {
    margin-left: 0.625rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.under-service__text {
  margin-top: 1.25rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-service__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.under-service-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-service-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
  }
}

.under-service-title span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .under-service-title span {
    padding-right: 0.875rem;
  }
}

.under-service-title span::before {
  content: "0" counter(number);
  counter-increment: number 1;
  display: block;
  margin-bottom: 1.25rem;
  color: #756659;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.475;
}
@media screen and (max-width: 768px) {
  .under-service-title span::before {
    font-size: 2rem;
    line-height: 1.46875;
  }
}

.under-service-title span::after {
  position: absolute;
  content: "";
  background-image: url(../images/under-service/under-service-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 34px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .under-service-title span::after {
    height: 30px;
  }
}

.under-blog-item {
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .under-blog-item {
    gap: 0.9375rem;
  }
}

.under-blog-item__image {
  max-width: 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .under-blog-item__image {
    max-width: 8.125rem;
  }
}
@media screen and (max-width: 320px) {
  .under-blog-item__image {
    margin-inline: auto;
    max-width: 100%;
  }
}

.under-blog-item__image,
.under-blog-item__image img {
  border-radius: 32px;
}

.under-blog-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 160/160;
}
@media screen and (max-width: 768px) {
  .under-blog-item__image img {
    aspect-ratio: 130/100;
  }
}

.under-blog-item__text-container {
  width: 100%;
  max-width: 33rem;
}

.under-blog-item__category-list {
  /*categoryが増えたときの対処*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .under-blog-item__category-list {
    gap: 0.375rem;
  }
}

.under-blog-item__article-text {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65%;
}
@media screen and (max-width: 768px) {
  .under-blog-item__article-text {
    margin-top: 0.625rem;
    gap: 0.625rem;
  }
}

.under-blog-item__article-title {
  position: relative;
  display: inline-block;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .under-blog-item__article-title {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.under-blog-item__article-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e2721), to(#2e2721));
  background-image: linear-gradient(90deg, #2e2721, #2e2721); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}

.blog-contents__link:hover .under-blog-item__article-title span {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

.under-blog-item__date.text-date {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .under-news__inner.inner {
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .under-blog__inner.inner {
    padding: 0 2.5rem;
  }
}

.under-contact__inner {
  max-width: 43.125rem;
}
@media screen and (max-width: 768px) {
  .under-contact__inner {
    max-width: 37.5rem;
  }
}

.under-contact__leading {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-contact__leading {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.under-contact__form {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .under-contact__form {
    margin-top: 2.5rem;
  }
}

.under-complete__inner.inner {
  max-width: 46.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .under-complete__inner.inner {
    max-width: 37.5rem;
  }
}

.under-complete__title {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.475;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-complete__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.under-complete__title span {
  margin-top: 1.25rem;
  display: block;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-complete__title span {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.under-complete__text {
  margin-top: 2.5rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-complete__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.under-complete__button-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.under-complete__button-wrap a:hover {
  opacity: 1;
}

.under-complete__button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 28.75rem;
  width: 100%;
  border-radius: 50px;
  background-color: #756659;
}
@media screen and (max-width: 768px) {
  .under-complete__button {
    padding-top: 0.71875rem;
    padding-bottom: 0.71875rem;
    padding-right: 0.71875rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    max-width: 17.1875rem;
  }
}

.under-complete__button::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/button-arrow-back-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 168px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (max-width: 768px) {
  .under-complete__button::before {
    left: 94px;
  }
}

.under-complete__button:hover::before {
  left: 163px;
  cursor: url(../images/common/cursor.png), auto;
}
@media screen and (max-width: 768px) {
  .under-complete__button:hover::before {
    left: 89px;
  }
}

.under-confirm__inner.inner {
  max-width: 45.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .under-confirm__inner.inner {
    max-width: 37.5rem;
  }
}

.under-confirm__leading {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-confirm__leading {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.under-confirm__contents {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .under-confirm__contents {
    margin-top: 2.5rem;
  }
}

.under-confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .under-confirm__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.under-confirm__item + .under-confirm__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .under-confirm__item + .under-confirm__item {
    margin-top: 1.5625rem;
  }
}

.under-confirm__label-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.under-confirm__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0;
}

.under-confirm__text {
  width: 71.7647058824%;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .under-confirm__text {
    width: 100%;
  }
}

.under-confirm__button-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.under-confirm__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .under-confirm__button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4375rem;
  }
}

.confirm-button {
  width: 17.5rem;
  max-width: 100%;
  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;
  padding: 1.25rem;
  border: 2px solid #756659;
  border-radius: 50px;
  color: #756659;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media screen and (max-width: 768px) {
  .confirm-button {
    width: 9.4375rem;
    padding: 0.71875rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.confirm-button:hover {
  opacity: 0.7;
  cursor: url(../images/common/cursor.png), auto;
}

.confirm-button.confirm-button--inversion {
  color: #ffffff;
  background-color: #756659;
}

div.wpcf7 .wpcf7-spinner {
  display: none;
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.layout-looptext-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-looptext-wrap {
    margin-top: 1.25rem;
  }
}

.layout-about {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-about {
    margin-top: 1.25rem;
  }
}

.layout-service {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-service {
    margin-top: 4.0625rem;
  }
}

.layout-blog {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-blog {
    margin-top: 5.1875rem;
  }
}

.layout-under-page-leading {
  margin-top: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .layout-under-page-leading {
    margin-top: 0.6875rem;
  }
}

.layout-under-about-price {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-about-price {
    margin-top: 5rem;
  }
}

.layout-under-service {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-service {
    margin-top: 3.125rem;
  }
}

.layout-under-about-access {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-about-access {
    margin-top: 10.1875rem;
  }
}

.layout-under-about-company {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-about-company {
    margin-top: 5rem;
  }
}

.layout-under-fv {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .layout-under-fv {
    margin-top: 6.875rem;
  }
}

.layout-under-fv-wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .layout-under-fv-wrap {
    margin-top: 6.875rem;
  }
}

.layout-error {
  margin-top: 15.625rem;
}
@media screen and (max-width: 768px) {
  .layout-error {
    margin-top: 7.5rem;
  }
}

.layout-single-news {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-single-news {
    margin-top: 1.125rem;
  }
}

.layout-single-blog {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .layout-single-blog {
    margin-top: 1.25rem;
  }
}

.layout-single-breadcrumb {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .layout-single-breadcrumb {
    margin-top: 5rem;
  }
}

.layout-under-contact {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .layout-under-contact {
    margin-top: 1.1875rem;
  }
}

.layout-under-contact-fv {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .layout-under-contact-fv {
    margin-top: 6.875rem;
  }
}

.layout-under-complete {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-complete {
    margin-top: 3.75rem;
  }
}

.layout-under-confirm {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-under-confirm {
    margin-top: 1.25rem;
  }
}

.layout-contact {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-contact {
    margin-top: 5rem;
  }
}

.layout-footer {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    margin-top: 5rem;
  }
}

.layout-news {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-news {
    margin-top: 4.0625rem;
  }
}

.single-blog-contents p {
  margin-top: 2.5rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-blog-contents p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.single-blog-contents p + p {
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .single-blog-contents p + p {
    margin-top: 2rem;
  }
}

.single-blog-contents a {
  display: block;
  text-decoration: underline;
  color: #0072bc;
}

.single-blog-contents h2 {
  margin-top: 2.5rem;
  padding: 0.5rem 0.6875rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545454545;
  background-color: #fff8ef;
  border-left: 3px solid #756659;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-blog-contents h2 {
    font-size: 1rem;
    line-height: 1.4375;
    padding: 0.5rem 0.5rem;
  }
}

.single-blog-contents h3 {
  margin-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  border-bottom: 1px solid #fff8ef;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-blog-contents h3 {
    margin-top: 2.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.single-blog-contents h3::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #756659;
  width: 39%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .single-blog-contents h3::after {
    width: 40%;
  }
}

.single-blog-contents ul,
.single-blog-contents ol {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .single-blog-contents ul,
  .single-blog-contents ol {
    margin-top: 1.25rem;
  }
}

.single-blog-contents li {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .single-blog-contents li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
  }
}

.single-blog-contents li + li {
  margin-top: 1rem;
}

.single-blog-contents li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #756659;
  border-radius: 9999px;
  left: 0;
  top: 0.5em;
}

.single-news__inner.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 75.5rem;
  gap: 11.5066225166%;
}
@media screen and (max-width: 768px) {
  .single-news__inner.inner {
    gap: 3.5625rem;
    padding: 0 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 37.5rem;
  }
}

.single-news__article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .single-news__article {
    padding: 0 0.9375rem;
  }
}

.single-news__category-list {
  /*categoryが増えたときの対処*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-news__category-list {
    gap: 6px;
  }
}

.single-news__title {
  margin-top: 1.0625rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 2.3vw, 26px);
  font-weight: 500;
  line-height: 1.9230769231;
  padding-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-news__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    max-width: 90%;
  }
}

.single-news__date.text-date {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .single-news__date.text-date {
    margin-top: 0.625rem;
  }
}

.single-news__image {
  margin-top: 2.375rem;
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-news__image {
    margin-top: 2.5625rem;
  }
}

.single-news__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 718/380;
}
@media screen and (max-width: 768px) {
  .single-news__image img {
    aspect-ratio: 315/176;
  }
}

.single-news__image,
.single-news__image img {
  border-radius: 24px;
}

.single-news__button-wrap {
  margin-top: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .single-news__button-wrap {
    padding-right: 0;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 375px) {
  .single-news__button-wrap {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single-news__button.button-back {
  max-width: 8.3125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 2.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.single-news__button.button.button.button--frame {
  max-width: 8.3125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.25rem;
  padding-left: 1.25rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.single-news__sidebar {
  width: 25.9067357513%;
}
@media screen and (max-width: 768px) {
  .single-news__sidebar {
    width: 100%;
  }
}

.single-news-contents {
  padding-bottom: 2.75rem;
  border-bottom: 1px solid #fff8ef;
}
@media screen and (max-width: 768px) {
  .single-news-contents {
    border-bottom: initial;
  }
}

.single-news-contents h2 {
  margin-top: 2.5rem;
  padding: 0.5rem 0.6875rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545454545;
  background-color: #fff8ef;
  border-left: 3px solid #756659;
  letter-spacing: 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .single-news-contents h2 {
    font-size: 1rem;
    line-height: 1.4375;
    padding: 0.5rem 0.5rem;
  }
}

.single-news-contents h3 {
  margin-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  border-bottom: 1px solid #fff8ef;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-news-contents h3 {
    margin-top: 2.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.single-news-contents h3::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #756659;
  width: 39%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .single-news-contents h3::after {
    width: 40%;
  }
}

.single-news-contents p {
  margin-top: 2.5rem;
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-news-contents p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.single-news-contents p + p {
  margin-top: 2rem;
}

.single-news-contents a {
  display: block;
  text-decoration: underline;
  color: #0072bc;
}

.single-news-contents ul,
.single-news-contents ol {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .single-news-contents ul,
  .single-news-contents ol {
    margin-top: 1.25rem;
  }
}

.single-news-contents li {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .single-news-contents li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
  }
}

.single-news-contents li + li {
  margin-top: 1rem;
}

.single-news-contents li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #756659;
  border-radius: 9999px;
  left: 0;
  top: 0.5em;
}

.single-blog__inner.inner {
  max-width: 55.625rem;
}
@media screen and (max-width: 768px) {
  .single-blog__inner.inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

.single-blog__category-list {
  /*categoryが増えたときの対処*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-blog__category-list {
    gap: 6px;
  }
}

.single-blog__category.category-tag {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .single-blog__category.category-tag {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.single-blog__article-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .single-blog__article-text {
    margin-top: 0.625rem;
  }
}

.single-blog__article-title {
  color: #2e2721;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 2.3vw, 26px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-blog__article-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.single-blog__date.text-date {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .single-blog__date.text-date {
    margin-top: 0.625rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.single-blog__image {
  margin-top: 2.5rem;
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-blog__image {
    margin-top: 2.125rem;
  }
}

.single-blog__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 840/471;
}
@media screen and (max-width: 768px) {
  .single-blog__image img {
    aspect-ratio: 315/176;
  }
}

.single-blog__image,
.single-blog__image img {
  border-radius: 24px;
}

.single-blog__contents {
  margin-top: 2.5rem;
  width: 80.9523809524%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-blog__contents {
    margin-top: 2.625rem;
    width: 100%;
  }
}

.single-blog__button-wrap {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-blog__button-wrap {
    margin-top: 2.5rem;
  }
}

.single-blog__button.button-back {
  max-width: 285px;
}

.single-blog__button.button-back:before {
  left: 32%;
}
@media screen and (max-width: 375px) {
  .single-blog__button.button-back:before {
    left: 29%;
  }
}

.single-blog__button.button-back:hover:before {
  left: 30%;
}
@media screen and (max-width: 375px) {
  .single-blog__button.button-back:hover:before {
    left: 27%;
  }
}/*# sourceMappingURL=style.css.map */