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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* base color
--------------------------------------------- */
:root {
  --font-color: #333333;
  --white:#FFFFFF;
  --orange:#FF9503;
  --light-orange:#FFBF00;
  --green:#11B34D;
  --light-green:#6ADC47;
}


/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-sans);
  color: var(--font-color);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.07em;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (min-width:375px) {
  .sm-only {
    display: none;
  }
}
@media screen and (max-width:1024px){
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 64px;
    background-color: var(--white);
  }
  .site-header__top {
    display: block;
    width: 100%;
  }
  .site-header__top > .container {
    padding: 0 10px;
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 13px;
    color: var(--green);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 2px 0;
  }
  .site-header__top-menu {
    display: none;
  }
  /*nav*/
  .site-header__menu {
    display: block;
    width: 100%;
  }
  .site-header__menu > .container {
    padding: 0 10px;
  }
  .site-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 47px;
  }
  .site-header__logo {
    display: block;
    width: 160px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: none;
  }
  .mobile-nav-trigger {
    display: block;
    width: 40px;
    height: 47px;
    margin-right: 10px;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 26px;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--green);
    transition: transform 0.5s ease;
  }
  .site-header__menu .mobile-nav-trigger > i {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    font-family: var(--dm-serif);
    font-weight: 900;
    color: var(--green);
    letter-spacing: 0.05em;
  }
  .mobile-nav-trigger.active {
    z-index: 999;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 5px;
    right: 0;
    transform: translateY(7px) rotate(-35deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 3px;
    right: 0;
    transform: translateY(-7px) rotate(35deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2){
    display: none;
  }

}
@media screen and (min-width:1025px) {
  .site-header {
    display: block;
    width: 100%;
    height: 94px;
    background-color: var(--white);
    z-index: 999;
  }
  /*top menu*/
  .site-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: min(520px + (1040 - 520) * ((100vw - 1025px) / (1920 - 1025)), 1040px);
    font-size: 13px;
    line-height: 15.6px;
    color: var(--green);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 5px;
  }
  .site-header__top-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 480px;
    height: 50px;
  }
  .site-header__top-menu > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .site-header__top-request {
    background-color: var(--green);
  }
  .site-header__top-contact {
    background-color: var(--orange);
  }
  /*nav*/
  .site-header__menu {
    display: block;
    width: 100%;
  }
  .site-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__logo {
    display: block;
    width: 278px;
    padding: 10px 0;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 278px);
  }
  .site-header__nav-pc > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 36px;
  }
  .site-header__nav-pc > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 36px;
    font-size: 16px;
    color: var(--font-color);
    line-height: 1;
    font-weight: 500;
    padding: 0 min(15px + (25 - 15) * ((100vw - 1025px) / (1140 - 1025)), 25px);
  }
  .site-header__nav-pc > li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--orange);
    transition: 0.3s ease;
  }
  .site-header__nav-pc > li:hover > a {
    transition: color 0.3s ease;
    color: var(--orange);
  }
  .site-header__nav-pc > li:hover::after {
    width: 100%;
  }
  .site-header__subnav-pc {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 99;
    display: none;
    width: 260px;
    height:0;
    opacity: 0;
    background-color: var(--orange);
    padding: 30px;
    transition:all 0.3s ease;
  }
  .site-header__nav-pc > li.has-child:hover .site-header__subnav-pc {
    display: block;
    height: 260px;
    opacity: 1;
  }
  .site-header__subnav-pc > li  {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .site-header__subnav-pc > li + li {
    margin-top: 10px;
  }
  .site-header__subnav-pc > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: var(--white);
    letter-spacing: 0.1em;
  }
  .site-header__subnav-pc > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*header make sticky*/
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    height: 70px;
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    background-color: var(--white);
  }
  .site-header__menu.sticky .site-header__wrap {
    align-items: center;
  }
}
/*
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:transparent;
    padding-left: 20px;
    z-index: 991;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile-outer {
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,90%);
    padding-top: 64px;
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 58px);
    overflow-y: scroll;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    background-color: transparent;
    padding-bottom: 80px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block + .site-nav-mobile__block {
    margin-top: 1px;
  }
  .site-nav-mobile__block-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--noto-sans);
    line-height: 1;
    padding: 0 20px 0 40px;
    background: var(--green)
  }
  .site-nav-mobile__block-title > .child-trigger {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 12px;
    height: 40px;
  }
  .site-nav-mobile__block-title > .child-trigger > i {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
  }
  .site-nav-mobile__block-title > .child-trigger > i::before,
  .site-nav-mobile__block-title > .child-trigger > i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
  }
  .site-nav-mobile__block-title > .child-trigger > i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-nav-mobile__block-title > .child-trigger > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .site-nav-mobile__block-title.active > .child-trigger > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0) translate(-50%,-50%);
    transform-origin: 0 50%;
  }
  .site-nav-mobile__list {
    display: none;
    width: 100%;
    padding: 20px 20px 20px 50px;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li.child-page {
    padding-left: 10px;
  }
  .site-nav-mobile__list > li:nth-child(n+2){
    margin-top: 25px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 19.5px;
  }
  .site-nav-mobile__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 997;
    transform: translateY(150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translateY(0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
  }
  .site-floating-menu__contact {
    background-color: var(--orange);
  }
  .site-floating-menu__reserve {
    background-color: var(--green);
  }
  .site-floating-menu__wrap > a > span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--white);
    letter-spacing: 0.2em;
  }
  .site-floating-menu__wrap > a:nth-child(1) {
    order: 2;
  }
  .site-floating-menu__wrap > a:nth-child(2) {
    order: 1;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    width: 56px;
    height: 480px;
    z-index: 997;
    transform: translate(150%,-50%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(0,-50%);
  }
  .site-floating-menu__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 56px;
    height: 480px;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 240px;
  }
  .site-floating-menu__contact {
    background-color: var(--orange);
  }
  .site-floating-menu__reserve {
    background-color: var(--green);
  }
  .site-floating-menu__wrap > a > span {
    font-size: 16px;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: var(--white);
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn-bdr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    border: 1px solid var(--orange);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--orange);
    letter-spacing: 0.2em;
  }
  .site-btn-bdr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*or*/
  .site-btn-or {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color:var(--orange);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    letter-spacing: 0.2em;
  }
  .site-btn-or:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*gr*/
  .site-btn-gr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color:var(--green);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    letter-spacing: 0.2em;
  }
  .site-btn-gr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*site-btn-line*/
  .site-btn-line {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 55px;
    border: 2px solid var(--white);
    padding: 0 90px 0 30px;
    transition: 0.3s ease;
  }
  .site-btn-line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    display: block;
    width: 80px;
    height: 1px;
    background-color: var(--white);
  }
  .site-btn-line > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .site-btn-line:hover {
    background-color: var(--green);
    border: 2px solid var(--white);
    color: var(--white);
  }
  .site-btn-line:hover::after {
    background-color: var(--white);
  }
  /*line btn*/
  .site-btn-dash {
    position: relative;
    display: block;
    width: 240px;
    padding-right: 90px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: var(--font-color);
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(var(--font-color),var(--font-color));
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px 1px;
    transition: 0.3s ease;
  }
  .site-btn-dash:hover {
    color: rgba(51,51,51,0.6);
    background-image: linear-gradient(rgba(51,51,51,0.6),rgba(51,51,51,0.6));
  }
}
/*
CV
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-cv {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--white);
  }
  .site-cv__link {
    position: relative;
    display: block;
    width: 100%;
  }
  .site-cv__link:nth-child(1):after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2B671A;
    opacity: 0;
    transition: 0.3s ease;
  }
  .site-cv__link:nth-child(2):after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB7600;
    opacity: 0;
    transition: 0.3s ease;
  }
  .site-cv__link:hover:after {
    opacity: 0.8;
  }
  .site-cv__link-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
  }
  .site-cv__link-content > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    color: var(--white);
  }
  .site-cv__link-content > p > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--dm-serif);
    letter-spacing: 0.1em;
  }
  .site-cv__link-content > p > span:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
  }
  .site-cv__link-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .site-cv__link-bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) {
  .site-cv {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white);
  }
  .site-cv__link {
    position: relative;
    display: block;
    width: 50%;
  }
  .site-cv__link:nth-child(1):after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2B671A;
    opacity: 0;
    transition: 0.3s ease;
  }
  .site-cv__link:nth-child(2):after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB7600;
    opacity: 0;
    transition: 0.3s ease;
  }
  .site-cv__link:hover:after {
    opacity: 0.8;
  }
  .site-cv__link-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
  }
  .site-cv__link-content > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    color: var(--white);
  }
  .site-cv__link-content > p > span:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    font-family: var(--dm-serif);
    letter-spacing: 0.1em;
  }
  .site-cv__link-content > p > span:nth-child(2) {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
  }
  .site-cv__link-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .site-cv__link-bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (max-width:1024px) {
  .site-footer {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
    background-color: #F5F5F5;
    z-index: 10;
  }
  .site-footer__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width:1025px) {
  .site-footer {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 97px 0 0 0;
    background-color: #F5F5F5;
  }
  .site-footer__main {
    position: relative;
    display: block;
    padding-bottom: 68px;
  }

}
/*scroll*/
@media screen and (min-width:0px) {
  .scroll-top {
    position: absolute;
    top: 70px;
    right: -20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 127px;
    width: 25px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: var(--font-color);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--font-color);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 300;
    font-family: var(--dm-serif);
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width:1024px) {
  .scroll-top {
    top: initial;
    bottom: 140px;
    right: 10px;
    height: 100px;
    width: 25px;
  }
}
/*footer menu*/
@media screen and (max-width:1024px) {
  .site-footer__main-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 245px;
    width: 100%;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    text-align: center;
  }
  .site-footer__btn {
    margin-top: 30px;
  }
  .site-footer__nav {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 0 10px;
  }
  .site-footer__nav-tigger {
    position: relative;
    display: block;
    width: 60px;
    font-size: 15px;
    font-weight: 900;
    font-family: var(--dm-serif);
    color: var(--green);
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 0 auto;
    padding-bottom: 21px;
  }
  .site-footer__nav-tigger::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    display: block;
    width: 35px;
    height: 16px;
    background-image: url(./assets/images/icon-footernav.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s ease;
  }
  .site-footer__nav-tigger.active::after {
    transform: translateX(-50%) rotate(0);
  }
  .site-footer__menu-wrap {
    display: none;
    width: 100%;
    margin-top: 30px;
  }
  .site-footer__menu-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__menu-col {
    display: block;
    width: 100%;
  }
  .site-footer__menu-col + .site-footer__menu-col {
    margin-top: 30px;
  }
  .site-footer__menu-title {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--dm-serif);
    line-height: 20px;
    color: var(--orange);
    letter-spacing: 0.05em;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .site-footer__menu-list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-list > li + li {
    margin-top: 15px;
  }
  .site-footer__menu-list > li.child-page {
    padding-left: 20px;
  }
  .site-footer__menu-list > li > a {
    width: auto;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 600;
    color: var(--font-color);
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer__menu-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__menu-col {
    display: block;
    width: auto;
  }
  .site-footer__menu-col + .site-footer__menu-col {
    margin-top: 0;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__nav-tigger {
    display: none;
  }
  .site-footer__main-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer__info {
    display: block;
    width: calc(425/1000 * 100%);
  }
  .site-footer__logo {
    display: block;
    width: calc(280/425 * 100%);
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__address {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 14px;
  }
  .site-footer__btn {
    margin-top: 40px;
  }
  .site-footer__nav {
    display: block;
    width: calc(100% - 425px);
  }
  .site-footer__menu-wrap {
    display: block;
    width: 100%;
  }
  .site-footer__menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer__menu-col {
    display: block;
    width: auto;
  }
  .site-footer__menu-title {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: var(--orange);
    font-family: var(--dm-serif);
    letter-spacing: 0.05em;
  }
  .site-footer__menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
  }
  .site-footer__menu-list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-footer__menu-list > li + li {
    margin-top: 14px;
  }
  .site-footer__menu-list > li > a {
    width: auto;
    font-size: 13px;
    line-height: 16.9px;
    font-weight: 500;
    color: var(--font-color);
  }
  .site-footer__menu-list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*rights*/
@media screen and (min-width:0px) {
  .site-footer__rights {
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(#db7600 0%, #ff9503 100%);
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    line-height: 60px;
    color: var(--white);
    text-align: center;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
  }
}
@media screen and (max-width:1024px) {
  .site-footer__rights {
    height: 110px;
  }
  .site-footer__rights-txt {
    font-size: 10px;
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
    padding-top: 64px;
  }
}
@media screen and (min-width:1025px) {
  .main {
    display: block;
    width: 100%;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .page-mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(100% - 90px);
    height: 100%;
    background-image: url(./assets/images/page-mv-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-mv-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
  }
  .page-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:auto;
    padding: 10px 20px 10px 0;
  }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
    box-shadow: 5px 5px 0px rgba(245, 245, 245, 0.5);
  }
  .page-title > span {
    position: relative;
    z-index: 2;
  }
  .page-title > span:nth-child(1) {
    font-size: 26px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--light-green);
    line-height: 30px;
  }
  .page-title > span:nth-child(1)::first-letter,
  .page-title > span:nth-child(1) > i {
    color: var(--green);
  }
  .page-title > span:nth-child(2) {
    font-size: 15px;
    font-family: var(--noto-serif);
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .page-mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75%;
    height: 100%;
    background-image: url(./assets/images/page-mv-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-mv-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 220px;
  }
  .page-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 400px;
    width:100%;
    padding: calc(30/1140 * 100%) calc(30/1140 * 100%) calc(30/1140 * 100%) calc(70/1140 * 100%);
  }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
    box-shadow: 10px 10px 0px rgba(245, 245, 245, 0.5);
  }
  .page-title > span {
    position: relative;
    z-index: 2;
  }
  .page-title > span:nth-child(1) {
    font-size: 30px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--light-green);
    line-height: 1.5;
  }
  .page-title > span:nth-child(1)::first-letter,
  .page-title > span:nth-child(1) > i {
    color: var(--green);
  }
  .page-title > span:nth-child(2) {
    font-size: 15px;
    font-family: var(--noto-serif);
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 23px;
  }
}
@media screen and (min-width:1025px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .page-mv-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 270px;
  }
  .page-mv-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(810/1140 * 100%);
    height: 100%;
    background-image: url(./assets/images/page-mv-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 500px;
    width:100%;
    padding: calc(30/1140 * 100%) calc(30/1140 * 100%) calc(30/1140 * 100%) calc(70/1140 * 100%);
  }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
    box-shadow: 10px 10px 0px rgba(245, 245, 245, 0.5);
  }
  .page-title > span {
    position: relative;
    z-index: 2;
  }
  .page-title > span:nth-child(1) {
    font-size: 40px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--light-green);
    line-height: 1.5;
  }
  .page-title > span:nth-child(1)::first-letter,
  .page-title > span:nth-child(1) > i {
    color: var(--green);
  }
  .page-title > span:nth-child(2) {
    font-size: 16px;
    font-family: var(--noto-serif);
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 23px;
  }
}
/*
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;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:#777777;
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "›";
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    font-size: 16px;
    line-height:1;
    color:#777777;
    font-weight: 500;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:var(--green);
    font-weight: 500;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#777777;
    font-weight: 500;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .gi-breadcrumbs__list > li {
    font-size: 13px;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 15px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 13px;
  }
}
/*
PAGE - content wrap
--------------------------------------------- */
@media screen and (min-width:0px) {
  .page-contents {
    display: block;
    width: 100%;
    padding: 50px 0 100px;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 20px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--orange);
    line-height: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 10px;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
  }
  .not-found__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 32px;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--orange);
    line-height: 40px;
    letter-spacing: 0.2em;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
