/*
Theme Name:  Dairin Inc
Theme URI:
Author:  Dairin Inc
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..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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;
  --roboto:"Roboto Condensed", sans-serif;
  --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde";
}
*,
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;
}
em {
  font-style: normal;
}
.single-content em {font-style:revert;}

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;
  --blue:#002C50;
  --purple:#80639E;
  --grey:#F9F7F4;
}

/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-sans);
  color: var(--font-color);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
/*
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: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (min-width:375px) {
  .sm-only {
    display: none;
  }
}
@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
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-header {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    color: var(--font-color);
    font-family: var(--noto-serif);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 2px 10px;
    background-color: var(--white);
  }
  .site-header__btns,
  .site-header__nav-phone {
    display: none;
  }
  .site-header__menu {
    display: none;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: var(--white);
    padding: 0 10px;
  }
  .site-header.homepage .site-header__nav {
    display: none;
  }
  .site-header__logo {
    display: block;
    width: 92.85px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    display: block;
    width: 40px;
    height: 45px;
    margin-top: 5px;
    cursor: pointer;
  }
  .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: 12px;
    line-height: 21px;
    color: var(--blue);
    font-family: var(--roboto);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    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);
  }
  .site-header__nav-pc {
    display: none;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__nav.sticky,
  .site-header__nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex !important;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: calc(100% - 405px);
    font-size: 13px;
    line-height: 20px;
    color: var(--font-color);
    font-family: var(--noto-serif);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 10px 10px 30px;
  }
  .site-header__btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 405px;
    height: 60px;
  }
  .site-header__btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__hurry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    background-color: var(--purple);
  }
  .site-header__hurry > span {
    display: block;
    width: auto;
    font-size: 16px;
    font-family: var(--noto-serif);
    color: var(--white);
    font-weight: 500;
    line-height: 22px;
    padding-left: 32px;
    background-image: url(./assets/images/icon-alert-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
  }
  .site-header__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background-color: var(--blue);
  }
  .site-header__phone > span:nth-child(1) {
    display: block;
    width: auto;
    font-size: 24px;
    font-family: var(--roboto);
    color: var(--white);
    line-height: 30px;
    padding-left: 25px;
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--white);
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__phone > span:nth-child(2) {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .site-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 85px;
    padding: 0 30px 0 30px;
  }
  .site-header__logo {
    display: block;
    width: 141.45px;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__nav-wrap {
    display: block;
    width: calc(100% - 141.45px - 10px);
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 30px;
  }
  .site-header__nav-pc > li {
    display: flex;
    width: auto;
    align-items: center;
    padding-bottom: 10px;
  }
  .site-header__nav-pc > li + li {
    margin-left: min(10px + (15 - 10) * ((100vw - 1025px) / (1366 - 1025)), 15px);
  }
  .site-header__nav-pc > li > a {
    position: relative;
    display: block;
    width: auto;
    font-size: min(13px + (15 - 13) * ((100vw - 1025px) / (1366 - 1025)), 15px);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
    padding: 0 min(10px + (15 - 10) * ((100vw - 1025px) / (1366 - 1025)), 15px);
  }
  .site-header__nav-pc > li > a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--blue);
    transition: 0.3s ease;
  }
  .site-header__nav-pc > li:hover > a::after {
    width: 100%;
  }
  .site-header__nav-pc > li.has-child {
    position: relative;
  }
  .site-header__subnav {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    display: block;
    width: auto;
    height: 0;
    background-color: var(--blue);
    transition: 0.3s ease;
    overflow: hidden;
  }
  .site-header__nav-pc > li.has-child:nth-child(2):hover .site-header__subnav {
    height: 220px;
  }
  .site-header__nav-pc > li.has-child:nth-child(3):hover .site-header__subnav {
    height: 140px;
  }
  .site-header__nav-pc > li.has-child:nth-child(5):hover .site-header__subnav {
    height: 140px;
  }
  .site-header__subnav-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 20px;
    width: 100%;
    padding: 20px 30px;
  }
  .site-header__subnav-list > li {
    display: flex;
    align-items: center;
    width: 110px;
    height: 20px;
  }
  .site-header__subnav-list.subnav-column {
    grid-template-columns: repeat(1,1fr);
    column-gap: 0;
  }
  .site-header__subnav-list.subnav-column > li {
    width: 250px;
  }
  .site-header__subnav-list > li > a {
    display: block;
    width: auto;
    font-size: min(13px + (15 - 13) * ((100vw - 1025px) / (1366 - 1025)), 15px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 20px;
    padding-left: 12px;
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px auto;
  }
  .site-header__subnav-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.5;
  }
  .site-header__nav-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 32px;
    background-color: var(--blue);
    z-index: 999;
  }
  .site-header__nav-phone > span:nth-child(1) {
    display: block;
    width: auto;
    font-size: 24px;
    font-family: var(--roboto);
    color: var(--white);
    line-height: 30px;
    padding-left: 25px;
    letter-spacing: 0.05em;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__nav-phone > span:nth-child(2) {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-left: 15px;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 90px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .site-header__nav-phone.active {
    display: flex;
  }
}
/*
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:rgba(0,0,0,.6);
    padding-left: 20px;
    z-index: 992;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile-outer {
    display: block;
    width: 100%;
    padding-top: 55px;
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 280px;
    width: 100%;
    height: 100vh;
    background-color: var(--blue);
    overflow-y: scroll;
    margin-left: auto;
    padding-bottom: 110px;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    background-color: transparent;
    padding:20px 20px 80px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;

  }
  .site-nav-mobile__menu {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__menu > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__menu > li + li {
    margin-top: 20px;
  }
  .site-nav-mobile__menu > li.child {
    padding-left: 10px;
  }
  .site-nav-mobile__menu > li:nth-child(n+2){
    margin-top: 25px;
  }
  .site-nav-mobile__menu > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 500;
    color: var(--white);
    line-height: 20px;
  }
  .site-nav-mobile__menu > li.child > a {
    position: relative;
    padding-left: 15px;
  }
  .site-nav-mobile__menu > li.child > a::before {
    content: "‐";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    text-align: center;
  }
  .site-nav-mobile__menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 45px;
    z-index: 997;
    transform: translateY(150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translateY(0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 45px;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-floating-menu__hurry {
    background-color: var(--purple);
  }
  .site-floating-menu__hurry > span {
    display: block;
    width: auto;
    font-size: 16px;
    font-family: var(--noto-serif);
    color: var(--white);
    font-weight: 500;
    line-height: 22px;
    padding-left: 32px;
    background-image: url(./assets/images/icon-alert-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
  }
  .site-floating-menu__phone {
    background-color: var(--blue);
  }
  .site-floating-menu__phone > span:nth-child(1) {
    display: block;
    width: auto;
    font-size: 20px;
    font-family: var(--roboto);
    color: var(--white);
    line-height: 20px;
    padding-left: 20px;
    letter-spacing: 0.05em;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
  }
  .site-floating-menu__phone > span:nth-child(2) {
    display: block;
    width: auto;
    font-size: 13px;
    color: var(--white);
    line-height: 15px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-top: 3px;
  }
  .site-floating-menu__preview {
    display: none !important;
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 5px;
    display: block;
    width: 50px;
    height: 400px;
    z-index: 997;
    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: flex-end;
    justify-content: space-between;
    width: 50px;
    height: 400px;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 200px;
    border-radius: 5px 0 0 5px;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-floating-menu__wrap > a > span {
    font-size: 15px;
    writing-mode: vertical-lr;
    font-family: var(--noto-serif);
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px;
    background-image: url(./assets/images/icon-btn.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 15px auto;
    white-space: nowrap;
  }
  .site-floating-menu__hurry {
    background-color: var(--purple);
  }
  .site-floating-menu__preview {
    background-color: var(--blue);
  }
  .site-floating-menu__phone {
    display: none !important;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    width: 100%;
    height: 46px;
    font-size: 15px;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    background-color: var(--blue);
    background-image: url(./assets/images/icon-bow-wh.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 19.11px auto;
    transition: 0.3s ease;
  }
  .site-btn:hover {
    opacity: 0.85;
  }
  /*btn-text*/
  .btn-text {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 28px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.07em;
    padding-right: 15px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
  }
  .btn-text:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*site-line-btn*/
  .site-line-btn {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--font-color);
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 0 30px 5px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: 0.3s ease;
  }
  .site-line-btn:hover {
    background-size: 100% 2px;
  }
}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-footer {
    display: block;
    width: 100%;
  }
}
/*banner*/
@media screen and (max-width:767px) {
  .site-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .site-banner__link {
    position: relative;
    display: block;
    width: 100%;
  }
  .site-banner__link + .site-banner__link {
    margin-top: 1px;
  }
  .site-banner__link:hover img {
    transition: 0.3s ease;
    filter: brightness(70%);
  }
  .site-banner__link-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    font-size: min(20px + (22 - 20) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    padding-right: 50px;
    background-image: url(./assets/images/icon-bow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24.56px auto;
    z-index: 1;
    word-break: keep-all;
  }
  .site-banner__link-figure {
    display: block;
    width: 100%;
  }
  .site-banner__link-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    filter: brightness(100%);
  }
}
@media screen and (min-width:768px) {
  .site-banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-banner__link {
    position: relative;
    display: block;
    width: 50%;
  }
  .site-banner__link:hover img {
    transition: 0.3s ease;
    filter: brightness(70%);
  }
  .site-banner__link-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    font-size: 26px;
    font-family: var(--noto-serif);
    color: var(--white);
    padding-right: 50px;
    background-image: url(./assets/images/icon-bow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24.56px auto;
    z-index: 1;
    word-break: keep-all;
  }
  .site-banner__link-figure {
    display: block;
    width: 100%;
  }
  .site-banner__link-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    filter: brightness(100%);
  }
}
/*links*/
@media screen and (max-width:767px) {
  .site-links {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F3EFE6;
  }
  .site-links__main {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: auto;
    row-gap: 30px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .site-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .site-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-link__title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 41px;
    background-color: rgba(0,44,80,0.8);
    padding: 10px;
  }
  .site-link__title > span {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .site-link__figure {
    display: block;
    width: 100%;
  }
  .site-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .site-links {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F3EFE6;
  }
  .site-links__main {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(30/1100 * 100%);
    width: 100%;
  }
  .site-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .site-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-link__title {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46px;
    height: 100%;
    background-color: rgba(0,44,80,0.8);
    padding: 10px;
  }
  .site-link__title > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26px;
    font-size: min(22px + (24 - 22) * ((100vw - 1025px) / (1140 - 1025)), 24px);
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-lr;
    letter-spacing: -0.05em;
    white-space:nowrap;
  }
  .site-link__figure {
    display: block;
    width: 100%;
  }
  .site-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-link__title > span {
    font-size: 20px;
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .site-footer-cta {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #204964;
  }
  .site-footer-cta__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer-cta__main > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 335px;
    width: 100%;
    height: 80px;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    border: 1px solid #9BB5B7;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left min(20px + (30 - 20) * ((100vw - 320px) / (375 - 320)), 30px) center;
    background-size: auto 36px;
  }
  .site-footer-cta__main > a + a {
    margin-top: 20px;
  }
  .site-footer-cta__main > a:hover {
    transition: 0.3s ease;
  }
  .site-footer-cta__books:hover {
    background-color: #95753B;
  }
  .site-footer-cta__member:hover {
    background-color: #02948A;
  }
  .site-footer-cta__contacts {
    background-image: url(./assets/images/icon-enveloe-wh.png);
  }
  .site-footer-cta__books {
    background-image: url(./assets/images/icon-document-wh.png);
  }
  .site-footer-cta__member {
    background-image: url(./assets/images/icon-icard-wh.png);
  }
}
@media screen and (min-width:768px) {
  .site-footer-cta {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #204964;
  }
  .site-footer-cta__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .site-footer-cta__main > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(346.6667/1100 * 100%);
    height: 100px;
    font-size: 22px;
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    border: 1px solid #9BB5B7;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: auto 36px;
  }
  .site-footer-cta__main > a:hover {
    transition: 0.3s ease;
  }
  .site-footer-cta__books:hover {
    background-color: #95753B;
  }
  .site-footer-cta__member:hover {
    background-color: #02948A;
  }
  .site-footer-cta__contacts:hover {
    background-color: var(--purple);
  }
  .site-footer-cta__contacts {
    background-image: url(./assets/images/icon-enveloe-wh.png);
  }
  .site-footer-cta__books {
    background-image: url(./assets/images/icon-document-wh.png);
  }
  .site-footer-cta__member {
    background-image: url(./assets/images/icon-icard-wh.png);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer-cta__main > a {
    height: 80px;
    font-size: 16px;
    background-position: left 20px center;
    background-size: auto 26px;
    padding-left: 30px;
  }
}
/*footer main*/
@media screen and (max-width:1024px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 50px 0 300px;
    background-color: #052A45;
    background-image: url(./assets/images/footer-pc.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .site-footer__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  /*scroll top*/
  .scroll-top {
    position: absolute;
    top: 0;
    right: -20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 160px;
    width: 28px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: var(--white);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--white);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 400;
    font-family: var(--noto-sans);
    color: var(--white);
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .site-footer__info {
    display: block;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    width: 147.71px;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__caption {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: var(--white);
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .site-footer__contact {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .site-footer__contact > div {
    display: flex;
    align-items: flex-end;
    width: auto;
  }
  .site-footer__contact > div + div {
    margin-left: 20px;
  }
  .site-footer__contact > div > span:nth-child(1) {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    line-height: 20px;
    padding-right: 5px;
  }
  .site-footer__phone > a,
  .site-footer__fax > span:nth-child(2) {
    font-size: 20px;
    font-family: var(--roboto);
    letter-spacing: 0.1em;
    color: var(--white);
    line-height: 24px;
  }
  .site-footer__info-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer__info-list > li {
    display: flex;
    width: auto;
    height: 20px;
    align-items: center;
  }
  .site-footer__info-list > li:nth-child(1) {
    padding-right: 10px;
    border-right: 1px solid var(--white);
  }
  .site-footer__info-list > li:nth-child(2) {
    padding-left: 10px;
  }
  .site-footer__info-list > li > a {
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .site-footer__phone > a:hover,
  .site-footer__info-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__nav {
    display: none;
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: var(--yumincho);
    color: var(--white);
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 30px 0 50px;
    border-top: 1px solid #9BB5B7;
  }
}
@media screen and (max-width:767px) {
  .site-footer__main {
    background-image: url(./assets/images/footer-sp.jpg);
  }
  .site-footer__contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__contact > div + div {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 95px 0 400px;
    background-color: #052A45;
    background-image: url(./assets/images/footer-pc.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .site-footer__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 80px;
  }
  /*scroll top*/
  .scroll-top {
    position: absolute;
    top: 0;
    right: -50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 160px;
    width: 28px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: var(--white);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--white);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 400;
    font-family: var(--noto-sans);
    color: var(--white);
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .site-footer__info {
    display: block;
    width: calc(370/1100 * 100%);
  }
  .site-footer__logo {
    display: block;
    width: calc(147.71/350 * 100%);
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__caption {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: var(--white);
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .site-footer__contact {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .site-footer__contact > div {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer__contact > div + div {
    margin-left: 20px;
  }
  .site-footer__contact > div > span:nth-child(1) {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    line-height: 20px;
    padding-right: 5px;
  }
  .site-footer__phone > a,
  .site-footer__fax > span:nth-child(2) {
    font-size: min(17px + (20 - 17) * ((100vw - 1025px) / (1100 - 1025)), 20px);
    font-family: var(--roboto);
    letter-spacing: 0.1em;
    color: var(--white);
    line-height: 24px;
    word-break: keep-all;
  }
  .site-footer__info-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer__info-list > li {
    display: flex;
    width: auto;
    height: 20px;
    align-items: center;
  }
  .site-footer__info-list > li:nth-child(1) {
    padding-right: 10px;
    border-right: 1px solid var(--white);
  }
  .site-footer__info-list > li:nth-child(2) {
    padding-left: 10px;
  }
  .site-footer__info-list > li > a {
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .site-footer__phone > a:hover,
  .site-footer__info-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__nav {
    display: flex;
    justify-content: space-between;
    width: calc(700/1100 * 100%);
  }
  .site-footer__nav-list {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .site-footer__nav-list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer__nav-list > li + li {
    margin-top: 20px;
  }
  .site-footer__nav-list > li.child {
    padding-left: 10px;
  }
  .site-footer__nav-list > li > a {
    display: block;
    width: auto;
    font-size: min(13px + (15 - 13) * ((100vw - 1025px) / (1100 - 1025)), 15px);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    color: var(--white);
  }
  .site-footer__nav-list > li.child > a {
    position: relative;
    padding-left: 15px;
  }
  .site-footer__nav-list > li.child > a::before {
    content: "‐";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    text-align: center;
  }
  .site-footer__nav-list > li.child > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: var(--yumincho);
    color: var(--white);
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 30px 0 50px;
    border-top: 1px solid #9BB5B7;
  }
}
/*
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:767px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .page-mv-title-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }
  .page-mv-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-mv-title > span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .page-mv-title > span:nth-child(2) {
    font-size: min(20px + (22 - 20) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 600;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 31px;
    letter-spacing: 0.05em;
  }
  .page-mv-title > span:nth-child(3) {
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    font-family: 24px;
    letter-spacing: 0.05em;
  }
  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .page-mv-title-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }
  .page-mv-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-mv-title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .page-mv-title > span:nth-child(2) {
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 46px;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  .page-mv-title > span:nth-child(3) {
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
  }
  .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:#818D91;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .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: 4px;
    display: block;
    font-size: 10px;
    line-height:20px;
    color:#818D91;
    font-weight: 400;
    text-decoration:none;
  }
  .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: #818D91;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#818D91;
    font-weight: 400;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 10px 0;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 15px;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .not-found__text {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 100px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {

}
/*
PAGE - home
--------------------------------------------- */
/*container*/
@media screen and (max-width:768px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*logo*/
@media screen and (max-width:1024px) {
  .home-mv-logo__logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9;
    display: block;
    width: 92.85px;
  }
  .home-mv-logo__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-logo__logo > picture {
    display: block;
    width: 100%;
  }
  .home-mv-logo__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-logo__logo {
    display: none;
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .home-mv-slogan {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: block;
    width: 46.18px;
  }
  .home-mv-slogan > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-slogan {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: block;
    width: 55.31px;
  }
  .home-mv-slogan > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-slogan {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: block;
    width: 55.31px;
  }
  .home-mv-slogan > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*news*/
@media screen and (max-width:767px) {
  .home-mv-news  {
    position: absolute;
    bottom: 55px;
    right: 10px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(300/375 * 100%);
    height: 100px;
  }
  .home-mv-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 80px;
    background-color: var(--white);
    border-radius: 5px 0 0 5px;
  }
  .home-mv-event > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 11px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #002C50;
    font-family: var(--noto-serif);
    writing-mode: vertical-lr;
  }
  .home-mv-news__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    height: 80px;
    background-color: rgba(255,255,255,0.85);
    padding: 10px;
    border-radius: 0 5px 5px 0;
  }
  .home-mv-news__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    overflow: hidden;
  }
  .home-mv-news__item-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-mv-news__item-content {
    display: block;
    width: calc(100% - 80px - 10px);
  }
  .home-mv-news__item-date {
    display: block;
    width: 100%;
    font-size: 11px;
    font-family: var(--futura);
    color: #263D69;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: right;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width:768px) {
  .home-mv-news  {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 460px;
    height: 100px;
  }
  .home-mv-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100px;
    background-color: var(--white);
    border-radius: 5px 0 0 5px;
  }
  .home-mv-event > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #002C50;
    font-family: var(--noto-serif);
    writing-mode: vertical-lr;
  }
  .home-mv-news__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 48px);
    height: 100px;
    background-color: rgba(255,255,255,0.85);
    padding: 15px;
  }
  .home-mv-news__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-figure {
    display: block;
    width: 120px;
  }
  .home-mv-news__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-mv-news__item-content {
    display: block;
    width: calc(100% - 120px - 10px);
    padding-right: 30px;
  }
  .home-mv-news__item-date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    color: #263D69;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 17px;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 20px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 20px);
    overflow: hidden;
  }
  .home-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) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    background-color: var(--white);
    padding-bottom: 50px;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 65px);
    background-color: var(--white);
    padding-bottom: 60px;
  }
  /*slide images*/
  .main-visual__wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 125px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 125px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
  }
  .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 - 20px);
    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 {
    display: none !important;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 6px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 15px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 45px;
    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: 555px;
    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: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 8px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 15px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 125px);
    padding-bottom: 45px;
    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 - 125px - 45px);
    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);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 10px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
