/*
Theme Name:  Leaf Arc
Theme URI:
Author:  Leaf Arc
Author URI:
Description:
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap'); */
:root {
  /* --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: NotoSansJP,'Noto Sans JP', sans-serif ;
  --noto-serif: NotoSerifJP, 'Noto Serif JP', serif;
  /* --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde"; */
  --josefin-sans:'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde";
  --montserrat:"Montserrat", sans-serif;
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
  width: 100%;
}
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 15px;
}
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: 700;
}
/**
  * 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-size: 15px;
}
/**
  * 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;
}
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}
/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  border: none;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
  * 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;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
  * 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;
}
/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}
/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

/* Forms
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
  background: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline:none;
}
textarea {
  width: 100%;
}
select {
    text-transform: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
/* header and text
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
dfn,
cite,
em,
i {
  font-style: inherit;
}
blockquote {
  margin: 0;
}
address {
  margin: 0;
  font-style: normal;
}
pre {
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}
mark {
  background: #FEE400;
}

big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
  /* list
--------------------------------------------- */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}

dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers.
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
figure {
  margin:0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/

/* base color
--------------------------------------------- */
:root {
  --font-color: #333333;
  --white:#FFFFFF;
}


/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-serif);
  color: var(--font-color);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (max-width:1024px){
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-header {
    display: block;
    width: 100%;
  }
}
/*top*/
@media screen and (max-width:1024px) {
  .site-header__top {
    display: block;
    width: 100%;
    padding: 5px 0 10px;
    background-color: var(--white);
  }
  .site-header__top-wrap {
    display: block;
    width: 100%;
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .site-header__top-menu {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .site-header__top {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    background-color: var(--white);
  }
  .site-header__top-wrap {
    display: flex;
    width: 100%;
  }
  .site-header__headline {
    display: -webkit-box;
    width: calc(100% - 650px);
    font-size: 10px;
    line-height: 15px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 5px;
  }
  .site-header__top-menu {
    position: absolute;
    top: 5px;
    right: calc((100% - 1080px)/2 - 60px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 650px;
    height: 40px;
    min-width: max-content;
  }
  /*phone*/
  .site-header__tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: #BE7B42;
  }
  .site-header__tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .site-header__tel > a {
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    color: #BE7B42;
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .site-header__tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*sns*/
  .site-header__sns {
    display: flex;
    align-items: center;
    width: auto;
    padding:0 20px 0 20px;
  }
  .site-header__sns > li {
    display: block;
    width: auto;
  }
  .site-header__sns > li + li {
    margin-left: 12px;
  }
  .site-header__sns > li > a {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-header__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__sns > li > a.header-instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-header__sns > li > a.header-facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-header__sns > li > a.header-pinterest {
    background-image: url(./assets/images/icon-pinterest.png);
  }
  /*btns*/
  .site-header__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 40px;
  }
  .site-header__btns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-family: 600;
    line-height: 1;
  }
  .site-header__btns > a:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .site-header__book {
    color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .site-header__contacts {
    background-color: var(--font-color);
    color: var(--white);
  }
}
@media screen and (min-width:1025px) and (max-width:1200px) {
  .site-header__top-menu {
    right: 0;
  }
}
/*nav*/
@media screen and (max-width:1024px) {
  .site-header__menu {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: var(--white);
  }
  .site-header__menu-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    z-index: 999;
  }
  .site-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    margin-top: 5px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: none;
  }
   /*hamberger*/
  .mobile-nav-trigger {
    display: block;
    width: 40px;
    height: 45px;
    margin-top: 5px;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }
  .mobile-nav-trigger > i {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 21px;
    font-weight: 500;
    color: var(--font-color);
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color:var(--font-color);
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 5px;
    right: 0;
    transform: translateY(7px) rotate(-32deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2) {
    display: none;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 3px;
    right: 0;
    transform: translateY(-7px) rotate(32deg);
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky,
  .site-header__menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    background-color: var(--white);
    height: 65px;
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .site-header__menu.sticky .site-header__menu-wrap,
  .site-header__menu.fixed .site-header__menu-wrap {
    justify-content: space-between;
    align-items: center;
  }
  .site-header__menu.sticky .site-header__logo,
  .site-header__menu.fixed .site-header__logo {
    position: unset;
    top: unset;
    left: unset;
    width: 52px;
  }
  .site-header__menu.sticky .mobile-nav-trigger,
  .site-header__menu.fixed .mobile-nav-trigger {
    margin-top: 12px;
  }
  header:has( .site-header__menu.sticky) ~ main{margin-top:50px;}
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-nav-mobile__block {
    display: block;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width:1025px) {
  .site-header__menu.top-page {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 997;
  }
  .site-header__menu {
    display: block;
    width: 100%;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .site-header__menu.post-page .site-header__menu-wrap {
    position: relative;
    height: 65px;
  }
  .site-header__logo {
    display: block;
    width: calc(113/1140 * 100%);
    margin-top: 5px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - (113/1140 * 100%));
  }
  .site-header__nav-pc > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 25px;
  }
  .site-header__nav-pc > li > a {
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    line-height: 23px;
  }
  .site-header__nav-pc > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    background-color: var(--white);
    height: 80px;
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .site-header__menu.sticky .site-header__menu-wrap {
    align-items: center;
  }
  .site-header__menu.sticky .site-header__logo {
    width: 70px;
  }
  .site-header__menu.sticky .site-header__nav-pc {
    height: 43px;
  }
  header:has( .site-header__menu.sticky) ~ main:not(#main-toppage){margin-top:65px;}
}
/*
NAVIGATION - mobile
--------------------------------------------- */
@media screen and (max-width:1024px) {
   .site-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color:var(--white);
    padding-left: 20px;
    padding-top: 85px;
    z-index: 997;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 85px);
    background-color: var(--white);
    overflow-y: scroll;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 80px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block:nth-child(n+2) {
    margin-top: 30px;
  }
  .site-nav-mobile__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    color: #BE7B42;
    margin-bottom: 10px;
  }
  .site-nav-mobile__list {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li:nth-child(n+2){
    margin-top: 15px;
  }
  .site-nav-mobile__list.menu > li:not(:first-child),
  .site-nav-mobile__list.worries > li:not(:first-child) {
    padding-left: 15px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 400;
    color: var(--font-color);
    line-height: 20px;
  }
  .site-nav-mobile__list > li > a.child-menu {
    padding-left: 10px;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 42px;
    z-index: 997;
    overflow: hidden;
    transform: translate(-50%,150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(-50%,0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border:2px solid var(--white);
    overflow: hidden;
    margin: 0 auto;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 33.333333%;
  }
  .site-floating-menu__wrap > a:hover  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-floating-menu__wrap > a:nth-child(1) {
    background-color: #BAA797;
  }
  .site-floating-menu__wrap > a:nth-child(2) {
    border-left: 2px solid var(--white);
    border-right: 2px solid var(--white);
    background-color: #BE7B42;
  }
  .site-floating-menu__wrap > a:nth-child(3) {
    background-color: var(--font-color);
  }
  .site-floating-menu__wrap > a > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    flex-direction: column;
    align-items: center;
    top: 50%;
    right: 0;
    display: block;
    width: 50px;
    border-radius: 10px 0 0 10px;
    border:2px solid var(--white);
    z-index: 997;
    overflow: hidden;
    transform: translate(150%,-50%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(0,-50%);
  }
  .site-floating-menu__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
  }
  .site-floating-menu__wrap > a:hover  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-floating-menu__wrap > a:nth-child(1) {
    height: 156px;
    background-color: #BAA797;
  }
  .site-floating-menu__wrap > a:nth-child(2) {
    height: 160px;
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    background-color: #BE7B42;
  }
  .site-floating-menu__wrap > a:nth-child(3) {
    height: 156px;
    background-color: var(--font-color);
  }
  .site-floating-menu__wrap > a > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }
}
/*
MAIL MAGAZINE
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-footer-mail {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: var(--white);
  }
  .site-footer-mail__link {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-mail__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-mail__link > picture {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .site-footer-mail__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .site-footer-mail {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: var(--white);
  }
  .site-footer-mail__link {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-mail__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-mail__link > picture {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .site-footer-mail__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
CV
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-footer-cta {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/cta/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-footer-cta__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-cta__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-cta__column + .site-footer-cta__column {
    margin-top: 20px;
  }
  /*event*/
  .site-footer-cta__event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-color: #BE7B42;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__event-title {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .site-footer-cta__event-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    background-color: var(--white);
    border: 1px solid var(--white);
  }
  .site-footer-cta__event-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #BE7B42;
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-or.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__event-btn:hover {
    transition: 0.3s ease;
    background-color: #BE7B42;
  }
  .site-footer-cta__event-btn:hover > span {
    transition: 0.3s ease;
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  .site-footer-cta__phone {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: var(--white);
    margin-top: 25px;
  }
  .site-footer-cta__phone > span {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .site-footer-cta__phone > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: var(--white);
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .site-footer-cta__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__time {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--white);
  }
  /*line*/
  .site-footer-cta__line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #ecf2ee;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__line-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 17.3px;
  }
  .site-footer-cta__line-title > span {
    display: block;
    width: auto;
    font-size: 22px;
    color: #339856;
    font-weight: 400;
    line-height: 35px;
    padding-left: 45px;
    background-image: url(./assets/images/cta/icon-line.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px;
  }
  .site-footer-cta__line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    background: #339856;
    border: 1px solid #339856;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__line-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__line-btn:hover {
    transition: 0.3s ease;
    background-color: #ecf2ee;
  }
  .site-footer-cta__line-btn:hover > span {
    transition: 0.3s ease;
    color: #339856;
    background-image: url(./assets/images/icon-arrow-gr.png);
  }
  /*contact*/
  .site-footer-cta__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: var(--white);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    margin-top: 20px;
  }
  .site-footer-cta__contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 17.3px;
  }
  .site-footer-cta__contact-title > span {
    display: block;
    width: auto;
    font-size: 25px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 35px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29.94px 21.89px;
  }
  .site-footer-cta__contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    background: var(--font-color);
    border: 1px solid var(--font-color);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__contact-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__contact-btn:hover {
    transition: 0.3s ease;
    background-color: transparent;
  }
  .site-footer-cta__contact-btn:hover > span {
    transition: 0.3s ease;
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
  }
}
@media screen and (min-width:768px) {
  .site-footer-cta {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/cta/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-footer-cta__body {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-cta__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: calc(490/1000 * 100%);
  }
  /*event*/
  .site-footer-cta__event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 330px;
    background-color: #BE7B42;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__event-title {
    font-size: 25px;
    color: var(--white);
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .site-footer-cta__event-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: var(--white);
    border: 1px solid var(--white);
  }
  .site-footer-cta__event-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #BE7B42;
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-or.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__event-btn:hover {
    transition: 0.3s ease;
    background-color: #BE7B42;
  }
  .site-footer-cta__event-btn:hover > span {
    transition: 0.3s ease;
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  .site-footer-cta__phone {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: var(--white);
    margin-top: 25px;
  }
  .site-footer-cta__phone > span {
    font-size: 23px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .site-footer-cta__phone > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: var(--white);
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .site-footer-cta__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__time {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--white);
    margin-top: 10px;
  }
  /*line*/
  .site-footer-cta__line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    border-radius: 5px;
    background: #ecf2ee;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__line-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 17.3px;
  }
  .site-footer-cta__line-title > span {
    display: block;
    width: auto;
    font-size: 25px;
    color: #339856;
    font-weight: 400;
    line-height: 35px;
    padding-left: 45px;
    background-image: url(./assets/images/cta/icon-line.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px;
  }
  .site-footer-cta__line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background: #339856;
    border: 1px solid #339856;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__line-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__line-btn:hover {
    transition: 0.3s ease;
    background-color: #ecf2ee;
  }
  .site-footer-cta__line-btn:hover > span {
    transition: 0.3s ease;
    color: #339856;
    background-image: url(./assets/images/icon-arrow-gr.png);
  }
  /*contact*/
  .site-footer-cta__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    border-radius: 5px;
    background: var(--white);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .site-footer-cta__contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 17.3px;
  }
  .site-footer-cta__contact-title > span {
    display: block;
    width: auto;
    font-size: 25px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 35px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29.94px 21.89px;
  }
  .site-footer-cta__contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background: var(--font-color);
    border: 1px solid var(--font-color);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site-footer-cta__contact-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-footer-cta__contact-btn:hover {
    transition: 0.3s ease;
    background-color: transparent;
  }
  .site-footer-cta__contact-btn:hover > span {
    transition: 0.3s ease;
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
  }
}
/*
FOOTER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-footer {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .site-footer {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
}
/*nav*/
@media screen and (max-width:1024px) {
  .site-footer__nav {
    display: none;
  }
  .scroll-top {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__nav {
    display: block;
    width: 100%;
  }
  .site-footer__nav-body {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .scroll-top {
    position: absolute;
    bottom: 80px;
    right: -60px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(./assets/images/icon-top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__nav-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 120px;
    width: 100%;
  }
  .site-footer__menu-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer__menu-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #E3CDBA;
  }
  .site-footer__menu-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #BE7B42;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 14px;
    margin-top: 13px;
  }
  .site-footer__menu-list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-list > li + li {
    margin-top: 14px;
  }
  .site-footer__menu-list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .site-footer__menu-list > li > a.child-menu {
    padding-left: 10px;
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*info*/
@media screen and (max-width:1024px) {
  .site-footer__info {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0 60px;
  }
  .scroll-top-sp {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(./assets/images/icon-top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .site-footer__info-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__logo {
    display: block;
    width: 100px;
  }
  .site-footer__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .site-footer__info-tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: var(--font-color);
  }
  .site-footer__info-tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .site-footer__info-tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: var(--font-color);
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .site-footer__info-tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-time {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .site-footer__info-address {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
  }
  .site-footer__info-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 18px;
  }
  .site-footer__info-sns > li {
    display: block;
    width: auto;
  }
  .site-footer__info-sns > li + li {
    margin-left: 12px;
  }
  .site-footer__info-sns > li > a {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__info-sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-sns > li > a.footer-instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-footer__info-sns > li > a.footer-facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-footer__info-sns > li > a.footer-pinterest {
    background-image: url(./assets/images/icon-pinterest.png);
  }
}
@media screen and (min-width:1025px) {
  .site-footer__info {
    display: block;
    width: 100%;
    padding: 40px 0 90px;
  }
  .scroll-top-sp {
    display: none;
  }
  .site-footer__info-body {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__logo {
    display: block;
    width: calc(156/1000 * 100%);
  }
  .site-footer__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - (156/1000 * 100%));
    padding-left: calc(30/1000 * 100%);
    margin-top: 30px;
  }
  .site-footer__info-tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: var(--font-color);
  }
  .site-footer__info-tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .site-footer__info-tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: var(--font-color);
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .site-footer__info-tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-time {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .site-footer__info-address {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
  }
  .site-footer__info-sns {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: 18px;
  }
  .site-footer__info-sns > li {
    display: block;
    width: auto;
  }
  .site-footer__info-sns > li + li {
    margin-left: 12px;
  }
  .site-footer__info-sns > li > a {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__info-sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__info-sns > li > a.footer-instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-footer__info-sns > li > a.footer-facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-footer__info-sns > li > a.footer-pinterest {
    background-image: url(./assets/images/icon-pinterest.png);
  }
}
/*links*/
@media screen and (max-width:1024px) {
  .site-footer-links {
    display: block;
    width: 100%;
    height: 45px;
    background-color: var(--font-color);
  }
  .site-footer-link__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 17px 0;
  }
  .site-footer-link__list > li {
    display: flex;
    align-items: center;
    width: auto;
    height: 17px;
  }
  .site-footer-link__list > li:first-child {
    padding-right: 13.5px;
  }
  .site-footer-link__list > li:last-child {
    padding-left: 13.5px;
    border-left: 1px solid var(--white);
  }
  .site-footer-link__list > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white);
  }
  .site-footer-link__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-footer-links {
    display: block;
    width: 100%;
    height: 50px;
    background-color: var(--font-color);
  }
  .site-footer-link__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 16px 0;
  }
  .site-footer-link__list > li {
    display: flex;
    align-items: center;
    width: auto;
    height: 18px;
  }
  .site-footer-link__list > li:first-child {
    padding-right: 13.5px;
  }
  .site-footer-link__list > li:last-child {
    padding-left: 13.5px;
    border-left: 1px solid var(--white);
  }
  .site-footer-link__list > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white);
  }
  .site-footer-link__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*rights*/
