/*
Theme Name:  Saimon Live
Theme URI:
Author:  Saimon Live
Author URI:
Description:
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
:root {
  --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: NotoSansJP,'Noto Sans JP', sans-serif ;
  --noto-serif: NotoSerifJP, 'Noto Serif JP', serif;
  --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde";
}
*,
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;
  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;
}
h2,
h3,
h2 > span,
h3 > span
 {
  letter-spacing: 0.05rem;
}
dfn,
cite,
i {
  font-style: inherit;
}
blockquote {
  margin: 0;
}
address {
  margin: 0;
  font-style: normal;
}
pre {
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

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

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

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

/* base color
--------------------------------------------- */
:root {
  --font-color: #333333;
  --white:#FFFFFF;
  --ttl-blue:#7B93AA;
  --ttl-grey:#ACACAC;
  --bg-grey:#FAF8F5;
}


/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--yumincho);
  color: var(--font-color);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}
/*
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 30px;
  }
}
@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 (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%;
  }
  .site-header {
    display: block;
    width: 100%;
  }
  .site-header__info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: var(--white);
    padding: 0 10px;
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    color: #ACACAC;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .site-header__info-nav {
    display: none;
  }

  /*nav*/
  .site-header__menu {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 997;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
   .site-header__logo {
    display: block;
    width: 175px;
    padding-top: 20px;
  }
  .site-header__logo.post-page-logo {
    width: 100px;
  }
  .site-header__logo > picture > img {
    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.7;
  }
  .site-header__logo .logo-bk,
  .site-header__menu.sticky .logo-wh,
  .site-header__menu.fixed .logo-wh {
    display: none;
  }
  .site-header__menu.fixed .logo-bk,
  .site-header__menu.sticky .logo-bk {
    display: block;
  }
  .site-header__nav-pc {
    display: none;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    display: none;
    width: 40px;
    height: 40px;
  }
  /*header make sticky*/
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky,
  .site-header__menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    width: 100%;
    height: 58px;
    background-color: rgba(255,255,255,0.9);
  }
  .site-header__menu.sticky .site-header__logo,
  .site-header__menu.fixed .site-header__logo {
    width: 130px;
    padding-top: 0;
  }
  .site-header__menu.sticky .mobile-nav-trigger,
  .site-header__menu.fixed .mobile-nav-trigger {
    display: block;
  }
  .mobile-nav-trigger > div,
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--font-color);
    transition: transform 0.3s ease;
  }
  .mobile-nav-trigger > i {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    color: var(--font-color);
    font-weight: 700;
    word-break: keep-all;
    letter-spacing: 0.1rem;
  }
  /*active humberger menu*/
  .mobile-nav-trigger.active {
    z-index: 999;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    right: 0;
    transform: rotate(35deg);
    transform-origin: center;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    left: 0;
    transform: rotate(-35deg);
    transform-origin: center;
  }
  .mobile-nav-trigger.active > div > span:nth-child(2){
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    display: block;
    width: 100%;
  }
  .site-header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--white);
    padding-right: max(20px, calc((100% - 1100px)/2));
    padding-left: min(20px + (50 - 20) * ((100vw - 1025px) / (1366 - 1025)), 50px);
  }
  .site-header__headline {
    display: -webkit-box;
    width: calc(100% - 450px);
    font-size: 13px;
    line-height: 15px;
    color: #ACACAC;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .site-header__info-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 450px;
  }
  .site-header__info-nav > *:nth-child(n+2) {
    margin-left: 25px;
  }
  .site-header__info-nav > a {
    display: block;
    width: auto;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 20px;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .site-header__info-nav > a:hover {
    background-size: 100% 2px;
  }
  .site-header__info-sns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    width: 105px;
  }
  .site-header__info-sns > li {
    display: block;
    width: 100%;
  }
  .site-header__info-sns > li > a {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-header__info-sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__info-sns > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-header__info-sns > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-header__info-sns > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
  /*nav*/
  .site-header__menu {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 997;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: max(20px, calc((100% - 1100px)/2));
    padding-left: min(20px + (50 - 20) * ((100vw - 1025px) / (1366 - 1025)), 50px);
  }
  .site-header.post-page .site-header__menu {
    top: 80px;
  }
  .site-header.post-page .site-header__menu.sticky,
  .site-header.post-page .site-header__menu.fixed {
    top: 0px;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__logo {
    display: block;
    width: min(190px + (230 - 190) * ((100vw - 1025px) / (1366 - 1025)), 230px);
    /*padding-top: min(20px + (30 - 20) * ((100vw - 1025px) / (1366 - 1025)), 30px);*/
  }
  .site-header__logo > picture > img {
    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.7;
  }
  .site-header__logo .logo-bk,
  .site-header__menu.sticky .logo-wh,
  .site-header__menu.fixed .logo-wh {
    display: none;
  }
  .site-header__menu.fixed .logo-bk,
  .site-header__menu.sticky .logo-bk {
    display: block;
  }
  /*nav*/
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - min(190px + (230 - 190) * ((100vw - 1025px) / (1366 - 1025)), 230px));
  }
  .site-header__nav-pc > li {
    display: block;
    width: auto;
  }
  .site-header__nav-pc > li > a,
  .site-header__nav-pc > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width:min(120px + (140 - 120) * ((100vw - 1025px) / (1366 - 1025)), 140px);
    height: 40px;
    font-size:15px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: bottom 1px center;
    background-size: 0 2px;
    transition: background-size 0.3s ease;
  }
  .site-header__nav-pc > li:hover > a,
  .site-header__nav-pc > li:hover > span {
    background-size: 100% 2px;
  }
  .site-header__nav-pc > li.has-child {
    position: relative;
  }
  .site-header__subnav-pc {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
    display: none;
    width: 304px;
    padding: 15px 30px;
    background-color: var(--white);
  }
  .site-header__nav-pc > li.has-child:hover .site-header__subnav-pc {
    display: block;
  }
  .site-header__subnav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-header__subnav-list > li {
    display: flex;
    align-items: center;
    width: 98px;
  }
  .site-header__subnav-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .site-header__subnav-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 20px;
  }
  .site-header__subnav-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity:0.7;
  }
  /*header make sticky*/
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: flex-end;
    background-color: var(--white);
    height: 70px;
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    padding-right: max(20px, calc((100% - 1100px)/2));
    padding-left: max(20px, calc((100% - 1100px)/2));
  }
  .site-header__menu.sticky .site-header__logo {
    display: block;
    width: max(130px, calc(130/1140 * 100%));
    padding-top: 0;
    padding-bottom: 5px;
  }
  .site-header__menu.sticky .site-header__nav-pc {
    width: calc(100% - max(130px, calc(130/1140 * 100%)));
  }
  .site-header__menu.sticky .site-header__nav-pc > li > a,
  .site-header__menu.sticky .site-header__nav-pc > li > span {
    color: var(--font-color);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }

}
/*
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,0.6);
    padding-left: 40px;
    z-index: 997;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .site-nav-mobile__inner {
    display: block;
    max-width: 335px;
    width: 100%;
    padding-top: 58px;
    background-color: var(--white);
    margin-left: auto;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block:nth-child(n+2) {
    margin-top: 1px;
  }
  .site-nav-mobile__block-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    padding: 0 30px 0 40px;
    background: var(--font-color);
  }
  .site-nav-mobile__block-title > .child-trigger {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 12px;
    height: 40px;
  }
  .site-nav-mobile__block-title > .child-trigger > i {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
  }
  .site-nav-mobile__block-title > .child-trigger > i::before,
  .site-nav-mobile__block-title > .child-trigger > i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
  }
  .site-nav-mobile__block-title > .child-trigger > i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-nav-mobile__block-title > .child-trigger > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .site-nav-mobile__block-title.active > .child-trigger > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0) translate(-50%,-50%);
    transform-origin: 0 50%;
  }
  .site-nav-mobile__list {
    display: none;
    width: 100%;
    padding: 20px 40px 20px 50px;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li.child {
    padding-left: 10px;
  }
  .site-nav-mobile__list > li:nth-child(n+2){
    margin-top: 25px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 19.5px;
  }


}
@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: 45px;
    margin: 0 auto;
  }
  .page-scroll__top {
    position: relative;
    display: block;
    width: 48px;
    height: 45px;
  }
  .page-top {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 45px;
    width: 30px;
    cursor: pointer;
  }
  .page-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 10px;
    background: #111111;
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .page-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #111111;
  }
  .page-top > span {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    color: #111111;
    font-family: var(--yumincho);
    font-weight: 700;
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 48px)/2 - 2px);
    height: 45px;
    background-color: var(--font-color);
    border: 2px solid #222222;
  }
  .site-floating-menu__wrap > a + a {
    margin-left: 4px;
  }
  .site-floating-menu__wrap > a > span {
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
  }


}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    width: 50px;
    height: 405px;
    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: center;
    justify-content: space-between;
    width: 50px;
    height: 405px;
  }
  .site-floating-menu__wrap .page-scroll__top,
  .site-floating-menu__phone {
    display: none;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 200px;
    background-color: var(--font-color);
    border: 2px solid #222222;
  }
  .site-floating-menu__wrap > a + a {
    margin-top: 5px;
  }
  .site-floating-menu__wrap > a > span {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
    letter-spacing: 0.25rem;
  }


}
/*
CV
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .site-cv > a {
    position: relative;
    display: block;
    width: 100%;
  }
  .site-cv > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-cv > .site-cv__contact {
    margin-top: 7px;
  }
  .site-cv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 196px;
    padding: 13px 0 9px;
    background-color: var(--white);
  }
  .site-cv__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .site-cv__title > span:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 10px;
  }
  .site-cv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .site-cv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) {
  .site-cv {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white);
  }
  .site-cv > a {
    position: relative;
    display: block;
    width: calc(50% - 1px);
  }
  .site-cv > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-cv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 342px;
    padding: 30px 0 20px;
    background-color: var(--white);
  }
  .site-cv__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .site-cv__title > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 10px;
  }
  .site-cv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .site-cv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 214px;
    width: 100%;
    height: 41px;
    background-color: transparent;
    border: 1px solid var(--font-color);
  }
  .site-btn > span {
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40/15);
    color: var(--font-color);
    letter-spacing: 0.1rem;
  }
  .site-btn:hover {
    transition: background-color 0.3s ease;
    background-color: #F7F5F4;
  }
  .btn-more {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .btn-more:hover {
    background-size: 100% 2px;
  }
}
/*
FOOTER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-footer {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--bg-grey);
  }
  .site-footer__nav {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  /*top btn*/
  .scroll-top {
    display: none;
  }
  /*info*/
  .site-footer__nav-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    width: 165px;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__company {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: calc(32/24);
    font-weight: 500;
    margin-top: 20px;
  }
  .site-footer__block {
    display: block;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid var(--font-color);
    margin-top: 30px;
  }
  .site-footer__block-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(24/16);
  }
  .site-footer__block-title > span {
    color: var(--ttl-blue);
    font-size: 12px;
    padding-right: 5px;
  }
  .site-footer__address {
    display: block;
     width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24/16);
  }
  .site-footer__phone,
  .site-footer__fax {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }
  .site-footer__phone > span,
  .site-footer__fax > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
  }
  .site-footer__phone > a,
  .site-footer__fax > span:nth-child(2) {
    display: block;
    width: auto;
    font-size: 20px;
    line-height: calc(24/20);
    font-family: var(--futura);
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--font-color);
    word-break: keep-all;
  }
  .site-footer__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__btn {
    margin-top: 40px;
  }
  .site-footer__sns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    width: 90px;
    margin: 40px auto 0;
  }
  .site-footer__sns > li {
    display: block;
    width: 100%;
  }
  .site-footer__sns > li > a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__sns > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-footer__sns > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-footer__sns > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
  /*menu*/
  .site-footer__menu {
    display: block;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .site-footer__nav-tigger {
    position: relative;
    display: block;
    width: 52px;
    color: var(--font-color);
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 0 auto;
    padding-bottom: 18px;
  }
  .site-footer__nav-tigger::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    display: block;
    width: 20px;
    height: 8px;
    background-image: url(./assets/images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease;
  }
  .site-footer__nav-tigger.active::after {
    transform: translateX(-50%) rotate(180deg);
  }
  .site-footer__menu-wrap {
    display: none;
    width: 100%;
    padding: 0 30px;
    margin-top: 30px;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__menu-list + .site-footer__menu-list {
    margin-top: 20px;
  }
  .site-footer__menu-list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer__menu-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .site-footer__menu-list > li > a {
    display: block;
    width: auto;
    line-height: 19.5px;
    font-weight: 500;
    color: var(--font-color);
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-footer {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--bg-grey);
  }
  .site-footer__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  /*top btn*/
  .scroll-top {
    position: absolute;
    bottom: 0;
    right: -65px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 160px;
    width: 25px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: var(--font-color);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--font-color);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 500;
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  /*info*/
  .site-footer__nav-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }
  .site-footer__logo {
    display: block;
    width: min(190px + (230 - 190) * ((100vw - 1025px) / (1366 - 1025)), 230px);
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__company {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: calc(32/24);
    font-weight: 500;
    margin-top: 20px;
  }
  .site-footer__block {
    display: block;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid var(--font-color);
    margin-top: 30px;
  }
  .site-footer__block-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(24/16);
  }
  .site-footer__block-title > span {
    color: var(--ttl-blue);
    font-size: 12px;
    padding-right: 5px;
  }
  .site-footer__address {
    display: block;
     width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24/16);
  }
  .site-footer__phone,
  .site-footer__fax {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }
  .site-footer__phone > span,
  .site-footer__fax > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
  }
  .site-footer__phone > a,
  .site-footer__fax > span:nth-child(2) {
    display: block;
    width: auto;
    font-size: 20px;
    line-height: calc(24/20);
    font-family: var(--futura);
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--font-color);
    word-break: keep-all;
  }
  .site-footer__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__btn {
    margin-top: 36.5px;
  }
  .site-footer__sns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    width: 90px;
    margin-top: 30px;
  }
  .site-footer__sns > li {
    display: block;
    width: 100%;
  }
  .site-footer__sns > li > a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site-footer__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__sns > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .site-footer__sns > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .site-footer__sns > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
  /*menu*/
  .site-footer__menu {
    display: block;
    width: calc(447/1100 * 100%);
  }
  .site-footer__nav-tigger {
    display: none;
  }
  .site-footer__menu-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .site-footer__menu-list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer__menu-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .site-footer__menu-list > li > a {
    display: block;
    width: auto;
    line-height: 19.5px;
    font-weight: 500;
    color: var(--font-color);
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
FOOTER - info-nav
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-footer__info {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .site-footer__info-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .site-footer__info-menu > li {
    display: block;
    width: auto;
  }
  .site-footer__info-menu > li:nth-child(1) {
    padding-right: 10px;
    border-right: 1px solid var(--font-color);
  }
  .site-footer__info-menu > li:nth-child(2) {
    padding-left: 10px;
  }
  .site-footer__info-menu > li > a {
    display: block;
    width: auto;
    color: var(--font-color);
    line-height: 20px;
    font-weight: 500;
  }
  .site-footer__info-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__info {
    display: block;
    width: 100%;
    padding: 95px 0 40px 0;
  }
  .site-footer__info-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .site-footer__info-menu > li {
    display: block;
    width: auto;
  }
  .site-footer__info-menu > li:nth-child(1) {
    padding-right: 40px;
    border-right: 1px solid var(--font-color);
  }
  .site-footer__info-menu > li:nth-child(2) {
    padding-left: 40px;
  }
  .site-footer__info-menu > li > a {
    display: block;
    width: auto;
    color: var(--font-color);
    line-height: 30px;
    font-weight: 500;
  }
  .site-footer__info-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
FOOTER - rights
--------------------------------------------- */
@media screen and (min-width:0px) {
  .site-rights {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #222222;
  }
  .site-rights__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    font-weight: 500;
  }
}
@media screen and (max-width:1024px) {
  .site-rights {
    height: 150px;
  }
}
/*
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 (min-width:0px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-title {
    position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-title > span:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: var(--white);
    line-height: calc(50/38);
  }
  .page-title > span:nth-child(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: calc(21/16);
    margin-top: 5px;
  }
  .page-title > span:nth-child(3) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: calc(21/16);
    margin-top: 5px;
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width:1024px) {
  .page-mv__figure {
    height: 400px;
  }
}
@media screen and (max-width:767px) {
  .page-title {
    top: calc(50% + 20px);
  }
  .page-title > span:nth-child(1) {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title > span:nth-child(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 20px;
    margin-top: 5px;
  }
  .page-mv__figure {
    height: 230px;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 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;
    line-height:18px;
    color:var(--ttl-blue);
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "＞";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-size: 12px;
    line-height:13px;
    color:var(--ttl-blue);
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    display: block;
    width: auto;
    font-size: 12px;
    line-height:15px;
    color:var(--ttl-blue);
    font-weight: 500;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:var(--ttl-blue);
    font-weight: 500;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - content wrap
--------------------------------------------- */
@media screen and (min-width:0px) {
  .page-contents {
    display: block;
    width: 100%;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-404 {
    padding: 80px 0;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary);
  }
  .not-found__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .not-found__btns > a {
    width: 250px;
  }
}
@media screen and (min-width:768px) {
  .page-404 {
    padding: 100px 0 100px;
  }
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary);
  }
  .not-found__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .not-found__btns > a {
    width: 250px;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*auto loader*/
@media screen and (min-width:0px) {
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes hiddenOut {
    0% {
      visibility: visible;
    }
    100% {
      visibility: hidden;
    }
  }
  .site-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: var(--font-color);
    animation-name: hiddenOut;
    animation-duration: 1.2s;
    animation-fill-mode: both;
  }
  .site-loader__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  .site-loader__logo {
    display: block;
    width: 230px;
    animation-name: fade-out;
    animation-duration: 1.2s;
    animation-fill-mode: both;
  }
  .site-loader__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:768px) {
  .site-loader__logo {
    width: 190px;
  }
}
/*sroll*/
@media screen and (max-width:1024px) {
  .home-mv__scroll {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__scroll {
    position: absolute;
    bottom: 50px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 20px;
    height: 325px;
    z-index: 99;
  }
  .home-mv__scroll > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    font-size: 14px;
    font-family: var(--yumincho);
    color: var(--white);
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
  }
  .home-mv__scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 250px;
    background-color: var(--white);
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 30px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 30px);
    z-index: 1;
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 84px;
    left: 50%;
    /* z-index: 998; */
    z-index: 996;
    transform: translateX(-50%);
    display: block;
    max-width: 390px;
    width: 100%;
    padding: 0 30px;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan > p:nth-child(1) {
    display: block;
    width: 100%;
    font-size: min(30px + (38 - 30) * ((100vw - 320px) / (540 - 320)), 38px);
    color: var(--white);
    font-weight: 600;
    word-break: keep-all;
    line-height: 1;
    letter-spacing: 0.07em;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
  }
  .home-mv__slogan > p:nth-child(1) > span {
    position: relative;
  }
  .home-mv__slogan > p:nth-child(1) > span > em {
    position: absolute;
    top: -3px;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 1;
    word-break: keep-all;
    letter-spacing: 0;
    font-style: normal;
  }
  .home-mv__slogan > p:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    word-break: keep-all;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.07em;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    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: 600px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 84px;
    left: 50%;
    z-index: 998;
    transform: translateX(-50%);
    display: block;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan > p:nth-child(1) {
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
    word-break: keep-all;
    line-height: 1;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
    letter-spacing: 0.07em;
  }
  .home-mv__slogan > p:nth-child(1) > span {
    position: relative;
  }
  .home-mv__slogan > p:nth-child(1) > span > em {
    position: absolute;
    top: 0;
    left: calc(50% + 8px);
    transform: translateX(-50%);
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 1;
    word-break: keep-all;
    font-style: normal;
  }
  .home-mv__slogan > p:nth-child(2) {
    font-size: 26px;
    color: var(--white);
    font-weight: 600;
    line-height: 60px;
    word-break: keep-all;
    margin-top: 10px;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
    letter-spacing: 0.07em;
  }
  .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 - 50px);
    background-color: var(--white);
  }
  /*slogan*/
  .home-mv__slogan-wrap {
    position: absolute;
    bottom: 114px;
    left: 50%;
    z-index: 998;
    transform: translateX(-50%);
    display: block;
    max-width: 966px;
    width: 100%;
    padding: 0 20px;
  }
  .home-mv__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv__slogan > p:nth-child(1) {
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
    word-break: keep-all;
    line-height: 1;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
    letter-spacing: 0.07em;
  }
  .home-mv__slogan > p:nth-child(1) > span {
    position: relative;
  }
  .home-mv__slogan > p:nth-child(1) > span > em {
    position: absolute;
    top: 0;
    left: calc(50% + 8px);
    transform: translateX(-50%);
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 1;
    word-break: keep-all;
    font-style: normal;
  }
  .home-mv__slogan > p:nth-child(2) {
    font-size: 26px;
    color: var(--white);
    font-weight: 600;
    /*line-height: 60px;*/
    word-break: keep-all;
    margin-top: 10px;
    text-shadow: 0 3px 30px rgba(0,0,0,0.16);
    letter-spacing: 0.07em;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 50px);
    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%;
    height: calc(100vh - 20px);
    background-color: var(--bg-grey);
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 20px);
    background-color: var(--bg-grey);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 20px);
    background-color: var(--bg-grey);
    padding-bottom: 30px;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 50px);
  }
  .home-mv__copy-txt {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    line-height: 30px;
    text-align: center;
    padding-top: 110px;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 50px);
    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;
    width: 100%;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    background-color: var(--font-color);
    opacity: .3;
    margin: 0 3px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--font-color);
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--bg-grey);
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    background-color: var(--bg-grey);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--bg-grey);
    padding-bottom: 40px;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 600px;
  }
  .home-mv__copy-txt {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    line-height: 50px;
    text-align: center;
    padding-top: 100px;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    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: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: var(--font-color);
    opacity: .3;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--font-color);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    display: block;
    width: 100%;
    background-color: var(--bg-grey);
  }
  .home-slide-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 90px);
    background-color: var(--bg-grey);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--bg-grey);
    padding-bottom: 40px;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 50px);
  }
  .home-mv__copy-txt {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 300;
    color: var(--white);
    line-height: 60px;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 90px);
    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: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: var(--font-color);
    opacity: .3;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--font-color);
    opacity: 1;
  }
}
/*concept*/
@media screen and (max-width:767px) {
  .home-concept {
    display: block;
    width: 100%;
    padding-top: 110px;
    background-color: var(--bg-grey);
  }
  .home-concept > .container {
    padding: 0;
  }
  .home-concept__cols {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-concept__figure {
    display: block;
    width: 100%;
    margin-top: 185px;
  }
  .home-concept__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-concept__content-wrap {
    display: block;
    width: 100%;
    margin-top: 90px;
  }
  .home-concept__content {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-concept__header {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .home-concept__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .home-concept__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 90px;
  }
  .home-concept__btns > a {
    max-width: 230px;
  }
  .home-concept__slider {
    display: block;
    width: 100%;
    margin-top: 120px;
  }
  .home-concept__slider > picture {
    display: block;
    width: auto;
    margin-right: 5px;
  }
  .home-concept__slider > picture > img {
    display: block;
    width: auto;
    height: 165px;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-concept {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: var(--bg-grey);
  }
  .home-concept > .container {
    max-width: 1366px;
    padding: 0;
  }
  .home-concept__cols {
    position: relative;
    display: flex;
    width: 100%;
  }
  .home-concept__figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(493/1366 * 100%);
  }
  .home-concept__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-concept__content-wrap {
    display: block;
    width: 100%;
    margin-top: min(30px + (60 - 30) * ((100vw - 1025px) / (1366 - 1025)), 60px);
  }
  .home-concept__content {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding-left: calc(460/1100 * 100%);
    margin: 0 auto;
  }
  .home-concept__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: calc(32/24);
    text-align: justify;
    word-break: break-all;
  }
  .home-concept__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: min(50px + (90 - 50) * ((100vw - 1025px) / (1366 - 1025)), 90px);
  }
  .home-concept__btns {
    display: block;
    width: 100%;
    margin-top: min(50px + (90 - 50) * ((100vw - 1025px) / (1366 - 1025)), 90px);
  }
  .home-concept__btns > a {
    max-width: 230px;
  }
  .home-concept__slider {
    display: block;
    width: 100%;
    margin-top: min(80px + (120 - 80) * ((100vw - 1025px) / (1366 - 1025)), 120px);
  }
  .home-concept__slider > picture {
    display: block;
    width: auto;
    margin-right: 5px;
  }
  .home-concept__slider > picture > img {
    display: block;
    width: auto;
    height: min(120px + (180 - 120) * ((100vw - 768px) / (1366 - 768)), 180px);
    object-fit: cover;
  }
}
/*reason*/
@media screen and (max-width:767px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 150px 0;
    background-color: var(--bg-grey);
  }
  .home-reason__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-reason__points {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .home-reason__point {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__point:nth-child(n+2) {
    margin-top: 100px;
  }
  .home-reason__point-content {
    display: block;
    width: 100%;
  }
  .home-reason__point-hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-reason__point-badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .home-reason__point-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: calc(26/22);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-reason__point-txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-reason__point-figure {
    display: block;
    width: calc(100% + 60px);
    margin-top: 40px;
  }
  .home-reason__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  .home-reason__btns > a {
    max-width: 198px;
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: min(100px + (150 - 100) * ((100vw - 768px) / (1100 - 768)), 150px) 0;
    background-color: var(--bg-grey);
  }
  .home-reason__body {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .home-reason__points {
    display: block;
    width: 100%;
    margin-top: min(80px + (100 - 80) * ((100vw - 768px) / (1100 - 768)), 100px);
  }
  .home-reason__point {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-reason__point:nth-child(even) {
    flex-direction: row-reverse;
  }
  .home-reason__point:nth-child(n+2) {
    margin-top: min(80px + (100 - 80) * ((100vw - 768px) / (1100 - 768)), 100px);
  }
  .home-reason__point-content {
    display: block;
    width: calc(400/950 * 100%);
  }
  .home-reason__point-hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-reason__point-badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .home-reason__point-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: calc(26/22);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-reason__point-txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-reason__point-figure {
    display: block;
    width: calc(500/950 * 100%);
  }
  .home-reason__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: min(80px + (100 - 80) * ((100vw - 768px) / (1100 - 768)), 100px);
  }
  .home-reason__btns > a {
    max-width: 198px;
  }
}
/*yukkuribako*/
@media screen and (max-width:767px) {
  .home-yukkuribako__parallax {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/parallax-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .home-yukkuribako {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 400px 0 100px;
  }
  .home-yukkuribako > .container {
    padding: 0 20px;
  }
  .home-yukkuribako__body {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .home-yukkuribako__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    width: 100%;
    padding: 80px 30px 40px;
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .home-yukkuribako__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-yukkuribako__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .home-yukkuribako__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
  .home-yukkuribako__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
  }
  .home-yukkuribako__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-top: 50px;
  }
  .home-yukkuribako__btns > a {
    width: 230px;
  }
  .home-yukkuribako__btns > a + a {
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .home-yukkuribako__parallax {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/parallax-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .home-yukkuribako {
    display: block;
    width: 100%;
    background-color: transparent;
    padding-bottom: 20px;
  }
  .home-yukkuribako__body {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .home-yukkuribako__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    padding: 80px 30px 40px;
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .home-yukkuribako__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-yukkuribako__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .home-yukkuribako__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
    letter-spacing: 0.1em;
  }
  .home-yukkuribako__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
  }
  .home-yukkuribako__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-top: 50px;
  }
  .home-yukkuribako__btns > a {
    width: 230px;
  }
  .home-yukkuribako__btns > a + a {
    margin-top: 15px;
  }
}
/*purpose*/
@media screen and (max-width:767px) {
  .home-purpose {
    display: block;
    width: 100%;
    padding: 127px 0 60px;
    background-color: var(--bg-grey);
  }
  .home-purpose__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-purpose__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-purpose__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-purpose__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: center;
    margin-top: 60px;
  }
  .home-purpose__links {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row: auto;
    row-gap: 20px;
    max-width: 250px;
    width: 100%;
    margin: 90px auto 0;
  }
  .home-purpose__link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-purpose__link:hover {
    transition: opaity 0.3s ease;
    opacity: 0.7;
  }
  .home-purpose__link-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid var(--white);
    background-color: rgba(0,0,0,.5);
  }
  .home-purpose__link-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 65px;
    background-image: url(./assets/images/icon-rabtn.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 35px 35px;
  }
  .home-purpose__link-title > span:nth-child(1) {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: calc(39/26);
  }
  .home-purpose__link-title > span:nth-child(2) {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
  }
  .home-purpose__link-figure {
    display: block;
    width: 100%;
  }
  .home-purpose__link-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .home-purpose__txt {
	  font-size: 13px;
  }
}
@media screen and (min-width:768px) {
  .home-purpose {
    display: block;
    width: 100%;
    padding: min(90px + (120 - 90) * ((100vw - 768px) / (1100 - 768)), 120px) 0 0;
    background-color: var(--bg-grey);
  }
  .home-purpose__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-purpose__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .home-purpose__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .home-purpose__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: center;
    margin-top: 60px;
  }
  .home-purpose__links {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(20/1060 * 100%);
    max-width: 1060px;
    width: 100%;
    margin: 90px auto 0;
  }
  .home-purpose__link {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-purpose__link:hover {
    transition: opaity 0.3s ease;
    opacity: 0.7;
  }
  .home-purpose__link-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid var(--white);
    background-color: rgba(0,0,0,.5);
  }
  .home-purpose__link-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 79px;
    background-image: url(./assets/images/icon-rabtn.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 36px 35px;
  }
  .home-purpose__link:nth-child(1) .home-purpose__link-title {
    padding-bottom: 69px;
  }
  .home-purpose__link-title > span:nth-child(1) {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: calc(39/26);
  }
  .home-purpose__link-title > span:nth-child(2) {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
  }
  .home-purpose__link-figure {
    display: block;
    width: 100%;
  }
  .home-purpose__link-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-purpose__link-content {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .home-purpose__link-title {
    padding-bottom: 50px;
  }
  .home-purpose__link-title > span:nth-child(1) {
    font-size: 20px;
  }
  .home-purpose__link-title > span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
}
/*renovation*/
@media screen and (max-width:767px) {
  .home-renovation {
    display: block;
    width: 100%;
    background-image: url(./assets/images/home/renovation/renovation-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-renovation__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 0 80px;
  }
  .home-renovation__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-renovation__header > span:nth-child(1) {
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
  }
  .home-renovation__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-top: 20px;
  }
  .home-renovation__txt {
    display: block;
    width: 100%;
    line-height: 27.2px;
    color: var(--white);
    text-align: center;
    margin-top: 40px;
  }
  .home-renovation__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-renovation__btn > a {
    border: 1px solid var(--white);
    max-width: 198px;
  }
  .home-renovation__btn > a > span {
    color: var(--white);
  }
  .home-renovation__btn > a:hover > span {
    color: var(--font-color);
  }
}
@media screen and (min-width:768px) {
  .home-renovation {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--bg-grey);
  }
  .home-renovation__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 0 60px;
    background-image: url(./assets/images/home/renovation/renovation-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-renovation__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-renovation__header > span:nth-child(1) {
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-renovation__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-top: 15px;
  }
  .home-renovation__txt {
    display: block;
    width: 100%;
    line-height: 27.2px;
    color: var(--white);
    text-align: center;
    margin-top: 30px;
  }
  .home-renovation__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-renovation__btn > a {
    border: 1px solid var(--white);
    max-width: 198px;
  }
  .home-renovation__btn > a > span {
    color: var(--white);
  }
  .home-renovation__btn > a:hover > span {
    color: var(--font-color);
  }
}
/*stories*/
@media screen and (max-width:767px) {
  .home-stories {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--bg-grey);
  }
  .home-stories > .container {
    padding: 0 10px;
  }
  .home-stories__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-stories__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-stories__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-stories__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
  .home-stories__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .home-stories__item {
    display: block;
    width: calc(50% - 5px);
    background-color: var(--white);
    padding: 15px 15px 30px;
  }
  .home-stories__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-stories__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .home-stories__item-figure {
    display: block;
    width: 100%;
  }
  .home-stories__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-stories__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
  }
  .home-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .home-stories__btns > a {
    max-width: 214px;
  }
}
@media screen and (min-width:768px) {
  .home-stories {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--bg-grey);
  }
  .home-stories__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-stories__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .home-stories__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .home-stories__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
  .home-stories__items {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px;
  }
  .home-stories__item {
    display: block;
    width: calc(267.5/1100 * 100%);
    background-color: var(--white);
    padding: calc(15/1100 * 100%) calc(15/1100 * 100%) calc(30/1100 * 100%);
    margin-right: calc(10/1100 * 100%);
  }
  .home-stories__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-stories__item:last-child {
    margin-right: 0;
  }
  .home-stories__item-figure {
    display: block;
    width: 100%;
  }
  .home-stories__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-stories__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
  }
  .home-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .home-stories__btns > a {
    max-width: 214px;
  }
}
/*company*/
@media screen and (max-width:767px) {
  .home-company {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-company > .container {
    padding: 0 0;
  }
  .home-company__body {
    display: block;
    width: 100%;
  }
  .home-company__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 200px;
    background-color: var(--bg-grey);
  }
  .home-company__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-company__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    padding: 50px 30px;
    background-color: var(--white);
    margin: -250px auto 0;
  }
  .home-company__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0 20px;
    background-color: var(--white);
  }
  .home-company__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .home-company__header > span:nth-child(1) > em {
    position: relative;
    font-style: normal;
  }
  .home-company__header > span:nth-child(1) > em > i {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .home-company__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-company__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-company__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-company__btns > a {
    max-width: 182px;
  }
  .home-company__sns {
    display: flex;
    justify-content: space-between;
    width: 90px;
    margin: 40px auto 0;
  }
  .home-company__sns > li {
    display: block;
    width: 100%;
  }
  .home-company__sns > li > a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .home-company__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-company__sns > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .home-company__sns > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .home-company__sns > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
}
@media screen and (min-width:768px) {
  .home-company {
    display: block;
    width: 100%;
    background-color: var(--white);
    background-image: linear-gradient(var(--bg-grey),var(--bg-grey));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 200px;
  }
  .home-company__body {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 200px;
  }
  .home-company__figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: calc(754/1100 * 100%);
  }
  .home-company__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-company__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 415px;
    padding: 80px 37px 98px 88px;
    background-color: var(--white);
  }
  .home-company__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0 20px;
    background-color: var(--white);
  }
  .home-company__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .home-company__header > span:nth-child(1) > em {
    position: relative;
    font-style: normal;
  }
  .home-company__header > span:nth-child(1) > em > i {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .home-company__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 10px;
  }
  .home-company__txt {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-company__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .home-company__btns > a {
    max-width: 182px;
  }
  .home-company__sns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
  }
  .home-company__sns > li {
    display: block;
    width: 100%;
  }
  .home-company__sns > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .home-company__sns > li > a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .home-company__sns > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-company__sns > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .home-company__sns > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .home-company__sns > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
}
/*event*/
@media screen and (max-width:767px) {
  .home-event {
    display: block;
    width: 100%;
    padding: 80px 0 120px;
    background-color: var(--white);
  }
  .home-event__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-event__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-event__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-event__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
  .home-event__items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 50px;
    max-width: 240px;
    width: 100%;
    margin: 50px auto 0;
  }
  .home-event__item {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-event__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-event__item-badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .home-event__item-badge.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .home-event__item-badge.finished {
    background-color: var(--font-color);
  }
  .home-event__item-figure {
    display: block;
    width: 100%;
  }
  .home-event__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-event__item-time {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
  }
  .home-event__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
  }
  .home-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-event {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-event__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-event__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .home-event__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .home-event__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
  .home-event__items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(40/890 * 100%);
    max-width: 890px;
    width: 100%;
    margin: 50px auto 0;
  }
  .home-event__item {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-event__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-event__item-badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .home-event__item-badge.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .home-event__item-badge.finished {
    background-color: var(--font-color);
  }
  .home-event__item-figure {
    display: block;
    width: 100%;
  }
  .home-event__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-event__item-time {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
  }
  .home-event__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
  }
  .home-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*news*/