/*home-about*/
@media screen and (max-width:767px) {
  .home-about {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .home-about__body {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .home-about__main {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-about__header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: auto;
    background-color: var(--white);
    padding: 10px 10px 10px 20px;
  }
  .home-about__header > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 18px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 22px;
    letter-spacing: 0.05em;
    writing-mode: vertical-lr;
  }
  .home-about__header > span + span {
    margin-right: 5px;
  }
  .home-about__figure {
    display: block;
    width: 100%;
  }
  .home-about__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-about__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #F9F7F4;
    margin: -25px auto 0;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .home-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .home-about {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .home-about__body {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }
  .home-about__main {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 0 calc(50/1366 * 100%);
  }
  .home-about__header {
    position: absolute;
    top: 0;
    left: calc(50/1366 * 100%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: calc(266/1366 * 100%);
    padding-right: calc(50/1366 * 100%);
  }
  .home-about__header > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 28px;
    font-size: 28px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 36px;
    letter-spacing: 0.05em;
    writing-mode: vertical-lr;
  }
  .home-about__header > span + span {
    margin-right: 10px;
  }
  .home-about__figure {
    display: block;
    width: calc(1000/1266 * 100%);
  }
  .home-about__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-about__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(720/1366 * 100%);
    padding: calc(50/1366 * 100%) calc(100/1366 * 100%) calc(50/1366 * 100%) calc(50/1366 * 100%);
    background-color: #F9F7F4;
    margin-top: -60px;
    margin-left: auto;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .home-about__btns {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
}
/*home-reason*/
@media screen and (max-width:767px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: transparent;
  }
  .home-reason__parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/parallax.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-reason__body {
    display: block;
    width: 100%;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: min(24px + (26 - 24) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    text-align: center;
  }
  .home-reason__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-reason__btns > a {
    background-color: rgba(255,255,255,0.8);
    background-image: url(./assets/images/icon-bow-bl.png);
    color: var(--blue);
    border: 1px solid var(--blue);
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 100px 0 130px;
    background-color: transparent;
  }
  .home-reason__parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/parallax.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-reason__body {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    text-align: center;
  }
  .home-reason__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-reason__btns > a {
    background-color: rgba(255,255,255,0.8);
    background-image: url(./assets/images/icon-bow-bl.png);
    color: var(--blue);
    border: 1px solid var(--blue);
  }
}
/*home-plan*/
@media screen and (max-width:767px) {
  .home-plan {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F9F7F4;
  }
  .home-plan > .container {
    padding: 0 10px;
  }
  .home-plan__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:0 10px 30px;
  }
  .home-plan__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .home-plan__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-plan__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-plan-item {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-plan-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-plan-item:nth-child(n+2) {
    margin-top: 50px;
  }
  .home-plan-item__tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .home-plan-item__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    border-radius: 3px;
    padding: 0 5px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    letter-spacing: 0.07em;
    line-height: 1;
    margin: 10px 10px 0 0;
  }
  .home-plan-item__figure {
    display: block;
    width: 100%;
  }
  .home-plan-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-plan-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px min(10px + (20 - 10) * ((100vw - 320px) / (375 - 320)), 20px);
  }
  .home-plan-item__besc {
    display: block;
    width: 100%;
  }
  .home-plan-item__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-plan-item__title > span:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: var(--font-color);
    font-family: var(--noto-serif);
  }
  .home-plan-item__title > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #8E7A4B;
    margin-top: 5px;
    font-family: var(--noto-serif);
  }
  .home-plan-item__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    color: var(--font-color);
    line-height: 26px;
    min-height: 52px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-plan-item__pirce-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }
  .home-plan-item__pirce-current {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-plan-item__pirce-current_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 25px;
    border-radius: 3px;
    background-color: #8E7A4B;
    font-size: 15px;
    color: var(--white);
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block {
    display: flex;
    align-items: flex-end;
    width: auto;
  }
  .home-plan-item__pirce-current_block > span:nth-child(1) {
    font-size: min(22px + (28 - 22) * ((100vw - 320px) / (375 - 320)), 28px);
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > i {
    font-size: 11px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > em {
    font-size: 18px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 500;
  }
  .home-plan-item__pirce-current_block > span:nth-child(3) {
    font-size: 15px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 500;
  }
  .home-plan-item__pirce-current_tax {
    display: block;
    width: 100%;
    text-align: right;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    line-height: 1;
    font-weight: 400;
    color: #909193;
    font-family: var(--noto-serif);
    margin-top: 10px;
  }
  .home-plan-item__pirce-current_tax > small {
    font-size: min(12px + (13 - 12) * ((100vw - 320px) / (375 - 320)), 13px);
    font-weight: 500;
  }
  .home-plan-item__pirce-current_tax > small:first-child {
    padding-right: 5px;
  }
  .home-plan-item__pirce-current_tax > small:last-child {
    padding-left: 5px;
  }
  .home-plan-item__pirce-actual {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 10px 17px 0 0;
    background-image: url(./assets/images/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 6.92px auto;
  }
  .home-plan-item__pirce-actual_badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--noto-serif);
    color: var(--font-color);
  }
  .home-plan-item__pirce-actual_block {
    display: block;
    width: 100%;
    text-align: right;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    line-height: 1;
    font-weight: 500;
    color: var(--font-color);
    font-family: var(--noto-serif);
    margin-top: 10px;
  }
  .home-plan-item__pirce-actual_block > small:first-child {
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (375 - 320)), 14px);
    padding-right: 5px;
  }
  .home-plan-item__pirce-actual_block > small:last-child {
    font-size: min(10px + (13 - 10) * ((100vw - 320px) / (375 - 320)), 13px);
    padding-left: 5px;
  }
  .home-plan__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-plan {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F9F7F4;
  }
  .home-plan__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-plan__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-plan__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-plan__main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .home-plan-item {
    position: relative;
    display: block;
    width: calc(525/1100 * 100%);
    margin-right: calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .home-plan-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-plan-item:nth-child(2n),
  .home-plan-item:last-child {
    margin-right: 0;
  }
  .home-plan-item:nth-child(n+3) {
    margin-top: 50px;
  }
  .home-plan-item__tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .home-plan-item__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    border-radius: 3px;
    padding: 0 5px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    letter-spacing: 0.07em;
    line-height: 1;
    margin: 10px 10px 0 0;
  }
  .home-plan-item__figure {
    display: block;
    width: 100%;
  }
  .home-plan-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-plan-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
  }
  .home-plan-item__besc {
    display: block;
    width: 100%;
  }
  .home-plan-item__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-plan-item__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    color: var(--font-color);
    font-family: var(--noto-serif);
  }
  .home-plan-item__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #8E7A4B;
    margin-top: 5px;
    font-family: var(--noto-serif);
  }
  .home-plan-item__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--font-color);
    line-height: 28px;
    min-height: 56px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-plan-item__pirce-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }
  .home-plan-item__pirce-current {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-plan-item__pirce-current_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 27px;
    border-radius: 3px;
    background-color: #8E7A4B;
    font-size: 16px;
    color: var(--white);
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block {
    display: flex;
    align-items: flex-end;
    width: auto;
  }
  .home-plan-item__pirce-current_block > span:nth-child(1) {
    font-size: 42px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > i {
    font-size: 14px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 400;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > em {
    font-size: 30px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 500;
  }
  .home-plan-item__pirce-current_block > span:nth-child(3) {
    font-size: 16px;
    color: #8E7A4B;
    line-height: 1;
    font-family: var(--noto-serif);
    font-weight: 500;
  }
  .home-plan-item__pirce-current_tax {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #909193;
    font-family: var(--noto-serif);
    margin-top: 10px;
  }
  .home-plan-item__pirce-current_tax > small {
    font-size: 14px;
    font-weight: 500;
  }
  .home-plan-item__pirce-current_tax > small:first-child {
    padding-right: 10px;
  }
  .home-plan-item__pirce-current_tax > small:last-child {
    padding-left: 10px;
  }
  .home-plan-item__pirce-actual {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 10px 27px 0 0;
    background-image: url(./assets/images/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 6.92px auto;
  }
  .home-plan-item__pirce-actual_badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--noto-serif);
    color: var(--font-color);
  }
  .home-plan-item__pirce-actual_block {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: var(--font-color);
    font-family: var(--noto-serif);
    margin-top: 10px;
  }
  .home-plan-item__pirce-actual_block > small {
    font-size: 14px;
  }
  .home-plan-item__pirce-actual_block > small:first-child {
    padding-right: 5px;
  }
  .home-plan-item__pirce-actual_block > small:last-child {
    padding-left: 5px;
  }
  .home-plan__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-plan-item__pirce-current_block > span:nth-child(1) {
    font-size: 28px;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > em {
    font-size: 18px;
  }
  .home-plan-item__pirce-current_block > span:nth-child(2) > i {
    font-size: 8px;
  }
  .home-plan-item__pirce-current_block > span:nth-child(3) {
    font-size: 12px;
  }
  .home-plan-item__pirce-current_tax {
    font-size: 18px;
  }
  .home-plan-item__pirce-current_tax > small {
    font-size: 12px;
  }
  .home-plan-item__pirce-current_tax > small:first-child {
    padding-right: 5px;
  }
  .home-plan-item__pirce-current_tax > small:last-child {
    padding-left: 5px;
  }
  .home-plan-item__pirce-actual_block {
    font-size: 18px;
  }
  .home-plan-item__pirce-actual_block > small {
    font-size: 12px;
  }
  .home-plan-item__pirce-actual_block > small:first-child {
    padding-right: 5px;
  }
  .home-plan-item__pirce-actual_block > small:last-child {
    padding-left: 5px;
  }
}
/*home-flow*/
@media screen and (max-width:767px) {
  .home-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .home-flow__body {
    display: block;
    max-width: 520px;
    width: 100%;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% calc(100% - 100px);
    margin: 0 auto;
  }
  .home-flow__figure {
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
  }
  .home-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-flow__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
  }
  .home-flow__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-flow__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-flow__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .home-flow__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-flow {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--grey);
  }
  .home-flow__body {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: calc(883/1366 * 100%) 100%;
    margin: 0 auto;
  }
  .home-flow__figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: calc(698/1366 * 100%);
  }
  .home-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-flow__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(500/1100 * 100%);
    min-height: min(557px + (676 - 557) * ((100vw - 1025px) / (1366 - 1025)), 676px);
    padding: 100px 0;
  }
  .home-flow__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-flow__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-flow__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .home-flow__btns {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
}
/*home-facilities*/
@media screen and (max-width:767px) {
  .home-facilities {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .home-facilities__body {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .home-facilities__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-facilities__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .home-facilities__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-facilities__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 40px;
    width: 100%;
  }
  .home-facilities-box {
    display: block;
    width: 100%;
  }
  .home-facilities-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-facilities-box__figure {
    display: block;
    width: 100%;
  }
  .home-facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-facilities-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }
  .home-facilities-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 23px;
  }
  .home-facilities-box:nth-child(1) .home-facilities-box__title > span:nth-child(1) {
    color: #002C50;
  }
  .home-facilities-box:nth-child(2) .home-facilities-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .home-facilities-box:nth-child(3) .home-facilities-box__title > span:nth-child(1) {
    color: #501600;
  }
  .home-facilities-box__title > span:nth-child(2) {
    font-size: min(19px + (22 - 19) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--font-color);
    line-height: 31px;
    margin-top: 5px;
  }
  .home-facilities-box__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 21px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-facilities-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-facilities__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-facilities {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-facilities__body {
    display: block;
    max-width: 1366px;
    width: 100%;
    padding: 0 min(20px + (50 - 20) * ((100vw - 768px) / (1366 - 768)), 50px);
    margin: 0 auto;
  }
  .home-facilities__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-facilities__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-facilities__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-facilities__main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/1266 * 100%);
    width: 100%;
  }
  .home-facilities-box {
    display: block;
    width: 100%;
  }
  .home-facilities-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-facilities-box__figure {
    display: block;
    width: 100%;
  }
  .home-facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-facilities-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .home-facilities-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 23px;
  }
  .home-facilities-box:nth-child(1) .home-facilities-box__title > span:nth-child(1) {
    color: #002C50;
  }
  .home-facilities-box:nth-child(2) .home-facilities-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .home-facilities-box:nth-child(3) .home-facilities-box__title > span:nth-child(1) {
    color: #501600;
  }
  .home-facilities-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--font-color);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-facilities-box__address {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-facilities-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-facilities__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .home-facilities-box__title > span:nth-child(2) {
    min-height: 74px;
  }
}
/*home-news*/
@media screen and (max-width:767px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-news__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .home-news__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-news__main {
    display: block;
    width: 100%;
  }
  .home-news-items {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-news-items .swiper-wrapper {
    width: 100%;
  }
  .home-news-items .swiper-slide {
    width: min(280px + (315 - 280) * ((100vw - 320px) / (375 - 320)), 315px);
  }
  .home-news-items .swiper-slide:first-child .home-news-item {
    position: relative;
  }
  .home-news-items .swiper-slide:first-child .home-news-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .home-news-items .swiper-pagination {
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(280px + (315 - 280) * ((100vw - 320px) / (375 - 320)), 315px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-news-items .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .home-news-items .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
  .home-news-item {
    display: block;
    width: 100%;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-item__figure {
    display: block;
    width: 100%;
  }
  .home-news-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-news-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    margin-top: 10px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-news__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-news__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-news__main {
    display: block;
    width: 100%;
  }
  .home-news-items {
    display: block;
    width: 100%;
  }
  .home-news-items .swiper-wrapper {
    width: 100%;
  }
  .home-news-items .swiper-slide {
    width: 100%;
  }
  .home-news-item {
    display: block;
    width: 100%;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-items .swiper-slide:first-child .home-news-item {
    position: relative;
  }
  .home-news-items .swiper-slide:first-child .home-news-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .home-news-item__figure {
    display: block;
    width: 100%;
  }
  .home-news-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-news-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    margin-top: 10px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*home-faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/home/faq-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .home-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-faq-list {
    display: block;
    width: 100%;
  }
  .home-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .home-faq-list > li + li {
    margin-top: 30px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .home-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .home-faq-question > i::before,
  .home-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .home-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-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;
  }
  .home-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .home-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/home/faq-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .home-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-faq-list {
    display: block;
    width: 100%;
  }
  .home-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .home-faq-list > li + li {
    margin-top: 20px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .home-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .home-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .home-faq-question > i::before,
  .home-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .home-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-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;
  }
  .home-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .home-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*home-column*/
@media screen and (max-width:767px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #EDF4F8;
  }
  .home-column__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-column__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .home-column__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .home-column__main {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-column-items .swiper-wrapper {
    width: 100%;
  }
  .home-column-items .swiper-slide {
    width: min(280px + (315 - 280) * ((100vw - 320px) / (375 - 320)), 315px);
  }
  .home-column-items .swiper-pagination {
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(280px + (315 - 280) * ((100vw - 320px) / (375 - 320)), 315px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-column-items .swiper-pagination-bullet {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .home-column-items .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
  .home-column-item {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-column-item__link {
    display: block;
    width: 100%;
  }
  .home-column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-column-items .swiper-slide:first-child .home-column-item {
    position: relative;
  }
  .home-column-items .swiper-slide:first-child .home-column-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    min-height: 72px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px 0;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-column-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    background-image: linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: calc(100% - 20px) 1px;
    padding-bottom: 20px;
  }
  .home-column-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #B1B1B1;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0 0 10px;
  }
  .home-column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #EDF4F8;
  }
  .home-column__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .home-column__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .home-column__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .home-column__main {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: block;
    width: 100%;
  }
  .home-column-items .swiper-wrapper {
    width: 100%;
  }
  .home-column-items .swiper-slide {
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-column-item__link {
    display: block;
    width: 100%;
  }
  .home-column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-column-items .swiper-slide:first-child .home-column-item {
    position: relative;
  }
  .home-column-items .swiper-slide:first-child .home-column-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    min-height: 72px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px 10px;
    box-sizing: border-box;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-column-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    background-image: linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: calc(100% - 20px) 1px;
    padding-bottom: 20px;
  }
  .home-column-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #B1B1B1;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0 0 10px;
  }
  .home-column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
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: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: var(--blue);
    background-color: transparent;
    border-bottom: 3px solid transparent;
  }
  .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.85;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    pointer-events: none;
    border-bottom: 3px solid var(--blue);
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px auto;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/prev.png);
    background-repeat: no-repeat;
    margin-right: 0;
  }
  .pagination > .next.page-numbers {
    padding-right: 14px;
    background-image: url(./assets/images/next.png);
    margin-left: 10px;
  }
}
/*
ARCHIVES - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .news-archives {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .news-archives__body {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .news-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
  }
  .news-item {
    display: block;
    width: 100%;
  }
  .news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .news-item__figure {
    display: block;
    width: 100%;
  }
  .news-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .news-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    margin-top: 10px;
  }
  .news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .news-archives {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .news-archives__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .news-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(30/900 * 100%);
    row-gap: 30px;
    width: 100%;
  }
  .news-item {
    display: block;
    width: 100%;
  }
  .news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .news-item__figure {
    display: block;
    width: 100%;
  }
  .news-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .news-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    margin-top: 10px;
  }
  .news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
}
/*
SINGLE - content
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #002C50;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#002C50,#002C50),linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 2px,100% 2px;
    letter-spacing: 0.05em;
  }
  .single-content h2:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #002C50;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid #002C50;
  }
  .single-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: #002C50;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
 .single-content h6 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 50px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  .single-content p:not(:first-child) {
    margin-top: 30px;
  }
  .single-content p a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--font-color);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*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: 28px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--blue);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    line-height:28px;
    text-align: justify;
    word-break: break-all;
    padding: 2px 0 2px 30px;
    font-weight: 500;
  }
   .single-content ol > li + li {
    margin-top: 10px;
   }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:3px;
    left:0;
    font-size:20px;
    line-height:25px;
    color:var(--blue);
    font-weight:400;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
   /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .single-content .wp-block-table::-webkit-scrollbar {
    background: #EFEFEF;
    width: 10px;
    height: 10px;
  }
  .single-content .wp-block-table::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    width: 5px;
  }
  .single-content .wp-block-table table tr td {
    border: 2px solid #E9E9E9;
    background-color: #FBFBFB;
    padding: 30px 15px;
    text-align: center;
    width: 190px;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
     border-bottom: 2px solid #698CA9;
  }
   .single-content .wp-block-table table tr:last-child td {
     border-bottom: 2px solid #E9E9E9;
  }
  .single-content .wp-block-table table tr:first-child td {
    color: var(--blue);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
  }
  .single-content .wp-block-table table tr td:first-child {
    background-color: #698CA9;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 500;
  }
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #D5DCDE;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    color: var(--blue);
    font-size: 18px;
    border: none;
    font-weight: 500 !important;
    text-align: left;
  }
  .single-content .wp-block-table.two-column table tr td:last-child {
    padding: 0 0 20px;
    line-height: 25.5px;
    font-weight: 400;
    text-align: left;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--font-color);
    font-weight: 600;
    text-decoration: underline;
  }
  .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.85;
  }
  /*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: 30px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*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: 15px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
  .single-content .scroll-txt {
    display:block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px !important;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #002C50;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#002C50,#002C50),linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 100px 2px,100% 2px;
    letter-spacing: 0.05em;
  }
  .single-content h2:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #002C50;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom:5px;
    border-bottom: 1px solid #002C50;
  }
  .single-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: #002C50;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 50px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
  }
  .single-content p:not(:first-child) {
    margin-top: 40px;
  }
  .single-content p a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--font-color);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--blue);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }
  /*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: 16px;
    line-height:30px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 37px;
    font-weight: 500;
  }
  .single-content ol > li + li {
    margin-top: 15px;
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:20px;
    line-height:30px;
    color:var(--blue);
    font-weight:500;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
   /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
  }
  .single-content .wp-block-table table tr td {
    border: 2px solid #E9E9E9;
    background-color: #FBFBFB;
    padding: 30px 15px;
    text-align: center;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
     border-bottom: 2px solid #698CA9;
  }
   .single-content .wp-block-table table tr:last-child td {
     border-bottom: 2px solid #E9E9E9;
  }
  .single-content .wp-block-table table tr:first-child td {
    color: var(--blue);
    background-color: var(--white);
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
  }
  .single-content .wp-block-table table tr td:first-child {
    background-color: #698CA9;
    color: var(--white);
    /*font-weight: 500;*/
    font-size: 18px;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column {
    padding: 20px;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 400;
  }
  /*
  .single-content .wp-block-table.two-column table tr:first-child td:first-child {
    font-weight: 500;
  }*/
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
    text-align: left;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    padding: 20px 0;
    vertical-align: middle;
    border-bottom: 1px solid #E9E9E9;
    line-height: 30px;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    width: 220px;
    color: var(--blue);
    text-align: left;
    font-size: 18px !important;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--font-color);
    font-weight: 600;
    text-decoration: underline;
  }
  .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.85;
  }
  /*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;
  }
  /*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-content .scroll-txt {
    display: none;
  }
}
/*
SINGLE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .news-single__hgroup {
    display: block;
    width: 100%;
  }
  .news-single__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 20px;
    padding-bottom: 10px
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width:768px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .news-single__hgroup {
    display: block;
    width: 100%;
  }
  .news-single__date {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 21px;
    padding-bottom: 10px
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 42px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
}
/*
ARCHIVES - column
--------------------------------------------- */
/*layout*/
@media screen and (max-width:1024px) {
  .column-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .column-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .column-main {
    display: block;
    width: 100%;
  }
  .column-sidebar {
    display: block;
    width: 100%;
    padding-top: 150px;
  }
}
@media screen and (min-width:1025px) {
  .column-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .column-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .column-main {
    display: block;
    width: calc(760/1100 * 100%);
  }
  .column-sidebar {
    display: block;
    width: 290px;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 60px;
    width: 100%;
    padding: 0 10px;
  }
  .column-item {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .column-item__link {
    display: block;
    width: 100%;
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-items .swiper-slide:first-child .column-item {
    position: relative;
  }
  .column-items .swiper-slide:first-child .column-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .column-item__figure {
    display: block;
    width: 100%;
  }
  .column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    min-height: 72px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px 10px;
    box-sizing: border-box;
  }
  .column-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    background-image: linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: calc(100% - 20px) 1px;
    padding-bottom: 20px;
  }
  .column-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #B1B1B1;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0 0 10px;
  }
  .column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 60px;
    width: 100%;
  }
  .column-item {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .column-item__link {
    display: block;
    width: 100%;
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-items .swiper-slide:first-child .column-item {
    position: relative;
  }
  .column-items .swiper-slide:first-child .column-item::before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 30px;
    background-color: #8E7A4B;
    font-size: 14px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .column-item__figure {
    display: block;
    width: 100%;
  }
  .column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    min-height: 48px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 20px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .column-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    background-image: linear-gradient(#E9E9E9,#E9E9E9);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: calc(100% - 20px) 1px;
    padding-bottom: 20px;
  }
  .column-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #B1B1B1;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0 0 10px;
  }
  .column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*sidebar*/
@media screen and (max-width:767px) {
  .sidebar-block__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .sidebar-block__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .sidebar-block__title > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 35px;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) {
  .sidebar-block__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .sidebar-block__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .sidebar-block__title > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 35px;
    margin-top: 5px;
  }
}
/*sidebar - form*/
@media screen and (min-width:0px) {
  .sidebar-search-form {
    display: block;
    width: 100%;
  }
  .searchform {
    display: flex;
    justify-content: space-between;
    max-width: 270px;
    width: 100%;
    height: 40px;
    background-color: var(--white);
    border: 1px solid #698CA9;
    border-radius: 3px;
  }
  .searchform > button {
    display: block;
    width: 39px;
    height: 38px;
    border: none;
    background-image: url(./assets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    cursor: pointer;
  }
  .searchform > input[type="text"] {
    width: calc(100% - 39px);
    height: 38px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 38px;
    background: transparent;
    font-family: var(--noto-sans);
  }
  .searchform > input[type="text"]::placeholder {
    color: #C8C8C8;
    font-weight: 400;
  }
}
@media screen and (max-width:767px) {
  .sidebar-search-form {
    margin-bottom: 50px;
  }
}
/*sidebar - ranking*/
@media screen and (min-width:0px) {
  .sidebar-ranking {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-ranking__items {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }
  .sidebar-ranking__items > li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
  }
  .sidebar-ranking__items > li:nth-child(n+2) {
    padding-top: 20px;
  }
  .sidebar-ranking__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .sidebar-ranking__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .sidebar-ranking__item-date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 17px;
    text-align: right;
  }
  .sidebar-ranking__item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(114.36/290 * 100%);
    overflow: hidden;
  }
  .sidebar-ranking__item-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sidebar-ranking__item-title {
    display: -webkit-box;
    width: calc(165.64/290 * 100%);
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sidebar-ranking {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .sidebar-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    width: 100%;
  }
  .sidebar-ranking__items > li:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (max-width:767px) {
  .sidebar-ranking__item-thumb {
    width: calc(114.36/335 * 100%);
  }
  .sidebar-ranking__item-title {
    width: calc(210.64/335 * 100%);
  }
}
/*sidebar - categories*/
@media screen and (min-width:0px) {
  .sidebar-category__wrap {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-categories {
    display: flex;
    flex-wrap: wrap;
    width: cal(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
  }
  .sidebar-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    border: 1px solid #B1B1B1;
    padding: 0 5px;
    font-size: 15px;
    line-height: 1;
    color: #B1B1B1;
    background-color: var(--white);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0 0 10px;
  }
  .sidebar-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width:1024px) {
  .sidebar-category__wrap {
    margin-top: 50px;
  }
}
/*sidebar - archives*/
@media screen and (min-width:0px) {
  .sidebar-archives-block {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-archives__wrap {
    display: block;
    width: 100%;
  }
  .column-archives {
    display: block;
    width: 100%;
  }
  .archive-month {
    display: block;
    width: 100%;
  }
  .archive-month > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .archive-month > li + li {
    margin-top: 15px;
  }
  .archive-month > li > a {
    display: block;
    width: auto;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .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 + li {
    margin-top: 15px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 12px;
    left: 8em;
    width: 25px;
    height: 7px;
    background-image: url(./assets/images/icon-archive.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: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .column-single {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .column-single__hgroup {
    display: block;
    width: 100%;
  }
  .column-single__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 20px;
    padding-bottom: 10px
  }
  .column-single__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .column-single__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #D5D5D5;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    background-color: var(--white);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 15px 0 0 10px;
  }
  .column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .column-single {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .column-single__hgroup {
    display: block;
    width: 100%;
  }
  .column-single__date {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--futura);
    font-weight: 500;
    color: var(--blue);
    line-height: 21px;
    padding-bottom: 10px
  }
  .column-single__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 42px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .column-single__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 29px;
    border: 1px solid #D5D5D5;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1;
    color: #B1B1B1;
    background-color: var(--white);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 15px 0 0 10px;
  }
  .column-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
ARCHIVES - voice
--------------------------------------------- */
@media screen and (max-width:767px) {
  .voice-archives {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .voice-archives > .container {
    padding: 0 10px;
  }
  .voice-archives__body {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .voice-items {
    display: block;
    width: 100%;
  }
  .voice-item {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--grey);
  }
  .voice-item__link {
    display: block;
    width: 100%;
  }
  .voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .voice-item + .voice-item {
    margin-top: 50px;
  }
  .voice-item__hgroup {
    display: flex;
    align-items: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .voice-item__date {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: #263D69;
    line-height: 17px;
  }
  .voice-item__customer {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #263D69;
    line-height: 25px;
    margin-left: 10px;
  }
  .voice-item__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .voice-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .voice-item__summary {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--font-color);
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .voice-item__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .voice-item__fields {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .voice-item__field {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .voice-item__field + .voice-item__field {
    margin-top: 10px;
  }
  .voice-item__field > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 29px;
    border: 1px solid var(--blue);
    font-size: 13px;
    color: var(--blue);
    font-weight: 500;
    line-height: 1;
  }
  .voice-item__field > dd {
    display: block;
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .voice-item__field > dd > a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-align: justify;
    word-break: break-all;
  }
  .voice-item__field > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }

}
@media screen and (min-width:768px) {
  .voice-archives {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .voice-archives__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .voice-items {
    display: block;
    width: 100%;
  }
  .voice-item {
    display: block;
    width: 100%;
    padding: calc(30/900 * 100%);
    background-color: var(--grey);
  }
  .voice-item__link {
    display: block;
    width: 100%;
  }
  .voice-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .voice-item + .voice-item {
    margin-top: 40px;
  }
  .voice-item__hgroup {
    display: flex;
    align-items: flex-end;
    align-items: center;
    width: 100%;
  }
  .voice-item__date {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: #263D69;
    line-height: 17px;
  }
  .voice-item__customer {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #263D69;
    line-height: 25px;
    margin-left: 10px;
  }
  .voice-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 36px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .voice-item__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .voice-item__summary {
    display: block;
    width: calc(610/840 * 100%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--font-color);
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .voice-item__figure {
    display: block;
    width: calc(200/840 * 100%);
  }
  .voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .voice-item__fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .voice-item__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .voice-item__field > dt {
    display: flex;
    align-items: center;
    width: auto;
    border: 1px solid var(--blue);
    padding: 5px;
    font-size: 13px;
    color: var(--blue);
    font-weight: 500;
    line-height: 19px;
  }
  .voice-item__field > dd {
    display: block;
    width: auto;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
  }
  .voice-item__field:first-child dd {
    min-width: 235px;
  }
  .voice-item__field > dd > a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .voice-item__field > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
SINGLE - voice
--------------------------------------------- */
@media screen and (max-width:767px) {
  .voice-single {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .voice-single__hgroup {
    display: block;
    width: 100%;
  }
  .voice-single__date-field {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .voice-single__date {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: #263D69;
    line-height: 17px;
  }
  .voice-single__customer {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #263D69;
    line-height: 25px;
    margin-left: 10px;
  }
  .voice-single__title {
    position: relative;
    display: -webkit-box;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 26px;

    border-bottom: 2px solid #E9E9E9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .voice-single__fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .voice-single__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 15px;
  }
  .voice-single__field > dt {
    display: flex;
    align-items: center;
    width: auto;
    border: 1px solid var(--blue);
    padding: 5px;
    font-size: 13px;
    color: var(--blue);
    font-weight: 500;
    line-height: 19px;
  }
  .voice-single__field > dd {
    display: block;
    width: auto;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
  }
  .voice-single__field:first-child {
    margin-right: 15px;
  }
  .voice-single__field > dd > a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .voice-single__field > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .voice-single {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .voice-single__hgroup {
    display: block;
    width: 100%;
  }
  .voice-single__date-field {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .voice-single__date {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 13px;
    font-family: var(--futura);
    font-weight: 500;
    color: #263D69;
    line-height: 17px;
  }
  .voice-single__customer {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #263D69;
    line-height: 25px;
    margin-left: 10px;
  }
  .voice-single__title {
    display: -webkit-box;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: #002C50;
    line-height: 42px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 2px solid #E9E9E9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .voice-single__fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .voice-single__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .voice-single__field > dt {
    display: flex;
    align-items: center;
    width: auto;
    border: 1px solid var(--blue);
    padding: 5px;
    font-size: 13px;
    color: var(--blue);
    font-weight: 500;
    line-height: 19px;
  }
  .voice-single__field > dd {
    display: block;
    width: auto;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--font-color);
  }
  .voice-single__field + .voice-single__field {
    margin-left: 50px;
  }
  .voice-single__field > dd > a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .voice-single__field > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-voice__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - about
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .about-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .about-intro__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .about-intro__col-header {
    display: flex;
    justify-content: center;
    width: calc(70/335 * 100%);
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
  }
  .about-intro__col-header > picture {
    display: block;
    width: 100%;
  }
  .about-intro__col-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__col-txt {
    display: block;
    width: calc(255/355 * 100%);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .about-intro__banner {
    display: block;
    width: 100%;
  }
  .about-intro__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .about-intro__block1-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .about-intro__block1-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block1-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .about-intro__block2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .about-intro__block2-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .about-intro__block2-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block2-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .about-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .about-intro__cols {
    position: relative;
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .about-intro__col-header {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 242px;
    background-color: rgba(255,255,255,0.8);
    padding: 80px 0;
  }
  .about-intro__col-header > picture {
    display: block;
    width: calc(78.96/242 * 100%);
  }
  .about-intro__col-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__col-txt {
    display: block;
    width: calc(683/980 * 100%);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .about-intro__banner {
    display: block;
    width: 100%;
  }
  .about-intro__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .about-intro__block1-figure {
    display: block;
    width: calc(490/1100 * 100%);
  }
  .about-intro__block1-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block1-txt {
    display: block;
    width: calc(570/1100 * 100%);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .about-intro__block2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .about-intro__block2-figure {
    display: block;
    width: calc(360/1100 * 100%);
  }
  .about-intro__block2-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-intro__block2-txt {
    display: block;
    width: calc(700/1100 * 100%);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .about-intro__col-txt {
    width: calc(583/980 * 100%);
  }
}
/*dairin*/
@media screen and (max-width:767px) {
  .about-dairin {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .about-dairin__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: center;
    padding-bottom: 30px;
  }
  .about-dairin__main {
    display: block;
    width: 100%;
  }
  .about-dairin-box {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .about-dairin-box + .about-dairin-box {
    margin-top: 50px;
  }
  .about-dairin__figure {
    display: block;
    width: 100%;
  }
  .about-dairin__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-dairin__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .about-dairin__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .about-dairin__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .about-dairin {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .about-dairin__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .about-dairin__main {
    display: block;
    width: 100%;
  }
  .about-dairin-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1366px;
    width: 100%;
    min-height: 342px;
    margin: 0 auto;
  }
  .about-dairin-box + .about-dairin-box {
    margin-top: 100px;
  }
  .about-dairin__figure {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(720/1366 * 100%);
    height: 100%;
    overflow: hidden;
  }
  .about-dairin__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .about-dairin-box:nth-child(odd) .about-dairin__figure {
    right: 0;
  }
  .about-dairin-box:nth-child(even) .about-dairin__figure {
    left: 0;
  }
  .about-dairin__content {
    display: block;
    width: calc(470/1100 * 100%);
    padding: 50px 0;
  }
  .about-dairin-box:nth-child(even) .about-dairin__content {
    margin-left: auto;
  }
  .about-dairin__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .about-dairin__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - reason
--------------------------------------------- */
@media screen and (max-width:767px) {
  .reason-main {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .reason-main__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: center;
    padding-bottom: 30px;
  }
  .reason-main__content {
    display: block;
    width: 100%;
  }
  .reason-main-box {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--white);
  }
  .reason-main-box + .reason-main-box {
    padding-top: 50px;
  }
  .reason-main-box:nth-child(even) {
    background-color: var(--grey);
  }
  .reason-main-box__content {
    display: block;
    width: 100%;
  }
  .reason-main-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .reason-main-box__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .reason-main-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 38px;
    margin-top: 15px;
  }
  .reason-main-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .reason-main-box__figure {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .reason-main-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .reason-main {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: var(--white);
  }
  .reason-main__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .reason-main__content {
    display: block;
    width: 100%;
  }
  .reason-main-box {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .reason-main-box + .reason-main-box {
    padding-top: 100px;
  }
  .reason-main-box:nth-child(even) {
    background-color: var(--grey);
  }
  .reason-main-box__content {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .reason-main-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .reason-main-box__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .reason-main-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 38px;
    margin-top: 15px;
  }
  .reason-main-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .reason-main-box__figure {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 40px auto 0;
  }
  .reason-main-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-main-box:nth-child(odd) .reason-main-box__figure {
    padding-left: min(82.5px + (253 - 82.5) * ((100vw - 1025px) / (1366 - 1025)), 253px);
  }
  .reason-main-box:nth-child(even) .reason-main-box__figure {
    padding-right: min(82.5px + (253 - 82.5) * ((100vw - 1025px) / (1366 - 1025)), 253px);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-main-box:nth-child(odd) .reason-main-box__figure {
    padding-left: calc((100% - 728px)/2);
  }
  .reason-main-box:nth-child(even) .reason-main-box__figure {
    padding-right: calc((100% - 728px)/2);
  }
}
/*banner*/
@media screen and (max-width:767px) {
  .reason-banner {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/reason/banner-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reason-banner__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .reason-banner {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/reason/banner-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reason-banner__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
/*
PAGE - flow
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .flow-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .flow-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .flow-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .flow-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .flow-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .flow-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
/*block*/
@media screen and (max-width:767px) {
  .flow-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: var(--grey);
  }
  .flow-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .flow-box.consult::after {
    background-image: url(./assets/images/flow/flow1-sp.jpg);
  }
  .flow-box.after::after {
    background-image: url(./assets/images/flow/flow2-sp.jpg);
  }
  .flow-box > .container {
    padding: 0 10px;
  }
  .flow-box__header {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 37px;
    text-align: center;
    padding-bottom: 70px;
  }
  .flow-box__wrap {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
  /*timeline*/
  .flow-timeline {
    display: block;
    width: 100%;
  }
  .flow-timeline > li {
    position: relative;
    display: block;
    width: 100%;
  }
  .flow-timeline > li:not(.close-row) {
    margin-bottom: 90px;
  }
  .flow-timeline > li:not(.close-row)::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 70px;
    background-color: #D3D3D3;
  }
  .flow-question {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 70px;
  }
  .flow-question__txt {
    display: none;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    margin-top: 70px;
  }
  .flow-box.after .flow-question__txt {
    text-align: center;
  }
  .flow-question.active > .flow-question__txt {
    display: block;
  }
  .flow-question__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    font-family: var(--noto-serif);
    width: 46px;
  }
  .flow-question__badge > i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
  .flow-question__badge > span {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }
  .flow-question > i {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .flow-question > i::before,
  .flow-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #222222;
  }
  .flow-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
  }
  .flow-question > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-answer {
    display: none;
    width: 100%;
  }
  .flow-answer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 0 0 0;
  }
  .flow-answer__figure {
    display: block;
    width: calc(275/315 * 100%);
  }
  .flow-answer__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-answer__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .flow-answer__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .flow-answer__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #555555;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .flow-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
  .flow-answer__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .flow-answer__phone > a {
    display: block;
    width: auto;
    font-size: min(28px + (35 - 28) * ((100vw - 320px) / (375 - 320)), 35px);
    font-weight: 700;
    font-family: var(--noto-serif);
    line-height: 50px;
    color: var(--blue);
    padding-left: 40px;
    letter-spacing: 0.1em;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px auto;
  }
  .flow-answer__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flow-answer__phone > p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: var(--blue);
    margin-top: 5px;
  }
  .flow-timeline__break {
    display: block;
    width: 100%;
    padding: 20px 0 30px;
  }
  .flow-timeline__break-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 30px;
    padding: 11px;
  }
  .flow-timeline__break-title.bg-blue {
    background-color: var(--blue);
  }
  .flow-timeline__break-title.bg-brown {
    background-color: #504500;
  }
  .flow-timeline.font-blue .flow-question__badge,
  .flow-timeline.font-blue .flow-question__txt {
    color: var(--blue);
  }
  .flow-timeline.font-brown .flow-question__badge,
  .flow-timeline.font-brown .flow-question__txt {
    color: #504500;
  }
}
@media screen and (min-width:768px) {
  .flow-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .flow-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .flow-box.consult::after {
    background-image: url(./assets/images/flow/flow1-pc.jpg);
  }
  .flow-box.after::after {
    background-image: url(./assets/images/flow/flow2-pc.jpg);
  }
  .flow-box__header {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 46px;
    text-align: center;
    padding-bottom: 100px;
  }
  .flow-box__wrap {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  /*timeline*/
  .flow-timeline {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .flow-timeline > li {
    position: relative;
    display: block;
    width: 100%;
  }
  .flow-timeline > li:not(.close-row) {
    margin-bottom: 50px;
  }
  .flow-timeline > li:not(.close-row)::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 60px;
    display: block;
    width: 1px;
    height: calc(100% - 90px + 50px);
    background-color: #D3D3D3;
  }
  .flow-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 90px;
    padding: 0 40px 0 135px;
  }
  .flow-question__txt {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .flow-timeline > li > .flow-question > .flow-question__txt > small {
    font-size: 20px;
  }
  .flow-question__badge {
    position: absolute;
    top: 0;
    left: 30px;
    display: flex;
    flex-direction: column;
    font-family: var(--noto-serif);
    width: 60px;
  }
  .flow-question__badge > i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
  .flow-question__badge > span {
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
  }
  .flow-question > i {
    position: absolute;
    top: 30;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
  }
  .flow-question > i::before,
  .flow-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: #222222;
  }
  .flow-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
  }
  .flow-question > i::after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .flow-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .flow-answer {
    display: none;
    width: 100%;
  }
  .flow-answer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0 0 135px;
  }
  .flow-answer__figure {
    display: block;
    width: calc(230/765 * 100%);
  }
  .flow-answer__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-answer__content {
    display: block;
    width: calc(505/765 * 100%);
  }
  .flow-answer__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .flow-answer__caution {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #555555;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .flow-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
  .flow-answer__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .flow-answer__phone > a {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    font-family: var(--noto-serif);
    line-height: 60px;
    color: var(--blue);
    padding-left: 50px;
    letter-spacing: 0.1em;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
  }
  .flow-answer__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flow-answer__phone > p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: var(--blue);
    margin-top: 5px;
  }
  .flow-timeline__break {
    display: block;
    width: 100%;
    padding: 30px 0 30px;
  }
  .flow-timeline__break-title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 40px;
    padding: 10px;
  }
  .flow-timeline__break-title.bg-blue {
    background-color: var(--blue);
  }
  .flow-timeline__break-title.bg-brown {
    background-color: #504500;
  }
  .flow-timeline.font-blue .flow-question__badge,
  .flow-timeline.font-blue .flow-question__txt {
    color: var(--blue);
  }
  .flow-timeline.font-brown .flow-question__badge,
  .flow-timeline.font-brown .flow-question__txt {
    color: #504500;
  }
}
/*preparation*/
@media screen and (max-width:767px) {
  .flow-preparation {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .flow-preparation__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .flow-preparation__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 55px;
    width: 100%;
  }
  .flow-preparation-box {
    display: block;
    width: 100%;
  }
  .flow-preparation-box__figure {
    display: block;
    width: 100%;
  }
  .flow-preparation-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-preparation-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding: 20px 0 10px;
  }
  .flow-preparation-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .flow-preparation {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .flow-preparation__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .flow-preparation__main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(55/1100 * 100%);
    row-gap: 60px;
    width: 100%;
  }
  .flow-preparation-box {
    display: block;
    width: 100%;
  }
  .flow-preparation-box__figure {
    display: block;
    width: 100%;
  }
  .flow-preparation-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-preparation-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: justify;
    word-break: break-all;
    padding: 20px 0 10px;
  }
  .flow-preparation-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - plan
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .plan-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .plan-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .plan-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .plan-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .plan-feature {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    background-color: var(--white);
  }
  .plan-feature-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .plan-feature-box__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 2px,100% 2px;
  }
  .plan-feature-box__title > span {
    font-size: 40px;
    line-height: 50px;
    color: #263D69;
    font-weight: 400;
    padding-right: 5px;
  }
  .plan-feature-box__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top:30px;
  }
  .plan-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .plan-feature-box__btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  .plan-feature-box__figure {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .plan-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .plan-feature {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .plan-feature-box {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .plan-feature-box__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 250px 1px,100% 1px;
  }
  .plan-feature-box__title > span {
    font-size: 50px;
    line-height: 60px;
    color: #263D69;
    font-weight: 400;
    padding-right: 10px;
  }
  .plan-feature-box__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(650/1100 * 100%);
    min-height: 250px;
    margin:40px 0 0 auto;
  }
  .plan-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .plan-feature-box__btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  .plan-feature-box__figure {
    position: absolute;
    top: 110px;
    left: 0;
    display: block;
    width: calc(543/1366 * 100%);
  }
  .plan-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - plan pages
--------------------------------------------- */
/*plan-introduce*/
@media screen and (max-width:767px) {
  .plan-introduce {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .plan-introduce__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-introduce__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .plan-introduce__banner {
    display: block;
    width: 100%;
  }
  .plan-introduce__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .plan-introduce {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: var(--white);
  }
  .plan-introduce__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-introduce__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .plan-introduce__banner {
    display: block;
    width: 100%;
  }
  .plan-introduce__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*suitable*/
@media screen and (max-width:767px) {
  .plan-suitable {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .plan-suitable__header {
    display: block;
    width: 100%;
    font-size: min(22px + (26 - 22) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 38px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-suitable__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .plan-suitable__list > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 46px;
    border: 1px solid #263D69;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    color: #263D69;
  }
  .plan-suitable__list > li + li {
    margin-top: 20px;
  }

}
@media screen and (min-width:768px) {
  .plan-suitable {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .plan-suitable__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-suitable__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -20px;
  }
  .plan-suitable__list > li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    width: auto;
    height: 46px;
    border: 1px solid #263D69;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    color: #263D69;
    margin: 20px calc(15/1100 * 100%) 0;
  }

}
/*suitable-kazokusoh*/
@media screen and (min-width:768px) {
  .plan-suitable__list.kazokusoh > li {
    min-width: 200px;
    margin: 20px 10px 0;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .plan-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .plan-flow__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-flow__timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .plan-flow__timeline > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 255px;
    width: 100%;
    height: 43px;
    background-color: #263D69;
    padding: 20px 0;
  }
  .plan-flow__timeline > li:not(:last-child) {
    margin-bottom: 34px;
  }
  .plan-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0px 12px;
    border-color: #263D69 transparent transparent transparent;
  }
  .plan-flow__timeline > li > span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 30px;
  }
}
@media screen and (min-width:768px) {
  .plan-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .plan-flow__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-flow__timeline {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .plan-flow__timeline > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 43px;
    min-height: 215px;
    background-color: #263D69;
    padding: 20px 0;
  }
  .plan-flow__timeline > li:not(:last-child) {
    margin-right: 40px;
  }
  .plan-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    display: block;
    width: 14px;
    height: 24px;
    background-image: url(./assets/images/trangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .plan-flow__timeline > li > span {
    display: block;
    font-size: 20px;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 30px;
    writing-mode: vertical-lr;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .plan-price {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .plan-price__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-price__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .plan-price__txt > span {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 38px;
  }
  .plan-price__txt > span:nth-child(1) {
    margin-bottom: 10px;
  }
  .plan-price__txt > span:nth-child(2) {
    color: #8E7A4B;
  }
  .plan-price__txt > span:nth-child(2) > em {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (min-width:768px) {
  .plan-price {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .plan-price__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-price__txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
  .plan-price__txt > span {
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 38px;
  }
  .plan-price__txt > span:nth-child(1) {
    padding-right: 30px;
  }
  .plan-price__txt > span:nth-child(2) {
    color: #8E7A4B;
  }
  .plan-price__txt > span:nth-child(2) > em {
    font-size: 40px;
    line-height: 40px;
  }
}
/*price-include*/
@media screen and (max-width:767px) {
  .plan-price-include {
    display: block;
    width: calc(100% - 40px);
    padding: 20px 0;
    background-color: #F9F7F4;
    margin: 50px auto 0;
  }
  .plan-price-include__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-price-include__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .plan-price-include {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 50px 30px;
    background-color: #F9F7F4;
    margin: 50px auto 0;
  }
  .plan-price-include__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-price-include__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/1100 * 100%);
    row-gap: 40px;
    width: 100%;
  }
}
@media screen and (max-width:1024px)  {
  .plan-price-include__list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding:20px;
  }
  .plan-price-include__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .plan-price-include__figure > img {
    display: block;
    object-fit: cover;
  }
  .plan-price-include__figure > img.coffin {
    width: 110.93px;
  }
  .plan-price-include__figure > img.pillow {
    width: 131px;
  }
  .plan-price-include__figure > img.staff {
    width: 89.99px;
  }
  .plan-price-include__figure > img.proceed {
    width: 98.17px;
  }
  .plan-price-include__figure > img.altar {
    width: 119.45px;
  }
  .plan-price-include__figure > img.reception {
    width: 126.01px;
  }
  .plan-price-include__figure > img.consumables {
    width: 124.89px;
  }
  .plan-price-include__figure > img.flower {
    width: 113.31px;
  }
  .plan-price-include__figure > img.complete {
    width: 149px;
  }
  .plan-price-include__figure > img.common {
    width: 120px;
  }
  .plan-price-include__detail {
    display: block;
    width: 100%;
  }
  .plan-price-include__detail > dt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
  }
  .plan-price-include__detail > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (max-width:767px) {
  .plan-price-include__list > li {
    padding: 10px;
  }
}
@media screen and (min-width:1025px) {
  .plan-price-include__list > li {
    position: relative;
    display: block;
    width: 100%;
    min-height: 167px;
    background-color: var(--white);
    padding:20px 20px 20px 150px;
  }
  .plan-price-include__figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
  }
  .plan-price-include__figure > img {
    display: block;
    object-fit: cover;
  }
  .plan-price-include__figure > img.coffin {
    width: 119.1px;
  }
  .plan-price-include__figure > img.pillow {
    width: 131px;
  }
  .plan-price-include__figure > img.staff {
    width: 103.95px;
  }
  .plan-price-include__figure > img.proceed {
    width: 102.75px;
  }
  .plan-price-include__figure > img.altar {
    width: 119.45px;
  }
  .plan-price-include__figure > img.reception {
    width: 126.01px;
  }
  .plan-price-include__figure > img.consumables {
    width: 124.89px;
  }
  .plan-price-include__figure > img.flower {
    width: 113.31px;
  }
  .plan-price-include__figure > img.complete {
    width: 149px;
  }
  .plan-price-include__figure > img.common {
    width: 120px;
  }
  .plan-price-include__detail {
    display: block;
    width: 100%;
  }
  .plan-price-include__detail > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .plan-price-include__detail > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*price-member*/
@media screen and (max-width:767px) {
  .plan-price-member {
    display: block;
    width: calc(100% - 40px);
    padding: 20px 0;
    background-color: #EDF4F8;
    margin: 50px auto 0;
  }
  .plan-price-member__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-price-member__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
  }
  .plan-price-member__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
  }
  .plan-price-member__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .plan-price-member__btns > a {
    max-width: 340px;
  }
}
@media screen and (min-width:768px) {
  .plan-price-member {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 50px 30px;
    background-color: #EDF4F8;
    margin: 50px auto 0;
  }
  .plan-price-member__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-price-member__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/1100 * 100%);
    row-gap: 40px;
    width: 100%;
  }
  .plan-price-member__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
  }
  .plan-price-member__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .plan-price-member__btns > a {
    max-width: 340px;
  }
}
@media screen and (max-width:1024px)  {
  .plan-price-member__list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding:20px;
  }
  .plan-price-member__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .plan-price-member__figure > img {
    display: block;
    width: 200px;
    object-fit: cover;
  }
  .plan-price-member__detail {
    display: block;
    width: 100%;
  }
  .plan-price-member__detail > dt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
  }
  .plan-price-member__detail > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (max-width:767px) {
  .plan-price-member__list > li {
    padding: 10px;
  }
}
@media screen and (min-width:1025px) {
  .plan-price-member__list > li {
    position: relative;
    display: block;
    width: 100%;
    min-height: 195px;
    background-color: var(--white);
    padding:20px 20px 20px 220px;
  }
  .plan-price-member__figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
  }
  .plan-price-member__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .plan-price-member__detail {
    display: block;
    width: 100%;
  }
  .plan-price-member__detail > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .plan-price-member__detail > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*price-option*/
@media screen and (max-width:767px) {
  .plan-price-option {
    display: block;
    width: calc(100% - 40px);
    padding: 20px 0;
    background-color: #F9F7F4;
    margin: 50px auto 0;
  }
  .plan-price-option__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .plan-price-option__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
  }
  .plan-price-option__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .plan-price-option {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 50px 30px;
    background-color: #F9F7F4;
    margin: 50px auto 0;
  }
  .plan-price-option__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .plan-price-option__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/1100 * 100%);
    row-gap: 40px;
    width: 100%;
  }
  .plan-price-option__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width:1024px)  {
  .plan-price-option__list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding:20px;
  }
  .plan-price-option__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .plan-price-option__figure > img {
    display: block;
    width: 200px;
    object-fit: cover;
  }
  .plan-price-option__detail {
    display: block;
    width: 100%;
  }
  .plan-price-option__detail > dt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
  }
  .plan-price-option__detail > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (max-width:767px) {
  .plan-price-option__list > li {
    padding: 10px;
  }
}
@media screen and (min-width:1025px) {
  .plan-price-option__list > li {
    position: relative;
    display: block;
    width: 100%;
    min-height: 225px;
    background-color: var(--white);
    padding:20px 20px 20px 220px;
  }
  .plan-price-option__figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
  }
  .plan-price-option__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .plan-price-option__detail {
    display: block;
    width: 100%;
  }
  .plan-price-option__detail > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .plan-price-option__detail > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*plan-faq*/
@media screen and (max-width:767px) {
  .plan-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/chokusoh/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .plan-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .plan-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .plan-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .plan-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .plan-faq-list {
    display: block;
    width: 100%;
  }
  .plan-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .plan-faq-list > li + li {
    margin-top: 30px;
  }
  .plan-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .plan-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .plan-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .plan-faq-question > i::before,
  .plan-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .plan-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .plan-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;
  }
  .plan-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .plan-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .plan-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 45px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .plan-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .plan-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .plan-faq__btns > a {
    max-width: 320px;
  }
}
@media screen and (min-width:768px) {
  .plan-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/chokusoh/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .plan-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .plan-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .plan-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .plan-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .plan-faq-list {
    display: block;
    width: 100%;
  }
  .plan-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .plan-faq-list > li + li {
    margin-top: 20px;
  }
  .plan-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .plan-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .plan-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .plan-faq-question > i::before,
  .plan-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .plan-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .plan-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;
  }
  .plan-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .plan-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .plan-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .plan-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .plan-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .plan-faq__btns > a {
    max-width: 320px;
  }
}
/*
PAGE - facility
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .facility-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .facility-intro__header {
    display: block;
    width: 100%;
    font-size: min(24px + (26 - 24) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .facility-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facility-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facility-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .facility-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .facility-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .facility-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .facility-box + .facility-box {
    margin-top: 80px;
  }
  .facility-box > .container {
    padding: 0 10px;
  }
  .facility-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px 30px;
  }
  .facility-box__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: min(19px + (22 - 19) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 30px;
  }
  .facility-box__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: min(19px + (22 - 19) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: #909090;
    line-height: 30px;
    margin-top: 10px;
  }
  .facility-box-content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .facility-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .facility-box__address  {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--grey);
    margin-top: 20px;
  }
  .facility-box__address > p {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #002C50;
    text-align: justify;
    word-break: break-all;
    padding-left: 83px;
  }
  .facility-box__address > p + p {
    margin-top: 13px;
  }
  .facility-box__address > p > span {
    position: absolute;
    left: 0;
  }
  .facility-box__address > p > span > i {
    display: none;
  }
  .facility-box__address > p > a {
    color: #002C50;
  }
  .facility-box__address > p > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facility-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .facility-box__figure {
    display: block;
    width: 100%;
    margin-top: -120px;
  }
  .facility-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-box:nth-child(even) .facility-box__figure {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .facility-main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .facility-box {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }
  .facility-box + .facility-box {
    margin-top: 100px;
  }
  .facility-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 0 130px;
  }
  .facility-box__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 38px;
  }
  .facility-box__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: #909090;
    line-height: 38px;
    margin-top: 10px;
  }
  .facility-box:nth-child(even) .facility-box__header > span {
    text-align: right;
  }
  .facility-box-content {
    position: absolute;
    top: 0;
    display: block;
    width: calc(715/1366 * 100%);
    padding: calc(60/1366 * 100%) calc(83/1366 * 100%);
    background-color: var(--white);
  }
  .facility-box:nth-child(odd) .facility-box-content {
    right: calc(50/1366 * 100%);
  }
  .facility-box:nth-child(even) .facility-box-content {
    left: calc(50/1366 * 100%);
  }
  .facility-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .facility-box__address  {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--grey);
    margin-top: 20px;
  }
  .facility-box__address > p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #002C50;
    text-align: justify;
    word-break: break-all;
  }
  .facility-box__address > p > a {
    color: #002C50;
  }
  .facility-box__address > p > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facility-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .facility-box__figure {
    display: block;
    width: calc(1233/1366 * 100%);
  }
  .facility-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-box:nth-child(even) .facility-box__figure {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .facility-box__header > span:nth-child(1) {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .facility-box__header > span:nth-child(2) {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
/*
PAGE - facility
--------------------------------------------- */
/*gallery*/
@media screen and (max-width:767px) {
  .facility-gallery {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .facility-gallery__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (375 - 320)), 24px);
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .facility-gallery__wrap {
    display: block;
    width: 100%;
  }
  .facility-gallery__wrap {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  /*frame*/
  .frame-wrap {
    display: block;
    width: 100%;
  }
  .frame-wrap .swiper-wrapper {
    width: 100%;
  }
  .frame-wrap .swiper-slide {
    width: 100%;
  }
  .frame-wrap__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .frame-wrap__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /*thumbnail*/
  .frame-wrap + .container {
    padding: 0 10px;
  }
  .thumbnail-wrap {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }
  .thumbnail-wrap {
    max-width: 355px;
    width: 100%;
  }
  .thumbnail-wrap > .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
  }
  .thumbnail-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .thumbnail-wrap__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(70px + (86 - 70) * ((100vw - 320px) / (375 - 320)), 86px);
    overflow: hidden;
    cursor: pointer;
  }
  .thumbnail-wrap__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-wrap .swiper-slide-thumb-active {
    opacity: 1;
  }
}
@media screen and (min-width:768px) {
  .facility-gallery {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facility-gallery__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .facility-gallery__wrap {
    display: block;
    width: 100%;
  }
  .facility-gallery__wrap {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*frame*/
  .frame-wrap {
    display: block;
    width: 100%;
  }
  .frame-wrap .swiper-wrapper {
    width: 100%;
  }
  .frame-wrap .swiper-slide {
    width: 100%;
  }
  .frame-wrap__figure {
    display: block;
    width: 100%;
  }
  .frame-wrap__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  /*thumbnail*/
  .thumbnail-wrap {
    display: block;
    margin: 0 auto;
    padding-top: 100px;
  }
  .thumbnail-konosu {
    max-width: 809px;
    width: 100%;
  }
  .thumbnail-konosu > .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: 3px;
    row-gap: 50px;
    width: 100%;
  }
  .thumbnail-konosu .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .thumbnail-gyoda {
    max-width: 1012px;
    width: 100%;
  }
  .thumbnail-gyoda > .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
    column-gap: 3px;
    row-gap: 50px;
    width: 100%;
  }
  .thumbnail-gyoda .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .thumbnail-hanyu {
    max-width: 1012px;
    width: 100%;
  }
  .thumbnail-hanyu > .swiper-wrapper {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .thumbnail-hanyu > .swiper-wrapper > .swiper-slide {
    display: block;
    width: calc(200/1012 * 100%);
    margin-right: calc(3/1100 * 100%);
  }
  .thumbnail-hanyu > .swiper-wrapper > .swiper-slide:nth-child(5n),
  .thumbnail-hanyu > .swiper-wrapper > .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .thumbnail-hanyu > .swiper-wrapper > .swiper-slide:nth-child(n+6) {
    margin-top: 50px;
  }

  .thumbnail-wrap .thumbnail-wrap__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 200 / 150;
    overflow: hidden;
    cursor: pointer;
  }
  .thumbnail-wrap__figure > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-wrap .swiper-slide-thumb-active {
    opacity: 1;
  }
}
/*reason*/
@media screen and (max-width:767px) {
  .facility-reason {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .facility-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-reason__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .facility-reason__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 38px;
    margin-top: 5px;
    text-align: center;
  }
  .facility-reason__main {
    display: block;
    width: 100%;
  }
  .facility-reason-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facility-reason-box + .facility-reason-box {
    margin-top: 50px;
  }
  .facility-reason-box__content {
    display: block;
    width: 100%;
  }
  .facility-reason-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 20px;
  }
  .facility-reason-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .facility-reason-box__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .facility-reason-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .facility-reason {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .facility-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-reason__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .facility-reason__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .facility-reason__main {
    display: block;
    width: 100%;
  }
  .facility-reason-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .facility-reason-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .facility-reason-box + .facility-reason-box {
    margin-top: 100px;
  }
  .facility-reason-box__content {
    display: block;
    width: calc(473/1100 * 100%);
  }
  .facility-reason-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .facility-reason-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .facility-reason-box__figure {
    display: block;
    width: calc(587/1100 * 100%);
  }
  .facility-reason-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .facility-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .facility-feature__body {
    display: block;
    width: 100%;
  }
  .facility-feature__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .facility-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facility-feature-box + .facility-feature-box {
    margin-top: 50px;
  }
  .facility-feature-box__figure {
    display: block;
    width: 100%;
  }
  .facility-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-feature-box__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .facility-feature-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 20px;
  }
  .facility-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facility-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facility-feature__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .facility-feature__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .facility-feature-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .facility-feature-box + .facility-feature-box {
    margin-top: 100px;
  }
  .facility-feature-box__figure {
    display: block;
    width: calc(300/860 * 100%);
  }
  .facility-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-feature-box__content {
    display: block;
    width: calc(520/860 * 100%);
  }
  .facility-feature-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .facility-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*info*/
@media screen and (max-width:767px) {
  .facility-info {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .facility-info__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .facility-info__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facility-info__detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  .facility-info__detail-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .facility-info__detail-col + .facility-info__detail-col {
    margin-top: 10px;
  }
  .facility-info__detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .facility-info__detail-row + .facility-info__detail-row {
    margin-top: 10px;
  }
  .facility-info__detail-row > dt {
    display: block;
    width: 90px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .facility-info__detail-row > dd {
    display: block;
    width: calc(100% - 90px);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .facility-info__detail-row > dd > a {
    color: var(--font-color);
  }
  .facility-info__detail-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facility-info__feature {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    padding-top: 30px;
  }
  .facility-info__feature-box {
    display: block;
    width: 100%;
  }
  .facility-info__feature-box > picture {
    display: block;
    width: 100%;
  }
  .facility-info__feature-box > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-info__feature-title {
    display: block;
    width: 100%;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (375 - 320)), 15px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) {
  .facility-info {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .facility-info__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .facility-info__main {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
  .facility-info__detail {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding-right: calc(60/930 * 100%);
    border-right: 1px solid #707070;
  }
  .facility-info__detail-col {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .facility-info__detail-row {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .facility-info__detail-row + .facility-info__detail-row {
    margin-top: 30px;
  }
  .facility-info__detail-row > dt {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .facility-info__detail-row > dd {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  .facility-info__detail-row > dd > a {
    color: var(--font-color);
  }
  .facility-info__detail-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facility-info__feature {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
    width: 50%;
    padding-left: calc(60/930 * 100%);
  }
  .facility-info__feature-box {
    display: block;
    width: 100%;
  }
  .facility-info__feature-box > picture {
    display: block;
    width: 100%;
  }
  .facility-info__feature-box > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-info__feature-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .facility-info__detail-row > dt {
    font-size: 20px;
    line-height: 26px;
  }
  .facility-info__detail-row > dd {
    font-size: 14px;
    line-height: 26px;
  }
  .facility-info__feature-title {
    font-size: 12px;
    line-height: 20px;
  }
}
/*voice*/
@media screen and (max-width:767px) {
  .facility-voice {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .facility-voice__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-voice__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .facility-voice__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .facility-voice__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-columns: auto;
    row-gap: 50px;
    width: 100%;
  }
  .facility-voice-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facility-voice-item__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .facility-voice-item__badge > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
  .facility-voice-item__badge > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    margin-top: 5px;
    font-family: var(--noto-serif);
  }
  .facility-voice-item__figure {
    display: block;
    width: calc(180/335 * 100%);
  }
  .facility-voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-voice-item__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding: 20px 0;
  }
  .facility-voice-item__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facility-voice {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facility-voice__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-voice__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .facility-voice__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .facility-voice__main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/1100 * 100%);
  }
  .facility-voice-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }
  .facility-voice-item__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .facility-voice-item__badge > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
  .facility-voice-item__badge > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    margin-top: 5px;
    font-family: var(--noto-serif);
  }
  .facility-voice-item__figure {
    display: block;
    width: 145px;
  }
  .facility-voice-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facility-voice-item__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding: 20px 0;
  }
  .facility-voice-item__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*staff*/
@media screen and (max-width:767px) {
  .facility-staff {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .facility-staff__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facility-staff__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .facility-staff__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facility-staff {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .facility-staff__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .facility-staff__header {
    display: block;
    width: 306px;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
  }
  .facility-staff__txt {
    display: block;
    width: calc(100% - 306px);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*facility-faq*/
@media screen and (max-width:767px) {
  .facility-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/chokusoh/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .facility-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .facility-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .facility-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .facility-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .facility-faq-list {
    display: block;
    width: 100%;
  }
  .facility-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .facility-faq-list > li + li {
    margin-top: 30px;
  }
  .facility-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .facility-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .facility-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .facility-faq-question > i::before,
  .facility-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .facility-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .facility-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;
  }
  .facility-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .facility-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .facility-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .facility-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facility-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/chokusoh/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .facility-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .facility-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .facility-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .facility-faq-list {
    display: block;
    width: 100%;
  }
  .facility-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .facility-faq-list > li + li {
    margin-top: 20px;
  }
  .facility-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .facility-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .facility-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .facility-faq-question > i::before,
  .facility-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .facility-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .facility-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;
  }
  .facility-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .facility-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .facility-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .facility-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .facility-access {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .facility-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .facility-access__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .facility-access__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .facility-access-map {
    display: block;
    width: 100%;
    height: 335px;
  }
  .facility-access-map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .facility-access {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facility-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .facility-access__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .facility-access__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .facility-access-map {
    display: block;
    width: 100%;
    height: 366px;
  }
  .facility-access-map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*
PAGE - other-facilities
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .other-facilities-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .other-facilities-intro__header {
    display: block;
    width: 100%;
    font-size: min(24px + (26 - 24) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 37px;
    text-align: center;
    padding-bottom: 30px;
  }
  .other-facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .other-facilities-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .other-facilities-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    color: #1E1E1E;
    line-height: 46px;
    text-align: center;
    padding-bottom: 50px;
  }
  .other-facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .other-facilities__main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .other-facilities-box {
    display: block;
    width: 100%;
  }
  .other-facilities-box:not(:first-child) {
    margin-top: 30px;
  }
  .other-facilities-box:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
  }
  .other-facilities-box__title {
    display: block;
    width: 100%;
    font-size: min(22px + (26 - 22) * ((100vw - 320px) / (375 - 320)), 26px);
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  /*feature*/
  .other-facilities-box__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .other-facilities-box__figure {
    display: block;
    width: 100%;
  }
  .other-facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .other-facilities-box__feature-points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin-top: 20px;
  }
  .other-facilities-box__feature-point {
    display: block;
    width: 100%;
  }
  .other-facilities-box__feature-point > picture {
    display: block;
    width: 100%;
  }
  .other-facilities-box__feature-point > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .other-facilities-box__feature-point > h4 {
    display: block;
    width: 100%;
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (375 - 320)), 15px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
  }
  /*info*/
  .other-facilities-box__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .other-facilities-box__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .other-facilities-box__wrap-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .other-facilities-box__wrap-col + .other-facilities-box__wrap-col {
    margin-top: 10px;
  }
  .other-facilities-box__detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .other-facilities-box__detail-row + .other-facilities-box__detail-row {
    margin-top: 10px;
  }
  .other-facilities-box__detail-row > dt {
    display: block;
    width: 95px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .other-facilities-box__detail-row > dd {
    display: block;
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .other-facilities-box__detail-row > dd > a {
    color: var(--font-color);
  }
  .other-facilities-box__detail-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .other-facilities-box__map {
    display: block;
    width: 100%;
    height: 335px;
    margin-top: 30px;
  }
  .other-facilities-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .other-facilities__main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .other-facilities-box {
    display: block;
    width: 100%;
  }
  .other-facilities-box:not(:first-child) {
    margin-top: 50px;
  }
  .other-facilities-box:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
  }
  .other-facilities-box__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  /*feature*/
  .other-facilities-box__feature {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .other-facilities-box__figure {
    display: block;
    width: calc(510/1100 * 100%);
  }
  .other-facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .other-facilities-box__feature-points {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 50%;
  }
  .other-facilities-box__feature-point {
    display: block;
    width: 100%;
  }
  .other-facilities-box__feature-point > picture {
    display: block;
    width: 100%;
  }
  .other-facilities-box__feature-point > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .other-facilities-box__feature-point > h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
  }
  /*info*/
  .other-facilities-box__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .other-facilities-box__wrap {
    display: flex;
    justify-content: space-between;
    width: calc(510/1100 * 100%);
  }
  .other-facilities-box__wrap-col {
    display: flex;
    flex-direction: column;
  }
  .other-facilities-box__wrap-col:nth-child(1) {
    width: calc((100% - 195) / 510 * 100%);
  }
  .other-facilities-box__wrap-col:nth-child(2) {
    width: calc(195/510 * 100%);
  }
  .other-facilities-box__detail-row {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .other-facilities-box__detail-row + .other-facilities-box__detail-row {
    margin-top: 30px;
  }
  .other-facilities-box__detail-row > dt {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .other-facilities-box__detail-row > dd {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  .other-facilities-box__detail-row > dd > a {
    color: var(--font-color);
  }
  .other-facilities-box__detail-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .other-facilities-box__map {
    display: block;
    width: 50%;
    height: 370px;
  }
  .other-facilities-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .other-facilities-box__detail-row > dt {
    font-size: 20px;
    line-height: 24px;
  }
  .other-facilities-box__detail-row > dd {
    font-size: 13px;
  }
  .other-facilities-box__feature-point > h4 {
    font-size: 12px;
  }
  .other-facilities-box__map {
    height: 270px;
  }
}
/*
PAGE - enclave
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .enclave-intro {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .enclave-intro__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (375 - 320)), 24px);
    font-weight: 500;
    line-height: 38px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .enclave-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .enclave-intro__main {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    margin-top: 50px;
    background-color: var(--grey);
  }
  .enclave-intro__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .enclave-intro__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-intro__main > .container {
    padding: 0 10px;
  }
  .enclave-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -40px auto 0;
  }
  .enclave-intro__content-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
  }
  .enclave-intro__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .enclave-intro {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: var(--white);
  }
  .enclave-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .enclave-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .enclave-intro__main {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    margin-top: 40px;
    background-color: var(--grey);
  }
  .enclave-intro__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .enclave-intro__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(60/1100 * 100%) calc(80/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .enclave-intro__content-title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .enclave-intro__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*using*/
@media screen and (max-width:767px) {
  .enclave-using {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--white);
  }
  .enclave-using__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .enclave-using__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-using > .container {
    padding: 0 10px;
  }
  .enclave-using__main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -40px auto 0;
  }
  .enclave-using__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 1px,100% 1px;
  }
  .enclave-using__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .enclave-using__block + .enclave-using__block {
    margin-top: 50px;
  }
  .enclave-using__block > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .enclave-using__block > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .enclave-using {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .enclave-using__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .enclave-using__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-using__main {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1100 * 100%) calc(40/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .enclave-using__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 250px 1px,100% 1px;
  }
  .enclave-using__block {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .enclave-using__block + .enclave-using__block {
    margin-top: 30px;
  }
  .enclave-using__block > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 37px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .enclave-using__block > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .enclave-feature {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--grey);
  }
  .enclave-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .enclave-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-feature > .container {
    padding: 0 10px;
  }
  .enclave-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -50px auto 0;
  }
  .enclave-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 1px,100% 1px;
  }
  .enclave-feature__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .enclave-feature__block + .enclave-feature__block {
    margin-top: 50px;
  }
  .enclave-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .enclave-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .enclave-feature {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--grey);
  }
  .enclave-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .enclave-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .enclave-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1100 * 100%) calc(40/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .enclave-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 250px 1px,100% 1px;
  }
  .enclave-feature__block {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .enclave-feature__block + .enclave-feature__block {
    margin-top: 30px;
  }
  .enclave-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 37px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .enclave-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .enclave-price {
    display: block;
    padding: 50px 0;
    background-color: var(--white);
  }
  .enclave-price__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .enclave-price__amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .enclave-price__amount > span {
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .enclave-price__amount > span:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    color: #1E1E1E;
  }
  .enclave-price__amount > span:nth-child(2) {
    font-size: 36px;
    line-height: 50px;
    color: #8E7A4B;
  }
  .enclave-price__amount > span:nth-child(2) > small {
    font-size: 20px;
    line-height: 30px;
  }
  .enclave-price__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
  }
  .enclave-price__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .enclave-price__btns > a {
    max-width: 340px;
  }
}
@media screen and (min-width:768px) {
  .enclave-price {
    display: block;
    padding: 100px 0;
    background-color: var(--white);
  }
  .enclave-price__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 46px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .enclave-price__amount {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    text-align: center;
  }
  .enclave-price__amount > span {
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .enclave-price__amount > span:nth-child(1) {
    font-size: 26px;
    line-height: 30px;
    color: #1E1E1E;
    padding-right: 30px;
  }
  .enclave-price__amount > span:nth-child(2) {
    font-size: 40px;
    line-height: 40px;
    color: #8E7A4B;
  }
  .enclave-price__amount > span:nth-child(2) > small {
    font-size: 26px;
    line-height: 30px;
  }
  .enclave-price__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
  }
  .enclave-price__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .enclave-price__btns > a {
    max-width: 340px;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .enclave-access {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .enclave-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .enclave-access__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .enclave-access__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .enclave-access__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .enclave-access__info {
    display: block;
    width: 100%;
  }
  .enclave-access__title {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .enclave-access__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .enclave-access__block + .enclave-access__block {
    margin-top: 10px;
  }
  .enclave-access__block > dt {
    display: block;
    width: 95px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .enclave-access__block > dd {
    display: block;
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .enclave-access__block > dd > a {
    color: var(--font-color);
  }
  .enclave-access__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .enclave-access__map {
    display: block;
    width: 100%;
    height: 335px;
    margin-top: 30px;
  }
  .enclave-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .enclave-access {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .enclave-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .enclave-access__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .enclave-access__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .enclave-access__main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .enclave-access__info {
    display: block;
    width: calc(380/1000 * 100%);
  }
  .enclave-access__title {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .enclave-access__block {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .enclave-access__block + .enclave-access__block {
    margin-top: 30px;
  }
  .enclave-access__block > dt {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .enclave-access__block > dd {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  .enclave-access__block > dd > a {
    color: var(--font-color);
  }
  .enclave-access__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .enclave-access__map {
    display: block;
    width: calc(600/1000 * 100%);
    height: 250px;
  }
  .enclave-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .enclave-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/enclave/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .enclave-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .enclave-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .enclave-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .enclave-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .enclave-faq-list {
    display: block;
    width: 100%;
  }
  .enclave-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .enclave-faq-list > li + li {
    margin-top: 30px;
  }
  .enclave-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .enclave-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .enclave-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .enclave-faq-question > i::before,
  .enclave-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .enclave-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .enclave-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;
  }
  .enclave-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .enclave-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .enclave-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .enclave-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .enclave-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/enclave/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .enclave-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .enclave-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .enclave-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .enclave-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .enclave-faq-list {
    display: block;
    width: 100%;
  }
  .enclave-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .enclave-faq-list > li + li {
    margin-top: 20px;
  }
  .enclave-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .enclave-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .enclave-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .enclave-faq-question > i::before,
  .enclave-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .enclave-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .enclave-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;
  }
  .enclave-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .enclave-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .enclave-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .enclave-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*summary*/
@media screen and (max-width:767px) {
  .enclave-summary {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .enclave-summary__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .enclave-summary {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .enclave-summary__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
/*
PAGE - jumokusou
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .jumokusou-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .jumokusou-intro__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (375 - 320)), 24px);
    font-weight: 500;
    line-height: 38px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .jumokusou-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-intro-box {
    display: block;
    width: 100%;
    padding: 50px 0 115px;
    background-color: var(--grey);
    margin-top: 50px;
  }
  .jumokusou-intro-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .jumokusou-intro-box__list {
    display: block;
    width: 100%;
  }
  .jumokusou-intro-box__list > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 28px;
  }
  .jumokusou-intro-box__figure {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0 20px;
    margin: -85px auto 0;
  }
  .jumokusou-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-intro {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .jumokusou-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .jumokusou-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-intro-box {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
    margin-top: 50px;
  }
  .jumokusou-intro-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 40px;
  }
  .jumokusou-intro-box__list {
    display: block;
    width: 100%;
  }
  .jumokusou-intro-box__list > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 28px;
  }
  .jumokusou-intro-box__figure {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: block;
    width: 420px;
  }
  .jumokusou-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .jumokusou-intro-box__title {
    font-size: 22px;
  }
  .jumokusou-intro-box__list > li,
  .jumokusou-intro-box__txt {
    width: 55%;
  }
  .jumokusou-intro-box__figure {
    width: 320px;
  }
}
/*about*/
@media screen and (max-width:767px) {
  .jumokusou-about {
    display: block;
    width: 100%;
    padding: 0 0 50px;
    background-color: var(--grey);
  }
  .jumokusou-about__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .jumokusou-about__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .jumokusou-about__main > .container {
    padding: 0 10px;
  }
  .jumokusou-about__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -40px auto 0;
  }
  .jumokusou-about__content-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
  }
  .jumokusou-about__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-about {
    display: block;
    width: 100%;
    padding: 0 0 100px;
    background-color: var(--grey);
  }
  .jumokusou-about__main {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    margin-top: 40px;
    background-color: var(--grey);
  }
  .jumokusou-about__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .jumokusou-about__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .jumokusou-about__content {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(60/1100 * 100%) calc(80/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .jumokusou-about__content-title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .jumokusou-about__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .jumokusou-feature {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--grey);
  }
  .jumokusou-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .jumokusou-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .jumokusou-feature > .container {
    padding: 0 10px;
  }
  .jumokusou-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -50px auto 0;
  }
  .jumokusou-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 1px,100% 1px;
  }
  .jumokusou-feature__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .jumokusou-feature__block + .jumokusou-feature__block {
    margin-top: 50px;
  }
  .jumokusou-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .jumokusou-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-feature {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--grey);
  }
  .jumokusou-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .jumokusou-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .jumokusou-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1100 * 100%) calc(40/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .jumokusou-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 250px 1px,100% 1px;
  }
  .jumokusou-feature__block {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .jumokusou-feature__block + .jumokusou-feature__block {
    margin-top: 30px;
  }
  .jumokusou-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 37px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .jumokusou-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .jumokusou-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #DDE5DC;
  }
  .jumokusou-flow__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .jumokusou-flow__header > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 37px;
  }
  .jumokusou-flow__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 20px;
    margin-top: 5px;
  }
  .jumokusou-flow__main {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .jumokusou-flow__figure-txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .jumokusou-flow__main::-webkit-scrollbar {
    background: #EFEFEF;
    width: 10px;
    height: 10px;
  }
  .jumokusou-flow__main::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    width: 5px;
  }
  .jumokusou-flow__figure {
    display: block;
    width: 1100px;
  }
  .jumokusou-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #DDE5DC;
  }
  .jumokusou-flow__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .jumokusou-flow__header > span:nth-child(1) {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 46px;
  }
  .jumokusou-flow__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 23px;
    margin-top: 10px;
  }
  .jumokusou-flow__main {
    display: block;
    width: 100%;
  }
  .jumokusou-flow__figure-txt {
    display: none;
  }
  .jumokusou-flow__figure {
    display: block;
    width: 100%;
  }
  .jumokusou-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .jumokusou-price {
    display: block;
    padding: 50px 0;
    background-color: var(--white);
  }
  .jumokusou-price__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .jumokusou-price__amount {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    text-align: center;
  }
  .jumokusou-price__amount + .jumokusou-price__amount {
    margin-top: 20px;
  }
  .jumokusou-price__amount > span {
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .jumokusou-price__amount > span:nth-child(1) {
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (375 - 320)), 20px);
    line-height: 30px;
    color: #1E1E1E;
    padding-right: 10px;
  }
  .jumokusou-price__amount > span:nth-child(2) {
    font-size: min(30px + (36 - 30) * ((100vw - 320px) / (375 - 320)), 36px);
    line-height: 50px;
    color: #8E7A4B;
  }
  .jumokusou-price__amount > span:nth-child(2) > small {
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (375 - 320)), 20px);
    line-height: 30px;
  }
  .jumokusou-price__memo {
    display: block;
    width: 100%;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (375 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-price {
    display: block;
    padding: 100px 0;
    background-color: var(--white);
  }
  .jumokusou-price__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 46px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .jumokusou-price__amount {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    text-align: center;
  }
  .jumokusou-price__amount + .jumokusou-price__amount {
    margin-top: 20px;
  }
  .jumokusou-price__amount > span {
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .jumokusou-price__amount > span:nth-child(1) {
    font-size: 26px;
    line-height: 30px;
    color: #1E1E1E;
    padding-right: 30px;
  }
  .jumokusou-price__amount > span:nth-child(2) {
    font-size: 40px;
    line-height: 40px;
    color: #8E7A4B;
  }
  .jumokusou-price__amount > span:nth-child(2) > small {
    font-size: 26px;
    line-height: 30px;
  }
  .jumokusou-price__memo {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .jumokusou-access {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .jumokusou-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .jumokusou-access__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .jumokusou-access__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .jumokusou-access__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .jumokusou-access__info {
    display: block;
    width: 100%;
  }
  .jumokusou-access__title {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .jumokusou-access__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .jumokusou-access__block + .jumokusou-access__block {
    margin-top: 10px;
  }
  .jumokusou-access__block > dt {
    display: block;
    width: 95px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .jumokusou-access__block > dd {
    display: block;
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-access__block > dd > a {
    color: var(--font-color);
  }
  .jumokusou-access__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .jumokusou-access__map {
    display: block;
    width: 100%;
    height: 335px;
    margin-top: 30px;
  }
  .jumokusou-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-access {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .jumokusou-access__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .jumokusou-access__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .jumokusou-access__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .jumokusou-access__main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .jumokusou-access__info {
    display: block;
    width: calc(380/1000 * 100%);
  }
  .jumokusou-access__title {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .jumokusou-access__block {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .jumokusou-access__block + .jumokusou-access__block {
    margin-top: 30px;
  }
  .jumokusou-access__block > dt {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .jumokusou-access__block > dd {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  .jumokusou-access__block > dd > a {
    color: var(--font-color);
  }
  .jumokusou-access__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .jumokusou-access__map {
    display: block;
    width: calc(600/1000 * 100%);
    height: 250px;
  }
  .jumokusou-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .jumokusou-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/jumokusou/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .jumokusou-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .jumokusou-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .jumokusou-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .jumokusou-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .jumokusou-faq-list {
    display: block;
    width: 100%;
  }
  .jumokusou-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .jumokusou-faq-list > li + li {
    margin-top: 30px;
  }
  .jumokusou-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .jumokusou-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .jumokusou-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .jumokusou-faq-question > i::before,
  .jumokusou-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .jumokusou-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .jumokusou-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;
  }
  .jumokusou-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .jumokusou-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .jumokusou-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .jumokusou-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-faq-answer__txt > a {
    color: var(--font-color);
  }
  .jumokusou-faq-answer__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/jumokusou/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .jumokusou-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .jumokusou-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .jumokusou-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .jumokusou-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .jumokusou-faq-list {
    display: block;
    width: 100%;
  }
  .jumokusou-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .jumokusou-faq-list > li + li {
    margin-top: 20px;
  }
  .jumokusou-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .jumokusou-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .jumokusou-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .jumokusou-faq-question > i::before,
  .jumokusou-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .jumokusou-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .jumokusou-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;
  }
  .jumokusou-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .jumokusou-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .jumokusou-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .jumokusou-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .jumokusou-faq-answer__txt > a {
    color: var(--font-color);
  }
  .jumokusou-faq-answer__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*temple*/
@media screen and (max-width:767px) {
  .jumokusou-temple {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .jumokusou-temple__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 2px,100% 2px;
  }
  .jumokusou-temple__banner {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .jumokusou-temple__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jumokusou-temple__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .jumokusou-temple__figure {
    display: block;
    width:150px;
    margin-top: 20px;
  }
  .jumokusou-temple__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jumokusou-temple__caption {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
    margin-top: 10px;
  }
  .jumokusou-temple__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-temple {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .jumokusou-temple__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 100px 2px,100% 2px;
  }
  .jumokusou-temple__banner {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .jumokusou-temple__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jumokusou-temple__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .jumokusou-temple__figure {
    display: block;
    width: calc(150/1100 * 100%);
  }
  .jumokusou-temple__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jumokusou-temple__caption {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
    margin-top: 10px;
  }
  .jumokusou-temple__txt {
    display: block;
    width: calc(910/1100 * 100%);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*summary*/
@media screen and (max-width:767px) {
  .jumokusou-summary {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/jumokusou/summary-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .jumokusou-summary__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .jumokusou-summary {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/jumokusou/summary-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .jumokusou-summary__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
/*
PAGE - preview
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .preview-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .preview-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .preview-intro__main {
    display: block;
    width: 100%;
  }
  .preview-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .preview-intro__figure {
    display: block;
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .preview-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .preview-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .preview-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .preview-intro__main {
    position: relative;
    display: block;
    width: 100%;
  }
  .preview-intro__txt {
    display: block;
    width: min(550px + (730 - 550) * ((100vw - 1025px) / (1100 - 1025)), 730px);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .preview-intro__figure {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(470/1100 * 100%);
  }
  .preview-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .preview-intro__txt {
    width: 400px;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .preview-merit {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .preview-merit__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .preview-merit__main {
    display: block;
    width: 100%;
  }
  .preview-merit-box {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .preview-merit-box + .preview-merit-box {
    margin-top: 50px;
  }
  .preview-merit-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: min(19px + (22 - 19) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: center;
  }
  .preview-merit-box__title > span {
    color: #263D69;
    padding-right: 10px;
  }
  .preview-merit-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .preview-merit-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .preview-merit-box__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-merit-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .preview-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .preview-merit__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .preview-merit__main {
    display: block;
    width: 100%;
  }
  .preview-merit-box {
    display: block;
    width: 100%;
    padding: calc(40/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .preview-merit-box + .preview-merit-box {
    margin-top: 40px;
  }
  .preview-merit-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .preview-merit-box__title > span {
    color: #263D69;
    padding-right: 10px;
  }
  .preview-merit-box__cols {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 20px;
  }
  .preview-merit-box__txt {
    display: block;
    width: calc(550/1000 * 100%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .preview-merit-box__figure {
    display: block;
    width: calc(410/1000 * 100%);
  }
  .preview-merit-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .preview-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .preview-flow__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .preview-flow__main {
    display: block;
    width: 100%;
  }
  .preview-flow-box {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .preview-flow-box + .preview-flow-box {
    margin-top: 20px;
  }
  .preview-flow-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .preview-flow-box__col {
    display: block;
    width: 100%;
  }
  .preview-flow-box__col-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-flow-box__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .preview-flow-box__badge {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: var(--noto-serif);
    line-height: 30px;
    color: #263D69;
    text-align: center;
  }
  .preview-flow-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    line-height: 35px;
    color: #263D69;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 5px;
  }
  .preview-flow-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .preview-flow-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .preview-flow-block__content {
    display: block;
    width: 100%;
  }
  .preview-flow-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: var(--noto-serif);
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
  }
  .preview-flow-block__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-flow-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .preview-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .preview-flow__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .preview-flow__main {
    display: block;
    width: 100%;
  }
  .preview-flow-box {
    display: block;
    width: 100%;
    padding: calc(40/1100 * 100%);
  }
  .preview-flow-box + .preview-flow-box {
    margin-top: 40px;
  }
  .preview-flow-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .preview-flow-box__col {
    display: block;
    width: calc(650/1020 * 100%);
  }
  .preview-flow-box__col-figure {
    display: block;
    width: calc(310/1020 * 100%);
  }
  .preview-flow-box__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .preview-flow-box__badge {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    line-height: 37px;
    color: #263D69;
  }
  .preview-flow-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    line-height: 37px;
    color: #263D69;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .preview-flow-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .preview-flow-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .preview-flow-block + .preview-flow-block {
    margin-top: 30px;
  }
  .preview-flow-block__content {
    display: block;
    width: calc(708/1020 * 100%);
  }
  .preview-flow-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: var(--noto-serif);
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
  }
  .preview-flow-block__figure {
    display: block;
    width: calc(262/1020 * 100%);
  }
  .preview-flow-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*hall*/
@media screen and (max-width:767px) {
  .preview-hall {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .preview-hall__body {
    display: block;
    width: 100%;
  }
  .preview-hall__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .preview-hall__main {
    display: block;
    width: 100%;
  }
  .preview-hall-box {
    display: block;
    width: 100%;
  }
  .preview-hall-box + .preview-hall-box {
    margin-top: 80px;
  }
  .preview-hall-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .preview-hall-box__content {
    display: block;
    width: 100%;
  }
  .preview-hall-box__title {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .preview-hall-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--noto-serif);
  }
  .preview-hall-box:nth-child(1) .preview-hall-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .preview-hall-box:nth-child(2) .preview-hall-box__title > span:nth-child(1) {
    color: var(--blue);
  }
  .preview-hall-box:nth-child(3) .preview-hall-box__title > span:nth-child(1) {
    color: #501600;
  }
  .preview-hall-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #1E1E1E;
    font-family: var(--noto-serif);
  }
  .preview-hall-box__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
  }
  .preview-hall-box__btns {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-hall-box__btns > a {
    max-width: 340px;
  }
  .preview-hall-box__btns.gyoda-btns > a {
    background-color: #102A05;
  }
  .preview-hall-box__btns.hanyu-btns > a {
    background-color: #002C50;
  }
  .preview-hall-box__btns.kounosu-btns > a {
    background-color: #501600;
  }
  .preview-hall-box__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-align: center;
  }
  .preview-hall-box__phone > a {
    color: var(--font-color);
    margin-left: 20px;
  }
  .preview-hall-box__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .preview-hall-box__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-top: 5px;
    text-align: center;
  }
  .preview-hall-box__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-hall-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .preview-hall-box__map {
    display: block;
    width: 100%;
    height: 350px;
  }
  .preview-hall-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .preview-hall {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .preview-hall__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .preview-hall__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .preview-hall__main {
    display: block;
    width: 100%;
  }
  .preview-hall-box {
    display: block;
    width: 100%;
  }
  .preview-hall-box + .preview-hall-box {
    margin-top: 50px;
  }
  .preview-hall-box__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(30/1000 * 100%);
    background-color: var(--white);
  }
  .preview-hall-box__content {
    display: block;
    width: calc(400/940 * 100%);
  }
  .preview-hall-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .preview-hall-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--noto-serif);
  }
  .preview-hall-box:nth-child(1) .preview-hall-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .preview-hall-box:nth-child(2) .preview-hall-box__title > span:nth-child(1) {
    color: var(--blue);
  }
  .preview-hall-box:nth-child(3) .preview-hall-box__title > span:nth-child(1) {
    color: #501600;
  }
  .preview-hall-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #1E1E1E;
    font-family: var(--noto-serif);
  }
  .preview-hall-box__address {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .preview-hall-box__btns {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .preview-hall-box__btns > a {
    max-width: 340px;
  }
  .preview-hall-box__btns.gyoda-btns > a {
    background-color: #102A05;
  }
  .preview-hall-box__btns.hanyu-btns > a {
    background-color: #002C50;
  }
  .preview-hall-box__btns.kounosu-btns > a {
    background-color: #501600;
  }
  .preview-hall-box__phone {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
  .preview-hall-box__phone > a {
    color: var(--font-color);
    margin-left: 20px;
  }
  .preview-hall-box__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .preview-hall-box__caution {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-top: 5px;
    text-align: justify;
    word-break: break-all;
  }
  .preview-hall-box__figure {
    display: block;
    width: calc(490/940 * 100%);
  }
  .preview-hall-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .preview-hall-box__map {
    display: block;
    width: 100%;
    height: 350px;
  }
  .preview-hall-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*visit*/
@media screen and (max-width:767px) {
  .preview-visit {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .preview-visit__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .preview-visit__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
  }
  .preview-visit__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background-color: #8E7A4B;
    font-size: 22px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 30px;
  }
  .preview-visit__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 50px;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .preview-visit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .preview-visit__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .preview-visit__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
  }
  .preview-visit__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 66px);
    height: 51px;
    background-color: #8E7A4B;
    font-size: 26px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 40px 0 0 -33px;
  }
  .preview-visit__main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/1100 * 100%);
    row-gap: 40px;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width:1024px) {
  .preview-visit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .preview-visit-box__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .preview-visit-box__figure > img {
    display: block;
    width: 200px;
    object-fit: cover;
  }
  .preview-visit-box__content {
    display: block;
    width: 100%;
  }
  .preview-visit-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .preview-visit-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .preview-visit__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .preview-visit__btns > a {
    max-width: 340px;
  }
}
@media screen and (min-width:1025px) {
  .preview-visit-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 195px;
    background-color: var(--white);
    padding: 20px 20px 20px 220px;
  }
  .preview-visit-box__figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
  }
  .preview-visit-box__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .preview-visit-box__content {
    display: block;
    width: 100%;
  }
  .preview-visit-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 37px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .preview-visit-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .preview-visit__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
  .preview-visit__btns > a {
    max-width: 340px;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .preview-faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/preview/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .preview-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .preview-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .preview-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .preview-faq__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .preview-faq-list {
    display: block;
    width: 100%;
  }
  .preview-faq-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .preview-faq-list > li + li {
    margin-top: 30px;
  }
  .preview-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .preview-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .preview-faq-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .preview-faq-question > i::before,
  .preview-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .preview-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .preview-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;
  }
  .preview-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .preview-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .preview-faq-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .preview-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .preview-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/preview/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .preview-faq__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .preview-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .preview-faq__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .preview-faq__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .preview-faq-list {
    display: block;
    width: 100%;
  }
  .preview-faq-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .preview-faq-list > li + li {
    margin-top: 20px;
  }
  .preview-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .preview-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: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .preview-faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .preview-faq-question > i::before,
  .preview-faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .preview-faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .preview-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;
  }
  .preview-faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .preview-faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .preview-faq-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .preview-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - hurry
--------------------------------------------- */
/*info*/
@media screen and (max-width:767px) {
  .hurry-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .hurry-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .hurry-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .hurry-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: var(--grey);
    margin: 30px auto 0;
  }
  .hurry-intro__block-title {
    display: block;
    width: 100%;
    font-size: min(11px + (13 - 11) * ((100vw - 320px) / (375 - 320)), 13px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 19px;
    color: #F8F4FD;
    text-align: center;
  }
  .hurry-intro__block-phone {
    display: block;
    width: auto;
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (375 - 320)), 30px);
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 40px;
    font-family: var(--noto-serif);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.18px auto;
    margin-top: 10px;
  }
  .hurry-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .hurry-intro__block-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
  .hurry-intro__block-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .hurry-intro__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .hurry-intro__block-list > li > span {
    position: absolute;
    left: 0;
  }
  .hurry-intro__block-list > li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .hurry-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .hurry-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .hurry-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .hurry-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: calc(30/1100 * 100%);
    border-radius: 5px;
    background-color: #F8F4FD;
    margin: 30px auto 0;
  }
  .hurry-intro__block-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: var(--blue);
    text-align: center;
  }
  .hurry-intro__block-phone {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 65px;
    font-family: var(--noto-serif);
    padding-left: 53px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
  }
  .hurry-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .hurry-intro__block-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
  .hurry-intro__block-list {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .hurry-intro__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .hurry-intro__block-list > li > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .hurry-intro__txt {
    letter-spacing: 0.02em;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .hurry-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .hurry-flow__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .hurry-flow__main {
    display: block;
    width: 100%;
  }
  .hurry-flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .hurry-flow-box + .hurry-flow-box {
    margin-top: 20px;
  }
  .hurry-flow-box__content {
    display: block;
    width: 100%;
  }
  .hurry-flow-box__title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 22px;
    color: #263D69;
    line-height: 35px;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .hurry-flow-box__title > span {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .hurry-flow-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .hurry-flow-box__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .hurry-flow-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .hurry-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .hurry-flow__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .hurry-flow__main {
    display: block;
    width: 100%;
  }
  .hurry-flow-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: calc(20/1100 * 100%) calc(40/1100 * 100%);
    background-color: var(--white);
  }
  .hurry-flow-box + .hurry-flow-box {
    margin-top: 20px;
  }
  .hurry-flow-box__content {
    display: block;
    width: calc(660/1020 * 100%);
  }
  .hurry-flow-box__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 26px;
    color: #263D69;
    line-height: 38px;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 130px;
  }
  .hurry-flow-box__title > span {
    position: absolute;
    left: 0;
    font-weight: 400;
  }
  .hurry-flow-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .hurry-flow-box__figure {
    display: block;
    width: calc(310/1020 * 100%);
  }
  .hurry-flow-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .hurry-feature {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--white);
  }
  .hurry-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .hurry-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hurry-feature > .container {
    padding: 0 10px;
  }
  .hurry-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin: -40px auto 0;
  }
  .hurry-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 1px,100% 1px;
  }
  .hurry-feature__block {
    display: block;
    width: 100%;
  }
  .hurry-feature__block + .hurry-feature__block {
    margin-top: 50px;
  }
  .hurry-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .hurry-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .hurry-feature {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .hurry-feature__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .hurry-feature__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hurry-feature__main {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1100 * 100%) calc(40/1100 * 100%);
    background-color: var(--white);
    margin: -100px auto 0;
  }
  .hurry-feature__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 250px 1px,100% 1px;
  }
  .hurry-feature__block {
    display: block;
    width: 100%;
  }
  .hurry-feature__block + .hurry-feature__block {
    margin-top: 30px;
  }
  .hurry-feature__block > dt {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 37px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .hurry-feature__block > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
/*plan*/
@media screen and (max-width:767px) {
  .hurry-plan {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .hurry-plan__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 50px 2px,100% 2px;
  }
  .hurry-plan__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .hurry-plan__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .hurry-plan__btns > a {
    max-width: 340px;
  }
}
@media screen and (min-width:768px) {
  .hurry-plan {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .hurry-plan__header {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    background-image: linear-gradient(#263D69,#263D69),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom, left bottom;
    background-size: 100px 2px,100% 2px;
  }
  .hurry-plan__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .hurry-plan__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .hurry-plan__btns > a {
    max-width: 340px;
  }
}
/*
PAGE - privacy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 50px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-box__list {
    display: block;
    width: 100%;
    padding-bottom:30px;
  }
  .privacy-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-left: 25px;
  }
  .privacy-box__list > li + li {
    margin-top: 30px;
  }
  .privacy-box__list > li > span {
    position: absolute;
    left: 0;
    color: var(--blue);
  }
  .privacy-box__name {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: right;
    margin-top: 30px;
  }
  .privacy-block {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    margin-top: 50px;
  }
  .privacy-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-block__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-block__row + .privacy-block__row {
    margin-top: 15px;
  }
  .privacy-block__row > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.07em;
  }
  .privacy-block__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .privacy-block__row > dd > a {
    color: var(--font-color);
  }
  .privacy-block__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .privacy-block__row:last-child {
    flex-direction: row;
  }
  .privacy-block__row:last-child > dt {
    width: auto;
  }
  .privacy-block__row:last-child > dd {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 100px;
  }
  .privacy-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-box__list {
    display: block;
    width: 100%;
    padding-bottom:30px;
  }
  .privacy-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-left: 47px;
  }
  .privacy-box__list > li + li {
    margin-top: 30px;
  }
  .privacy-box__list > li > span {
    position: absolute;
    left: 0;
    color: var(--blue);
  }
  .privacy-box__name {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: right;
    margin-top: 30px;
  }
  .privacy-block {
    display: block;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin-top: 50px;
  }
  .privacy-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-block__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-block__row + .privacy-block__row {
    margin-top: 15px;
  }
  .privacy-block__row > dt {
    display: flex;
    justify-content: space-between;
    width: 150px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    padding-right: 5px;
  }
  .privacy-block__row > dd {
    display: block;
    width: calc(100% - 150px);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
  }
  .privacy-block__row > dd > a {
    color: var(--font-color);
  }
  .privacy-block__row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - site
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .site__body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .site-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu + .site-menu {
    margin-top: 20px;
  }
  .site-menu > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-menu > li + li {
    margin-top: 20px;
  }
  .site-menu > li.child {
    padding-left: 15px;
  }
  .site-menu > li:not(.child) > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--blue);
    padding-left: 15px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.55px auto;
  }
  .site-menu > li.child > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--blue);
    padding-left: 10px;
    background-image:linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 1px;
  }
  .site-menu > li a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .site {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .site__body {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .site-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-menu > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-menu > li + li {
    margin-top: 30px;
  }
  .site-menu > li.child {
    padding-left: 10px;
  }
  .site-menu > li:not(.child) > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--blue);
    padding-left: 15px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.55px auto;
  }
  .site-menu > li.child > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--blue);
    padding-left: 10px;
    background-image:linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 1px;
  }
  .site-menu > li a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .faq {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .faq__body {
    display: block;
    width: 100%;
  }
  .faq-nav {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--noto-serif);
    color: var(--blue);
  }
  .faq-menu:hover {
    transition: 0.3s ease;
    background-color: var(--blue);
    color: var(--white);
  }
  .faq-box {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .faq-box + .faq-box {
    margin-top: 80px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
}
@media screen and (min-width:768px) {
  .faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .faq__body {
    display: block;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-nav {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    width: 100%;
  }
  .faq-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background-color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--noto-serif);
    color: var(--blue);
  }
  .faq-menu:hover {
    transition: 0.3s ease;
    background-color: var(--blue);
    color: var(--white);
  }
  .faq-box {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
  }
  .faq-box + .faq-box {
    margin-top: 80px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .faq-box-list {
    display: block;
    width: 100%;
  }
  .faq-box-list > li {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .faq-box-list > li + li {
    margin-top: 30px;
  }
  .faq-box-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 22px 0px 35px;
  }
  .faq-box-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 22px;
    font-weight: 500;
  }
  .faq-box-question > i {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
  }
  .faq-box-question > i::before,
  .faq-box-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .faq-box-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box-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-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-box-answer__main {
    display: block;
    width: 100%;
    padding: 15px 0 0 35px;
    margin-top: 15px;
    border-top: 1px solid #E9E9E9;
  }
  .faq-box-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box-answer__btns {
     display: flex;
     justify-content: flex-end;
     width: 100%;
     margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .faq-box-list {
    display: block;
    width: 100%;
  }
  .faq-box-list > li {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: var(--white);
  }
  .faq-box-list > li + li {
    margin-top: 20px;
  }
  .faq-box-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 50px;
  }
  .faq-box-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-box-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box-question > i::before,
  .faq-box-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .faq-box-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box-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-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-box-answer__main {
    display: block;
    width: 100%;
    padding: 25px 0 0 50px;
    margin-top: 25px;
    border-top: 1px solid #E9E9E9;
  }
  .faq-box-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-box-answer__btns {
     display: flex;
     justify-content: flex-end;
     width: 100%;
     margin-top: 20px;
  }
}
/*
PAGE - company
--------------------------------------------- */
@media screen and (max-width:767px) {
  .company {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .company__body {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .company {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .company__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
/*greeting*/
@media screen and (max-width:767px) {
  .company-greeting {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
  }
  .company-greeting__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .company-greeting__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .company-greeting__name {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .company-greeting {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
  }
  .company-greeting__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .company-greeting__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: center;
  }
  .company-greeting__name {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: center;
    margin-top: 50px;
  }
}
/*overview*/
@media screen and (max-width:767px) {
  .company-overview {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-overview__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .company-overview__title > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .company-overview__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .company-overview__tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .company-overview__tbl tr th {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--blue);
    text-align: left;
  }
  .company-overview__tbl tr:not(:first-child) th,
  .company-overview__tbl tr:not(:first-child) td {
    padding-top: 10px;
  }
  .company-overview__tbl tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
  }
  .company-overview__tbl tr td a {
    color: var(--font-color);
  }
  .company-overview__tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .company-overview {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .company-overview__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .company-overview__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .company-overview__title > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .company-overview__tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .company-overview__tbl tr th {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--blue);
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    vertical-align: top;
  }
  .company-overview__tbl tr:not(:first-child) th,
  .company-overview__tbl tr:not(:first-child) td {
    padding-top: 30px;
  }
  .company-overview__tbl tr td {
    width: calc(100% - 150px);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
  }
  .company-overview__tbl tr td a {
    color: var(--font-color);
  }
  .company-overview__tbl tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .company-access {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-access__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .company-access__title > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .company-access__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .company-access__address {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .company-access__headoffice {
    display: block;
    width: 100%;
    height: 335px;
    margin-top: 30px;
  }
  .company-access__headoffice > iframe {
    width: 100%;
    height: 100%;
  }
  /*box*/
  .company-access-box {
    display: block;
    width: 100%;
  }
  .company-access-box + .company-access-box {
    margin-top: 50px;
  }
  .company-access-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .company-access-box__content {
    display: block;
    width: 100%;
  }
  .company-access-box__title {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .company-access-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--noto-serif);
  }
  .company-access-box:nth-child(2) .company-access-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .company-access-box:nth-child(3) .company-access-box__title > span:nth-child(1) {
    color: #002C50;
  }
  .company-access-box:nth-child(4) .company-access-box__title > span:nth-child(1) {
    color: #501600;
  }
  .company-access-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #1E1E1E;
    font-family: var(--noto-serif);
  }
  .company-access-box__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
  }
  .company-access-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .company-access-box__btns > a {
    max-width: 100%;
  }
  .company-access-box__btns.gyoda-btns > a {
    background-color: #102A05;
  }
  .company-access-box__btns.hanyu-btns > a {
    background-color: #002C50;
  }
  .company-access-box__btns.kounosu-btns > a {
    background-color: #501600;
  }
  .company-access-box__figure {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
  .company-access-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-access-box__map {
    display: block;
    width: 100%;
    height: 350px;
  }
  .company-access-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .company-access {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .company-access__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
  }
  .company-access__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .company-access__title > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .company-access__address {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .company-access__headoffice {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 50px;
  }
  .company-access__headoffice > iframe {
    width: 100%;
    height: 100%;
  }
  /*box*/
  .company-access-box {
    display: block;
    width: 100%;
  }
  .company-access-box + .company-access-box {
    margin-top: 50px;
  }
  .company-access-box__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(30/1000 * 100%);
    background-color: var(--white);
  }
  .company-access-box__content {
    display: block;
    width: calc(400/940 * 100%);
  }
  .company-access-box__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .company-access-box__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--noto-serif);
  }
  .company-access-box:nth-child(2) .company-access-box__title > span:nth-child(1) {
    color: #102A05;
  }
  .company-access-box:nth-child(3) .company-access-box__title > span:nth-child(1) {
    color: #002C50;
  }
  .company-access-box:nth-child(4) .company-access-box__title > span:nth-child(1) {
    color: #501600;
  }
  .company-access-box__title > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #1E1E1E;
    font-family: var(--noto-serif);
  }
  .company-access-box__address {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .company-access-box__btns {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .company-access-box__btns > a {
    max-width: 260px;
  }
  .company-access-box__btns.gyoda-btns > a {
    background-color: #102A05;
  }
  .company-access-box__btns.hanyu-btns > a {
    background-color: #002C50;
  }
  .company-access-box__btns.kounosu-btns > a {
    background-color: #501600;
  }
  .company-access-box__figure {
    display: block;
    width: calc(490/940 * 100%);
  }
  .company-access-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-access-box__map {
    display: block;
    width: 100%;
    height: 350px;
  }
  .company-access-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*
PAGE - recruit
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .recruit-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .recruit-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .recruit-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
  }
  .recruit-intro__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .recruit-intro__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 335px;
    width: 100%;
    height: 60px;
    border: 1px solid var(--blue);
    background-color: var(--white);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--blue);
    font-family: var(--noto-serif);
    line-height: 1;
    text-align: center;
    background-image: url(./assets/images/icon-bow-bl.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px auto;
  }
  .recruit-intro__menu + .recruit-intro__menu {
    margin-top: 30px;
  }
  .recruit-intro__menu:hover {
    transition: 0.3s ease;
    background-color: var(--blue);
    color: var(--white);
    background-image: url(./assets/images/icon-bow-wh.png);
  }
}
@media screen and (min-width:768px) {
  .recruit-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .recruit-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .recruit-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: center;
  }
  .recruit-intro__nav {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin-top: 50px;
  }
  .recruit-intro__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    border: 1px solid var(--blue);
    background-color: var(--white);
    font-size: min(14px + (16 - 14) * ((100vw - 1025px) / (1140 - 1025)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--blue);
    font-family: var(--noto-serif);
    line-height: 1;
    text-align: center;
    background-image: url(./assets/images/icon-bow-bl.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px auto;
  }
  .recruit-intro__menu:hover {
    transition: 0.3s ease;
    background-color: var(--blue);
    color: var(--white);
    background-image: url(./assets/images/icon-bow-wh.png);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .recruit-intro__menu {
    height: 80px;
    font-size: 10px;
    background-position: right 10px center;
    background-size: 10px auto;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .recruit-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .recruit-main__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .recruit-box {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .recruit-box + .recruit-box {
    margin-top: 50px;
  }
  .recruit-box__title {
    display: block;
    width: 100%;
    padding: 30px 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.1em;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
  }
  .recruit-box__tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .recruit-box__tbl tr th {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--blue);
    text-align: left;
  }
  .recruit-box__tbl tr:not(:first-child) th,
  .recruit-box__tbl tr:not(:first-child) td {
    padding-top: 10px;
  }
  .recruit-box__tbl tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
  }
  .recruit-box__tbl-list {
    display: block;
    width: 100%;
  }
  .recruit-box__tbl-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .recruit-box__tbl-list > li > span {
    position: absolute;
    left: 0;
  }
  .recruit-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .recruit-main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .recruit-main__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .recruit-box {
    display: block;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .recruit-box + .recruit-box {
    margin-top: 100px;
  }
  .recruit-box__title {
    display: block;
    width: 100%;
    padding: 30px 0 50px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.1em;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
  }
  .recruit-box__tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .recruit-box__tbl tr th {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--blue);
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    vertical-align: middle;
  }
  .recruit-box__tbl tr:not(:first-child) th,
  .recruit-box__tbl tr:not(:first-child) td {
    padding-top: 30px;
  }
  .recruit-box__tbl tr td {
    width: calc(100% - 150px);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
  }
  .recruit-box__tbl-list {
    display: block;
    width: 100%;
  }
  .recruit-box__tbl-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .recruit-box__tbl-list > li > span {
    position: absolute;
    left: 0;
  }
  .recruit-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - form
--------------------------------------------- */
/*header*/
@media screen and (max-width:767px) {
  .form-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .form-main__body {
    display: block;
    width: 100%;
  }
  .form-main__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .form-main__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 21px;
  }
  .form-main__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
  }
  .form-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .form-main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .form-main__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .form-main__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .form-main__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .form-main__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .form-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
/*timeline*/
@media screen and (min-width:0px) {
  .form-timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    width: 100%;
    background-color: #DCE8F2;
  }
  .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;
    font-family: var(--noto-serif);
    color: var(--blue);
  }
  .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 #DCE8F2;
  }
  .form-timeline > li.active {
    background-color: var(--blue);
    color: var(--white);
  }
  .form-timeline > li.active::after {
    border-color: transparent transparent transparent var(--blue);
  }
  .form-timeline > li.active:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 30px;
    height: 50px;
    background-color: var(--blue);
  }
  .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: var(--blue) var(--blue) var(--blue) #DCE8F2;
  }
}
@media screen and (max-width:767px) {
  .form-timeline > li {
    font-size: 14px;
  }
}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
  }
  .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: var(--blue);
    font-weight: 500;
    margin-bottom: 20px;
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 19px;
    background-color: #B54949;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 15px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-family: var(--noto-sans);
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: center;
    width: 265px;
    font-size: 18px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 12px 10px 12px 0
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 19px;
    background-color: #B54949;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    margin-left: 15px;
  }
  .input-field {
    display: block;
    width: calc(100% - 265px);
    font-family: var(--noto-sans);
    font-weight: 400;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .form-block  input[type="text"] {
    width: 100%;
    height: 50px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: 1px solid #CDD6DD;
    font-family: var(--noto-sans);
  }
  .form-block  textarea {
    width: 100%;
    height: 242px;
    border-radius: 5px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: 1px solid #CDD6DD;
    font-family: var(--noto-sans);
    resize: none;
  }
  .form-block  input[type="text"]::placeholder {
    color: #CDD6DD;
    font-weight: 500;
  }
  .form-block textarea::placeholder {
    color: #CDD6DD;
    font-weight: 500;
  }
  /*checkbox*/
  .input-checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    margin-left: -80px;
    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: flex;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 30px;
    margin-left: 80px;
    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;
  }
  /*name*/
  .field-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .field-columns > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
  }
  .field-columns > div + div {
    margin-left: calc(50/735 * 100%);
  }
  .name-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 10px;
  }
  .field-columns > div > .fname,
  .field-columns > div > .gname,
  .field-columns > div > .ffurigana,
  .field-columns > div > .gfurigana {
    width: 150px;
  }
  .form-block  input[name="hall"] {
    max-width: 300px;
  }
  .form-block  input[name="wakedate"],
  .form-block  input[name="funeralday"] {
    max-width: 300px;
    padding-right: 40px;
    background-image: url(./assets/images/calander.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
  }
  /*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: 6px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 37px;
    font-size: 15px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.address select[name="prefecture"] {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border: 1px solid #CDD6DD;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    line-height: 20px;
    background-image: url(./assets/images/select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: var(--white);
    font-family: var(--noto-sans);
  }
  .input-field select:has(option:checked[value=""]) {
    color: #CDD6DD;
    font-family: var(--noto-sans);
    font-weight: 500;
  }
  .input-field select[name="payment"] {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    line-height: 20px;
    background-image: url(./assets/images/select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F6F9F9;
    font-family: var(--noto-sans);
  }
  .input-field select[name="payment"]:has(option:checked[value=""]) {
    color: #1E1E1E;
    font-family: var(--noto-sans);
    font-weight: 500;
  }
  .input-field input[name="city"],
  .input-field input[name="address"] {
    max-width: 567px;
  }
  .input-field input[name="phone"],
  .input-field input[name="mail"],
  .input-field input[name="remail"] {
    max-width: 550px;
  }
  .mail-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    padding: 10px 0;
  }
  .message-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding: 10px 0;
  }
  .policy-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding: 10px 0 30px;
  }
  .policy-txt > a {
    color: var(--font-color);
  }
  .policy-txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .field-agree-checkbox__txt.confirm {
    display: none;
  }
  .input-field .error {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #B54949 !important;
    font-family: var(--noto-sans);
    font-weight: 500;
    margin-top: 5px;
  }
  .input-checkbox-wrap .error {
    padding-left: 80px;
  }
  .name-wrap {
    max-width: 192px;
  }
  .furigana-wrap {
    max-width: 208px;
  }
}
@media screen and (max-width:767px) {
  .input-checkbox-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .input-checkbox-wrap input[type="checkbox"] + span {
    margin-top: 30px;
    margin-left: 0px;
  }
  .input-checkbox-wrap.contact {
    flex-direction: row;
  }
  .input-checkbox-wrap.contact > span + span {
     margin-top: 0;
     padding-left: 50px;
  }
  .input-checkbox-wrap .error {
    padding-left: 0;
  }
  .field-columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .field-columns > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
  .message-txt,
  .policy-txt {
    padding-top: 0;
  }
}
@media screen  and (max-width:359px) {
  .search-address {
    position: absolute;
    left: calc(20px + 150px + 20px);
    width: 92px;
  }
}
/*from tbl*/
@media screen and (max-width:767px) {
  .field-tbl {
    display: block;
    width: 100%;
  }
  .field-tbl-th {
    display: none;
  }
  .field-tbl-td {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E9E9E9;
    border-top: 0;
  }
  .field-tbl-td > dt {
    display: flex;
    align-items: center;
    background-color: var(--blue);
    padding: 20px;
    font-size: min(13px + (16 - 13) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    color: var(--white);
  }
  .field-tbl-td > dd {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;;
  }
  .field-tbl-td > dd > .label-unit {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 10px;
  }
  .field-tbl-td > dd > .label-sp {
    display: block;
    width: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--blue);
    padding-right: 10px;
  }
  .field-tbl-td > dd:not(:last-child) > .label-sp + input[type="text"] {
    width: 150px;
  }
  .field-tbl-td > dd:last-child > .label-sp + input[type="text"] {
    width: calc(100% - 60px);
  }
  .field-tbl-td > dd:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
  }
  .from-caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
    padding-left: 20px;
  }
  .from-caution > span {
    position: absolute;
    left: 0;
  }
  .from-caution + .from-caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .field-tbl {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .field-tbl-th {
    display: grid;
    grid-template-columns: 33.333333% calc(226/1000 * 100%) calc(438/1000 * 100%);
    width: 100%;
    border: 1px solid #E9E9E9;
  }
  .field-tbl-th > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 87px;
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
    line-height: 1;
  }
  .field-tbl-th > dt:not(:last-child) {
    border-right: 1px solid #E9E9E9;
  }
  .field-tbl-td {
    display: grid;
    grid-template-columns: 33.333333% calc(226/1000 * 100%) calc(438/1000 * 100%);
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E9E9E9;
    border-top: 0;
  }
  .field-tbl-td > dt {
    display: flex;
    align-items: center;
    background-color: var(--blue);
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: var(--white);
  }
  .field-tbl-td > dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;;
  }
  .field-tbl-td > dd > .label-unit {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 10px;
  }
  .field-tbl-td > dd > .label-sp {
    display: none;
  }
  .field-tbl-td > dd:not(:last-child) {
    border-right: 1px solid #E9E9E9;
  }
  .from-caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
    padding-left: 20px;
  }
  .from-caution > span {
    position: absolute;
    left: 0;
  }
  .from-caution + .from-caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .field-tbl-td > dt {
    font-size: 12px;
  }
}
/*agree*/
@media screen and (max-width:767px) {
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    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;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    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;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*btns*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .confirm-btn > span {
    display: block;
    width: auto;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    padding-right: 55px;
    padding-left: 55px;
    background-image: url(./assets/images/icon-bow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px auto;
  }
  .confirm-btn:hover {
    opacity: 0.85;
  }
  /*submit*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 80px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    padding-right: 55px;
    padding-left: 55px;
    background-image: url(./assets/images/icon-bow-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px auto;
  }
  .submit-btn:hover {
    opacity: 0.85;
  }
  /*back*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 80px;
    background-color: var(--white);
    border: 1px solid var(--blue);
    color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .back-btn > span {
    display: block;
    width: auto;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    padding-right: 55px;
    padding-left: 55px;
    background-image: url(./assets/images/icon-back-btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
  }
  .back-btn:hover {
    background-color: var(--white);
    border: 1px solid var(--blue);
    opacity: 0.85;
  }
}
@media screen and (max-width:767px) {
  .form-btns {
    flex-direction: column;
    align-items: center;
  }
  .form-btns > button + button {
    margin-top: 20px;
  }
  .confirm-btn,
  .submit-btn,
  .back-btn {
    max-width: 260px;
    height: 60px;
  }
  .confirm-btn > span,
  .submit-btn > span,
  .back-btn > span {
    font-size: 15px;
  }
  .back-btn > span {
    background-position: left 15px center;
  }
  .confirm-btn > span,
  .submit-btn > span {
    background-position: right 15px center;
  }
}
@media screen and (min-width:768px) {
  .form-btns > button + button {
    margin-left: 50px;
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .form-block.confirm .mandatory,
  .form-block.confirm .search-address,
  .form-block.confirm .mail-txt,
  .form-block.confirm .remail-field,
  .form-block.confirm .message-txt,
  .form-block.confirm .policy-txt,
  .form-block.confirm .field-agree-checkbox,
  .form-block.confirm .from-caution {
    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-agree-checkbox__txt.confirm {
    display: block;
  }
  .form-block.confirm .field-tbl-td > dd {
    justify-content: flex-start;
  }
}
@media screen and (min-width:768px) {
  .form-block.confirm .input-label {
	  padding: 0 10px 0 0;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width:768px) {
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
}
/*
PAGE - contact
--------------------------------------------- */
@media screen and (max-width:767px) {
  .contacts-intro {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .contacts-intro__body {
    display: block;
    width: 100%;
  }
  .contacts-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .contacts-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 315px;
    width: 100%;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: var(--grey);
    margin: 30px auto 0;
  }
  .contacts-intro__block-txt {
    display: block;
    width: 100%;
    font-size: min(11px + (13 - 11) * ((100vw - 320px) / (375 - 320)), 13px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 19px;
    color: var(--blue);
    text-align: center;
  }
  .contacts-intro__block-phone {
    display: block;
    width: auto;
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (375 - 320)), 30px);
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 40px;
    font-family: var(--noto-serif);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.18px auto;
    margin-top: 10px;
  }
  .contacts-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .contacts-intro__block-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .contacts-intro {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .contacts-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .contacts-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
  }
  .contacts-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: calc(30/1100 * 100%);
    border-radius: 5px;
    background-color: var(--grey);
    margin: 30px auto 0;
  }
  .contacts-intro__block-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: var(--blue);
    text-align: center;
  }
  .contacts-intro__block-phone {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 65px;
    font-family: var(--noto-serif);
    padding-left: 53px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
  }
  .contacts-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .contacts-intro__block-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
}
/*
PAGE - books
--------------------------------------------- */
@media screen and (max-width:767px) {
  .books-intro {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: var(--white);
  }
  .books-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .books-banner {
    display: block;
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
    background-color: var(--grey);
  }
  .books-banner__title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .books-banner__title > span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #8E7A4B;
    font-size: 19px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .books-banner__title > span:nth-child(2) {
    display: block;
    width: calc(100% - 60px);
    color: #8E7A4B;
    font-size: min(22px + (28 - 22) * ((100vw - 320px) / (375 - 320)), 28px);
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: min(30px + (40 - 30) * ((100vw - 320px) / (375 - 320)), 40px);
    padding-left: 10px;
  }
  .books-banner__title > span:nth-child(2) > small {
    font-size: 18px;
    line-height: 1;
  }
  .books-banner__title > span:nth-child(2) > i {
    display: inline-block;
    width: min(45px + (65 - 45) * ((100vw - 320px) / (375 - 320)), 65px);
  }
  .books-banner__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--white);
    margin-top: 30px;
  }
  .books-banner__block-txt {
    display: block;
    width: 100%;
    font-size: min(11px + (13 - 11) * ((100vw - 320px) / (375 - 320)), 13px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 19px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__block-phone {
    display: block;
    width: auto;
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (375 - 320)), 30px);
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 40px;
    font-family: var(--noto-serif);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.18px auto;
    margin-top: 10px;
  }
  .books-banner__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .books-banner__block-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__figure {
    display: block;
    width: 173.24px;
    transform-origin: right bottom;
    transform: rotate(10deg);
    margin: 40px auto 0;
  }
  .books-banner__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .books-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .books-intro__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .books-intro {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .books-intro__body {
    display: block;
    width: 100%;
  }
  .books-banner {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 40px;
    border-radius: 5px;
    background-color: var(--grey);
    margin-top: 20px;
  }
  .books-banner__title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .books-banner__title > span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #8E7A4B;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .books-banner__title > span:nth-child(2) {
    display: flex;
    align-items: flex-end;
    width: auto;
    color: #8E7A4B;
    font-size: 32px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 1;
    padding-left: 10px;
  }
  .books-banner__title > span:nth-child(2) > small {
    font-size: 20px;
  }
  .books-banner__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(495/960 * 100%);
    padding: 10px;
    border-radius: 5px;
    background-color: var(--white);
    margin-left: calc(30/960 * 100%);
    margin-top: 15px;
  }
  .books-banner__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 20px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__block-phone {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 45px;
    font-family: var(--noto-serif);
    padding-left: 43px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.75px auto;
  }
  .books-banner__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .books-banner__block-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__figure {
    position: absolute;
    bottom: 20px;
    right: 65px;
    display: block;
    width: calc(287.24/940 * 100%);
    transform-origin: right bottom;
    transform: rotate(10deg);
  }
  .books-banner__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .books-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
  }
  .books-intro__caution {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width:1025px) {
  .books-intro {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .books-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .books-banner {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 40px;
    border-radius: 5px;
    background-color: var(--grey);
    margin-top: 20px;
  }
  .books-banner__title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .books-banner__title > span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #8E7A4B;
    font-size: 32px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .books-banner__title > span:nth-child(2) {
    display: flex;
    align-items: flex-end;
    width: auto;
    color: #8E7A4B;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 1;
    padding-left: 10px;
  }
  .books-banner__title > span:nth-child(2) > small {
    font-size: 32px;
  }
  .books-banner__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(495/960 * 100%);
    padding: 10px;
    border-radius: 5px;
    background-color: var(--white);
    margin-left: calc(30/960 * 100%);
    margin-top: 30px;
  }
  .books-banner__block-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__block-phone {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 65px;
    font-family: var(--noto-serif);
    padding-left: 53px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
  }
  .books-banner__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .books-banner__block-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
  }
  .books-banner__figure {
    position: absolute;
    bottom: 20px;
    right: 65px;
    display: block;
    width: calc(287.24/1000 * 100%);
    transform-origin: right bottom;
    transform: rotate(10deg);
  }
  .books-banner__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .books-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
  }
  .books-intro__caution {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }
}
/*
PAGE - member
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .member-intro {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--grey);
  }
  .member-intro__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .member-intro__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 20px;
  }
  .member-intro__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 37px;
    margin-top: 5px;
  }
  .member-intro__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .member-intro__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .member-intro__col-figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .member-intro__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .member-intro__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .member-feature {
    display: block;
    width: calc(100% + 20px);
    padding: 50px 10px;
    background-color: var(--white);
    margin: 50px 0 0 -10px;
  }
  .member-feature__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 42px;
    color: var(--blue);
    text-align: center;
    font-family: var(--noto-serif);
    padding: 0 0 30px;
  }
  .member-feature__list {
    display: block;
    width: 100%;
  }
  .member-feature__list > li {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #C9A157;
    padding: 10px;
  }
  .member-feature__list > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #C9A157;
    pointer-events: none;
  }
  .member-feature__list > li + li {
    margin-top: 30px;
  }
  .member-feature__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
  }
  .member-feature__row > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px dashed #C9A157;
    font-family: var(--noto-serif);
    padding: 0 0 10px;
  }
  .member-feature__row > dt > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1em;
  }
  .member-feature__row > dt > span:nth-child(2) {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    padding-left: 10px;
  }
  .member-feature__row > dd {
    display: block;
    width: 100%;
    padding:10px 0 0;
  }
  .member-feature__subtitle {
    display: block;
    width: 100%;
    font-size: min(25px + (28 - 25) * ((100vw - 320px) / (375 - 320)), 28px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #C9A157;
    font-family: var(--noto-serif);
    text-align: center;
  }
  .member-feature__subtitle > small {
    font-size: 22px;
    color: #1E1E1E;
  }
  .member-feature__caution {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    margin-top: 10px;
  }
  .member-feature__caution > span {
    position: absolute;
    left: 0;
  }
  .member-feature__txt {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .member-feature__sublist {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .member-feature__sublist > li {
    position: relative;
    display: block;
    width: 100%;
     font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 15px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    margin-top: 10px;
  }
  .member-feature__sublist > li > span {
    position: absolute;
    left: 0;
  }
  .member-feature__sublist > li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .member-intro {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--grey);
  }
  .member-intro__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .member-intro__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 26px;
  }
  .member-intro__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 46px;
    margin-top: 5px;
  }
  .member-intro__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .member-intro__col-txt {
    display: block;
    width: calc(470/1100 * 100%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .member-intro__col-figure {
    display: block;
    width: calc(580/1100 * 100%);
  }
  .member-intro__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .member-intro__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .member-feature {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 80px auto 0;
  }
  .member-feature__title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 57px;
    color: var(--blue);
    text-align: center;
    font-family: var(--noto-serif);
    padding: 30px 0 50px;
  }
  .member-feature__title > span:nth-child(1) {
    padding-right: 30px;
  }
  .member-feature__list {
    display: block;
    width: 100%;
  }
  .member-feature__list > li {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #C9A157;
    padding: 10px;
  }
  .member-feature__list > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #C9A157;
    pointer-events: none;
  }
  .member-feature__list > li + li {
    margin-top: 30px;
  }
  .member-feature__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
  }
  .member-feature__row > dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 98px;
    border-right: 2px dotted #C9A157;
    font-family: var(--noto-serif);
  }
  .member-feature__row > dt > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1em;
  }
  .member-feature__row > dt > span:nth-child(2) {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
  }
  .member-feature__row > dd {
    display: block;
    width: calc(100% - 98px);
    padding: 0 calc(20/785 * 100%) 0 calc(30/785 * 100%);
  }
  .member-feature__subtitle {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 55px;
    color: #C9A157;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .member-feature__subtitle > small {
    font-size: 32px;
    color: #1E1E1E;
  }
  .member-feature__caution {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    margin-top: 10px;
  }
  .member-feature__caution > span {
    position: absolute;
    left: 0;
  }
  .member-feature__txt {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .member-feature__sublist {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .member-feature__sublist > li {
    position: relative;
    display: block;
    width: 100%;
     font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
    margin-top: 10px;
  }
  .member-feature__sublist > li > span {
    position: absolute;
    left: 0;
  }
  .member-feature__sublist > li + li {
    margin-top: 10px;
  }
}
/*contact*/
@media screen and (max-width:767px) {
  .member-contact {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: var(--blue);
  }
  .member-contact > .container {
    padding: 0 10px;
  }
  .member-contact__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .member-contact__block-title {
    display: block;
    width: 100%;
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: var(--white);
    text-align: center;
  }
  .member-contact__block-phone {
    display: block;
    width: auto;
    font-size: min(30px + (40 - 30) * ((100vw - 320px) / (375 - 320)), 40px);
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 40px;
    font-family: var(--noto-serif);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.18px auto;
    margin-top: 10px;
  }
  .member-contact__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .member-contact__block-time {
    display: block;
    width: 100%;
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .member-contact {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: var(--blue);
  }
  .member-contact__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .member-contact__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 30px;
    color: var(--white);
    text-align: center;
  }
  .member-contact__block-phone {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 65px;
    font-family: var(--noto-serif);
    padding-left: 53px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
    margin-top: 10px;
  }
  .member-contact__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .member-contact__block-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
  }
}
/*
PAGE - flower
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .flower-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--grey);
  }
  .flower-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
  }
  .flower-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .flower-intro__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .flower-intro__cols > picture {
    display: block;
    width: 100%;
  }
  .flower-intro__cols > picture + picture {
    margin-top: 20px;
  }
  .flower-intro__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flower-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 335px;
    width: 100%;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: var(--white);
    margin: 30px auto 0;
  }
  .flower-intro__block-txt {
    display: block;
    width: 100%;
    font-size: min(11px + (13 - 11) * ((100vw - 320px) / (375 - 320)), 13px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 19px;
    color: var(--blue);
    text-align: center;
  }
  .flower-intro__block-phone {
    display: block;
    width: auto;
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (375 - 320)), 30px);
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 40px;
    font-family: var(--noto-serif);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33.18px auto;
    margin-top: 10px;
  }
  .flower-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flower-intro__block-time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
  .flower-intro__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .flower-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--grey);
  }
  .flower-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
  }
  .flower-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: center;
  }
  .flower-intro__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .flower-intro__cols > picture {
    display: block;
    width: calc(535/1100 * 100%);
  }
  .flower-intro__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flower-intro__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: calc(30/1100 * 100%);
    border-radius: 5px;
    background-color: var(--white);
    margin: 30px auto 0;
  }
  .flower-intro__block-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: var(--blue);
    text-align: center;
  }
  .flower-intro__block-phone {
    display: block;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 65px;
    font-family: var(--noto-serif);
    padding-left: 53px;
    background-image: url(./assets/images/icon-phone-bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43.75px auto;
  }
  .flower-intro__block-phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flower-intro__block-time {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }
  .flower-intro__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
/*form*/
@media screen and (max-width:768px) {
  .form-main__header.flower > span:nth-child(1) {
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (375 - 320)), 15px);
    letter-spacing: 0;
  }
  .form-main__header.flower > span:nth-child(2) {
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (375 - 320)), 24px);
  }
  .field-block {
    display: block;
    width: 100%;
  }
  .field-block + .field-block {
    margin-top: 30px;
  }
  .field-block__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #204964;
    font-size: 18px;
    color: var(--white);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) {
  .field-block {
    display: block;
    width: 100%;
  }
  .field-block + .field-block {
    margin-top: 50px;
  }
  .field-block__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background-color: #204964;
    font-size: 22px;
    color: var(--white);
    font-family: var(--noto-serif);
    /*font-weight: 500;*/
    line-height: 1;
    text-align: center;
  }
}

#ez-toc-container{margin-top:60px;}
.single-content ul.ez-toc-list li::before {
  content: none;
}