PAGE - home
--------------------------------------------- */
@media screen and (max-width:768px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    height: 540px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 94px);
    background-color: var(--white);
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .home-slogan {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 7;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .home-slogan__wrap {
    display: flex;
    width: 100%;
  }
  .home-slogan__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    color: var(--white);
    padding: 15px 20px 15px 0;
  }
  .home-slogan__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
  }
  .home-slogan__title > span {
    position: relative;
    z-index: 1;
  }
  .home-slogan__title > span:nth-child(1) {
    font-size:14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 14px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
  }
  .home-slogan__title > span:nth-child(2) {
    font-size:19px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
    margin-top: 10px;
  }
}
@media screen and (max-width:359px) {
  .home-slogan__title > span:nth-child(1) {
    font-size:12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 14px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
  }
  .home-slogan__title > span:nth-child(2) {
    font-size:17px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .home-slogan__wrap {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .home-slogan__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    color: var(--white);
    padding: 30px calc(70/1140 * 100%) 30px 0;
  }
  .home-slogan__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
  }
  .home-slogan__title > span {
    position: relative;
    z-index: 1;
  }
  .home-slogan__title > span:nth-child(1) {
    font-size:20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 31px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
  }
  .home-slogan__title > span:nth-child(2) {
    font-size:30px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 45px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
    margin-top: 10px;
  }

}
@media screen and (min-width:1025px) {
  .home-slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .home-slogan__wrap {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .home-slogan__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    color: var(--white);
    padding: 30px calc(70/1140 * 100%) 30px 0;
  }
  .home-slogan__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
  }
  .home-slogan__title > span {
    position: relative;
    z-index: 1;
  }
  .home-slogan__title > span:nth-child(1) {
    font-size:26px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 31px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
  }
  .home-slogan__title > span:nth-child(2) {
    font-size:36px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 45px;
    color: var(--green);
    font-family: var(--noto-serif);
    word-break: keep-all;
    margin-top: 10px;
  }

}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 540px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 540px;
    padding-bottom: 40px;
    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:768px) and (max-width:1024px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(600px - 40px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(600px - 40px);
    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 - 94px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 94px - 40px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 94px - 40px);
    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: 540px;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 540px;
    padding-bottom: 40px;
    z-index: 1;
  }
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 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: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #6F6F6F;
    opacity: 0.3;
    margin: 0 8px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #6F6F6F;
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    padding-bottom: 30px;
    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: 570px;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #6F6F6F;
    opacity: 0.3;
    margin: 0 8px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #6F6F6F;
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 94px);
    background-color: var(--white);
    padding-bottom: 40px;
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 94px);
    padding-bottom: 40px;
    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 - 94px - 40px);
    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: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #6F6F6F;
    opacity: 0.3;
    margin: 0 10px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #6F6F6F;
    opacity: 1;
  }
}

/*home-about*/
@media screen and (max-width:767px) {
  .home-about {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
  }
  .home-about__body {
    display: block;
    width: 100%;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-about {
    display: block;
    width: 100%;
    padding: 140px 0 100px;
    background-color: var(--white);
  }
  .home-about__body {
    display: block;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .home-about__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(40/16);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-about__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*home-reason*/
@media screen and (max-width:767px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F5F5F5;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--green);
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .home-reason__header > span:nth-child(2 ) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--green);
    line-height: 44px;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
  .home-reason__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 58.5px auto 0;
  }
  .home-reason__link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .home-reason__link:nth-child(n+2) {
    margin-top: 2px;
  }
  .home-reason__link-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 375px;
    width: 100%;
    padding: 0 20px;
  }
  .home-reason__link-badge {
    position: relative;
    display: block;
    width: auto;
    font-size: 40px;
    font-family: var(--dm-serif);
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    padding-bottom: 5px;
  }
  .home-reason__link-badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 15px;
    height: 2px;
    background-color: var(--white);
  }
  .home-reason__link-title {
    display: block;
    width: 100%;
    font-size: min(17px + (20 - 17) * ((100vw - 320px) / (375 - 320)), 20px);
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--white);
    line-height: 1.8;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-reason__link-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .home-reason__link-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 52px;
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F5F5F5;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--green);
    line-height: 32px;
    letter-spacing: 0.07em;
  }
  .home-reason__header > span:nth-child(2 ) {
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--green);
    line-height: 57px;
    letter-spacing: 0.2em;
  }
  .home-reason__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1366px;
    width: 100%;
    margin: 44px auto 0;
  }
  .home-reason__link {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  .home-reason__link:nth-child(2n),
  .home-reason__link:last-child {
    margin-right: 0;
  }
  .home-reason__link:nth-child(n+3) {
    margin-top: 2px;
  }
  .home-reason__link-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 570px;
    width: 100%;
    padding: 0 min(50px + (70 - 50) * ((100vw - 1025px) / (1366 - 1025)), 70px);
  }
  .home-reason__link:nth-child(odd):not(:last-child) .home-reason__link-content {
    right: 0;
  }
  .home-reason__link:nth-child(even) .home-reason__link-content {
    left: 0;
  }
  .home-reason__link-badge {
    position: relative;
    display: block;
    width: auto;
    font-size: 60px;
    font-family: var(--dm-serif);
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    padding-bottom: 5px;
  }
  .home-reason__link-badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--white);
  }
  .home-reason__link-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--white);
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-reason__link-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .home-reason__link-figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-reason__link-content {
    max-width: 364px;
    padding: 0 30px;
  }
  .home-reason__link-badge {
    font-size: 50px;
  }
  .home-reason__link-title {
    font-size: 18px;
    margin-top: 15px;
  }
  .home-reason__link-figure {
    height: 180px;
  }
}
/*home-greetings*/
@media screen and (max-width:767px) {
  .home-greetings {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
    overflow: hidden;
  }
  .home-greetings__body {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
  }
  .home-greetings__content {
    display: block;
    width: 100%;
  }
  .home-greetings__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .home-greetings__header > span:nth-child(1) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 24px;
    letter-spacing: 0.07em;
  }
  .home-greetings__header > span:nth-child(2 ) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 400;
    color: var(--orange);
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .home-greetings__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    line-height: 28px;
    margin-top: 40px;
  }
  .home-greetings__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-greetings__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 30px;
    margin-top: 40px;
  }
  .home-greetings__figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 100vw;
    height: calc(100% - 30px);
    background-color: rgba(136,136,136,0.18);
  }
  .home-greetings__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-greetings {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: var(--white);
    overflow: hidden;
  }
  .home-greetings__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .home-greetings__content {
    display: block;
    width: 50%;
    padding-left: calc(70/1140 * 100%);
  }
  .home-greetings__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-greetings__header > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 32px;
    letter-spacing: 0.07em;
  }
  .home-greetings__header > span:nth-child(2 ) {
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 400;
    color: var(--orange);
    line-height: 57px;
    letter-spacing: 0.2em;
  }
  .home-greetings__txt {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 40px;
  }
  .home-greetings__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 65px;
  }
  .home-greetings__figure {
    position: relative;
    display: block;
    width: calc(510/1140 * 100%);
    padding-right: calc(50/1140 * 100%);
    padding-top: 40px;
  }
  .home-greetings__figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    display: block;
    width: 50vw;
    height: calc(100% - 70px);
    background-color: rgba(136,136,136,0.18);
  }
  .home-greetings__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*home-flow*/
