/*
Theme Name:  SOIS
Theme URI:
Author:  SOIS
Author URI:
Description:
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap'); */
: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;
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
  width: 100%;
}
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 15px;
}
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: 700;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-size: 15px;
}
/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  border: none;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}
/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers.
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
  height:auto;
}
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;
  --red:#F1464E;
  --grey:#F8F8F8;
}

/* 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;
  overflow-x: hidden;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (min-width:375px) {
  .sm-only {
    display: none;
  }
}
@media screen and (max-width:1024px){
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */
/*headline*/
@media screen and (max-width:1024px) {
  .site-header__headline {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 2px 0;
  }
  .site-header__headline-txt {
    display: -webkit-box;
    width: 100%;
    font-size: 8px;
    line-height: 11px;
    color: #888888;
    font-weight: 500;
    letter-spacing: 0.05em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width:1025px) {
  .site-header__headline {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 5px 0;
  }
  .site-header__headline-txt {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 20px;
    color: #888888;
    font-weight: 500;
    letter-spacing: 0.05em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
/*header*/
@media screen and (max-width:1024px) {
  .site-header.homepage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background-color: var(--white);
    transform: translateY(-150px);
    transition: 0.3s ease;
  }
  .site-header.subpage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background-color: var(--white);
    /*transform: translateY(-150px);*/
    transition: 0.3s ease;
  }
  /*
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }*/
  .site-header.homepage.sticky,
  .site-header.homepage.fixed {
    transform: translateY(0);
    /*animation-name: stickyslideDown;
    animation-duration: 0.3s;
    animation-fill-mode: both;*/
  }
  .site-header.subpage.sticky,
  .site-header.subpage.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*animation-name: stickyslideDown;
    animation-duration: 0.3s;
    animation-fill-mode: both;*/
  }
  .site-header__logo {
    display: block;
    width: 100px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__nav {
    display: none;
  }
  .mobile-nav-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    width: 33px;
    height: 40px;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33px;
    height: 22px;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger > i {
    font-size: 10px;
    line-height: 13px;
    color: var(--red);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 0px;
    right: -2px;
    transform: translateY(10px) rotate(-30deg);
    width: calc(100% + 5px);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2) {
    display: none;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 0px;
    right: -2px;
    transform: translateY(-10px) rotate(30deg);
    width: calc(100% + 5px);
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-left: 50px;
    background-color: var(--white);
    transform: translateY(-150px);
    transition: 0.3s ease;
  }
  .site-header.sticky {
    transform: translateY(0);
  }
  .site-header__logo {
    display: block;
    width: 100px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100px;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .site-header__nav-pc > li {
    display: flex;
    align-items: center;
    width: auto;
    padding: 15px min(34px + (50 - 34) * ((100vw - 1025px) / (1366 - 1025)), 50px);
  }
  .site-header__nav-pc > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 0.05em;
    line-height: 20px;
  }
  .site-header__nav-pc > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 100px;
    background-color: var(--red);
  }
  .site-header__contact > span {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-top: 26px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 23px auto;
  }
  .site-header__contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
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.2);
    z-index: 992;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    padding-left: 20px;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile-outer {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 375px;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    overflow-y: scroll;
    margin-left: auto;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    padding: 60px 0 120px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #F5F5F5;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .site-nav-mobile__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 210px;
    width: 100%;
    height: 62px;
    border: 1px solid var(--red);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    color: var(--red);
  }
  .site-btn:hover {
    transition: 0.3s ease;
    background-color: #FCF7F7;
  }
  /*arrow btn*/
  .arrow-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 84px;
    height: 50px;
    cursor: pointer;
  }
  .arrow-btn > span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .arrow-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .arrow-btn:hover > span {
    background-color: #FCF7F7;
  }
  .arrow-btn:hover::before {
    left: 5px;
  }
}
@media screen and (max-width:767px) {
  .site-btn {
    height: 50px;
  }
}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-footer {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*shop*/
@media screen and (max-width:767px) {
  .site-shop {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/cta/cta-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-shop > .container {
    padding: 0 30px;
  }
  .site-shop-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.7);
    margin: 0 auto;
  }
  .site-shop-logo {
    display: block;
    width: 100%;
  }
  .site-shop-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-shop-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 30px 0 15px;
  }
  .site-shop-title > span:nth-child(1) {
    font-size: min(28px + (30 - 28) * ((100vw - 320px) / (390 - 320)), 30px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--font-color);
    line-height: 1;
  }
  .site-shop-title > span:nth-child(2) {
    font-size: 11px;
    font-size: min(9px + (11 - 9) * ((100vw - 320px) / (390 - 320)), 11px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--font-color);
    line-height: 1;
    margin-top: 5px;
  }
  .site-shop-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 84px;
    height: 50px;
    cursor: pointer;
  }
  .site-shop-btn > span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .site-shop-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .site-shop-banner:hover .site-shop-btn > span {
    background-color: #FCF7F7;
  }
  .site-shop-banner:hover .site-shop-btn::before {
    left: 5px;
  }
}
@media screen and (min-width:768px) {
  .site-shop {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/cta/cta-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-shop-banner {
    display: flex;
    align-items: center;
    max-width: 840px;
    width: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.7);
    margin: 0 auto;
  }
  .site-shop-logo {
    display: block;
    width: calc(300/810 * 100%);
  }
  .site-shop-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-shop-title {
    display: flex;
    flex-direction: column;
    width: calc(400/810 * 100%);
    padding-left: calc(50/810 * 100%);
    padding-right: calc(26/810 * 100%);
  }
  .site-shop-title > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
  }
  .site-shop-title > span:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
    margin-top: 5px;
  }
  .site-shop-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 84px;
    height: 50px;
    cursor: pointer;
  }
  .site-shop-btn > span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .site-shop-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .site-shop-banner:hover .site-shop-btn > span {
    background-color: #FCF7F7;
  }
  .site-shop-banner:hover .site-shop-btn::before {
    left: 5px;
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .site-footer__cta {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--white);
    padding-top: 30px;
  }
  .site-footer__cta > a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-footer__cta-request {
    justify-content: flex-end;
    background-image: url(./assets/images/cta/bnr1.jpg);
  }
  .site-footer__cta-contact {
    background-image: url(./assets/images/cta/bnr2.jpg);
    margin-top: 2px;
  }
  .site-footer__cta-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 258px;
    padding: 20px;
    background-color: var(--white);
  }
  .site-footer__cta-request .site-footer__cta-title {
    padding-right: 30px;
  }
  .site-footer__cta-contact .site-footer__cta-title {
    padding-left: 30px;
  }
  .site-footer__cta-title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
  }
  .site-footer__cta-title > span:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
    margin-top: 10px;
  }
  .site-footer__cta > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .site-footer__cta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white);
    padding-top: 60px;
  }
  .site-footer__cta > a {
    display: flex;
    align-items: center;
    width: calc(50% - 0.5px);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .site-footer__cta-request {
    justify-content: flex-end;
    background-image: url(./assets/images/cta/bnr1.jpg);
  }
  .site-footer__cta-contact {
    background-image: url(./assets/images/cta/bnr2.jpg);
  }
  .site-footer__cta-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 342px;
    padding: 25px;
    background-color: var(--white);
  }
  .site-footer__cta-title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
  }
  .site-footer__cta-title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
    margin-top: 10px;
  }
  .site-footer__cta > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*footer-main*/