@media screen and (max-width:767px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 130px 0 0;
    background-color: var(--white);
    background-image: url(./assets/images/home/news/news-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 390px;
  }
  .home-news__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-news__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .home-news__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-top: 20px;
  }
  .home-news__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 0 30px 20px;
    background-color: var(--white);
    margin-top: 123px;
  }
  .home-news__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 50vh;
    height: 100%;
    background-color: var(--white);
  }
  .home-news__items {
    display: block;
    width: 100%;
  }
  .home-news__items > li {
    display: block;
    width: calc(100% + 10px);
    padding: 0 10px 5px 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news__items > li:nth-child(n+2){
    padding-top: 5px;
  }
  .home-news__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-news__item-date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 24px;
    color: #ACACAC;
  }
  .home-news__item-title {
    display: -webkit-box;
    width: 100%;
    line-height: 22px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 150px 0 220px;
    background-image: url(./assets/images/home/news/news-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-news__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(270/1100 * 100%);
  }
  .home-news__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
  }
  .home-news__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-top: 13px;
  }
  .home-news__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(830/1100 * 100%);
    padding: calc(35/830 * 100%) 0 calc(35/830 * 100%) calc(50/830 * 100%);
    background-color: var(--white);
  }
  .home-news__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 50vh;
    height: 100%;
    background-color: var(--white);
  }
  .home-news__items {
    display: block;
    width: calc(630/780 * 100%);
  }
  .home-news__items > li {
    display: block;
    width: 100%;
    padding: 0 20px 15px;
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news__items > li:nth-child(n+2){
    padding-top: 15px;
  }
  .home-news__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-news__item-date {
    display: block;
    width: calc(135/630 * 100%);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 24px;
    color: #ACACAC;
  }
  .home-news__item-title {
    display: -webkit-box;
    width: calc(495/630 * 100%);
    line-height: 2;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - (495/630 * 100%));
    padding-right: 20px;
  }
}
/*blog*/
@media screen and (max-width:767px) {
  .home-blog {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #EEF0F1;
  }
  .home-blog > .container {
    padding: 0 10px;
  }
  .home-blog__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-blog__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-blog__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 20px;
  }
  .home-blog__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
  }
  .home-blog__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .home-blog__item {
    display: block;
    width: calc(50% - 5px);
    background-color: var(--white);
    padding: 20px 15px;
  }
  .home-blog__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-blog__item:nth-child(n+3) {
    margin-top: 10px;
  }
  .home-blog__item-figure {
    display: block;
    width: 100%;
  }
  .home-blog__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-blog__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 19.5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 25px 0 10px;
  }
  .home-blog__item-date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 1;
    text-align: right;
    margin-top: 10px;
  }
  .home-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-blog__btns > a {
    max-width: 198px;
  }
}
@media screen and (min-width:768px) {
  .home-blog {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #EEF0F1;
  }
  .home-blog__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-blog__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .home-blog__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .home-blog__header + p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
  }
  .home-blog__items {
    display: flex;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
  }
  .home-blog__item {
    display: block;
    width: calc(230/1000 * 100%);
    background-color: var(--white);
    padding: calc(20/1000 * 100%) calc(15/1000 * 100%);
    margin-right: calc(26.666667/1000 * 100%);
  }
  .home-blog__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-blog__item:last-child {
    margin-right: 0;
  }
  .home-blog__item-figure {
    display: block;
    width: 100%;
  }
  .home-blog__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-blog__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
  }
  .home-blog__item-date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 1;
    text-align: right;
    margin-top: 15px;
  }
  .home-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-blog__btns > a {
    max-width: 198px;
  }
}
/*hygge*/
@media screen and (max-width:767px) {
  .home-hygge {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-image: url(./assets/images/home/hygge-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-hygge__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-hygge__header {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.07em;
  }
  .home-hygge__header > span {
    position: relative;
    font-size: 30px;
  }
  .home-hygge__header > span > i {
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    padding-left: 27px;
  }
  .home-hygge__txt {
    display: block;
    width: 100%;
    line-height: 2;
    color: var(--white);
    font-weight: 600;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-hygge {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-image: url(./assets/images/home/hygge-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-hygge__body {
    display: block;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .home-hygge__header {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    line-height: 38px;
    letter-spacing: 0.07em;
  }
  .home-hygge__header > span {
    position: relative;
    font-size: 38px;
  }
  .home-hygge__header > span > i {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding-left: 35px;
  }
  .home-hygge__txt {
    display: block;
    width: 100%;
    line-height: 2;
    color: var(--white);
    font-weight: 600;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
/*instagram*/
@media screen and (max-width:767px) {
  .home-instagram {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-instagram__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-instagram__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-instagram__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
  }
  .home-instagram__wrap {
    display: block;
    max-width: 265px;
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (min-width:768px) {
  .home-instagram {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-instagram__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-instagram__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .home-instagram__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
  }
  .home-instagram__wrap {
    display: block;
    max-width: 790px;
    width: 100%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width:0px) {
  .sb_instagram_header,
  #sbi_load {
    display: none;
  }
}
/*
PAGE - flow
--------------------------------------------- */
@media screen and (max-width:767px) {
  .flow-step {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .flow-step__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
    padding: 78px 0 60px;
  }
  .flow-step__top {
    display: block;
    width: 100%;
  }
  .flow-step__top > .container {
    padding: 0;
  }
  .flow-step__box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 125px;
  }
  .flow-step__box:last-child {
    padding-bottom: 80px;
  }
  .flow-step__box::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 128px;
    height: 35px;
    background-image: url(./assets/images/flow/icon-flow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-step__box:last-child::after {
     bottom: 0;
  }
  .flow-step__box-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .flow-step__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .flow-step__figure-fluid {
    display: block;
    width: 100%;
  }
  .flow-step__figure-custom {
    display: block;
    width: 225px;
  }
  .flow-step__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-step__content {
    display: block;
    width: 100%;
    padding: 40px 30px 0;
  }
  .flow-step__box-title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    padding-left: 100px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 120px 1px,100% 1px;
  }
  .flow-step__box-title > span {
    position: absolute;
    left: 0;
    font-size: 18px;
    width: 105px;
    color: #ACACAC;
    word-break: keep-all;
    letter-spacing: -0.05rem;
  }
  .flow-step__box-title > span > em {
    font-size: 40px;
    line-height: 30px;
  }
  .flow-step__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
    font-style: normal;
  }
  .flow-step__box-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .flow-step__txt2 {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 18px;
    line-height: 25.5px;
    font-weight: 500;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
  }
  .flow-step__bottom {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #FAFAFA;
  }
  .flow-step__bottom > .container {
    padding: 0;
  }
  .flow-step__box-bnr {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .flow-step__box-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-btn.after-support {
    max-width: 372px;
  }
  .flow-step__bottom .flow-step__box:last-child {
    padding-bottom: 0;
  }
  .flow-step__bottom .flow-step__box:last-child::after {
    display: none;
  }
}
@media screen and (max-width:359px) {
    .flow-step__box-title {
      font-size: 20px;
    }
}
@media screen and (min-width:768px) {
  .flow-step {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .flow-step__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 140px 0 120px;
  }
  .flow-step__top {
    display: block;
    width: 100%;
  }
  .flow-step__top > .container {
    max-width: 1366px;
    padding: 0;
  }
  .flow-step__box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 125px;
  }
  .flow-step__box:last-child {
    padding-bottom: 80px;
  }
  .flow-step__box::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 128.59px;
    height: 35.37px;
    background-image: url(./assets/images/flow/icon-flow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-step__box:last-child::after {
     bottom: 0;
  }
  .flow-step__box-col {
    display: flex;
    width: 100%;
  }
  .flow-step__figure {
    display: block;
    width: calc(445/1366 * 100%);
  }
  .flow-step__figure-fluid {
    display: block;
    width: 100%;
  }
  .flow-step__figure-custom {
    display: block;
    width: calc(225/445 * 100%);
    margin-left: auto;
  }
  .flow-step__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-step__content {
    display: block;
    width: calc((700/1366 * 100%));
    padding-left: calc(50/1366 * 100%);
  }
  .flow-step__box-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 120px 1px,100% 1px;
  }
  .flow-step__box-title > span {
    font-size: 25px;
    padding-right: 30px;
    color: #ACACAC;
  }
  .flow-step__box-title > span > em {
    font-size: 60px;
    font-style: normal;
    line-height: 50px;
  }
  .flow-step__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .flow-step__box-btns {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .flow-step__txt2 {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 18px;
    line-height: 25.5px;
    font-weight: 500;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
  }
  .flow-step__bottom {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAFAFA;
  }
  .flow-step__bottom > .container {
    max-width: 1366px;
    padding: 0;
  }
  .flow-step__box-bnr {
    display: block;
    width: calc(1113/1366 * 100%);
    padding-bottom: 60px;
  }
  .flow-step__box-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-step__content.flow8 {
    position: relative;
    z-index: 1;
    background-color: #FAFAFA;
    padding-top: 50px;
    margin-top: -120px;
  }
  .site-btn.after-support {
    max-width: 372px;
  }
  .flow-step__bottom .flow-step__box:last-child {
    padding-bottom: 0;
  }
  .flow-step__bottom .flow-step__box:last-child::after {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .flow-step__top > .container
  .flow-step__bottom > .container {
    max-width: 1024px;
    padding: 0;
  }
  .flow-step__box-title {
    font-size: 22px;
  }
  .flow-step__box-title > span {
    font-size: 20px;
    padding-right: 10px;
  }
  .flow-step__box-title > span > em {
    font-size: 40px;
    font-style: normal;
    line-height: 30px;
  }
}
@media screen and (max-width:767px) {
  .flow-support {
    display: block;
    width: 100%;
    padding: 100px 0 248px;
    background-image: url(./assets/images/flow/support-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .flow-support__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .flow-support__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: var(--white);
    text-align: center;
  }
  .flow-support__txt {
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: 2;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
@media screen and (max-width:359px) {
  .flow-support__header {
	  font-size: 22px;
  }
}
@media screen and (min-width:768px) {
  .flow-support {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-image: url(./assets/images/flow/support-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .flow-support__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .flow-support__header {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    line-height: calc(60/38);
    color: var(--white);
    text-align: center;
  }
  .flow-support__txt {
    display: block;
    width: 100%;
     font-weight: 600;
    line-height: 2;
    color: var(--white);
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
/*
PAGE - taishin
--------------------------------------------- */
/*intro*/
@media screen and (min-width:0px) {
  .taishin-intro {
    display: block;
    width: 100%;
    padding: 140px 0 120px;
    background-color: var(--white);
  }
  .taishin-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-intro__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .taishin-intro__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
  .taishin-bnr {
    display: block;
    width: 100%;
  }
  .taishin-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .taishin-intro {
    padding: 80px 0 60px;
  }
  .taishin-intro__header {
    font-size: 22px;
  }
}
/*means*/
@media screen and (max-width:767px) {
  .taishin-means {
    display: block;
    width: 100%;
    padding:60px 0 120px;
    background-color: #F7F7F7;
  }
  .taishin-means__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-means__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .taishin-means__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .taishin-means__figure {
    display: block;
    width: 266.45px;
    margin: 60px auto 0;
  }
  .taishin-means__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-means__list {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-means__list > li {
    display: block;
    width: 100%;
    border: 1px solid #CECECE;
    background-color: var(--white);
    padding: 20px;
  }
  .taishin-means__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .taishin-means__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .taishin-means__icon {
    display: block;
    width: 150px;
  }
  .taishin-means__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-means__box-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .taishin-means__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
  }
  .taishin-means__box-subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
    text-align: center;
  }
  .taishin-means__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .taishin-means__list > li:nth-child(2) .taishin-means__box-title,
  .taishin-means__list > li:nth-child(2) .taishin-means__box-subtitle {
    color: #575757;
  }
  .taishin-means__list > li:nth-child(3) .taishin-means__box-title,
  .taishin-means__list > li:nth-child(3) .taishin-means__box-subtitle {
    color: #7B93AA;
  }
  .taishin-means__list + p {
    width: calc(100% + 20px);
    margin: 60px 0 0 -10px;
  }
}
@media screen and (min-width:768px) {
  .taishin-means {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #F7F7F7;
  }
  .taishin-means__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-means__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .taishin-means__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .taishin-means__figure {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-means__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-means__list {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-means__list > li {
    display: block;
    width: 100%;
    border: 1px solid #CECECE;
    background-color: var(--white);
    padding: calc(40/860 * 100%) calc(30/860 * 100%);
  }
  .taishin-means__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .taishin-means__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .taishin-means__icon {
    display: block;
    width: calc(175/800 * 100%);
  }
  .taishin-means__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-means__box-contents {
    display: flex;
    flex-direction: column;
    width: calc(595/800 * 100%);
  }
  .taishin-means__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.8px;
  }
  .taishin-means__box-subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 15px;
  }
  .taishin-means__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .taishin-means__list > li:nth-child(2) .taishin-means__box-title,
  .taishin-means__list > li:nth-child(2) .taishin-means__box-subtitle {
    color: #575757;
  }
  .taishin-means__list > li:nth-child(3) .taishin-means__box-title,
  .taishin-means__list > li:nth-child(3) .taishin-means__box-subtitle {
    color: #7B93AA;
  }
  .taishin-means__list + p {
    margin-top: 60px;
  }
}
/*implement*/
@media screen and (max-width:767px) {
  .taishin-implement {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .taishin-implement__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-implement__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .taishin-implement__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .taishin-implement__box {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-implement__box + .taishin-implement__box {
    margin-top: 80px;
  }
  .taishin-implement__box-title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .taishin-implement__box-title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .taishin-implement__figure {
    display: block;
    width: calc(100% + 20px);
    margin: 50px 0 0 -10px;
  }
  .taishin-implement__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-implement__box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .taishin-implement__col-figure {
    display: block;
    width: calc(100% + 20px);
  }
  .taishin-implement__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-implement__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 45px;
  }
  .taishin-implement__col-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    background-color: #455D74;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 18px;
    color: var(--white);
    line-height: 1px;
    font-weight: 500;
    margin-top: 5px;
  }
  .taishin-implement__col-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #7B93AA;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .taishin-implement__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .taishin-implement {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .taishin-implement__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-implement__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .taishin-implement__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .taishin-implement__box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .taishin-implement__box + .taishin-implement__box {
    margin-top: 80px;
  }
  .taishin-implement__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .taishin-implement__box-title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .taishin-implement__figure {
    display: block;
    width: calc(783/860 * 100%);
    margin: 50px 0 0 20px;
  }
  .taishin-implement__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-implement__box-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
  }
  .taishin-implement__col-figure {
    display: block;
    width: calc(385/840 * 100%);
  }
  .taishin-implement__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-implement__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }
  .taishin-implement__col-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    background-color: #455D74;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 18px;
    color: var(--white);
    line-height: 1px;
    font-weight: 500;
    margin-top: 5px;
  }
  .taishin-implement__col-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #7B93AA;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .taishin-implement__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
/*efficiency*/
@media screen and (max-width:767px) {
  .taishin-efficiency {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: #F7F7F7;
  }
  .taishin-efficiency > .container {
    padding: 0 20px;
  }
  .taishin-efficiency__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-efficiency__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .taishin-efficiency__fluid {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-efficiency__figure-fluid {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .taishin-efficiency__figure-fluid > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-efficiency__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .taishin-efficiency__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .taishin-efficiency__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .taishin-efficiency__custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-efficiency__figure-custom {
    display: block;
    width: 100%;
  }
  .taishin-efficiency__figure-custom > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-efficiency__custom-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .taishin-efficiency {
    display: block;
    width: 100%;
    padding: 120px 0 140px;
    background-color: #F7F7F7;
  }
  .taishin-efficiency__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .taishin-efficiency__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
    text-align: center;
  }
  .taishin-efficiency__fluid {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-efficiency__figure-fluid {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .taishin-efficiency__figure-fluid > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-efficiency__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .taishin-efficiency__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .taishin-efficiency__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .taishin-efficiency__custom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .taishin-efficiency__custom + .taishin-efficiency__custom {
    flex-direction: row-reverse;
  }
  .taishin-efficiency__figure-custom {
    display: block;
    width: calc(406/860 * 100%);
  }
  .taishin-efficiency__figure-custom > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .taishin-efficiency__custom-content {
    display: block;
    width: calc(404/860 * 100%);
  }
}
/*
PAGE - area
--------------------------------------------- */
/*intro*/
@media screen and (min-width:0px) {
  .area-intro {
    display: block;
    width: 100%;
    padding: 140px 0 80px;
    background-color: var(--white);
  }
  .area-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .area-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .area-intro__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .area-intro__btns > a {
    max-width: 276px;
  }
}
@media screen and (max-width:767px) {
   .area-intro {
    padding: 80px 0 80px;
  }
}
/*reason*/
@media screen and (max-width:767px) {
  .area-reason__wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .area-reason > .container {
    padding: 0 20px;
  }
  .area-reason__hgroup {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  .area-reason__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .area-reason__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .area-reason__wrap {
    display: block;
    width: 100%;
  }
  .area-reason__wrap > .container {
    padding: 0;
  }
  .area-reason__box {
    display: block;
    width: 100%;
  }
  .area-reason__figure {
    display: block;
    width: 100%;
  }
  .area-reason__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .area-reason__box:nth-child(2) {
    margin-top: 60px;
  }
  .area-reason__box-content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 40px 30px;
    background-color: rgba(255,255,255,0.84);
  }
  .area-reason__title {
    display: block;
    width:100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #7B93AA;
    text-align: justify;
    word-break: break-all;
  }
  .area-reason__box-txt {
    display: block;
    width:100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (max-width:359px) {
  .area-reason__title {
    font-size: 21px;
  }
}
@media screen and (min-width:768px) {
  .area-reason__wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .area-reason__hgroup {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .area-reason__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .area-reason__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .area-reason__wrap {
    display: block;
    width: 100%;
  }
  .area-reason__wrap > .container {
    max-width: 1366px;
    padding: 0;
  }
  .area-reason__box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 460px;
    padding-top: 120px;
  }
  .area-reason__figure {
    position: absolute;
    top: 0;
    display: block;
    width: calc(690/1366 * 100%);
  }
  .area-reason__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .area-reason__box:nth-child(1) .area-reason__figure {
    left: 0;
  }
  .area-reason__box:nth-child(2) .area-reason__figure {
    right: 0;
  }
  .area-reason__box:nth-child(2) {
    margin-top: 50px;
  }
  .area-reason__box-content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(846/1366 * 100%);
    background-color: rgba(255,255,255,0.84);
  }
  .area-reason__box:nth-child(1) .area-reason__box-content {
    margin-left: auto;
    padding: 60px 0 60px 75px;
  }
  .area-reason__box:nth-child(2) .area-reason__box-content {
    padding: 60px 75px 60px 0;
  }
  .area-reason__title {
    display: block;
    width: min(480px + (518 - 480) * ((100vw - 1025px) / (1366 - 1025)), 518px);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    color: #7B93AA;
    text-align: justify;
    word-break: break-all;
  }
  .area-reason__box-txt {
    display: block;
    width: min(480px + (518 - 480) * ((100vw - 1025px) / (1366 - 1025)), 518px);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .area-reason__box:nth-child(2) .area-reason__title,
  .area-reason__box:nth-child(2) .area-reason__box-txt {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .area-reason__box:nth-child(1) .area-reason__box-content {
    padding: 40px 20px 40px 60px;
  }
  .area-reason__box:nth-child(2) .area-reason__box-content {
    padding: 40px 60px 40px 20px;
  }
  .area-reason__title ,
  .area-reason__box-txt {
    width: min(395px + (425 - 395) * ((100vw - 768px) / (1024 - 768)), 425px);
  }
}
/*map*/
@media screen and (max-width:767px) {
  .area-map {
    display: block;
    width: 100%;
    padding: 50px 0 140px;
    background-color: var(--white);
  }
  .area-map > .container {
    padding: 0 20px;
  }
  .area-map__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .area-map__cols {
    display: flex;
    flex-direction: column-reverse;
    align-self: center;
    width: 100%;
    margin-top: 60px;
  }
  .area-map__figure {
    display: block;
    width: 100%;
  }
  .area-map__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .area-map__list {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
  }
  .area-map__list > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .area-map__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .area-map__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #7B93AA;
  }
  .area-map__address {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-top: 20px;
  }
  .area-map__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .area-map__box + .area-map__box {
    margin-top: 20px;
  }
  .area-map__box > dt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  .area-map__box > dt > span {
    color: #7B93AA;
  }
  .area-map__box > dd,
  .area-map__address p {
    display: block;
    width: 100%;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .area-map {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .area-map > .container {
    max-width: 1266px;
  }
  .area-map__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .area-map__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .area-map__figure {
    display: block;
    width: calc(582/1226 * 100%);
  }
  .area-map__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .area-map__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(593/1226 * 100%);
  }
  .area-map__list > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 411px;
  }
  .area-map__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .area-map__title {
    display: block;
    width: 96px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #7B93AA;
  }
  .area-map__address {
    display: block;
    width: calc(100% - 96px);
  }
  .area-map__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .area-map__box + .area-map__box {
    margin-top: 20px;
  }
  .area-map__box > dt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  .area-map__box > dt > span {
    color: #7B93AA;
  }
  .area-map__box > dd,
  .area-map__address p {
    display: block;
    width: 100%;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .area-map__list > li {
    width: 346px;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .faq {
    display: block;
    width: 100%;
    padding: 85px 0 140px;
    background-color: #FAF8F5;
  }
  .faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .faq-menu {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .faq-menu__header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .faq-menu__header > span {
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (375 - 320)), 16px);
    font-weight: 500;
    line-height: 24px;
    color: #7B93AA;
  }
  .faq-menu__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    grid-template-rows: auto;
    row-gap: 10px;
    width: 100%;
    margin:30px auto 0;
  }
  .faq-menu__list > li {
    display: block;
    width: 100%;
  }
  .faq-menu__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    font-weight: 600;
    background-color: #7B93AA;
    border: 1px solid var(--white);
  }
  .faq-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .faq-box{
    display: block;
    width: 100%;
    padding-top: 70px;
    margin-top: -20px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .faq-box__title::first-letter {
    font-size: 28px;
    line-height: 30px;
  }
  .faq-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .faq-list > li {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 25px 20px;
  }
  .faq-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 25px 0 34px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-list > li > .question::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    background-color: var(--font-color);
    color: var(--white);
    font-size:19px;
    line-height: 16px;
  }
  .faq-list > li > .question > i {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-list > li > .question > i::before,
  .faq-list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: var(--ttl-blue);
  }
 .faq-list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .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-list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-list > li > .answer {
    position: relative;
    display: none;
    width: 100%;
  }
  .faq-list .answer-box {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #DDDDDD;
  }
  .answer-box__txt {
    display: block;
    width: 100%;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .answer-box__txt > a {
    color: var(--font-color);
  }
  .answer-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .answer-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .answer-box__btns > a {
    max-width: 356px;
  }
  .answer-box__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .answer-box__flex > *:nth-child(n+2) {
    margin-top: 20px;
  }
  .site-btn.event-btn {
    max-width: 276px;
  }
  .site-btn.emlmg-btn {
    max-width: 246px;
  }
}
@media screen and (max-width: 359px) {
  .answer-box__btns > a > span {
    font-size: 13px;
  }
}
@media screen and (min-width:768px) {
  .faq {
    display: block;
    width: 100%;
    padding: 140px 0 160px;
    background-color: #FAF8F5;
  }
  .faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-menu {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
  .faq-menu__header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .faq-menu__header > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #7B93AA;
  }
  .faq-menu__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/810 * 100%);
    grid-template-rows: auto;
    row-gap: 15px;
    max-width: 810px;
    width: 100%;
    margin:30px auto 0;
  }
  .faq-menu__list > li {
    display: block;
    width: 100%;
  }
  .faq-menu__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    font-size: 18px;
    line-height: 1;
    color: var(--white);
    font-weight: 600;
    background-color: #7B93AA;
  }
  .faq-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .faq-box{
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .faq-box__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .faq-list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .faq-list > li {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 25px 50px 30px 80px;
  }
  .faq-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 30px 0 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-list > li > .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(--font-color);
    color: var(--white);
    font-size:28px;
    line-height: 24px;
  }
  .faq-list > li > .question > i {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-list > li > .question > i::before,
  .faq-list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background: var(--ttl-blue);
  }
 .faq-list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .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-list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-list > li > .answer {
    position: relative;
    display: none;
    width: 100%;
  }
  .faq-list .answer-box {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 20px 30px 0 60px;
    border-top: 1px solid #DDDDDD;
  }
  .answer-box__txt {
    display: block;
    width: 100%;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .answer-box__txt > a {
    color: var(--font-color);
  }
  .answer-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .answer-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .answer-box__btns > a {
    max-width: 356px;
  }
  .answer-box__flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .answer-box__flex > *:nth-child(n+2) {
    margin-left: 30px;
  }
  .site-btn.event-btn {
    max-width: 276px;
  }
  .site-btn.emlmg-btn {
    max-width: 246px;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .project {
    display: block;
    width: 100%;
    padding: 80px 0 min(300px + (550 - 300) * ((100vw - 320px) / (767 - 320)), 550px);
    background-image: url(./assets/images/project/bg-sp.jpg),linear-gradient(#c2e3f2 0%, #cbe9f2 88.63%, rgba(169, 230, 248, 0) 100%);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom center, top center;
    background-size: 100% auto, cover;
  }
  .project__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .project__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .project__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .project__header + .project__txt {
    text-align: center;
    margin-top: 60px;
  }
  .project-feature {
    display: block;
    width: calc(100% + 40px);
    background-color: var(--white);
    padding: 80px 20px;
    margin: 50px 0 0 -20px;
  }
  .project-feature__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .project-feature__box:nth-child(n+2) {
    margin-top: 60px;
  }
  .project-feature__figure {
    display: block;
    max-width: 300px;
    width: 100%;
  }
  .project-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .project-feature__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .project-feature__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .project-feature__title::first-letter {
    font-size: 30px;
    line-height: 28px;
  }
  .project-feature__box-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .project-feature__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .project-feature__btns > a {
    max-width: 246px;
  }
}
@media screen and (min-width:768px) {
  .project {
    display: block;
    width: 100%;
    padding: 140px 0 min(300px + (727 - 300) * ((100vw - 768px) / (1920 - 768)), 727px);
    background-image: url(./assets/images/project/bg-pc.jpg),linear-gradient(#c2e3f2 0%, #cbe9f2 88.63%, rgba(169, 230, 248, 0) 100%);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom center, top center;
    background-size: 100% auto, cover;
  }
  .project__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .project__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .project__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
  .project__header + .project__txt {
    text-align: center;
  }
  .project-feature {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: calc(80/860 * 100%) calc(30/860 * 100%);
    margin-top: 80px;
  }
  .project-feature__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .project-feature__box:nth-child(n+2) {
    margin-top: 60px;
  }
  .project-feature__figure {
    display: block;
    width: calc(300/800 * 100%);
  }
  .project-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .project-feature__content {
    display: block;
    width: calc(470/860 * 100%);
  }
  .project-feature__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
  }
  .project-feature__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .project-feature__box-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .project-feature__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  .project-feature__btns > a {
    max-width: 246px;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .mlmg {
    display: block;
    width: 100%;
    padding: 80px 0 140px;
    background-color: var(--white);
  }
  .mlmg__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .mlmg__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    margin: 50px auto 0;
  }
  .mlmg__gallary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
  }
  .mlmg__gallary > picture {
    display: block;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .mlmg__gallary > picture:nth-child(2n),
  .mlmg__gallary > picture:last-child {
    margin-right: 0;
  }
  .mlmg__gallary > picture:nth-child(n+3) {
    margin-top: 10px;
  }
  .mlmg__gallary > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .mlmg__list {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .mlmg__list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .mlmg__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #7B93AA;
    border-radius: 3px;
  }
  .mlmg__list + p {
    margin-top: 60px;
  }
  .mlmg-form__wrap {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .mlmg-form__title {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: var(--ttl-blue);
    text-align: center;
  }
  .mlmg-form__block {
    display: flex;
    flex-direction: column;
    align-items:center;
    width: calc(100% + 20px);
    padding: 50px 10px;
    background-color: #F7F7F7;
    margin: 40px 0 0 -10px;
  }
  .mlmg-form__title {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .mlmg-form-wrap {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .mlmg-form-field {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .mlmg-form-field input[name="mailmaga"] {
    width: 100%;
    height: 50px;
    background-color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 20px;
  }
  .mlmg-form-field input[name="mailmaga"]::placeholder {
    color: #888888;
  }
  .mlmg-form-field .error {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 500;
    line-height: 1;
    color: #DE0F0F !important;
    margin-top: 5px;
  }
  .mlmg-form-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .mlmg-form-btns > button {
    width: 182px;
    cursor: pointer;
  }
  .mlmg-form-btns > button:nth-child(n+2) {
    margin-top: 20px;
  }
  .mlmg-form-btns > button:hover {
    background-color: #F7F5F4;
    border: 1px solid var(--font-color);
  }
}
@media screen and (min-width:768px) {
  .mlmg {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .mlmg > .container {
    max-width: 1330px;
  }
  .mlmg__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .mlmg__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    margin: 80px auto 0;
  }
  .mlmg__gallary {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 10px;
    width: 100%;
    margin-top: 60px;
  }
  .mlmg__gallary > picture {
    display: block;
    width: 100%;
  }
  .mlmg__gallary > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .mlmg__list {
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 60px auto 0;
  }
  .mlmg__list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .mlmg__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #7B93AA;
    border-radius: 3px;
  }
  .mlmg__list + p {
    margin-top: 60px;
  }
  .mlmg-form__wrap {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 100px auto 0;
  }
  .mlmg-form__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--ttl-blue);
    text-align: center;
  }
  .mlmg-form__block {
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 100%;
    padding: 50px 20px;
    background-color: #F7F7F7;
    margin-top: 40px;
  }
  .mlmg-form__title {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .mlmg-form-wrap {
    display: block;
    max-width: 503px;
    width: 100%;
    margin-top: 25px;
  }
  .mlmg-form-field {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .mlmg-form-field input[name="mailmaga"] {
    width: 100%;
    height: 50px;
    background-color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 20px;
  }
  .mlmg-form-field input[name="mailmaga"]::placeholder {
    color: #888888;
  }
  .mlmg-form-field .error {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 500;
    line-height: 1;
    color: #DE0F0F !important;
    margin-top: 5px;
  }
  .mlmg-form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .mlmg-form-btns > button {
    width: 182px;
    cursor: pointer;
  }
  .mlmg-form-btns > button:nth-child(n+2) {
    margin-left: 30px;
  }
  .mlmg-form-btns > button:hover {
    background-color: #F7F5F4;
    border: 1px solid var(--font-color);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .mlmg__txt,
  .mlmg__header,
  .mlmg-form__wrap {
    max-width: 728px;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 80px 0 140px 0;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 203px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap__list + .sitemap__list {
    margin-top: 25px;
  }
  .sitemap__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap__list > li:nth-child(n+2) {
    margin-top: 25px;
  }
  .sitemap__list > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
  }
  .sitemap__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 641px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap__list > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .sitemap__list > li > a {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .sitemap__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - privacy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 80px 0 110px;
    background-color: #FAF8F5;
  }
  .privacy__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .privacy__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .privacy__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    margin-top: 60px;
  }
  .privacy__title + p {
    margin-top: 40px;
  }
  .privacy__subtitle {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    line-height: 28.6px;
    color: var(--ttl-blue);
    margin-top: 60px;
  }
  .privacy__subtitle + p {
    margin-top: 20px;
  }
  .privacy__txt > a {
    color: var(--font-color);
  }
  .privacy__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:359px) {
  .privacy__txt {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 140px 0 120px;
    background-color: #FAF8F5;
  }
  .privacy__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .privacy__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .privacy__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    margin-top: 60px;
  }
  .privacy__title + p {
    margin-top: 40px;
  }
  .privacy__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.6px;
    color: var(--ttl-blue);
    margin-top: 80px;
  }
  .privacy__subtitle + p {
    margin-top: 20px;
  }
  .privacy__txt > a {
    color: var(--font-color);
  }
  .privacy__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
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: 19px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 20px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: var(--font-color);
    color: var(--white);
    pointer-events: none;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
  }
  .pagination > .prev.page-numbers {
    background-image: url(./assets/images/icon-prev.png);
  }
  .pagination > .next.page-numbers {
    background-image: url(./assets/images/icon-next.png);
  }

}
@media screen and (max-width:767px) {
  .pagination {
    margin-top: 80px;
  }
}
/*
ARCHIVE stories
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-stories {
    display: block;
    width: 100%;
    padding: 80px 0 140px 0;
    background-color: var(--white);
  }
  .archive-stories > .container {
    padding: 0 10px;
  }
  .archive-stories__body {
    display: block;
    width: 100%;
  }
  .archive-stories__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  /*catagory nav*/
  .archive-stories__nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .archive-stories__nav-title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .archive-stories__nav-title > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--ttl-blue);
  }
  .archive-stories__nav-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 18px;
    grid-template-rows: auto;
    row-gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
  .archive-stories__nav-list > li {
    display: block;
    width: 100%;
  }
  .archive-stories__nav-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    background-color: #FAF8F5;
    border: 1px solid var(--ttl-blue);
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    color: var(--ttl-blue);
  }
  .archive-stories__nav-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-stories__nav-list > li > a.current {
    background-color: var(--ttl-blue);
    color: var(--white);
    pointer-events: none;
  }
  /*items*/
  .stories-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
    margin-top: 80px;
  }
  .stories-item {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 15px 30px;
  }
  .stories-item__link {
    display: block;
    width: 100%;
  }
  .stories-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .stories-item__thumb {
    display: block;
    width: 100%;
  }
  .stories-item__thumb > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .stories-item__title {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--font-color);
    text-align: center;
    margin-top: 20px;
  }
  .stories-item__tags {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4px;
    grid-template-rows: auto;
    row-gap: 4px;
    width: 100%;
    padding: 0 5px;
    margin-top: 10px;
  }
  .stories-item__tags > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    line-height: 10px;
    color: var(--ttl-blue);
    font-family: var(--gothic);
    background-color: #F7F7F7;
    width: 100%;
    padding: 2px 0;
  }
  .stories-item__tags > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:359px) {
  .archive-stories__nav-title > span {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .archive-stories {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .archive-stories__body {
    display: block;
    width: 100%;
  }
  .archive-stories__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  /*catagory nav*/
  .archive-stories__nav {
    display: block;
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-stories__nav-title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .archive-stories__nav-title > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--ttl-blue);
  }
  .archive-stories__nav-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/810 * 100%);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .archive-stories__nav-list > li {
    display: block;
    width: 100%;
  }
  .archive-stories__nav-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    background-color: #FAF8F5;
    border: 1px solid var(--ttl-blue);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--ttl-blue);
  }
  .archive-stories__nav-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-stories__nav-list > li > a.current {
    background-color: var(--ttl-blue);
    color: var(--white);
    pointer-events: none;
  }
  /*items*/
  .stories-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(60/1100 * 100%);
    row-gap: 50px;
    width: 100%;
    margin-top: 100px;
  }
  .stories-item {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 18px 18px 30px;
  }
  .stories-item__link {
    display: block;
    width: 100%;
  }
  .stories-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .stories-item__thumb {
    display: block;
    width: 100%;
  }
  .stories-item__thumb > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .stories-item__title {
    display: block;
    width: 100%;
    padding: 30px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--font-color);
    text-align: center;
  }
  .stories-item__tags {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 4px;
    grid-template-rows: auto;
    row-gap: 4px;
    width: 100%;
    padding: 0 23px;
  }
  .stories-item__tags > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    color: var(--ttl-blue);
    font-family: var(--gothic);
    background-color: #F7F7F7;
    width: 100%;
    padding: 2px 0;
  }
  .stories-item__tags > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .stories-items {
    column-gap: calc(30/1100 * 100%);
  }
  .stories-item__title {
    padding: 30px 5px;
  }
  .stories-item__tags {
    padding: 0 5px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    padding: 10px 15px;
    text-align: justify;
    word-break: break-all;
    background-color: #ACACAC;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    line-height: 28.6px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    line-height: 28.6px;
    font-weight: 500;
    color: var(--ttl-blue);
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 60px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
  }
  .single-content p:not(:first-child) {
    margin-top: 20px;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 10px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  /*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:22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:10px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:24px;
    line-height:22.5px;
    color:var(--ttl-blue);
    font-weight:500;
  }
  .single-content > ul:not(:first-child) {
    margin-top: 40px;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }

  /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
    font-family: var(--yumincho);
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .single-content .wp-block-table::-webkit-scrollbar {
    background: #FAFAFA;
    width: 10px;
    height: 10px;
    scrollbar-width: thin;
  }
  .single-content .wp-block-table::-webkit-scrollbar-thumb {
    background-color: var(--ttl-blue);

    scrollbar-width: thin;
  }
  .single-content .wp-block-table table tr td {
    border: none;
    background-color: #FAFAFA;
    padding: 10px 15px;
    width: 190px;
    line-height: 19.5px;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
    border-left: 2px solid #EFEFEF;;
  }
  .single-content .wp-block-table table tr:not(:last-child) td {
    border-bottom: 2px solid #FFFFFF;
  }
  .single-content .wp-block-table table tr:first-child td {
    background-color: #ACACAC;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
  }
  /*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-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
  }
  .single-content .wp-block-table.two-column table tr td {
    display: block;
    width: 100%;
    padding: 13px;
    border-bottom: 1px solid #CECECE;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    background-color: #F7F7F7;
    text-align: center;
  }
  .single-content .wp-block-table.two-column table tr td:last-child {
    padding: 20px;
    line-height: 25.5px;
  }
  .single-content .wp-block-table.two-column table tr:first-child td:first-child {
    border-top: 1px solid #CECECE;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: 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.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 30px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 20px;
    border: 1px solid #999999;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    padding: 10px 15px;
    text-align: justify;
    word-break: break-all;
    background-color: #ACACAC;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    font-weight: 500;
    color: var(--ttl-blue);
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 50px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
  }
  .single-content p:not(:first-child) {
    margin-top: 40px;
  }
  /*ul*/
  .single-content ul {
    display: block;
    max-width: 750px;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 10px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  /*ol*/
  .single-content ol {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    line-height:22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:10px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:24px;
    line-height:22.5px;
    color:var(--ttl-blue);
    font-weight:500;
  }
  .single-content > ul:not(:first-child) {
    margin-top: 40px;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
  /*table*/
  .single-content .wp-block-table {
    max-width: 750px;
    margin: 0 auto;
  }
  .single-content .wp-block-table table tr td {
    border: none;
    background-color: #FAFAFA;
    padding: 10px 15px;
    line-height: 19.5px;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
    border-left: 2px solid #EFEFEF;;
  }
  .single-content .wp-block-table table tr:not(:last-child) td {
    border-bottom: 2px solid #FFFFFF;
  }
  .single-content .wp-block-table table tr:first-child td {
    background-color: #ACACAC;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 500;
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
  }
  .single-content .wp-block-table.two-column table tr td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #CECECE;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    width: 180px;
    background-color: #F7F7F7;
    text-align: center;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    border-top: 1px solid #CECECE;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: 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.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border: 1px solid #ACACAC;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
}
/*
SINGLE - stories
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-stories {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .single-stories__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-stories__category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ttl-blue);
  }
  .single-stories__category > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    background-color: var(--ttl-blue);
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    padding: 0 25px;
  }
  .single-stories__category > a:nth-child(n+2) {
    margin-left: 10px;
  }
  .single-stories__tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:auto;
    padding-top: 5px;
  }
  .single-stories__tags > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 10px;
    line-height: 12px;
    background-color: #F7F7F7;
    color: var(--ttl-blue);
    font-family: var(--gothic);
    font-weight: 700;
    line-height: 1;
    padding: 2px 15px;
    margin: 4px 0 0 4px;
  }
  .single-stories__title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
  }
  .single-stories__content {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .single-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-stories__btns > a {
    max-width: 207px;
  }
}
@media screen and (min-width:768px) {
  .single-stories {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .single-stories__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .single-stories__category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ttl-blue);
  }
  .single-stories__category > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    background-color: var(--ttl-blue);
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    padding: 0 25px;
  }
  .single-stories__category > a:nth-child(n+2) {
    margin-left: 10px;
  }
  .single-stories__tags {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 4px);
    margin-left:auto;
    padding-top: 5px;
  }
  .single-stories__tags > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 10px;
    line-height: 12px;
    background-color: #F7F7F7;
    color: var(--ttl-blue);
    font-family: var(--gothic);
    font-weight: 700;
    line-height: 1;
    padding: 2px 15px;
    margin: 4px 0 0 4px;
  }
  .single-stories__title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
  }
  .single-stories__content {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 80px auto 0;
  }
  .single-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  .single-stories__btns > a {
    max-width: 207px;
  }
}
/*
ARCHIVE event
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-event {
    display: block;
    width: 100%;
    padding: 80px 0 140px 0;
    background-color: var(--white);
  }
  .archive-event__body {
    display: block;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-event__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .archive-event {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .archive-event__body {
    display: block;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-event__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .event-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 50px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  .event-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .event-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .event-item__badge.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .event-item__badge.finished {
    background-color: var(--font-color);
  }
  .event-item__thumb {
    display: block;
    width: 100%;
  }
  .event-item__thumb > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .event-item_period {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
  }
  .event-item__title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .event-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(40/890 * 100%);
    grid-template-rows: auto;
    row-gap: 65px;
    width: 100%;
  }
  .event-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .event-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .event-item__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .event-item__badge.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .event-item__badge.finished {
    background-color: var(--font-color);
    font-family: var(--gothic);
  }
  .event-item__thumb {
    display: block;
    width: 100%;
  }
  .event-item__thumb > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .event-item_period {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
  }
  .event-item__title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: justify;
    word-break: break-all;
  }
}
/*
SINGLE - event
--------------------------------------------- */
@media screen and (max-width:767px)  {
  .single-event {
    display: block;
    width: 100%;
    padding:80px 0 140px 0;
    background-color: var(--white);
  }
  .single-event__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-event__hgroup {
    display: block;
    width: 100%;
  }
  .single-event__badge {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
  .single-event__badge > span {
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .single-event__badge > span.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .single-event__badge > span.finished {
    background-color: var(--font-color);
  }
  .single-event__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-event__period {
    display: block;
    width: 100%;
    font-size:14px;
    font-family: var(--futura);
    font-weight: 500;
    color: #ACACAC;
    line-height: 28.6px;
    margin-top: 20px;
  }
  .single-event__content {
    margin-top: 60px;
  }
  .single-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-event__btns > a {
    max-width: 207px;
  }
}
@media screen and (min-width:768px)  {
  .single-event {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .single-event__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .single-event__hgroup {
    display: block;
    width: 100%;
  }
  .single-event__badge {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 25px;
  }
  .single-event__badge > span {
    display: block;
    width: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
  }
  .single-event__badge > span.new {
    background-color: #DBCA00;
    font-family: var(--futura);
  }
  .single-event__badge > span.finished {
    background-color: var(--font-color);
  }
  .single-event__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 126px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-event__period {
    display: block;
    width: 100%;
    font-size:20px;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 28.6px;
    margin-top: 20px;
  }
  .single-event__content {
    margin-top: 40px;
  }
  .single-event__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-event__btns > a {
    max-width: 207px;
  }
}
/*
ARCHIVE blog
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-blog {
    display: block;
    width: 100%;
    padding: 80px 0 140px;
    background-color: #F7F7F7;
  }
}
@media screen and (min-width:768px) {
  .archive-blog {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: #F7F7F7;
  }
}
/*layout*/
@media screen and (max-width:1024px) {
  .blog-body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .blog-main {
    display: block;
    width: 100%;
  }
  .blog-main > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  .blog-sidebar {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width:1025px) {
  .archive-blog > .container {
    max-width: 1180px;
  }
  .blog-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .blog-main {
    display: block;
    width: calc(770/1140 * 100%);
  }
  .blog-main > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  .blog-sidebar {
    display: block;
    width: 300px;
  }
}
/*sidebar*/
@media screen and (max-width:767px) {
  .sidebar-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: var(--yumincho);
    line-height: 22px;
    font-weight: 600;
  }
  .sidebar-block__title > small {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (min-width:768px) {
  .sidebar-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: var(--yumincho);
    line-height: 22px;
    font-weight: 600;
  }
  .sidebar-block__title > small {
    font-size: 12px;
    padding-left: 10px;
  }
}
/*sidebar - form*/
@media screen and (min-width:0px) {
  .blog-search-form {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .searchform {
    display: flex;
    justify-content: space-between;
    max-width: 270px;
    width: 100%;
    height: 40px;
    background-color: var(--white);
    border: 1px solid #ACACAC;
    border-radius: 3px;
    margin-top: 25px;
  }
  .searchform > button {
    display: block;
    width: 39px;
    height: 38px;
    border: none;
    background-image: url(./assets/images/icon-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;
  }
  .searchform > input[type="text"]::placeholder {
    color: #ACACAC;
    font-weight: 500;
  }
}
@media screen and (max-width:767px) {
  .blog-search-form {
    margin-bottom: 50px;
  }
}
/*sidebar - ranking*/
@media screen and (min-width:0px) {
  .blog-ranking__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 5px;
    width: 100%;
    margin-top: 25px;
  }
  .blog-ranking__items > li {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .blog-ranking__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-height: 80px;
    padding-left: 117px;
  }
  .blog-ranking__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .blog-ranking__item-thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 107px;
    height: 80px;
    overflow: hidden;
  }
  .blog-ranking__item-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-ranking__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-family: var(--yumincho);
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .blog-ranking__item-date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 1;
    color: #ACACAC;
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blog-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 10px;
    width: 100%;
    margin-top: 25px;
  }
}
/*sidebar - categories*/
@media screen and (max-width:767px) {
  .blog-category__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .blog-categories {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 5px 0;
  }
  .blog-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 23px;
    padding: 0 10px;
    background-color: var(--ttl-blue);
    font-size: 10px;
    font-family: var(--noto-sans);
    color: var(--white);
    line-height: 1;
    margin: 5px;
    font-weight: 700;
  }
  .blog-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .blog-category__wrap {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
  .blog-categories {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 5px 0;
  }
  .blog-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 23px;
    padding: 0 10px;
    background-color: var(--ttl-blue);
    font-size: 10px;
    font-family: var(--noto-sans);
    color: var(--white);
    line-height: 1;
    margin: 5px;
    font-weight: 700;
  }
  .blog-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*archives*/
@media screen and (min-width:0px) {
  .blog-archives {
    margin-top: 45px;
  }
  .blog-archives__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
    padding-left: 15px;
  }
}
@media screen and (max-width:767px) {
  .blog-archives {
    margin-top: 50px;
  }
}
@media screen and (min-width:0px) {
  .archive__wrap {
    display:block;
    width:100%;
    margin-top: 15px;
    padding-left: 20px;
  }
  .archive-month {
    display: block;
    width: 100%;
  }
  .archive-month > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .archive-month > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .archive-month > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    font-family: var(--noto-sans);
    font-weight: 500;
    color: var(--ttl-blue);
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-nested {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .archive-nested > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .archive-nested > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 10px;
    left: 6em;
    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: 12px;
    line-height: 17px;
    font-weight: 500;
    font-family: var(--noto-sans);
    color: var(--ttl-blue);
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archive-nested > li > .sub-archive-nested > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    font-family: var(--noto-sans);
    color: var(--ttl-blue);
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .blog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .blog-item {
    display: block;
    width: calc(50% - 5px);
    padding: 20px 15px;
    background-color: var(--white);
  }
  .blog-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7
  }
  .blog-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .blog-item__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 20/15;
    overflow: hidden;
  }
  .blog-item__thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-item__title {
    display: -webkit-box;
    width: 100%;
    line-height: 19.5px;
    font-family: var(--yumincho);
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
  }
  .blog-item__title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .blog-item__date {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 1;
    color: #ACACAC;
    text-align: right;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .blog-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .blog-item {
    display: block;
    width: calc(230/770 * 100%);
    margin-right: calc(40/770 * 100%);
    padding: calc(20/770 * 100%) calc(15/770 * 100%);
    background-color: var(--white);
  }
  .blog-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7
  }
  .blog-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-item:nth-child(n+4) {
    margin-top: 60px;
  }
  .blog-item__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 20/15;
    overflow: hidden;
  }
  .blog-item__thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-item__title {
    display: -webkit-box;
    width: 100%;
    line-height: 19.5px;
    font-family: var(--yumincho);
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
  }
  .blog-item__title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .blog-item__date {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 1;
    color: #ACACAC;
    text-align: right;
    margin-top: 15px;
  }
}
/*
SINGLE - blog
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-blog {
    display: block;
    width: 100%;
  }
  .single-blog__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: -1px 0 0 -1px;
    margin-bottom: 20px;
  }
  .single-blog__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    background-color: var(--ttl-blue);
    font-size: 14px;
    font-family: var(--noto-sans);
    color: var(--white);
    line-height: 1;
    margin: 1px;
    font-weight: 700;
  }
  .single-blog__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-blog__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-blog__date {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--futura);
    color: #ACACAC;
    margin-top: 20px;
  }
  .single-content.single-blog__content {
    margin-top: 40px;
  }
  .single-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-blog__btns > a {
    max-width: 198px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .single-blog {
    display: block;
    width: 100%;
    padding: 0 25px;
  }
  .single-blog__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: -1px 0 0 -1px;
    margin-bottom: 40px;
  }
  .single-blog__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    padding: 0 15px;
    background-color: var(--ttl-blue);
    font-size: 12px;
    font-family: var(--gothic);
    color: var(--white);
    line-height: 1;
    margin: 1px;
    font-weight: 700;
  }
  .single-blog__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .single-blog__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 126px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-blog__date {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.6px;
    font-family: var(--futura);
    color: #ACACAC;
    margin-top: 20px;
  }
  .single-content.single-blog__content {
    margin-top: 40px;
  }
  .single-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  .single-blog__btns > a {
    max-width: 207px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .single-blog {
    padding: 0 0;
  }
}
/*
ARCHIVE news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .archive-news {
    display: block;
    width: 100%;
    padding: 40px 0 140px 0;
    background-color: #FAF8F5;
  }
  .archive-news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-news__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .archive-news {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: #FAF8F5;
  }
  .archive-news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .archive-news__body > p {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .news-items {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-items > li + li {
    padding-top: 15px;
  }
  .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .news-item:hover {
    transform: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width: 100;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
  .news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--yumincho);
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .pagination.news {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .news-items {
    display: block;
    width: 100%;
    padding: calc(90/1000 * 100%) calc(130/1000 * 100%);
    background-color: var(--white);
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-items > li + li {
    padding-top: 39px;
  }
  .news-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .news-item:hover {
    transform: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width: 130px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--futura);
    color: #ACACAC;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
  .news-item__title {
    display: -webkit-box;
    width: calc(100% - 130px);
    font-size: 15px;
    font-family: var(--yumincho);
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .pagination.news {
    margin-top: 80px;
  }
}
/*
SINGLE news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-news {
    display: block;
    width: 100%;
    padding: 40px 0 140px 0;
    background-color: #FAF8F5;
  }
  .single-news > .container {
    padding: 0 10px;
  }
  .single-news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 40px 20px;
    background-color: var(--white);
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .single-news {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: #FAF8F5;
  }
  .single-news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(80/1000 * 100%) calc(140/1000 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
}
/*content*/
@media screen and (max-width:767px) {
  .single-news__hgroup {
    display: block;
    width: 100%;
  }
  .single-news__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--futura);
    color: #ACACAC;
    margin-bottom: 6px;
  }
  .single-news__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-news__content {
    margin-top: 40px;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-news__btns > a {
    max-width: 207px;
  }
}
@media screen and (min-width:768px) {
  .single-news__hgroup {
    display: block;
    width: 100%;
  }
  .single-news__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--futura);
    color: #ACACAC;
    margin-bottom: 10px;
  }
  .single-news__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 126px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .single-news__content {
    margin-top: 40px;
  }
  .single-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .single-news__btns > a {
    max-width: 207px;
  }
}
/*
PAGE - contact, confirm, thanks
--------------------------------------------- */
@media screen and (max-width:767px) {
  .contact-form {
    display: block;
    width: 100%;
    padding: 78px 0 140px 0;
    background-color: var(--white);
  }
  .contact-form__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .contact-form__mandatory {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 76px;
  }
  .contact-form__mandatory > span {
    color: #DE0F0F;
  }
}
@media screen and (min-width:768px) {
  .contact-form {
    display: block;
    width: 100%;
    padding: 140px 0;
    background-color: var(--white);
  }
  .contact-form__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .contact-form__mandatory {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 76px;
  }
  .contact-form__mandatory > span {
    color: #DE0F0F;
  }
}
/*
FORM
--------------------------------------------- */
@media screen and (min-width:0px) {
  .mandatory {
    color: #DE0F0F;
  }
  .input-field input[type="text"] {
    max-width: 503px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--gothic);
  }
  .input-field textarea {
    max-width: 503px;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--gothic);
  }
  .input-field input[type="text"]::placeholder,
  .input-field textarea::placeholder {
    color: #888888;
    font-weight: 500;
    font-family: var(--gothic);
  }
  /*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%;
  }
  .filed-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--gothic);
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    background-color: var(--font-color);
    color: var(--white);
    font-family: var(--gothic);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.address select[name="prefecture"] {
    position: relative;
    width: 315px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--gothic);
  }
  .input-field select:has(option:checked[value=""]) {
    color: #888888;
    font-family: var(--gothic);
    font-weight: 500;
  }
  .checkbox-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12px;
  }
  .checkbox-wrap .mwform-checkbox-field {
    margin-left: 0 !important;
  }
  .checkbox-wrap > span:not(:first-child) {
    margin-top: 10px;
  }
  /*checkbox*/
  .checkbox-wrap .know {
    display: none;
  }
  .checkbox-wrap .know + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gothic);
    padding-left: 38px;
  }
  .checkbox-wrap .know + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .checkbox-wrap .know:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .form-wrap .error {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
}
@media screen and (max-width:767px) {
  .input-field input[type="text"],
  .input-field textarea {
    font-size: 15px;
  }
  .input-field textarea {
    height: 250px;
  }
  .input-field.address select[name="prefecture"] {
    width: 200px;
  }
}
@media screen and (max-width:359px) {
  .search-address {
    left: calc(30px + 150px + 10px);
    width: 90px;
  }
}
/*agree*/
@media screen and  (max-width:767px) {
  .agree-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 302px;
    width: 100%;
    margin: 70px auto 0 auto;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 25px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
  }
  .agree-wrap + span {
    order: 1;
  }
  .agree__text {
    order: 2;
    display: block;
    width: auto;
    font-size: min(13px + (16 - 13) * ((100vw - 320px) / (375 - 320)), 16px);
    line-height: 25px;
    font-weight: 700;
  }
  .agree__text > a {
    color: var(--ttl-blue);
  }
  .agree__text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .agree-wrap .error {
    order: 3;
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
}
@media screen and  (min-width:768px) {
  .agree-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 302px;
    width: 100%;
    margin: 70px auto 0 auto;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 25px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./assets/images/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
  }
  .agree-wrap + span {
    order: 1;
  }
  .agree__text {
    order: 2;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
  }
  .agree__text > a {
    color: var(--ttl-blue);
  }
  .agree__text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .agree-wrap .error {
    order: 3;
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    color: #DE0F0F !important;
    font-family: var(--gothic);
  }
}
/*btn*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 41px;
    background-color: transparent;
    border: 1px solid var(--font-color);
    cursor: pointer;
  }
  .confirm-btn > span {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    font-family: var(--yumincho);
    line-height: 1;
    color: var(--font-color);
  }
  .confirm-btn:hover {
    transition: 0.3s ease;
    background-color: #F7F5F4;
    border: 1px solid var(--font-color);
  }
  /*back-btn*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 41px;
    background-color: transparent;
    border: 1px solid var(--font-color);
    cursor: pointer;
  }
  .back-btn > span {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    font-family: var(--yumincho);
    line-height: 1;
    color: var(--font-color);
  }
  .back-btn:hover {
    transition: 0.3s ease;
    background-color: #F7F5F4;
    border: 1px solid var(--font-color);
  }
  /*submit-btn*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 41px;
    background-color: var(--font-color);
    border: 1px solid var(--font-color);
    cursor: pointer;
  }
  .submit-btn > span {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    font-family: var(--yumincho);
    line-height: 1;
    color: var(--white);
  }
  .submit-btn:hover {
    transition: 0.3s ease;
   /* background-color: #F7F5F4;
    border: 1px solid var(--font-color);*/
    opacity: 0.7;
  }
}
/*blocks*/
@media screen and (max-width:767px) {
  .site-form__body {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .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;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    font-family: var(--yumincho);
    font-weight: 500;
  }
  .input-label > small {
    font-size: 16px;
    padding-left: 10px;
  }
  .input-label > .mandatory {
    padding-left: 10px;
    font-size: 15px;
  }
  .input-field {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .form-wrap > li.time-row .input-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .form-wrap > li.time-row + .time-row {
    margin-top: 20px;
  }
  .form-wrap > li.time-row .input-label {
    width: 100px;
    line-height: 26px;
    font-family: var(--yumincho);
    font-weight: 500;
    padding: 12px 0;
  }
  .form-wrap > li:nth-child(1) .input-row {
    position: relative;
    margin-top: 30px;
  }
  .form-wrap > li:nth-child(1) .input-label > p {
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(1) .input-label > p > span {
    padding-left: 10px;
  }
}
@media screen and (min-width:768px) {
  .site-form__body {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .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;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    width: 317px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--yumincho);
    font-weight: 500;
    padding: 12px 0
  }
  .input-label > small {
    font-size: 16px;
    padding-left: 10px;
  }
  .input-label > .mandatory {
    padding-left: 10px;
    font-size: 16px;
  }
  .input-field {
    display: block;
    width: calc(100% - 317px);
  }
  .form-wrap > li:nth-child(1) .sub-title {
    padding-left: 15px;
  }
  .form-wrap > li:nth-child(2) .sub-title2,
  .form-wrap > li:nth-child(3) .sub-title3 {
    padding-left: 113px;
  }
  .form-wrap > li:nth-child(1) .input-label > p > span {
    padding-left: 10px;
  }
}
/*contact*/
@media screen and (min-width:0px) {
  .site-form__body.contact .agree__confirm-text {
    display: none;
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .confirm .search-address,
  .confirm .agree-wrap {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .site-form__body.confirm {
    margin-top: 20px;
  }
  .confirm .input-field {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 15px 20px;
    margin-top: 5px;
  }
  .confirm .input-field.address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .confirm .input-field.address  > div {
    width: auto !important;
    margin-top: 0 !important;
  }
  .confirm .filed-label {
    width: 20px;
    line-height: 24px;
  }
  .confirm .zip-block {
    padding-right: 10px;
  }
  .confirm .form-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .confirm .form-btns > button:nth-child(2) {
    margin-top: 30px;
  }
  .confirm .agree__confirm-text {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: min(13px + (16 - 13) * ((100vw - 320px) / (375 - 320)), 16px);
    line-height: 25px;
    font-weight: 500;
    margin-top: 70px;
  }
  .confirm .agree__confirm-text > a {
    color: var(--ttl-blue);
  }
  .confirm .checkbox-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width:768px) {
  .site-form__body.confirm {
    margin-top: 74px;
  }
  .confirm .input-field {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 0;
  }
  .confirm .input-field.address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .confirm .input-field.address  > div {
    width: auto !important;
    margin-top: 0 !important;
  }
  .confirm .filed-label {
    width: 20px;
    line-height: 24px;
  }
  .confirm .zip-block {
    padding-right: 10px;
  }
  .confirm .form-btns > button:nth-child(2) {
    margin-left: 70px;
  }
  .confirm .agree__confirm-text {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 70px;
  }
  .confirm .agree__confirm-text > a {
    color: var(--ttl-blue);
  }
  .confirm .checkbox-wrap {
    padding-top: 0;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .contact-form__thanks-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    font-family: var(--yumincho);
    margin: 0 auto 0;
    text-align: justify;
    word-break: break-all;
  }
  .contact-form__thanks-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  .contact-form__thanks-btns > a {
    max-width: 214px;
  }
}
@media screen and (min-width:768px) {
  .contact-form__thanks-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    font-family: var(--yumincho);
    margin: 0 auto 0;
    text-align: justify;
    word-break: break-all;
  }
  .contact-form__thanks-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
  .contact-form__thanks-btns > a {
    max-width: 214px;
  }
}
/*
PAGE - kokimitsu-kodannetsu
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .kokimitsu-kodannetsu-intro {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-intro__figure {
    display: block;
    width: calc(100% + 60px);
    margin-top: 80px;
    margin-left: -30px;
  }
  .kokimitsu-kodannetsu-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-intro__figure + p {
    margin-top: 100px;
  }
  .kokimitsu-kodannetsu-intro__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    margin: 60px auto 0;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-intro__header + p {
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .kokimitsu-kodannetsu-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-intro__figure {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .kokimitsu-kodannetsu-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-intro__figure + p {
    margin-top: 80px;
  }
  .kokimitsu-kodannetsu-intro__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    margin: 80px auto 0;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-intro__header + p {
    margin-top: 40px;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .kokimitsu-kodannetsu-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .kokimitsu-kodannetsu-merit__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-merit__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-merit__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-merit__header + p {
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-merit__list {
    display: block;
    width: calc(100% + 40px);
    margin-top: 60px;
    margin-left: -20px;
  }
  .kokimitsu-kodannetsu-merit__list > li {
    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,0.16);
  }
  .kokimitsu-kodannetsu-merit__list > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .kokimitsu-kodannetsu-merit__figure {
    display: block;
    width: 100%;
  }
  .kokimitsu-kodannetsu-merit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-merit__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .kokimitsu-kodannetsu-merit__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-merit__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-merit__title + p {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .kokimitsu-kodannetsu-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .kokimitsu-kodannetsu-merit__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-merit__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-merit__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-merit__header + p {
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-merit__list {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-merit__list > li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(30/860 * 100%);
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .kokimitsu-kodannetsu-merit__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .kokimitsu-kodannetsu-merit__figure {
    display: block;
    width: calc(300/800 * 100%);
  }
  .kokimitsu-kodannetsu-merit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-merit__content {
    display: block;
    width: calc(470/800 * 100%);
  }
  .kokimitsu-kodannetsu-merit__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-merit__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-merit__title + p {
    margin-top: 30px;
  }
}
/*data*/
@media screen and (max-width:767px) {
  .kokimitsu-kodannetsu-data {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-data__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-data__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-data__list {
    display: block;
    width: 100%;
    margin: 50px 0;
  }
  .kokimitsu-kodannetsu-data__list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .kokimitsu-kodannetsu-data__list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-data__list > li > picture {
    display: block;
    width: calc(300/330 * 100%);
  }
  .kokimitsu-kodannetsu-data__list > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-data__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .kokimitsu-kodannetsu-data__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-data__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-data__content-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-data__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-data__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-data__col-figure {
    display: block;
    width: calc(100% + 20px);
  }
  .kokimitsu-kodannetsu-data__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-data__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-data__col-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .kokimitsu-kodannetsu-data__col-box + dl {
    margin-top: 28px;
  }
  .kokimitsu-kodannetsu-data__col-box > dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    line-height: 25px;
    color: #C44D4D;
  }
  .kokimitsu-kodannetsu-data__col-box > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
    color: #C44D4D;
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dt {
    color: #C76340;
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dt > span {
    display: block;
    width: auto;
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (375 - 320)), 16px);
    line-height: 2;
    padding: 0 5px;
    background-color: #C76340;
    border-radius: 5px;
    color: var(--white);
    margin-left: calc(20/375 * 100%);
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dd {
    color: #C76340;
  }
}
@media screen and (min-width:768px) {
  .kokimitsu-kodannetsu-data {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-data__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-data__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .kokimitsu-kodannetsu-data__list {
    display: block;
    width: 100%;
    margin: 50px 0;
    padding: 0 calc(35/860 * 100%);
  }
  .kokimitsu-kodannetsu-data__list > li {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .kokimitsu-kodannetsu-data__list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-data__list > li > picture {
    display: block;
    width: calc(300/790 * 100%);
  }
  .kokimitsu-kodannetsu-data__list > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-data__content {
    display: block;
    width: calc(470/790 * 100%);
  }
  .kokimitsu-kodannetsu-data__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-data__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-data__content-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .kokimitsu-kodannetsu-data__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-data__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-data__col-figure {
    display: block;
    width: calc(445/860 * 100%);
  }
  .kokimitsu-kodannetsu-data__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-data__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(375/860 * 100%);
  }
  .kokimitsu-kodannetsu-data__col-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .kokimitsu-kodannetsu-data__col-box + dl {
    margin-top: 28px;
  }
  .kokimitsu-kodannetsu-data__col-box > dt {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #C44D4D;
  }
  .kokimitsu-kodannetsu-data__col-box > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
    color: #C44D4D;
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dt {
    color: #C76340;
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dt > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 2;
    padding: 0 5px;
    background-color: #C76340;
    border-radius: 5px;
    color: var(--white);
    margin-left: calc(20/375 * 100%);
  }
  .kokimitsu-kodannetsu-data__col-box:nth-child(2) > dd {
    color: #C76340;
  }
}
/*quality*/
@media screen and (max-width:767px) {
  .kokimitsu-kodannetsu-quality {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-quality__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-quality__header {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
  }
  .kokimitsu-kodannetsu-quality__box {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .kokimitsu-kodannetsu-quality__box-title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-quality__box-title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-quality__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-quality__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-quality__cols > picture {
    display: block;
    width: calc(300/330 * 100%);
  }
  .kokimitsu-kodannetsu-quality__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-quality__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-quality__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 40px);
    margin-top: 50px;
    margin-left: -20px;
  }
  .kokimitsu-kodannetsu-quality__block > picture {
    display: block;
    width: 100%;
  }
  .kokimitsu-kodannetsu-quality__block > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-quality__block-content {
    display: block;
    max-width: 245px;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-quality__block-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .kokimitsu-kodannetsu-quality__block-box + dl {
    margin-top: 20px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    padding: 0 10px;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(1) > dt {
    background-color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(2) > dt {
    background-color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(3) > dt {
    background-color: #BCBAA7;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li:nth-child(n+2){
    margin-top: 5px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  .kokimitsu-kodannetsu-quality__points {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-quality__points-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .kokimitsu-kodannetsu-quality__points-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 314px;
    width: 100%;
    margin-top: 50px;
  }
  .kokimitsu-kodannetsu-quality__points-list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #CECECE;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .quality-point__figure {
    display: block;
    max-width: 200px;
    width: 100%;
  }
  .quality-point__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .quality-point__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .quality-point__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    padding: 0 10px;
  }
  .quality-point__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(-n+2) .quality-point__title{
    background-color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(-n+2) .quality-point__subtitle{
    color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+2),:nth-child(n+6)) .quality-point__title{
    background-color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+2),:nth-child(n+6)) .quality-point__subtitle{
    color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+5)) .quality-point__title{
    background-color: #BCBAA7;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+5)) .quality-point__subtitle{
    color: #BCBAA7;
  }
  .quality-point__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .kokimitsu-kodannetsu-quality {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-quality__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-quality__header {
    display: block;
    width: 100%;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  .kokimitsu-kodannetsu-quality__box {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .kokimitsu-kodannetsu-quality__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .kokimitsu-kodannetsu-quality__box-title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .kokimitsu-kodannetsu-quality__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .kokimitsu-kodannetsu-quality__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 34px;
  }
  .kokimitsu-kodannetsu-quality__cols > picture {
    display: block;
    width: calc(300/860 * 100%);
  }
  .kokimitsu-kodannetsu-quality__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-quality__col-txt {
    display: block;
    width: calc(522/860 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .kokimitsu-kodannetsu-quality__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 20px);
    margin-top: 60px;
    margin-left: -10px;
  }
  .kokimitsu-kodannetsu-quality__block > picture {
    display: block;
    width: calc(600/880 * 100%);
  }
  .kokimitsu-kodannetsu-quality__block > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-quality__block-content {
    display: block;
    width: calc(240/880 * 100%);
  }
  .kokimitsu-kodannetsu-quality__block-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .kokimitsu-kodannetsu-quality__block-box + dl {
    margin-top: 20px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    padding: 0 10px;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(1) > dt {
    background-color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(2) > dt {
    background-color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__block-box:nth-child(3) > dt {
    background-color: #BCBAA7;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li:nth-child(n+2){
    margin-top: 5px;
  }
  .kokimitsu-kodannetsu-quality__block-box > dd > ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  .kokimitsu-kodannetsu-quality__points {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-quality__points > .container {
    max-width: 1180px;
  }
  .kokimitsu-kodannetsu-quality__points-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: right;
  }
  .kokimitsu-kodannetsu-quality__points-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-quality__points-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(560/1140 * 100%);
    padding: calc(15/1140 * 100%) calc(30/1140 * 100%);
    border: 1px solid #CECECE;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .quality-point__figure {
    display: block;
    width: calc(200/500 * 100%);
  }
  .quality-point__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .quality-point__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(275/500 * 100%);
  }
  .quality-point__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    padding: 0 10px;
  }
  .quality-point__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(-n+2) .quality-point__title{
    background-color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:nth-child(-n+2) .quality-point__subtitle{
    color: #A38685;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+2),:nth-child(n+6)) .quality-point__title{
    background-color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+2),:nth-child(n+6)) .quality-point__subtitle{
    color: #455D74;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+5)) .quality-point__title{
    background-color: #BCBAA7;
  }
  .kokimitsu-kodannetsu-quality__points-list > li:not(:nth-child(-n+5)) .quality-point__subtitle{
    color: #BCBAA7;
  }
  .quality-point__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
/*check*/
@media screen and (max-width:767px) {
  .kokimitsu-kodannetsu-check {
    display: block;
    width: 100%;
    padding: 60px 0 140px;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-check__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-check__header {
    display: block;
    width: calc(100% + 20px);
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    padding: 10px 15px;
    text-align: justify;
    word-break: break-all;
    background-color: #ACACAC;
    margin-left: -10px;
  }
  .kokimitsu-kodannetsu-check__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-check__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 50px auto 0;
  }
  .kokimitsu-kodannetsu-check__wrap > picture:nth-child(-n+2) {
    display: block;
    width: 200px;
    margin-bottom: 30px;
  }
  .kokimitsu-kodannetsu-check__wrap > picture:nth-child(3) {
    display: block;
    width: 266px;
  }
  .kokimitsu-kodannetsu-check__wrap > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-check__wrap > picture > .caption {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ACACAC;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .kokimitsu-kodannetsu-check {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .kokimitsu-kodannetsu-check__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .kokimitsu-kodannetsu-check__header {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    padding: 10px 15px;
    text-align: justify;
    word-break: break-all;
    background-color: #ACACAC;
  }
  .kokimitsu-kodannetsu-check__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .kokimitsu-kodannetsu-check__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 810px;
    width: 100%;
    margin: 50px auto 0;
  }
  .kokimitsu-kodannetsu-check__wrap > picture:nth-child(-n+2) {
    display: block;
    width: calc(225/810 * 100%);
  }
  .kokimitsu-kodannetsu-check__wrap > picture:nth-child(3) {
    display: block;
    width: calc(300/810 * 100%);
  }
  .kokimitsu-kodannetsu-check__wrap > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kokimitsu-kodannetsu-check__wrap > picture > .caption {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ACACAC;
    text-align: center;
    margin-top: 10px;
  }
}
/*
PAGE - design
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .design-intro {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .design-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .design-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .design-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .design-feature {
    display: block;
    width: 100%;
  }
  .design-feature__box {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .design-feature__box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .design-feature__box > .container {
    padding: 0 10px;
  }
  .design-feature__outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .design-feature__outer > .container {
    padding: 0 20px;
  }
  .design-feature__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .design-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .design-feature-content {
    display: block;
    width: 100%;
  }
  .design-feature-content__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .design-feature-content__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .design-feature-content__figure {
    display: block;
    max-width: 270px;
    width: calc(270/300 * 100%);
    margin-top: 50px;
  }
  .design-feature__box:nth-child(even) .design-feature-content__figure {
    margin-left: auto;
  }
  .design-feature-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .design-feature {
    display: block;
    width: 100%;
  }
  .design-feature__box {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .design-feature__box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .design-feature__box > .container {
    max-width: 1366px;
    padding: 0;
  }
  .design-feature__outer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 600px;
  }
  .design-feature__figure {
    position: absolute;
    top: 0;
    display: block;
    width: calc(643/1366 * 100%);
  }
  .design-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-feature__box:nth-child(odd) .design-feature__figure {
    right: 0;
  }
  .design-feature__box:nth-child(even) .design-feature__figure {
    left: 0;
  }
  .design-feature__inner {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .design-feature-content {
    display: block;
    width: 50%;
    padding-top: 60px;
  }
  .design-feature__box:nth-child(even) .design-feature-content {
    margin-left: auto;
  }
  .design-feature-content__title {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .design-feature-content__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .design-feature-content__figure {
    display: block;
    width: calc(300/500 * 100%);
    margin-top: 40px;
  }
  .design-feature__box:nth-child(odd) .design-feature-content__figure {
    margin-left: auto;
  }
  .design-feature-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*design-footer*/
@media screen and (max-width:767px) {
  .design-footer {
    display: block;
    width: 100%;
    padding: 100px 0 110px;
    background-color: var(--white);
  }
  .design-footer > .container {
    padding: 0;
  }
  .design-footer__banner {
    display: block;
    width: 100%;
  }
  .design-footer__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-footer__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 50px auto 0;
    padding: 0 30px;
  }
}
@media screen and (min-width:768px) {
  .design-footer {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .design-footer__banner {
    display: block;
    width: 100%;
  }
  .design-footer__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .design-footer__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 100px auto 0;
  }
}
/*
PAGE - common stories
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-stories {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .page-stories > .container {
    padding: 0 10px;
  }
  .page-stories__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-stories__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .page-stories__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .page-stories__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .page-stories__item {
    display: block;
    width: calc(50% - 5px);
    background-color: var(--white);
    padding: 15px 15px 30px;
  }
  .page-stories__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .page-stories__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .page-stories__item-figure {
    display: block;
    width: 100%;
  }
  .page-stories__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-stories__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
  }
  .page-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .page-stories__btns > a {
    max-width: 214px;
  }
}
@media screen and (min-width:768px) {
  .page-stories {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .page-stories__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-stories__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }
  .page-stories__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .page-stories__items {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px;
  }
  .page-stories__item {
    display: block;
    width: calc(267.5/1100 * 100%);
    background-color: var(--white);
    padding: calc(15/1100 * 100%) calc(15/1100 * 100%) calc(30/1100 * 100%);
    margin-right: calc(10/1100 * 100%);
  }
  .page-stories__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .page-stories__item:last-child {
    margin-right: 0;
  }
  .page-stories__item-figure {
    display: block;
    width: 100%;
  }
  .page-stories__item-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-stories__item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
  }
  .page-stories__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .page-stories__btns > a {
    max-width: 214px;
  }
}
/*
PAGE - moneyplan
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .moneyplan-intro {
    display: block;
    width: 100%;
    padding: 78px 0 60px;
    background-color: var(--white);
  }
  .moneyplan-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-intro__header {
    display: block;
    width: 100%;
    font-size: min(20px + (22 - 20) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .moneyplan-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
  }
}
@media screen and (min-width:768px) {
  .moneyplan-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .moneyplan-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-intro__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .moneyplan-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .moneyplan-price {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FAF8F5;
  }
  .moneyplan-price__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-price__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .moneyplan-price__box + .moneyplan-price__box {
    margin-top: 60px;
  }
  .moneyplan-price__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
   .moneyplan-price__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .moneyplan-price__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .moneyplan-price__list {
    display: block;
    width: 100%;
  }
  .moneyplan-price__list > li {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    line-height: 27.2px;
  }
  .moneyplan-price__list > li > span {
    color: var(--ttl-blue);
    padding-right: 5px;
  }
  .moneyplan-price__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .moneyplan-price__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .moneyplan-price__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .moneyplan-price__points {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .moneyplan-price__point {
    display: block;
    width: 100%;
  }
  .moneyplan-price__point + .moneyplan-price__point {
    margin-top: 40px;
  }
  .moneyplan-price__point > dt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 28.6px;
  }
  .moneyplan-price__point > dt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .moneyplan-price {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .moneyplan-price__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-price__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .moneyplan-price__box + .moneyplan-price__box {
    margin-top: 60px;
  }
  .moneyplan-price__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
   .moneyplan-price__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .moneyplan-price__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .moneyplan-price__list {
    display: block;
    width: calc(100% - (460/860 * 100%));
  }
  .moneyplan-price__list > li {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    line-height: 27.2px;
  }
  .moneyplan-price__list > li > span {
    color: var(--ttl-blue);
    padding-right: 5px;
  }
  .moneyplan-price__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .moneyplan-price__figure {
    display: block;
    width: calc(460/860 * 100%);
  }
  .moneyplan-price__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .moneyplan-price__points {
    display: block;
    width: calc(740/860 * 100%);
    margin: 50px auto 0;
  }
  .moneyplan-price__point {
    display: block;
    width: 100%;
  }
  .moneyplan-price__point + .moneyplan-price__point {
    margin-top: 40px;
  }
  .moneyplan-price__point > dt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 28.6px;
  }
  .moneyplan-price__point > dt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
/*bnr*/
@media screen and (min-width:0px) {
  .moneyplan-bnr {
    display: block;
    width: 100%;
  }
  .moneyplan-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*balance*/
@media screen and (max-width:767px) {
  .moneyplan-balance {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
  }
  .moneyplan-balance__hgroup {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-balance__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .moneyplan-balance__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .moneyplan-balance__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .moneyplan-balance__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moneyplan-balance__box:nth-child(n+2) {
    margin-top: 80px;
  }
  .moneyplan-balance__figure {
    display: block;
    width: 100%;
  }
  .moneyplan-balance__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .moneyplan-balance__content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .moneyplan-balance__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .moneyplan-balance__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .moneyplan-balance__content-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .moneyplan-balance__footer {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
}
@media screen and (min-width:768px) {
  .moneyplan-balance {
    display: block;
    width: 100%;
    padding: 130px 0 100px;
    background-color: var(--white);
  }
  .moneyplan-balance__hgroup {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .moneyplan-balance__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .moneyplan-balance__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .moneyplan-balance__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .moneyplan-balance__box {
    display: flex;
    justify-content: space-between;
    width: calc(980/1100 * 100%);
  }
  .moneyplan-balance__box:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .moneyplan-balance__box:nth-child(n+2) {
    margin-top: 60px;
  }
  .moneyplan-balance__figure {
    display: block;
    width: calc(400/980 * 100%);
  }
  .moneyplan-balance__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .moneyplan-balance__content {
    display: block;
    width: calc(530/980 * 100%);
  }
  .moneyplan-balance__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .moneyplan-balance__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .moneyplan-balance__content-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .moneyplan-balance__footer {
    display: block;
    width: calc(860/1100 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
}
/*stories*/
@media screen and (min-width:0px) {
  .moneyplan-stories {
    background-color: #FAF8F5;
  }
}
/*
PAGE - hiraya
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .hiraya-intro {
    display: block;
    width: 100%;
    padding: 78px 0 100px;
    background-color: var(--white);
  }
  .hiraya-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
@media screen and (max-width:359px) {
  .page-title.hiraya-page-title > span:nth-child(1) {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hiraya-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .hiraya-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .hiraya-feature {
    display: block;
    width: 100%;
  }
  .hiraya-feature__box {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .hiraya-feature__box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .hiraya-feature__box > .container {
    padding: 0 10px;
  }
  .hiraya-feature__outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hiraya-feature__outer > .container {
    padding: 0 20px;
  }
  .hiraya-feature__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .hiraya-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-feature__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature-content {
    display: block;
    width: 100%;
  }
  .hiraya-feature-badge {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 1;
  }
  .hiraya-feature-content__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-feature-content__title > span {
    font-size: 50px;
    padding-right: 5px;
    color: var(--ttl-blue);
    line-height: 1;
  }
  .hiraya-feature-content__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .hiraya-feature-content__figure {
    display: block;
    max-width: 270px;
    width: calc(270/300 * 100%);
    margin-top: 50px;
  }
  .hiraya-feature__box:nth-child(even) .hiraya-feature-content__figure {
    margin-left: auto;
  }
  .hiraya-feature-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .hiraya-feature {
    display: block;
    width: 100%;
  }
  .hiraya-feature__box {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .hiraya-feature__box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .hiraya-feature__box > .container {
    max-width: 1366px;
    padding: 0;
  }
  .hiraya-feature__outer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 600px;
  }
  .hiraya-feature__figure {
    position: absolute;
    top: 0;
    display: block;
    width: calc(643/1366 * 100%);
  }
  .hiraya-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-feature__box:nth-child(odd) .hiraya-feature__figure {
    right: 0;
  }
  .hiraya-feature__box:nth-child(even) .hiraya-feature__figure {
    left: 0;
  }
  .hiraya-feature__inner {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-feature-content {
    display: block;
    width: 50%;
    padding-top: 60px;
  }
  .hiraya-feature__box:nth-child(even) .hiraya-feature-content {
    margin-left: auto;
  }
  .hiraya-feature-badge {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 1;
    padding-bottom: 10px;
  }
  .hiraya-feature-content__title {
    display: flex;
    align-items: center;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-feature-content__title > span {
    font-size: 50px;
    padding-right: 10px;
    color: var(--ttl-blue);
    letter-spacing: 0.1em;
  }
  .hiraya-feature-content__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .hiraya-feature-content__figure {
    display: block;
    width: calc(300/500 * 100%);
    margin-top: 40px;
  }
  .hiraya-feature__box:nth-child(odd) .hiraya-feature-content__figure {
    margin-left: auto;
  }
  .hiraya-feature-content__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*banner*/
@media screen and (min-width:0px) {
  .hiraya-bnr {
    display: block;
    width: 100%;
  }
  .hiraya-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*thought*/
@media screen and (max-width:767px) {
  .hiraya-thought {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .hiraya-thought__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-thought__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-thought__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .hiraya-thought__figure {
    display: block;
    width: 100%;
  }
  .hiraya-thought__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-thought__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .hiraya-thought__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 20px auto 0;
  }
}
@media screen and (min-width:768px) {
  .hiraya-thought {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .hiraya-thought__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .hiraya-thought__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-thought__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .hiraya-thought__figure {
    display: block;
    width: calc(390/860 * 100%);
  }
  .hiraya-thought__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .hiraya-thought__col-txt {
    display: block;
    width: 50%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .hiraya-thought__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
}
/*stories*/
@media screen and (min-width:0px) {
  .hiraya-stories {
    background-color: #FAF8F5;
  }
  .hiraya-stories__btns > a {
    max-width: 261px;
  }
}
/*
PAGE - childcare-house
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .childcare-house-intro {
    display: block;
    width: 100%;
    padding: 78px 0 100px;
    background-color: var(--white);
  }
  .childcare-house-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
@media screen and (min-width:768px) {
  .childcare-house-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .childcare-house-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
/*banner*/
@media screen and (min-width:0px) {
  .childcare-house-bnr {
    display: block;
    width: 100%;
  }
  .childcare-house-bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*design*/
@media screen and (max-width:767px) {
  .childcare-house-design {
    display: block;
    width: 100%;
    padding: 78px 0 80px;
    background-color: #FAF8F5;
  }
  .childcare-house-design__intro {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .childcare-house-design__intro-header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: center;
  }
  .childcare-house-design__intro-header > em {
    font-size: 36px;
    font-style: normal;
    color: var(--ttl-blue);
  }
  .childcare-house-design__intro-txt {
    display: block;
    width: calc(100% + 20px);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
    margin-left: -10px;
  }
  .childcare-house-design__intro-points {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-columns: auto;
    row-gap: 40px;
    max-width: 225px;
    width: 100%;
    margin: 50px auto 0;
  }
  .childcare-house-design__intro-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .childcare-house-design__intro-box > span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    background-color: var(--ttl-blue);
    font-size: 32px;
    color: var(--white);
    font-weight: 500;
    line-height: 28px;
  }
  .childcare-house-design__intro-figure {
    display: block;
    width: 100%;
  }
  .childcare-house-design__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-design__intro-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .childcare-house-design {
    display: block;
    width: 100%;
    padding: 100px 0 160px;
    background-color: #FAF8F5;
  }
  .childcare-house-design__intro {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .childcare-house-design__intro-header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
  }
  .childcare-house-design__intro-header > em {
    font-size: 50px;
    font-style: normal;
    color: var(--ttl-blue);
  }
  .childcare-house-design__intro-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
  }
  .childcare-house-design__intro-points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(80/835 * 100%);
    max-width: 835px;
    width: 100%;
    margin: 50px auto 0;
  }
  .childcare-house-design__intro-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .childcare-house-design__intro-box > span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    background-color: var(--ttl-blue);
    font-size: 32px;
    color: var(--white);
    font-weight: 500;
    line-height: 26px;
  }
  .childcare-house-design__intro-figure {
    display: block;
    width: 100%;
  }
  .childcare-house-design__intro-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-design__intro-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
    margin-top: 20px;
  }
}
/*support*/
@media screen and (max-width:767px) {
  .childcare-house-support {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .childcare-house-support > .container {
    padding: 0;
  }
  .childcare-house-support__box {
    display: block;
    width: 100%;
  }
  .childcare-house-support__box:nth-child(n+2) {
    margin-top: 100px;
  }
  .childcare-house-support__box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }
  .childcare-house-support__box-content {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .childcare-house-support__box-title {
    position: relative;
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
    padding-left: 50px;
  }
  .childcare-house-support__box-title > span {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 40px;
    padding-right: 5px;
    color: var(--ttl-blue);
  }
  .childcare-house-support__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .childcare-house-support__box-figure {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .childcare-house-support__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-support__points {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    padding: 60px 30px;
    background-color: var(--white);
    margin: -50px 0 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .childcare-house-support__point {
    display: block;
    width: 100%;
  }
  .childcare-house-support__point + .childcare-house-support__point {
    margin-top: 60px;
  }
  .childcare-house-support__point-title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .childcare-house-support__point-title::first-letter {
    font-size: 30px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .childcare-house-support__point-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .childcare-house-support__point-figure {
    display: block;
    width: 100%;
  }
  .childcare-house-support__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-support__point-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .childcare-house-support {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .childcare-house-support > .container {
    max-width: 1366px;
    padding: 0;
  }
  .childcare-house-support__box {
    display: block;
    width: 100%;
  }
  .childcare-house-support__box:nth-child(n+2) {
    margin-top: 100px;
  }
  .childcare-house-support__box-cols {
    display: flex;
    justify-content: space-between;
    width: min(942.717px + (1113 - 942) * ((100vw - 1025px) / (1366 - 1025)), 1113px);
    margin-left: auto;
  }
  .childcare-house-support__box-content {
    display: block;
    width: calc(430/1113 * 100%);
    margin-top: 50px;
  }
  .childcare-house-support__box-figure {
    display: block;
    width: calc(643/1113 * 100%);
  }
  .childcare-house-support__box-title {
    display: flex;
    align-items: center;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .childcare-house-support__box-title > span {
    font-size: 50px;
    padding-right: 15px;
    color: var(--ttl-blue);
  }
  .childcare-house-support__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .childcare-house-support__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-support__points {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1366 * 100%) calc(30/1366 * 100%);
    background-color: var(--white);
    margin: -50px auto 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .childcare-house-support__point {
    display: block;
    width: 100%;
  }
  .childcare-house-support__point + .childcare-house-support__point {
    margin-top: 50px;
  }
  .childcare-house-support__point-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .childcare-house-support__point-title::first-letter {
    font-size: 34px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .childcare-house-support__point-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
  }
  .childcare-house-support__point-figure {
    display: block;
    width: calc(300/800 * 100%);
  }
  .childcare-house-support__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .childcare-house-support__point-txt {
    display: block;
    width: calc(470/800 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .childcare-house-support__box-cols {
    width: min(748px + (876 - 748) * ((100vw - 768px) / (1024 - 768)), 876px);
  }
  .childcare-house-support__box-content {
    margin-top: 25px;
  }
  .childcare-house-support__box-title {
    font-size: min(20px + (26 - 20) * ((100vw - 768px) / (1024 - 768)), 26px);
    line-height: 28px;
  }
  .childcare-house-support__box-title > span {
	  font-size: 40px;	
  }
  .childcare-house-support__box-txt {
    margin-top: 15px;
  }
  .childcare-house-support__points {
    max-width: 728px;
    margin: -30px auto 0;
  }
}
/*footer*/
@media screen and (max-width:767px) {
  .childcare-house-footer {
    display: block;
    width: 100%;
    padding: 80px 0 140px;
    background-color: var(--white);
  }
  .childcare-house-footer > .container {
    padding: 0 20px;
  }
  .childcare-house-footer__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .childcare-house-footer {
    display: block;
    width: 100%;
    padding: 80px 0 140px;
    background-color: var(--white);
  }
  .childcare-house-footer__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*
PAGE - tsui-no-sumika
--------------------------------------------- */
@media screen and (max-width:359px) {
  .page-title > span:nth-child(1) {
    font-size: 25px;
  }
}
/*intro*/
@media screen and (max-width:767px) {
  .tns-intro {
    display: block;
    width: 100%;
    padding: 78px 0 60px;
    background-color: var(--white);
  }
  .tns-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
@media screen and (min-width:768px) {
  .tns-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .tns-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 0 auto 0;
  }
}
/*worries*/
@media screen and (max-width:767px) {
  .tsn-worries {
    display: block;
    width: 100%;
    padding: 120px 0 60px;
    background-image: url(./assets/images/tsui-no-sumika/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tsn-worries > .container {
    padding: 0 20px;
  }
  .tsn-worries__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-worries__header {
    display: block;
    width: 100%;
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .tsn-worries__list {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 30px 25px;
    background-color: rgba(255,255,255,.75);
  }
  .tsn-worries__list > li {
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(./assets/images/tsui-no-sumika/icon-check.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 12px 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-worries__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .tsn-worries {
    display: block;
    width: 100%;
    padding: 120px 0 76px;
    background-image: url(./assets/images/tsui-no-sumika/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .tsn-worries__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-worries__header {
    display: block;
    width: 100%;
    font-size: 34px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .tsn-worries__list {
    display: block;
    width: calc(653/1000 * 100%);
    margin: 50px 0 0 auto;
    padding: calc(30/1000 * 100%);
    background-color: rgba(255,255,255,.75);
  }
  .tsn-worries__list > li {
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(./assets/images/tsui-no-sumika/icon-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-worries__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
/*plan*/
@media screen and (max-width:767px) {
  .tsn-plan {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: var(--white);
    background-image: url(./assets/images/tsui-no-sumika/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 300px 60px;
  }
  .tsn-plan__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .tsn-plan__bnr {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .tsn-plan__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-plan__fuild {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .tsn-plan__hgroup {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-plan__hgroup-header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-plan__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 46px auto 0;
  }
  .tsn-plan__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) {
  .tsn-plan {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: var(--white);
    background-image: url(./assets/images/tsui-no-sumika/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 300px 60px;
  }
  .tsn-plan__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: center;
  }
  .tsn-plan__bnr {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .tsn-plan__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-plan__fuild {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .tsn-plan__hgroup {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-plan__hgroup-header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-plan__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .tsn-plan__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
}
/*plan-wrap*/
@media screen and (max-width:767px) {
  .tsn-plan__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tsn-plan__box:nth-child(n+2) {
    margin-top: 80px;
  }
  .tsn-plan__figure {
    display: block;
    width: calc(300/330 * 100%);
  }
  .tsn-plan__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-plan__content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .tsn-plan__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .tsn-plan__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .tsn-plan__content-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .tsn-plan__box {
    display: flex;
    justify-content: space-between;
    width: calc(980/1100 * 100%);
  }
  .tsn-plan__box:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .tsn-plan__box:nth-child(n+2) {
    margin-top: 60px;
  }
  .tsn-plan__figure {
    display: block;
    width: calc(400/980 * 100%);
  }
  .tsn-plan__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-plan__content {
    display: block;
    width: calc(530/980 * 100%);
  }
  .tsn-plan__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .tsn-plan__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .tsn-plan__content-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
}
/*seletion*/
@media screen and (max-width:767px) {
  .tsn-seletion {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .tsn-seletion__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-seletion__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-seletion__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .tsn-seletion__points {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .tsn-seletion__points > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: calc(20/330 * 100%) calc(30/330 * 100%);
    border: 1px solid #CECECE;
    background-color: var(--white);
  }
  .tsn-seletion__points > li:nth-child(n+2){
    margin-top: 30px;
  }
  .tsn-seletion__figure {
    display: block;
    width: 165px;
  }
  .tsn-seletion__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-seletion__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .tsn-seletion__content > dt {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 33.8px;
    font-weight: 500;
    color: var(--ttl-blue);
  }
  .tsn-seletion__content > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .tsn-seletion__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .tsn-seletion__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .tsn-seletion__btns > a:nth-child(2) {
    max-width: 356px;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .tsn-seletion {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .tsn-seletion__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .tsn-seletion__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .tsn-seletion__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 40px auto 0;
  }
  .tsn-seletion__points {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .tsn-seletion__points > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: calc(20/860 * 100%) calc(30/860 * 100%);
    border: 1px solid #CECECE;
    background-color: var(--white);
  }
  .tsn-seletion__points > li:nth-child(n+2){
    margin-top: 30px;
  }
  .tsn-seletion__figure {
    display: block;
    width: calc(165/800 * 100%);
  }
  .tsn-seletion__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tsn-seletion__content {
    display: flex;
    flex-direction: column;
    width: calc(606/800 * 100%);
  }
  .tsn-seletion__content > dt {
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 1;
  }
  .tsn-seletion__content > dd {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .tsn-seletion__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .tsn-seletion__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .tsn-seletion__btns > a:nth-child(2) {
    max-width: 356px;
    margin-top: 40px;
  }
}
/*
PAGE - tsui-no-sumika
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .renovation-intro {
    display: block;
    width: 100%;
    padding: 78px 0 60px;
    background-color: var(--white);
  }
  .renovation-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-intro__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .renovation-intro__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 60px auto;
  }
  .renovation-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .renovation-intro__figure {
    display: block;
    width: calc(100% + 40px);
    margin-top: 60px;
  }
  .renovation-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-intro__bnr {
    display: block;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .renovation-intro__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .renovation-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .renovation-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .renovation-intro__cols {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    width: 100%;
    margin: 80px 0 80px auto;
  }
  .renovation-intro__txt {
    display: block;
    width: calc(380/930 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .renovation-intro__figure {
    display: block;
    width: calc(500/930 * 100%);
  }
  .renovation-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-intro__bnr {
    display: block;
    width: 100%;
  }
  .renovation-intro__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*reason*/
@media screen and (max-width:767px) {
  .renovation-reason {
    display: block;
    width: 100%;
    padding: 60px 0 80px;
    background-color: var(--white);
  }
  .renovation-reason__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-reason__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .renovation-reason__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
    text-align: center;
  }
  .renovation-reason__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .renovation-reason__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-reason__box:nth-child(n+2) {
    margin-top: 80px;
  }
  .renovation-reason__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .renovation-reason__badge {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .renovation-reason__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .renovation-reason__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .renovation-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-reason__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .renovation-reason__btn:hover {
    background-size: 100% 2px;
  }
  .renovation-reason__figure {
    display: block;
    width: calc(100% + 60px);
    margin-top: 40px;
  }
  .renovation-reason__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .renovation-reason__title {
	  font-size: 21px;
  }
}
@media screen and (min-width:768px) {
  .renovation-reason {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .renovation-reason__body {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .renovation-reason__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    line-height: 52px;
    text-align: center;
  }
  .renovation-reason__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
    text-align: center;
  }
  .renovation-reason__wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .renovation-reason__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .renovation-reason__box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .renovation-reason__box:nth-child(n+2) {
    margin-top: 80px;
  }
  .renovation-reason__content {
    display: flex;
    flex-direction: column;
    width: calc(400/950 * 100%);
  }
  .renovation-reason__badge {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .renovation-reason__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .renovation-reason__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .renovation-reason__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-reason__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .renovation-reason__btn:hover {
    background-size: 100% 2px;
  }
  .renovation-reason__figure {
    display: block;
    width: calc(500/950 * 100%);
  }
  .renovation-reason__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*about*/
@media screen and (max-width:767px) {
  .renovation-about {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FAF8F5;
  }
  .renovation-about > .container{
    padding: 0;
  }
  .renovation-about__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-about__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .renovation-about__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .renovation-about__box {
    display: block;
    width: 100%;
  }
  .renovation-about__box + .renovation-about__box {
    margin-top: 50px;
  }
  .renovation-about__figure {
    display: block;
    width: 100%;
  }
  .renovation-about__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-about__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 30px);
    padding: 50px 20px;
    background-color: var(--white);
    margin: -50px auto 0;
  }
  .renovation-about__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .renovation-about__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-about__btns > a {
    max-width: 230px;
  }
}
@media screen and (max-width:359px) {
  .renovation-about__title {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .renovation-about {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .renovation-about__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-about__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .renovation-about__wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .renovation-about__box {
    display: block;
    width: 100%;
  }
  .renovation-about__box + .renovation-about__box {
    margin-top: 50px;
  }
  .renovation-about__figure {
    display: block;
    width: 100%;
  }
  .renovation-about__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-about__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(760/860 * 100%);
    padding: calc(50/860 * 100%) calc(80/860 * 100%);
    background-color: var(--white);
    margin: -50px auto 0;
  }
  .renovation-about__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .renovation-about__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .renovation-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .renovation-about__btns > a {
    max-width: 230px;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .renovation-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .renovation-flow > .container {
    padding: 0;
  }
  .renovation-flow__body {
    display: block;
    width: 100%;
  }
  .renovation-flow__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .renovation-flow__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .renovation-flow__box {
    display: block;
    width: 100%;
  }
  .renovation-flow__figure {
    display: block;
    width: 100%;
  }
  .renovation-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-flow__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .renovation-flow__list > li {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 125px;
    background-image: url(./assets/images/renovation/icon-flow.png);
    background-repeat: no-repeat;
    background-position: bottom 45px center;
    background-size: 128px 35px;
  }
  .renovation-flow__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 120px 1px,100% 1px;
  }
  .renovation-flow__title > span {
    font-size: 18px;
    line-height: 1;
    padding-right: 10px;
    color: #ACACAC;
  }
  .renovation-flow__title > span > em {
    font-size: 40px;
    font-style: normal;
    line-height: 30px;
  }
  .renovation-flow__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .renovation-flow__box:last-child .renovation-flow__list > li {
    background-image: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .renovation-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .renovation-flow > .container {
    max-width: 1366px;
    padding: 0;
  }
  .renovation-flow__body {
    display: block;
    width: 100%;
  }
  .renovation-flow__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .renovation-flow__wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .renovation-flow__box {
    position: relative;
    display: block;
    width: 100%;
  }
  .renovation-flow__figure {
    position: absolute;
    right: 0;
    display: block;
    width: calc(422/1366 * 100%);
  }
  .renovation-flow__box:nth-child(1) .renovation-flow__figure {
    top: 0;
  }
  .renovation-flow__box:nth-child(2) .renovation-flow__figure {
    top: -150px;
  }
  .renovation-flow__box:nth-child(3) .renovation-flow__figure {
    top: -50px;
  }
  .renovation-flow__box:nth-child(4) .renovation-flow__figure {
    bottom: 20px;
  }
  .renovation-flow__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .renovation-flow__list {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-flow__list > li {
    position: relative;
    display: block;
    width: min(580px + (650 - 580) * ((100vw - 1025px) / (1366 - 1025)), 650px);
    padding-bottom: 75px;
    background-image: url(./assets/images/renovation/icon-flow.png);
    background-repeat: no-repeat;
    background-position: bottom 20px center;
    background-size: 128px 35px;
  }
  .renovation-flow__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 120px 1px,100% 1px;
  }
  .renovation-flow__title > span {
    font-size: 25px;
    padding-right: 30px;
    color: #ACACAC;
  }
  .renovation-flow__title > span > em {
    font-size: 60px;
    font-style: normal;
    line-height: 50px;
  }
  .renovation-flow__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .renovation-flow__box:last-child .renovation-flow__list > li {
    background-image: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .renovation-flow__list > li {
    width: min(490px + (530 - 490) * ((100vw - 768px) / (1024 - 768)), 530px);
  }
}
/*worries*/
@media screen and (max-width:767px) {
  .renovation-worries {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0 40px;
    background-color: var(--white);
  }
  .renovation-worries > .container {
    padding:  0 15px;
  }
  .renovation-worries__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 520px;
    overflow: hidden;
  }
  .renovation-worries__bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-worries__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-worries__header  {
    display: block;
    width: 100%;
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .renovation-worries__txt {
    display: block;
    width: 100%;
    color: var(--white);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
  }
  .renovation-worries__box {
    display: block;
    width: 100%;
    padding: 50px 20px;
    background-color: var(--white);
    margin-top: 195px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .renovation-worries__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .renovation-worries__title > span {
    display: block;
  }
  .renovation-worries__title > span::first-letter {
    font-size: 30px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .renovation-worries__box-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .renovation-worries {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .renovation-worries__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 860px;
    overflow: hidden;
  }
  .renovation-worries__bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .renovation-worries__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .renovation-worries__header  {
    display: block;
    width: 100%;
    font-size: 34px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .renovation-worries__txt {
    display: block;
    width: 100%;
    color: var(--white);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
  }
  .renovation-worries__box {
    display: block;
    width: 100%;
    padding: calc(50/860 * 100%) calc(30/860 * 100%);
    background-color: var(--white);
    margin-top: 316px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .renovation-worries__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .renovation-worries__title > span {
    display: inline-block;
  }
  .renovation-worries__title > span::first-letter {
    font-size: 34px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .renovation-worries__box-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
/*
PAGE - performance
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .performance-intro {
    display: block;
    width: 100%;
    padding: 78px 0 60px;
    background-color: var(--white);
  }
  .performance-intro > .container {
    padding: 0;
  }
  .performance-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .performance-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px;
  }
  .performance-intro__bnr {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .performance-intro__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .performance-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .performance-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .performance-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
  }
  .performance-intro__bnr {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .performance-intro__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .performance-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .performance-feature > .container {
    padding: 0;
  }
  .performance-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .performance-feature__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .performance-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .performance-feature__box {
    display: block;
    width: 100%;
  }
  .performance-feature__box:nth-child(n+2) {
    margin-top: 50px;
  }
  .performance-feature__figure {
    display: block;
    width: 100%;
  }
  .performance-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .performance-feature__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 60px);
    padding: 50px 20px;
    background-color: var(--white);
    margin: -20px auto 0;
  }
  .performance-feature__box:nth-child(even) .performance-feature__content{
    margin-left: auto;
  }
  .performance-feature__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .performance-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .performance-feature__box-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .performance-feature__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .performance-feature__btn:hover {
    background-size: 100% 2px;
  }
  .performance-feature__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .performance-feature__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .performance-feature__btns > a:nth-child(2) {
    max-width: 300px;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .performance-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .performance-feature__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .performance-feature__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .performance-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .performance-feature__box {
    display: block;
    width: 100%;
  }
  .performance-feature__box:nth-child(n+2) {
    margin-top: 50px;
  }
  .performance-feature__figure {
    display: block;
    width: 100%;
  }
  .performance-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .performance-feature__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(660/860 * 100%);
    padding: calc(50/860 * 100%) calc(30/860 * 100%);
    background-color: var(--white);
    margin-top: -50px;
  }
  .performance-feature__box:nth-child(even) .performance-feature__content{
    margin-left: auto;
  }
  .performance-feature__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .performance-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .performance-feature__box-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  .performance-feature__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .performance-feature__btn:hover {
    background-size: 100% 2px;
  }
  .performance-feature__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .performance-feature__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .performance-feature__btns > a:nth-child(2) {
    max-width: 372px;
    margin-top: 40px;
  }
}
/*
PAGE - apartment
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .apartment-intro {
    display: block;
    width: 100%;
    padding: 78px 0 60px;
    background-color: var(--white);
  }
  .apartment-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0;
  }
}
@media screen and (min-width:768px) {
  .apartment-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .apartment-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 0 auto 0;
  }
}
/*worries*/
@media screen and (max-width:767px) {
  .apartment-worries {
    display: block;
    width: 100%;
    padding: 120px 0 60px;
    background-image: url(./assets/images/apartment/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .apartment-worries > .container {
    padding: 0 20px;
  }
  .apartment-worries__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-worries__header {
    display: block;
    width: 100%;
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .apartment-worries__list {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 30px 25px;
    background-color: rgba(255,255,255,.75);
  }
  .apartment-worries__list > li {
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(./assets/images/apartment/icon-check.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 12px 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: justify;
    word-break: break-all;
  }
  .apartment-worries__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .apartment-worries {
    display: block;
    width: 100%;
    padding: 120px 0 76px;
    background-image: url(./assets/images/apartment/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .apartment-worries__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-worries__header {
    display: block;
    width: 100%;
    font-size: 34px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .apartment-worries__list {
    display: block;
    width: calc(653/1000 * 100%);
    margin: 50px 0 0 auto;
    padding: calc(30/1000 * 100%);
    background-color: rgba(255,255,255,.75);
  }
  .apartment-worries__list > li {
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(./assets/images/apartment/icon-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: justify;
    word-break: break-all;
  }
  .apartment-worries__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
/*plan*/
@media screen and (max-width:767px) {
  .apartment-plan {
    display: block;
    width: 100%;
    padding: 120px 0 0;
    background-color: var(--white);
    background-image: url(./assets/images/apartment/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 300px 60px;
  }
  .apartment-plan__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .apartment-plan__bnr {
    display: block;
    width: calc(100% + 60px);
    margin-top: 60px;
    margin-left: -30px;
  }
  .apartment-plan__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .apartment-plan {
    display: block;
    width: 100%;
    padding: 120px 0 170px;
    background-color: var(--white);
    background-image: url(./assets/images/apartment/icon-trangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 300px 60px;
  }
  .apartment-plan__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .apartment-plan__bnr {
    display: block;
    max-width: 1006px;
    width: 100%;
    margin: 80px auto 0;
  }
  .apartment-plan__bnr > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .apartment-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .apartment-feature > .container {
    padding: 0;
  }
  .apartment-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-feature__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .apartment-feature__text {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
    padding: 0 30px;
  }
  .apartment-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .apartment-feature__box {
    display: block;
    width: 100%;
  }
  .apartment-feature__box:nth-child(n+2) {
    margin-top: 50px;
  }
  .apartment-feature__figure {
    display: block;
    width: 100%;
  }
  .apartment-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .apartment-feature__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 60px);
    padding: 50px 20px;
    background-color: var(--white);
    margin: -20px auto 0;
  }
  .apartment-feature__box:nth-child(even) .apartment-feature__content{
    margin-left: auto;
  }
  .apartment-feature__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .apartment-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .apartment-feature__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .apartment-feature__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .apartment-feature__btns > a:nth-child(2) {
    max-width: 300px;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .apartment-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #FAF8F5;
  }
  .apartment-feature__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .apartment-feature__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .apartment-feature__text {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .apartment-feature__wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .apartment-feature__box {
    display: block;
    width: 100%;
  }
  .apartment-feature__box:nth-child(n+2) {
    margin-top: 50px;
  }
  .apartment-feature__figure {
    display: block;
    width: 100%;
  }
  .apartment-feature__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .apartment-feature__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(660/860 * 100%);
    padding: calc(50/860 * 100%) calc(30/860 * 100%);
    background-color: var(--white);
    margin-top: -50px;
  }
  .apartment-feature__box:nth-child(even) .apartment-feature__content{
    margin-left: auto;
  }
  .apartment-feature__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .apartment-feature__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .apartment-feature__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .apartment-feature__btns > a:nth-child(1) {
    max-width: 276px;
  }
  .apartment-feature__btns > a:nth-child(2) {
    max-width: 324px;
    margin-top: 40px;
  }
}
/*
PAGE - passive
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .passive-intro {
    display: block;
    width: 100%;
    padding: 78px 0 0;
    background-color: var(--white);
  }
  .passive-intro__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .passive-intro__figure {
    display: block;
    width: 100%;
  }
  .passive-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .passive-intro {
    display: block;
    width: 100%;
    padding: 140px 0 0;
    background-color: var(--white);
  }
  .passive-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .passive-intro__figure {
    display: block;
    width: 100%;
  }
  .passive-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*home*/
@media screen and (max-width:767px) {
  .passive-home {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .passive-home > .container {
    padding: 0 10px;
  }
  .passive-home__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .passive-home__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .passive-home__figure {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .passive-home__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-home__block {
    display: block;
    max-width: 640px;
    width: calc(100% - 40px);
    padding: calc(30/860 * 100%) calc(80/860 * 100%);
    border: 1px solid #FFEE7E;
    background-color: #FFFFF2;
    margin: 50px auto 0;
  }
  .passive-home__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .passive-home__box:nth-child(n+2) {
    margin-top: 10px;
  }
  .passive-home__box > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    color: var(--ttl-blue);
  }
  .passive-home__box > dt > span {
    padding-right: 5px;
  }
  .passive-home__box > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (min-width:768px) {
  .passive-home {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .passive-home__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .passive-home__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .passive-home__figure {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0;
  }
  .passive-home__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-home__block {
    display: block;
    max-width: 640px;
    width: 100%;
    padding: calc(30/860 * 100%) calc(80/860 * 100%);
    border: 1px solid #FFEE7E;
    background-color: #FFFFF2;
    margin: 40px auto 0;
  }
  .passive-home__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .passive-home__box:nth-child(n+2) {
    margin-top: 10px;
  }
  .passive-home__box > dt {
    display: block;
    width: 150px;
    font-size: 15px;
    line-height: 2;
    color: var(--ttl-blue);
  }
  .passive-home__box > dt > span {
    padding-right: 5px;
  }
  .passive-home__box > dd {
    display: block;
    width: calc(100% - 150px);
    font-size: 15px;
    line-height: 2;
  }
}
/*living*/
@media screen and (max-width:767px) {
  .passive-living {
    display: block;
    width: 100%;
    padding: 100px 0 100px;
    background-color: #F7F7F7;
  }
  .passive-living__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .passive-living-house {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .passive-living-house > .container {
    padding: 0;
  }
  .passive-living-house__box {
    display: block;
    width: 100%;
  }
  .passive-living-house__box:nth-child(n+2) {
    margin-top: 100px;
  }
  .passive-living-house__box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }
  .passive-living-house__box-content {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .passive-living-house__box-title {
    position: relative;
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
    padding-left: 50px;
  }
  .passive-living-house__box-title > span {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 40px;
    padding-right: 5px;
    color: var(--ttl-blue);
  }
  .passive-living-house__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .passive-living-house__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .passive-living-house__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .passive-living-house__btn:hover {
    background-size: 100% 2px;
  }
  .passive-living-house__box-figure {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .passive-living-house__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-living-house__points {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    padding: 60px 30px;
    background-color: var(--white);
    margin: -50px 0 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .passive-living-house__point {
    display: block;
    width: 100%;
  }
  .passive-living-house__point + .passive-living-house__point {
    margin-top: 60px;
  }
  .passive-living-house__point-title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .passive-living-house__point-title::first-letter {
    font-size: 30px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .passive-living-house__point-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .passive-living-house__point-figure {
    display: block;
    width: 100%;
  }
  .passive-living-house__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-living-house__point-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .passive-living-txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 120px auto 0;
  }
}
@media screen and (min-width:768px) {
  .passive-living {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: #F7F7F7;
  }
  .passive-living__header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
  }
  .passive-living-house {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .passive-living-house > .container {
    max-width: 1366px;
    padding: 0;
  }
  .passive-living-house__box {
    display: block;
    width: 100%;
  }
  .passive-living-house__box:nth-child(n+2) {
    margin-top: 100px;
  }
  .passive-living-house__box-cols {
    display: flex;
    justify-content: space-between;
    width: min(942.717px + (1113 - 942) * ((100vw - 1025px) / (1366 - 1025)), 1113px);
    margin-left: auto;
  }
  .passive-living-house__box-content {
    display: block;
    width: calc(430/1113 * 100%);
    margin-top: 50px;
  }
  .passive-living-house__box-figure {
    display: block;
    width: calc(643/1113 * 100%);
  }
  .passive-living-house__box-title {
    display: flex;
    align-items: center;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .passive-living-house__box-title > span {
    font-size: 50px;
    padding-right: 5px;
    color: var(--ttl-blue);
  }
  .passive-living-house__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .passive-living-house__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
  }
  .passive-living-house__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 1;
    padding:0 18px 6px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .passive-living-house__btn:hover {
    background-size: 100% 2px;
  }
  .passive-living-house__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-living-house__points {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(50/1366 * 100%) calc(30/1366 * 100%);
    background-color: var(--white);
    margin: -50px auto 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .passive-living-house__point {
    display: block;
    width: 100%;
  }
  .passive-living-house__point + .passive-living-house__point {
    margin-top: 50px;
  }
  .passive-living-house__point-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .passive-living-house__point-title::first-letter {
    font-size: 34px;
    line-height: 30px;
    color: var(--ttl-blue);
  }
  .passive-living-house__point-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
  }
  .passive-living-house__point-figure {
    display: block;
    width: calc(300/800 * 100%);
  }
  .passive-living-house__point-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-living-house__point-txt {
    display: block;
    width: calc(470/800 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .passive-living-txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 120px auto 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .passive-living-house__box-cols {
    width: min(748px + (876 - 748) * ((100vw - 768px) / (1024 - 768)), 876px);
  }
  .passive-living-house__box-content {
    margin-top: 25px;
  }
  .passive-living-house__box-title {
    font-size: min(20px + (26 - 20) * ((100vw - 768px) / (1024 - 768)), 26px);
    line-height: 28px;
  }
  .passive-living-house__box-title > span {
	  font-size: 40px;	
  }
  .passive-living-house__box-txt {
    margin-top: 15px;
  }
  .passive-living-house__points {
    max-width: 728px;
    margin: -30px auto 0;
  }
}
/*process*/
@media screen and (max-width:767px) {
  .passive-process {
    display: block;
    width: 100%;
    padding-bottom: 140px;
    background-color: var(--white);
  }
  .passive-process__figure {
    display: block;
    width: 100%;
  }
  .passive-process__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-process__body {
    display: block;
    width: 100%;
    margin: 100px auto 0;
  }
  .passive-process__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .passive-process__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .passive-process__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .passive-process__btns > a {
    max-width: 276px;
  }
}
@media screen and (min-width:768px) {
  .passive-process {
    display: block;
    width: 100%;
    padding-bottom: 140px;
    background-color: var(--white);
  }
  .passive-process__figure {
    display: block;
    width: 100%;
  }
  .passive-process__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .passive-process__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 100px auto 0;
  }
  .passive-process__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .passive-process__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .passive-process__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .passive-process__btns > a {
    max-width: 276px;
  }
}
/*
PAGE - long
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .long-intro {
    display: block;
    width: 100%;
    padding: 78px 0 0;
    background-color: var(--white);
  }
  .long-intro__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
  }
  .long-intro__txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
    padding-bottom: 80px;
  }
  .long-intro__figure {
    display: block;
    width: 100%;
  }
  .long-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .long-intro {
    display: block;
    width: 100%;
    padding: 140px 0 0;
    background-color: var(--white);
  }
  .long-intro__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
  }
  .long-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
    padding-bottom: 100px;
  }
  .long-intro__figure {
    display: block;
    width: 100%;
  }
  .long-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .long-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
  }
  .long-merit__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .long-merit__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .long-merit__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .long-merit__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .long-merit__box:nth-child(n+2) {
    margin-top: 60px;
  }
  .long-merit__figure {
    display: block;
    width: calc(100% - 20px);
  }
  .long-merit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .long-merit__content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .long-merit__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .long-merit__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .long-merit__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .long-merit {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #F7F7F7;
  }
  .long-merit__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .long-merit__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .long-merit__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .long-merit__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .long-merit__box:nth-child(n+2) {
    margin-top: 50px;
  }
  .long-merit__figure {
    display: block;
    width: calc(310/860 * 100%);
  }
  .long-merit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .long-merit__content {
    display: block;
    width: calc(500/860 * 100%);
  }
  .long-merit__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .long-merit__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .long-merit__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
}
/*home*/
@media screen and (max-width:767px) {
  .long-home {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-color: var(--white);
  }
  .long-home__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .long-home__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .long-home__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .long-home__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .long-home__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .long-home__level {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .long-home__level + p {
    margin-top: 50px;
  }
  .long-home__level-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: var(--ttl-blue);
  }
  .long-home__level-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border-top: 1px solid #CECECE;
  }
  .long-home__level-tbl tr th {
    display: block;
    width: 100%;
    padding: 17px 20px;
    font-weight: 600;
    line-height: 19.5px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CECECE;
  }
  .long-home__level-tbl tr td {
    display: block;
    width: 100%;
    padding: 17px 20px;
    font-weight: 500;
    line-height: 19.5px;
    border-bottom: 1px solid #CECECE;
  }
  .long-home__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .long-home__figure {
    display: block;
    width: 100%;
  }
  .long-home__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .long-home__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .long-home__cols + p {
    margin-top: 20px;
  }
}
@media screen and (max-width:359px) {
  .long-home__level-title {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .long-home {
    display: block;
    width: 100%;
    padding: 120px 0 140px;
    background-color: var(--white);
  }
  .long-home__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .long-home__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .long-home__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .long-home__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .long-home__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .long-home__level {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .long-home__level + p {
    margin-top: 50px;
  }
  .long-home__level-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: var(--ttl-blue);
  }
  .long-home__level-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border-top: 1px solid #CECECE;
  }
  .long-home__level-tbl tr th {
    width: 180px;
    padding: 17px 20px;
    font-weight: 600;
    line-height: 19.5px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CECECE;
  }
  .long-home__level-tbl tr td {
    width: calc(100% - 180px);
    padding: 17px 20px;
    font-weight: 500;
    line-height: 19.5px;
    border-bottom: 1px solid #CECECE;
  }
  .long-home__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .long-home__figure {
    display: block;
    width: calc(410/860 * 100%);
  }
  .long-home__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .long-home__col-txt {
    display: block;
    width: calc(410/860 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - zeh
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .zeh-intro {
    display: block;
    width: 100%;
    padding: 78px 0 min(220px + (500 - 220) * ((100vw - 320px) / (767 - 320)),500px);
    background-color: var(--white);
    background-image: url(./assets/images/zeh/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .zeh-intro__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .zeh-intro__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .zeh-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .zeh-intro__figure {
    display: block;
    max-width: 190px;
    width: 100%;
    margin: 50px auto 0;
  }
  .zeh-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .zeh-intro {
    display: block;
    width: 100%;
    padding: 140px 0 min(400px + (650 - 400) * ((100vw - 1025px) / (1920 - 1025)), 650px);
    background-color: var(--white);
    background-image: url(./assets/images/zeh/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .zeh-intro__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .zeh-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .zeh-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .zeh-intro__figure {
    display: block;
    max-width: 894px;
    width: 100%;
    margin: 160px auto 0;
  }
  .zeh-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
   .zeh-intro {
    padding: 140px 0 min(300px + (400 - 300) * ((100vw - 768px) / (1024 - 768)), 400px);
  }
}
/*works*/
@media screen and (max-width:767px) {
  .zeh-works {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .zeh-works__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .zeh-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .zeh-works__header > span:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
  .zeh-works__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
  }
  .zeh-works__tbl {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .zeh-works__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .zeh-works__row > dt {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #E9E9E9;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #CECECE;
  }
  .zeh-works__row:first-child > dt {
    border-top: 1px solid #CECECE;
  }
  .zeh-works__row > dd {
    display: block;
    width: 100%;
    padding: 15px 20px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 1px solid #CECECE;
  }
  .zeh-works__row > dd:nth-child(2) {
    background-color: #FBFBFB;

  }
}
@media screen and (min-width:768px) {
  .zeh-works {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .zeh-works__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .zeh-works__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .zeh-works__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  .zeh-works__header > span:nth-child(2) {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
  }
  .zeh-works__tbl {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 50px auto 0;
    border: 1px solid #DDDDDD;
  }
  .zeh-works__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .zeh-works__row > dt {
    display: block;
    width: 140px;
    padding: 20px;
    background-color: #E9E9E9;
    line-height: 1;
    font-weight: 500;
    text-align: right;
  }
  .zeh-works__row:not(:last-child) > dt {
    border-bottom: 1px solid var(--white);
  }
  .zeh-works__row > dd {
    display: block;
    width: calc((100% - 140px) / 2);
    padding: 20px;
    line-height: 1;
    font-weight: 500;
  }
  .zeh-works__row:not(:last-child) > dd {
    border-bottom: 1px solid #DDDDDD;
  }

  .zeh-works__row > dd:nth-child(2) {
    background-color: #FBFBFB;
  }
}
/*build*/
@media screen and (max-width:767px) {
  .zeh-build  {
    display: block;
    width: 100%;
    padding-bottom: 140px;
    background-color: #F7F7F7;
  }
  .zeh-build__figure {
    display: block;
    width: 100%;
  }
  .zeh-build__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-build__body {
    display: block;
    width: 100%;
    margin: 100px auto 0;
  }
  .zeh-build__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
  }
  .zeh-build__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .zeh-build__box {
    display: block;
    width: 100%;
    padding: 40px 30px;
    background-color: var(--white);
    border: 1px solid #CECECE;
  }
  .zeh-build__box:nth-child(n+2) {
    margin-top: 30px;
  }
  .zeh-build__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .zeh-build__title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .zeh-build__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .zeh-build__col-figure {
    display: block;
    width: 175px;
  }
  .zeh-build__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-build__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-top: 25px;
  }
}
@media screen and (min-width:768px) {
  .zeh-build  {
    display: block;
    width: 100%;
    padding-bottom: 140px;
    background-color: #F7F7F7;
  }
  .zeh-build__figure {
    display: block;
    width: 100%;
  }
  .zeh-build__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-build__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 100px auto 0;
  }
  .zeh-build__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
  }
  .zeh-build__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .zeh-build__box {
    display: block;
    width: 100%;
    padding: calc(40/860 * 100%) calc(30/860 * 100%);
    background-color: var(--white);
    border: 1px solid #CECECE;
  }
  .zeh-build__box:nth-child(n+2) {
    margin-top: 30px;
  }
  .zeh-build__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .zeh-build__title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .zeh-build__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
  }
  .zeh-build__col-figure {
    display: block;
    width: calc(175/800 * 100%);
  }
  .zeh-build__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .zeh-build__txt {
    display: block;
    width: calc(595/800 * 100%);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
}
/*
PAGE - support
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px)  {
  .support-intro {
    display: block;
    width: 100%;
    padding: 80px 0 60px;
    background-color: var(--white);
  }
  .support-intro__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .support-intro__fluid {
    display: block;
    width: 100%;
    padding: 40px 0 100px 0;
  }
  .support-intro__fluid > .container {
    padding: 0;
  }
  .support-intro__cols {
    position: relative;
    display: block;
    width: 100%;
  }
  .support-intro__col-figure {
    display: block;
    width: 100%;
  }
  .support-intro__col-figure > picture {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .support-intro__col-content {
    display: block;
    width: 100%;
    padding: 60px 30px 0;
    background-color: var(--white);
  }
  .support-intro__col-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
  .support-intro__col-txt {
    display: block;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .support-intro__timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .support-intro__timeline-figure {
    display: block;
    width: calc(100% + 40px);
  }
  .support-intro__timeline-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .support-intro__timeline-list {
    display: block;
    width: 100%;
    margin: 80px auto 0;
  }
  .support-intro__timeline-list > li {
    display: block;
    width: 100%;
  }
  .support-intro__timeline-list > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .support-intro__timeline-row {
    display: block;
    width: 100%;
  }
  .support-intro__timeline-row > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ACACAC;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    line-height: 26px;
    padding: 11px 15px 10px;
    text-align: center;
  }
  .support-intro__timeline-row > dd {
    display: block;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .support-intro__timeline-row > dd > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .support-intro {
    display: block;
    width: 100%;
    padding: 140px 0 230px;
    background-color: var(--white);
  }
  .support-intro__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .support-intro__fluid {
    display: block;
    width: 100%;
    padding: 100px 0;
  }
  .support-intro__fluid > .container {
    max-width: 1366px;
    padding: 0;
  }
  .support-intro__cols {
    position: relative;
    display: block;
    width: 100%;
  }
  .support-intro__col-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(810/1366 * 100%);
    height: 460px;
    overflow: hidden;
  }
  .support-intro__col-figure > picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .support-intro__col-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: calc(846/1366 * 100%);
    padding: calc(60/1360 * 100%) calc(78/1366 * 100%);
    background-color: var(--white);
  }
  .support-intro__col-title {
    display: block;
    max-width: 573px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
  }
  .support-intro__col-txt {
     display: block;
    max-width: 573px;
    width: 100%;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .support-intro__timeline {
    display: block;
    max-width: 828px;
    width: 100%;
    margin: 0 auto;
  }
  .support-intro__timeline-figure {
    display: block;
    width: 100%;
  }
  .support-intro__timeline-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .support-intro__timeline-list {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 80px auto 0;
  }
  .support-intro__timeline-list > li {
    display: block;
    width: 100%;
  }
  .support-intro__timeline-list > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .support-intro__timeline-row {
    display: block;
    width: 100%;
  }
  .support-intro__timeline-row > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 47px;
    background-color: #ACACAC;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    text-align: center;
  }
  .support-intro__timeline-row > dd {
    display: block;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
}
/*points*/
@media screen and (max-width:767px) {
  .support-points {
    display: block;
    width: 100%;
    padding:  100px 0 140px;
    background-color: #ECF1F7;
  }
  .support-points > .container {
    padding: 0 20px;
  }
  .support-points__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .support-points__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .support-points__header > span {
    font-size: 32px;
    color: #7B93AA;
  }
  .support-points__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .support-points__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .support-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding:40px 15px
  }
  .support-point:nth-child(n+2) {
    margin-top: 40px;
  }
  .support-point__icon {
    display: block;
    width: 175px;
  }
  .support-point__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .support-point__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .support-point__hgroup > span {
    display: block;
    width: auto;
    font-size: 50px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 40px;
  }
  .support-point__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
  }
  .support-point__subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--ttl-blue);
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .support-point__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .support-point__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .support-point__btns > a {
    max-width: 222px;
  }
  .support-point__btns > a > span {
    padding-right: 24px;
    background-image: url(./assets/images/support/icon-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14px;
  }
  .support-point__caution {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: right;
    margin-top: 15px;
  }
  .support-point__list {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .support-point__list > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.5px;
    color: var(--ttl-blue);
  }
  .support-point__list > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    padding-left: 15px;
  }
  .support-point__list > dd > span {
    color: var(--ttl-blue);
  }
}
@media screen and (min-width:768px) {
  .support-points {
    display: block;
    width: 100%;
    padding:  100px 0 140px;
    background-color: #ECF1F7;
  }
  .support-points__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .support-points__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .support-points__header > span {
    font-size: 50px;
    color: #7B93AA;
  }
  .support-points__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
  }
  .support-points__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
  .support-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(460/960 * 100%);
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: calc(40/960 * 100%) calc(30/960 * 100%);
  }
  .support-point:nth-child(n+3) {
    margin-top: 30px;
  }
  .support-point__icon {
    display: block;
    width: calc(175/430 * 100%);
  }
  .support-point__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .support-point__hgroup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 73px;
    margin-top: 20px;
  }
  .support-point__hgroup > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: auto;
    font-size: 50px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 40px;
  }
  .support-point__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    font-weight: 500;
    line-height: 33.8px;
    text-align: justify;
    word-break: break-all;
  }
  .support-point__subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--ttl-blue);
    text-align: justify;
    word-break: break-all;
  }
  .support-point__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .support-point__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .support-point__btns > a {
    max-width: 222px;
  }
  .support-point__btns > a > span {
    padding-right: 24px;
    background-image: url(./assets/images/support/icon-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14px;
  }
  .support-point__caution {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: right;
    margin-top: 15px;
  }
  .support-point__list {
    display: block;
    width: calc(320/430 * 100%);
    margin: 20px auto 0;
  }
  .support-point__list > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.5px;
    color: var(--ttl-blue);
  }
  .support-point__list > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    padding-left: 15px;
  }
  .support-point__list > dd > span {
    color: var(--ttl-blue);
  }
}
/*
PAGE - company
--------------------------------------------- */
/*info*/
@media screen and (max-width:767px) {
  .company-info {
    display: block;
    width: 100%;
    padding: 78px 0 120px;
    background-color: var(--white);
  }
  .company-info > .container {
    padding: 0;
  }
  .company-info__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .company-info__figure {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .company-info__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-info__tbl {
    width: calc(100% - 60px);
    border-collapse: collapse;
    margin: 100px auto 0;
  }
  .company-info__tbl tr th {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--ttl-blue);
    text-align: left;
    padding-top: 20px;
  }
  .company-info__tbl tr td {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding:10px 0 20px;
    border-bottom: 1px solid #F8F1E9;
  }

  .company-info__tbl tr td a {
    color: var(--font-color);
  }
  .company-info__tbl tr td a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
  }
  .company-info__list {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .company-info__list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .company-info__list > li:nth-child(n+2){
    margin-top: 10px;
  }
  .company-info__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  .company-info__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .company-info__sns-title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .company-info__sns-title > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 39.6px;
    color: var(--ttl-blue);
  }
  .company-info__sns-list {
    display: flex;
    justify-content: baseline;
    width: auto;
    margin-top: 25px;
  }
  .company-info__sns-list > li {
    display: block;
    width: auto;
    margin-right: 25px;
  }
  .company-info__sns-list > li:last-child {
    margin-right: 0;
  }
  .company-info__sns-list > li > a {
    display: block;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .company-info__sns-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-info__sns-list > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .company-info__sns-list > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .company-info__sns-list > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
  .company-info__map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 60px;
  }
  .company-info__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .company-info {
    display: block;
    width: 100%;
    padding: 140px 0 120px;
    background-color: var(--white);
  }
  .company-info__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .company-info__figure {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .company-info__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-info__tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 100px;
  }
  .company-info__tbl tr th {
    width: 204px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    padding-bottom: 30px;
    border-bottom: 1px solid #F8F1E9;
    text-align: left;
    vertical-align: top;
  }
  .company-info__tbl tr td {
    width: calc(100% - 204px);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #F8F1E9;
  }
  .company-info__tbl tr:not(:first-child) th,
  .company-info__tbl tr:not(:first-child) td {
    padding-top: 30px;
  }
  .company-info__tbl tr td a {
    color: var(--font-color);
  }
  .company-info__tbl tr td a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
  }
  .company-info__list {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .company-info__list > li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .company-info__list > li:nth-child(n+2){
    margin-top: 10px;
  }
  .company-info__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--ttl-blue);
    border-radius: 3px;
  }
  .company-info__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .company-info__sns-title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .company-info__sns-title > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 39.6px;
    color: var(--ttl-blue);
  }
  .company-info__sns-list {
    display: flex;
    justify-content: baseline;
    width: auto;
    margin-top: 25px;
  }
  .company-info__sns-list > li {
    display: block;
    width: auto;
    margin-right: 25px;
  }
  .company-info__sns-list > li:last-child {
    margin-right: 0;
  }
  .company-info__sns-list > li > a {
    display: block;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .company-info__sns-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-info__sns-list > li > a.instagram {
    background-image: url(./assets/images/icon-instagram.png);
  }
  .company-info__sns-list > li > a.facebook {
    background-image: url(./assets/images/icon-facebook.png);
  }
  .company-info__sns-list > li > a.youtube {
    background-image: url(./assets/images/icon-youtube.png);
  }
  .company-info__map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 352px;
    overflow: hidden;
    margin-top: 60px;
  }
  .company-info__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*profile*/
@media screen and (max-width:767px) {
  .company-profile {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 100px;
  }
  .company-profile__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .company-profile__header {
    display: block;
    width: auto;
    font-size: min(65px + (70 - 65) * ((100vw - 320px) / (375 - 320)), 70px);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 60px;
    color: #EFEFEF;
  }
  .company-profile__box {
    display: block;
    width: 100%;
    padding-top: 35px;
  }
  .company-profile__box + .company-profile__box {
    margin-top: 100px;
  }
  .company-profile__cols {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .company-profile__figure {
    position: relative;
    display: block;
    margin-left: auto;
  }
  .company-profile__figure::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    display: block;
    width: calc(264/373 * 100%);
    height: calc(270/321 * 100%);
    background-color: #F7F7F7;
  }
  .company-profile__figure::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    transform: translateX(-100%);
    display: block;
    width: 253px;
    height: calc(270/321 * 100%);
    background-color: #F7F7F7;
  }
  .company-profile__box:nth-child(3) .company-profile__figure::after,
  .company-profile__box:nth-child(3) .company-profile__figure::before,
  .company-profile__box:nth-child(4) .company-profile__figure::after,
  .company-profile__box:nth-child(4) .company-profile__figure::before {
    height: calc(157/199 * 100%);
  }
  .company-profile__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-profile__box:nth-child(2) .company-profile__figure {
    width: calc(215/330 * 100%);
  }
  .company-profile__box:nth-child(3) .company-profile__figure {
    width: calc(300/330 * 100%);
  }
  .company-profile__box:nth-child(4) .company-profile__figure {
    width: calc(300/330 * 100%);
  }
  .company-profile__content {
    display: block;
    padding-left: 80px;
    width: 100%;
    margin-top: 50px;
  }
  .company-profile__name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.5px;
  }
  .company-profile__name::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--ttl-blue);
  }
  .company-profile__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .company-profile__list > li {
    position: relative;
    display: block;
    line-height: 27.2px;
    font-weight: 500;
    padding-left: 20px;
  }
  .company-profile__list > li > span {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: var(--ttl-blue);
  }
  .company-profile__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .company-profile__block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-profile__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .company-profile__row + .company-profile__row {
    margin-top: 30px;
  }
  .company-profile__row > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .company-profile__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .company-profile__row + p {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .company-profile {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 180px;
  }
  .company-profile__body {
    position: relative;
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .company-profile__header {
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    width: auto;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 60px;
    color: #EFEFEF;
  }
  .company-profile__box {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .company-profile__box + .company-profile__box {
    margin-top: 100px;
  }
  .company-profile__cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .company-profile__figure {
    position: relative;
    display: block;
  }
  .company-profile__figure::after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    display: block;
    width: calc(264/373 * 100%);
    height: calc(471/560 * 100%);
    background-color: #F7F7F7;
  }
  .company-profile__figure::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    transform: translateX(-100%);
    display: block;
    width: 253px;
    height: calc(471/560 * 100%);
    background-color: #F7F7F7;
  }
  .company-profile__box:nth-child(3) .company-profile__figure::after,
  .company-profile__box:nth-child(3) .company-profile__figure::before,
  .company-profile__box:nth-child(4) .company-profile__figure::after,
  .company-profile__box:nth-child(4) .company-profile__figure::before {
    height: calc(300/320 * 100%);
  }
  .company-profile__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-profile__box:nth-child(2) .company-profile__figure {
    width: calc(373/860 * 100%);
  }
  .company-profile__box:nth-child(3) .company-profile__figure {
    width: calc(480/860 * 100%);
  }
  .company-profile__box:nth-child(4) .company-profile__figure {
    width: calc(480/860 * 100%);
  }
  .company-profile__content {
    display: block;
    padding-left: 80px;
  }
  .company-profile__box:nth-child(2) .company-profile__content {
    width: 50%;
  }
  .company-profile__box:nth-child(3) .company-profile__content {
    width: calc(320/860 * 100%);
  }
  .company-profile__box:nth-child(4) .company-profile__content {
    width: calc(320/860 * 100%);
  }
  .company-profile__name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.5px;
  }
  .company-profile__name::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--ttl-blue);
  }
  .company-profile__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .company-profile__list > li {
    display: block;
    line-height: 27.2px;
    font-weight: 500;
  }
  .company-profile__list > li > span {
    font-size: 12px;
    color: var(--ttl-blue);
  }
  .company-profile__list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .company-profile__block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .company-profile__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .company-profile__row + .company-profile__row {
    margin-top: 30px;
  }
  .company-profile__row > dt {
    display: block;
    width: 74px;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
  }
  .company-profile__row > dd {
    display: block;
    width: calc(100% - 74px);
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile__row + p {
    margin-top: 60px;
  }
}
/*story*/
@media screen and (max-width:767px) {
  .company-story {
    display: block;
    width: 100%;
    padding: 88px 0 140px;
    background-color: #EFEFEF;
  }
  .company-story > .container {
    padding:  0 20px;
  }
  .company-story__body {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .company-story__header {
    position: absolute;
    top: -138px;
    right: -20px;
    display: block;
    width: auto;
    font-size: min(65px + (70 - 65) * ((100vw - 320px) / (375 - 320)), 70px);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 60px;
    color: #EFEFEF;
  }
  .company-story__timeline {
    display: block;
    width: 100%;
  }
  .company-story__timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 46px;
  }
  .company-story__timeline > li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--ttl-blue);
  }
  .company-story__timeline > li::after {
    content: "";
    position: absolute;
    left: 4px;
    display: block;
    width: 2px;
    background-color: var(--ttl-blue);
  }
  .company-story__timeline > li:not(:first-child,:last-child)::after {
    top:0px;
    height: calc(100% + 20px);
  }
  .company-story__timeline > li:first-child::after {
    top: 50%;
    height: calc(50% + 20px);
  }
  .company-story__timeline > li:last-child::after {
    top: 0;
    height:50%;
  }
  .company-story__timeline > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .company-story__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 30px 20px 24px;
    background-color: var(--white);
  }
  .company-story__box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 16px 26px 0px;
    border-color: transparent #FFFFFF transparent transparent;
  }
  .company-story__content {
    display: block;
    width: 100%;
  }
  .company-story__badge {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .company-story__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .company-story__btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .company-story__btn {
    display: block;
    width: auto;
    padding-right: 21px;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    background-image: url(./assets/images/company/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
  }
  .company-story__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-story__figure {
    display: block;
    width: 182px;
    margin-top: 30px;
  }
  .company-story__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .company-story {
    display: block;
    width: 100%;
    padding: 120px 0 140px;
    background-color: #EFEFEF;
  }
  .company-story__body {
    position: relative;
    display: block;
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
  }
  .company-story__header {
    position: absolute;
    top: -170px;
    right: -20px;
    display: block;
    width: auto;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 60px;
    color: #EFEFEF;
  }
  .company-story__timeline {
    display: block;
    width: 100%;
  }
  .company-story__timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 56px;
  }
  .company-story__timeline > li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--ttl-blue);
  }
  .company-story__timeline > li::after {
    content: "";
    position: absolute;
    left: 4px;
    display: block;
    width: 2px;
    background-color: var(--ttl-blue);
  }
  .company-story__timeline > li:not(:first-child,:last-child)::after {
    top:0px;
    height: calc(100% + 20px);
  }
  .company-story__timeline > li:first-child::after {
    top: 50%;
    height: calc(50% + 20px);
  }
  .company-story__timeline > li:last-child::after {
    top: 0;
    height:50%;
  }
  .company-story__timeline > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .company-story__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px calc(70/762 * 100%) 20px calc(44/762 * 100%);
    background-color: var(--white);
  }
  .company-story__box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 16px 26px 0px;
    border-color: transparent #FFFFFF transparent transparent;
  }
  .company-story__content {
    display: block;
    width: calc(425/648 * 100%);
  }
  .company-story__badge {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
  }
  .company-story__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .company-story__btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .company-story__btn {
    display: block;
    width: auto;
    padding-right: 21px;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 24px;
    background-image: url(./assets/images/company/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
  }
  .company-story__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-story__figure {
    display: block;
    width: calc(182/648 * 100%);
  }
  .company-story__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - yukkuribako
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .yukkuribako-intro {
    display: block;
    width: 100%;
    padding: 78px 0 100px;
    background-color: var(--white);
  }
  .yukkuribako-intro > .container {
    padding: 0 10px;
  }
  .yukkuribako-intro__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 20px;
  }
  .yukkuribako-intro__good-design {
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 60px auto 0;
  }
  .yukkuribako-intro__good-design > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-intro__good-design + p {
    margin-top: 10px;
    font-family: var(--gothic);
    font-weight: 600;
    text-align: center;
    padding: 0;
  }
  .yukkuribako-intro__good-design + p > span {
    color: #B90000;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-intro {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .yukkuribako-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }
  .yukkuribako-intro__good-design {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 60px auto 0;
  }
  .yukkuribako-intro__good-design > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-intro__good-design + p {
    margin-top: 10px;
    font-family: var(--gothic);
    font-weight: 600;
  }
  .yukkuribako-intro__good-design + p > span {
    color: #B90000;
  }
}
/*parallax*/
@media screen and (max-width:767px) {
  .yukkuribako-parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/yukkuribako/parallax-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .yukkuribako-parallax__block {
    display: block;
    width: 100%;
    height: 470px;
    background: transparent;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/yukkuribako/parallax-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .yukkuribako-parallax__block {
    display: block;
    width: 100%;
    height: 470px;
    background: transparent;
  }
}
/*concept*/
@media screen and (max-width:767px) {
  .yukkuribako-concept {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .yukkuribako-concept__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-concept__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-concept__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-concept__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-concept__content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .yukkuribako-concept__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-concept__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .yukkuribako-concept__column {
    display: block;
    width: 100%;
  }
  .yukkuribako-concept__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .yukkuribako-concept__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-concept__columns + p {
    margin-top: 50px;
  }
  .yukkuribako-concept__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .yukkuribako-concept__btns > a {
    max-width: 261px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-concept {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .yukkuribako-concept__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-concept__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-concept__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-concept__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-concept__content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .yukkuribako-concept__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-concept__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .yukkuribako-concept__column {
    display: block;
    width: calc(362/860 * 100%);
  }
  .yukkuribako-concept__figure {
    display: block;
    width: calc(459/860 * 100%);
  }
  .yukkuribako-concept__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-concept__columns + p {
    margin-top: 40px;
  }
  .yukkuribako-concept__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 74px;
  }
  .yukkuribako-concept__btns > a {
    max-width: 261px;
  }
}
/*activity*/
@media screen and (max-width:767px) {
  .yukkuribako-activity {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: #FAF8F5;
  }
  .yukkuribako-activity > .container {
    padding: 0 20px;
  }
  .yukkuribako-activity__bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 398px;
    overflow: hidden;
  }
  .yukkuribako-activity__bnr > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .yukkuribako-activity__content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: -50px auto 0;
    padding: 50px 30px;
    background-color: var(--white);
  }
  .yukkuribako-activity__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-activity__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .yukkuribako-activity__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28.6px;
    font-weight: 500;
    color: #7B93AA;
    margin-top: 30px;
  }
  .yukkuribako-activity__title + p {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-activity {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: #FAF8F5;
  }
  .yukkuribako-activity__bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .yukkuribako-activity__bnr > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .yukkuribako-activity__content {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 760px;
    width: 100%;
    margin: -200px auto 0;
    padding: calc(50/1100 * 100%) calc(80/1100 * 100%);
    background-color: var(--white);
  }
  .yukkuribako-activity__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-activity__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .yukkuribako-activity__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28.6px;
    font-weight: 500;
    color: #7B93AA;
    margin-top: 30px;
  }
  .yukkuribako-activity__title + p {
    margin-top: 20px;
  }
}
/*gallery*/
@media screen and (min-width:0px) {
  .yukkuribako-gallery {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .yukkuribako-gallery__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-gallery__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-gallery__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-gallery__figure {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .yukkuribako-gallery__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*story*/
@media screen and (max-width:767px) {
  .yukkuribako-story {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #FAF8F5;
  }
  .yukkuribako-story > .container {
    padding: 0 20px;
  }
  .yukkuribako-story__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-story__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-story__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-story__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-story__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #7B93AA;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
  }
  .yukkuribako-story__timeline {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .yukkuribako-story__timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .yukkuribako-story__timeline > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .yukkuribako-story__timeline > li::before {
    content: "";
    position: absolute;
    top: 166px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #7B93AA;
  }
  .yukkuribako-story__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 168px;
    left: 4px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #7B93AA;
  }
  .story-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 30px 20px 20px;
    background-color: var(--white);
  }
  .story-timeline::before {
    content: "";
    position: absolute;
    top: 146px;
    left: -16px;
    display: block;
    width: 16px;
    height: 52px;
    border-style: solid;
    border-width: 26px 16px 26px 0px;
    border-color: transparent var(--white) transparent transparent;
  }
  .story-timeline__hgroup {
    display: block;
    width: 100%;
  }
  .story-timeline__badge {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #7B93AA;
    margin-top: 20px;
  }
  .story-timeline__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .story-timeline__figure {
    display: block;
    width: calc(182/250 * 100%);
    margin-top: 30px;
  }
  .story-timeline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline__trigger {
    position: relative;
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px;
    margin: 30px 0 0 auto;
    cursor: pointer;
  }
  .story-timeline__trigger:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .story-timeline__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(./assets/images/yukkuribako/icon-trigger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease;
  }
  .story-timeline__trigger.active::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .story-timeline + p {
    margin-top: 50px;
  }
  .story-timeline-box {
    display: none;
    width: 100%;
  }
  .story-timeline-box__txt {
    display: block;
    width: calc(216/250 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 25px;
    margin-left: auto;
  }
  .story-timeline-box__wrap {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .story-timeline-box__columns {
    display: flex;
    flex-direction: column;
    width: calc(216/250 * 100%);
    margin-left: auto;
  }
  .story-timeline-box__columns + .story-timeline-box__columns {
    margin-top: 50px;
  }
  .story-timeline-box__column-figure {
    display: block;
    width: calc(183/216 * 100%);
  }
  .story-timeline-box__column-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline-box__column {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .story-timeline-box__column-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    color: #7B93AA;
    background-image: linear-gradient(#7B93AA,#7B93AA);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
  }
  .story-timeline-box__column-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .story-timeline-box__cols {
    display: flex;
    flex-direction: column;
    width: calc(216/250 * 100%);
    margin-top: 30px;
    margin-left: auto;
  }
  .story-timeline-box__col-figure {
    display: block;
    width: 100%;
  }
  .story-timeline-box__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline-box__col-figure_caption {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color:#ACACAC;
    font-family: var(--gothic);
    margin-top: 5px;
    text-align: center;
  }
  .story-timeline-box__col-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .yukkuribako-story-block {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .yukkuribako-story-block__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .yukkuribako-story-block__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .yukkuribako-story-block__link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    width: 100%;
    height: 42px;
    background-color: #333333;
    font-size: 15px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
  }
  .yukkuribako-story-block__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .yukkuribako-story-block__link:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media screen and (max-width:359px) {
  .yukkuribako-story-block__title {
    font-size: 14px;
  }
  .yukkuribako-story-block__link {
    font-size: 13px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-story {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #FAF8F5;
  }
  .yukkuribako-story__body {
    display: block;
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-story__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-story__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-story__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-story__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    color: #7B93AA;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
  }
  .yukkuribako-story__timeline {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .yukkuribako-story__timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 56px;
  }
  .yukkuribako-story__timeline > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .yukkuribako-story__timeline > li::before {
    content: "";
    position: absolute;
    top: 83px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #7B93AA;
  }
  .yukkuribako-story__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 85px;
    left: 4px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #7B93AA;
  }
  .story-timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px calc(70/762 * 100%) 20px calc(44/762 * 100%);
    background-color: var(--white);
  }
  .story-timeline::before {
    content: "";
    position: absolute;
    top: 62px;
    left: -16px;
    display: block;
    width: 16px;
    height: 52px;
    border-style: solid;
    border-width: 26px 16px 26px 0px;
    border-color: transparent var(--white) transparent transparent;
  }
  .story-timeline__hgroup {
    display: block;
    width: calc(428/648 * 100%);
  }
  .story-timeline__badge {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #7B93AA;
    margin-top: 20px;
  }
  .story-timeline__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
  }
  .story-timeline__figure {
    display: block;
    width: calc(182/648 * 100%);
  }
  .story-timeline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline__trigger {
    position: relative;
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px;
    margin: -38px 0 0 calc(334/648 * 100%);
    cursor: pointer;
  }
  .story-timeline__trigger:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .story-timeline__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(./assets/images/yukkuribako/icon-trigger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease;
  }
  .story-timeline__trigger.active::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .story-timeline + p {
    margin-top: 40px;
  }
  .story-timeline-box {
    display: none;
    width: 100%;
  }
  .story-timeline-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 25px;
  }
  .story-timeline-box__wrap {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .story-timeline-box__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .story-timeline-box__columns + .story-timeline-box__columns {
    margin-top: 40px;
  }
  .story-timeline-box__column-figure {
    display: block;
    width: calc(267/648 * 100%);
  }
  .story-timeline-box__column-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline-box__column {
    display: block;
    width: 50%;
    padding-right: 5px;
  }
  .story-timeline-box__column-title {
    display: block;
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    color: #7B93AA;
    background-image: linear-gradient(#7B93AA,#7B93AA);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
  }
  .story-timeline-box__column-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .story-timeline-box__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .story-timeline-box__col-figure {
    display: block;
    width: 50%;
  }
  .story-timeline-box__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .story-timeline-box__col-figure_caption {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color:#ACACAC;
    font-family: var(--gothic);
    margin-top: 5px;
    text-align: center;
  }
  .story-timeline-box__col-txt {
    display: block;
    width: calc(298/648 * 100%);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-story-block {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .yukkuribako-story-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
  }
  .yukkuribako-story-block__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .yukkuribako-story-block__link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 42px;
    background-color: #333333;
    font-size: 15px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .yukkuribako-story-block__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .yukkuribako-story-block__link:nth-child(n+2) {
    margin-top: 25px;
  }
}
/*spec*/
@media screen and (max-width:767px) {
  .yukkuribako-spec {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .yukkuribako-spec > .container {
    padding: 0 10px;
  }
  .yukkuribako-spec__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-spec__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .yukkuribako-spec__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-spec__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-spec__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
    padding: 0 20px;
  }
  .yukkuribako-spec__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 60px 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,.05);
  }
  .yukkuribako-spec__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-spec__box + .yukkuribako-spec__box {
    margin-top: 60px;
  }
  .yukkuribako-spec__box-figure {
    display: block;
    width: calc(300/310 * 100%);
  }
  .yukkuribako-spec__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-spec__box-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .yukkuribako-spec__box-title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 30px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .yukkuribako-spec__box-title::first-letter {
    font-size: 30px;
    line-height: 30px;
  }
  .yukkuribako-spec__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
    padding: 0 5px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-spec {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .yukkuribako-spec__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-spec__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .yukkuribako-spec__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .yukkuribako-spec__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    margin-top: 13px;
  }
  .yukkuribako-spec__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
  .yukkuribako-spec__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: calc(50/860 * 100%) calc(30/860 * 100%);
    background-color: var(--white);
    box-shadow: 0 3px 6px rgba(0,0,0,.05);
  }
  .yukkuribako-spec__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .yukkuribako-spec__box + .yukkuribako-spec__box {
    margin-top: 50px;
  }
  .yukkuribako-spec__box-figure {
    display: block;
    width: calc(300/800 * 100%);
  }
  .yukkuribako-spec__box-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .yukkuribako-spec__box-content {
    display: block;
    width: calc(470/800 * 100%);
  }
  .yukkuribako-spec__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--ttl-blue);
    line-height: 34px;
    padding-left: 15px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3px 100%;
  }
  .yukkuribako-spec__box-title::first-letter {
    font-size: 34px;
    line-height: 30px;
  }
  .yukkuribako-spec__box-txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
/*use*/
@media screen and (max-width:767px) {
  .yukkuribako-use {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--white);
  }
  .yukkuribako-use > .container {
    padding: 0 20px;
  }
  .yukkuribako-use__bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 398px;
    overflow: hidden;
  }
  .yukkuribako-use__bnr > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .yukkuribako-use__content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: -50px auto 0;
    padding: 50px 30px;
    background-color: var(--white);
  }
  .yukkuribako-use__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 100px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-use__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .yukkuribako-use__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28.6px;
    font-weight: 500;
    color: #7B93AA;
    margin-top: 30px;
  }
  .yukkuribako-use__title + p {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-use {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--white);
  }
  .yukkuribako-use__bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .yukkuribako-use__bnr > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .yukkuribako-use__content {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 760px;
    width: 100%;
    margin: -200px auto 0;
    padding: calc(50/1100 * 100%) calc(80/1100 * 100%);
    background-color: var(--white);
  }
  .yukkuribako-use__header {
    display: block;
    max-width: 860px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--ttl-blue),var(--ttl-blue)),linear-gradient(#DDDDDD,#DDDDDD);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left,bottom left;
    background-size: 160px 1px,100% 1px;
    text-align: justify;
    word-break: break-all;
  }
  .yukkuribako-use__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .yukkuribako-use__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28.6px;
    font-weight: 500;
    color: #7B93AA;
    margin-top: 30px;
  }
  .yukkuribako-use__title + p {
    margin-top: 20px;
  }
}
/*place*/
@media screen and (max-width:767px) {
  .yukkuribako-place {
    display: block;
    width: 100%;
    padding: 120px 0 min(305px + (500 - 305) * ((100vw - 320px) / (767 - 320)),500px);
    background-color: #68C8F2;
    background-image: url(./assets/images/yukkuribako/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .yukkuribako-place__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-place__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
  }
  .yukkuribako-place__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-place {
    display: block;
    width: 100%;
    padding: 120px 0 min(400px + (747 - 400) * ((100vw - 768px) / (1920 - 768)),747px);
    background-color: #68C8F2;
    background-image: url(./assets/images/yukkuribako/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .yukkuribako-place__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .yukkuribako-place__header {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
  }
  .yukkuribako-place__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
}
/*footer*/
@media screen and (max-width:767px) {
  .yukkuribako-footer {
    display: block;
    width: 100%;
    padding: 120px 0 120px;
    background-color: var(--white);
  }
  .yukkuribako-footer__txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .yukkuribako-footer {
    display: block;
    width: 100%;
    padding: 120px 0 160px;
    background-color: var(--white);
  }
  .yukkuribako-footer__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
  }
}
/*
PAGE - reason
--------------------------------------------- */
/*points*/
@media screen and (max-width:767px) {
  .reason-points {
    display: block;
    width: 100%;
  }
  .reason-box {
    display: block;
    width: 100%;
    padding: 78px 0 80px;
    background-color: var(--white);
  }
  .reason-box + .reason-box {
    padding: 60px 0 60px;
  }
  .reason-box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .reason-box__content {
    display: block;
    width: 100%;
  }
  .reason-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25px;
    height: 100%;
  }
  .reason-box__header > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25px;
    height: 100%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
  }
  .reason-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .reason-box__content-figure {
    display: block;
    width: calc(100% + 60px);
    margin: 40px 0 0 -30px;
  }
  .reason-box__content-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    margin-top: 34px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__figure-wrap {
    display: none;
  }
  .reason-box__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
  }
  .reason-box__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px 5px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .reason-box__btn + .reason-box__btn {
    margin-top: 30px;
  }
  .reason-box__btn:hover {
    background-size: 100% 2px;
  }
}
@media screen and (min-width:768px) {
  .reason-points {
    display: block;
    width: 100%;
  }
  .reason-box {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .reason-box + .reason-box {
    padding: 100px 0 100px;
  }
  .reason-box:nth-child(odd) {
    background-color: #FAF8F5;
  }
  .reason-box__content {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
  }
  .reason-box__header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 100%;
  }
  .reason-box__header > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 100%;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
  }
  .reason-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__content-figure {
    display: none;
  }
  .reason-box__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 2;
    margin-top: 34px;
    text-align: justify;
    word-break: break-all;
  }
  .reason-box__figure-wrap {
    display: block;
    max-width: 1920px;
    width: 100%;
    margin: 40px auto 0;
  }
  .reason-box:nth-child(odd) .reason-box__figure-wrap {
    padding-left: max(90px, calc(((100% - 1140px) / 2) + 140px));
  }
  .reason-box:nth-child(even) .reason-box__figure-wrap {
    padding-right: max(90px, calc(((100% - 1140px) / 2) + 140px));
  }
  .reason-box__figure {
    display: block;
    width: 100%;
  }
  .reason-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
  }
  .reason-box__btn {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px 5px;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 1px;
    transition: background-size 0.3s ease;
  }
  .reason-box__btn + .reason-box__btn {
    margin-top: 30px;
  }
  .reason-box__btn:hover {
    background-size: 100% 2px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-box__title {
    font-size: 22px;
  }
  .reason-box:nth-child(odd) .reason-box__figure-wrap {
    padding-left: max(20px, calc(((100% - 728px) / 2) + 70px));
  }
  .reason-box:nth-child(even) .reason-box__figure-wrap {
    padding-right: max(20px, calc(((100% - 728px) / 2) + 70px));
  }
}
@media screen and (min-width:1921px) {
  .reason-box:nth-child(odd) .reason-box__figure-wrap {
    padding-left: max(90px, calc(((1920px - 1140px) / 2) + 140px));
  }
  .reason-box:nth-child(even) .reason-box__figure-wrap {
    padding-right: max(90px, calc(((1920px - 1140px) / 2) + 140px));
  }
}
/*philosophy*/
@media screen and (max-width:767px) {
  .reason-philosophy {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .reason-philosophy__figure {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .reason-philosophy__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-philosophy__body {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 60px 10px;
  }
  .reason-philosophy__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .reason-philosophy__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .reason-philosophy__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 14px;
  }
  .reason-philosophy__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (max-width:359px) {
  .reason-philosophy__header > span:nth-child(1) {
    font-size: 20px;
  }
  .reason-box__btn {
    font-size: 14px;
    padding: 0 15px 5px;
  }
}
@media screen and (min-width:768px) {
  .reason-philosophy {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: #FAF8F5;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 350px
  }
  .reason-philosophy__figure {
    display: block;
    max-width: 754px;
    width: 100%;
    margin: 0 auto;
  }
  .reason-philosophy__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-philosophy__body {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: -50px auto 0;
    background-color: var(--white);
    padding: calc(70/1100 * 100%) calc(40/1100 * 100%);
  }
  .reason-philosophy__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .reason-philosophy__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: var(--font-color);
  }
  .reason-philosophy__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--ttl-blue);
    margin-top: 13px;
  }
  .reason-philosophy__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-philosophy {
    background-size: 100% 275px;
  }
  .reason-philosophy__figure {
    max-width: 628px;
  }
}
/*
PAGE - concept
--------------------------------------------- */
@media screen and (min-width:768px) {
  .page-mv.concept-mv + .breadcrumb-wrapper,
  .page-contents.page-concept {
    background-color: #FAF8F5;
  }
}
/*hygge*/
@media screen and (max-width:767px) {
  .concept-hygge {
    display: block;
    width: 100%;
    padding: 78px 0 80px;
  }
  .concept-hygge__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__header > span:first-child {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .concept-hygge__header > span:last-child {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 15px;
  }
  .concept-hygge__box-wrap {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .concept-hygge__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__box + .concept-hygge__box {
    margin-top: 60px;
  }
  .concept-hygge__figure {
    display: block;
    width: calc(100% + 60px);
  }
  .concept-hygge__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-hygge__box-content {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .concept-hygge__box-txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
  }
  .concept-hygge__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (max-width:359px) {
  .concept-hygge__header > span:first-child {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .concept-hygge {
    display: block;
    width: 100%;
    padding: 140px 0 80px;
  }
  .concept-hygge > .container {
    max-width: 100%;
    padding: 0 0;
  }
  .concept-hygge__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__header > span:first-child {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
  }
  .concept-hygge__header > span:last-child {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 20px;
  }
  .concept-hygge__box-wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .concept-hygge__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .concept-hygge__figure {
    display: block;
    width: calc(583/1366 * 100%);
  }
  .concept-hygge__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-hygge__box-content {
    display: block;
    width: 50%;
  }
  .concept-hygge__box-txt {
    display: block;
    max-width: 384px;
    width: 100%;
    text-align: justify;
    word-break: break-all;
  }
  .concept-hygge__box:nth-child(1) .concept-hygge__box-txt {
    margin-right:auto;
    padding-right: 20px;
  }
  .concept-hygge__box:nth-child(2) .concept-hygge__box-txt {
    margin-left: auto;
    padding-left: 20px;
  }
  .concept-hygge__txt {
    display: block;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
  }
}
@media screen and (min-width:1025px) {
  .concept-hygge {
    display: block;
    width: 100%;
    padding: 140px 0 80px;
  }
  .concept-hygge > .container {
    max-width: 1366px;
    padding: 0 0;
  }
  .concept-hygge__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__header > span:first-child {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
  }
  .concept-hygge__header > span:last-child {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 20px;
  }
  .concept-hygge__box-wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .concept-hygge__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .concept-hygge__box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .concept-hygge__figure {
    display: block;
    width: calc(583/1366 * 100%);
  }
  .concept-hygge__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-hygge__box-content {
    display: block;
    width: 50%;
  }
  .concept-hygge__box-txt {
    display: block;
    max-width: 450px;
    width: 100%;
    text-align: justify;
    word-break: break-all;
  }
  .concept-hygge__box:nth-child(1) .concept-hygge__box-txt {
    margin-right:auto;
    padding-right: 20px;
  }
  .concept-hygge__box:nth-child(2) .concept-hygge__box-txt {
    margin-left: auto;
    padding-left: 20px;
  }
  .concept-hygge__txt {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
    margin: 60px auto 0;
  }
}
/*living*/
@media screen and (max-width:767px) {
  .concept-living {
    display: block;
    width: 100%;
    padding: 80px 0 60px;
    background-color: #F7F3ED;
  }
  .concept-living__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .concept-living__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px;
  }
  .concept-living__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .concept-living__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .concept-living__figure {
    display: block;
    width: calc(100% + 40px);
  }
  .concept-living__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-living__column-txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .concept-living {
    display: block;
    width: 100%;
    padding: 80px 0 60px;
    background-color: #F7F3ED;
  }
  .concept-living__body {
    display: block;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
  .concept-living__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    margin-bottom: 50px;
  }
  .concept-living__txt {
    display: block;
    max-width: 860px;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .concept-living__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .concept-living__figure {
    display: block;
    width: calc(370/930 * 100%);
  }
  .concept-living__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-living__column-txt {
    display: block;
    width: calc(510/930 * 100%);
    text-align: justify;
    word-break: break-all;
  }
}
/*culture*/
@media screen and (max-width:767px) {
  .concept-culture {
    display: block;
    width: 100%;
    padding: 60px 0 120px;
  }
  .concept-culture__intro {
    display: block;
    width: 100%;
  }
  .concept-culture__intro > .container {
    padding: 0 0;
  }
  .concept-culture__intro-body {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 130px;
  }
  .concept-culture__box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 370px;
    width: calc(100% - 15px);
    padding: 40px 10px 40px 40px;
    background-color: rgba(126,166,191,.9);
  }
  .concept-culture__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    color: var(--white);
  }
  .concept-culture__header > small {
    font-size: 14px;
    padding-left: 10px;
  }
  .concept-culture__txt {
    display: block;
    width: 100%;
    color: var(--white);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .concept-culture__figure {
    display: block;
    width: 100%;
  }
  .concept-culture__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-culture__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .concept-culture__column-txt {
    display: block;
    width:100%;
    text-align: justify;
    word-break: break-all;
  }
  .concept-culture__column-figure {
    display: block;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 60px;
  }
  .concept-culture__column-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-culture__banner {
    display: block;
    width: calc(100% + 60px);
    margin-top: 60px;
    margin-left: -30px;
  }
  .concept-culture__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .concept-culture {
    display: block;
    width: 100%;
    padding: 60px 0 140px;
  }
  .concept-culture__intro {
    display: block;
    width: 100%;
  }
  .concept-culture__intro > .container {
    max-width: 1366px;
    padding: 0 0;
  }
  .concept-culture__intro-body {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .concept-culture__box {
    position: absolute;
    top: 0;
    left: calc(130/1366 * 100%);
    display: block;
    width: calc(813/1366 * 100%);
    padding: calc(40/1366 * 100%) calc(40/1366 * 100%) calc(40/1366 * 100%) calc(123/1366 * 100%);
    background-color: rgba(126,166,191,.9);
  }
  .concept-culture__header {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    color: var(--white);
  }
  .concept-culture__txt {
    display: block;
    width: 100%;
    color: var(--white);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .concept-culture__header > small {
    font-size: 14px;
    padding-left: 10px;
  }
  .concept-culture__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(1000/1366 * 100%);
    height: 500px;
    margin-left: auto;
  }
  .concept-culture__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .concept-culture__columns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 60px;
  }
  .concept-culture__column-txt {
    display: block;
    width: calc(430/1100 * 100%);
    text-align: justify;
    word-break: break-all;
    margin-right: calc(50/1100 * 100%);
    padding-top: 25px;
  }
  .concept-culture__column-figure {
    display: block;
    width: calc(500/1100 * 100%);
  }
  .concept-culture__column-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .concept-culture__banner {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .concept-culture__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