@media screen and (max-width:767px) {
  .home-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-image: url(./assets/images/home/flow/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .home-flow__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 20px;
  }
  .home-flow__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17,179,77,0.9);
  }
  .home-flow__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .home-flow__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-flow__header > span:nth-child(1) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .home-flow__header > span:nth-child(2 ) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--white);
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    color: var(--white);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  .home-flow__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-flow {
    display: block;
    width: 100%;
    padding: 136px 0 72px;
    background-image: url(./assets/images/home/flow/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .home-flow__body {
    position: relative;
    display: block;
    width: calc(640/1140 * 100%);
    padding: calc(50/1140 * 100%) 0 calc(50/1140 * 100%) calc(70/1140 * 100%);
    margin-left: auto;
  }
  .home-flow__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(17,179,77,0.9);
  }
  .home-flow__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .home-flow__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-flow__header > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--white);
    line-height: 32px;
    letter-spacing: 0.07em;
  }
  .home-flow__header > span:nth-child(2 ) {
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--white);
    line-height: 57px;
    letter-spacing: 0.2em;
  }
  .home-flow__txt {
    display: block;
    width: 100%;
    color: var(--white);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .home-flow__btns {
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
}
/*home-faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background: #F5F5F5;
  }
  .home-faq__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .home-faq__header > span:nth-child(2 ) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--orange);
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 20px;
  }
  .home-faq__list > li > .question {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 30px;
    padding: 0 35px 0 40px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 4px;
    line-height: 23.4px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-family: var(--dm-serif);
    background-color: var(--orange);;
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
    line-height: 18px;
  }
  .home-faq__list > li > .question > i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .home-faq__list > li > .question > i::before,
  .home-faq__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--orange);;
  }
 .home-faq__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-faq__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .home-faq__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq__list > li > .answer {
    display: none;
    width: 100%;
  }
  .home-faq__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0 0 0;
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    background: #F5F5F5;
  }
  .home-faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--orange);
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .home-faq__header > span:nth-child(2 ) {
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--orange);
    line-height: 57px;
    letter-spacing: 0.2em;
  }
  .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%);
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 20px;
  }
  .home-faq__list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 30px 0 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: var(--dm-serif);
    background-color: var(--orange);
    font-size: 28px;
    color: var(--white);
    font-weight: 300;
    line-height: 24px;
  }
  .home-faq__list > li > .question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .home-faq__list > li > .question > i::before,
  .home-faq__list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--orange);
  }
 .home-faq__list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .home-faq__list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .home-faq__list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .home-faq__list > li > .answer {
    display: none;
    width: 100%;
  }
  .home-faq__list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
    padding: 20px 30px 0 60px;
  }
  .home-faq__answer-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*home-post*/
@media screen and (max-width:767px) {
  .home-post {
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    background-color: var(--white);
  }
  .home-post__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home-post__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-post__blog {
    display: block;
    width: 100%;
  }
  .home-post__column {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .home-post__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-post__header > span:nth-child(1) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--green);
    line-height: 44px;
    letter-spacing: 0.1em;
  }
  .home-post__header > span:nth-child(2) {
    font-size: 15px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--green);
    line-height: 24px;
    letter-spacing: 0.07em;
  }
  /*blog*/
  .home-blog__items {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .home-blog__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 2px solid #EAF3F8;
  }
  .home-blog__items > li:not(:first-child) {
    padding-top: 20px;
  }
  .home-blog__item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-blog__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-blog__item-date {
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    line-height: 14px;
    color: #6F6F6F;
  }
  .home-blog__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 7px 0 0 0;
  }
  .home-blog__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
  }
  /*column*/
  .home-column__items {
    display: block;
    width: 100%;
  }
  .home-column__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px;
    background-color: var(--white);
    border: 1px solid #E2E8ED;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column__item + .home-column__item {
    margin-top: 15px;
  }
  .home-column__item-figure {
    display: block;
    width: 130px;
  }
  .home-column__item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-figure > picture {
    display: block;
    width: 100%;
  }
  .home-column__item-figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column__item-content {
    display: block;
    width: calc(100% - 130px - 10px);
  }
  .home-column__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-column__item-title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .home-column__item-date {
    display: block;
    width: 70px;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    line-height: 18px;
    color: #6F6F6F;
  }
  .home-column__item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 70px + 5px);
    margin: -5px 0 0 -5px;
  }
  .home-column__item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 18px;
    background-color: #6F6F6F;
    font-size: 10px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    word-break: keep-all;
    margin: 5px 0 0 5px;
    overflow: hidden;
  }
  .home-column__item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (min-width:768px) {
  .home-post {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .home-post__body {
    display: block;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
  }
  .home-post__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-post__blog {
    display: block;
    width: calc(395/940 * 100%);
  }
  .home-post__column {
    display: block;
    width: calc(465/940 * 100%);
  }
  .home-post__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-post__header > span:nth-child(1) {
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    color: var(--green);
    line-height: 44px;
    letter-spacing: 0.1em;
  }
  .home-post__header > span:nth-child(2) {
    font-size: 16px;
    font-family: var(--dm-serif);
    font-weight: 700;
    color: var(--green);
    line-height: 25px;
    letter-spacing: 0.07em;
  }
  /*blog*/
  .home-blog__items {
    display: block;
    width: 100%;
  }
  .home-blog__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 2px solid #EAF3F8;
  }
  .home-blog__items > li:not(:first-child) {
    padding-top: 21px;
  }
  .home-blog__item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-blog__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-blog__item-date {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    color: #6F6F6F;
  }
  .home-blog__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 7px 0 0 0;
  }
  .home-blog__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
  /*column*/
  .home-column__items {
    display: block;
    width: 100%;
  }
  .home-column__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    background-color: var(--white);
    border: 1px solid #E2E8ED;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column__item + .home-column__item {
    margin-top: 20px;
  }
  .home-column__item-figure {
    display: block;
    width: 130px;
  }
  .home-column__item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-figure > picture {
    display: block;
    width: 100%;
  }
  .home-column__item-figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column__item-content {
    display: block;
    width: calc(100% - 130px - 20px);
  }
  .home-column__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-column__item-title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }
  .home-column__item-date {
    display: block;
    width: 80px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    color: #6F6F6F;
  }
  .home-column__item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px + 5px);
    margin: -5px 0 0 -5px;
  }
  .home-column__item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    background-color: #6F6F6F;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
    margin: 5px 0 0 5px;
  }
  .home-column__item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-post__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .home-post__blog {
    width: 100%;
  }
  .home-post__column {
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - privacypolicy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacypolicy {
    display: block;
    width: 100%;
  }
  .privacypolicy__body {
    display: block;
    width: 100%;
  }
  .privacypolicy__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .privacypolicy__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .privacypolicy__txt > a {
    color: var(--green);
  }
  .privacypolicy__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .privacypolicy-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacypolicy__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.5px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .privacypolicy-block {
    display: block;
    width: 100%;
  }
  .privacypolicy-block + .privacypolicy-block {
    margin-top: 30px;
  }
  .privacypolicy__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .privacypolicy-info {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacypolicy-info__company {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .privacypolicy-info__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  .privacypolicy-info__txt > a {
    color: var(--font-color);
  }
  .privacypolicy-info__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .privacypolicy {
    display: block;
    width: 100%;
  }
  .privacypolicy__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .privacypolicy__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .privacypolicy__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .privacypolicy__txt > a {
    color: var(--green);
  }
  .privacypolicy__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .privacypolicy-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacypolicy-box + .privacypolicy-box {
    margin-top: 60px;
  }
  .privacypolicy__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.5px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .privacypolicy-block {
    display: block;
    width: 100%;
  }
  .privacypolicy-block + .privacypolicy-block {
    margin-top: 30px;
  }
  .privacypolicy__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .privacypolicy-info {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .privacypolicy-info__company {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .privacypolicy-info__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  .privacypolicy-info__txt > a {
    color: var(--font-color);
  }
  .privacypolicy-info__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--green);
    font-family: var(--dm-serif);
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: var(--green);
    color: var(--white);
    pointer-events: none;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/icon-prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.85px 13.98px;
    margin-right: 10px;
  }
  .pagination > .next.page-numbers {
    padding-right: 14px;
    background-image: url(./assets/images/icon-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6.85px 13.98px;
    margin-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .pagination {
    margin-top: 30px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    color: var(--green);
    padding-bottom: 10px;
    border-bottom: 3px solid var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    padding-left: 15px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
   display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 30px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
  }
  .single-content p:not(:first-child) {
    margin-top: 20px;
  }
  .single-content p + p {
    margin-top: 20px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 25px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 25px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--green);
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:19.5px;
    font-weight: 6500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:25px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:25px;
    line-height:19.5px;
    color: var(--green);
    font-family: var(--dm-serif);
    font-weight:600;
  }
  .single-content .wp-block-list {
    margin-top:30px;
  }
  /*table*/
  .single-content .wp-block-table {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .single-content .wp-block-table table tr td {
    padding: 12px 15px;
    border: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
  }
  .single-content .wp-block-table table tr td:first-child {
    display: block;
    width: 100%;
    background-color: #FAFAFA;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    color: var(--green);
  }
  .single-content .wp-block-table table tr:last-child td {
    border-bottom: 2px solid #EAF3F8;
  }
  .single-content .wp-block-table table tr td:first-child {
    border-bottom: 2px solid var(--green);
  }
  .single-content .wp-block-table table tr td:last-child {
    background-color: transparent;
    display: block;
    width: 100%;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 30px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--green);
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--green);
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: var(--green);
    font-family: var(--noto-serif);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 15px;
    font-family: var(--noto-serif);
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 5px 100%;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-content h6 {
   display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--noto-serif);
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 70px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
  }
  .single-content p:not(:first-child) {
    margin-top: 30px;
  }
  .single-content p + p {
    margin-top: 30px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 25px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 25px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--green);
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:19.5px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:25px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:26px;
    line-height:19.5px;
    color: var(--green);
    font-family: var(--dm-serif);
    font-weight:600;
  }
  .single-content .wp-block-list {
    margin-top:50px;
  }

  /*table*/
  .single-content .wp-block-table {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .single-content .wp-block-table table tr td {
    padding: 15px 20px;
    border: 0;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
  }
  .single-content .wp-block-table table tr td:first-child {
    width: 230px;
    background-color: #FBFBFB;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 700;
    color: var(--green);
  }
  .single-content .wp-block-table table tr td {
    border-bottom: 2px solid #DCEBE1;
  }
  .single-content .wp-block-table table tr td:first-child {
    border-bottom: 2px solid var(--green);
  }
  .single-content .wp-block-table table tr td:last-child {
    background-color: transparent;
    width: calc(100% - 230px);
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--green);
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--green);
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*img*/
  .single-content img {
    border-radius: 2px;
  }
}
/*
ARCHIVE - blog
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-blog {
    background-color: #F5F5F5;
  }
  .blog > .container {
    padding: 0 10px;
  }
  .blog__body {
    display: block;
    width: 100%;
  }
  .blog__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .blog-items {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .blog-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #EAF3F8;
  }
  .blog-items > li:not(:first-child) {
    padding-top: 20px;
  }
  .blog-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .blog-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .blog-item-date {
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    line-height: 15px;
    color: #6F6F6F;
  }
  .blog-item-title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 7px 0 0 0;
  }
}
@media screen and (min-width:768px) {
  .page-blog {
    background-color: #F5F5F5;
  }
  .blog__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .blog__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .no-item-txt {
    display: block;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .blog-items {
    display: block;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
  }
  .blog-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 2px solid #EAF3F8;
  }
  .blog-items > li:not(:first-child) {
    padding-top: 21px;
  }
  .blog-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .blog-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .blog-item-date {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    color: #6F6F6F;
  }
  .blog-item-title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 7px 0 0 0;
  }
}
/*
SINGLE - blog
--------------------------------------------- */
@media screen and (max-width:767px) {
  .blog-contents {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .single-blog__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    line-height: 35.5px;
    font-weight: 700;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .blog-contents {
    display: block;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
  }
  .single-blog__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-family: var(--noto-serif);
    line-height: 39px;
    font-weight: 700;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-blog__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
ARCHIVE - column
--------------------------------------------- */
/*layout*/
@media screen and (max-width:1024px) {
  .page-column {
    background-color: #F5F5F5;
  }
  .column {
    display: block;
    width: 100%;
  }
  .column__body {
    display: block;
    width: 100%;
  }
  .column__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .column-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .column-main {
    display: block;
    width: 100%;
  }
  .column-sidebar {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .column-no-item-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .page-column {
    background-color: #F5F5F5;
  }
  .column {
    display: block;
    width: 100%;
  }
  .column__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .column__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .column-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .column-main {
    display: block;
    width: calc(100% - 245px);
  }
  .column-sidebar {
    display: block;
    width: 245px;
    padding-left: 25px;
  }
  .column-no-item-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}
/*sidebar block*/
@media screen and (min-width:0px) {
  .sidebar-block {
    display: block;
    width: 100%;
  }
  .sidebar-block + .sidebar-block {
    margin-top: 50px;
  }
  .sidebar-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-family: var(--dm-serif);
    font-weight: 700;
    line-height: 29px;
    padding-bottom: 10px;
    color: var(--green);
    border-bottom: 2px solid #EAF3F8;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .sidebar-block__title > small {
    font-size: 12px;
    font-family: var(--noto-sans);
    font-weight: 700;
    color: var(--light-green);
  }
}
/*sidebar - form*/
@media screen and (min-width:0px) {
  .sidebar-from {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background-color: var(--white);
    border: 2px solid #EAF3F8;
    border-radius: 3px;
  }
  .sidebar-from > button {
    display: block;
    width: 39px;
    height: 38px;
    border: none;
    background-image: url(./assets/images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    cursor: pointer;
  }
  .sidebar-from > input[type="text"] {
    width: calc(100% - 39px);
    height: 38px;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    line-height: 38px;
    color: #CCCCCC;
    font-weight: 600;
    background: transparent;
  }
  .sidebar-from > input[type="text"]::placeholder {
    color: #CCCCCC;
    font-weight: 600;
  }
}
@media screen and (max-width:767px) {
  .sidebar-from {
    max-width: 100%;
  }
}
/*sidebar - ranking*/
@media screen and (min-width:0) {
  .sidebar-ranking__items {
    display: block;
    width: 100%;
  }
   .sidebar-ranking__items > li {
    display: block;
    width: 100%;
   }
  .sidebar-ranking__items > li + li {
    margin-top: 15px;
  }
  .sidebar-ranking__item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 56px;
    padding:5px 5px 5px 85px;
    background-color: var(--white);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .sidebar-ranking__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .sidebar-ranking__item-thumb {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 46px;
    overflow: hidden;
  }
  .sidebar-ranking__item-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sidebar-ranking__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sidebar-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
  }
  .sidebar-ranking__items > li + li {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .sidebar-ranking__items {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
   .sidebar-ranking__items > li {
    display: block;
    width: 100%;
   }
  .sidebar-ranking__items > li + li {
    margin-top: 20px;
  }
  .sidebar-ranking__item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 85px;
    padding:10px 10px 10px 120px;
    background-color: var(--white);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .sidebar-ranking__item-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 65px;
    overflow: hidden;
  }
  .sidebar-ranking__item-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sidebar-ranking__item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--font-color);
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
/*sidebar - categories*/
@media screen and (min-width:0) {
  .sidebar-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: -10px 0 0 -10px;
  }
  .sidebar-categories > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 10px;
    color: var(--white);
    font-weight: 700;
    line-height: 13px;
    text-align: right;
    padding: 7px 10px;
    background-color: #6F6F6F;
    margin-top: 10px;
    margin-left: 10px;
  }
  .sidebar-categories > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*sidebar - archives*/
@media screen and (min-width:0px) {
  .sidebar-archives__wrap {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .archive__wrap {
    display:block;
    width:100%;
    margin-top: 15px;
    padding-left: 10px;
  }
  .archive-month {
    display: block;
    width: 100%;
  }
  .archive-month > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .archive-month > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-month > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    letter-spacing: 0.05em;
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .archive-nested {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .archive-nested > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .archive-nested > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 10px;
    left: 6em;
    width: 10px;
    height: 5px;
    background-image: url(./assets/images/icon-archive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease-in;
  }
  .archive-nested > li.has_child > span.active {
    transform: rotate(-180deg);
  }
  .archive-nested  > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    letter-spacing: 0.05em;
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archive-nested > li > .sub-archive-nested > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    letter-spacing: 0.05em;
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .sidebar-archives__wrap {
    padding: 0 0;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .column-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 118px;
    background-color: var(--white);
    padding: 15px 10px 15px 160px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .column-item-figure {
    position: absolute;
    top: 15px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 88px;
    overflow: hidden;
  }
  .column-item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item-figure > picture {
    display: block;
    width: 100%;
  }
  .column-item-figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item-content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .column-item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .column-item-date {
    display: block;
    width: 70px;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    color: #6F6F6F;
  }
  .column-item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 70px + 5px);
    margin: -5px 0 0 -5px;
  }
  .column-item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    background-color: #6F6F6F;
    font-size: 10px;
    color: var(--white);
    word-break: keep-all;
    font-weight: 700;
    line-height: 1;
    padding: 0 7px;
    margin: 5px 0 0 5px;
  }
  .column-item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 20.8px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:768px) {
  .column-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 40px;
    width: 100%;
  }
  .column-item {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .column-item-figure {
    display: block;
    width: 100%;
  }
  .column-item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item-figure > picture {
    display: block;
    width: 100%;
  }
  .column-item-figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item-content {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .column-item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column-item-date {
    display: block;
    width: 80px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    color: #6F6F6F;
  }
  .column-item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px + 5px);
    margin: -5px 0 0 -5px;
  }
  .column-item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    background-color: #6F6F6F;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
    margin: 5px 0 0 5px;
  }
  .column-item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .column-item-title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
    letter-spacing: 0.1em;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .column-contents {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    line-height: 35.5px;
    font-weight: 700;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .column-contents {
    display: block;
    width: 100%;
    padding: calc(50/1000 * 100%);
    background-color: var(--white);
  }
  .single-column__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-family: var(--noto-serif);
    line-height: 39px;
    font-weight: 700;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - contact,confirm,thanks
--------------------------------------------- */
@media screen and (max-width:767px) {
  .contact {
    display: block;
    width: 100%;
  }
  .contact__body {
    display: block;
    width: 100%;
  }
  .contact__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .contact-form {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }

}
@media screen and (min-width:768px) {
  .contact {
    display: block;
    width: 100%;
  }
  .contact__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .contact__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .contact-form {
    display: block;
    max-width: 880px;
    width: 100%;
    margin: 80px auto 0;
  }

}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 24px;
    background-color: #E84949;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
    margin-top: 2px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-family: var(--noto-sans);
    font-weight: 400;
  }
}
@media screen and (max-width:359px) {
  .contact__header {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 313px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    padding: 12px calc(50/900 * 100%) 12px 0
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 24px;
    background-color: #E84949;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
    margin-top: 2px;
  }
  .input-field {
    display: block;
    width: calc(100% - 313px);
    font-family: var(--noto-sans);
    font-weight: 400;
  }
  .field-event-title {
    font-size: 16px;
    padding: 12px 0;
    font-weight: 500;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F7FAFC;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--noto-sans);
  }
  .input-field textarea {
    width: 100%;
    height: 197px;
    border-radius: 5px;
    background-color: #F7FAFC;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    border: none;
    font-family: var(--noto-sans);
    resize: none;
  }
  .input-field input[type="text"]::placeholder,
  .input-field textarea::placeholder {
    color: #CCCCCC;
    font-weight: 500;
  }

  /*address*/
  .input-field.address {
    display: flex;
    flex-direction: column;
  }
  .input-field.address > div:nth-child(n+2){
    margin-top: 20px;
  }
  .zip-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .field-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--noto-sans);
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    background-color: var(--font-color);
    color: var(--white);
    font-family: var(--noto-sans);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field.address select[name="prefecture"] {
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F8F8F8;
    font-family: var(--noto-sans);
  }
  .input-field select:has(option:checked[value=""]) {
    color: #CCCCCC;
    font-family: var(--noto-sans);
    font-weight: 500;
  }
  /*radio*/
  .input-radio-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 13px;
  }
  .input-radio-wrap .horizontal-item {
	  margin-left: 0 !important;
  }
  .input-radio-wrap > span + span {
    margin-top: 15px;
  }
  .input-radio-wrap input[type="radio"] {
    display: none;
  }
  .input-radio-wrap input[type="radio"] + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: 500;
    padding-left: 34px;
  }
  .input-radio-wrap input[type="radio"] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid var(--font-color);
  }
  .input-radio-wrap input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--font-color);
  }
  /*checkbox*/
  .input-checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 2px 0 12px;
  }
  .input-checkbox-wrap .horizontal-item {
	  margin-left: 0 !important;
  }
  .input-checkbox-wrap input[type="checkbox"] {
    display: none;
  }
  .input-checkbox-wrap input[type="checkbox"] + span {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 30px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .input-checkbox-wrap input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .input-checkbox-wrap input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  /*mail*/
  .mail-block {
    display: block;
    width: 100%;
  }
  .remail-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    margin: 10px 0;
  }
  /*error*/
  .input-field .error {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #E84949 !important;
    font-family: var(--noto-sans);
    font-weight: 500;
    margin-top: 5px;
  }
  .input-checkbox-wrap .error {
    padding-left: 20px;
  }
  /*agree*/
  .agree-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .agree-wrap .mwform-checkbox-field {
    order: 1;
  }
  .agree-wrap .agree__text {
    order: 2;
  }
  .agree-wrap .error {
    order: 3;
    max-width: 715px;
    width: 100%;
    color: #E84949 !important;
    font-weight: 500;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 25px;
    height: 30px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 0 10px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(./assets/images/icon-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(./assets/images/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree__text {
    display: block;
    width: auto;
    font-size: 15px;
    font-family: var(--noto-sans);
    line-height: 30px;
    font-weight: 500;
  }
  .agree__text > a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .agree__text > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .agree-confirm-text {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .input-checkbox-wrap {
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
  }
  .input-checkbox-wrap.flex-col {
    flex-direction: column;
  }
  .input-checkbox-wrap input[type="checkbox"] + span {
    margin-left: 10px;
    margin-top: 10px;
  }
  .input-checkbox-wrap .error {
    padding-left: 10px;
  }
  .agree__text {
    width: calc(100% - 25px);
  }
}
@media screen  and (max-width:359px) {
  .search-address {
    position: absolute;
    left: calc(20px + 150px + 20px);
    width: 92px;
  }
}
/*btns*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color: var(--green);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .confirm-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.2em;
  }
  .confirm-btn:hover {
    opacity: 0.7;
  }
  /*submit*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color: var(--green);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--white);
    transition: 0.3s ease;
    letter-spacing: 0.2em;
  }
  .submit-btn:hover {
    opacity: 0.7;
  }
  /*back*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid var(--green);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .back-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--green);
    transition: 0.3s ease;
    letter-spacing: 0.2em;
  }
  .back-btn:hover {
    opacity: 0.7;
    border: 1px solid var(--green);
  }
}
@media screen and (max-width:767px) {
  .form-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .form-btns > button + button {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .form-btns > button + button {
    margin-left: 70px;
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .contact-form.confirm .search-address,
  .contact-form.confirm .remail-block,
  .contact-form.confirm .agree-wrap,
  .contact-form.confirm .input-label > .mandatory {
    display: none;
  }
  .contact-form.confirm .input-label {
	  padding: 0 0;
  }
  .contact-form.confirm .input-radio-wrap {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .contact-form.confirm .agree-confirm-text {
    display: block;
    max-width: 820px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
  }
  .contact-form.confirm .agree-confirm-text a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
 .contact-form.confirm .agree-confirm-text a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*address*/
  .contact-form.confirm .input-field.address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-form.confirm .input-field.address > div {
    width: auto;
    margin-top: 0;
  }
  .contact-form.confirm .input-field.address > .zip-block {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .contact-form.confirm .input-label {
	  padding: 0 calc(50/900 * 100%) 0 0;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .thanks__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .thanks__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
    letter-spacing: 0.07em;
  }
  .thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .thanks__btns > a {
    border: 1px solid var(--green);
    color: var(--green);
  }
}
@media screen and (max-width:359px) {
  .thanks__header {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .thanks__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .thanks__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
    letter-spacing: 0.07em;
  }
  .thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .thanks__btns > a {
    border: 1px solid var(--green);
    color: var(--green);
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .faq {
    display: block;
    width: 100%;
  }
  .faq__body {
    display: block;
    width: 100%;
  }
  .faq__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .faq-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.8px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .faq-list {
    display: block;
    width: 100%;
  }
  .faq-list > li {
    display: block;
    width: 100%;
  }
  .faq-list > li + li {
    margin-top: 30px;
  }
  .faq-list > li > .question {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 30px;
    padding: 0 35px 0 40px;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 4px;
    line-height: 23.4px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-family: var(--dm-serif);
    background-color: var(--orange);;
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
    line-height: 18px;
  }
  .faq-list > li > .question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-list > li > .question > i::before,
  .faq-list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--orange);
  }
 .faq-list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-list > li > .answer {
    display: none;
    width: 100%;
  }
  .faq-list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0 0 0;
  }
  .home-faq__answer-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__answer-btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .home-faq__answer-btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .home-faq__answer-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .faq {
    display: block;
    width: 100%;
  }
  .faq__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .faq__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .faq-block__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .faq-list {
    display: block;
    width: 100%;
  }
  .faq-list > li {
    display: block;
    width: 100%;
  }
  .faq-list > li + li {
    margin-top: 30px;
  }
  .faq-list > li > .question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 30px 0 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-list > li > .question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: var(--dm-serif);
    background-color: var(--orange);
    font-size: 28px;
    color: var(--white);
    font-weight: 300;
    line-height: 24px;
  }
  .faq-list > li > .question > i {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-list > li > .question > i::before,
  .faq-list > li > .question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--orange);
  }
 .faq-list > li > .question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-list > li > .question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-list > li > .answer {
    display: none;
    width: 100%;
  }
  .faq-list > li > .answer > .answer-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0 0 60px;
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .faq-answer__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .faq-answer__btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .faq-answer__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - company
--------------------------------------------- */
@media screen and (max-width:767px) {
  .company {
    display: block;
    width: 100%;
  }
  .company__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .company__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
  }
  .company-profile tr th {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #FBFBFB;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--green);
    text-align: left;
    padding:10px 20px;
    border-bottom: 2px solid var(--green);
    letter-spacing: 0.1em;
  }
  .company-profile tr td {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #EAF3F8;
    letter-spacing: 0.07em;
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 50px;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
}
@media screen and (min-width:768px) {
  .company {
    display: block;
    width: 100%;
  }
  .company__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .company__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .company-profile {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
  }
  .company-profile tr th {
    width: 230px;
    background-color: #FBFBFB;
    padding: 30px;
    font-weight: 700;
    color: var(--green);
    text-align: left;
    vertical-align: middle;
    border-bottom: 2px solid var(--green);
    letter-spacing: 0.07em;
  }
  .company-profile tr td {
    width: calc(100% - 230px);
    padding: 30px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 2px solid #EAF3F8;
    letter-spacing: 0.07em;
  }
  .company-profile tr td a {
    color: var(--font-color);
  }
  .company-profile tr td a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .company-map {
    display: block;
    width: 100%;
    height: 390px;
    margin-top: 80px;
  }
  .company-map > iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
}
@media screen and (max-width:767px) {
  .company-advisor {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-advisor__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .company-advisor__title > small {
    font-size: 22px;
  }
  .company-advisor__content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .company-advisor__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .company-advisor__figure {
    display: block;
    width: 100%;
  }
  .company-advisor__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-advisor__col {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .company-advisor__name {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }
  .company-advisor__name > small {
    font-size: 16px;
  }
  .company-advisor__position {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 60px;
  }
  .company-advisor__position > span {
    position: absolute;
    left: 0;
  }
  .company-advisor__row {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 40px;
  }
  .company-advisor__row > span {
    color: var(--green);
  }
  .company-advisor__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .company-advisor__txt > a {
    color: var(--font-color);
  }
  .company-advisor__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width:374px) {
  .company-advisor__title {
    font-size: 22px;
  }
  .company-advisor__title > small {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .company-advisor {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .company-advisor__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .company-advisor__title > small {
    font-size: 28px;
  }
  .company-advisor__content {
    display: block;
    width: 100%;
    padding: 0 calc(30/1000 * 100%);
    margin-top: 50px;
  }
  .company-advisor__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .company-advisor__figure {
    display: block;
    width: calc(400/940 * 100%);
  }
  .company-advisor__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .company-advisor__col {
    display: block;
    width: calc(490/940 * 100%);
  }
  .company-advisor__name {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
  .company-advisor__name > small {
    font-size: 20px;
  }
  .company-advisor__position {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 75px;
  }
  .company-advisor__position > span {
    position: absolute;
    left: 0;
  }
  .company-advisor__row {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 40px;
  }
  .company-advisor__cols + .company-advisor__row {
    margin-top: 50px;
  }
  .company-advisor__row > span {
    color: var(--green);
  }
  .company-advisor__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .company-advisor__txt > a {
    color: var(--font-color);
  }
  .company-advisor__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - greetings
--------------------------------------------- */
@media screen and (max-width:767px) {
  .greetings {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .greetings-content {
    display: block;
    width: 100%;
  }
  .greetings__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .greetings-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .greetings-col__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .greetings__figure {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .greetings__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    background-color: #F5F5F5;
  }
  .greetings__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .greetings__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .greetings__name {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .greetings__banner {
    display: block;
    width: calc(100% + 40px);
    margin-top: 50px;
    margin-left: -20px;
  }
  .greetings__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .greetings {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .greetings-content {
    display: block;
    width: 100%;
    padding: 0 calc(70/1140 * 100%);
  }
  .greetings__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .greetings-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .greetings-col__txt {
    display: block;
    width: calc(520/1000 * 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .greetings__figure {
    position: relative;
    display: block;
    width: calc(457/1000 * 100%);
    margin-right: -20px;
  }
  .greetings__figure::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
  }
  .greetings__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .greetings__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .greetings__name {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.07em;
    margin-top: 50px;
  }
  .greetings__banner {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .greetings__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    display: block;
    width: 100%;
  }
  .sitemap__body {
    display: block;
    width: 100%;
  }
  .sitemap__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .sitemap-menu__wrap {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
    margin: 50px auto 0;
  }
  .sitemap-menu {
    display: block;
    width: 100%;
  }
  .sitemap-menu + .sitemap-menu {
    margin-top: 50px;
  }
  .sitemap-menu__title {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: var(--orange);
    font-family: var(--dm-serif);
    letter-spacing: 0.05em;
  }
  .sitemap-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .sitemap-list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-list > li + li {
    margin-top: 20px;
  }
  .sitemap-list > li > a {
    width: auto;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--font-color);
  }
  .sitemap-list > li.child-page > a {
    font-size: 17px;
    color: #6F6F6F;
  }
  .sitemap-list > li > a:hover {
    transition: color 0.3s ease;
    color: var(--green);
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    display: block;
    width: 100%;
  }
  .sitemap__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .sitemap-menu__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .sitemap-menu {
    display: block;
    width: calc(260/1000 * 100%);
  }
  .sitemap-menu__title {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: var(--orange);
    font-family: var(--dm-serif);
    letter-spacing: 0.05em;
  }
  .sitemap-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }
  .sitemap-list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-list > li + li {
    margin-top: 20px;
  }
  .sitemap-list > li > a {
    width: auto;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--font-color);
  }
  .sitemap-list > li.child-page > a {
    font-size: 17px;
    color: #6F6F6F;
  }
  .sitemap-list > li > a:hover {
    transition: color 0.3s ease;
    color: var(--green);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sitemap-menu {
    display: block;
    width: calc(300/1000 * 100%);
  }
  .sitemap-list > li > a {
    font-size: 16px;
  }
  .sitemap-list > li.child-page > a {
    font-size: 15px;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .flow {
    display: block;
    width: 100%;
  }
  .flow__body {
    display: block;
    width: 100%;
  }
  .flow__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .flow-steps {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .flow-step {
    position: relative;
    display: block;
    width: 100%;
    background-color: #FBFBFB;
  }
  .flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 34px;
    height: 20px;
    background-image: url(./assets/images/flow/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-step + .flow-step {
    margin-top: 60px;
  }
  .flow-step__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
  }
  .flow-step:nth-child(odd) > .flow-step__badge {
    background-color: #EEFBF2;
  }
  .flow-step:nth-child(even) > .flow-step__badge {
    background-color: #DCEBE1;
  }
  .flow-step__badge > span {
    color: var(--green);
    font-family: var(--dm-serif);
    font-weight: 700;
  }
  .flow-step__badge > span:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .flow-step__badge > span:nth-child(2) {
    font-size: 60px;
    line-height: 50px;
  }
  .flow-step-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
  }
  .flow-step__content {
    display: block;
    width: 100%;
  }
  .flow-step__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: center;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .flow-step__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .flow-step__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .flow-step__btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .flow-step__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .flow-step__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .flow-step__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .flow {
    display: block;
    width: 100%;
  }
  .flow__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .flow__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .flow-steps {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .flow-step {
    position: relative;
    display: block;
    width: 100%;
    padding-left: calc(145/1000 * 100%);
    background-color: #FBFBFB;
  }
  .flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 34px;
    height: 20px;
    background-image: url(./assets/images/flow/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-step + .flow-step {
    margin-top: 60px;
  }
  .flow-step__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(145/1000 * 100%);
    height: 100%;
  }
  .flow-step:nth-child(odd) > .flow-step__badge {
    background-color: #EEFBF2;
  }
  .flow-step:nth-child(even) > .flow-step__badge {
    background-color: #DCEBE1;
  }
  .flow-step__badge > span {
    color: var(--green);
    font-family: var(--dm-serif);
    font-weight: 700;
  }
  .flow-step__badge > span:nth-child(1) {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .flow-step__badge > span:nth-child(2) {
    font-size: 80px;
    line-height: 1;
  }
  .flow-step-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: calc(30/855 * 100%) calc(30/855 * 100%) calc(40/855 * 100%);
  }
  .flow-step__content {
    display: block;
    width: calc(460/795 * 100%);
  }
  .flow-step__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .flow-step__txt {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .flow-step__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .flow-step__btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25.5px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .flow-step__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .flow-step__figure {
    display: block;
    width: calc(300/795 * 100%);
  }
  .flow-step__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - reason
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .reason-intro {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    background-color: var(--white);
  }
  .reason-intro__body {
    display: block;
    width: 100%;
  }
  .reason-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .reason-intro__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .reason-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width:768px) {
  .reason-intro {
    display: block;
    width: 100%;
    padding-bottom: 70px;
    background-color: var(--white);
  }
  .reason-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .reason-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .reason-intro__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .reason-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
}
/*wrap*/
@media screen and (max-width:767px) {
  .reason-points {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .reason-points__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    line-height: 52px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.08em;
    text-align: center;
  }
  .reason-points__header > span {
    font-size: 45px;
  }
  .reason-points__wrap {
    display: block;
    width: 100%;
  }
  .reason-point {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: -20px auto 0;
    padding-top: 70px;
  }
  .reason-point-box {
    display: block;
    width: 100%;
  }
  .reason-point-content {
    display: block;
    width: 100%;
  }
  .reason-point__badge {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: var(--dm-serif);
    font-weight: 400;
    line-height: 40px;
  }
  .reason-point:nth-child(1) .reason-point__badge {
    color: #062453;
  }
  .reason-point:nth-child(2) .reason-point__badge {
    color: #65722F;
  }
  .reason-point:nth-child(3) .reason-point__badge {
    color: #4281AF;
  }
  .reason-point:nth-child(4) .reason-point__badge {
    color: #6E1D36;
  }
  .reason-point:nth-child(5) .reason-point__badge {
    color: #7E7E6F;
  }
  .reason-point__badge > small {
    font-size: 15px;
    font-weight: 700;
    padding-right: 5px;
  }
  .reason-point__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--noto-serif);
    line-height: 36px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .reason-point:nth-child(1) .reason-point__title {
    color: #062453;
  }
  .reason-point:nth-child(2) .reason-point__title {
    color: #65722F;
  }
  .reason-point:nth-child(3) .reason-point__title {
    color: #4281AF;
  }
  .reason-point:nth-child(4) .reason-point__title {
    color: #6E1D36;
  }
  .reason-point:nth-child(5) .reason-point__title {
    color: #7E7E6F;
  }
  .reason-point__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .reason-point__list {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .reason-point__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .reason-point__list > li > span {
    position: absolute;
    left: 0;
  }
  .reason-point__figure {
    position: relative;
    display: block;
    width: calc(100%);
    padding: 0 30px 20px 20px;
    margin-top: 30px;
  }
  .reason-point__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 40px;
    display: block;
    width: calc(100% - 50px);
    height: calc(100% - 20px);
  }
  .reason-point:nth-child(1) .reason-point__figure::after {
    background-color: #062453;
    opacity: 0.2;
  }
  .reason-point:nth-child(2) .reason-point__figure::after {
    background-color: #65722F;
    opacity: 0.2;
  }
  .reason-point:nth-child(3) .reason-point__figure::after {
    background-color: #4281AF;
    opacity: 0.2;
  }
  .reason-point:nth-child(4) .reason-point__figure::after {
    background-color: #6E1D36;
    opacity: 0.2;
  }
  .reason-point:nth-child(5) .reason-point__figure::after {
    background-color: #7E7E6F;
    opacity: 0.2;
  }
  .reason-point__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .reason-points {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .reason-points__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.08em;
    text-align: center;
  }
  .reason-points__header > span {
    font-size: 60px;
  }
  .reason-points__wrap {
    display: block;
    width: 100%;
  }
  .reason-point {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 30px auto 0;
    padding: 70px 0 0;
    min-height: 555px;
  }
  .reason-point-box {
    display: block;
    width: calc(1000/1140 * 100%);
    margin: 0 auto;
  }
  .reason-point-content {
    display: block;
    width: calc(550/1000 * 100%);
  }
  .reason-point:nth-child(even) .reason-point-content {
    margin-left: auto;
  }
  .reason-point__badge {
    display: block;
    width: 100%;
    font-size: 50px;
    font-family: var(--dm-serif);
    font-weight: 400;
    line-height: 52px;
  }
  .reason-point:nth-child(1) .reason-point__badge {
    color: #062453;
  }
  .reason-point:nth-child(2) .reason-point__badge {
    color: #65722F;
  }
  .reason-point:nth-child(3) .reason-point__badge {
    color: #4281AF;
  }
  .reason-point:nth-child(4) .reason-point__badge {
    color: #6E1D36;
  }
  .reason-point:nth-child(5) .reason-point__badge {
    color: #7E7E6F;
  }
  .reason-point__badge > small {
    font-size: 20px;
    font-weight: 700;
    padding-right: 10px;
  }
  .reason-point__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--noto-serif);
    line-height: 45px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .reason-point:nth-child(1) .reason-point__title {
    color: #062453;
  }
  .reason-point:nth-child(2) .reason-point__title {
    color: #65722F;
  }
  .reason-point:nth-child(3) .reason-point__title {
    color: #4281AF;
  }
  .reason-point:nth-child(4) .reason-point__title {
    color: #6E1D36;
  }
  .reason-point:nth-child(5) .reason-point__title {
    color: #7E7E6F;
  }
  .reason-point__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .reason-point__list {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .reason-point__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .reason-point__list > li > span {
    position: absolute;
    left: 0;
  }
  .reason-point__figure {
    position: absolute;
    top: 170px;
    display: block;
    width: calc(583/1366 * 100%);
  }
  .reason-point:nth-child(odd) .reason-point__figure {
    right: 0;
  }
  .reason-point:nth-child(even) .reason-point__figure {
    left: 0;
  }
  .reason-point__figure::after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .reason-point:nth-child(odd) .reason-point__figure::after {
    left: 50px;
  }
  .reason-point:nth-child(even) .reason-point__figure::after {
    right: 50px;
  }
  .reason-point:nth-child(1) .reason-point__figure::after {
    background-color: #062453;
    opacity: 0.2;
  }
  .reason-point:nth-child(2) .reason-point__figure::after {
    background-color: #65722F;
    opacity: 0.2;
  }
  .reason-point:nth-child(3) .reason-point__figure::after {
    background-color: #4281AF;
    opacity: 0.2;
  }
  .reason-point:nth-child(4) .reason-point__figure::after {
    background-color: #6E1D36;
    opacity: 0.2;
  }
  .reason-point:nth-child(5) .reason-point__figure::after {
    background-color: #7E7E6F;
    opacity: 0.2;
  }
  .reason-point__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - about
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .about-intro {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    background-color: var(--white);
  }
  .about-intro__body {
    display: block;
    width: 100%;
  }
  .about-intro__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .about-intro__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .about-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width:359px) {
  .about-intro__title > br {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .about-intro {
    display: block;
    width: 100%;
    padding-bottom: 70px;
    background-color: var(--white);
  }
  .about-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .about-intro__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .about-intro__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .about-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
}
/*features*/
@media screen and (max-width:767px) {
  .about-features {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .about-features__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (375 - 320)), 24px);
    font-weight: 600;
    line-height: 36px;
    font-family: var(--noto-serif);
    color: var(--green);
    text-align: center;
    margin-bottom: 50px;
  }
  .about-features__figure {
    display: block;
    width: calc(100% + 86px);
    margin-left: -43px;
  }
  .about-features__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-features__wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .about-feature {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 20px;
  }
  .about-feature > .container {
    padding: 0;
  }
  .about-feature + .about-feature {
    margin-top: 50px;
  }
  .about-feature__content {
    display: block;
    width: 100%;
  }
  .about-feature__title {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 52px;
    font-weight: 500;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .about-feature__title > span {
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
    opacity: 0.4;
  }
  .about-feature:nth-child(1) .about-feature__title {
    color: #062453;
  }
  .about-feature:nth-child(2) .about-feature__title {
    color: #6E1D36;
  }
  .about-feature:nth-child(3) .about-feature__title {
    color: #65722F;
  }
  .about-feature__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--noto-serif);
    line-height: 36px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .about-feature:nth-child(1) .about-feature__subtitle {
    color: #062453;
  }
  .about-feature:nth-child(2) .about-feature__subtitle {
    color: #6E1D36;
  }
  .about-feature:nth-child(3) .about-feature__subtitle {
    color: #65722F;
  }
  .about-feature__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .about-feature__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .about-feature__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
  }
  .about-feature:nth-child(1) .about-feature__figure::after {
    background-color: #667792;
    opacity: 0.2;
  }
  .about-feature:nth-child(2) .about-feature__figure::after {
    background-color: #976373;
    opacity: 0.2;
  }
  .about-feature:nth-child(3) .about-feature__figure::after {
    background-color: #959C78;
    opacity: 0.2;
  }
  .about-feature__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .about-features {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .about-features__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 50px;
  }
  .about-features__figure {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .about-features__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .about-features__wrap {
    display: block;
    width: 100%;
  }
  .about-feature {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    min-height: min(466.367px + (555 - 466.367) * ((100vw - 1025px) / (1366 - 1025)), 555px);
  }
  .about-feature + .about-feature {
    margin-top: 100px;
  }
  .about-feature__content {
    display: block;
    width: calc(550/1140 * 100%);
  }
  .about-feature:nth-child(odd) .about-feature__content {
    margin-left: calc(70/1140 * 100%);
  }
  .about-feature:nth-child(even) .about-feature__content {
    margin-left: auto;
  }
  .about-feature__title {
    display: block;
    width: 100%;
    font-size: 50px;
    line-height: 52px;
    font-weight: 500;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .about-feature__title > span {
    font-weight: 700;
    font-size: 80px;
    line-height: 50px;
    opacity: 0.4;
  }
  .about-feature:nth-child(1) .about-feature__title {
    color: #062453;
  }
  .about-feature:nth-child(2) .about-feature__title {
    color: #6E1D36;
  }
  .about-feature:nth-child(3) .about-feature__title {
    color: #65722F;
  }
  .about-feature__subtitle {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--noto-serif);
    line-height: 45px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .about-feature:nth-child(1) .about-feature__subtitle {
    color: #062453;
  }
  .about-feature:nth-child(2) .about-feature__subtitle {
    color: #6E1D36;
  }
  .about-feature:nth-child(3) .about-feature__subtitle {
    color: #65722F;
  }
  .about-feature__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .about-feature__figure {
    position: absolute;
    top: 150px;
    display: block;
    width: calc(583/1366 * 100%);
  }
  .about-feature:nth-child(odd) .about-feature__figure {
    right: 0;
  }
  .about-feature:nth-child(even) .about-feature__figure {
    left: 0;
  }
  .about-feature__figure::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .about-feature:nth-child(1) .about-feature__figure::after {
    background-color: #667792;
    opacity: 0.2;
  }
  .about-feature:nth-child(2) .about-feature__figure::after {
    background-color: #976373;
    opacity: 0.2;
  }
  .about-feature:nth-child(3) .about-feature__figure::after {
    background-color: #959C78;
    opacity: 0.2;
  }

  .about-feature__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .about-feature__subtitle {
    font-size: 26px;
  }
}
/*
PAGE - service
--------------------------------------------- */
@media screen and (max-width:767px) {
  .service {
    display: block;
    width: 100%;
  }
  .service > .container {
    padding: 0;
  }
  .service__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .service__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .service-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .service-type {
    display: block;
    width: 100%;
  }
  .service-type:nth-child(n+2) {
    margin-top: 50px;
  }
  .service-type__figure {
    display: block;
    width: 100%;
  }
  .service-type__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-type__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 40px);
    margin: -40px auto 0;
    background-color: rgba(251,251,251,0.9);
    padding: 20px ;
    border-left: 3px solid var(--green);
  }
  .service-type__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
  }
  .service-type__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .service-type__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .service-type__btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .service-type__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .service {
    display: block;
    width: 100%;
  }
  .service__body {
    display: block;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
  }
  .service__header {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 50px;
  }
  .service-types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .service-type {
    display: block;
    width: calc(500/1025 * 100%);
    margin-right: calc(25/1025 * 100%);
  }
  .service-type:nth-child(2n),
  .service-type:last-child {
    margin-right: 0;
  }
  .service-type:nth-child(n+3) {
    margin-top: 80px;
  }
  .service-type__figure {
    display: block;
    width: calc(475/500 * 100%);
  }
  .service-type__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .service-type__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(475/500 * 100%);
    min-height: 320px;
    margin: -50px 0 0 auto;
    background-color: rgba(251,251,251,0.9);
    padding: 20px 20px 60px;
    border-left: 3px solid var(--green);
  }
  .service-type__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .service-type__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .service-type__btns {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;
  }
  .service-type__btn {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    color:var(--green);
    font-weight: 500;
    letter-spacing: 0.07em;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .service-type__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .service-type__content {
    min-height: 379px;
  }
  .service-type__title {
    font-size: 22px;
  }
}
/*
PAGE - consulting
--------------------------------------------- */
/*consulting-intro*/
@media screen and (max-width:767px) {
  .consulting-intro {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .consulting-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin:0 auto 50px;
  }
  .consulting-intro__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 238px;
    overflow: hidden;
  }
  .consulting-intro__banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .consulting-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: -50px;
  }
  .consulting-intro__title {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-intro__txtbox {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: rgba(251,251,251,0.9);
  }
  .consulting-intro__txt {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-intro__list {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .consulting-intro__list > li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .consulting-intro__list > li > span {
    position: absolute;
    left: 0;
  }
  .consulting-intro__list > li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width:359px) {
  .consulting-intro__header {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .consulting-intro {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .consulting-intro__header {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin:0 auto 50px;
  }
  .consulting-intro__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .consulting-intro__banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .consulting-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: -150px;
  }
  .consulting-intro__txtbox {
    position: relative;
    display: block;
    width: calc(820/1140 * 100%);
    padding: calc(50/1140 * 100%) calc(50/1140 * 100%) calc(50/1140 * 100%) calc(70/1140 * 100%);
  }
  .consulting-intro__txtbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(251,251,251,0.9);
  }
  .consulting-intro__title {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-intro__txt {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-intro__list {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .consulting-intro__list > li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .consulting-intro__list > li > span {
    position: absolute;
    left: 0;
  }
  .consulting-intro__list > li + li {
    margin-top: 20px;
  }
}
/*consulting-feature*/
@media screen and (max-width:767px) {
  .consulting-feature {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    overflow: hidden;
  }
  .consulting-feature__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 36.4px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--green);
    margin: 0 auto 30px;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature {
    display: block;
    width: 100%;
    padding: 70px 0 0;
    overflow: hidden;
  }
  .consulting-feature__header {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 34px;
    font-weight: 600;
    line-height: 36.4px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--green);
    margin: 0 auto 30px;
  }
}
/*consulting-feature1*/
@media screen and (max-width:767px) {
  .consulting-feature1 {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
  .consulting-feature1__body {
    display: block;
    width: 100%;
  }
  .consulting-feature1__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature1__list {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
  .consulting-feature1__list > li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 25px;
    background-image: url(./assets/images/consulting_1/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .consulting-feature1__list > li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature1 {
    display: block;
    width: 100%;
    padding-bottom: 70px;
  }
  .consulting-feature1__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .consulting-feature1__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature1__list {
    display: block;
    width: 100%;
    padding: 30px 20px 0;
  }
  .consulting-feature1__list > li {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/consulting_1/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px auto;
  }
  .consulting-feature1__list > li + li {
    margin-top: 20px;
  }
}
/*consulting-feature2*/
@media screen and (max-width:767px) {
  .consulting-feature2 {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #F9F9F9;
  }
  .consulting-feature2 > .container {
    padding: 0;
  }
  .consulting-feature2__body {
    position: relative;
    display: block;
    width: 100%;
  }
  .consulting-feature2__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .consulting-feature2__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature2__title > small {
    font-size: 16px;
  }
  .consulting-feature2__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature2__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature2__txt > span {
    font-weight: 600;
    font-size: 18px;
  }
  .consulting-feature2__list {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    padding: 10px;
    background-color: var(--white);
    border-left: 3px solid var(--green);
    margin-top: 30px;
  }
  .consulting-feature2__list.remove-topm {
    margin-top: 0;
  }
  .consulting-feature2__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
  .consulting-feature2__list > li + li {
    margin-top: 10px;
  }
  .consulting-feature2__list > li > span {
    position: absolute;
    left: 0;
    color: var(--green);
  }
  .consulting-feature2__list + p {
    margin-top: 30px;
  }
  .consulting-feature2__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .consulting-feature2__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .consulting-feature2__title {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature2 {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    min-height: 570px;
    margin: 0 auto;
  }
  .consulting-feature2.consulting__3 {
    min-height: 470px;
  }
  .consulting-feature2.consulting__5 {
    min-height: min(308.17px + (470 - 308.17) * ((100vw - 768px) / (1366 - 768)), 470px);
  }
  .consulting-feature2.consulting__6 {
    min-height: min(484px + (537 - 484) * ((100vw - 768px) / (1366 - 768)), 570px);
  }
  .consulting-feature2__body {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .consulting-feature2__body.consulting__3 {
    min-height: 470px;
  }
  .consulting-feature2__body.consulting__6 {
    min-height: min(484px + (570 - 484) * ((100vw - 768px) / (1366 - 768)), 570px);
  }
  .consulting-feature2__body.consulting__5 {
    min-height: min(308.17px + (470 - 308.17) * ((100vw - 768px) / (1366 - 768)), 470px);
  }
  .consulting-feature2__body.consulting_7 {
    min-height: 570px;
  }
  .consulting-feature2.float-right .consulting-feature2__body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #F9F9F9;
  }
  .consulting-feature2.float-left .consulting-feature2__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #F9F9F9;
  }
  .consulting-feature2__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(550/1000 * 100%);
  }
  .consulting-feature2.float-left .consulting-feature2__content {
    margin-left: auto;
  }
  .consulting-feature2__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature2__title > small {
    font-size: 20px;
  }
  .consulting-feature2__subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature2__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature2__txt > span {
    font-weight: 600;
    font-size: 18px;
  }
  .consulting-feature2__list {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px 30px;
    background-color: var(--white);
    border-left: 3px solid var(--green);
    margin-top: 30px;
  }
  .consulting-feature2__list.remove-topm {
    margin-top: 0;
  }
  .consulting-feature2__list > li {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
  .consulting-feature2__list > li + li {
    margin-top: 15px;
  }
  .consulting-feature2__list > li > span {
    position: absolute;
    left: 0;
    color: var(--green);
  }
  .consulting-feature2__list + p {
    margin-top: 30px;
  }
  .consulting-feature2__figure {
    position: absolute;
    top: 50px;
    z-index: 1;
    display: block;
    width: calc(583/1366 * 100%);
  }
  .consulting-feature2.float-right .consulting-feature2__figure {
    right: 0;
  }
  .consulting-feature2.float-left .consulting-feature2__figure {
    left: 0;
  }
  .consulting-feature2__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:1025px) {
  .consulting-feature2.consulting__6,
  .consulting-feature2__body.consulting__6 {
    min-height: min(452px + (570 - 452) * ((100vw - 1025px) / (1366 - 1025)), 570px);
  }
}
/*consulting-feature2 - block*/
@media screen and (max-width:767px) {
  .consulting-feature2__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .consulting-feature2__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 31.2px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .consulting-feature2__block-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .consulting-feature2__block-row > dt {
    display: block;
    width: 70px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.07;
  }
  .consulting-feature2__block-row > dd {
    position: relative;
    display: block;
    width: calc(100% - 70px);
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.07;
    padding-left: 10px;
  }
  .consulting-feature2__block-row > dd > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature2__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .consulting-feature2__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 31.2px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .consulting-feature2__block-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .consulting-feature2__block-row > dt {
    display: block;
    width: 80px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.07;
  }
  .consulting-feature2__block-row > dd {
    position: relative;
    display: block;
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.07;
    padding-left: 15px;
  }
  .consulting-feature2__block-row > dd > span {
    position: absolute;
    left: 0;
  }
}
/*consulting-feature3*/
@media screen and (max-width:767px) {
  .consulting-feature3 {
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }
  .consulting-feature3 > .container {
    padding: 0;
  }
  .consulting-feature3__body {
    position: relative;
    display: block;
    width: 100%;
  }
  .consulting-feature3__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .consulting-feature3__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature3__title > small {
    font-size: 18px;
  }
  .consulting-feature3__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature3__list {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    padding: 10px;
    background-color: #F9F9F9;
    border-left: 3px solid var(--orange);
    margin-top: 30px;
  }
  .consulting-feature3__list.remove-topm {
    margin-top: 0;
  }
  .consulting-feature3__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
  .consulting-feature3__list > li + li {
    margin-top: 10px;
  }
  .consulting-feature3__list > li > span {
    position: absolute;
    left: 0;
    color: var(--orange);
  }
  .consulting-feature3__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .consulting-feature3__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:359px) {
  .consulting-feature3__title {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature3 {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    min-height: 570px;
    margin: 0 auto;
  }
  .consulting-feature3.consulting__3 {
    min-height: 470px;
  }
  .consulting-feature3.consulting__5 {
    min-height: min(308.17px + (470 - 308.17) * ((100vw - 768px) / (1366 - 768)), 470px);
  }
  .consulting-feature3__body {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .consulting-feature3__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(550/1000 * 100%);
  }
  .consulting-feature3.float-left .consulting-feature3__content {
    margin-left: auto;
  }
  .consulting-feature3__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    font-family: var(--noto-serif);
    color: var(--orange);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-feature3__title > small {
    font-size: 20px;
  }
  .consulting-feature3__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
  }
  .consulting-feature3__list {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px 30px;
    background-color: #F9F9F9;
    border-left: 3px solid var(--orange);
    margin-top: 30px;
  }
  .consulting-feature3__list.remove-topm {
    margin-top: 0;
  }
  .consulting-feature3__list > li {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
  .consulting-feature3__list > li + li {
    margin-top: 15px;
  }
  .consulting-feature3__list > li > span {
    position: absolute;
    left: 0;
    color: var(--orange);
  }
  .consulting-feature3__figure {
    position: absolute;
    top: 50px;
    z-index: 1;
    display: block;
    width: calc(583/1366 * 100%);
  }
  .consulting-feature3.float-left .consulting-feature3__figure {
    left: 0;
  }
  .consulting-feature3.float-right .consulting-feature3__figure {
    right: 0;
  }
  .consulting-feature3__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*consulting-feature3 checkboxlist*/
@media screen and (max-width:767px) {
  .consulting-feature3.float-right {
    padding-bottom: 50px;
  }
  .consulting-feature3__checkboxlist {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
  .consulting-feature3__checkboxlist > li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 25px;
    background-image: url(./assets/images/consulting_2/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .consulting-feature3__checkboxlist > li + li {
    margin-top: 20px;
  }
  .consulting-feature3__txt2 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .consulting-feature3__checkboxlist {
    display: block;
    width: 100%;
    padding: 30px 20px 0;
  }
  .consulting-feature3__checkboxlist > li {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/consulting_2/icon-checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px auto;
  }
  .consulting-feature3__checkboxlist > li + li {
    margin-top: 20px;
  }
  .consulting-feature3__txt2 {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
/*consulting-recommend*/
@media screen and (max-width:767px) {
  .consulting-recommend {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .consulting-recommend > .container {
    padding: 0 10px;
  }
  .consulting-recommend__body {
    display: block;
    width: 100%;
  }
  .consulting-recommend__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 31.2px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 20px;
  }
  .consulting-recommend__list {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #E0E0E0;
  }
  .consulting-recommend__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .consulting-recommend__list > li > span {
    position: absolute;
    left: 0;
  }
  .consulting-recommend__list > li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .consulting-recommend {
    display: block;
    width: 100%;
    padding-top: 70px;
  }
  .consulting-recommend__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .consulting-recommend__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 20px;
  }
  .consulting-recommend__list {
    display: block;
    width: 100%;
    padding: calc(20/1000 * 100%) calc(30/1000 * 100%);
    border: 1px solid #E0E0E0;
  }
  .consulting-recommend__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .consulting-recommend__list > li > span {
    position: absolute;
    left: 0;
  }
  .consulting-recommend__list > li + li {
    margin-top: 15px;
  }
}
/*consulting-outsourcing*/
@media screen and (max-width:767px) {
  .consulting-outsourcing {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #F9F9F9;
  }
  .consulting-outsourcing__body {
    display: block;
    width: 100%;
  }
  .consulting-outsourcing-box {
    display: block;
    width: 100%;
  }
  .consulting-outsourcing-box + .consulting-outsourcing-box {
    margin-top: 50px;
  }
  .consulting-outsourcing__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-outsourcing__title > small {
    font-size: 18px;
  }
  .consulting-outsourcing__list {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 10px;
    background-color: var(--white);
    border-left: 3px solid var(--green);
    margin-top: 30px;
  }
  .consulting-outsourcing__list > li {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
  .consulting-outsourcing__list > li + li {
    margin-top: 10px;
  }
  .consulting-outsourcing__list > li > span {
    position: absolute;
    left: 0;
    color: var(--green);
  }
}
@media screen and (min-width:768px) {
  .consulting-outsourcing {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F9F9F9;
  }
  .consulting-outsourcing__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .consulting-outsourcing-box {
    display: block;
    width: 100%;
  }
  .consulting-outsourcing-box + .consulting-outsourcing-box {
    margin-top: 50px;
  }
  .consulting-outsourcing__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .consulting-outsourcing__title > small {
    font-size: 20px;
  }
  .consulting-outsourcing__list {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px 30px;
    background-color: var(--white);
    border-left: 3px solid var(--green);
    margin-top: 30px;
  }
  .consulting-outsourcing__list > li {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.07em;
    padding-left: 25px;
  }
  .consulting-outsourcing__list > li + li {
    margin-top: 20px;
  }
  .consulting-outsourcing__list > li > span {
    position: absolute;
    left: 0;
    color: var(--green);
  }
}