@media screen and (max-width:1024px) {
  .site-footer-rights {
    display: block;
    width: 100%;
    padding: 20px 0 68px;
    background-color: var(--white);
  }
  .site-footer-rights__txt {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .site-footer-rights {
    display: block;
    width: 100%;
    padding: 20px 0 110px;
    background-color: var(--white);
  }
  .site-footer-rights__txt {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .main {
    display: block;
    width: 100%;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .page-mv {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-title-wrap {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-title > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    text-align: justify;
    word-break: break-all;
  }
  .page-title > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 5px;
    text-align: justify;
    word-break: break-all;
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-mv {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-title-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-title > span:nth-child(1) {
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
  }
  .page-title > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 5px;
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 453px;
    height: 250px;
  }
  .page-title > span:nth-child(1) {
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
  }
  .page-title > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 5px;
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-left: calc((100% - 1140px)/2 + 453px);
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
  }
  .breadcrumb-wrapper > .container {
    max-width: 100%;
  }
  .gi-breadcrumbs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gi-breadcrumbs__list {
    display:flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:#BE7B42;
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "›";
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    font-size: 16px;
    line-height:1;
    color:#BE7B42;
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:#BE7B42;
    font-weight: 500;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#BE7B42;
    font-weight: 500;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
  }
  .site-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #BE7B42;
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-or.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-btn:hover {
    transition: 0.3s ease;
    background-color: #BE7B42;
  }
  .site-btn:hover > span {
    transition: 0.3s ease;
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  /*site-btn-more*/
  .site-btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187px;
    height: 45px;
    border: 1px solid var(--font-color);
    font-size: 14px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 1;
    background-image: url(./assets/images/icon-arrow-bk.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .site-btn-more:hover {
    background-color: var(--font-color);
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  /*site-btn-all*/
  .site-btn-all {
    display: block;
    width: 90px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding-right: 14px;
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-btn-all:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-404 {
    padding: 80px 0 50px;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .not-found__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    margin-top: 30px;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .page-404 {
    padding: 110px 0 100px;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 70px;
  }
  /*text*/
  .home-mv__slogan {
    position: absolute;
    bottom: 150px;
    left: 30px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
  }
  .home-mv__slogan > p:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .home-mv__slogan > p:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.05em;

  }
  .home-mv__slogan > p:nth-child(3) {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: var(--white);
    margin-top: 5px;
    letter-spacing: 0.05em;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /*event*/
  .home-mv-event {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 355px;
    width: calc(100% - 20px);
    height: 100px;
    padding: 10px 20px 10px 10px;
    background: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home-mv-event__title {
    display: block;
    width: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-mv-event__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px - 8px);
  }
  .home-mv-event__item:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .home-mv-event__item-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 75px;
    overflow: hidden;
  }
  .home-mv-event__item-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-mv-event__item-content {
    display: block;
    width: calc(100% - 100px - 10px);
  }
  .home-mv-event__item-time {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #BE7B42;
  }
  .home-mv-event__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-left: 153px;
    padding-bottom: 70px;
  }
  /*text*/
  .home-mv__slogan {
    position: absolute;
    top: 0;
    left: 26px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 98px;
    height: 700px;
  }
  .home-mv__slogan > p:nth-child(1) {
    display: block;
    width: 30px;
    font-size: 30px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
  }
  .home-mv__slogan > p:nth-child(2) {
    display: block;
    width: 30px;
    font-size: 30px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
  }
  .home-mv__slogan > p:nth-child(3) {
    display: block;
    width: 14px;
    font-size: 14px;
    font-weight: 500;
    writing-mode: vertical-lr;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /*event*/
  .home-mv-event {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 567px;
    height: 120px;
    padding: 10px 20px 10px 10px;
    background: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home-mv-event__title {
    display: block;
    width: 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-mv-event__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 23px - 16px);
  }
  .home-mv-event__item:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .home-mv-event__item-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 100px;
    overflow: hidden;
  }
  .home-mv-event__item-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-mv-event__item-content {
    display: block;
    width: calc(100% - 133px - 20px);
  }
  .home-mv-event__item-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #BE7B42;
  }
  .home-mv-event__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width:1025px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-left: 183px;
    padding-bottom: 70px;
  }
  /*text*/
  .home-mv__slogan {
    position: absolute;
    top: 0;
    left: 46px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 102px;
    height: calc(100vh - 40px + 10px);
  }
  .home-mv__slogan > p:nth-child(1) {
    display: block;
    width: 32px;
    font-size: 32px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
  }
  .home-mv__slogan > p:nth-child(2) {
    display: block;
    width: 32px;
    font-size: 32px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
  }
  .home-mv__slogan > p:nth-child(3) {
    display: block;
    width: 14px;
    font-size: 14px;
    font-weight: 500;
    writing-mode: vertical-lr;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 40px + 10px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 40px + 10px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /*event*/
  .home-mv-event {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 582px;
    height: 120px;
    padding: 10px 35px 10px 10px;
    background: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home-mv-event__title {
    display: block;
    width: 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-mv-event__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 23px - 16px);
  }
  .home-mv-event__item:hover {
    transition: 0.3s ease;
    opacity: 0.7;
  }
  .home-mv-event__item-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 100px;
    overflow: hidden;
  }
  .home-mv-event__item-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-mv-event__item-content {
    display: block;
    width: calc(100% - 133px - 20px);
  }
  .home-mv-event__item-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #BE7B42;
  }
  .home-mv-event__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 70px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--white);
    opacity: .5;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #AC905E;
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-left: 153px;
    padding-bottom: 70px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-left: 183px;
    padding-bottom: 70px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 40px + 10px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 7.5s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
/*about*/
@media screen and (max-width:767px) {
  .home-about {
    display: block;
    width: 100%;
    padding: 50px 0 272px;
    background-image: url(./assets/images/home/about/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-about__body {
    display: block;
    max-width: 315px;
    width: 100%;
    /*padding: 0 10px;*/
    margin: 0 auto;
  }
  .home-about__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-about__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-about__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.05em;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .home-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width:359px) {
  .home-about__header > span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .home-about {
    display: block;
    width: 100%;
    padding: 96px 0 213px;
    background-image: url(./assets/images/home/about/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-about__body {
    display: block;
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
  }
  .home-about__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-about__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-about__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    margin-top: 8px;
    text-align: justify;
    word-break: break-all;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .home-about__btns {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
/*reason*/
@media screen and (max-width:767px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FAF9F7;
  }
  .home-reason__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-reason__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
    word-break: break-all;
  }
  .home-reason__points {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row: auto;
    row-gap: 20px;
    width: 150px;
    margin: 50px auto 0;
  }
  .home-reason__point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    border-radius: 75px;
  }
  .home-reason__point:nth-child(odd) {
    border: 5px solid #BE7B42;
  }
  .home-reason__point:nth-child(even) {
    border: 5px solid #BAA797;
  }
  .home-reason__point > dt {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    font-family: var(--yumincho);
    font-weight: 500;
  }
  .home-reason__point:nth-child(odd) > dt {
    color:#BE7B42;
  }
  .home-reason__point:nth-child(even) > dt {
    color: #BAA797;
  }
  .home-reason__point > dd {
    font-size: 28px;
    text-align: center;
    line-height: 1;
    font-family: var(--yumincho);
    font-weight: 500;
    margin-top: 7px;
  }
  .home-reason__point:nth-child(odd) > dd {
    color:#BE7B42;
  }
  .home-reason__point:nth-child(even) > dd {
    color: #BAA797;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: #FAF9F7;
  }
  .home-reason__body {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-reason__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 29px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 10px;
    text-align: center;
    word-break: break-all;
  }
  .home-reason__points {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 20px;
    width: 100%;
    margin-top: 70px;
  }
  .home-reason__point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
  .home-reason__point:nth-child(odd) {
    border: 5px solid #BE7B42;
  }
  .home-reason__point:nth-child(even) {
    border: 5px solid #BAA797;
  }
  .home-reason__point > dt {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-family: var(--yumincho);
    font-weight: 500;
  }
  .home-reason__point:nth-child(odd) > dt {
    color:#BE7B42;
  }
  .home-reason__point:nth-child(even) > dt {
    color: #BAA797;
  }
  .home-reason__point > dd {
    font-size: 28px;
    text-align: center;
    line-height: 31px;
    font-family: var(--yumincho);
    font-weight: 500;
    margin-top: 15px;
  }
  .home-reason__point:nth-child(odd) > dd {
    color:#BE7B42;
  }
  .home-reason__point:nth-child(even) > dd {
    color: #BAA797;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-reason__point > dt {
    font-size: 14px;
    line-height: 18px;
  }
  .home-reason__point > dd {
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
  }
}
/*event*/
@media screen and (max-width:767px) {
  .home-event {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-event__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-event__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-event__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-event__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
    text-align: center;
  }
  .home-event__wrap {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .home-event__items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 16px;
    row-gap: 23px;
    width: 100%;
  }
  .home-event__item {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-event__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-event-item__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    color: var(--white);
    padding: 10px;
    font-weight: 500;
  }
  .home-event-item__badge.new {
    background-color:#D1B209;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .home-event-item__badge.finished {
    background-color: var(--font-color);
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .home-event__item-figure {
    display: block;
    width: 100%;
  }
  .home-event__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-event__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 13.6px;
  }
  .home-event__item-time {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #BE7B42;
    font-family: var(--montserrat);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-event {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-event__body {
    display: block;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .home-event__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-event__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-event__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: 500;
    line-height: 47px;
    margin-top: 5px;
  }
  .home-event__wrap {
    display: block;

    width: 100%;
    margin: 60px auto 0;
  }
  .home-event__items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(20/990 * 100%);
    width: 100%;
  }
  .home-event__item {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-event__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-event-item__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    color: var(--white);
    padding: 10px;
    font-weight: 500;
  }
  .home-event-item__badge.new {
    background-color:#D1B209;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .home-event-item__badge.finished {
    background-color: var(--font-color);
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .home-event__item-figure {
    display: block;
    width: 100%;
  }
  .home-event__item-figure {
    display: block;
    width: 100%;
  }
  .home-event__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-event__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .home-event__item-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #BE7B42;
    font-family: var(--montserrat);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
}
/*info*/
@media screen and (max-width:767px) {
  .home-info {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .home-info > .container {
    padding: 0 10px;
  }
  .home-info__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .home-info__header {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 37.5px;
    font-weight: 500;
    text-align: center;
  }
  .home-info__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-info__items {
    display: block;
    width: 100%;
  }
  .home-info__items > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3CDBA;
  }
  .home-info__items > li:not(:first-child) {
    padding-top: 10px;
  }
  .home-info__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-info__item-date {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #BE7B42;
    font-family: var(--montserrat);
  }
  .home-info__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .home-info__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-info {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .home-info__body {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(80/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .home-info__header {
    display: flex;
    justify-content: center;
    width: 30px;
    font-size: 30px;
    line-height: 37.5px;
    font-weight: 500;
    text-align: center;
  }
  .home-info__wrap {
    display: block;
    width: calc(665/740 * 100%);
  }
  .home-info__items {
    display: block;
    width: 100%;
  }
  .home-info__items > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3CDBA;
  }
  .home-info__items > li:not(:first-child) {
    padding-top: 15px;
  }
  .home-info__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-info__item-date {
    display: block;
    width: 130px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    color: #BE7B42;
  }
  .home-info__item-title {
    display: -webkit-box;
    width: calc(100% - 130px);
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home-info__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 36.4px;
  }
}
/*works*/
@media screen and (max-width:767px) {
  .home-works {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-works__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-works__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-works__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 10px;
    text-align: center;
  }
  .home-works__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .home-works__items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
  }
  .home-works__item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .home-works__item-figure {
    display: block;
    width: 100%;
  }
  .home-works__item-figure > img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .home-works__item-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    transform: translateY(100%);
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .home-works__item:hover > .home-works__item-title {
    transform: translateY(0);
  }
  .home-works__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 64.5px;
  }
}
@media screen and (min-width:768px) {
  .home-works {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-works__body {
    display: block;
    max-width: 975px;
    width: 100%;
    margin: 0 auto;
  }
  .home-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-works__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-works__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: 500;
    line-height: 47px;
    margin-top: 5px;
    text-align: center;
  }
  .home-works__wrap {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-works__items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
  }
  .home-works__item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .home-works__item-figure {
    display: block;
    width: 100%;
  }
  .home-works__item-figure > img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .home-works__item-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 27px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    transform: translateY(100%);
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .home-works__item:hover > .home-works__item-title {
    transform: translateY(0);
  }
  .home-works__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
/*showroom*/
@media screen and (max-width:767px) {
  .home-showroom {
    display: block;
    width: 100%;
    padding: 70px 0 60px;
    background-color: transparent;
    width: 100%;
    overflow-x: hidden;
  }
  .home-showroom-parallax {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/showroom-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .home-showroom__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 10px;
    background-color: rgba(0,0,0,0.8);
  }
  .home-showroom__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-showroom__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
    text-align: center;
  }
  .home-showroom__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: min(20px + (26 - 20) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    line-height: 35px;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
  }
  .home-showroom__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-showroom-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  .home-showroom-btns > a {
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
}
@media screen and (min-width:768px) {
  .home-showroom {
    display: block;
    width: 100%;
    padding: 175px 0 100px;
    background-color: transparent;
    width: 100%;
    overflow-x: hidden;
  }
  .home-showroom-parallax {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/showroom-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .home-showroom__body {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(50/1140 * 100%) calc(60/1140 * 100%) calc(160/1140 * 100%);
    margin-left: auto;
  }
  .home-showroom__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  }
  .home-showroom__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-showroom__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-showroom__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: 500;
    line-height: 47px;
    color: var(--white);
    margin-top: 5px;
  }
  .home-showroom__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-showroom-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 36px;
  }
  .home-showroom-btns > a {
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
}
/*voice*/
@media screen and (max-width:767px) {
  .home-voice {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color:#F8F8F8;
  }
  .home-voice__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-voice__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-voice__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    margin-top: 10px;
  }
  .home-voice__wrap-sp {
    display: block;
    width: 100%;
    margin-top: 37.5px;
  }
  .home-voice-items__sp {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 15px;
  }
  .home-voice-item {
    display: block;
    width: 100%;
  }
  .home-voice-item__link {
    display: block;
    width: 100%;
  }
  .home-voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-voice-item__figure {
    display: block;
    width: 100%;
  }
  .home-voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-voice-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height:20px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 13.8px;
  }
  .home-voice-item__block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .home-voice-item__customer {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .home-voice-item__categories {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .home-voice-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 30px;
    background-color: #BAA797;
    margin-left: 5px;
    margin-top: 5px;
  }
  .home-voice-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-voice__wrap {
    display: none;
  }
  .home-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 44.5px;
  }
}
@media screen and (min-width:768px) {
  .home-voice {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-voice__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-voice__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-voice__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: 500;
    line-height: 47px;
    margin-top: 5px;
  }
  .home-voice__wrap {
    display: block;
    width: 100%;
    padding-left: max(20px,calc((100% - 1140px)/2));
  }
  .home-voice__wrap-sp {
    display: none;
  }
  .home-voice-items {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 0 35px 50px;
    background-color: #F8F8F8;
    margin-top: 60px;
  }
  .home-voice-items .swiper-wrapper {
    width: 100%;
  }
  .swiper-wrapper .swiper-slide {
    width: 360px;
  }
  .home-voice-item {
    display: block;
    width: 100%;
  }
  .home-voice-item__link {
    display: block;
    width: 100%;
  }
  .home-voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-voice-item__figure {
    display: block;
    width: 100%;
  }
  .home-voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-voice-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height:30px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
  }
  .home-voice-item__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
  }
  .home-voice-item__customer {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .home-voice-item__categories {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: auto;
    margin-top: -10px;
  }
  .home-voice-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 30px;
    background-color: #BAA797;
    margin-left: 10px;
    margin-top: 10px;
  }
  .home-voice-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*nav*/
  .home-voice-items .swiper-nav-wapper {
    position: absolute;
    top: -95px;
    right: initial !important;
    bottom:initial !important;
    left: 200px;
    display: flex;
    justify-content: space-between;
    width: 70px;
    z-index: 9;
  }
  .home-voice-items .swiper-button-prev {
    position: unset;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(./assets/images/voice/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 0;
  }
  .home-voice-items .swiper-button-next {
    position: unset;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(./assets/images/voice/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 0;
  }
  .home-voice-items .swiper-button-next::after,
  .home-voice-items .swiper-button-prev::after {
    font-size: 0;
  }
  .home-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-voice__wrap {
    padding-left: max(20px,calc((100% - 728px)/2));
  }
  .home-voice-items .swiper-nav-wapper {
    left: 200px;
  }
  .swiper-wrapper .swiper-slide {
    width: 300px;
  }
}
/*banner*/
@media screen and (max-width:767px) {
  .home-banner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 3px;
    row-gap: 3px;
    width: 100%;
    background-color: var(--white);
  }
  .home-banner-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-banner-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-banner-link__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: var(--white);
    text-align: center;
  }
  .home-banner-link__figure {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .home-banner-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-banner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    background-color: var(--white);
  }
  .home-banner-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-banner-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-banner-link__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    color: var(--white);
    text-align: center;
  }
  .home-banner-link__figure {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .home-banner-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-banner-link__title {
    font-size: 15px;
  }
}
/*column*/
@media screen and (max-width:767px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-column__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-column__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-column__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-column__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 1px;
    text-align: center;
  }
  .home-column__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-column-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 18px;
    row-gap: 15px;
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 5px;
    border: 1px solid #e2e8ed;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column-item__link {
    display: block;
    width: 100%;
  }
  .home-column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    aspect-ratio: 240 / 160;
    object-fit: cover;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.8px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
  .home-column-item__block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .home-column-item__date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    color: #BAA797;
    font-family: var(--montserrat);
    margin-top: 5px;
  }
  .home-column-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 5px);
    margin-top: -5px;
    margin-left: -5px;
  }
  .home-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 13px;
    background-color: #BAA797;
    margin-left: 5px;
    margin-top: 5px;
  }
  .home-column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-column__body {
    display: block;
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
  }
  .home-column__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-column__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
  }
  .home-column__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: 500;
    line-height: 47px;
    margin-top: 5px;
  }
  .home-column__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .home-column-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(17/1075 * 100%);
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 10px 8px 12px 8px;
    border: 1px solid #e2e8ed;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column-item__link {
    display: block;
    width: 100%;
  }
  .home-column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    aspect-ratio: 240 / 160;
    object-fit: cover;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
  }
  .home-column-item__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
  }
  .home-column-item__date {
    display: block;
    width: 85px;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    color: #BAA797;
    font-family: var(--montserrat);
    text-align: right;
  }
  .home-column-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 85px + 5px);
    margin-top: -5px;
    margin-left: -5px;
  }
  .home-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 13px;
    background-color: #BAA797;
    margin-left: 5px;
    margin-top: 5px;
  }
  .home-column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