@media screen and (max-width:767px) {
  .site-footer__main {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0;
  }
  .scroll-top {
    display: none;
  }
  .site-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 220px;
    width: 100%;
  }
  .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%;
    height:auto;
    object-fit: cover;
  }
  .site-footer__company {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    color: var(--red);
    margin-top: 40px;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: var(--red);
    margin-top: 10px;
  }
  .site-footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: var(--red);
    margin-top: 20px;
  }
  .site-footer__btn > span {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-left: 43px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
  }
  .site-footer__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__sns {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .site-footer__sns > li {
    display: block;
    width: auto;
  }
  .site-footer__sns > li + li {
    margin-left: 15px;
  }
  .site-footer__sns > li > a {
    display: block;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .site-footer__sns > li > a.line {
    width: 23px;
    background-image: url(./assets/images/line.png);
  }
  .site-footer__sns > li > a.instagram {
    width: 23px;
    background-image: url(./assets/images/instagram.png);
  }
  .site-footer__sns > li > a.x {
    width: 23px;
    background-image: url(./assets/images/x.png);
  }
  .site-footer__sns > li > a.youtube {
    width: 23px;
    background-image: url(./assets/images/youtube.png);
  }
  .site-footer__sns > li > a.TikTok {
    width: 19px;
    background-image: url(./assets/images/tiktok.png);
  }
  .site-footer__sns > li > a.facebook {
    width: 23px;
    background-image: url(./assets/images/facebook.png);
  }
  .site-footer-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 5px);
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .site-footer-nav__list > li + li {
    margin-top: 25px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: min(11px + (14 - 11) * ((100vw - 320px) / (375 - 320)),14px);
    color: var(--red);
    letter-spacing: 0.05em;
    line-height: 20px;
    font-weight: 500;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .site-footer__main {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .scroll-top {
    position: absolute;
    bottom: 80px;
    right: 50px;
    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(--red);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--red);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 500;
    color: var(--red);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .site-footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(500/1100 * 100%);
  }
  .site-footer__logo {
    display: block;
    width: 100%;
  }
  .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%;
    height:auto;
    object-fit: cover;
  }
  .site-footer__company {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    color: var(--red);
    margin-top: 40px;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: var(--red);
    margin-top: 10px;
  }
  .site-footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: var(--red);
    margin-top: 20px;
  }
  .site-footer__btn > span {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-left: 43px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
  }
  .site-footer__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__sns {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .site-footer__sns > li {
    display: block;
    width: auto;
  }
  .site-footer__sns > li + li {
    margin-left: 15px;
  }
  .site-footer__sns > li > a {
    display: block;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .site-footer__sns > li > a.line {
    width: 23px;
    background-image: url(./assets/images/line.png);
  }
  .site-footer__sns > li > a.instagram {
    width: 23px;
    background-image: url(./assets/images/instagram.png);
  }
  .site-footer__sns > li > a.x {
    width: 23px;
    background-image: url(./assets/images/x.png);
  }
  .site-footer__sns > li > a.youtube {
    width: 23px;
    background-image: url(./assets/images/youtube.png);
  }
  .site-footer__sns > li > a.TikTok {
    width: 19px;
    background-image: url(./assets/images/tiktok.png);
  }
  .site-footer__sns > li > a.facebook {
    width: 23px;
    background-image: url(./assets/images/facebook.png);
  }
  .site-footer-nav {
    display: flex;
    justify-content: space-between;
    width: calc(460/1100 * 100%);
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(210/460 * 100%);
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .site-footer-nav__list > li + li {
    margin-top: 25px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--red);
    letter-spacing: 0.05em;
    line-height: 20px;
    font-weight: 500;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .scroll-top {
    display: none;
  }
  .site-footer-nav__list > li > a {
    font-size: 14px;
  }
}
/*rights*/
@media screen and (max-width:767px) {
  .site-footer__rights {
    display: block;
    width: 100%;
    padding: 50px 0 100px;
    background-color: var(--red);
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.1em;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width:768px) {
  .site-footer__rights {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--red);
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.1em;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
  }
}
/*floating*/
@media screen and (max-width:1024px) {
  .site-footer__floating {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 990;
    display: block;
    width: 100%;
    height: 50px;
    background:linear-gradient(90deg,var(--white) 50%, var(--red) 50%);;
    transform: translateY(100%);
    transition: 0.3s ease;
  }
  .site-footer__floating.active {
    transform: translateY(0);
  }
  .site-footer__floating-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .scroll-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    background-image: url(./assets/images/icon-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px auto;
    cursor: pointer;
  }
  .scroll-top-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 50px);
    height: 50px;
    background-color: var(--red);
  }
  .site-footer__contact > span {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-left: 43px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
  }
  .site-footer__contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__floating {
    display: none;
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .main {
    display: block;
    width: 100%;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .page-mv {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    background-image: url(./assets/images/mv-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 30px;
  }
  .page-mv__logo {
    display: none;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--white);
    font-weight: 500;
  }
  .page-title > span:nth-child(1) {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 40px;
  }
  .page-title > span:nth-child(2) {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 20px;
  }
}
@media screen and (min-width:1025px) {
  .page-mv {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 260px;
    background-image: url(./assets/images/mv-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-mv__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: var(--white);
  }
  .page-mv__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .page-mv__logo > img {
    display: block;
    width: 100px;
    object-fit: cover;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    width: calc(100% - 200px);
    padding-left: 110px;
    color: var(--white);
    font-weight: 500;
  }
  .page-title > span:nth-child(1) {
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 60px;
  }
  .page-title > span:nth-child(2) {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
  }
  .gi-breadcrumbs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gi-breadcrumbs__list {
    display:flex;

    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 12px;
    line-height:20px;
    color:#888888;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "＞";
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    font-size: 10px;
    line-height:20px;
    color:#888888;
    font-weight: 500;
    text-decoration:none;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span {
    display: block;
    width: auto;
    font-size: 12px;
    line-height:20px;
    color: #888888;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#888888;
    font-weight: 400;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 2px 0;
  }
  .gi-breadcrumbs__list > li {
    font-size: 11px;
    text-decoration: none;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 15px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 11px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span,
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    text-decoration: none;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: var(--red);
  }
  .not-found__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 15px;
    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: 50px;
  }
  .not-found__btns > a {
    max-width: 230px;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    color: var(--red);
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .not-found__text {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .not-found__btns > a {
    max-width: 230px;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*container*/
@media screen and (max-width:768px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*nav*/
@media screen and (max-width:1024px) {
  .home-mv-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100px;
  }
  .home-mv-nav__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: var(--red);
  }
  .home-mv-nav__logo > img {
    display: block;
    width: 50px;
    object-fit: cover;
  }
  .home-mv-nav__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-menu {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-nav {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    padding-right: min(20px + (50 - 20) * ((100vw - 1025px) / (1366 - 1025)), 50px);
  }
  .home-mv-nav__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: var(--red);
  }
  .home-mv-nav__logo > img {
    display: block;
    width: 100px;
    object-fit: cover;
  }
  .home-mv-nav__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100px;
    background-color: var(--white);
  }
  .home-mv-menu__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .home-mv-menu__nav > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 15px min(34px + (50 - 34) * ((100vw - 1025px) / (1366 - 1025)), 50px);
  }
  .home-mv-menu__nav > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 0.05em;
    line-height: 20px;
  }
  .home-mv-menu__nav > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-menu__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 100px;
    background-color: var(--red);
  }
  .home-mv-menu__contact > span {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--white);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-top: 26px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 23px auto;
  }
  .home-mv-menu__contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .home-mv-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
  }
  .home-mv-slogan__body {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    width: 100%;
    height: 130px;
    background-image: url(./assets/images/home/main-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 130px;
  }
  .home-mv-slogan__txt {
    display: block;
    width: auto;
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--red);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
  }
  .home-mv-slogan__body {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    width: 100%;
    height: 130px;
    background-image: url(./assets/images/home/main-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 130px;
  }
  .home-mv-slogan__txt {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--red);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
  }
  .home-mv-slogan__body {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    width: 100%;
    height: 130px;
    background-image: url(./assets/images/home/main-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 130px;
  }
  .home-mv-slogan__txt {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--red);
  }
}
/*scroll*/
@media screen and (max-width:1024px) {
  .home-mv-scroll {
    position: absolute;
    bottom: -80px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    display: block;
    width: auto;
    height: 130px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1px 100px;
  }
  .home-mv-scroll > span {
    font-size: 10px;
    font-weight: 500;
    color: var(--red);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-scroll {
    position: absolute;
    bottom: -140px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    display: block;
    width: auto;
    height: 200px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1px 160px;
  }
  .home-mv-scroll > span {
    font-size: 14px;
    font-weight: 500;
    color: var(--red);
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 15px - 15px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 15px - 15px);
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 15px - 15px);
    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: 500px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    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 - 30px - 110px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 30px - 110px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 30px - 110px);
    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 - 15px - 15px);
    background-color: var(--white);
  }
  .main-slider {
    display: block;
    width: 100%;
    height: calc(100vh - 15px - 15px);
    z-index: 1;
  }
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 15px - 15px);
    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: 0 !important;
    left: 20px !important;
    right: auto !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 20px !important;
    height: 100% !important;
    padding-bottom: 30px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--red);
    opacity: 0.3;
    margin: 8px 0 !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--red);
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    display: block;
    width: 100%;
    height: 500px;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    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: 0 !important;
    left: 30px !important;
    right: auto !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 20px !important;
    height: 100% !important;
    padding-bottom: 30px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--red);
    opacity: 0.3;
    margin: 5px 0 !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--red);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 30px - 110px);
    background-color: var(--white);
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 30px - 110px);
    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: 0 !important;
    left: 50px !important;
    right: auto !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 20px !important;
    height: 100% !important;
    padding-bottom: 40px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--red);
    opacity: 0.3;
    margin: 5px 0 !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--red);
    opacity: 1;
  }
}
/*home-mv-news*/
@media screen and (max-width:767px) {
  .home-mv-news {
    display: block;
    width: 100%;
    padding: 30px 30px;
    background-color: var(--white);
  }
  .home-mv-news__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-mv-news__header {
    display: block;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.15em;
    padding-bottom: 11px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .home-mv-news__items {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-mv-news__items > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .home-mv-news__items > li + li {
    margin-top: 15px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 17px;
    color: #AAAAAA;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 13px;
    line-height: 1;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-news {
    display: block;
    width: 100%;
    padding: 30px 30px;
    background-color: var(--white);
  }
  .home-mv-news__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 384px;
  }
  .home-mv-news__header {
    display: block;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.15em;
    padding-bottom: 11px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .home-mv-news__items {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-mv-news__items > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .home-mv-news__items > li + li {
    margin-top: 15px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 17px;
    color: #AAAAAA;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 13px;
    line-height: 1;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-news {
    display: block;
    width: 100%;
    padding: 30px 50px;
    background-color: var(--white);
  }
  .home-mv-news__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 478px;
  }
  .home-mv-news__header {
    display: block;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.15em;
    padding-bottom: 11px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .home-mv-news__items {
    display: block;
    width: 400px;
  }
  .home-mv-news__items > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .home-mv-news__items > li + li {
    margin-top: 15px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 17px;
    color: #AAAAAA;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 13px;
    line-height: 1;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
/*home-about*/
@media screen and (max-width:767px)  {
  .home-about {
    display: block;
    width: 100%;
    padding: 70px 0 80px;
    background-color: var(--white);
  }
  .home-about__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .home-about__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 33px;
    color: var(--red);
  }
  .home-about__col {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.2em;
    color: var(--red);
    text-align: justify;
    word-break: break-all;
  }
  .home-about__btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px)  {
  .home-about {
    display: block;
    width: 100%;
    padding: 70px 0 120px;
    background-color: var(--white);
  }
  .home-about__body {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .home-about__header {
    display: block;
    width: calc(410/1000 * 100%);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    color: var(--red);
    padding-top: 100px;
  }
  .home-about__col {
    display: block;
    width: calc(420/1000 * 100%);
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.2em;
    color: var(--red);
    text-align: justify;
    word-break: break-all;
  }
  .home-about__btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-about__header {
    font-size: 22px;
    line-height: 40px;
    padding-top: 80px;
  }
  .home-about__col {
    width: calc(520/1000 * 100%);
  }
  .home-about__btn {
    margin-top: 80px;
  }
}
/*home-logo*/
@media screen and (max-width:767px) {
  .home-logo {
    display: block;
    width: 100%;
    height: 300px;
  }
  .home-logo__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-logo__figure {
    display: block;
    width: 100%;
    margin: 0 auto;opacity: 1;
    mix-blend-mode: overlay;
  }
  .home-logo__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-logo {
    display: block;
    width: 100%;
  }
  .home-logo__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-logo__figure {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    mix-blend-mode: overlay;
  }
  .home-logo__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*introduction*/
@media screen and (max-width:767px) {
  .home-introduction {
    position: relative;
    display: block;
    width: 100%;
    padding: 150px 0 100px;
    background-image: linear-gradient(#F8F8F8,#F8F8F8);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% calc(100% - 80px);
  }
  .home-introduction::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0px 0px 100vw;
    border-color: transparent transparent transparent #F8F8F8;
  }
  .home-introduction__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .home-introduction__header > span:nth-child(1) {
    display: block;
    max-width: 350px;
    width: 100%;
    font-size: min(30px + (38 - 30) * ((100vw - 320px) / (390 - 320)), 38px);
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .home-introduction__header > span:nth-child(2) {
    display: block;
    max-width: 350px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
  .home-introduction__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    width: 100%;
    margin: 60px auto 0;
  }
  .home-introduction-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-introduction-box + .home-introduction-box {
    margin-top: 30px;
  }
  .home-introduction-box__figure {
    display: block;
    width: calc(150/280 * 100%);
  }
  .home-introduction-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-introduction-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-introduction-box__title > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    color: var(--red);
  }
  .home-introduction-box__title > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--red);
    margin-top: 5px;
  }
  .home-introduction-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 27px;
    text-align: center;
    margin-top: 25px;
  }
  .home-introduction-box__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .home-introduction {
    position: relative;
    display: block;
    width: 100%;
    padding: 70px 0 100px;
    background-image: linear-gradient(#F8F8F8,#F8F8F8);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% calc(100% - 150px);
  }
  .home-introduction::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0px 0px 100vw;
    border-color: transparent transparent transparent #F8F8F8;
  }
  .home-introduction__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
  }
  .home-introduction__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: min(80px + (130 - 80) * ((100vw - 768px) / (1366 - 768)), 130px);
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-introduction__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.2em;
    padding: 0 calc(70/1250 * 100%);
    margin-top: 10px;
  }
  .home-introduction__main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 100px auto 0;
  }
  .home-introduction-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(280/1000 * 100%);
  }
  .home-introduction-box:nth-child(2) {
    margin-top: 50px;
  }
  .home-introduction-box:nth-child(3) {
    margin-top: 100px;
  }
  .home-introduction-box__figure {
    display: block;
    width: calc(200/280 * 100%);
  }
  .home-introduction-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-introduction-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  .home-introduction-box__title > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    color: var(--red);
  }
  .home-introduction-box__title > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--red);
    margin-top: 5px;
  }
  .home-introduction-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 27px;
    text-align: center;
    margin-top: 25px;
  }
  .home-introduction-box__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
}
/*home-greeting*/
@media screen and (max-width:767px) {
  .home-greeting {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 30px;
  }
  .home-greeting__body {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 70px;
  }
  .home-greeting__figure {
    display: block;
    width: 100%;
  }
  .home-greeting__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-greeting__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 50px 20px;
    background-color: var(--white);
    margin-top: -40px;
    box-shadow: -20px 40px 0px 0 var(--red);
  }
  .home-greeting__header {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--red);
    line-height: 34px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .home-greeting__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .home-greeting__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:500px) and (max-width:767px) {
  .home-greeting__figure {
    display: block;
    width: calc(100% - (100% - 520px)/2);
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .home-greeting {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 40px;
  }
  .home-greeting__body {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 40px;
  }
  .home-greeting__figure {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(1233/1366 * 100%);
  }
  .home-greeting__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-greeting__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(490/1100 * 100%);
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 0 0 80px;
    box-shadow: -80px 40px 0px 0 var(--red);
  }
  .home-greeting__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 1025px) / (1366 - 1025)), 20px);
    font-weight: 500;
    color: var(--red);
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .home-greeting__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .home-greeting__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-greeting__body {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 30px;
  }
  .home-greeting__figure {
    width: min(748px + (876 - 748) * ((100vw - 768px) / (1024 - 768)), 876px);
  }
  .home-greeting__content {
    width: calc(580/1100 * 100%);
    padding: 25px;
    margin: 0 0 0 40px;
    box-shadow: -40px 30px 0px 0 var(--red);
  }
  .home-greeting__header {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .home-greeting__btns {
    margin-top: 30px;
  }
}
/*home-sns*/
@media screen and (max-width:767px) {
  .home-sns {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .home-sns__header {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-sns__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 40px;
    row-gap: 20px;
    width: 200px;
    margin: 0 auto;
  }
  .home-sns__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .home-sns__link {
    display: flex;
    align-items: center;
    width: auto;
  }
  .home-sns__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .home-sns__icon > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .home-sns__link > p {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .home-sns {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-sns__header {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-sns__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .home-sns__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .home-sns__list > li + li {
    margin-left: 40px;
  }
  .home-sns__link {
    display: flex;
    align-items: center;
    width: auto;
  }
  .home-sns__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-sns__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .home-sns__icon > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .home-sns__link > p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: var(--font-color);
    padding-left: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-sns__list > li + li {
    margin-left: 40px;
  }
  .home-sns__link > p {
    display: none;
  }
}
/*home-group*/
@media screen and (max-width:767px) {
  .home-group {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .home-group__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .home-group__header > span:nth-child(1) {
    display: block;
    max-width: 350px;
    width: 100%;
    font-size: min(30px + (38 - 30) * ((100vw - 320px) / (390 - 320)), 38px);
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .home-group__header > span:nth-child(2) {
    display: block;
    max-width: 350px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
  .home-group__body {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-group-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
  }
  /*
  .home-group-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }*/
  .home-group-box + .home-group-box {
    margin-top: 50px;
  }
  .home-group-box__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-group-box__figure img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-group-box__bnr {
    display: block;
    width: 100%;
  }
  .home-group-box__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(200/350 * 100%);
    margin-top: -60px;
  }
  .home-group-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .home-group-box__title > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 10px;
    color: var(--font-color);
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .home-group-box__title > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--font-color);
    margin-top: 15px;
    text-align: center;
  }
  .home-group-box__title > span:nth-child(2) > small {
    font-size: 16px;
    margin-top: 10px;
  }
  .home-group__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .home-group {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .home-group__header {
    display: flex;
    flex-direction: column;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
  }
  .home-group__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: min(80px + (130 - 80) * ((100vw - 768px) / (1366 - 768)), 130px);
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .home-group__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.2em;
    padding: 0 calc(70/1250 * 100%);
    margin-top: 10px;
  }
  .home-group__body {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-group-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(1000/1100 * 100%);
    pointer-events: none;
  }
  /*
  .home-group-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }*/
  .home-group-box + .home-group-box {
    margin-top: 30px;
  }
  .home-group-box:nth-child(even) {
    margin-left: auto;
  }
  .home-group-box__figure {
    position: relative;
    display: block;
    width: calc(590/1000 * 100%);
  }
  .home-group-box__figure img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-group-box__bnr {
    display: block;
    width: calc(500/590 * 100%);
  }
  .home-group-box__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: calc(250/590 * 100%);
  }
  .home-group-box__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(350/1000 * 100%);
  }
  .home-group-box__title > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 10px;
    color: var(--font-color);
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20px 1px;
  }
  .home-group-box__title > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--font-color);
    margin-top: 10px;
  }
  .home-group-box__title > span:nth-child(2) > small {
    font-size: 16px;
    margin-top: 10px;
  }
  .home-group__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-group-box__title > span:nth-child(2) {
    font-size: 20px;
  }
}
/*home-news*/
@media screen and (max-width:767px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .home-news__body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-news__hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    width: auto;
    color: var(--red);
  }
  .home-news__header > span:nth-child(1) {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .home-news__header > span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 5px;
  }
  .home-news__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
  }
  .home-news__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .home-news__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .home-news__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .home-news__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .home-news__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
  .home-no-item-txt {
    display: block;
    width: 100%;
    padding: 30px 10px;
    background-color: var(--white);
    margin-top: 30px;
    text-align: center;
  }
  .home-news-items {
    display: block;
    width: 100%;
    padding: 30px 10px;
    background-color: var(--white);
    margin-top: 30px;
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .home-news-items > li:not(:first-child) {
    padding-top: 15px;
  }
  .home-news-items > li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-item__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .home-news-item__date {
    display: block;
    width: 105px;
    font-size: 14px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .home-news-item__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .home-news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 17px;
    background-color: var(--red);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .home-news__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: calc(50/1100 * 100%);
  }
  .home-news__hgroup {
    display: flex;
    flex-direction: column;
    width: 190px;
  }
  .home-news__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--red);
    padding-bottom: 75px;
  }
  .home-news__header > span:nth-child(1) {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 40px;
  }
  .home-news__header > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 10px;
  }
  .home-news__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
  }
  .home-news__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .home-news__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .home-news__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .home-news__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .home-news__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
  .home-news-items {
    display: block;
    width: calc(100% - 190px);
    padding: calc(40/1050 * 100%) calc(50/1050 * 100%);
    background-color: var(--white);
  }
  .home-no-item-txt {
    display: block;
    width: calc(100% - 190px);
    padding: calc(40/1050 * 100%) calc(50/1050 * 100%);
    background-color: var(--white);
    text-align: center;
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .home-news-items > li:not(:first-child) {
    padding-top: 20px;
  }
  .home-news-items > li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-item__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .home-news-item__date {
    display: block;
    width: 105px;
    font-size: 14px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .home-news-item__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .home-news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 17px;
    background-color: var(--red);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 1;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 15px;
  }
}
/*home-links*/
@media screen and (max-width:767px) {
  .home-links {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-image: url(./assets/images/home/links/links-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-links__body {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
  }
  .home-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(140/350 * 100%);
    height: 80px;
    overflow: hidden;
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-link__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(210/350 * 100%);
    color: var(--red);
    font-weight: 500;
  }
  .home-link__title > span:nth-child(1) {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .home-link__title > span:nth-child(2) {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1px;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .home-links {
    display: block;
    width: 100%;
    padding: 70px 0;
    background-image: url(./assets/images/home/links/links-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-links__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
  }
  .home-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link__figure {
    display: block;
    width: 190px;
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 190px);
    color: var(--red);
    font-weight: 500;
  }
  .home-link__title > span:nth-child(1) {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 28.8px;
  }
  .home-link__title > span:nth-child(2) {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1px;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-link__figure {
    width: 150px;
  }
  .home-link__title {
    width: calc(100% - 150px);
  }
}
/*home-faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-faq__body {
    display: block;
    width: 100%;
  }
  .home-faq__header {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/faq.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 22px 0 10px;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
  }
  .home-faq__list > li + li {
    margin-top: 30px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 48px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 24px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 150px 0;
    background-color: var(--white);
  }
  .home-faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/faq.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 40px 0 15px;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
  }
  .home-faq__list > li + li {
    margin-top: 5px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 19px;
    font-weight: 400;
    line-height: 40px;
    color: var(--red);
    border: 1px solid var(--red);
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.85;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    pointer-events: none;
    background-color: var(--red);
    color: var(--white);
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding: 0 !important;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/prev.png);
    background-repeat: no-repeat;
    margin-right: 0;
  }
  .pagination > .next.page-numbers {
    padding-right: 14px;
    background-image: url(./assets/images/next.png);
    margin-left: 10px;
  }
  .pagination > .prev:hover,
  .pagination > .next:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width:1024px) {
  .pagination {
    margin-top: 40px;
  }
}
/*
ARCHIVE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .news-contents {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .news-contents > .container {
    padding: 0 15px;
  }
  .news-archive__body {
    display: block;    max-width: 860px;
    width: 100%;
    padding: 40px 15px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .news-items {
    display: block;
    width: 100%;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .news-items > li:not(:first-child) {
    padding-top: 15px;
  }
  .news-items > li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .news-item__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-item__date {
    display: block;
    width: 105px;
    font-size: 14px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .news-item__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 17px;
    background-color: var(--red);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .news-contents {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .news-archive__body {
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .news-items {
    display: block;
    width: 100%;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .news-items > li:not(:first-child) {
    padding-top: 20px;
  }
  .news-items > li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .news-item__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-item__date {
    display: block;
    width: 105px;
    font-size: 14px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .news-item__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 17px;
    background-color: var(--red);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 1;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 15px;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/*
SINGLE - content
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: var(--red);
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h2:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    border-left: 5px solid var(--red);
  }
  .single-content h4:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--font-color);
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    /* font-family: var(--noto-serif); */
    font-family: "Noto Serif JP", serif;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 50px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  .single-content p:not(:first-child) {
    margin-top: 30px;
  }
  .single-content p a {
    color: var(--red);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    line-height:28px;
    text-align: justify;
    word-break: break-all;
    padding: 2px 0 2px 30px;
    font-weight: 500;
  }
  .single-content ol > li + li {
    margin-top: 10px;
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:3px;
    left:0;
    font-size:20px;
    line-height:25px;
    color:var(--red);
    font-weight:400;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
  /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .single-content .wp-block-table::-webkit-scrollbar {
    background: #EFEFEF;
    width: 10px;
    height: 10px;
  }
  .single-content .wp-block-table::-webkit-scrollbar-thumb {
    background-color: #FCF7F7;
    width: 5px;
  }
  .single-content .wp-block-table table tr td {
    border: 1px solid #EFEFEF;
    padding: 30px 15px;
    text-align: center;
    width: 190px;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
    border-bottom: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table table tr:last-child td {
    border-bottom: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table table tr:first-child td {
    color: var(--red);
    background-color: var(--white);
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
  }
  .single-content .wp-block-table table tr td:first-child {
    background-color: #FCF7F7;
    color: var(--red);
    /*font-weight: 500;*/
    font-size: 18px;
  }
    */
  /*two-column table*/
  .single-content .wp-block-table.two-column {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 500;
  }
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    color: var(--font-color);
    font-size: 18px;
    border: none;
    font-weight: 500 !important;
    text-align: center;
    background-color: #F7F5F4;
  }
  .single-content .wp-block-table.two-column table tr td:last-child {
    line-height: 25.5px;
    font-weight: 400;
    text-align: left;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
  {
    color: var(--font-color);
    font-weight: 600;
    text-decoration: underline;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 30px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 15px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
  .single-content .scroll-txt {
    display:block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px !important;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    color: var(--red);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h2:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    border-left: 5px solid var(--red);
  }
  .single-content h4:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 50px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  .single-content p:not(:first-child) {
    margin-top: 40px;
  }
  .single-content p a {
    color: var(--red);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 16px;
    line-height:30px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 37px;
    font-weight: 500;
  }
  .single-content ol > li + li {
    margin-top: 15px;
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:20px;
    line-height:30px;
    color:var(--red);
    font-weight:500;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
  /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
  }
  .single-content .wp-block-table table tr td {
    border: 1px solid #EFEFEF;
    padding: 30px 15px;
    text-align: center;
  }
  .single-content .wp-block-table table tr td:not(:first-child) {
    border-bottom: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table table tr:last-child td {
    border-bottom: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table table tr:first-child td {
    color: var(--red);
    background-color: var(--white);
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
  }
  .single-content .wp-block-table table tr td:first-child {
    background-color: #FCF7F7;
    color: var(--red);
    /*font-weight: 500;*/
    font-size: 18px;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column table {
    border-top: 1px solid #EFEFEF;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 400;
  }
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
    text-align: left;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #EFEFEF;
    line-height: 30px;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    width: 220px;
    text-align: center;
    font-size: 18px !important;
    background-color: #F8F8F8;
    color: var(--font-color);
    font-weight: 500;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
  {
    color: var(--font-color);
    font-weight: 600;
    text-decoration: underline;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 16px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
  .single-content .scroll-txt {
    display: none;
  }
}
/*
SINGLE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-news__body {
    display: block;
    width: 100%;
    padding: 40px 15px;
    background-color: var(--white);
  }
  .single-news__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .single-news__date {
    display: block;
    width: 110px;
    font-size: 16px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .single-news__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .single-news__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    background-color: var(--red);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 12px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .single-news__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-news-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .single-news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .single-news__taxonomies {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .single-news__date {
    display: block;
    width: 110px;
    font-size: 16px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #AAAAAA;
  }
  .single-news__cateories {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: -5px;
  }
  .single-news__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    background-color: var(--red);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 12px;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin: 5px 0 0 5px;
  }
  .single-news__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-news-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
PAGE - about
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .about-intro {
    display: block;
    width: 100%;
    padding: 100px 0 140px;
    background-image: url(./assets/images/about/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .about-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .about-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .about-intro__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding: 80px 0;
  }
}
@media screen and (min-width:768px) {
  .about-intro {
    display: block;
    width: 100%;
    padding: 230px 0 180px;
    background-image: url(./assets/images/about/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .about-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .about-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 27px;
    text-align: center;
  }
  .about-intro__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding: 60px 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .about-intro__txt {
    letter-spacing: 0.1em;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .about-feature {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .about-feature__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .about-feature__header {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .about-feature__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .about-feature-links {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    margin: 60px 0 0 auto;
  }
  .about-feature-links > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .about-feature-links > li + li {
    margin-top: 40px;
  }
  .about-feature-link {
    display: flex;
    align-items: center;
    width: auto;
  }
  .about-feature-link__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    color: var(--red);
    font-weight: 500;
    margin-right: 10px;
  }
  .about-feature-link__title > span:nth-child(1) {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .about-feature-link__title > span:nth-child(2) {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 32px;
    margin-top: 10px;
  }
  .about-arrow-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 84px;
    height: 50px;
    cursor: pointer;
  }
  .about-arrow-btn > span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .about-arrow-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .about-feature-link:hover .about-arrow-btn > span {
    background-color: #FCF7F7;
  }
  .about-feature-link:hover .about-arrow-btn::before {
    left: 5px;
  }
}
@media screen and (min-width:768px) {
  .about-feature {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .about-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .about-feature__header {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 40px;
  }
  .about-feature__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .about-feature-links {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
  }
  .about-feature-links > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .about-feature-links > li + li {
    margin-left: calc(120/900 * 100%);
  }
  .about-feature-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .about-feature-link__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    color: var(--red);
    font-weight: 500;
  }
  .about-feature-link__title > span:nth-child(1) {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .about-feature-link__title > span:nth-child(2) {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 32px;
    margin-top: 10px;
  }
  .about-arrow-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 84px;
    height: 50px;
    cursor: pointer;
  }
  .about-arrow-btn > span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .about-arrow-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .about-feature-link:hover .about-arrow-btn > span {
    background-color: #FCF7F7;
  }
  .about-feature-link:hover .about-arrow-btn::before {
    left: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .about-feature__header {
    font-size: 26px;
  }
  .about-feature-links > li + li {
    margin-left: 60px;
  }
}
/*
PAGE - philosophy
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .philosophy-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .philosophy-intro__body {
    display: block;
    width: 100%;
  }
  .philosophy-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .philosophy-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .philosophy-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
  }
  .philosophy-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .philosophy-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .philosophy-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*parallax*/
@media screen and (max-width:767px) {
  .philosophy-logo {
    display: block;
    width: 100%;
    height: 300px;
  }
  .philosophy-logo__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;
  }
  .philosophy-logo__figure {
    display: block;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    mix-blend-mode: overlay;
  }
  .philosophy-logo__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .philosophy-logo {
    display: block;
    width: 100%;
  }
  .philosophy-logo__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;
  }
  .philosophy-logo__figure {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    mix-blend-mode: overlay;
  }
  .philosophy-logo__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;

  }
}
/*feature*/
@media screen and (max-width:767px) {
  .philosophy-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .philosophy-feature__body {
    display: block;
    width: 100%;
    padding: 40px 20px;
    background-color: var(--white);
  }
  .philosophy-feature-box {
    display: block;
    width: 100%;
  }
  .philosophy-feature-box + .philosophy-feature-box {
    margin-top: 60px;
  }
  .philosophy-feature-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: var(--red);
    font-weight: 500;
    padding-bottom: 40px;
  }
  .philosophy-feature-box__header > span:nth-child(1) {
    font-size: 27px;
    letter-spacing: 0.07em;
    line-height: 35px;
  }
  .philosophy-feature-box__header > span:nth-child(2) {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-top: 10px;
  }
  .philosophy-feature-box__title {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 40px;
  }
  .philosophy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .philosophy-feature-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .philosophy-feature-box__figure {
    display: block;
    width: 100%;
  }
  .philosophy-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .philosophy-feature-box__col {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-left: calc(35/310 * 100%);
  }
  .philosophy-feature-box__list {
    display: block;
    width: 100%;
  }
  .philosophy-feature-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 44px;
  }
  .philosophy-feature-box__list > li + li {
    margin-top: 20px;
  }
  .philosophy-feature-box__list > li > span {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: var(--red);
    letter-spacing: 0;
  }
  .philosophy-feature-box__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    height: 50px;
    margin-top: 40px;
    margin-left: auto;
  }
  .philosophy-feature-box__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .philosophy-feature-box__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .philosophy-feature-box__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .philosophy-feature-box__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .philosophy-feature-box__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
}
@media screen and (min-width:768px) {
  .philosophy-feature {
    display: block;
    width: 100%;
    padding: 190px 0 70px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .philosophy-feature__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .philosophy-feature-box {
    display: block;
    width: 100%;
  }
  .philosophy-feature-box + .philosophy-feature-box {
    margin-top: 100px;
  }
  .philosophy-feature-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: var(--red);
    font-weight: 500;
    padding-bottom: 40px;
  }
  .philosophy-feature-box__header > span:nth-child(1) {
    font-size: 27px;
    letter-spacing: 0.07em;
    line-height: 35px;
  }
  .philosophy-feature-box__header > span:nth-child(2) {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-top: 10px;
  }
  .philosophy-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 40px;
  }
  .philosophy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .philosophy-feature-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .philosophy-feature-box__figure {
    display: block;
    width: 50%;
    padding: 0 calc(45/900 * 100%);
  }
  .philosophy-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .philosophy-feature-box__col {
    display: block;
    width: 50%;
  }
  .philosophy-feature-box__list {
    display: block;
    width: 100%;
  }
  .philosophy-feature-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 44px;
  }
  .philosophy-feature-box__list > li + li {
    margin-top: 20px;
  }
  .philosophy-feature-box__list > li > span {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: var(--red);
    letter-spacing: 0;
  }
  .philosophy-feature-box__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    height: 50px;
    margin-top: 40px;
  }
  .philosophy-feature-box__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .philosophy-feature-box__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .philosophy-feature-box__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .philosophy-feature-box__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .philosophy-feature-box__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
}
/*
PAGE - values
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .values-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .values-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .values-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .values-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .values-intro__figure {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .values-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .values-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
  }
  .values-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .values-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .values-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .values-intro__figure {
    display: block;
    width: calc(470/1000 * 100%);
    margin: 80px auto 0;
  }
  .values-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*points*/
@media screen and (max-width:767px) {
  .value-points {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 100px;
  }
  .value-point {
    display: block;
    width: 100%;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .value-point > .container {
    padding: 0 10px;
  }
  .value-point + .value-point {
    margin-top: 40px;
  }
  .value-point:nth-child(1) {
    background-image: url(./assets/images/values/value-sp1.jpg);
  }
  .value-point:nth-child(2) {
    background-image: url(./assets/images/values/value-sp2.jpg);
  }
  .value-point:nth-child(3) {
    background-image: url(./assets/images/values/value-sp3.jpg);
  }
  .value-point:nth-child(4) {
    background-image: url(./assets/images/values/value-sp4.jpg);
  }
  .value-point:nth-child(5) {
    background-image: url(./assets/images/values/value-sp5.jpg);
  }
  .value-point__contents {
    display: block;
    width: 100%;
    padding: 40px 20px;
    background-color: rgba(255,255,255,0.8);
  }
  .value-point__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
  .value-point__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .value-point__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .value-point__txt {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .value-points {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 120px;
  }
  .value-point {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .value-point + .value-point {
    margin-top: 60px;
  }
  .value-point:nth-child(1) {
    background-image: url(./assets/images/values/value-pc1.jpg);
  }
  .value-point:nth-child(2) {
    background-image: url(./assets/images/values/value-pc2.jpg);
  }
  .value-point:nth-child(3) {
    background-image: url(./assets/images/values/value-pc3.jpg);
  }
  .value-point:nth-child(4) {
    background-image: url(./assets/images/values/value-pc4.jpg);
  }
  .value-point:nth-child(5) {
    background-image: url(./assets/images/values/value-pc5.jpg);
  }
  .value-point__contents {
    position: relative;
    display: block;
    width: calc(740/1100 * 100%);
  }
  .value-point__contents::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
  }
  .value-point:nth-child(odd) .value-point__contents::after {
    right: 0;
  }
  .value-point:nth-child(even) .value-point__contents::after {
    left: 0;
  }
  .value-point:nth-child(odd) .value-point__contents {
    padding: calc(60/1100 * 100%) calc(50/1100 * 100%) calc(60/1100 * 100%) calc(100/1100 * 100%);
  }
  .value-point:nth-child(even) .value-point__contents {
    margin-left: auto;
    padding: calc(60/1100 * 100%) calc(100/1100 * 100%) calc(60/1100 * 100%) calc(50/1100 * 100%);
  }
  .value-point__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
  .value-point__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .value-point__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .value-point__txt {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - business
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .business-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .business-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .business-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .business-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .business-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
  }
  .business-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .business-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .business-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*group*/
@media screen and (max-width:767px) {
  .business-wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 50px;
  }
  .business-group {
    display: block;
    width: 100%;
    padding: 50px 0;
  }
  .business-group:nth-child(odd) {
    background-color: #FCF7F7;
  }
  .business-group:nth-child(even) {
    background-color: var(--white);
  }
  .business-group__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .business-group__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .business-group__figure img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-group__bnr {
    display: block;
    width: 100%;
  }
  .business-group__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(220/350 * 100%);
    margin-top: -60px;
  }
  .business-group__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0 40px;
  }
  .business-group__header > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .business-group__header > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .business-group__header > small {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .business-group__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .business-group__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .business-group__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 50px;
  }
  .business-group:last-child .business-group__btn {
    width: 215px;
  }
  .business-group:nth-child(1) .business-group__btn {
    width: 270px;
  }
  .business-group:nth-child(2) .business-group__btn {
    width: 200px;
  }
  .business-group__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .business-group__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .business-group__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .business-group__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .business-group__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
  .business-group__snsbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border: 1px solid var(--font-color);
  }
  .business-group__snsbtn > span {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    padding-right: 33px;
    background-image: url(./assets/images/instagram.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 23px auto;
  }
  .business-group__snsbtn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .business-group__btns > a + a {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .business-wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-bottom: 120px;
  }
  .business-group {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
  .business-group:nth-child(odd) {
    background-color: #FCF7F7;
  }
  .business-group:nth-child(even) {
    background-color: var(--white);
  }
  .business-group__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .business-group__figure {
    position: relative;
    display: block;
    max-width: 593px;
    width: 100%;
  }
  .business-group__figure img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-group__bnr {
    display: block;
    width: calc(500/593 * 100%);
  }
  .business-group__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: calc(250/593 * 100%);
  }
  .business-group__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 0 40px;
  }
  .business-group__header > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px 1px;
  }
  .business-group__header > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .business-group__header > small {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .business-group__txt {
    display: block;
    max-width: 650px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .business-group__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .business-group__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 50px;
  }
  .business-group:last-child .business-group__btn {
    width: 215px;
  }
  .business-group:nth-child(1) .business-group__btn {
    width: 270px;
  }
  .business-group:nth-child(2) .business-group__btn {
    width: 200px;
  }
  .business-group__btn > span:nth-child(1) {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    color: var(--red);
  }
  .business-group__btn > span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    width: 59px;
    height: 50px;
    background-image: url(./assets/images/icon-bow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.3s ease;
  }
  .business-group__btn > span:nth-child(2) {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--white);
    transition: 0.3s ease;
  }
  .business-group__btn:hover > span:nth-child(2) {
    background-color: #FCF7F7;
  }
  .business-group__btn:hover > span:nth-child(1)::after {
    right: -25px;
  }
  .business-group__snsbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border: 1px solid var(--font-color);
  }
  .business-group__snsbtn > span {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--font-color);
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    padding-right: 33px;
    background-image: url(./assets/images/instagram.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 23px auto;
  }
  .business-group__snsbtn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .business-group__btns > a + a {
    margin-left: 40px;
  }
}
/*
PAGE - greeting
--------------------------------------------- */
@media screen and (max-width:767px) {
  .greeting {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .greeting__body {
    display: block;
    width: 100%;
  }
  .greeting__figure {
    display: block;
    width: 100%;
  }
  .greeting__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .greeting__hgroup {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  .greeting__hgroup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    background-color: var(--red);
  }
  .greeting__header {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 50px 10px;
    background-color: var(--white);
    margin: 0 auto;
    font-size: min(14px + (17 - 14) * ((100vw - 320px) / (390 - 320)), 17px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
  }
  .greeting__main {
    display: block;
    width: 100%;
    margin: 50px auto 0;
    padding: 0 10px;
  }
  .greeting__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .greeting__name {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: right;
    margin-top: 50px;
  }
}
@media screen and (min-width:500px) and (max-width:767px) {
  .greeting__figure {
    display: block;
    width: calc(100% - (100% - 520px)/2);
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .greeting {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background-color: var(--white);
  }
  .greeting__body {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }
  .greeting__figure {
    display: block;
    width: 100%;
    padding-left: clamp(20px,20px + (133 - 20) * ((100vw - 1140px) / (1366 - 1140)), 133px);
  }
  .greeting__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .greeting__hgroup {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 40px;
  }
  .greeting__hgroup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(490/1100 * 100%);
    height: calc(100% - 40px);
    background-color: var(--red);
  }
  .greeting__header {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(1000/1100 * 100%);
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
  }
  .greeting__main {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 80px auto 0;
  }
  .greeting__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .greeting__name {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .greeting__figure {
    padding-left: min(20px + (148 - 20) * ((100vw - 768px) / (1024 - 768)), 148px);
  }
}
/*
PAGE - company
--------------------------------------------- */
@media screen and (max-width:767px) {
  .company {
    display: block;
    width: 100%;
    padding: 100px 0 100px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .company__body {
    display: block;
    width: 100%;
    padding: 50px 15px;
    background-color: var(--white);
  }
  .company-profile {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #EFEFEF;
  }
  .company-profile tr th {
    display: block;
    width: 100%;
    background-color: #F8F8F8;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .company-profile tr td {
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.05em;
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .company-list {
    display: block;
    width: 100%;
  }
  .company-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .company-list > li:nth-child(n+2){
    margin-top: 20px;
  }
  .company-list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--red);
    border-radius: 3px;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 240px;
    margin-top: 50px;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
}
@media screen and (min-width:768px) {
  .company {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .company__body {
    display: block;
    max-width: 860px;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(70/1100 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .company-profile {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #EFEFEF;
  }
  .company-profile tr th {
    width: 180px;
    background-color: #F8F8F8;
    padding: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .company-profile tr td {
    width: calc(100% - 180px);
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #EFEFEF;
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .company-list {
    display: block;
    width: 100%;
  }
  .company-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 500;
  }
  .company-list > li:nth-child(n+2){
    margin-top: 20px;
  }
  .company-list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--red);
    border-radius: 3px;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 240px;
    margin-top: 50px;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
}
/*
PAGE - history
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .history-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .history-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .history-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .history-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .history-intro__cols {
    display: flex;
    flex-direction: column;
    width: calc(100% + 60px);
    margin-top: 50px;
    margin-left: -30px;
  }
  .history-intro__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .history-intro__cols > picture:nth-child(1) {
    display: block;
    width: calc(330/390 * 100%);
  }
  .history-intro__cols > picture:nth-child(2) {
    display: block;
    width: calc(320/390 * 100%);
    margin-top: 15px;
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .history-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
  }
  .history-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .history-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .history-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .history-intro__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
  }
  .history-intro__cols > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .history-intro__cols > picture:nth-child(1) {
    display: block;
    width: calc(490/900 * 100%);
  }
  .history-intro__cols > picture:nth-child(2) {
    display: block;
    width: calc(370/900 * 100%);
    margin-top: 80px;
  }
}
/*timeline*/
@media screen and (max-width:767px) {
  .history-timeline {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .history-timeline__list {
    display: block;
    width: 100%;
  }
  .history-timeline__list > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  .history-timeline__list > li:not(:last-child) {
    padding-bottom: 60px;
  }
  .history-timeline__list > li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--red);
  }
  .history-timeline__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--red);
  }
  .history-timeline__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .history-timeline__row > dt {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--red);
    line-height: 27px;
    padding-bottom: 20px;
  }
  .history-timeline__row > dd.title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .history-timeline__row > dd.txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    padding-top: 25px;
  }
}
@media screen and (min-width:768px) {
  .history-timeline {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(#fff5eb 0%, #fcecec 47.78%, #fff 100%);
  }
  .history-timeline__list {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .history-timeline__list > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
  }
  .history-timeline__list > li:not(:last-child) {
    padding-bottom: 60px;
  }
  .history-timeline__list > li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--red);
  }
  .history-timeline__list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 20px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--red);
  }
  .history-timeline__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .history-timeline__row > dt {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--red);
    line-height: 30px;
    padding-bottom: 40px;
  }
  .history-timeline__row > dd.title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .history-timeline__row > dd.txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-top: 25px;
  }
}
/*future*/
@media screen and (max-width:767px) {
  .history-future {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .history-future__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .history-future__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .history-future__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .history-future {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .history-future__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .history-future__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .history-future__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - sdgs
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .sdgs-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .sdgs-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .sdgs-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .sdgs-intro__figure {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .sdgs-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .sdgs-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
  }
  .sdgs-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .sdgs-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .sdgs-intro__figure {
    display: block;
    width: calc(510/900 * 100%);
    margin: 0 auto 50px;
  }
  .sdgs-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .sdgs-feature {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: #F8F8F8;
  }
  .sdgs-feature__body {
    display: block;
    width: 100%;
  }
  .sdgs-feature-box {
    display: block;
    width: 100%;
    padding: 30px 15px;
    background-color: var(--white);
  }
  .sdgs-feature-box + .sdgs-feature-box {
    margin-top: 50px;
  }
  .sdgs-feature-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .sdgs-feature-box__header > span:nth-child(1) {
    font-size: min(18px + (23 - 18) * ((100vw - 320px) / (390 - 320)), 23px);
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sdgs-feature-box__header > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__header > span:nth-child(2) {
    color: #1B983A;
  }
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__header > span:nth-child(2) {
    color: #970B31;
  }
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__header > span:nth-child(2) {
    color: #D39205;
  }
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__header > span:nth-child(2) {
    color: #29A838;
  }
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__header > span:nth-child(2) {
    color: #F5A20C;
  }
  .sdgs-feature-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%s;
  }
  .sdgs-feature-box__figure {
    display: block;
    width: 110px;
  }
  .sdgs-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .sdgs-feature {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: #F8F8F8;
  }
  .sdgs-feature__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .sdgs-feature-box {
    display: block;
    width: 100%;
    padding: calc(30/900 * 100%);
    background-color: var(--white);
  }
  .sdgs-feature-box + .sdgs-feature-box {
    margin-top: 50px;
  }
  .sdgs-feature-box__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .sdgs-feature-box__header > span:nth-child(1) {
    font-size: 27px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  .sdgs-feature-box__header > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .sdgs-feature-box:nth-child(1) .sdgs-feature-box__header > span:nth-child(2) {
    color: #1B983A;
  }
  .sdgs-feature-box:nth-child(2) .sdgs-feature-box__header > span:nth-child(2) {
    color: #970B31;
  }
  .sdgs-feature-box:nth-child(3) .sdgs-feature-box__header > span:nth-child(2) {
    color: #D39205;
  }
  .sdgs-feature-box:nth-child(4) .sdgs-feature-box__header > span:nth-child(2) {
    color: #29A838;
  }
  .sdgs-feature-box:nth-child(5) .sdgs-feature-box__header > span:nth-child(2) {
    color: #F5A20C;
  }
  .sdgs-feature-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%s;
  }
  .sdgs-feature-box__figure {
    display: block;
    width: calc(110/840 * 100%);
  }
  .sdgs-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sdgs-feature-box__txt {
    display: block;
    width: calc(680/840 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - sustainability
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .sustainability-intro {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .sustainability-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .sustainability-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .sustainability-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .sustainability-intro {
    display: block;
    width: 100%;
    padding: 110px 0 100px;
    background-color: var(--white);
  }
  .sustainability-intro__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .sustainability-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .sustainability-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .sustainability-feature {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .sustainability-feature__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sustainability-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sustainability-feature-box + .sustainability-feature-box {
    margin-top: 100px;
  }
  .sustainability-feature-box__figure {
    display: block;
    width: 100%;
  }
  .sustainability-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sustainability-feature-box__content {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0 30px;
    margin: 30px auto 0;
  }
  .sustainability-feature-box__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
  .sustainability-feature-box__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .sustainability-feature-box__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .sustainability-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .sustainability-feature {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--white);
  }
  .sustainability-feature__body {
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }
  .sustainability-feature-box {
    display: flex;
    justify-content: space-between;
    max-width: 1153px;
    width: clamp(982.5px, 982.5px + (1153 - 982.5) * ((100vw - 1025px) / (1366 - 1025)), 1153px);
  }
  .sustainability-feature-box:nth-child(odd) {
    flex-direction: row-reverse;
    padding-left: 20px;
    margin-left: auto;
  }
  .sustainability-feature-box:nth-child(even) {
    padding-right: 20px;
  }
  .sustainability-feature-box + .sustainability-feature-box {
    margin-top: 60px;
  }
  .sustainability-feature-box__figure {
    display: block;
    width: calc(493/1133 * 100%);
  }
  .sustainability-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .sustainability-feature-box__content {
    display: block;
    width: calc(590/1133 * 100%);
    padding-top: 70px;
  }
  .sustainability-feature-box__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
  .sustainability-feature-box__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: min(25px + (27 - 25) * ((100vw - 1025px) / (1366 - 1025)), 27px);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .sustainability-feature-box__header > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--red);
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .sustainability-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sustainability-feature-box {
    max-width: 896px;
    width: clamp(768px, 768px + (896 - 768) * ((100vw - 768px) / (1024 - 768)), 896px);
  }
  .sustainability-feature-box__content {
		padding-top: 40px;
  }
  .sustainability-feature-box__header > span:nth-child(1) {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
  }
  .sitemap-list {
    display: block;
    width: auto;
  }
  .sitemap-list > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap-list > li + li {
    margin-top: 35px;
  }
  .sitemap-list > li > a {
    display: block;
    width: auto;
    font-size: min(13px + (16 - 13) * ((100vw - 320px) / (390 - 320)), 16px);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--red);
  }
  .sitemap-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width: 768px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    justify-content: space-between;
    max-width: 726px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap-list {
    display: block;
    width: calc(50% - 20px);
  }
  .sitemap-list > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap-list > li + li {
    margin-top: 50px;
  }
  .sitemap-list > li > a {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--red);
  }
  .sitemap-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - privacy-policy
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    margin-bottom: 0px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .privacy__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .privacy__title {
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: var(--red);
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .privacy__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .privacy__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .privacy__title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: var(--red);
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
    padding: 60px 0 40px;
  }
}
/*
PAGE - contact, confirm, thanks
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .contact {
    display: block;
    width: 100%;
    padding: 60px 0 100px;
    background-color: var(--white);
  }
  .contact__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .contact__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80px 2px;
    margin-bottom: 40px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .contact__mandatory {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .contact__mandatory > span {
    color: #DE0F0F;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    display: block;
    width: 100%;
    padding: 110px 0 120px;
    background-color: var(--white);
  }
  .contact__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .contact__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(var(--red),var(--red));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 130px 2px;
    margin-bottom: 40px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .contact__mandatory {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
  .contact__mandatory > span {
    color: #DE0F0F;
  }
}
/*layout*/
@media screen and (max-width:767px) {
  .site-form__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li + li {
    margin-top: 20px;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
  }
  .input-label > .label {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 23px;
  }
  .input-label > .label > small {
    font-size: 15px;
    line-height: 20px;
  }
  .input-label > .mandatory {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: #DE0F0F;
    padding-left: 5px;
  }
  .input-label > small {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #DE0F0F;
  }
  .input-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .site-form__wrap {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li + li {
    margin-top: 40px;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 320px;
    padding-right: 20px;
  }
  .input-label > .label {
    display: block;
    max-width: 230px;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 26px;
  }
  .input-label > .label > small {
    font-size: 15px;
    line-height: 20px;
  }
  .input-label > .mandatory {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #DE0F0F;
    padding-left: 10px;
  }
  .input-label > small {
    max-width: 230px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #DE0F0F;
  }
  .input-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 320px);
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input[type="text"] {
    max-width: 500px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #FCF7F7;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
  }
  .input-field input[type="text"]::placeholder {
    color: #AAAAAA;
    font-weight: 500;
  }
  /*select*/
  .input-field select {
    position: relative;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #FCF7F7;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
  }
  .input-field .subject {
    max-width: 300px;
  }
  .input-field select:has(option:checked[value=""]) {
    color: #AAAAAA;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .form-company-note {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.05em;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  /*textarea*/
  .input-field textarea {
    max-width: 500px;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: #FCF7F7;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    resize: none;
  }
  .input-field textarea::placeholder {
    color: #AAAAAA;
    font-weight: 500;
  }
  .input-field .error {
    display: block;
    width: 100%;
    color: #DE0F0F !important;
    font-size: 14px;
    line-height: 1;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    margin-top: 10px;
  }
  /*agree*/
  .form-agree {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .field-agree-checkbox__txt.confirm {
    display: none;
  }
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 330px;
    width: auto;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
    display: block;
    width: 100%;
    color: #DE0F0F !important;
    font-size: 14px;
    line-height: 1;
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    margin-top: 10px;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--red);
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*btn*/
@media screen and (min-width:0px) {
  .confirm-btn,
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 51px;
    border: 1px solid var(--red);
    background-color: var(--red);
    cursor: pointer;
  }
  .confirm-btn > span,
  .submit-btn > span {
    font-size: 15px;
    font-weight: 500;
    left: 0.07em;
    line-height: 1;
    color: var(--white);
  }
  .confirm-btn:hover,
  .submit-btn:hover {
    transition: 0.3s ease;
    border: 1px solid var(--red);
    background-color: #FCF7F7;
    opacity: 0.85;
  }
  .confirm-btn:hover > span,
  .submit-btn:hover > span {
    transition: 0.3s ease;
    color: var(--red);
  }
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 51px;
    border: 1px solid var(--red);
    cursor: pointer;
  }
  .back-btn > span {
    font-size: 15px;
    font-weight: 500;
    left: 0.07em;
    line-height: 1;
    color: var(--red);
  }
  .back-btn:hover {
    transition: 0.3s ease;
    border: 1px solid var(--red);
    background-color: #FCF7F7;
    opacity: 0.85;
  }
  .back-btn:hover > span {
    transition: 0.3s ease;
    color: var(--red);
  }
}
@media screen and (max-width:767px) {
  .form-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .form-btns > button + button {
    margin-top: 25px;
  }
}
@media screen and (min-width:768px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .form-btns > button + button {
    margin-left: calc(70/970 * 100%);
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .site-form__wrap.confirm .input-field {
    /* font-family: var(--noto-sans); */
    font-family:"Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .site-form__wrap.confirm  .form-company-note,
  .site-form__wrap.confirm .field-agree-checkbox {
    display: none;
  }
  .site-form__wrap.confirm .field-agree-checkbox__txt.confirm {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .site-form__wrap.confirm .field-agree-checkbox__txt.confirm > a {
    color: var(--red)
  }
  .site-form__wrap.confirm .field-agree-checkbox__txt.confirm > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*thanks*/
@media screen and (max-width:7687px) {
  .site-form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .site-form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}