/*
PAGE - content wrap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-contents {
    display: block;
    width: 100%;
    padding: 70px 0 70px;
  }
}
@media screen and (min-width:768px) {
  .page-contents {
    display: block;
    width: 100%;
    padding: 110px 0 100px;
  }
}
/*
PAGE - passion
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .passion-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 90px;
    margin-top: 10px;
  }
  .passion-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/passion/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .passion-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top:30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .passion-intro__header {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
  }
  .passion-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .passion-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .passion-intro-box + .passion-intro-box {
    margin-top: 20px;
  }
  .passion-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  .passion-intro-box__figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .passion-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .passion-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 150px;
    margin-top: 165px;
  }
  .passion-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/passion/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .passion-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%) 0;
    background-color: var(--white);
    margin: 0 auto;
  }
  .passion-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
  }
  .passion-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .passion-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .passion-intro-box + .passion-intro-box {
    margin-top: 50px;
  }
  .passion-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
  .passion-intro-box__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .passion-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passion-intro-box:nth-child(2) .passion-intro-box__figure {
    width: calc(680/720 * 100%);
  }
}
/*founder*/
@media screen and (max-width:767px) {
  .passion-founder {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/passion/founder-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .passion-founder__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
  }
  .passion-founder__header {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    color: #6D5D58;
    padding-top: 60px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px 60px;
    margin-bottom: 30px;
  }
  .passion-founder__title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 30px;
  }
  .passion-founder__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .passion-founder {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 140px;
  }
  .passion-founder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 560px;
    background-image: url(./assets/images/passion/founder-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .passion-founder__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 600px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: rgba(255,255,255,0.9);
    margin: 0 auto;
  }
  .passion-founder__header {
    display: block;
    width: 100%;
    font-size: 62px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #6D5D58;
    padding-top: 60px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px 60px;
    margin-bottom: 30px;
  }
  .passion-founder__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 30px;
  }
  .passion-founder__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
}
/*
PAGE - reason
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .reason-intro {
    display: block;
    width: 100%;
    padding-bottom: 80px;
    background-color: var(--white);
  }
  .reason-intro__header {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding-bottom: 60px;
  }
  .reason-intro-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
  }
  .reason-intro-block::before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/reason/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reason-intro-block__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .reason-intro-block__title {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
  }
  .reason-intro-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .reason-intro {
    display: block;
    width: 100%;
    padding-bottom: 180px;
    background-color: var(--white);
  }
  .reason-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    padding-bottom: 237.5px;
  }
  .reason-intro-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
  }
  .reason-intro-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/reason/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reason-intro-block__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(40/1140 * 100%) calc(40/1140 * 100%) 0;
    background-color: var(--white);
    margin: 0 auto;
  }
  .reason-intro-block__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
  }
  .reason-intro-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
  }
}
/*points*/
@media screen and (max-width:767px) {
  .reason-points {
    display: block;
    width: 100%;
  }
  .reason-point {
    display: block ;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .reason-point + .reason-point {
    margin-top: 50px;
  }
  .reason-point__block {
    display: block;
    width: 100%;
    height: 250px;
  }
  .reason-point__figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .reason-point__figure > span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: var(--white);
    letter-spacing: 0.05em;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .reason-point__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .reason-point-box {
    display: block;
    width: 100%;
  }
  .reason-point-box > .container {
    padding: 0 10px;
  }
  .reason-point-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: #F8F8F8;
  }
  .reason-point-box__badge {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .reason-point-box__badge > small {
    font-size: 18px;
    padding-right: 5px;
  }
  .reason-point-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .reason-point-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .reason-point-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .reason-points {
    display: block;
    width: 100%;
  }
  .reason-point {
    position: relative;
    display: block ;
    max-width: 1366px;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .reason-point + .reason-point {
    margin-top: 100px;
  }
  .reason-point__block {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(821/1366 * 100%);
    height: 100%;
  }
  .reason-point:nth-child(odd) .reason-point__block {
    right: 0;
  }
  .reason-point:nth-child(even) .reason-point__block {
    left: 0;
  }
  .reason-point__figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .reason-point__figure > span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: 500;
    line-height: 100px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .reason-point:nth-child(odd) .reason-point__figure > span {
    left: 0;
    padding-left: calc(137.5/821 * 100%);
  }
  .reason-point:nth-child(even) .reason-point__figure > span {
    right: 0;
    padding-right: calc(137.5/821 * 100%);
    text-align: right;
  }
  .reason-point__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .reason-point-box {
    display: block;
    width: 100%;
  }
  .reason-point-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(486/1140 * 100%);
    padding: calc(40/1140 * 100%) calc(33/1140 * 100%);
    background-color: #F8F8F8;
  }
  .reason-point:nth-child(even) .reason-point-box__content {
    margin-left: auto;
  }
  .reason-point-box__badge {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .reason-point-box__badge > small {
    font-size: 20px;
    padding-right: 5px;
  }
  .reason-point-box__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .reason-point-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .reason-point-box__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 26px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-point-box__title {
    font-size: 22px;
    line-height: 30px;
  }
  .reason-point-box__txt {
    margin-top: 20px;
  }
}
/*
PAGE - design
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .design-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 50px;
    margin-top: 10px;
  }
  .design-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/design/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .design-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top:30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .design-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .design-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .design-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .design-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .design-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 40px;
    margin-top: 165px;
  }
  .design-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/design/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .design-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%) 0;
    background-color: var(--white);
    margin: 0 auto;
  }
  .design-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .design-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .design-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .design-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .design-feature {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .design-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .design-feature__hgroup {
    display: block;
    width: 100%;
  }
  .design-feature__figure {
    display: block;
    width: 100%;
  }
  .design-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__header {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 10px;
    font-size: 23px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .design-feature__content {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .design-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .design-feature__banner {
    display: block;
    width: calc(100% + 40px);
    margin-top: 80px;
    margin-left: -20px;
  }
  .design-feature__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .design-feature__block + .design-feature__block {
    margin-top: 60px;
  }
  .design-feature__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--font-color);
  }
  .design-feature__block-cols {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .design-feature__block-figure {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .design-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__block-cols > p {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .design-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .design-feature__body {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
  }
  .design-feature__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .design-feature__figure {
    display: block;
    width: calc(570/1070 * 100%);
  }
  .design-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(545/1070 * 100%);
    background-color: var(--white);
    padding: 20px 40px 20px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
  }
  .design-feature__content {
    display: block;
    width: calc(800/1070 * 100%);
    margin: 60px auto 0;
  }
  .design-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .design-feature__banner {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .design-feature__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .design-feature__block + .design-feature__block {
    margin-top: 74.7px;
  }
  .design-feature__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 1px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 35px;
  }
  .design-feature__block-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
  }
  .design-feature__block-figure {
    display: block;
    width: calc(360/800 * 100%);
  }
  .design-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__block-cols > p {
    width: 50%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .design-feature__block-title {
    font-size: 23px;
  }
}
/*
PAGE - furniture
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .furniture-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 50px;
    margin-top: 10px;
  }
  .furniture-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/material/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .furniture-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top:30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .furniture-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .furniture-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .furniture-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .furniture-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .furniture-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 40px;
    margin-top: 165px;
  }
  .furniture-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/material/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .furniture-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%) 0;
    background-color: var(--white);
    margin: 0 auto;
  }
  .furniture-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .furniture-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .furniture-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .furniture-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .furniture-feature {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .furniture-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .furniture-feature__hgroup {
    display: block;
    width: 100%;
  }
  .furniture-feature__figure {
    display: block;
    width: 100%;
  }
  .furniture-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__header {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 10px;
    font-size: 23px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .furniture-feature__content {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .furniture-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .furniture-feature__banner {
    display: block;
    width: calc(100% + 40px);
    margin-top: 80px;
    margin-left: -20px;
  }
  .furniture-feature__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .furniture-feature__block + .furniture-feature__block {
    margin-top: 60px;
  }
  .furniture-feature__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--font-color);
  }
  .furniture-feature__col-wrap {
    display: block;
    width: 100%;
  }
  .furniture-feature__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .furniture-feature__col-figure {
    display: block;
    max-width: 240px;
    width: 100%;
  }
  .furniture-feature__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__col-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .furniture-feature__col-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 18.4px;
  }
}
@media screen and (min-width:768px) {
  .furniture-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .furniture-feature__body {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
  }
  .furniture-feature__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .furniture-feature__figure {
    display: block;
    width: calc(570/1070 * 100%);
  }
  .furniture-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(545/1070 * 100%);
    background-color: var(--white);
    padding: 20px 40px 20px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
  }
  .furniture-feature__content {
    display: block;
    width: calc(800/1070 * 100%);
    margin: 60px auto 0;
  }
  .furniture-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .furniture-feature__banner {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .furniture-feature__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .furniture-feature__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 1px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 35px;
  }
  .furniture-feature__col-wrap {
    display: block;
    width: 100%;
  }
  .furniture-feature__col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .furniture-feature__col:nth-child(even) {
    flex-direction: row-reverse;
  }
  .furniture-feature__col-figure {
    display: block;
    width: calc(240/800 * 100%);
  }
  .furniture-feature__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .furniture-feature__col-content {
    display: block;
    width: calc(520/800 * 100%);
  }
  .furniture-feature__col-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 26.4px;
  }
}
/*
PAGE - spec
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .nature-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 50px;
    margin-top: 10px;
  }
  .nature-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/spec/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .nature-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .nature-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .nature-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nature-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nature-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  /*points*/
  .nature-intro__points {
    display: block;
    width: 100%;
  }
  .nature-intro__point {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .nature-intro__point-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .nature-intro__point-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .nature-intro__point-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-intro__point-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-intro__point-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-intro__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .nature-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 100px;
    margin-top: 165px;
  }
  .nature-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/spec/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .nature-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .nature-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .nature-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nature-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nature-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
  /*points*/
  .nature-intro__points {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-intro__point {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .nature-intro__point-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .nature-intro__point-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .nature-intro__point-txt {
    display: block;
    width: calc(435/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-intro__point-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-intro__point-figure {
    display: block;
    width: calc(435/900 * 100%);
  }
  .nature-intro__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*data*/
@media screen and (max-width:767px) {
  .nature-data {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .nature-data__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-data__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .nature-data__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nature-data__box {
    display: block;
    width: 100%;
  }
  .nature-data__box + .nature-data__box {
    margin-top: 50px;
  }
  .nature-data__box-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .nature-data__box-blockquote {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
    margin-top: 20px;
  }
  .nature-data__blockquote-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .nature-data__blockquote-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-data__blockquote-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-data__box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .nature-data__box-col {
    display: block;
    width: 100%;
  }
  .nature-data__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-data__box-col_title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .nature-data__box-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .nature-data__box-list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
  }
  .nature-data__box-list > li + li {
    margin-top: 10px;
  }
  .nature-data__box-list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color:#BE7B42;
  }
  .nature-data__box-col_figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-data__box-col_figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .nature-data {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .nature-data__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-data__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .nature-data__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nature-data__box {
    display: block;
    width: 100%;
  }
  .nature-data__box + .nature-data__box {
    margin-top: 100px;
  }
  .nature-data__box-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .nature-data__box-blockquote {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: calc(30/900 * 100%) calc(50/900 * 100%);
    margin-top: 30px;
  }
  .nature-data__blockquote-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .nature-data__blockquote-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-data__blockquote-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-data__box-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .nature-data__box-col {
    display: block;
    width: calc(435/900 * 100%);
  }
  .nature-data__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-data__box-col_title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .nature-data__box-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .nature-data__box-list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
  }
  .nature-data__box-list > li + li {
    margin-top: 10px;
  }
  .nature-data__box-list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color:#BE7B42;
  }
  .nature-data__box-col_figure {
    display: block;
    width: calc(435/900 * 100%);
  }
  .nature-data__box-col_figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*quality*/
@media screen and (max-width:767px) {
  .nature-quality {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .nature-quality__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-quality__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 50px;
  }
  .nature-quality__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-quality__txt + .nature-quality__txt {
    margin-top: 30px;
  }
  .nature-quality__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-quality__figure {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .nature-quality__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-quality__figure-caption  {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin-top: 10px;
  }
  .nature-quality__blockquote {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    margin-top: 50px;
  }
  .nature-quality__blockquote-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nature-quality__blockquote-title > span {
    display: flex;
    width: auto;
    min-height: 28px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 20.12px 28.32px,20.12px 28.32px;
    text-align: center;
  }
  .nature-quality__blockquote-subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .nature-quality__blockquote-subtitle > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
    text-align: center;
  }
  .nature-quality__blockquote-block_wrap {
    display: block;
    width: 100%;
  }
  .nature-quality__blockquote-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-quality__blockquote-block_title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .nature-quality__blockquote-block_title > small {
    font-size: 15px;
  }
  .nature-quality__blockquote-figure {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-quality__blockquote-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .nature-quality__blockquote-subtitle > span {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .nature-quality {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .nature-quality__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-quality__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 50px;
  }
  .nature-quality__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  .nature-quality__txt + .nature-quality__txt {
    margin-top: 30px;
  }
  .nature-quality__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nature-quality__figure {
    display: block;
    max-width: 566px;
    width: 100%;
    margin: 30px auto 0;
  }
  .nature-quality__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-quality__figure-caption  {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin-top: 10px;
  }
  .nature-quality__blockquote {
    display: block;
    width: 100%;
    padding: calc(50/900 * 100%);
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    margin-top: 50px;
  }
  .nature-quality__blockquote-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nature-quality__blockquote-title > span {
    display: flex;
    width: auto;
    min-height: 38px;
    padding: 6px 38px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 27.5px 38px,27.5px 38px;
  }
  .nature-quality__blockquote-subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .nature-quality__blockquote-subtitle > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .nature-quality__blockquote-block_wrap {
    display: block;
    width: 100%;
  }
  .nature-quality__blockquote-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-quality__blockquote-block_title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .nature-quality__blockquote-block_title > small {
    font-size: 16px;
  }
  .nature-quality__blockquote-figure {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-quality__blockquote-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*plan*/
@media screen and (max-width:767px) {
  .nature-plan {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .nature-plan__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-plan__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 50px;
  }
  .nature-plan__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nature-plan__blockquote {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
    border: 1px solid #E5E5E5;
    margin-top: 50px;
  }
  .nature-plan__blockquote-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nature-plan__blockquote-title > span {
    display: flex;
    width: auto;
    min-height: 28px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 20.12px 28.32px,20.12px 28.32px;
    text-align: center;
  }
  .nature-plan__blockquote-subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .nature-plan__blockquote-subtitle > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
    text-align: center;
  }
  .nature-plan__blockquote-block_wrap {
    display: block;
    width: 100%;
  }
  .nature-plan__blockquote-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-plan__blockquote-block_title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .nature-plan__blockquote-block_title > small {
    font-size: 15px;
  }
  .nature-plan__blockquote-figure {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-plan__blockquote-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-plan__blockquote-figure_caption  {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width:370px) {
  .nature-plan__blockquote-subtitle > span {
    font-size: 17px;
  }
}
@media screen and (min-width:768px) {
  .nature-plan {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .nature-plan__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-plan__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 50px;
  }
  .nature-plan__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  .nature-plan__blockquote {
    display: block;
    width: 100%;
    padding: calc(50/900 * 100%);
    background-color: var(--white);
    border: 1px solid #E5E5E5;
    margin-top: 50px;
  }
  .nature-plan__blockquote-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nature-plan__blockquote-title > span {
    display: flex;
    width: auto;
    min-height: 38px;
    padding: 6px 38px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 27.5px 38px,27.5px 38px;
  }
  .nature-plan__blockquote-subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .nature-plan__blockquote-subtitle > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .nature-plan__blockquote-block_wrap {
    display: block;
    width: 100%;
  }
  .nature-plan__blockquote-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-plan__blockquote-block_title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .nature-plan__blockquote-figure {
    display: block;
    width: 100%;
  }
  .nature-plan__blockquote-block:nth-child(1) .nature-plan__blockquote-figure {
    max-width: 650px;
    margin-left: auto;
  }
  .nature-plan__blockquote-block:nth-child(2) .nature-plan__blockquote-figure {
    max-width: 375px;
    margin:0 auto;
  }
  .nature-plan__blockquote-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-plan__blockquote-figure_caption  {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin-top: 10px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .nature-feature {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .nature-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nature-feature__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .nature-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nature-feature__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nature-feature__box + .nature-feature__box {
    margin-top: 40px;
  }
  .nature-feature__figure {
    display: block;
    width: calc(100% - 40px);
  }
  .nature-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-feature__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .nature-feature__box-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .nature-feature__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .nature-feature {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .nature-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nature-feature__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-bottom: 50px;
  }
  .nature-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .nature-feature__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .nature-feature__box + .nature-feature__box {
    margin-top: 40px;
  }
  .nature-feature__figure {
    display: block;
    width: calc(300/900 * 100%);
  }
  .nature-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nature-feature__content {
    display: block;
    width: calc(570/900 * 100%);
  }
  .nature-feature__box-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .nature-feature__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - spec
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .spec-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .spec-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/furniture/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .spec-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .spec-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .spec-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .spec-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .spec-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .spec-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .spec-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/furniture/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .spec-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .spec-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .spec-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .spec-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .spec-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .spec-feature {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .spec-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .spec-feature__hgroup {
    display: block;
    width: 100%;
  }
  .spec-feature__figure {
    display: block;
    width: 100%;
  }
  .spec-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-feature__header {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 10px;
    font-size: 23px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .spec-feature__content {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .spec-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .spec-feature__block {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .spec-feature__block-figure {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .spec-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-feature__subblock {
    display: block;
    width: 100%;
    margin-top: 26px;
  }
  .spec-feature__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-align: justify;
    word-break: break-all;
    border-bottom: 1px solid var(--font-color);
  }
  .spec-feature__block-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 11px;
  }
}
@media screen and (min-width:768px) {
  .spec-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .spec-feature__body {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
  }
  .spec-feature__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .spec-feature__figure {
    display: block;
    width: calc(570/1070 * 100%);
  }
  .spec-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-feature__header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(545/1070 * 100%);
    background-color: var(--white);
    padding: 20px 40px 20px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
  }
  .spec-feature__content {
    display: block;
    width: calc(800/1070 * 100%);
    margin: 60px auto 0;
  }
  .spec-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .spec-feature__block {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .spec-feature__block-figure {
    display: block;
    width: 100%;
  }
  .spec-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-feature__subblock {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .spec-feature__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: justify;
    word-break: break-all;
  }
  .spec-feature__block-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 34.3px;
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .spec-cta {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 180px;
    background-color: var(--white);
  }
  .spec-cta::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 305px;
    background-image: url(./assets/images/furniture/banner-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .spec-cta__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .spec-cta-content {
    display: block;
    width: 100%;
    padding: 30px 15px;
    background-color: var(--white);
  }
  .spec-cta__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .spec-cta__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .spec-cta__logo {
    display: block;
    width: calc(202/270 * 100%);
  }
  .spec-cta__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-cta__btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .spec-cta__btns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right 34px center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .spec-cta__btns > a + a {
    margin-top: 20px;
  }
  .spec-btn-leafvillage {
    background-color: #C7A48B;
    border: 1px solid #C7A48B;
  }
  .spec-btn-reservation {
    background-color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .spec-btn-leafvillage:hover {
    background-color: var(--white);
    color: #C7A48B;
    background-image: url(./assets/images/icon-arrow-br.png);
  }
  .spec-btn-reservation:hover {
    background-color: var(--white);
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
  }
}
@media screen and (min-width:768px) {
  .spec-cta {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--white);
  }
  .spec-cta__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(63.8/1140 * 100%) calc(100/1140 * 100%);
    background-image: url(./assets/images/furniture/banner-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
  }
  .spec-cta-content {
    display: block;
    width: 100%;
    padding: calc(40/800 * 100%) calc(100/800 * 100%);
    background-color: var(--white);
  }
  .spec-cta__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #6D5D58;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .spec-cta__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
  }
  .spec-cta__logo {
    display: block;
    width: calc(300/600 * 100%);
  }
  .spec-cta__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .spec-cta__btns {
    display: flex;
    flex-direction: column;
    width: calc(270/600 * 100%);
  }
  .spec-cta__btns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right 34px center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .spec-cta__btns > a + a {
    margin-top: 20px;
  }
  .spec-btn-leafvillage {
    background-color: #C7A48B;
    border: 1px solid #C7A48B;
  }
  .spec-btn-reservation {
    background-color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .spec-btn-leafvillage:hover {
    background-color: var(--white);
    color: #C7A48B;
    background-image: url(./assets/images/icon-arrow-br.png);
  }
  .spec-btn-reservation:hover {
    background-color: var(--white);
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .spec-cta__btns > a {
    background-position: right 14px center;
  }
}
/*
PAGE - after
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .after-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .after-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/after/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .after-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .after-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .after-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .after-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .after-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .after-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .after-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/after/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .after-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .after-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .after-intro__header > span {
    display: inline-block;
    width: 15px;
  }
  .after-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .after-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .after-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*quality*/
@media screen and (max-width:767px) {
  .after-quality {
    display: block;
    width: 100%;
    padding: 60px 0 80px;
    background-color: #F8F8F8;
  }
  .after-quality__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .after-quality__hgroup {
    display: block;
    width: 100%;
  }
  .after-quality__figure {
    display: block;
    width: 100%;
  }
  .after-quality__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .after-quality__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 32px;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .after-quality__content {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .after-quality__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .after-quality__col-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .after-quality__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .after-quality {
    display: block;
    width: 100%;
    padding: 85px 0 75px;
    background-color: #F8F8F8;
  }
  .after-quality__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .after-quality__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .after-quality__figure {
    display: block;
    width: calc(570/1000 * 100%);
  }
  .after-quality__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .after-quality__header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(545/1000 * 100%);
    background-color: #F8F8F8;
    padding: 20px 40px 20px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    letter-spacing: 0.07em;
  }
  .after-quality__content {
    display: block;
    width: calc(800/1000 * 100%);
    margin: 60px auto 0;
  }
  .after-quality__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .after-quality__col-figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .after-quality__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*inspection*/
@media screen and (max-width:767px) {
  .after-inspection {
    display: block;
    width: 100%;
    padding: 60px 0 0;
    background-color: var(--white);
  }
  .after-inspection__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .after-inspection__hgroup {
    display: block;
    width: 100%;
  }
  .after-inspection__figure {
    display: block;
    width: 100%;
  }
  .after-inspection__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .after-inspection__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 32px;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .after-inspection__content {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .after-inspection__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .after-inspection__col-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .after-inspection__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .after-inspection {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    background-color: var(--white);
  }
  .after-inspection__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .after-inspection__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .after-inspection__figure {
    display: block;
    width: calc(570/1000 * 100%);
    margin-left: auto;
  }
  .after-inspection__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .after-inspection__header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(545/1000 * 100%);
    background-color: var(--white);
    padding: 20px 20px 20px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 39px;
    text-align: right;
    letter-spacing: 0.07em;
  }
  .after-inspection__content {
    display: block;
    width: calc(800/1000 * 100%);
    margin: 60px auto 0;
  }
  .after-inspection__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .after-inspection__col-figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .after-inspection__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - flow
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-title-flow {
    background-color: #F8F8F8;
  }
  .page-flow {
    background-color: #F8F8F8;
  }
  .flow {
    display: block;
    width: 100%;
    padding: 0 0 0;
  }
  .flow-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .flow-steps {
    display: block;
    width: 100%;
  }
  .flow-steps > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 40px;
    background-color: var(--white);
  }
  .flow-steps > li::before {
    content: "";
    position: absolute;
    top: 93px;
    left: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #6D5D58;
  }
  .flow-steps > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 95px;
    left: 14px;
    display: block;
    width: 1px;
    height: calc(100% - 93px + 30px);
    background-color: #6D5D58;
  }
  .flow-steps > li + li {
    margin-top: 30px;
  }
  .flow-question {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .flow-question__figure {
    display: block;
    width: 100%;
  }
  .flow-question__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-question__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 40px;
    margin-top: 30px;
  }
  .flow-question__float {
    position: relative;
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 1;
    padding: 12px 10px;
    border-radius: 5px;
    background-color: #BAA797;
    color: var(--white);
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .flow-question__float::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #BAA797 transparent transparent transparent;
  }
  .flow-question__badge {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #BAA797;
  }
  .flow-question__badge > small {
    font-size: 16px;
    padding-right: 10px;
  }
  .flow-question__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .flow-question__content > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .flow-question__content > i::before,
  .flow-question__content > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: #6D5D58;
  }
  .flow-question__content > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .flow-question__content > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-question.active .flow-question__content > i::after {
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-answer {
    display: none;
    width: 100%;
  }
  .flow-answer__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .flow-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
  .flow-answer__btns > a {
    width: 120px;
  }

}
@media screen and (min-width:768px) {
  .page-flow {
    background-color: #F8F8F8;
  }
  .flow {
    display: block;
    width: 100%;
    padding: 165px 0 100px;
  }
  .flow-body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .flow-steps {
    display: block;
    width: 100%;
  }
  .flow-steps > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 30px 30px 70px;
    background-color: var(--white);
  }
  .flow-steps > li::before {
    content: "";
    position: absolute;
    top: 110px;
    left: 30px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #6D5D58;
  }
  .flow-steps > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 39px;
    display: block;
    width: 1px;
    height: calc(100% - 110px + 30px);
    background-color: #6D5D58;
  }
  .flow-steps > li + li {
    margin-top: 30px;
  }
  .flow-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .flow-question__figure {
    display: block;
    width: calc(290/800 * 100%);
  }
  .flow-question__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-question__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(480/800 * 100%);
    padding-right: 60px;
  }
  .flow-question__float {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 1;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #BAA797;
    color: var(--white);
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .flow-question__float::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #BAA797 transparent transparent transparent;
  }
  .flow-question__badge {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: #BAA797;
  }
  .flow-question__badge > small {
    font-size: 20px;
    padding-right: 10px;
  }
  .flow-question__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .flow-question__content > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .flow-question__content > i::before,
  .flow-question__content > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: #6D5D58;
  }
  .flow-question__content > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .flow-question__content > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-question.active .flow-question__content > i::after {
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-answer {
    display: none;
    width: 100%;
  }
  .flow-answer__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .flow-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
  .flow-answer__btns > a {
    width: 120px;
  }

}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-title-faq {
    background-color: #F8F8F8;
  }
  .page-faq {
    background-color: #F8F8F8;
  }
  .faq {
    display: block;
    width: 100%;
    padding: 0;
  }
  .faq > .container {
    padding: 0 10px;
  }
  .faq-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .faq-box {
    display: block;
    width: 100%;
  }
  .faq-box + .faq-box {
    margin-top: 50px;
  }
  .faq-box__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(#BE7B42,#BE7B42);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 32px;
  }
  .faq-box__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .faq-box__list > li {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 10px 15px 10px;
  }
  .faq-box__list > li + li {
    margin-top: 30px;
  }
  .faq-box__list > li > .faq-question {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 40px;
    padding: 8px 40px 0 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list > li > .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #BE7B42;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
  }
  .faq-box__list > li > .faq-question > i {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box__list > li > .faq-question > i::before,
  .faq-box__list > li > .faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #BE7B42;
  }
 .faq-box__list > li > .faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box__list > li > .faq-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box__list > li > .faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box__list > li > .faq-answer {
    display: none;
    width: 100%;
  }
  .faq-box__list > li > .faq-answer > .faq-answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #E2E8ED;
    padding: 25px 10px 0 50px;
  }
  .faq-box__list > li > .faq-answer > .faq-answer-wrap::before {
    content: "A";
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border:1px solid #BE7B42;
    font-size: 20px;
    color: #BE7B42;
    font-weight: 500;
    line-height: 20px;
  }
  .faq-txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .page-faq {
    background-color: #F8F8F8;
  }
  .faq {
    display: block;
    width: 100%;
    padding: 156px 0 50px;
  }
  .faq-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-box {
    display: block;
    width: 100%;
  }
  .faq-box + .faq-box {
    margin-top: 80px;
  }
  .faq-box__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
  }
  .faq-box__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .faq-box__list > li {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 20px 15px 20px;
  }
  .faq-box__list > li + li {
    margin-top: 30px;
  }
  .faq-box__list > li > .faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 50px 0 70px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box__list > li > .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #BE7B42;
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
    line-height: 20px;
  }
  .faq-box__list > li > .faq-question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box__list > li > .faq-question > i::before,
  .faq-box__list > li > .faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #BE7B42;
  }
 .faq-box__list > li > .faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box__list > li > .faq-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box__list > li > .faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box__list > li > .faq-answer {
    display: none;
    width: 100%;
  }
  .faq-box__list > li > .faq-answer > .faq-answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #E2E8ED;
    padding: 25px 50px 20px 70px;
  }
  .faq-box__list > li > .faq-answer > .faq-answer-wrap::before {
    content: "A";
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border:1px solid #BE7B42;
    font-size: 26px;
    color: #BE7B42;
    font-weight: 500;
    line-height: 20px;
  }
  .faq-txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - showroom_osakasayama
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-intro {
    display: block;
    width: 100%;
    padding: 0 0 0;
  }
  .showroom_osakasayama-hgroup {
    display: block;
    width: 100%;
    background-image: url(./assets/images/showroom_osakasayama/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .showroom_osakasayama-hgroup > .container {
    padding: 0 10px;
  }
  .showroom_osakasayama-hgroup__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0 100px;
  }
  .showroom_osakasayama-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin: 0 auto;
  }
  .showroom_osakasayama-header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #BE7B42;
  }
  .showroom_osakasayama-header > span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #6D5D58;
    margin-top: 10px;
  }
  .showroom_osakasayama-img {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
  }
  .showroom_osakasayama-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-exhibit {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .showroom_osakasayama-exhibit > .container {
    padding: 0 10px;
  }
  .showroom_osakasayama-exhibit__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-exhibit__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: underline;
    text-underline-offset: 10px;
    padding-bottom: 8px;
    text-align: center;
  }
  .showroom_osakasayama-exhibit__wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-exhibit__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .showroom_osakasayama-exhibit__figure {
    display: block;
    max-width: 90px;
    width: 100%;
  }
  .showroom_osakasayama-exhibit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-exhibit__product-title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width:359px) {
  .showroom_osakasayama-exhibit__product-title {
    font-size: 13px;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-intro {
    display: block;
    width: 100%;
    padding: 156px 0 0;
  }
  .showroom_osakasayama-hgroup {
    display: block;
    width: 100%;
    background-image: url(./assets/images/showroom_osakasayama/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .showroom_osakasayama-hgroup__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 208px 0 207px;
  }
  .showroom_osakasayama-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
    padding: 30px 50px;
    background: rgba(255,255,255,0.9);
    margin: 0 auto;
  }
  .showroom_osakasayama-header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #BE7B42;
  }
  .showroom_osakasayama-header > span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #6D5D58;
    margin-top: 10px;
  }
  .showroom_osakasayama-img {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(767/1140 * 100%);
  }
  .showroom_osakasayama-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-exhibit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .showroom_osakasayama-exhibit__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-exhibit__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    padding-bottom: 8px;
    text-align: center;
  }
  .showroom_osakasayama-exhibit__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }
  .showroom_osakasayama-exhibit__product {
    display: block;
    width: calc(150/900 * 100%);
    margin-right: calc(37.5/900 * 100%);
  }
  .showroom_osakasayama-exhibit__product:nth-child(5n),
  .showroom_osakasayama-exhibit__product:last-child {
    margin-right: 0;
  }
  .showroom_osakasayama-exhibit__product:nth-child(n+6) {
    margin-top: 30px;
  }
  .showroom_osakasayama-exhibit__figure {
    display: block;
    width: 100%;
  }
  .showroom_osakasayama-exhibit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-exhibit__product-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .showroom_osakasayama-hgroup__body {
    padding: 158px 0 157px;
  }
  .showroom_osakasayama-img {
    bottom: -33px;
  }
}
/*kitchen*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-kitchen {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .showroom_osakasayama-kitchen-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
  }
  .showroom_osakasayama-kitchen__figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .showroom_osakasayama-kitchen__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .showroom_osakasayama-kitchen__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-kitchen__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(255,255,255,0.9);
  }
  .showroom_osakasayama-kitchen__title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-kitchen__subtitle {
    display: block;
    width: 100%;
    font-size: min(18px + (22 - 18) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .showroom_osakasayama-kitchen__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-kitchen {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .showroom_osakasayama-kitchen-wrap {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
  }
  .showroom_osakasayama-kitchen__figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .showroom_osakasayama-kitchen__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .showroom_osakasayama-kitchen__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-kitchen__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(565/1000 * 100%);
    padding: calc(50/1000 * 100%);
    background-color: rgba(255,255,255,0.9);
  }
  .showroom_osakasayama-kitchen__title {
    display: block;
    width: 100%;
    font-size: 62px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-kitchen__subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .showroom_osakasayama-kitchen__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-feature {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 50px;
  }
  .showroom_osakasayama-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .showroom_osakasayama-feature__slogan {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .showroom_osakasayama-feature__slogan > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
  }
  .showroom_osakasayama-feature__block {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .showroom_osakasayama-feature__block + .showroom_osakasayama-feature__block {
    margin-top: 50px;
  }
  .showroom_osakasayama-feature__block:nth-child(2) {
    padding-bottom: 85px;
    background-image: url(./assets/images/showroom_osakasayama/feature1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80px;
  }
  .showroom_osakasayama-feature__block:nth-child(3) {
    padding-bottom: 70px;
    background-image: url(./assets/images/showroom_osakasayama/feature2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 70px;
  }
  .showroom_osakasayama-feature__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-align: center;
  }
  .showroom_osakasayama-feature__block-txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .showroom_osakasayama-feature__block-figure {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width:359px) {
  .showroom_osakasayama-feature__slogan > span {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-feature {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .showroom_osakasayama-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .showroom_osakasayama-feature__slogan {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .showroom_osakasayama-feature__slogan > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .showroom_osakasayama-feature__block {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 75px;
  }
  .showroom_osakasayama-feature__block:nth-child(2) {
    background-image: url(./assets/images/showroom_osakasayama/feature1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: calc(167/800 * 100%) auto;
  }
  .showroom_osakasayama-feature__block:nth-child(3) {
    background-image: url(./assets/images/showroom_osakasayama/feature2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: calc(174/800 * 100%) auto;
  }
  .showroom_osakasayama-feature__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: center;
  }
  .showroom_osakasayama-feature__block-txt {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .showroom_osakasayama-feature__block-figure {
    display: block;
    width: calc(500/800 * 100%);
    margin: 30px auto 0;
  }
}
/*information*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-information {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .showroom_osakasayama-information__body {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .showroom_osakasayama-information__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-information__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 20px;
  }
  .showroom_osakasayama-information__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-information__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-information__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-information__list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-information__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .showroom_osakasayama-information__row > dt {
    display: block;
    width: 100%;
    font-weight: 600;
  }
  .showroom_osakasayama-information__row > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .showroom_osakasayama-information__row > dd > a {
    color: var(--font-color);
  }
  .showroom_osakasayama-information__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .showroom_osakasayama-information__map {
    display: block;
    width: 100%;
    height: 335px;
    margin-top: 15px;
  }
  .showroom_osakasayama-information__map > iframe {
    width: 100%;
    height: 100%;
  }
  .showroom_osakasayama-information__banner {
    display: block;
    width: 100%;
    margin: 45px auto 0;
  }
  .showroom_osakasayama-information__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-information {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .showroom_osakasayama-information__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-information__header {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-information__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .showroom_osakasayama-information__figure {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-information__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-information__list {
    display: block;
    width: calc(740/800 * 100%);
    margin: 50px auto 0;
    border-top: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-information__list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-information__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .showroom_osakasayama-information__row > dt {
    display: block;
    width: calc(180/740 * 100%);
    font-weight: 600;
  }
  .showroom_osakasayama-information__row > dd {
    display: block;
    width: calc(100% - (180/740 * 100%));
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .showroom_osakasayama-information__row > dd > a {
    color: var(--font-color);
  }
  .showroom_osakasayama-information__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .showroom_osakasayama-information__map {
    display: block;
    width: 100%;
    height: 423px;
    margin-top: 15px;
  }
  .showroom_osakasayama-information__map > iframe {
    width: 100%;
    height: 100%;
  }
  .showroom_osakasayama-information__banner {
    display: block;
    max-width: 1030px;
    width: 100%;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-information__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-access {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .showroom_osakasayama-access__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-access__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-access__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-access__block + .showroom_osakasayama-access__block {
    margin-top: 30px;
  }
  .showroom_osakasayama-access__block-title {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    letter-spacing: 0.07em;
  }
  .showroom_osakasayama-access__block-title > small {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .showroom_osakasayama-access__block-list {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-access__block-list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-access__block-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  .showroom_osakasayama-access__block-row > dt {
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .showroom_osakasayama-access__block-row > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .showroom_osakasayama-access__box-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-access__box-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .showroom_osakasayama-access__box-title > span {
    font-size: 16px;
  }
  .showroom_osakasayama-access__box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-access__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .showroom_osakasayama-access__box + .showroom_osakasayama-access__box {
    margin-top: 50px;
  }
  .showroom_osakasayama-access__box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: block;
    width: 10px;
    height: 17.49px;
    background-image: url(./assets/images/showroom_osakasayama/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .showroom_osakasayama-access__box-badge {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #BAA797;
  }
  .showroom_osakasayama-access__box-figure {
    display: block;
    max-width: 250px;
    width: 100%;
    margin-top: 10px;
  }
  .showroom_osakasayama-access__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-access {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .showroom_osakasayama-access__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-access__header {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-access__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-access__block + .showroom_osakasayama-access__block {
    margin-top: 100px;
  }
  .showroom_osakasayama-access__block-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    letter-spacing: 0.07em;
  }
  .showroom_osakasayama-access__block-title > small {
    font-size: 20px;
  }
  .showroom_osakasayama-access__block-list {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-access__block-list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .showroom_osakasayama-access__block-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .showroom_osakasayama-access__block-row > dt {
    display: block;
    width: 180px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .showroom_osakasayama-access__block-row > dd {
    display: block;
    width: calc(100% - 180px);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .showroom_osakasayama-access__box-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .showroom_osakasayama-access__box-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .showroom_osakasayama-access__box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .showroom_osakasayama-access__box {
    position: relative;
    display: block;
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
  .showroom_osakasayama-access__box:nth-child(3n),
  .showroom_osakasayama-access__box:last-child {
    margin-right: 0;
  }
  .showroom_osakasayama-access__box:nth-child(n+4) {
    margin-top: 30px;
  }
  .showroom_osakasayama-access__box-badge {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #BAA797;
  }
  .showroom_osakasayama-access__box-figure {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .showroom_osakasayama-access__box:not(:nth-child(3n),:last-child) .showroom_osakasayama-access__box-figure::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 10px;
    height: 17.49px;
    background-image: url(./assets/images/showroom_osakasayama/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .showroom_osakasayama-access__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
/*others*/
@media screen and (max-width:767px) {
  .showroom_osakasayama-others {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .showroom_osakasayama-others__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-others__nankou {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-others__nankou-img {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .showroom_osakasayama-others__nankou-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-others__nankou-wrap {
    display: block;
    width: 100%;
  }
  .showroom_osakasayama-others__nankou-content {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    padding: 50px 10px;
  }
  .showroom_osakasayama-others_nankou-content_img {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: calc(197/335 * 100%);
  }
  .showroom_osakasayama-others_nankou-content_img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-others__nankou-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .showroom_osakasayama-others__nankou-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .showroom_osakasayama-others__nankou-address {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .showroom_osakasayama-others__nankou-map {
    display: block;
    width: 100%;
    height: 335px;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-others__nankou-map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .showroom_osakasayama-others {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .showroom_osakasayama-others__header {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .showroom_osakasayama-others__nankou {
    position: relative;
    display: block;
    max-width: 1140px;
    width: 100%;
    padding: 50px 0 50px;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-others__nankou-img {
    position: absolute;
    top: 0;
    left: calc(120/1140 * 100%);
    display: block;
    width: calc(728/1140 * 100%);
    overflow: hidden;
  }
  .showroom_osakasayama-others__nankou-img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-others__nankou-wrap {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .showroom_osakasayama-others__nankou-content {
    position: relative;
    display: block;
    width: calc(565/1080 * 100%);
    background-color: rgba(255,255,255,0.9);
    padding: calc(80/1080 * 100%) calc(50/1080 * 100%) calc(50/1080 * 100%) calc(50/1080 * 100%);
    margin-left: auto;
  }
  .showroom_osakasayama-others_nankou-content_img {
    position: absolute;
    top: calc(-100/565 * 100%);
    right: 0;
    display: block;
    width: calc(393/565 * 100%);
  }
  .showroom_osakasayama-others_nankou-content_img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .showroom_osakasayama-others__nankou-title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .showroom_osakasayama-others__nankou-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .showroom_osakasayama-others__nankou-address {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .showroom_osakasayama-others__nankou-map {
    display: block;
    max-width: 740px;
    width: 100%;
    height: 423px;
    margin: 50px auto 0;
  }
  .showroom_osakasayama-others__nankou-map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*
PAGE - company
--------------------------------------------- */
@media screen and (max-width:767px) {
  .company-main {
    display: block;
    width: 100%;
    padding: 0 0 50px;
    overflow-x: hidden;
  }
  .company-main__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .company-block {
    display: block;
    width: 100%;
  }
  .company-block + .company-block {
    margin-top: 60px;
  }
  .company-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 90px 3px,100% 3px;
  }
  .company-block__greeting {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .company-block__greeting-figure {
    position: relative;
    display: block;
    width: 250px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .company-block__greeting-figure::after {
    content: "";
    position: absolute;
    top:30px;
    left: 30px;
    display: block;
    width: 100vw;
    height: calc(100% - 30px);
    background-color: #F8F8F8;
  }
  .company-block__greeting-figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-block__greeting-hgroup {
    display: block;
    width: calc(100% + 40px);
    background-color: var(--white);
    margin: 20px 0 0 -20px;
    padding: 15px 0 15px 30px;
  }
  .company-block__greeting-text {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .company-block__greeting-name {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .company-block__greeting-txt {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile {
    width: 100%;
    margin: 50px auto 0;
    border-collapse: collapse;
  }
  .company-profile tr th {
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
    vertical-align: text-top;
  }
  .company-profile tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
    vertical-align: text-top;
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 335px;
    overflow: hidden;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .company-main {
    display: block;
    width: 100%;
    padding: 156px 0 80px;
    overflow-x: hidden;
  }
  .company-main__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .company-block {
    display: block;
    width: 100%;
  }
  .company-block + .company-block {
    margin-top: 80px;
  }
  .company-block__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 90px 3px,100% 3px;
  }
  .company-block__greeting {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-block__greeting-figure {
    position: relative;
    display: block;
    width: calc(340/900 * 100%);
    padding-bottom: 25px;
    margin-left: calc(333/900 * 100%);
  }
  .company-block__greeting-figure::after {
    content: "";
    position: absolute;
    top:25px;
    left: 30px;
    display: block;
    width: 100vw;
    height: calc(100% - 25px);
    background-color: #F8F8F8;
  }
  .company-block__greeting-figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-block__greeting-hgroup {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 5;
    display: block;
    width: calc(387.48/900 * 100%);
    background-color: var(--white);
    padding: 20px 60px 20px 0;
  }
  .company-block__greeting-text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: right;
  }
  .company-block__greeting-name {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
    text-align: right;
  }
  .company-block__greeting-txt {
    display: block;
    width: calc(800/900 * 100%);
    margin: 26px auto 0;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile {
    width: calc(800/900 * 100%);
    margin: 50px auto 0;
    border-collapse: collapse;
  }
  .company-profile tr th {
    width: 230px;
    background-color: #E5E5E5;
    font-size: 16px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 10px 15px 40px;
    text-align: left;
    vertical-align: text-top;
  }
  .company-profile tr:not(:last-child) th {
    border-bottom: 1px solid var(--white);
  }
  .company-profile tr td {
    width: calc(100% - 230px);
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 80px 15px 40px;
    text-align: left;
    vertical-align: text-top;
  }
  .company-profile tr:not(:last-child) td {
    border-bottom: 1px solid var(--white);
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 423px;
    overflow: hidden;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*
PAGE - tochi
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .tochi-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .tochi-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/tochi/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tochi-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .tochi-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .tochi-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .tochi-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .tochi-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (max-width:359px) {
  .tochi-intro__header {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .tochi-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .tochi-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/tochi/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tochi-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .tochi-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .tochi-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .tochi-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .tochi-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*points*/
@media screen and (max-width:767px) {
  .tochi-points {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .tochi-points__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-point {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .tochi-point > .container {
    padding: 0 10px;
  }
  .tochi-point__figure {
    display: flex;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-image: linear-gradient(#F8F8F8,#F8F8F8);
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: calc(100% - 20px) 100%;
  }
  .tochi-point:nth-child(odd) .tochi-point__figure {
    padding-right: 30px;
    justify-content: flex-start;
  }
  .tochi-point:nth-child(even) .tochi-point__figure {
    padding-left: 30px;
    justify-content: flex-end;
  }
  .tochi-point__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tochi-point:nth-child(odd) .tochi-point__figure > img {
    object-position: right;
  }
  .tochi-point:nth-child(even) .tochi-point__figure > img {
    object-position: left;
  }
  .tochi-point__content-wrap {
    display: block;
    width: 100%;
    background-color: #F8F8F8;
  }
  .tochi-point__content {
    display: block;
    width: 100%;
    padding:30px 20px;
  }
  .tochi-point__badge {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #BAA797;
  }
  .tochi-point__badge > small {
    font-size: 18px;
    padding-right: 10px;
  }
  .tochi-point__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .tochi-point__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .tochi-points {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .tochi-points__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-point {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 50px auto 0;
    padding-top: 30px;
  }
  .tochi-point__figure {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: calc(750/1366 * 100%);
    height: 100%;
    overflow: hidden;
  }
  .tochi-point:nth-child(odd) .tochi-point__figure {
    left: 0;
    justify-content: flex-start;
  }
  .tochi-point:nth-child(even) .tochi-point__figure {
    right: 0;
    justify-content: flex-end;
  }
  .tochi-point__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tochi-point:nth-child(odd) .tochi-point__figure > img {
    object-position: right;
  }
  .tochi-point:nth-child(even) .tochi-point__figure > img {
    object-position: left;
  }
  .tochi-point__content-wrap {
    display: block;
    width: 100%;
    background-color: #F8F8F8;
  }
  .tochi-point__content {
    display: block;
    width: calc(500/1140 * 100%);
    padding: 50px 50px 30px 30px;
  }
  .tochi-point:nth-child(odd) .tochi-point__content {
    margin-left: auto;
    padding: 50px 30px 30px 30px;
  }
  .tochi-point__badge {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: #BAA797;
  }
  .tochi-point:nth-child(odd) .tochi-point__badge {
    text-align: right;
  }
  .tochi-point__badge > small {
    font-size: 20px;
    padding-right: 10px;
  }
  .tochi-point__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    letter-spacing: 0.1em;
  }
  .tochi-point:nth-child(odd) .tochi-point__title {
    text-align: right;
  }
  .tochi-point__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .tochi-point__content {
    padding: 40px 20px 20px 20px;
  }
  .tochi-point:nth-child(odd) .tochi-point__content {
    margin-left: auto;
    padding: 40px 20px 20px 20px;
  }
  .tochi-point__title {
    font-size: 18px;
    line-height: 26px;
  }
  .tochi-point__txt {
    margin-top: 20px;
  }
}
/*built*/
@media screen and (max-width:767px) {
  .tochi-built__parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100vh;
    background-image:url(./assets/images/tochi/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tochi-built {
    display: block;
    width: 100%;
    padding: 100px 0;
  }
  .tochi-built__body {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #FBFBFB;
    margin: 0 auto;
  }
  .tochi-built__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-built__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .tochi-built__parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100vh;
    background-image:url(./assets/images/tochi/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tochi-built {
    display: block;
    width: 100%;
    padding: 118px 0;
  }
  .tochi-built__body {
    display: block;
    max-width: 565px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #FBFBFB;
    margin: 0 auto;
  }
  .tochi-built__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-built__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*steps*/
@media screen and (max-width:767px) {
  .tochi-steps {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .tochi-steps__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .tochi-steps__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-steps__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tochi-step__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .tochi-step__list > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 40px;
    background-color: #FAF7F1;
  }
  .tochi-step__list > li::before {
    content: "";
    position: absolute;
    top: 93px;
    left: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #6D5D58;
  }
  .tochi-step__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 95px;
    left: 14px;
    display: block;
    width: 1px;
    height: calc(100% - 93px + 30px);
    background-color: #6D5D58;
  }
  .tochi-step__list > li + li {
    margin-top: 30px;
  }
  .tochi-step-question {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .tochi-step-question__figure {
    display: block;
    width: 100%;
  }
  .tochi-step-question__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tochi-step-question__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 40px;
    margin-top: 30px;
  }
  .tochi-step-question__badge {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #BAA797;
  }
  .tochi-step-question__badge > small {
    font-size: 16px;
    padding-right: 10px;
  }
  .tochi-step-question__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .tochi-step-question__content > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .tochi-step-question__content > i::before,
  .tochi-step-question__content > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: #6D5D58;
  }
  .tochi-step-question__content > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .tochi-step-question__content > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .tochi-step-question.active .tochi-step-question__content > i::after {
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .tochi-step-answer {
    display: none;
    width: 100%;
  }
  .tochi-step-answer__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .tochi-steps {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .tochi-steps__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .tochi-steps__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
  }
  .tochi-steps__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    margin-top: 30px;
  }
  .tochi-step__list {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .tochi-step__list > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 30px 30px 70px;
    background-color: #FAF7F1;
  }
  .tochi-step__list > li::before {
    content: "";
    position: absolute;
    top: 110px;
    left: 30px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #6D5D58;
  }
  .tochi-step__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 39px;
    display: block;
    width: 1px;
    height: calc(100% - 110px + 30px);
    background-color: #6D5D58;
  }
  .tochi-step__list > li + li {
    margin-top: 30px;
  }
  .tochi-step-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .tochi-step-question__figure {
    display: block;
    width: calc(290/800 * 100%);
  }
  .tochi-step-question__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tochi-step-question__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(480/800 * 100%);
    padding-right: 60px;
  }
  .tochi-step-question__badge {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: #BAA797;
  }
  .tochi-step-question__badge > small {
    font-size: 20px;
    padding-right: 10px;
  }
  .tochi-step-question__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .tochi-step-question__content > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .tochi-step-question__content > i::before,
  .tochi-step-question__content > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: #6D5D58;
  }
  .tochi-step-question__content > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .tochi-step-question__content > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .tochi-step-question.active .tochi-step-question__content > i::after {
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .tochi-step-answer {
    display: none;
    width: 100%;
  }
  .tochi-step-answer__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*suggestion*/
@media screen and (max-width:767px) {
  .tochi-suggestion {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .tochi-suggestion__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .tochi-suggestion__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .tochi-suggestion__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
  }
  .tochi-suggestion__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-align: center;
    margin-top: 10px;
  }
  .tochi-suggestion__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #BE7B42;
    text-align: center;
    word-break: break-all;
    margin-top: 30px;
  }
  .tochi-suggestion__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .tochi-suggestion__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .tochi-suggestion__figure {
    display: block;
    width: 100%;
    padding-bottom: 70px;
    background-image: url(./assets/images/tochi/one-point.png);
    background-repeat: no-repeat;
    background-position: right bottom -20px;
    background-size: 120px auto;
    margin-top: 30px;
  }
  .tochi-suggestion__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .tochi-suggestion {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .tochi-suggestion__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .tochi-suggestion__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .tochi-suggestion__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .tochi-suggestion__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: center;
    margin-top: 10px;
  }
  .tochi-suggestion__subtitle {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .tochi-suggestion__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .tochi-suggestion__txt {
    display: block;
    width: calc(370/800 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .tochi-suggestion__figure {
    display: block;
    width: calc(400/800 * 100%);
    padding-bottom: 125px;
    background-image: url(./assets/images/tochi/one-point.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 166.9px auto;
  }
  .tochi-suggestion__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - renovation
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .renovation-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .renovation-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/renovation/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .renovation-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .renovation-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .renovation-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .renovation-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .renovation-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .renovation-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/renovation/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .renovation-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .renovation-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .renovation-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .renovation-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*about*/
@media screen and (max-width:767px) {
  .renovation-about {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .renovation-about-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
  }
  .renovation-about__figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .renovation-about__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-about__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-about__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(255,255,255,0.9);
  }
  .renovation-about__title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-about__subtitle {
    display: block;
    width: 100%;
    font-size: min(18px + (22 - 18) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .renovation-about__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .renovation-about {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .renovation-about-wrap {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
  }
  .renovation-about__figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .renovation-about__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-about__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-about__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(565/1000 * 100%);
    padding: calc(50/1000 * 100%);
    background-color: rgba(255,255,255,0.9);
  }
  .renovation-about__title {
    display: block;
    width: 100%;
    font-size: 62px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-about__subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .renovation-about__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .renovation-merit {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .renovation-merit__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-merit__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-merit__header > span:nth-child(1) {
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
  }
  .renovation-merit__header > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.07em;
  }
  .renovation-merit__wrap {
    display: block;
    width: calc(100% + 40px);
    margin-top: 30px;
    margin-left: -20px;
  }
  .renovation-merit__box {
    display: block;
    width: 100%;
  }
  .renovation-merit__box + .renovation-merit__box {
    margin-top: 50px;
  }
  .renovation-merit__box-figure {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 307px;
    overflow: hidden;
  }
  .renovation-merit__box-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-merit__box-content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    padding: 20px;
    background-color: rgba(248,248,248,0.9);
    margin-top: -30px;
  }
  .renovation-merit__box:nth-child(odd) > .renovation-merit__box-content {
    margin-left: auto;
  }
  .renovation-merit__box-badge {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .renovation-merit__box-badge > small {
    font-size: 18px;
    padding-right: 5px;
  }
  .renovation-merit__box-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .renovation-merit__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .renovation-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .renovation-merit__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-merit__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-merit__header > span:nth-child(1) {
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
  }
  .renovation-merit__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.07em;
  }
  .renovation-merit__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .renovation-merit__box {
    position: relative;
    display: block;
    padding: 60px 0;
    width: 100%;
  }
  .renovation-merit__box + .renovation-merit__box {
    margin-top: 50px;
  }
  .renovation-merit__box-figure {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-self: center;
    width: calc(550/900 * 100%);
    height: 100%;
    overflow: hidden;
  }
  .renovation-merit__box:nth-child(odd) > .renovation-merit__box-figure {
    right: 0;
  }
  .renovation-merit__box:nth-child(even) > .renovation-merit__box-figure {
    left: 0;
  }
  .renovation-merit__box-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-merit__box-content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(500/900 * 100%);
    padding: calc(50/900 * 100%);
    background-color: rgba(248,248,248,0.9);
  }
  .renovation-merit__box:nth-child(even) > .renovation-merit__box-content {
    margin-left: auto;
  }
  .renovation-merit__box-badge {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .renovation-merit__box-badge > small {
    font-size: 20px;
    padding-right: 5px;
  }
  .renovation-merit__box-title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .renovation-merit__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .renovation-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .renovation-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-feature__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-feature__header > span:nth-child(1) {
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
  }
  .renovation-feature__header > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.07em;
  }
  .renovation-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-feature__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-feature__box + .renovation-feature__box {
    margin-top: 50px;
  }
  .renovation-feature__figure {
    display: block;
    width: 100%;
  }
  .renovation-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-feature__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .renovation-feature__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .renovation-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .renovation-feature__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .renovation-feature__btns > a {
    width: auto;
    font-weight: 500;
  }
}
@media screen and (max-width:359px) {
  .renovation-feature__title {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .renovation-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .renovation-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-feature__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-feature__header > span:nth-child(1) {
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
  }
  .renovation-feature__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.07em;
  }
  .renovation-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .renovation-feature__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .renovation-feature__box + .renovation-feature__box {
    margin-top: 50px;
  }
  .renovation-feature__figure {
    display: block;
    width: calc(320/900 * 100%);
  }
  .renovation-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-feature__content {
    display: block;
    width: calc(550/900 * 100%);
  }
  .renovation-feature__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .renovation-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-feature__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .renovation-feature__btns > a {
    width: auto;
    font-weight: 500;
    color: #33271A;
  }
}
/*work*/
@media screen and (max-width:767px) {
  .renovation-works {
    display: block;
    width: 100%;
    padding: 60px 0 0;
    background-color: var(--white);
  }
  .renovation-works__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-works__header > span:nth-child(1) {
    font-size: min(28px + (34 - 28) * ((100vw - 320px) / (375 - 320)), 34px);
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
  }
  .renovation-works__header > span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.07em;
  }
  .renovation-works__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-works__case {
    display: block;
    width: 100%;
  }
  .renovation-works__case + .renovation-works__case {
    margin-top: 80px;
  }
  .renovation-works__case-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-works__case-title > picture {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .renovation-works__case-title > picture > img {
    display: block;
    width: auto;
    height: 80px;
    object-fit: cover;
  }
  .renovation-works__case-title > small {
    display: block;
    width: 100%;
    font-size: min(11px + (14 - 11) * ((100vw - 320px) / (375 - 320)), 14px);
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 20px;
  }
  .renovation-works__case-title > span {
    display: block;
    width: 100%;
    font-size: min(17px + (20 - 17) * ((100vw - 320px) / (375 - 320)), 20px);
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  .renovation-works__case-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-works__case-gallery {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-works__case-gallery picture {
    display: block;
    width: 100%;
  }
  .renovation-works__case-gallery picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-works__case-gallery_col1 {
    display: block;
    width: 100%;
  }
  .renovation-works__case-gallery_col2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .renovation-works__case-gallery_col3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .renovation-works__case-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .renovation-works {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: var(--white);
  }
  .renovation-works__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .renovation-works__header > span:nth-child(1) {
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
  }
  .renovation-works__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.07em;
  }
  .renovation-works__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .renovation-works__case {
    display: block;
    width: 100%;
  }
  .renovation-works__case + .renovation-works__case {
    margin-top: 80px;
  }
  .renovation-works__case-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 101.32px;
    padding-left: 70px;
  }
  .renovation-works__case-title > picture {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    width: 70px;
  }
  .renovation-works__case-title > picture > img {
    display: block;
    width: auto;
    height: 101.32px;
    object-fit: cover;
  }
  .renovation-works__case-title > small {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .renovation-works__case-title > span {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  .renovation-works__case-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-works__case-gallery {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .renovation-works__case-gallery picture {
    display: block;
    width: 100%;
  }
  .renovation-works__case-gallery picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-works__case-gallery_col1 {
    display: block;
    width: 100%;
  }
  .renovation-works__case-gallery_col2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .renovation-works__case-gallery_col3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .renovation-works__case-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - nisetai
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .nisetai-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .nisetai-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/nisetai/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .nisetai-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .nisetai-intro__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .nisetai-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nisetai-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nisetai-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    margin-bottom: 10px;
  }
  .nisetai-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .nisetai-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .nisetai-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/nisetai/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .nisetai-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .nisetai-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .nisetai-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .nisetai-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nisetai-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
  }
  .nisetai-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*pattern*/
@media screen and (max-width:767px) {
  .nisetai-pattern {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--white);
  }
  .nisetai-pattern > .container {
    padding: 0 10px;
  }
  .nisetai-pattern__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nisetai-pattern__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .nisetai-pattern__header > span {
    font-size: 32px;
  }
  .nisetai-pattern__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .nisetai-pattern__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nisetai-pattern__box + .nisetai-pattern__box {
    margin-top: 50px;
  }
  .nisetai-pattern__box-figure{
    position: relative;
    display: block;
    width: calc(100% - 40px);
  }
  .nisetai-pattern__box-figure::after {
    content: "";
    position: absolute;
    top: 70px;
    display: block;
    width: 100%;
    height: calc(100% - 70px);
    background-color: #F8F8F8;
  }
  .nisetai-pattern__box:nth-child(odd) > .nisetai-pattern__box-figure {
    margin-left: auto;
  }
  .nisetai-pattern__box:nth-child(odd) > .nisetai-pattern__box-figure::after {
    left: -30px;
  }
  .nisetai-pattern__box:nth-child(even) > .nisetai-pattern__box-figure::after {
    right: -30px;
  }
  .nisetai-pattern__box-figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nisetai-pattern__content {
    display: block;
    width: calc(100% - 40px);
    background-color: #F8F8F8;
    padding: 20px;
  }
  .nisetai-pattern__box:nth-child(odd) .nisetai-pattern__content {
    margin-left: 10px;
  }
  .nisetai-pattern__box:nth-child(even) .nisetai-pattern__content {
    margin-left: 30px;
  }
  .renovation-pattern__box-badge {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .renovation-pattern__box-badge > small {
    font-size: 18px;
    padding-right: 5px;
  }
  .renovation-pattern__box-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .renovation-pattern__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .renovation-pattern__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .renovation-pattern__box-btns > a {
    width: auto;
    font-weight: 400;
  }
  .nisetai-pattern__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .nisetai-pattern {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .nisetai-pattern__body {
    display: block;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .nisetai-pattern__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .nisetai-pattern__header > span {
    font-size: 36px;
  }
  .nisetai-pattern__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .nisetai-pattern__box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nisetai-pattern__box + .nisetai-pattern__box {
    margin-top: 50px;
  }
  .nisetai-pattern__box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .nisetai-pattern__box-figure{
    display: block;
    width: calc(550/1020 * 100%);
  }
  .nisetai-pattern__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .nisetai-pattern__content {
    display: block;
    width: calc(100% - (550/1020 * 100%));
    background-color: #F8F8F8;
  }
  .nisetai-pattern__box:nth-child(odd) .nisetai-pattern__content {
    padding: calc(50/1020 * 100%) calc(20/1020 * 100%) calc(50/1020 * 100%) calc(50/1020 * 100%);
  }
  .nisetai-pattern__box:nth-child(even) .nisetai-pattern__content {
    padding: calc(50/1020 * 100%) calc(50/1020 * 100%) calc(50/1020 * 100%) calc(20/1020 * 100%);
  }
  .renovation-pattern__box-badge {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .renovation-pattern__box-badge > small {
    font-size: 20px;
    padding-right: 5px;
  }
  .renovation-pattern__box-title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .renovation-pattern__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-pattern__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-pattern__box-btns > a {
    width: auto;
    font-weight: 400;
  }
  .nisetai-pattern__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .nisetai-feature {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--white);
  }
  .nisetai-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nisetai-feature__box {
    display: block;
    width: 100%;
  }
  .nisetai-feature__box + .nisetai-feature__box {
    margin-top: 60px;
  }
  .nisetai-feature__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .nisetai-feature__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nisetai-feature__content {
    display: block;
    width: 100%;
  }
  .nisetai-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nisetai-feature__list {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .nisetai-feature__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .nisetai-feature__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .nisetai-feature__list > li + li {
    margin-top: 10px;
  }
  .nisetai-feature__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .nisetai-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .nisetai-feature__title {
    font-size: 21px;
  }
}
@media screen and (min-width:768px) {
  .nisetai-feature {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .nisetai-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .nisetai-feature__box {
    display: block;
    width: 100%;
  }
  .nisetai-feature__box + .nisetai-feature__box {
    margin-top: 50px;
  }
  .nisetai-feature__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .nisetai-feature__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nisetai-feature__content {
    display: block;
    width: calc(450/900 * 100%);
  }
  .nisetai-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .nisetai-feature__list {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .nisetai-feature__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .nisetai-feature__list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .nisetai-feature__list > li + li {
    margin-top: 10px;
  }
  .nisetai-feature__figure {
    display: block;
    width: calc(420/900 * 100%);
  }
  .nisetai-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*architech*/
@media screen and (max-width:767px) {
  .nisetai-architech {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .nisetai-architech__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .nisetai-architech__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 70px;
    background-image: url(./assets/images/nisetai/family.png);
    background-repeat: no-repeat;
    background-position: top -20px center;
    background-size: 118.36px auto;
  }
  .nisetai-architech__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nisetai-architech__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
  }
  .nisetai-architech__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-align: center;
    margin-top: 10px;
  }
  .nisetai-architech__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .nisetai-architech__figure {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .nisetai-architech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .nisetai-architech {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .nisetai-architech__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .nisetai-architech__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 150px;
    background-image: url(./assets/images/nisetai/family.png);
    background-repeat: no-repeat;
    background-position: right calc(30/800 * 100%) bottom;
    background-size: calc(178.54/800 * 100%) auto;
  }
  .nisetai-architech__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .nisetai-architech__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .nisetai-architech__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: center;
    margin-top: 10px;
  }
  .nisetai-architech__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    margin-top: 30px;
  }
  .nisetai-architech__figure {
    display: block;
    width: calc(500/800 * 100%);
    margin: 30px auto 0;
  }
  .nisetai-architech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - hiraya
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .hiraya-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .hiraya-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/hiraya/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hiraya-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .hiraya-intro__header {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
  }
  .hiraya-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .hiraya-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hiraya-intro__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .hiraya-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (max-width:359px) {
  .hiraya-intro__header {
	  font-size: 20px;
  }
  .hiraya-intro__title {
    font-size: 15px;
  }
}
@media screen and (min-width:768px) {
  .hiraya-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .hiraya-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/hiraya/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hiraya-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .hiraya-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .hiraya-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .hiraya-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hiraya-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .hiraya-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .hiraya-feature {
    display: block;
    width: 100%;
    padding:60px 0 60px;
    background-color: var(--white);
  }
  .hiraya-feature__main {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .hiraya-feature__main-figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hiraya-feature__main-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
   .hiraya-feature__main-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature__main-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(248,248,248,0.9);
  }
  .hiraya-feature__main-content_title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .hiraya-feature__main-content_subtitle {
    display: block;
    width: 100%;
    font-size: min(18px + (22 - 18) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .hiraya-feature__main-content_txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .hiraya-feature__block-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .hiraya-feature__block-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .hiraya-feature__block-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hiraya-feature__block-list {
    display: block;
    width: 100%;
  }
  .hiraya-feature__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-feature__block-list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .hiraya-feature__block-list > li + li {
    margin-top: 10px;
  }
  .hiraya-feature__block-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .hiraya-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .hiraya-feature {
    display: block;
    width: 100%;
    padding:50px 0 100px;
    background-color: var(--white);
  }
  .hiraya-feature__main {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature__main-figure {
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding: 55px 0;
  }
  .hiraya-feature__main-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
   .hiraya-feature__main-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature__main-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(565/1000 * 100%);
    padding: calc(50/1000 * 100%);
    background-color: rgba(248,248,248,0.9);
  }
  .hiraya-feature__main-content_title {
    display: block;
    width: 100%;
    font-size: 62px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .hiraya-feature__main-content_subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 30px;
  }
  .hiraya-feature__main-content_txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .hiraya-feature__block-wrap {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature__block {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .hiraya-feature__block-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .hiraya-feature__block-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .hiraya-feature__block:nth-child(even) .hiraya-feature__block-cols {
    flex-direction: row-reverse;
  }
  .hiraya-feature__block-list {
    display: block;
    width: calc(435/900 * 100%);
  }
  .hiraya-feature__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-feature__block-list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .hiraya-feature__block-list > li + li {
    margin-top: 10px;
  }
  .hiraya-feature__block-figure {
    display: block;
    width: calc(435/900 * 100%);
  }
  .hiraya-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*achitech*/
@media screen and (max-width:767px) {
  .page-hiraya {
    padding-bottom: 0;
  }
  .hiraya-achitech {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .hiraya-achitech__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-achitech__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .hiraya-achitech__header > span:nth-child(1) {
    font-size: 36px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 38px;
    text-align: center;
  }
  .hiraya-achitech__header > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.07em;
  }
  .hiraya-achitech__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .hiraya-achitech__cols + .hiraya-achitech__cols {
    margin-top: 60px;
  }
  .hiraya-achitech__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
     margin-top: 20px;
  }
  .hiraya-achitech__figure {
    display: block;
    width: 100%;
  }
  .hiraya-achitech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-achitech__works {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .hiraya-achitech__works-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .hiraya-achitech__works-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    margin-top: 30px;
  }
  .hiraya-achitech__works-item {
    display: block;
    width: 100%;
  }
  .hiraya-achitech__works-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .hiraya-achitech__works-item > picture {
    display: block;
    width: 100%;
  }
  .hiraya-achitech__works-item > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-achitech__works-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .page-hiraya {
    padding-bottom: 0;
  }
  .hiraya-achitech {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .hiraya-achitech__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-achitech__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    background-image: url(./assets/images/house.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 79.86px 60px;
  }
  .hiraya-achitech__header > span:nth-child(1) {
    font-size: 42px;
    font-weight: 400;
    color: #6D5D58;
    line-height: 1;
    text-align: center;
  }
  .hiraya-achitech__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #BE7B42;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.07em;
  }
  .hiraya-achitech__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .hiraya-achitech__cols + .hiraya-achitech__cols {
    flex-direction: row-reverse;
  }
  .hiraya-achitech__txt {
    display: block;
    width: calc(450/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: -0.033em;
  }
  .hiraya-achitech__figure {
    display: block;
    width: calc(420/900 * 100%);
  }
  .hiraya-achitech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-achitech__works {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .hiraya-achitech__works-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .hiraya-achitech__works-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 5px;
    width: 100%;
    margin-top: 30px;
  }
  .hiraya-achitech__works-item {
    display: block;
    width: 100%;
  }
  .hiraya-achitech__works-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .hiraya-achitech__works-item > picture {
    display: block;
    width: 100%;
  }
  .hiraya-achitech__works-item > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-achitech__works-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - money
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .money-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .money-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/money/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .money-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 20px 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .money-intro__header {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .money-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .money-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .money-intro-box__list {
    display: block;
    width: 100%;
  }
  .money-intro-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 38px;
  }
  .money-intro-box__list > li > span {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #BE7B42;
    line-height: 1;
  }
  .money-intro-box__list > li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width:359px) {
  .page-title > span:nth-child(1) {
    font-size: 30px;
  }
  .money-intro__header {
    font-size: 19px;
  }
}
@media screen and (min-width:768px) {
  .money-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .money-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/money/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .money-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .money-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .money-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .money-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .money-intro-box__list {
    display: block;
    width: 100%;
  }
  .money-intro-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 38px;
  }
  .money-intro-box__list > li > span {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #BE7B42;
    line-height: 1;
  }
  .money-intro-box__list > li + li {
    margin-top: 20px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .money-feature {
    display: block;
    width: 100%;
    padding: 60px 0 60px;
    background-color: var(--white);
  }
  .money-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .money-feature-box {
    display: block;
    width: 100%;
  }
  .money-feature-box + .money-feature-box {
    margin-top: 60px;
  }
  .money-feature-box__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
    letter-spacing: 0.07em;
  }
  .money-feature-box__title > small {
    font-size: 20px;
  }
  .money-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .money-feature-box__figure {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .money-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .money-feature-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .money-feature-box__content {
    display: block;
    width: 100%;
  }
  .money-feature-box__content-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .money-feature-box__content-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .money-feature {
    display: block;
    width: 100%;
    padding: 50px 0 100px;
    background-color: var(--white);
  }
  .money-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .money-feature-box {
    display: block;
    width: 100%;
  }
  .money-feature-box + .money-feature-box {
    margin-top: 100px;
  }
  .money-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
    letter-spacing: 0.07em;
  }
  .money-feature-box__title > small {
    font-size: 20px;
  }
  .money-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .money-feature-box__figure {
    display: block;
    width: calc(800/900 * 100%);
    margin: 30px auto 0;
  }
  .money-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .money-feature-box__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .money-feature-box__content {
    display: block;
    width: calc(450/900 * 100%);
  }
  .money-feature-box__content-figure {
    display: block;
    width: calc(420/900 * 100%);
  }
  .money-feature-box__content-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*achitech*/
@media screen and (max-width:767px) {
  .money-achitech {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .money-achitech__body {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .money-achitech__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .money-achitech__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
    text-align: center;
  }
  .money-achitech__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .money-achitech__header > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .money-achitech__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .money-achitech__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .money-achitech__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .money-achitech__list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .money-achitech__list > li + li {
    margin-top: 10px;
  }
  .money-achitech__list + p {
    margin-top: 20px;
  }
  .money-achitech__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .money-achitech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .money-achitech__header > span {
    font-size: 19px;
  }
}
@media screen and (min-width:768px) {
  .money-achitech {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .money-achitech__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  .money-achitech__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .money-achitech__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .money-achitech__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .money-achitech__header > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .money-achitech__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
  }
  .money-achitech__list {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-top: 20px;
  }
  .money-achitech__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .money-achitech__list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  .money-achitech__list > li + li {
    margin-top: 10px;
  }
  .money-achitech__list + p {
    margin-top: 20px;
  }
  .money-achitech__figure {
    display: block;
    width: calc(500/800 * 100%);
    margin-top: 30px;
  }
  .money-achitech__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - recruit
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .recruit-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .recruit-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/recruit/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .recruit-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .recruit-intro__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .recruit-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  .recruit-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .recruit-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    margin-bottom: 10px;
  }
  .recruit-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .recruit-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .recruit-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/recruit/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .recruit-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .recruit-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .recruit-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .recruit-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .recruit-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
  }
  .recruit-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .recruit-feature {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--white);
  }
  .recruit-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .recruit-feature-box {
    display: block;
    width: 100%;
  }
  .recruit-feature-box + .recruit-feature-box {
    margin-top: 60px;
  }
  .recruit-feature-box__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .recruit-feature-box__flow {
    display: block;
    width: 100%;
  }
  .recruit-feature-box__flow > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .recruit-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .recruit-feature-box__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 30px 0;
  }
  .recruit-feature-box__btns > a:nth-child(2) {
    margin-top: 30px;
  }
  .recruit-feature-box__caution {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .recruit-feature-box__caution > span {
    position: absolute;
    left: 0;
  }
  .recruit-feature-box__block {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    margin-top: -20px;
  }
  .recruit-feature-box__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 30px;
  }
  .recruit-feature-box__block-tbl {
    width: 100%;
    margin: 30px auto 0;
    border-collapse: collapse;
  }
  .recruit-feature-box__block-tbl tr th {
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
  }
  .recruit-feature-box__block-tbl tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
  }
  .recruit-feature-box__list {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .recruit-feature-box__list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .recruit-feature-box__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .recruit-feature-box__row > dt {
    display: block;
    width: 100%;
    font-weight: 600;
  }
  .recruit-feature-box__row > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .recruit-feature-box__row > dd > a {
    color: var(--font-color);
  }
  .recruit-feature-box__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:359px) {
  .recruit-feature-box__block-title {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .recruit-feature {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .recruit-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .recruit-feature-box {
    display: block;
    width: 100%;
  }
  .recruit-feature-box + .recruit-feature-box {
    margin-top: 100px;
  }
  .recruit-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .recruit-feature-box__flow {
    display: block;
    width: 100%;
  }
  .recruit-feature-box__flow > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .recruit-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .recruit-feature-box__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0;
  }
  .recruit-feature-box__btns > a:nth-child(2) {
    margin-left: 30px;
  }
  .recruit-feature-box__caution {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 25.5px;
    color: #727272;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .recruit-feature-box__block {
    display: block;
    width: calc(800/900 * 100%);
    margin: 0 auto;
    padding-top: 100px;
    margin-top: -20px;
  }
  .recruit-feature-box__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    margin-bottom: 30px;
  }
  .recruit-feature-box__block-tbl {
    width: calc(800/900 * 100%);
    margin: 50px auto 0;
    border-collapse: collapse;
  }
  .recruit-feature-box__block-tbl tr th {
    width: 230px;
    background-color: #E5E5E5;
    font-size: 16px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
    vertical-align: text-top;
  }
  .recruit-feature-box__block-tbl tr:not(:last-child) th {
    border-bottom: 1px solid var(--white);
  }
  .recruit-feature-box__block-tbl tr td {
    width: calc(100% - 230px);
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    text-align: left;
    vertical-align: text-top;
    background-color: #FBFBFB;
  }
  .recruit-feature-box__block-tbl tr:not(:last-child) td {
    border-bottom: 1px solid var(--white);
  }
  .recruit-feature-box__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #E2E8ED;
  }
  .recruit-feature-box__list > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #E2E8ED;
  }
  .recruit-feature-box__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .recruit-feature-box__row > dt {
    display: block;
    width: 180px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .recruit-feature-box__row > dd {
    display: block;
    width: calc(100% - 180px);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .recruit-feature-box__row > dd > a {
    color: var(--font-color);
  }
  .recruit-feature-box__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - staff
--------------------------------------------- */
@media screen and (max-width:767px) {
  .staff {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .staff::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/staff/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .staff__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 10px 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .staff__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .staff-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .staff-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .staff-box + .staff-box {
    margin-top: 50px;
  }
  .staff-box__hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    margin-bottom: 20px;
  }
  .staff-box__title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.07em;
  }
  .staff-box__name {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: #BE7B42;
    letter-spacing: 0.07em;
  }
  .staff-box__name > small {
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 0.01em;
  }
  .staff-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .staff-box__figure {
    display: block;
    width: 180px;
  }
  .staff-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-box__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .staff-box__subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 28px;
    color: #6D5D58;
    text-align: center;
  }
  .staff-box__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .staff-box__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .staff-box__row > dt {
    display: block;
    width: 100%;
    line-height: 25.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .staff {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .staff::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/staff/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .staff__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .staff__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .staff-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .staff-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .staff-box + .staff-box {
    margin-top: 80px;
  }
  .staff-box__hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    margin-bottom: 20px;
  }
  .staff-box__title {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.07em;
  }
  .staff-box__name {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #BE7B42;
    letter-spacing: 0.07em;
  }
  .staff-box__name > small {
    font-size: 18px;
    padding-left: 20px;
    letter-spacing: 0.01em;
  }
  .staff-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .staff-box__figure {
    display: block;
    width: calc(246/720 * 100%);
  }
  .staff-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-box__content {
    display: block;
    width: calc(410/720 * 100%);
  }
  .staff-box__subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 28px;
    color: #6D5D58;
    text-align: justify;
    word-break: break-all;
  }
  .staff-box__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .staff-box__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .staff-box__row > dt {
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - taishin
--------------------------------------------- */
/*quality*/
@media screen and (max-width:370px) {
  .page-title-taishin span:nth-child(1) {
    font-size: 27px;
  }
}
@media screen and (max-width:767px) {
  .taishin-quality {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .taishin-quality::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/taishin/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .taishin-quality__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .taishin-quality__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .taishin-quality-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  .taishin-quality-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-quality__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    margin-bottom: 10px;
  }
  .taishin-quality-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .taishin-quality {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .taishin-quality::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/taishin/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .taishin-quality__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .taishin-quality__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .taishin-quality-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .taishin-quality-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-quality__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
  }
  .taishin-quality-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*quality-feature*/
@media screen and (max-width:767px) {
  .taishin-quality-feature {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .taishin-quality-feature-box {
    display: block;
    width: 100%;
  }
  .taishin-quality-feature-box + .taishin-quality-feature-box {
    margin-top: 60px;
  }
  .taishin-quality-feature__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-quality-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .taishin-quality-feature__figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .taishin-quality-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-quality-feature__block-wrap {
    display: block;
    width: 100%;
  }
  .taishin-quality-feature__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: #F8F8F8;
    margin-top: 30px;
  }
  .taishin-quality-feature__block-figure {
    display: block;
    width: 175px;
  }
  .taishin-quality-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-quality-feature__block-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .taishin-quality-feature__block-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
    margin-top: 10px;
  }
  .taishin-quality-feature__block-title > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    line-height: 1;
    padding: 10px 10px;
    background-color: #812A2A;
    border-radius: 5px;
    margin-top: 10px;
  }
  .taishin-quality-feature__block:nth-child(1) .taishin-quality-feature__block-title {
    color: #515151;
  }
  .taishin-quality-feature__block:nth-child(2) .taishin-quality-feature__block-title {
    color: #BE7B42;
  }
  .taishin-quality-feature__block:nth-child(3) .taishin-quality-feature__block-title {
    color: #6D5D58;
  }
  .taishin-quality-feature__block-subtitle {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
  }
  .taishin-quality-feature__block:nth-child(1) .taishin-quality-feature__block-subtitle {
    color: #515151;
  }
  .taishin-quality-feature__block:nth-child(2) .taishin-quality-feature__block-subtitle {
    color: #BE7B42;
  }
  .taishin-quality-feature__block:nth-child(3) .taishin-quality-feature__block-subtitle {
    color: #6D5D58;
  }
  .taishin-quality-feature__block-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-quality-feature__cols-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__cols-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .taishin-quality-feature__cols-figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .taishin-quality-feature__cols-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .taishin-quality-feature {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .taishin-quality-feature-box {
    display: block;
    width: 100%;
  }
  .taishin-quality-feature-box + .taishin-quality-feature-box {
    margin-top: 100px;
  }
  .taishin-quality-feature__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-quality-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .taishin-quality-feature__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .taishin-quality-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-quality-feature__block-wrap {
    display: block;
    width: 100%;
  }
  .taishin-quality-feature__block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(40/900 * 100%) calc(30/900 * 100%);
    background-color: #F8F8F8;
    margin-top: 30px;
  }
  .taishin-quality-feature__block-figure {
    display: block;
    width: calc(175/840 * 100%);
  }
  .taishin-quality-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-quality-feature__block-content {
    display: block;
    width: calc(635/840 * 100%);
  }
  .taishin-quality-feature__block-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .taishin-quality-feature__block-title > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    line-height: 1;
    padding: 10px 10px;
    background-color: #812A2A;
    border-radius: 5px;
    margin-left: 10px;
  }
  .taishin-quality-feature__block:nth-child(1) .taishin-quality-feature__block-title {
    color: #515151;
  }
  .taishin-quality-feature__block:nth-child(2) .taishin-quality-feature__block-title {
    color: #BE7B42;
  }
  .taishin-quality-feature__block:nth-child(3) .taishin-quality-feature__block-title {
    color: #6D5D58;
  }
  .taishin-quality-feature__block-subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .taishin-quality-feature__block:nth-child(1) .taishin-quality-feature__block-subtitle {
    color: #515151;
  }
  .taishin-quality-feature__block:nth-child(2) .taishin-quality-feature__block-subtitle {
    color: #BE7B42;
  }
  .taishin-quality-feature__block:nth-child(3) .taishin-quality-feature__block-subtitle {
    color: #6D5D58;
  }
  .taishin-quality-feature__block-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .taishin-quality-feature__cols-txt {
    display: block;
    width: calc(450/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-quality-feature__cols-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .taishin-quality-feature__cols-figure {
    display: block;
    width: calc(396.11/900 * 100%);
  }
  .taishin-quality-feature__cols-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*essential*/
@media screen and (max-width:767px) {
  .taishin-essential {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 80px;
  }
  .taishin-essential::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/taishin/bg2-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .taishin-essential__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 0 30px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .taishin-essential__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .taishin-essential-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  .taishin-essential-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-essential__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    margin-bottom: 10px;
  }
  .taishin-essential-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .taishin-essential {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 100px;
  }
  .taishin-essential::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/taishin/bg2-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .taishin-essential__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .taishin-essential__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .taishin-essential-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .taishin-essential-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-essential__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
  }
  .taishin-essential-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*essential-feature*/
@media screen and (max-width:767px) {
  .taishin-essential-feature {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .taishin-essential-feature-box {
    display: block;
    width: 100%;
  }
  .taishin-essential-feature-box + .taishin-essential-feature-box {
    margin-top: 60px;
  }
  .taishin-essential-feature__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-essential-feature__cols1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-essential-feature__cols1-figure {
    display: block;
    width: calc(100% + 20px);
  }
  .taishin-essential-feature__cols1-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols1-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  /*cols2*/
  .taishin-essential-feature__cols2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-essential-feature__cols2-figure {
    display: block;
    width: calc(100% + 20px);
  }
  .taishin-essential-feature__cols2-figure.width100 {
     width: 100%;
  }
  .taishin-essential-feature__cols2-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols2-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .taishin-essential-feature__cols2-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  /*col3*/
  .taishin-essential-feature__hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-essential-feature__subtitle {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__title2 {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__title2 > small {
    font-size: 18px;
  }
  .taishin-essential-feature__cols3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-essential-feature__cols3-figure {
    display: block;
    width: 100%;
  }
  .taishin-essential-feature__cols3-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols3-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .taishin-essential-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__tbl {
    width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
  }
  .taishin-essential-feature__tbl tr th {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
  .taishin-essential-feature__tbl tr:nth-child(1) th {
    background-color: #EEE6C1;
  }
  .taishin-essential-feature__tbl tr:nth-child(2) th {
    background-color: #E8E0D9;
  }
  .taishin-essential-feature__tbl tr td {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.07em;
    background-color: #FBFBFB;
  }
  .taishin-essential-feature__tbl tr td span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  /*block*/
  .taishin-essential-feature__block {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-top: 60px;
  }
  .taishin-essential-feature__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .taishin-essential-feature__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
  }
  .taishin-essential-feature__block-header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-align: center;
    margin-top: 10px;
  }
  .taishin-essential-feature__block-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .taishin-essential-feature__block-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__block-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .taishin-essential-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  /*col4*/
  .taishin-essential-feature__col4 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 45px;
    max-width: 280px;
    width: 100%;
    margin: 30px auto 0;
  }
  .taishin-essential-feature__col {
    display: block;
    width: 100%;
  }
  .taishin-essential-feature__col-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    background-color: #E8E0D9;
    padding: 3px 0;
  }
  .taishin-essential-feature__col-figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .taishin-essential-feature__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width:359px) {
  .taishin-essential-feature__title {
    font-size: 20px;
  }
  .taishin-essential-feature__title2 {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .taishin-essential-feature {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .taishin-essential-feature-box {
    display: block;
    width: 100%;
  }
  .taishin-essential-feature-box + .taishin-essential-feature-box {
    margin-top: 100px;
  }
  .taishin-essential-feature__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-essential-feature__cols1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .taishin-essential-feature__cols1-figure {
    display: block;
    width: calc(350/900 * 100%);
  }
  .taishin-essential-feature__cols1-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols1-txt {
    display: block;
    width: calc(520/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  /*cols2*/
  .taishin-essential-feature__cols2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .taishin-essential-feature__cols2-figure {
    display: block;
    width: calc(430/900 * 100%);
  }
  .taishin-essential-feature__cols2-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols2-txt {
    display: block;
    width: calc(440/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__cols2-txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  /*col3*/
  .taishin-essential-feature__hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .taishin-essential-feature__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    color: #6D5D58;
  }
  .taishin-essential-feature__title2 {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__title2 > small {
    font-size: 22px;
  }
  .taishin-essential-feature__cols3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }
  .taishin-essential-feature__cols3-figure {
    display: block;
    width: calc(430/900 * 100%);
  }
  .taishin-essential-feature__cols3-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__cols3-txt {
    display: block;
    width: calc(440/900 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__tbl {
    width: calc(800/900 * 100%);
    margin: 30px auto;
    border-collapse: collapse;
  }
  .taishin-essential-feature__tbl tr th {
    width: 220px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
  .taishin-essential-feature__tbl tr:nth-child(1) th {
    background-color: #EEE6C1;
    border-bottom: 1px solid var(--white);
  }
  .taishin-essential-feature__tbl tr:nth-child(2) th {
    background-color: #E8E0D9;
  }
  .taishin-essential-feature__tbl tr td {
    width: calc(100% - 220px);
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.07em;
    background-color: #FBFBFB;
  }
  .taishin-essential-feature__tbl tr td span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .taishin-essential-feature__tbl tr:nth-child(1) td {
    border-bottom: 1px solid var(--white);
  }
  /*block*/
  .taishin-essential-feature__block {
    display: block;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-top: 100px;
  }
  .taishin-essential-feature__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .taishin-essential-feature__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .taishin-essential-feature__block-header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-align: center;
    margin-top: 10px;
  }
  .taishin-essential-feature__block-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .taishin-essential-feature__block-txt {
    display: block;
    width: calc(370/800 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .taishin-essential-feature__block-figure {
    display: block;
    width: calc(400/800 * 100%);
  }
  .taishin-essential-feature__block-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  /*col4*/
  .taishin-essential-feature__col4 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/900 * 100%);
    width: 100%;
    margin-top: 60px;
  }
  .taishin-essential-feature__col {
    display: block;
    width: 100%;
  }
  .taishin-essential-feature__col-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    background-color: #E8E0D9;
    padding: 3px 0;
  }
  .taishin-essential-feature__col-figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .taishin-essential-feature__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-essential-feature__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
  }
}
/*
PAGE - zeh
--------------------------------------------- */
/*intro*/
@media screen and (max-width:359px) {
  .page-title > span:nth-child(2) {
    font-size: 17px;
  }
}
@media screen and (max-width:767px) {
  .zeh {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .zeh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/zeh/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .zeh-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% + 20px);
    padding: 30px 20px 30px;
    background-color: var(--white);
    margin-left:-10px;
  }
  .zeh-intro__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .zeh-intro__header > span:nth-child(1){
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
  }
  .zeh-intro__header > span:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
  }
  .zeh-intro__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .zeh-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .zeh-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-intro-box__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .zeh-intro-box__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .zeh-intro-box__figure > img {
    display: block;
    width: 129.5px;
    object-fit: cover;
  }
  .zeh-intro-box__figure-caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 25.5px;
    color: #727272;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .zeh {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .zeh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/zeh/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .zeh-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .zeh-intro__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .zeh-intro__header > span:nth-child(1){
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
  }
  .zeh-intro__header > span:nth-child(2){
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .zeh-intro__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .zeh-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .zeh-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
  .zeh-intro-box__txt > span {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .zeh-intro-box__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .zeh-intro-box__figure > img {
    display: block;
    width: 181.65px;
    object-fit: cover;
  }
  .zeh-intro-box__figure-caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 25.5px;
    color: #727272;
    margin-top: 10px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .zeh-feature {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .zeh-feature__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .zeh-feature__title > small {
    font-size: 16px;
  }
  .zeh-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-feature__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }
  .zeh-feature__list a + a {
    margin-top: 30px;
  }
  .zeh-feature__caution {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25.5px;
    font-weight: 500;
    color: #727272;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-feature-step__wrap {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .zeh-feature-step {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .zeh-feature-step__figure {
    display: block;
    width: 100%;
  }
  .zeh-feature-step__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-feature-step__figure-caption {
    display: none;
  }
  .zeh-feature-step__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    padding: 20px;
    background-color: rgba(248,248,248,0.9);
    margin-top: -50px;
  }
  .zeh-feature-step:nth-child(odd) .zeh-feature-step__content {
    margin-left: auto;
  }
  .zeh-feature-step__badge {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .zeh-feature-step__badge > small {
    font-size: 18px;
    padding-right: 5px;
  }
  .zeh-feature-step__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .zeh-feature-step__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .zeh-feature-step__figure-caption_sp {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25.5px;
    font-weight: 500;
    color: #727272;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
    padding: 0 20px;
  }
  .zeh-feature-step:nth-child(odd) .zeh-feature-step__figure-caption_sp {
    text-align: right;
  }
  /*block*/
  .zeh-feature-block {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-top: 60px;
  }
  .zeh-feature-block__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 70px;
    background-image:url(./assets/images/zeh/zeh.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 73.16px auto;
  }
  .zeh-feature-block__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .zeh-feature-block__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 29px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 20.15px 28.32px,20.15px 28.32px;
  }
  .zeh-feature-block__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .zeh-feature-block__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .zeh-feature-block__header > span > small {
    font-size: 15px;
  }
  .zeh-feature-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .zeh-feature-block__txt > small {
    font-size: 15px;
  }
  .zeh-feature-block__txt + .zeh-feature-block__txt {
    margin-top: 30px;
  }
  .zeh-feature-block__box {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .zeh-feature-block__box + .zeh-feature-block__box {
    margin-top: 50px;
  }
  .zeh-feature-block__box-title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #BE7B42;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .zeh-feature-block__box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .zeh-feature-block__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-feature-block__box-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .zeh-feature-block__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-feature-block__box-tbl_wrap {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .zeh-feature-block__box-tbl_wrap::-webkit-scrollbar {
    background: #E5E5E5;
    width: 10px;
    height: 10px;
    scrollbar-width: thin;
  }
  .zeh-feature-block__box-tbl_wrap::-webkit-scrollbar-thumb {
    background-color: #BE7B42;
    scrollbar-width: 0;
    border-radius: 9px;
    background-clip: content-box;
  }
  .zeh-feature-block__box-tbl {
    width: 800px;
    border-collapse: collapse;
    border: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr th {
    background-color: #E5E5E5;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr th:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr td {
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl tr td:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr:not(:last-child) td {
    border-bottom: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(1) {
    width: 100px;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(2) {
    width: 65px;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(n+3) {
    width: calc(79.675/800 * 100%);
  }
  .zeh-feature-block__box-tbl tr:nth-child(2) td {
    background-color: #CCEEE8;
  }
  .zeh-feature-block__box-tbl tr:nth-child(3) td {
    background-color: #CCDDEE;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td {
    background-color: #E8D9DA;
  }
  .zeh-feature-block__box-tbl tr:nth-child(5) td {
    background-color: #FEE8E9;
  }
  .zeh-feature-block__box-tbl2 {
    width: 800px;
    border-collapse: collapse;
    border: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl2  tr th {
    width: calc(100%/10);
    height: 50px;
    background-color: #F5F0E3;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl2 tr th:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl2  tr td {
    width: calc(100%/10);
    height: 50px;
    background-color: var(--white);
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl2 tr td:not(:last-child) {
    border-right: 1px solid var(--white);
  }
}
@media screen and (max-width:359px) {
  .zeh-feature-block__header > span {
    font-size: 18px;
  }
  .zeh-feature-block__header > span > small {
    font-size: 13px;
  }
}
@media screen and (min-width:768px) {
  .zeh-feature {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .zeh-feature__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .zeh-feature__title > small {
    font-size: 20px;
  }
  .zeh-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-feature__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }
  .zeh-feature__caution {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25.5px;
    font-weight: 500;
    color: #727272;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .zeh-feature-step__wrap {
    display: block;
    width: 100%;
  }
  .zeh-feature-step {
    position: relative;
    display: block;
    width: 100%;
    min-height: 486.5px;
    margin-top: 50px;
    padding-top: 60px;
  }
  .zeh-feature-step__figure {
    position: absolute;
    top: 0;
    display: block;
    width: calc(550/900 * 100%);
  }
  .zeh-feature-step:nth-child(odd) .zeh-feature-step__figure {
    right: 0;
  }
  .zeh-feature-step:nth-child(even) .zeh-feature-step__figure {
    left: 0;
  }
  .zeh-feature-step__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-feature-step__figure-caption {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25.5px;
    font-weight: 500;
    color: #727272;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .zeh-feature-step:nth-child(odd) .zeh-feature-step__figure-caption {
    text-align: right;
  }
  .zeh-feature-step__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(500/900 * 100%);
    padding: calc(50/900 * 100%);
    background-color: rgba(248,248,248,0.9);
  }
  .zeh-feature-step:nth-child(even) .zeh-feature-step__content {
    margin-left: auto;
  }
  .zeh-feature-step__badge {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #BAA797;
    letter-spacing: 0.05em;
  }
  .zeh-feature-step__badge > small {
    font-size: 20px;
    padding-right: 5px;
  }
  .zeh-feature-step__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
  }
  .zeh-feature-step__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  /*block*/
  .zeh-feature-block {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: calc(50/1140 * 100%);
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-top: 100px;
  }
  .zeh-feature-block__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 96px;
    background-image: url(./assets/images/zeh/zeh.png);
    background-repeat: no-repeat;
    background-position: right calc(100/800 * 100%) center;
    background-size: calc(117.15/800 * 100%) auto;
  }
  .zeh-feature-block__float-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .zeh-feature-block__float-title > span {
    position: relative;
    display: block;
    width: auto;
    min-height: 39px;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
    background-image: url(./assets/images/icon-ldline.png),url(./assets/images/icon-rdline.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right top;
    background-size: 27.5px 38.64px,27.5px 38.64px;
  }
  .zeh-feature-block__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: center;
    margin-top: 10px;
  }
  .zeh-feature-block__header small {
    font-size: 18px;
  }
  .zeh-feature-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
  }
  .zeh-feature-block__txt > small {
    font-size: 14px;
  }
  .zeh-feature-block__txt + .zeh-feature-block__txt {
    margin-top: 30px;
  }
  .zeh-feature-step__figure-caption_sp {
    display: none;
  }
  .zeh-feature-block__box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .zeh-feature-block__box-title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #BE7B42;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .zeh-feature-block__box-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .zeh-feature-block__box-txt {
    display: block;
    width: calc(370/800 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .zeh-feature-block__box-figure {
    display: block;
    width: calc(400/800 * 100%);
  }
  .zeh-feature-block__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-feature-block__box-tbl_wrap {
    display: block;
    width: 100%;
  }
  .zeh-feature-block__box-tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr th {
    background-color: #E5E5E5;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr th:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr td {
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl tr td:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr:not(:last-child) td {
    border-bottom: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(1) {
    width: 100px;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(2) {
    width: 65px;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td:nth-child(n+3) {
    width: calc(79.675/800 * 100%);
  }
  .zeh-feature-block__box-tbl tr:nth-child(2) td {
    background-color: #CCEEE8;
  }
  .zeh-feature-block__box-tbl tr:nth-child(3) td {
    background-color: #CCDDEE;
  }
  .zeh-feature-block__box-tbl tr:nth-child(4) td {
    background-color: #E8D9DA;
  }
  .zeh-feature-block__box-tbl tr:nth-child(5) td {
    background-color: #FEE8E9;
  }
  .zeh-feature-block__box-tbl2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl2  tr th {
    width: calc(100%/10);
    height: 50px;
    background-color: #F5F0E3;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl2 tr th:not(:last-child) {
    border-right: 1px solid var(--white);
  }
  .zeh-feature-block__box-tbl2  tr td {
    width: calc(100%/10);
    height: 50px;
    background-color: var(--white);
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .zeh-feature-block__box-tbl2 tr td:not(:last-child) {
    border-right: 1px solid var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .zeh-feature-block__box-tbl tr th,
  .zeh-feature-block__box-tbl tr td,
  .zeh-feature-block__box-tbl2 tr th,
  .zeh-feature-block__box-tbl2 tr td {
    font-size: 14px;
  }
  .zeh-feature-block__hgroup {
    background-position: right calc(50/800 * 100%) center;
  }
}
/*
PAGE - recruit
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .sdgs {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .sdgs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/sdgs/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% + 20px);
    padding:30px 20px 30px;
    background-color: var(--white);
    margin-left: -10px;
  }
  .sdgs-intro__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .sdgs-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .sdgs-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sdgs-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .sdgs {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .sdgs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/sdgs/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .sdgs-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .sdgs-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .sdgs-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sdgs-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .sdgs-feature {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .sdgs-feature__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .sdgs-feature__title > small {
    font-size: 16px;
  }
  .sdgs-feature__title {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .sdgs-feature__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .sdgs-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__wrap {
    display: block;
    width: calc(100% + 40px);
    margin-top: 50px;
    margin-left: -20px;
  }
  .sdgs-feature-box {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
  .sdgs-feature-box + .sdgs-feature-box {
    margin-top: 50px;
  }
  .sdgs-feature-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    padding: 20px;
    background-color: rgba(248,248,248,0.9);
  }
  .sdgs-feature-box__icon {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: 80px;
  }
  .sdgs-feature-box__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }
  .sdgs-feature-box__badge > small {
    font-size: 16px;
    padding-right: 5px;
  }
  .sdgs-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
  }
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__title {
    color: #1B973B;
  }
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__title {
    color: #E83519;
  }
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__title {
    color: #D19E00;
  }
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__title {
    color: #980C32;
  }
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__title {
    color: #D19E00;
  }
  .sdgs-feature-box:nth-child(6) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(6) .sdgs-feature-box__title {
    color: #0076BA;
  }
  .sdgs-feature-box:nth-child(7) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(7) .sdgs-feature-box__title {
    color: #29A839;
  }
  .sdgs-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .sdgs-feature-box__figure {
    display: block;
    width: calc(100% - 20px);
    margin-top: -40px;
    margin-left: auto;
  }
  .sdgs-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .sdgs-feature__title > small {
    font-size: 15px;
  }
}
@media screen and (min-width:768px) {
  .sdgs-feature {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .sdgs-feature__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .sdgs-feature__title > small {
    font-size: 18px;
  }
  .sdgs-feature__title {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .sdgs-feature__figure {
    display: block;
    width: calc(800/900 * 100%);
    margin: 10px auto 0;
  }
  .sdgs-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .sdgs-feature-box {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .sdgs-feature-box + .sdgs-feature-box {
    margin-top: 50px;
  }
  .sdgs-feature-box__content {
    position: absolute;
    top: 0;
    display: block;
    width: calc(500/900 * 100%);
    padding: calc(50/900 * 100%);
    background-color: rgba(248,248,248,0.9);
  }
  .sdgs-feature-box:nth-child(odd) > .sdgs-feature-box__content {
    left: 0;
  }
  .sdgs-feature-box:nth-child(even) > .sdgs-feature-box__content {
    right: 0;
  }
  .sdgs-feature-box__icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(100/500 * 100%);
  }
  .sdgs-feature-box__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
  }
  .sdgs-feature-box__badge > small {
    font-size: 20px;
    padding-right: 10px;
  }
  .sdgs-feature-box__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: justify;
    word-break: break-all;
  }
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__title {
    color: #1B973B;
  }
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__title {
    color: #E83519;
  }
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__title {
    color: #D19E00;
  }
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__title {
    color: #980C32;
  }
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__title {
    color: #D19E00;
  }
  .sdgs-feature-box:nth-child(6) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(6) .sdgs-feature-box__title {
    color: #0076BA;
  }
  .sdgs-feature-box:nth-child(7) .sdgs-feature-box__badge,
  .sdgs-feature-box:nth-child(7) .sdgs-feature-box__title {
    color: #29A839;
  }
  .sdgs-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .sdgs-feature-box__figure {
    display: block;
    width: calc(550/900 * 100%);
  }
  .sdgs-feature-box:nth-child(odd) .sdgs-feature-box__figure {
    margin-left: auto;
  }
  .sdgs-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sdgs-feature-box__title {
    font-size: 22px;
    line-height: 28.5px;
  }
  .sdgs-feature-box__txt {
    margin-top: 20px;
  }
}
/*
PAGE - privacy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
  }
  .privacy-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 60px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(#BE7B42,#BE7B42);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 32px;
    margin-bottom: 30px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 170px 0 0;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
  }
  .privacy-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 60px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(#BE7B42,#BE7B42);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 37px;
    margin-bottom: 30px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - site
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    background-color: var(--white);
  }
  .site__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }
  .site-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-col + .site-col {
    margin-top: 40px;
  }
  .site-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu + .site-menu {
    margin-top: 40px;
  }
  .site-menu__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #BE7B42;
  }
  .site-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 14px;
    margin-top: 30px;
  }
  .site-menu__list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu__list > li + li {
    margin-top: 25px;
  }
  .site-menu__list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .site-menu__list > li > a.strong {
    font-weight: 600;
  }
  .site-menu__list > li > a.child-menu {
    padding-left: 10px;
  }
  .site-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .site {
    display: block;
    width: 100%;
    padding: 170px 0 0;
    background-color: var(--white);
  }
  .site__body {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .site-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-col:not(:last-child) {
    padding-right: calc(117/1000 * 100%);
  }
  .site-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu + .site-menu {
    margin-top: 40px;
  }
  .site-menu__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #BE7B42;
  }
  .site-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 14px;
    margin-top: 30px;
  }
  .site-menu__list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu__list > li + li {
    margin-top: 25px;
  }
  .site-menu__list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .site-menu__list > li > a.strong {
    font-weight: 600;
  }
  .site-menu__list > li > a.child-menu {
    padding-left: 10px;
  }
  .site-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-col:not(:last-child) {
    padding-right: calc(90/1000 * 100%);
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #BE7B42;
    background-color: var(--white);
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #BE7B42;
    color: var(--white);
    pointer-events: none;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/icon-prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.85px 13.98px;
    margin-right: 10px;
  }
  .pagination > .next.page-numbers {
    padding-right: 14px;
    background-image: url(./assets/images/icon-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6.85px 13.98px;
    margin-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .pagination {
    margin-top: 30px;
  }
}
/*
ARCHIVE - works
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .archive-works {
    display: block;
    width: 100%;
    padding-top: 20px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .page-works {
    padding-top: 0;
  }
  .archive-works {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .archive-works-nav {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #F8F8F8;
  }
  .archive-works-nav__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .archive-works-nav__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
  }
  .archive-works-categories {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
  .archive-works-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 10px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 12px;
    text-align: center;
    transition: 0.3s ease;
  }
  .archive-works-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .archive-works-nav {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .archive-works-nav__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-works-nav__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
  }
  .archive-works-categories {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .archive-works-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 23px;
    text-align: center;
    padding: 0 5px;
    transition: 0.3s ease;
  }
  .archive-works-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .archive-works-categories {
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
  .archive-works-category {
    font-size: 14px;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .works-items__wrap {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .works-items__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .works-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
  }
  .works-item {
    display: block;
    width: 100%;
  }
  .works-item__link {
    display: block;
    width: 100%;
  }
  .works-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .works-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 230 / 157;
    overflow: hidden;
  }
  .works-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 230 / 157;
    object-fit: cover;
    object-position: center;
  }
  .works-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .works-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .works-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .works-item__customer {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .works-item__title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .works-items__wrap {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .works-items__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .works-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: 25px;
    row-gap: 50px;
    width: 100%;
  }
  .works-item {
    display: block;
    width: 100%;
  }
  .works-item__link {
    display: block;
    width: 100%;
  }
  .works-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .works-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 230 / 157;
    overflow: hidden;
  }
  .works-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .works-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .works-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .works-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .works-item__customer {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .works-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .works-items {
    grid-template-columns: repeat(3,1fr);
  }
}
/*
ARCHIVE - voice
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .archive-voice {
    display: block;
    width: 100%;
    padding-top: 20px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .archive-voice {
    display: block;
    width: 100%;
    /*padding-top: 50px;*/
    background-color: var(--white);
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .archive-voice-nav {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #F8F8F8;
  }
  .archive-voice-nav__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .archive-voice-nav__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
  }
  .archive-voice-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    padding-top: 25px;
    margin-left: -5px;
  }
  .archive-voice-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.333333% - 10px);
    height: 30px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 10px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 12px;
    text-align: center;
    transition: 0.3s ease;
    margin: 5px;
  }
  .archive-voice-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .page-voice {
    padding-top: 0;
  }
  .archive-voice-nav {
    display: block;
    width: 100%;
    padding: 50px 0 40px;
    background-color: #F8F8F8;
  }
  .archive-voice-nav__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-voice-nav__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
  }
  .archive-voice-categories {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% + 20px);
    padding-top: 20px;
    margin-left: -10px;
  }
  .archive-voice-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 55px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 23px;
    text-align: center;
    padding: 0 5px;
    transition: 0.3s ease;
    margin: 10px;
  }
  .archive-voice-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
/*items*/
@media screen and (max-width:767px) {
  .voice-items__wrap {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .voice-items__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .voice-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
  }
  .voice-item {
    display: block;
    width: 100%;
  }
  .voice-item__link {
    display: block;
    width: 100%;
  }
  .voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .voice-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 230 / 157;
    overflow: hidden;
  }
  .voice-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 230 / 157;
    object-fit: cover;
    object-position: center;
  }
  .voice-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .voice-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .voice-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .voice-item__customer {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .voice-item__title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .voice-items__wrap {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .voice-items__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .voice-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 50px;
    width: 100%;
  }
  .voice-item {
    display: block;
    width: 100%;
  }
  .voice-item__link {
    display: block;
    width: 100%;
  }
  .voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .voice-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 230 / 157;
    overflow: hidden;
  }
  .voice-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .voice-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .voice-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .voice-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .voice-item__customer {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .voice-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
/*
ARCHIVE - info
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .page-info {
    padding: 50px 0 0 0;
  }
  .archive-info {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .info-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .page-info {
    padding: 0;
  }
  .archive-info {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .info-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(80/1140 * 100%) calc(144/1140 * 100%) calc(60/1140 * 100%) calc(124/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .info-items {
    display: block;
    width: 100%;
  }
  .info-items > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E2E8ED;
  }
  .info-items > li:not(:first-child) {
    padding-top: 15px;
  }
  .info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .info-item__date {
    display: block;
    width: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #BE7B42;
  }
  .info-item__title {
    display: -webkit-box;
    width: calc(100% - 100px);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .archive-info .pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .info-items {
    display: block;
    width: 100%;
  }
  .info-items > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E2E8ED;
  }
  .info-items > li:not(:first-child) {
    padding-top: 15px;
  }
  .info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .info-item__date {
    display: block;
    width: 140px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #BE7B42;
  }
  .info-item__title {
    display: -webkit-box;
    width: calc(100% - 140px);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .archive-info .pagination {
    margin-top: 60px;
  }
}
/*
ARCHIVE - event
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .archive-event {
    display: block;
    width: 100%;
    padding-top: 20px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .archive-event {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .archive-event-nav {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #F8F8F8;
  }
  .archive-event-nav__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .archive-event-nav__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
  }
  .archive-event-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    padding-top: 25px;
    margin-left: -5px;
  }
  .archive-event-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.333333% - 10px);
    height: 30px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 10px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 12px;
    text-align: center;
    transition: 0.3s ease;
    margin: 5px;
  }
  .archive-event-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .archive-event-nav {
    display: block;
    width: 100%;
    padding: 50px 0 40px;
    background-color: #F8F8F8;
  }
  .archive-event-nav__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-event-nav__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
  }
  .archive-event-categories {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    padding-top: 20px;
    margin-left: -10px;
  }
  .archive-event-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.333333% - 20px);
    height: 55px;
    background-color: var(--white);
    border: 1px solid #BE7B42;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 23px;
    text-align: center;
    padding: 0 5px;
    transition: 0.3s ease;
    margin: 10px;
  }
  .archive-event-category:hover {
    background-color: #BE7B42;
    color: var(--white);
  }
}
/*items*/
@media screen and (max-width:767px) {
  .event-items__wrap {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .event-items__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .event-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
  }
  .event-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .event-item__link {
    display: block;
    width: 100%;
  }
  .event-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    color: var(--white);
    padding: 20px;
    font-weight: 500;
  }
  .event-item__badge.new {
    background-color:#D1B209;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .event-item__badge.finished {
    background-color: var(--font-color);
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .event-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 230 / 157;
    overflow: hidden;
  }
  .event-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 230 / 157;
    object-fit: cover;
    object-position: center;
  }
  .event-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 10px;
  }
  .event-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .event-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .event-item__time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22.5px;
    color: #BE7B42;
    font-weight: 500;
    font-family: var(--montserrat);
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) {
  .event-items__wrap {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .event-items__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .event-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 50px;
    width: 100%;
  }
  .event-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .event-item__link {
    display: block;
    width: 100%;
  }
  .event-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    color: var(--white);
    padding: 20px;
    font-weight: 500;
  }
  .event-item__badge.new {
    background-color:#D1B209;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .event-item__badge.finished {
    background-color: var(--font-color);
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .event-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 306 / 181;
    overflow: hidden;
  }
  .event-item__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .event-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 5px;
  }
  .event-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .event-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .event-item__time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22.5px;
    color: #BE7B42;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
}
/*layout*/
@media screen and (max-width:1024px) {
  .archive-column {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .column-body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-main {
    display: block;
    width: 100%;
  }
  .column-sidebar {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:1025px) {
  .archive-column {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .column-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column-main {
    display: block;
    width: calc(100% - 290px - 50px);
  }
  .column-sidebar {
    display: block;
    width:23vw;
    max-width: 290px;
  }
}
/*sidebar title*/
@media screen and (min-width:0px) {
  .column-sidebar__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .column-sidebar__title > span {
    display: block;
    width: auto;
  }
  .column-sidebar__title > span:nth-child(1) {
    font-size: 30px;
    line-height: 40px;
    color: #524D45;
    font-weight: 400;
  }
  .column-sidebar__title > span:nth-child(2) {
    font-size: 16px;
    color: #524D45;
    line-height: 1;
    font-weight: 500;
  }
}
@media screen and (min-width:0px) {
  .searchform {
    display: flex;
    justify-content: space-between;
    max-width: 335px;
    width: 100%;
    height: 50px;
    background-color: var(--white);
    border: 1px solid #BAA797;
    border-radius: 5px;
    margin-top: 5px;
  }
  .searchform > button {
    display: block;
    width: 49px;
    height: 48px;
    border: none;
    background-image: url(./assets/images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    cursor: pointer;
  }
  .searchform > input[type="text"] {
    width: calc(100% - 49px);
    height: 48px;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    line-height: 48px;
    background: transparent;
    font-family: var(--noto-sans);
  }
  .searchform > input[type="text"]::placeholder {
    color: #C8C8C8;
    font-weight: 400;
  }
}
/*ranking*/
@media screen and (min-width:0px) {
  .column-ranking {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .column-ranking__items {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .column-ranking__items > li {
    display: block;
    width: 100%;
  }
  .column-ranking__items > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .column-ranking__items > li:nth-child(n+2) {
    padding-top: 10px;
    border-top: 1px solid #E3E3E3;
  }
  .column-ranking__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .column-ranking__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-ranking__date {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-family: var(--montserrat);
    font-weight: 500;
    color: #BAA797;
    line-height: 18px;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  .column-ranking__thumb {
    display: block;
    width: calc(114/290 * 100%);
    aspect-ratio: 114/85;
    overflow: hidden;
  }
  .column-ranking__thumb > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-ranking__item-title {
    display: -webkit-box;
    width: calc(165/290 * 100%);
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    color: var(--font-color);
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .column-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 40px;
    row-gap: 40px;
    width: 100%;
    margin-top: 20px;
  }
  .column-ranking__items > li:not(:last-child) {
    padding-bottom: 0;
  }
  .column-ranking__items > li:nth-child(n+2) {
    padding-top: 0;
    border-top: 0;
  }
}
/*categories*/
@media screen and (min-width:0px) {
  .column-category {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .column-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .column-categories > a {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: var(--font-color);
  }
  .column-categories > a + a {
    margin-top: 10px;
  }
  .column-categories > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*archives*/
@media screen and (min-width:0px) {
  .column-archives {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .archive-month {
    display: block;
    width: 100%;
  }
  .archive-month > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .archive-month > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .archive-month > li > a {
    display: block;
    width: auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-nested {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .archive-nested > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .archive-nested > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 10px;
    left: 8em;
    width: 25px;
    height: 7px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease-in;
  }
  .archive-nested > li.has_child > span.active {
    transform: rotate(-180deg);
  }
  .archive-nested  > li > a {
    display: block;
    width: auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archive-nested > li > .sub-archive-nested > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
  }
  .column-item {
    display: block;
    width: 100%;
  }
  .column-item__link {
    display: block;
    width: 100%;
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 480/320;
    overflow: hidden;
  }
  .column-item__figure > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .column-item__taxonomies {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column-item__date {
    display: block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--montserrat);
    color: #BAA797;
    margin-top: 10px;
  }
  .column-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px + 5px);
    margin: 5px 0 0 -5px;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 5px 0 0 5px;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-family: var(--yumincho);
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(24/810 * 100%);
    row-gap: 50px;
    width: 100%;
  }
  .column-item {
    display: block;
    width: 100%;
  }
  .column-item__link {
    display: block;
    width: 100%;
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 480/320;
    overflow: hidden;
  }
  .column-item__figure > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .column-item__taxonomies {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column-item__date {
    display: block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--montserrat);
    color: #BAA797;
    margin-top: 10px;
  }
  .column-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px + 5px);
    margin: 5px 0 0 -5px;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 5px 0 0 5px;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-family: var(--yumincho);
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
  }
}
/*
PAGE - column, confrim, thanks
--------------------------------------------- */
/* timeline */
@media screen and (min-width:0px) {
  .form-timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    width: 100%;
    background-color: #E5E5E5;
    margin-top: 50px;
  }
  .form-timeline > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  .form-timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: transparent transparent transparent #E5E5E5;
  }
  .form-timeline > li.active {
    background-color: #BE7B42;
    color: var(--white);
  }
  .form-timeline > li.active::after {
    border-color: transparent transparent transparent #BE7B42;
  }
  .form-timeline > li.active:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 30px;
    height: 50px;
    background-color: #BE7B42;
  }
  .form-timeline > li.active:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: #BE7B42 #BE7B42 #BE7B42 #E5E5E5;
  }
}
@media screen and (max-width:767px) {
  .form-timeline {
    margin-top: 30px;
  }
  .form-timeline > li {
    font-size: 14px;
  }
}
/*layout*/
@media screen and (max-width:767px) {
  .contacts {
    display: block;
    width: 100%;
    padding-top: 20px;
    background-color: var(--white);
  }
  .contacts-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contacts-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .contacts-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .form-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .form-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .contacts {
    display: block;
    width: 100%;
    padding-top: 150px;
    background-color: var(--white);
  }
  .contacts-body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .contacts-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
  }
  .contacts-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .form-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .form-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--noto-sans);
  }
  .input-field textarea {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--noto-sans);
    resize: none;
  }
  .input-field input[type="text"]::placeholder {
    color: #888888;
    font-weight: 500;
  }
  .input-field textarea[name="others"] {
    height: 100px;
  }
  /*address*/
  .input-field.address {
    display: flex;
    flex-direction: column;
  }
  .input-field.address > div:nth-child(n+2){
    margin-top: 20px;
  }
  .zip-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .field-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--noto-sans);
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    background-color: var(--font-color);
    color: var(--white);
    font-family: var(--noto-sans);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.year  select[name="years"],
  .input-field.address select[name="prefecture"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  .input-field select:has(option:checked[value=""]) {
    color: #888888;
    font-family: var(--noto-sans);
    font-weight: 500;
  }
  /*construct*/
  .input-field select[name="construct"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  /*time*/
  .input-field select[name="time"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  /*know*/
  .input-field select[name="know"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  /*datepicker*/
  .input-field input[name="day"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  /*checkbox*/
  .input-checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 2px 0 12px;
  }
  .input-checkbox-wrap .horizontal-item {
	  margin-left: 0 !important;
  }
  .input-checkbox-wrap input[type="checkbox"] {
    display: none;
  }
  .input-checkbox-wrap input[type="checkbox"] + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 30px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .input-checkbox-wrap input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .input-checkbox-wrap input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .input-field .error {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #DE0E0E !important;
    font-family: var(--noto-sans);
    margin-top: 5px;
  }
  .input-checkbox-wrap .error {
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .input-checkbox-wrap {
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
  }
  .input-checkbox-wrap.flex-col {
    flex-direction: column;
  }
  .input-checkbox-wrap input[type="checkbox"] + span {
    margin-left: 10px;
    margin-top: 10px;
  }
  .input-checkbox-wrap .error {
    padding-left: 10px;
  }
}
@media screen  and (max-width:359px) {
  .search-address {
    position: absolute;
    left: calc(20px + 150px + 20px);
    width: 92px;
  }
}
/*btns*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    max-width: 820px;
    width: 100%;
    margin-top: 80px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: #BE7B42;
    border: 1px solid #BE7B42;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .confirm-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .confirm-btn:hover {
    background-color: var(--white);
    border: 1px solid #BE7B42;
  }
  .confirm-btn:hover > span {
    color: #BE7B42;
    background-image: url(./assets/images/icon-arrow-or.png);
  }
  /*submit*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: #BE7B42;
    border: 1px solid #BE7B42;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .submit-btn:hover {
    background-color: var(--white);
    border: 1px solid #BE7B42;
  }
  .submit-btn:hover > span {
    color: #BE7B42;
    background-image: url(./assets/images/icon-arrow-or.png);
  }
  /*submit*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: #BE7B42;
    border: 1px solid #BE7B42;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    padding-right: 16px;
    background-image: url(./assets/images/icon-arrow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .submit-btn:hover {
    background-color: var(--white);
    border: 1px solid #BE7B42;
  }
  .submit-btn:hover > span {
    color: #BE7B42;
    background-image: url(./assets/images/icon-arrow-or.png);
  }
  /*back*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background-color: var(--white);
    border: 1px solid var(--font-color);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .back-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--font-color);
    padding-left: 16px;
    background-image: url(./assets/images/icon-back-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5.8px 11.83px;
    transition: 0.3s ease;
  }
  .back-btn:hover {
    background-color:var(--font-color);
    border: 1px solid var(--font-color);
  }
  .back-btn:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-back-wh.png);
  }
}
@media screen and (max-width:767px) {
  .form-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .form-btns > button + button {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .form-btns > button + button {
    margin-left: 70px;
  }
}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #BE7B42;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 24px;
    background-color: #DE0E0E;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-family: var(--noto-sans);
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .form-wrap {
    display: block;
    max-width: 820px;
    width: 100%;
    margin-top: 50px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: center;
    width: 317px;
    font-size: 18px;
    line-height: 26px;
    color: #BE7B42;
    font-weight: 500;
    padding: 12px calc(50/900 * 100%) 12px 0
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 24px;
    background-color: #DE0E0E;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
  }
  .input-field {
    display: block;
    width: calc(100% - 317px);
    font-family: var(--noto-sans);
    font-weight: 400;
  }
  .field-event-title {
    font-size: 16px;
    padding: 12px 0;
    font-weight: 500;
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .form-block.confirm .search-address {
    display: none;
  }
  .form-block.confirm .input-label {
	  padding: 0 0;
  }
  .form-block.confirm .input-checkbox-wrap {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .form-block.confirm .field-event-title {
    padding: 0 0;
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .form-block.confirm .input-label {
	  padding: 0 calc(50/900 * 100%) 0 0;
  }
}
/*thanks*/
@media screen and (min-width:0px) {
  .thanks-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .thanks-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .thanks-btns > a {
    border: 1px solid var(--font-color);
  }
  .thanks-btns > a > span {
    color: var(--font-color);
    background-image: url(./assets/images/icon-arrow-bk.png);
    padding-right: 30px;
  }
  .thanks-btns > a:hover {
    background-color: var(--font-color);
  }
  .thanks-btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
}
@media screen and (max-width:767px) {
  .thanks-btns {
    margin-top: 60px;
  }
}
/*event form*/
@media screen and (max-width:767px) {
  .consultation-block {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
  .consultation-title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .consultation-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .consultation-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #BE7B42;
    background-color: #F8F8F8;
    margin: 20px auto 0;
  }
  .consultation-contact__tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: #BE7B42;
  }
  .consultation-contact__tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .consultation-contact__tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .consultation-contact__tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .consultation-contact__txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #BE7B42;
    margin-top: 10px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .consultation-block {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
  .consultation-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .consultation-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .consultation-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(630/900 * 100%);
    padding: 30px 0;
    border: 1px solid #BE7B42;
    background-color: #F8F8F8;
    margin: 30px auto 0;
  }
  .consultation-contact__tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: #BE7B42;
  }
  .consultation-contact__tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .consultation-contact__tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .consultation-contact__tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .consultation-contact__txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #BE7B42;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .form-wrap.event-form {
    max-width: 100%;
  }
}
/*
PAGE - book
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .book-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0 0;
    margin-top: 10px;
  }
  .book-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(./assets/images/book/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .book-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding:30px 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .book-intro__header {
    display: block;
    width: 100%;
    font-size: min(17px + (22 - 17) * ((100vw - 320px) / (390 - 320)), 22px);
    font-weight: 500;
    line-height: 38px;
    text-align: center;
  }
  .book-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .book-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .book-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .book-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 272px 0 0;
    margin-top: 165px;
  }
  .book-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 336px;
    background-image: url(./assets/images/book/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .book-intro__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .book-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
  }
  .book-intro-wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .book-intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .book-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .book-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
  }
  .book-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .book-feature__header {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .book-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .book-feature-box + .book-feature-box {
    margin-top: 50px;
  }
  .book-feature-box__figure  {
    display: block;
    width: 100%;
  }
  .book-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .book-feature-box:nth-child(even) .book-feature-box__figure {
    margin-left: auto;
  }
  .book-feature-box__content {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: rgba(248,248,248,0.9);
  }
  .book-feature-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .book-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .book-feature {
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .book-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .book-feature__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .book-feature-box {
    position: relative;
    display: block;
    width: 100%;
  }
  .book-feature-box + .book-feature-box {
    margin-top: 50px;
  }
  .book-feature-box__figure  {
    display: block;
    width: calc(400/900 * 100%);
  }
  .book-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .book-feature-box:nth-child(even) .book-feature-box__figure {
    margin-left: auto;
  }
  .book-feature-box__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: calc(550/900 * 100%);
    padding: calc(30/900 * 100%);
    background-color: rgba(248,248,248,0.9);
  }
  .book-feature-box:nth-child(odd) .book-feature-box__content {
    right: 0;
  }
  .book-feature-box:nth-child(even) .book-feature-box__content {
    left: 0;
  }
  .book-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .book-feature-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
/*form*/
@media screen and (max-width:767px) {
  .book-form {
    display: block;
    width: 100%;
  }
  .book-form__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .book-form__header {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .form-wrap.book-form {
    max-width: 100%;
  }
}
@media screen and (min-width:768px) {
  .book-form {
    display: block;
    width: 100%;
  }
  .book-form__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .book-form__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
    margin-bottom: 30px;
  }
  .form-wrap.book-form {
    max-width: 100%;
  }
}
/*confirm*/
@media screen and (max-width:767px) {
  .book-form-confirm {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .book-form-confirm {
    display: block;
    width: 100%;
    padding-top: 150px;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .book-form-thanks {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .book-form-thanks {
    display: block;
    width: 100%;
    padding-top: 150px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h5 {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 30px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    /* line-height: 25.5px; */
    line-height: 1.7;
    font-weight: 500;
  }
  .single-content p:not(:first-child) {
    margin-top: 20px;
  }
  .single-content p + p {
    margin-top: 20px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 25px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background-color: #BE7B42;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:19.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:25px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:25px;
    line-height:25px;
    color: #BE7B42;
    font-weight:500;
  }
  .single-content .wp-block-list {
    margin-top:30px;
  }

  /*table*/
  .single-content .wp-block-table {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .single-content .wp-block-table table tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
  }
  .single-content .wp-block-table table tr:first-child td:first-child {
    border-top: 1px solid #E2E8ED;
  }
  .single-content .wp-block-table table tr td:first-child {
    padding-top: 10px;
    font-weight: 600;
  }
  .single-content .wp-block-table table tr td:last-child {
    border-bottom: 1px solid #E2E8ED;
    padding-bottom: 10px;
  }

  .single-content .wp-block-table:not(:first-child) {
    margin-top: 30px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: #145C89;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  .single-content .wp-block-media-text > .wp-block-media-text__content  {
    padding: 10px !important;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 20px;
    border-radius: 10px;
    border:1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 16px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h5 {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #BE7B42;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 70px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
  }
  .single-content p:not(:first-child) {
    margin-top: 30px;
  }
  .single-content p + p {
    margin-top: 30px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 25px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 25px;
  }
  body:is(.single-column, .single-event, .single-info) .single-content ul > li:nth-child(n+2){
    margin-top: 1em;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #BE7B42;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:25.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:25px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:5px;
    left:0;
    font-size:25px;
    line-height:25px;
    color: #BE7B42;
    font-weight:500;
  }
  .single-content .wp-block-list {
    margin-top:50px;
  }

  /*table*/
  .single-content .wp-block-table {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .single-content .wp-block-table table tr td {
    padding: 15px 20px;
    border: 0;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
  }
  .single-content .wp-block-table table tr td:first-child {
    width: 230px;
    font-size: 15px;
    line-height: 25.5px;
  }
  .single-content .wp-block-table table tr:first-child td  {
    border-top: 1px solid #E2E8ED;
  }
  .single-content .wp-block-table table tr td {
    border-bottom: 1px solid #E2E8ED;
  }
  .single-content .wp-block-table table tr td:last-child {
    background-color: transparent;
    width: calc(100% - 230px);
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: #145C89;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 16px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-column__hgroup {
    display: block;
    width: 100%;
  }
  .single-column__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-column__date {
    display: block;
    width: 90px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--montserrat);
    color: #BAA797;
    padding-top: 10px;
  }
  .single-column__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 90px + 5px);
    margin: -5px 0 0 -5px;
  }
  .single-column__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 10px;
    background-color: #BAA797;
    margin: 5px 0 0 5px;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .single-column__hgroup {
    display: block;
    width: 100%;
  }
  .single-column__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .single-column__date {
    display: block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--montserrat);
    color: #BAA797;
    padding-top: 10px;
  }
  .single-column__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px + 10px);
    margin: -10px 0 0 -10px;
  }
  .single-column__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
SINGLE - info
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-info-wrapper{
    display: block;
    width: 100%;
    padding: 30px 0 50px;
  }
  .single-info-body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-info__hgroup {
    display: block;
    width: 100%;
  }
  .single-info__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: var(--montserrat);
    color: #BE7B42;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .single-info__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 10px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-info__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .single-info-wrapper{
    display: block;
    width: 100%;
    padding: 150px 0 100px;
  }
  .single-info-body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .single-info__hgroup {
    display: block;
    width: 100%;
  }
  .single-info__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: var(--montserrat);
    color: #BE7B42;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .single-info__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-info__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
}
/*
SINGLE - gallary
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-gallary {
    display: block;
    width: calc(100% + 20px);
    margin-top: 30px;
    margin-left: -10px;
  }
  .single-gallary__title {
    display: block;
    width: calc(100% - 20px);
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
    margin-left: 10px;
    letter-spacing: 0.07em;
  }
  /*main*/
  .frame-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .frame-wrap .swiper-wrapper {
    width: 100%;
  }
  .frame-wrap .swiper-slide {
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block {
    display: block;
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    background: #F9F9F2;
    overflow: hidden;
  }
  .frame-wrap .swiper-slide .swiper-slide__block picture img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .frame-wrap .swiper-slide .swiper-slide__block p {
    display: block;
    width:100%;
    text-align: center;
    word-break: break-all;
    font-size: 15px;
    line-height: 32px;
    padding: 20px 0;
  }
  .frame-wrap .swiper-button-prev {
    width: 15px;
    height: 24px;
    left: 0;
    background-image: url(./assets/images/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
  }
  .frame-wrap .swiper-button-next {
    width: 15px;
    height: 24px;
    right: 0;
    background-image: url(./assets/images/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 20px);
  }
  .frame-wrap .swiper-button-next::after, .frame-wrap .swiper-button-prev::after {
    font-size: 0;
  }
  /*thumbnail*/
  .thumbnail-wrap {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 0 10px;
  }
  .thumbnail-wrap .swiper-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .thumbnail-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    cursor: pointer;
  }
  .thumbnail-wrap__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 108px;
    overflow: hidden;
  }
  .thumbnail-wrap__figure > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-wrap .swiper-slide-thumb-active {
    opacity: 1;
  }
}
@media screen and (min-width:768px) {
  .single-gallary {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-gallary__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
    letter-spacing: 0.07em;
  }
  /*main*/
  .frame-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 50px;
  }
  .frame-wrap .swiper-wrapper {
    width: 100%;
  }
  .frame-wrap .swiper-slide {
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block {
    display: block;
    width: 100%;
  }
  .frame-wrap .swiper-slide .swiper-slide__block picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    background: #F9F9F2;
  }
  .frame-wrap .swiper-slide .swiper-slide__block picture img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .frame-wrap .swiper-slide .swiper-slide__block p {
    display: block;
    width:100%;
    text-align: center;
    word-break: break-all;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    padding: 20px 0;
  }
  .frame-wrap .swiper-button-prev {
    width: 25px;
    height: 40px;
    left: 0;
    background-image: url(./assets/images/gallery-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 5px);
  }
  .frame-wrap .swiper-button-next {
    width: 25px;
    height: 40px;
    right: 0;
    background-image: url(./assets/images/gallery-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 5px);
  }
  .frame-wrap .swiper-button-next::after, .frame-wrap .swiper-button-prev::after {
    font-size: 0;
  }
  /*thumbnail*/
  .thumbnail-wrap {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
  }
  .thumbnail-wrap .swiper-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .thumbnail-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    cursor: pointer;
  }
  .thumbnail-wrap__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .thumbnail-wrap__figure > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-wrap .swiper-slide-thumb-active {
    opacity: 1;
  }
}
/*
SINGLE - works
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-works-wrapper{
    display: block;
    width: 100%;
    padding: 0 0 50px;
    background-color: var(--white);
  }
  .single-works__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-works__hgroup {
    display: block;
    width: 100%;
  }
  .single-works__taxonomy {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-works__customer {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
  }
  .single-works__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: -10px 0 0 -10px;
  }
  .single-works__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .column-works__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-works__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-works__summary {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .single-works__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .single-works-wrapper{
    display: block;
    width: 100%;
    padding: 145px 0 50px;
    background-color: var(--white);
  }
  .single-works__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .single-works__hgroup {
    display: block;
    width: 100%;
  }
  .single-works__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .single-works__customer {
    display: block;
    width: 200px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
  .single-works__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px + 10px);
    margin: -10px 0 0 -10px;
  }
  .single-works__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .column-works__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-works__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-works__summary {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .works-single-content {
    margin-top: 50px;
  }
  .single-works__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
SINGLE - voice
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-voice-wrapper{
    display: block;
    width: 100%;
    padding: 0 0 50px;
    background-color: var(--white);
  }
  .single-voice__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /*taxonomy*/
  .single-voice__taxonomy {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-voice__customer {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
  }
  .single-voice__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: -10px 0 0 -10px;
  }
  .single-voice__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .single-voice__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*title*/
  .single-voice__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 3px,100% 3px;
    margin-top: 20px;
    letter-spacing: 0.07em;
  }
  .single-voice__summary {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  /*message*/
  .single-voice-message {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-voice-message__title {
    display: block;
    width: calc(100% - 20px);
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .single-voice-message__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  /*interview*/
  .single-voice-interview {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-voice-interview__title {
    display: block;
    width: calc(100% - 20px);
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .single-voice-interview__list {
    display: block;
    width: 100%;
  }
  .single-voice-interview__list > li {
    display: block;
    width: 100%;
  }
  .single-voice-interview__list > li + li {
    margin-top: 20px;
  }
  .single-voice-interview__question {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: justify;
    word-break: break-all;
    border-bottom: 1px solid #E2E8ED;
  }
  .single-voice-interview__answer {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .single-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .single-voice-wrapper{
    display: block;
    width: 100%;
    padding: 145px 0 50px;
    background-color: var(--white);
  }
  .single-voice__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  /*taxonomy*/
  .single-voice__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .single-voice__customer {
    display: block;
    width: 200px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
  .single-voice__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px + 10px);
    margin: -10px 0 0 -10px;
  }
  .single-voice__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .single-voice__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*title*/
  .single-voice__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    margin-top: 30px;
    letter-spacing: 0.07em;
  }
  .single-voice__summary {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  /*message*/
  .single-voice-message {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-voice-message__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .single-voice-message__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  /*interview*/
  .single-voice-interview {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-voice-interview__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    border-left: 5px solid #BE7B42;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .single-voice-interview__list {
    display: block;
    width: 100%;
  }
  .single-voice-interview__list > li {
    display: block;
    width: 100%;
  }
  .single-voice-interview__list > li + li {
    margin-top: 35px;
  }
  .single-voice-interview__question {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #BE7B42;
    line-height: 21px;
    padding-bottom: 20px;
    text-align: justify;
    word-break: break-all;
    border-bottom: 1px solid #E2E8ED;
  }
  .single-voice-interview__answer {
    display: block;
    width: 100%;
    padding: 20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .single-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
SINGLE - event
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-event-wrapper{
    display: block;
    width: 100%;
    padding: 0 0 50px;
    background-color: var(--white);
  }
  .single-event__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-event-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: -10px 0 20px -10px;
  }
  .single-event__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .single-event__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-event__time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22.5px;
    color: #BE7B42;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 20px;
  }
  .single-event__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .site-btn.form-btn {
    background-color: #BE7B42;
    margin-bottom: 30px;
  }
  .site-btn.form-btn > span {
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  .site-btn.form-btn:hover {
    background-color: var(--white);
  }
  .site-btn.form-btn:hover > span {
    color: #BE7B42;
    background-image: url(./assets/images/icon-arrow-or.png);
  }
}
@media screen and (min-width:768px) {
  .single-event-wrapper{
    display: block;
    width: 100%;
    padding: 145px 0 0;
    background-color: var(--white);
  }
  .single-event__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .single-event-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - + 10px);
    margin: -10px 0 30px -10px;
  }
  .single-event__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    word-break: keep-all;
    padding: 0 20px;
    background-color: #BAA797;
    margin: 10px 0 0 10px;
  }
  .single-event__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 5px;
    background-image: linear-gradient(#BE7B42,#BE7B42),linear-gradient(#E2E8ED,#E2E8ED);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 126px 3px,100% 3px;
    letter-spacing: 0.07em;
  }
  .single-event__time {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 22.5px;
    color: #BE7B42;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
  .single-event__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .site-btn.form-btn {
    background-color: #BE7B42;
    margin-bottom: 30px;
  }
  .site-btn.form-btn > span {
    color: var(--white);
    background-image: url(./assets/images/icon-arrow-wh.png);
  }
  .site-btn.form-btn:hover {
    background-color: var(--white);
  }
  .site-btn.form-btn:hover > span {
    color: #BE7B42;
    background-image: url(./assets/images/icon-arrow-or.png);
  }
}
/*contact tel*/
@media screen and (max-width:767px) {
  .single-event-block{
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .single-event-block__title {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .single-event-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .single-event-block__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #BE7B42;
    background-color: #F8F8F8;
    margin: 20px auto 0;
  }
  .single-event-block__contact-tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: #BE7B42;
  }
  .single-event-block__contact-tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .single-event-block__contact-tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .single-event-block__contact-tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-event-block__contact-txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #BE7B42;
    margin-top: 10px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .single-event-block {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .single-event-block__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #BE7B42;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
    border-left: 5px solid #BE7B42;
  }
  .single-event-block__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .single-event-block__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(630/900 * 100%);
    padding: 30px 0;
    border: 1px solid #BE7B42;
    background-color: #F8F8F8;
    margin: 30px auto 0;
  }
  .single-event-block__contact-tel {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-family: var(--josefin-sans);
    color: #BE7B42;
  }
  .single-event-block__contact-tel > small {
    font-size: 20px;
    font-style: italic;
    padding-right: 5px;
    line-height: 1;
  }
  .single-event-block__contact-tel > a {
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    color: #BE7B42;
    letter-spacing: 0.02em;
    word-break: keep-all;
  }
  .single-event-block__contact-tel > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-event-block__contact-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #BE7B42;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
/*reason btns*/
@media screen and (min-width:0) {
  .reason-return-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  .reason-return-btns {
    margin-top: 60px;
  }
}


.single-content h2:has(+ .MF-cntr){text-align:center;}

.wp-block-categories-list:has(> .cat-item-none){display:none;}

.single-column .single-content blockquote {
    background:rgb(186 167 151 / 20%);
    width: 100%;
    border:none;
    border-radius: 8px;
    border-left: rgb(186 167 151) .25em solid;
    padding: 30px;
    margin: 0 0 60px;
    position: relative;
    margin-top: 3em;
}
.single-column .single-content blockquote:before {
    content: '“';
    position: absolute;
    display: block;
    font-size: 3em;
    color: rgb(186 167 151);
    left: 10px;
    top: -10px;
}
.single-column .single-content blockquote:after {
    content: '”';
    position: absolute;
    display: block;
    font-size: 3em;
    color: rgb(186 167 151);
    right: 10px;
    bottom: -30px;
}

:is(.single-column, .single-event, .single-info) .wp-element-caption{
  text-align: center;
}
:is(.single-column, .single-event, .single-info) .wp-block-buttons{
  letter-spacing:1px;
  margin-top: 4em;
  transition:all 0.2s linear;
}
:is(.single-column, .single-event, .single-info) .wp-block-buttons:hover{
  opacity:0.7;
}

.single-content ol{
  margin:50px 0;
}
.single-content ol[style*="upper-alpha"] {
  padding-left:40px;
}
.single-content ol[style*="upper-alpha"] > li {
  display: list-item;
  padding:0;
  font-size: 15px;
}
.single-content ol[style*="upper-alpha"] > li:before {
  content:none;
}
.single-content ol[style*="upper-alpha"] > li::marker {
  font-size:25px;
  line-height:25px;
  color: #BE7B42;
  font-weight:500;
}

.single-content li > .wp-block-list{
  margin-top: 1em;
}
.single-content li > .wp-block-list li::before {
  background-color:#BAA797;
}
.single-content li > .wp-block-list:last-child{
  margin-bottom:3em;
}
.single-content li strong{
  font-family: 'NotoSansJP';
  font-size: 1.1em;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .column-category{
    width: 35%;
    float: left;
    margin-left: 5%;
  }
  .column-archives {
    width: 35%;
    float: right;
    margin-right: 5%;
  }
}
