/*
Theme Name:  Central Clinic
Theme URI:
Author:  Central Clinic
Author URI:
Description:
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&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;
  --cardo:"Cardo", serif;
  --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde";
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* base color
--------------------------------------------- */
:root {
  --font-color: #333333;
  --white:#FFFFFF;
  --green:#7B9876;
  --dgrey:#555555;
  --gblue:#9BB5B7;
}

/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-serif);
  color: var(--font-color);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 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__headline-wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__headline-wrap > .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 9px;
    line-height: 10px;
    color: #888888;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 0;
  }
  .site-header {
    position: absolute;
    top:40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    width:100%;
    padding: 0 10px;
    z-index: 999;
  }
  .site-header__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--white);
    margin: 0 auto;
    padding: 0 10px;
  }
  .site-header__nav-pc,
  .site-header__btns {
    display: none;
  }
  .site-header__logo {
    display: block;
    width:188.73px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    display: block;
    width: 30px;
    height: 40px;
    margin-top: 5px;
    cursor: pointer;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }
  .mobile-nav-trigger > i {
    display: block;
    width: 100%;
    font-size: 9px;
    line-height: 15px;
    color: var(--green);
    font-weight: 500;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color:var(--green);
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 5px;
    right: 0;
    transform: translateY(7px) rotate(-32deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2) {
    display: none;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 3px;
    right: 0;
    transform: translateY(-7px) rotate(32deg);
  }
  .site-header__nav-pc {
    display: none;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header.sticky,
  .site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 50px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    padding: 0;
  }
}
@media screen and (min-width:1025px) {
  .site-header__headline-wrap {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 10px;
    line-height: 20px;
    color: #888888;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 0;
  }
  .site-header {
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    width:100%;
    padding: 0 20px;
  }
  .site-header__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    height: 85px;
    padding: 0 30px 0 40px;
    background-color: var(--white);
    margin: 0 auto;
  }
  .site-header__btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .site-header__btn-reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--green);
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 1;
  }
  .site-header__btn-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--dgrey);
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 1;
  }
  .site-header__btn-news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 40px;
    background-color: var(--gblue);
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 1;
  }
  .site-header__btns > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-header__logo {
    display: block;
    width: calc(260/1110 * 100%);
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .mobile-nav-trigger {
    display: none;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: calc(830/1110 * 100%);
    padding-top: 40px;
  }
  .site-header__nav-pc > li {
    display: flex;
    width: auto;
    align-items: center;
  }
  .site-header__nav-pc > li > a {
    position: relative;
    display: block;
    width: auto;
    font-size: min(15px + (16 - 15) * ((100vw - 1025px) / (1366 - 1025)), 16px);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 40px;
    color: var(--font-color);
    padding: 0 min(15px + (25 - 15) * ((100vw - 1025px) / (1366 - 1025)), 25px);
    background-image: linear-gradient(#689397,#689397);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 2px;
    transition: 0.3s ease;
  }
  .site-header__nav-pc > li:hover > a {
    color: #689397;
    background-size: 100% 2px;
    opacity: 1;
  }
  .site-header__nav-pc > li.has-child {
    position: relative;
  }
  .site-header__subnav-pc {
    position: absolute;
    top:40px;
    left: 0;
    display: none;
    width: 410px;
  }
  .site-header__nav-pc > li.has-child:hover .site-header__subnav-pc {
    display: block;
  }
  .site-header__subnav-list {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto;
    row-gap: 10px;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
  }
  .site-header__subnav-list > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-header__subnav-list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    line-height: 20px;
    color: var(--font-color);
  }
  .site-header__subnav-list > li > a:hover {
    transition: 0.3s ease;
    color: #689397;
    opacity: 1;
  }

  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 60px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .site-header.sticky .site-header__btns {
    display: none;
  }
  .site-header.sticky .site-header__nav {
    height: 60px;
    padding: 0;
  }
  .site-header.sticky .site-header__nav-pc {
    padding-top: 10px;
  }
}
@media screen and (min-width:1025px) and (max-width:1300px) {
  .site-header__subnav-pc {
    width: 260px;
  }
  .site-header__subnav-list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 10px;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
  }
}
/*
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:0 10px;
    z-index: 992;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile-outer {
    display: block;
    width: 100%;
    padding-top: 50px;
    background-color: rgba(255,255,255,0.95);
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    background-color: var(--blue);
    overflow-y: scroll;
    margin-left: auto;
    padding-bottom: 110px;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    background-color: transparent;
    padding:30px 30px 80px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block + .site-nav-mobile__block {
    margin-top: 25px;
  }
  .site-nav-mobile__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--gblue);
    padding-bottom: 15px;
  }
  .site-nav-mobile__list {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li + li {
    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: 20px;
  }
  .site-nav-mobile__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 51px;
    z-index: 997;
    transform: translateY(150%);
    transition: transform 0.3s ease;
    border-top: 1px solid var(--white);
    background-color: var(--white);
  }
  .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__seminar {
    display: none;
  }
  .scroll-top-sp {
    order: 1;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #E8EFE7;
    background-image: url(./assets/images/icon-scroll.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8.22px auto;
    cursor: pointer;
  }
  .site-floating-menu__reservation {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 50px)/2);
    height: 50px;
    background-color: var(--green);
  }
  .site-floating-menu__reservation > span {
    display: block;
    width: auto;
    font-size: 16px;
    color: var(--white);
    line-height: 23px;
    padding-left: 27px;
    background-image: url(./assets/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19.54px auto;
  }
  .site-floating-menu__contact {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 50px)/2);
    height: 50px;
    background-color: var(--dgrey);
  }
  .site-floating-menu__contact > span {
    display: block;
    width: auto;
    font-size: 16px;
    color: var(--white);
    line-height: 23px;
    padding-left: 27px;
    background-image: url(./assets/images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19.54px auto;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    z-index: 997;
    transform: translate(150%,-50%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(0,-50%);
  }
  .site-floating-menu__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
  }
  .scroll-top-sp {
    display: none;
  }
  .site-floating-menu__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 150px;
    background-color: var(--dgrey);
  }
  .site-floating-menu__contact > span {
    font-size: 16px;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: var(--white);
  }
  .site-floating-menu__reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 150px;
    background-color: var(--green);
  }
  .site-floating-menu__reservation > span {
    font-size: 16px;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: var(--white);
  }
  .site-floating-menu__seminar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    background-color: var(--white);
    margin-top: 5px;
    padding: 5px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
  }
  .site-floating-menu__seminar-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: rotate(-5deg);
  }
  .site-floating-menu__seminar-title > span {
    color: #167279;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }
  .site-floating-menu__seminar-title > span:nth-child(1) {
    padding-left: 10px;
  }
  .site-floating-menu__seminar-figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .site-floating-menu__seminar-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-floating-menu__seminar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 10px;
    background-color: #167279;
    font-size: 6px;
    color: var(--white);
    line-height: 9px;
    margin-top: 5px;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    background-color: var(--green);
    border: 1px solid var(--green);
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-size: 45px 1px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    text-align: center;
    transition: 0.3s ease;
  }
  .site-btn:hover {
    background-color: #E8EFE7;
    border: 1px solid var(--font-color);
    background-image: linear-gradient(var(--font-color),var(--font-color));
    color: var(--font-color);
  }
  /*site-txt-btn*/
  .site-txt-btn {
    display: block;
    max-width: 90px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 14px;
    color: var(--font-color);
    background-image: url(./assets/images/icon-btn-bk.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.8px 11.83px;
  }
  .site-txt-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*site-btn-blk*/
  .site-btn-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    background-color: var(--green);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: var(--white);
  }
  .site-btn-blk:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*site-btn-bdr*/
  .site-btn-bdr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    border: 1px solid var(--green);
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: var(--green);
  }
  .site-btn-bdr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-footer {
    display: block;
    width: 100%;
  }
}
/*banner*/
@media screen and (max-width:767px) {
  .site-footer-banner {
    display: block;
    width: 100%;
    padding: 50px 0 40px;
    background-color: var(--white);
  }
  .site-footer-banner > .container {
    padding:  0 10px;
  }
  .site-footer-banner__youtube {
    display: block;
    width: 100%;
  }
  .site-footer-banner__youtube:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-banner__youtube > picture {
    display: block;
    width: 100%;
  }
  .site-footer-banner__youtube > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .site-footer-banner {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-color: var(--white);
  }
  .site-footer-banner__youtube {
    display: block;
    width: calc(900/1140 * 100%);
    margin: 0 auto;
  }
  .site-footer-banner__youtube:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-banner__youtube > picture {
    display: block;
    width: 100%;
  }
  .site-footer-banner__youtube > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*nav*/
@media screen and (max-width:1024px) {
  .site-footer-main {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .site-footer-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .site-footer-main__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    width: 260px;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
  }
  .site-footer-nav__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__block:not(:last-child) {
    padding-right: calc(50/1140 * 100%);
    background-image: linear-gradient(#EFEFEF,#EFEFEF);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1px calc(100% - 45px);
  }
  .site-footer-nav__block:not(:first-child) {
    padding-left: calc(50/1140 * 100%);
  }
  .site-footer-nav__title {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--gblue);
    padding-bottom: 15px;
  }
  .site-footer-nav__list {
    display: block;
    width: auto;
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__list > li + li {
    margin-top: 15px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*info*/
@media screen and (max-width:767px) {
  .site-footer-info {
    display: block;
    width: 100%;
    padding: 40px 0 85px;
    background-color: #F8F8F8;
  }
  .scroll-top {
    display: none;
  }
  .site-footer-info__body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .site-footer-info__contact {
    display: block;
    max-width: 315px;
    width: 100%;
    margin-top: 60px;
  }
  .site-footer-info__company {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .site-footer-info__company > span:nth-child(1) {
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
  }
  .site-footer-info__company > span:nth-child(2) {
    font-size: min(17px + (19 - 17) * ((100vw - 320px) / (390 - 320)), 19px);
    font-weight: 500;
    line-height: 27px;
  }
  .site-footer-info__address {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .site-footer-info__time {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .site-footer-info__block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .site-footer-info__block + .site-footer-info__block {
    margin-top: 10px;
  }
  .site-footer-info__block > dt {
    display: block;
    width: 100%;
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .site-footer-info__block > dd {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 27px;
  }
  .site-footer-info__block > dd > a {
    font-family: var(--cardo);
    color: var(--font-color);
    font-size: 25px;
  }
  .site-footer-info__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-info__map {
    display: block;
    width: calc(100% + 40px);
    height: 250px;
  }
  .site-footer-info__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .site-footer-info {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .site-footer-info > .container {
    position: relative;
  }
  /**/
  .scroll-top {
    position: absolute;
    bottom: -30px;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 160px;
    width: 25px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: var(--green);
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--green);
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-weight: 500;
    color: var(--green);
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  /**/
  .site-footer-info__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-info__contact {
    display: block;
    width: calc(480/1000 * 100%);
  }
  .site-footer-info__company {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .site-footer-info__company > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  .site-footer-info__company > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  .site-footer-info__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .site-footer-info__time {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .site-footer-info__block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .site-footer-info__block + .site-footer-info__block {
    margin-top: 10px;
  }
  .site-footer-info__block > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .site-footer-info__block > dd {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 34px;
  }
  .site-footer-info__block > dd > a {
    font-family: var(--cardo);
    color: var(--font-color);
    font-size: 30px;
  }
  .site-footer-info__block > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-info__map {
    display: block;
    width: calc(500/1000 * 100%);
    height: 320px;
  }
  .site-footer-info__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer-info__company > span:nth-child(2) {
    font-size: 21px;
  }
  .site-footer-info__time {
    font-size: 13px;
  }
  .site-footer-info__block > dt {
    font-size: 16px;
  }
  .scroll-top {
    display: none;
  }
}
/*rights*/
@media screen and (max-width:1024px) {
  .site-footer-rights {
    display: block;
    width: 100%;
    height: 100px;
    background-color: var(--green);
  }
  .site-footer-rights__txt {
    display: block;
    width: 100%;
    font-size: min(8px + (10 - 8) * ((100vw - 320px) / (390 - 320)), 10px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 17px;
    color: var(--white);
    text-align: center;
    padding: 15px 0;
  }
}
@media screen and (min-width:1025px) {
  .site-footer-rights {
    display: block;
    width: 100%;
    height: 120px;
    background-color: var(--green);
  }
  .site-footer-rights__txt {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 17px;
    color: var(--white);
    text-align: center;
    padding: 15px 0;
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .main {
    display: block;
    width: 100%;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .page-mv-title-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    padding-top: 70px;
  }
   .page-mv-title-wrap > .container {
    padding: 0 10px;
   }
  .page-mv-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-mv-title > span:nth-child(1) {
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    line-height: 40px;
    letter-spacing: 0.02em;
    text-shadow: 3px 3px 20px rgba(0,0,0,.5);
  }
  .page-mv-title > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    line-height: 20px;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 20px rgba(0,0,0,.5);
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .page-mv-title-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }
  .page-mv-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .page-mv-title > span:nth-child(1) {
    font-size: 36px;
    font-weight: 400;
    color: var(--white);
    line-height: 40px;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 20px rgba(0,0,0,.5);
  }
  .page-mv-title > span:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    line-height: 24px;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 20px rgba(0,0,0,.5);
  }
  .page-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 460px;
    overflow: hidden;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-mv-title-wrap > .container {
    max-width: 100%;
    padding: 0 10px;
  }
}
/*
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:#555555;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 10px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 10px;
    line-height:20px;
    color:#555555;
    font-weight: 400;
    text-decoration:none;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color: #555555;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#555555;
    font-weight: 400;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 10px 0;
  }
  .gi-breadcrumbs__list > li {
    font-size: 12px;
    text-decoration: none;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 10px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 12px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span,
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    text-decoration: none;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--noto-serif);
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .not-found__text {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 100px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*container*/
@media screen and (max-width:768px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .home-mv-slogan {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    display: block;
    width: 100%;
  }
  .home-mv-slogan > .container {
    padding: 0 10px;
  }
  .home-mv-slogan__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: var(--yumincho);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 27px;
    color: var(--white);
    text-align: right;
    text-shadow: 3px 3px 20px #987A7A;
  }
}
@media screen and (min-width:768px) {
  .home-mv-slogan {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    display: block;
    width: 100%;
  }
  .home-mv-slogan__txt {
    display: block;
    width: 100%;
    font-size: 36px;
    font-family: var(--yumincho);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 64px;
    color: var(--white);
    text-shadow: 3px 3px 20px #987A7A;
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__figure {
    display: block;
    width: 100%;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    background-color: var(--white);
    padding-bottom: 50px;
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {
  .home-mv {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 30px);
    padding-bottom: 40px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*home-mv-news*/
@media screen and (max-width:767px) {
  .home-mv-news {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    background-image: linear-gradient(180deg, transparent 20px, #ffffff 20px);
  }
  .home-mv-news__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    width: calc(100% - 20px);
    padding: 30px 20px;
    margin-left: auto;
    background-color: rgba(0,36,38,0.7);
    margin: -30px auto 0;
  }
  .home-mv-news__header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home-mv-news__header > span {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: center;
  }
  .home-mv-news__items {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-mv-news__items > li {
    display: block;
    width: 100%;
  }
  .home-mv-news__items > li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gblue);
  }
  .home-mv-news__items > li:not(:first-child) {
    padding-top: 15px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    font-family: var(--noto-sans);
    color: var(--gblue);
    letter-spacing: 0.05em;
    line-height: 25px;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white);
    letter-spacing: 0.05em;
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-news {
    position: absolute;
    top: 405px;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    /*margin-top: -226px;*/
  }
  .home-mv-news__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 530px;
    min-height: 166px;
    padding: 15px 30px 15px 20px;
    margin-left: auto;
    background-color: rgba(0,36,38,0.7);
  }
  .home-mv-news__header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 30px;
    border-right: 1px solid var(--gblue);
  }
  .home-mv-news__header > span {
    display: block;
    width: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 20px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-mv-news__items {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% - 30px - 15px);
  }
  .home-mv-news__items > li {
    display: block;
    width: 100%;
  }
  .home-mv-news__items > li + li {
    margin-top: 5px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    font-family: var(--noto-sans);
    color: var(--gblue);
    letter-spacing: 0.05em;
    line-height: 25px;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white);
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-news {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 5;
  }
  .home-mv-news__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 530px;
    padding: 15px 60px 15px 20px;
    margin-left: auto;
    background-color: rgba(0,36,38,0.7);
  }
  .home-mv-news__header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 30px;
    border-right: 1px solid var(--gblue);
  }
  .home-mv-news__header > span {
    display: block;
    width: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 20px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-mv-news__items {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% - 30px - 15px);
  }
  .home-mv-news__items > li {
    display: block;
    width: 100%;
  }
  .home-mv-news__items > li + li {
    margin-top: 5px;
  }
  .home-mv-news__items > li > a {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-mv-news__items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-mv-news__item-date {
    font-size: 12px;
    font-family: var(--noto-sans);
    color: var(--gblue);
    letter-spacing: 0.05em;
    line-height: 25px;
  }
  .home-mv-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white);
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
  }
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    display: none !important;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 6px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv__slide {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    padding-bottom: 40px;
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 560px;
    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);
    }
  }
  .main-slider .swiper-pagination {
    bottom: 15px;
    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: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
    opacity: 0.2;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--green);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 30px - 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: 1000px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
    opacity: 0.2;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--green);
    opacity: 1;
  }
}
/*home-intro*/
@media screen and (max-width:767px) {
  .home-intro {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-intro__body {
    display: block;
    width: 100%;
  }
  .home-intro__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 50px;
  }
  .home-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
  .home-intro-slider {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .home-intro-slider > picture {
    display: block;
    width: 115px;
  }
  .home-intro-slider > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-intro__body {
    display: block;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }
  .home-intro__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 45px;
  }
  .home-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
  .home-intro-slider {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .home-intro-slider > picture {
    display: block;
    width: 200px;
    margin: 0 1.5px;
  }
  .home-intro-slider > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*home-reason*/
@media screen and (max-width:767px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/home/reason/logo.png),linear-gradient(#F8F8F8,#F8F8F8);
    background-repeat: no-repeat,no-repeat;
    background-position: top center,top 25px center;
    background-size: min(390px,calc(100% - 20px)) auto, 100% calc(100% - 25px);
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 60px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__main {
    display: block;
    width: 100%;
  }
  .home-reason-box {
    display: block;
    width: 100%;
  }
  .home-reason-box + .home-reason-box {
    margin-top: 50px;
  }
  .home-reason-box__figure {
    display: flex;
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .home-reason-box__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-reason-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 25px 20px;
    background-color: var(--white);
    margin-top: -30px;
  }
  .home-reason-box__badge {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 25px;
  }
  .home-reason-box__badge > small {
    font-size: 10px;
    line-height: 1;
    padding-right: 5px;
  }
  .home-reason-box__title {
    display: block;
    width: 100%;
    font-size: min(19px + (21 - 18) * ((100vw - 320px) / (375 - 320)), 21px);
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    display: block;
    width: 100%;
    padding: 260px 0 120px;
    background-color: var(--white);
    background-image: url(./assets/images/home/reason/logo.png),linear-gradient(#F8F8F8,#F8F8F8);
    background-repeat: no-repeat,no-repeat;
    background-position: top center,top 80px center;
    background-size: min(1180px,calc(100% - 40px)) auto, 100% calc(100% - 80px);
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__main {
    display: block;
    width: 100%;
  }
  .home-reason-box {
    position: relative;
    display: block;
    max-width: 1366px;
    width: 100%;
    min-height: 370px;
    margin: 0 auto;
    padding: 35px 0 48px;
  }
  .home-reason-box + .home-reason-box {
    margin-top: 50px;
  }
  .home-reason-box__figure {
    position: absolute;
    top: 0;
    display: flex;
    width: calc(845/1366 * 100%);
    height: 100%;
    overflow: hidden;
  }
  .home-reason-box:nth-child(odd) .home-reason-box__figure {
    right: 0;
  }
  .home-reason-box:nth-child(even) .home-reason-box__figure {
    left: 0;
  }
  .home-reason-box__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-reason-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(580/1140 * 100%);
    padding: calc(50/1140 * 100%) calc(40/1140 * 100%);
    background-color: var(--white);
  }
  .home-reason-box:nth-child(odd) .home-reason-box__content {
    margin-left: 10px;
  }
  .home-reason-box:nth-child(even) .home-reason-box__content {
    margin-left: auto;
    margin-right: 10px;
  }
  .home-reason-box__badge {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 44px;
  }
  .home-reason-box__badge > small {
    font-size: 18px;
    line-height: 1;
    padding-right: 10px;
  }
  .home-reason-box__title {
    display: block;
    width: 100%;
    font-size: min(23px + (25 - 23) * ((100vw - 1025px) / (1366 - 1025)), 25px);
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .home-reason-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin-top: 25px;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-reason-box {
    min-height: 346px;
  }
  .home-reason-box__title {
    font-size: 18px;
    line-height: 28px;
  }
}
/*home-parallax*/
@media screen and (min-width:0px) {
  .home-parallax {
    display: block;
    width: 100%;
    height: 400px;
    background-color: transparent;
  }
  .home-parallax__bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/home/parallax.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
}
/*home-jiyushinryo*/
@media screen and (max-width:767px) {
  .home-jiyushinryo {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .home-jiyushinryo__body {
    display: block;
    width: 100%;
  }
  .home-jiyushinryo__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: center;
    padding-bottom: 40px;
  }
  .home-jiyushinryo-box {
    position: relative;
    display: block;
    width: calc(100% + 40px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 244px;
    margin-left: -20px;
    padding: 214px 20px 0;
  }
  .home-jiyushinryo-box:nth-child(1) {
    background-image: url(./assets/images/home/jiyushinryo/jiyushinryo1.jpg);
  }
  .home-jiyushinryo-box:nth-child(2) {
    background-image: url(./assets/images/home/jiyushinryo/jiyushinryo2.jpg);
  }
  .home-jiyushinryo-box:nth-child(3) {
    background-image: url(./assets/images/home/jiyushinryo/jiyushinryo3.jpg);
  }
  .home-jiyushinryo-box + .home-jiyushinryo-box {
    margin-top: 70px;
  }
  .home-jiyushinryo-box__inner {
    display: block;
    width: 100%;
    padding: 40px 20px;
    background-color: var(--white);
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .home-jiyushinryo-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-jiyushinryo-box__col-figure {
    display: none;
  }
  .home-jiyushinryo-box__col {
    display: block;
    width: 100%;
  }
  .home-jiyushinryo-box__title {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .home-jiyushinryo-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .home-jiyushinryo-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-jiyushinryo-box__btns > a {
    max-width: 270px;
    border: 1px solid var(--font-color);
    color: var(--font-color);
    background-color: var(--white);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }
  .home-jiyushinryo-box__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-jiyushinryo-box__block-title {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--green);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--green);
    margin-bottom: 20px;
  }
  .home-jiyushinryo-box__block-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
  }
  .home-jiyushinryo-box__block-wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    border: 1px solid #DDDDDD;
    font-size: min(10px + (14 - 10) * ((100vw - 320px) / (390 - 320)), 14px);
    line-height: 1;
    color: var(--font-color);
    box-shadow: 3px 3px 7px rgba(48,48,54,0.08);
    text-align: center;
  }
  .home-jiyushinryo-box__block-wrap > a:hover {
    transition: 0.3s ease;
    box-shadow: 3px 3px 7px rgba(48,48,54,0);
  }
}
@media screen and (min-width:768px) {
  .home-jiyushinryo {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #F8F8F8;
  }
  .home-jiyushinryo__body {
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .home-jiyushinryo__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 60px;
  }
  .home-jiyushinryo-box {
    display: block;
    width: 100%;
    padding: calc(50/1100 * 100%) calc(60/1100 * 100%);
    background-color: var(--white);
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .home-jiyushinryo-box + .home-jiyushinryo-box {
    margin-top: 50px;
  }
  .home-jiyushinryo-box__inner {
    display: block;
    width: 100%;
  }
  .home-jiyushinryo-box__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-jiyushinryo-box:nth-child(even) .home-jiyushinryo-box__cols {
    flex-direction: row-reverse;
  }
  .home-jiyushinryo-box__col-figure {
    display: block;
    width: calc(470/980 * 100%);
  }
  .home-jiyushinryo-box__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-jiyushinryo-box__col {
    display: block;
    width: calc(420/980 * 100%);
  }
  .home-jiyushinryo-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .home-jiyushinryo-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .home-jiyushinryo-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-jiyushinryo-box__btns > a {
    border: 1px solid var(--font-color);
    color: var(--font-color);
    background-color: var(--white);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }
  .home-jiyushinryo-box__block {
    display: block;
    width: calc(920/980 * 100%);
    margin: 50px auto 0;
  }
  .home-jiyushinryo-box__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--green);
    padding: 0 20px 15px;
    border-bottom: 1px solid var(--green);
    margin-bottom: 30px;
  }
  .home-jiyushinryo-box__block-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    width: 100%;
  }
  .home-jiyushinryo-box__block-wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 1;
    color: var(--font-color);
    box-shadow: 3px 3px 7px rgba(48,48,54,0.08);
  }
  .home-jiyushinryo-box__block-wrap > a:hover {
    transition: 0.3s ease;
    box-shadow: 3px 3px 7px rgba(48,48,54,0);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-jiyushinryo-box__block-wrap {
    column-gap: 10px;
  }
  .home-jiyushinryo-box__block-wrap > a {
    font-size: 12px;
  }
}
/*banner*/
@media screen and (max-width:767px) {
  .home-banner {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-banner > .container {
    padding: 0;
  }
  .home-banner__body {
    display: block;
    width: 100%;
  }
  .home-banner__body > a {
    display: block;
    width: 100%;
    padding: 205px 20px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 250px;
  }
  .home-banner__body > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-banner__body > a + a {
    margin-top: 30px;
  }
  .home-banner__woman {
    background-image: url(./assets/images/home/women-sp.jpg);
  }
  .home-banner__local {
    background-image: url(./assets/images/home/local-sp.jpg);
  }
  .home-banner-box {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  .home-banner-box__content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .home-banner__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-banner__title > span {
    color: var(--green);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .home-banner__title > span:nth-child(1) {
    font-size: 10px;
    line-height: 15px;
  }
  .home-banner__title > span:nth-child(2) {
    font-size: 21px;
    line-height: 30px;
    margin-top: 5px;
  }
  .home-banner__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-banner__woman .home-banner-box {
    padding: 0 0 45px 20px;
  }
  .home-banner__woman .home-banner-box::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0px;
    display: block;
    width: calc(254/340 * 100%);
    height: calc(100% - 45px);
    background-color: rgba(123,152,118,0.3);
  }
  .home-banner__local .home-banner-box {
     padding: 0 20px 45px 0;
  }
  .home-banner__local .home-banner-box::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    display: block;
    width: calc(254/340 * 100%);
    height: calc(100% - 45px);
    background-color: rgba(123,152,118,0.3);
  }
}
@media screen and (min-width:768px) {
  .home-banner {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-banner__body {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
  }
  .home-banner__body > a {
    display: block;
    width: 100%;
    padding: 30px 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-banner__body > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-banner__body > a + a {
    margin-top: 30px;
  }
  .home-banner__woman {
    background-image: url(./assets/images/home/women-pc.jpg);
  }
  .home-banner__local {
    background-image: url(./assets/images/home/local-pc.jpg);
  }
  .home-banner-box {
    position: relative;
    display: block;
    width: 320px;
  }
  .home-banner-box__content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 50px;
    background-color: var(--white);
  }
  .home-banner__title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-banner__title > span {
    color: var(--green);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .home-banner__title > span:nth-child(1) {
    font-size: 18px;
    line-height: 26px;
  }
  .home-banner__title > span:nth-child(2) {
    font-size: 25px;
    line-height: 36px;
    margin-top: 10px;
  }
  .home-banner__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .home-banner__woman .home-banner-box {
    margin: 0 0 30px 60px;
  }
  .home-banner__woman .home-banner-box::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -60px;
    display: block;
    width: 260px;
    height: 100%;
    background-color: rgba(123,152,118,0.3);
  }
  .home-banner__local .home-banner-box {
    margin: 0 60px 30px auto;
  }
  .home-banner__local .home-banner-box::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -60px;
    display: block;
    width: 260px;
    height: 100%;
    background-color: rgba(123,152,118,0.3);
  }
}
/*link*/
@media screen and (max-width:767px) {
  .home-link {
    display: block;
    width: 100%;
    padding: 70px 0;
    background: linear-gradient(#52878b 0%, #9bb5b7 100%);
  }
  .home-link__body {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .home-link-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: var(--white);
  }
  .home-link-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link-box__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(140/350 * 100%);
    height: 80px;
    overflow: hidden;
  }
  .home-link-box__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-link-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - (140/350 * 100%));
  }
  .home-link-box__title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
  }
  .home-link-box__title > span:nth-child(2) {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: var(--gblue);
  }
}
@media screen and (min-width:768px) {
  .home-link {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(#52878b 0%, #9bb5b7 100%);
  }
  .home-link__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(40/1140 * 100%);
    row-gap: 25px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .home-link-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 110px;
    background-color: var(--white);
  }
  .home-link-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link-box__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 110px;
    overflow: hidden;
  }
  .home-link-box__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-link-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 190px);
  }
  .home-link-box__title > span:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--font-color);
  }
  .home-link-box__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--gblue);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-link-box__figure {
    width: 150px;
  }
  .home-link-box__title {
    width: calc(100% - 150px);
  }
}
/*column*/
@media screen and (max-width:767px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .home-column__body {
    display: block;
    width: 100%;
  }
  .home-column__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: center;
    padding-bottom: 40px;
  }
  .home-column__main {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: calc(50% - 5px);
    background-color: var(--white);
    padding: 10px;
  }
  .home-column-item:nth-child(n+3) {
    margin-top: 15px;
  }
  .home-column-item__links {
    display: block;
    width: 100%;
  }
  .home-column-item__links {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .home-column-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 5px);
    margin-left: -5px;
    padding-top: 5px;
  }
  .home-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 21px;
    background-color: #9F9F9F;
    font-size: 9px;
    font-weight: 700;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 10px;
    margin: 5px 0 0 5px;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-column__btns > a {
    border: 1px solid var(--font-color);
    color: var(--font-color);
    background-color: var(--white);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }

}
@media screen and (min-width:768px) {
  .home-column {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .home-column__body {
    display: block;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .home-column__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .home-column__main {
    display: block;
    width: 100%;
  }
  .home-column-items {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .home-column-item {
    display: block;
    width: calc(255/1080 * 100%);
    margin-right: calc(20/1080 * 100%);
    background-color: var(--white);
    padding: 10px;
  }
  .home-column-item:last-child {
    margin-right: 0;
  }
  .home-column-item__links {
    display: block;
    width: 100%;
  }
  .home-column-item__links {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-column-item__figure {
    display: block;
    width: 100%;
  }
  .home-column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .home-column-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 5px;
  }
  .home-column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 15px;
    margin: 10px 0 0 10px;
  }
  .home-column__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
  }
  .home-column__btns > a {
    border: 1px solid var(--font-color);
    color: var(--font-color);
    background-color: var(--white);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }

}
/*news*/
@media screen and (max-width:767px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-image: url(./assets/images/news/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-news > .container {
    padding: 0 10px;
  }
  .home-news__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .home-news__header {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .home-news__header > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
  }
  .home-news__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-news-items {
    display: block;
    width: 100%;
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-item__date {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--noto-sans);
    color: var(--gblue);
    font-weight: 500;
    line-height: 17px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 70px 0;
    background-image: url(./assets/images/news/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-news__body {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(100/1140 * 100%);
    background-color: var(--white);
  }
  .home-news__header {
    display: block;
    width: calc(90/860 * 100%);
  }
  .home-news__header > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    writing-mode: vertical-lr;
    text-align: center;
  }
  .home-news__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(770/860 * 100%);
  }
  .home-news-items {
    display: block;
    width: calc(100% - 140px);
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .home-news-items > li:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
  }
  .home-news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-news-item__date {
    display: block;
    width: 110px;
    font-size: 15px;
    font-family: var(--noto-sans);
    color: var(--gblue);
    font-weight: 500;
    line-height: 25px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: calc(100% - 110px);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 140px;
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--green);
    background-color: transparent;
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    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/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/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: 50px;
  }
  .pagination > .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 5px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 10px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding: 10px;
    background-color: #F8F8F8;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #689397;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #373737;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.05em;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 50px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
  }
  .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: 25px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 20px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    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:25px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 30px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:20px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:5px;
    left:0;
    font-size:16px;
    line-height:20px;
    color: var(--green);
    font-weight:500;
  }
  .single-content .wp-block-list {
    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(--blue);
  }
  .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 #BBBBBB;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 20px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding: 5px 20px;
    background-color: #F8F8F8;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #689397;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #373737;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 50px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .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: 20px;
    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: 9px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    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:20px;
    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:18px;
    line-height:20px;
    color: var(--green);
    font-weight:500;
  }
  .single-content .wp-block-list {
    margin-top:60px;
  }

  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--blue);
  }
  .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: 60px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #BBBBBB;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 60px;
  }
}
/*
ARCHIVE - news
--------------------------------------------- */
.no-item-txt {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:767px) {
  .post-type-archive-news .breadcrumb-wrapper,
  .archive-news {
    background-color: #F6F6F6;
  }
  .archive-news {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .news {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
  }
  .news__body {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .news-items {
    display: block;
    width: 100%;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 20px;
    background-image: url(./assets/images/icon-btn-grn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5.88px auto;
  }
  .news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .post-type-archive-news .site-header__headline-wrap,
  .post-type-archive-news .breadcrumb-wrapper,
  .archive-news {
    background-color: #F6F6F6;
  }
  .archive-news {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .news {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
  }
  .news__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(80/1140 * 100%);
    background-color: var(--white);
    margin: 0 auto;
  }
  .news-items {
    display: block;
    width: 100%;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 60px;
    background-image: url(./assets/images/icon-btn-grn.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px auto;
  }
  .news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 2;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
/*
SINGLE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .news-single__body {
    display: block;
    width: 100%;
  }
  .news-single__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 20px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .news-single__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .news-single__date {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 25px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
ARCHIVE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .post-type-archive-column .breadcrumb-wrapper,
  .archive-column {
    background-color: #F6F6F6;
  }
  .archive-column {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .column {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
  }
}
@media screen and (min-width:768px) {
  .post-type-archive-column .site-header__headline-wrap,
  .post-type-archive-column .breadcrumb-wrapper,
  .archive-column {
    background-color: #F6F6F6;
  }
  .archive-column {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .column {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
  }
}
/*layout*/
@media screen and (max-width:1024px) {
  .column-body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-main {
    display: block;
    width: 100%;
  }
  .column-sidebar {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (min-width:1025px) {
  .column-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column-main {
    display: block;
    width: calc(100% - 300px - 50px);
  }
  .column-sidebar {
    display: block;
    width: 300px;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .column-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .column-item {
    display: block;
    width: 100%;
  }
  .column-item + .column-item {
    margin-top: 30px;
  }
  .column-item__links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .column-item__links:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__figure {
    display: block;
    width: calc(160/350 * 100%);
  }
  .column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item__title {
    display: -webkit-box;
    width: calc(180/350 * 100%);
    font-size: 14px;
    font-weight: 500;
    line-height: min(20px + (26 - 20) * ((100vw - 320px) / (390 - 320)), 26px);
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    word-break: break-all;
  }
  .column-item__categories {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(190/350 * 100%);
    margin-left: -10px;
    margin-top: -34px;
    margin-left: auto;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 15px;
    margin: 10px 0 0 10px;
  }
}
@media screen and (min-width:768px) {
  .column-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .column-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: calc(((790 - 60)/3)/790 * 100%);
    margin-right: calc(30/790 * 100%);
  }
  .column-item:nth-child(3n),
  .column-item:last-child {
    margin-right: 0;
  }
  .column-item:nth-child(n+4) {
    margin-top: 40px;
  }
  .column-item__links {
    display: block;
    width: 100%;
  }
  .column-item__links:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__figure {
    display: block;
    width: 100%;
  }
  .column-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .column-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin-left: -10px;
    padding-top: 5px;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 15px;
    margin: 10px 0 0 10px;
  }
}
/*title*/
@media screen and (min-width:0px) {
  .column-sidebar__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .column-sidebar__title > small {
    font-size: 12px;
    line-height: 1;
  }
}
/*search form*/
@media screen and (min-width:0px) {
  .column-search-form {
    display: block;
    width: 100%;
  }
  .searchform {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background-color: var(--white);
    border: 2px solid #DCDCDC;
    border-radius: 5px;
  }
  .searchform > button {
    display: block;
    width: 49px;
    height: 38px;
    border: none;
    background-image: url(./assets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    cursor: pointer;
  }
  .searchform > input[type="text"] {
    width: calc(100% - 49px);
    height: 38px;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    line-height: 38px;
    background: transparent;
    font-family: var(--noto-sans);
  }
  .searchform > input[type="text"]::placeholder {
    color: #888888;
    font-weight: 400;
  }
}
/*ranking*/
@media screen and (min-width:0px) {
  .column-ranking {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .column-ranking__items {
    display: block;
    width: 100%;
  }
  .column-ranking__items > li {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .column-ranking__items > li + li {
    margin-top: 10px;
  }
  .column-ranking__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .column-ranking__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 107px;
    height: 80px;
    overflow: hidden;
  }
  .column-ranking__thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .column-ranking__item-title {
    display: -webkit-box;
    width: calc(100% - 107px - 10px);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--font-color);
    letter-spacing: 0.07em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .column-ranking__items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
  }
  .column-ranking__items > li + li {
    margin-top: 0;
  }
}
/*categoreis*/
@media screen and (min-width:0px) {
  .column-sidebar-category {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .column-sidebar__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: -10px;
  }
  .column-sidebar__catetory {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 10px;
    margin: 10px 0 0 10px;
  }
  .column-sidebar__catetory:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*archives*/
@media screen and (min-width:0px) {
  .column-sidebar-archives {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .archive-month {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  .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: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--gblue);
    font-family: var(--noto-sans);
  }
  .archive-month > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .archive-nested {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 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;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 25px;
    height: 7px;
    background-image: url(./assets/images/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: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--gblue);
    font-family: var(--noto-sans);
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archive-nested > li > .sub-archive-nested > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: var(--gblue);
    font-family: var(--noto-sans);
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .column-archives__wrap {
    max-width: 300px;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-column {
    display: block;
    width: 100%;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .column-single__body {
    display: block;
    width: 100%;
  }
  .column-single__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
  .column-single__date {
    display: block;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .column-single__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 100px);
    margin-top: -5px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    background-color: #9F9F9F;
    font-size: 10px;
    font-weight: 700;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 10px;
    margin: 5px 0 0 5px;
  }
  .column-single__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-single__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
  }
  .column-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .single-column {
    display: block;
    width: 100%;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .column-single__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .column-single__taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
  .column-single__date {
    display: block;
    width: 140px;
    font-size: 17px;
    font-weight: 500;
    color: var(--gblue);
    font-family: var(--noto-sans);
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  .column-single__categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 130px);
    margin-top: -10px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--noto-sans);
    color: var(--white);
    padding: 0 10px;
    margin: 10px 0 0 10px;
  }
  .column-single__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-single__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
  }
  .column-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
ARCHIVE - seminar
--------------------------------------------- */
/*design*/
@media screen and (max-width:767px) {
  .post-type-archive-seminar .breadcrumb-wrapper,
  .archive-seminar {
    background-color: #F6F6F6;
  }
  .archive-seminar {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .seminar {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
  }
}
@media screen and (min-width:768px) {
  .post-type-archive-seminar .site-header__headline-wrap,
  .post-type-archive-seminar .breadcrumb-wrapper,
  .archive-seminar {
    background-color: #F6F6F6;
  }
  .archive-seminar {
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .seminar {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .seminar__body {
    display: block;
    width: 100%;
  }
  .seminar-items {
    display: block;
    width: 100%;
  }
  .seminar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFDCE1;
  }
  .seminar-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .seminar-item + .seminar-item {
    margin-top: 30px;
  }
  .seminar-item__figure {
    display: block;
    width: calc(250/350 * 100%);
  }
  .seminar-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .seminar-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
  }
  .seminar-item__status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .seminar-item__status.current {
    background-color: var(--green);
  }
  .seminar-item__status.finished {
    background-color: #555555;
  }
  .seminar-item__detail {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25px;
    color: var(--gblue);
    font-family: var(--noto-sans);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .seminar-item__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .seminar__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .seminar-items {
    display: block;
    width: 100%;
  }
  .seminar-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFDCE1;
  }
  .seminar-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .seminar-item + .seminar-item {
    margin-top: 30px;
  }
  .seminar-item__figure {
    display: block;
    width: calc(300/1000 * 100%);
  }
  .seminar-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .seminar-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(670/1000 * 100%);
    padding-top: 10px;
  }
  .seminar-item__status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: var(--white);
    /*font-weight: 500;*/
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .seminar-item__status.current {
    background-color: var(--green);
  }
  .seminar-item__status.finished {
    background-color: #555555;
  }
  .seminar-item__detail {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25px;
    color: var(--gblue);
    font-family: var(--noto-sans);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .seminar-item__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .seminar-single {
    display: block;
    width: 100%;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
    padding: 80px 0 50px;
  }
  .seminar-single__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .seminar-single__status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .seminar-single__status.current {
    background-color: var(--green);
  }
  .seminar-single__status.finished {
    background-color: #555555;
  }
  .seminar-single__detail {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25px;
    color: var(--gblue);
    font-family: var(--noto-sans);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .seminar-single__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
    margin-top: 20px;
  }
  .seminar-single__content {
    margin-top: 20px;
  }
  .seminar-single__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .seminar-single__btns > a + a {
    margin-top: 25px;
  }
}
@media screen and (min-width:768px) {
  .seminar-single {
    display: block;
    width: 100%;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
    padding: 100px 0 80px;
  }
  .seminar-single__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .seminar-single__status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .seminar-single__status.current {
    background-color: var(--green);
  }
  .seminar-single__status.finished {
    background-color: #555555;
  }
  .seminar-single__detail {
    display: block;
    width: 100%;
    font-size: 15px;
    /*font-weight: 500;*/
    letter-spacing: 0.05em;
    line-height: 25px;
    color: var(--gblue);
    font-family: var(--noto-sans);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .seminar-single__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 3px,100% 1px;
    margin-top: 50px;
  }
  .seminar-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .seminar-single__btns a + a {
    margin-left: calc(50/1000 * 100%);
  }
}
/*
PAGE - form
--------------------------------------------- */
/*timeline*/
@media screen and (min-width:0px) {
  .form-timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    width: 100%;
    height: 50px;
    background-color: #E8EFE7;
    overflow: hidden;
    margin-top: 50px;
  }
  .form-timeline > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  .form-timeline > li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: transparent transparent transparent #E8EFE7;
  }
  .form-timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -32px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 52px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: transparent transparent transparent var(--white);
  }
  .form-timeline > li.active {
    background-color: var(--green);
    color: var(--white);
  }
  .form-timeline > li.active::before {
    border-color: transparent transparent transparent var(--green);
  }
  .form-timeline > li.past::after {
    border-color: var(--green) var(--green) var(--green) var(--white);
  }
}
@media screen and (max-width:767px) {
   .form-timeline {
    margin-top: 30px;
   }
  .form-timeline > li {
    font-size: 14px;
  }
}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-row.align-middle {
    align-items: center;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: var(--gblue);
    font-weight: 500;
    margin-bottom: 15px;
  }
  .input-label > .mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-sans);
    background-color: #C21842;
    margin-left: 10px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-weight: 400;
  }
  .age-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  .form-block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-row.align-middle {
    align-items: center;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 265px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: var(--gblue);
    font-weight: 500;
    padding: 10px 10px 10px 0;
  }
  .contact-confirm .input-label,
  .reservation-confirm .input-label,
  .application-confirm .input-label {
    padding: 0;
  }
  .input-label > .mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-sans);
    background-color: #C21842;
    margin-left: 10px;
    margin-top: 1px;
  }
  .input-field {
    display: block;
    width: calc(100% - 265px);
    font-weight: 400;
  }
  .age-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input[type="text"],
  .input-field input[type="email"],
  .input-field input[type="tel"],
  .input-field input[type="number"] {
    max-width: 550px;
    /* width: 100%; */
    height: 50px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-family: var(--noto-sans);
    font-weight: 400;
    padding: 12px 10px 11px;
    line-height: 20px;
  }
  .input-field textarea[name="message"] {
    width: 100%;
    height: 242px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.5px;
    padding: 10px;
    font-family: var(--noto-sans);
    resize: none;
  }
  .input-field input[type="text"]::placeholder,
  .input-field input[type="email"]::placeholder,
  .input-field input[type="tel"]::placeholder,
  .input-field input[type="number"]::placeholder,
  .input-field textarea::placeholder {
    color: #CDD6DD;
    font-family: var(--noto-sans);
    font-weight: 400;
    line-height: 26px;
  }
  .input-field input[name="age"] {
    width: 150px;
  }
  .age-label {
    font-size: 16px;
    font-weight: 500;
    /* line-height: 45px; */
    padding-left: 10px;
  }
  .input-field .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: #C21842;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
  }
  .input-field:has( .mwform-radio-field, .mwform-checkbox-field){
    padding-top:12px;
  }
  /*gender*/
  .gender-wrap {
    /* display: block; */
    display: flex;
    gap:0.5em 3em;
    flex-wrap: wrap;
    width: 100%;
    /* margin-top: 10px; */
  }
  .gender-wrap > span{
    display: inline-block;
  }
  .gender-wrap .wpcf7-list-item {
    margin: 0;
  }
  .gender-wrap .wpcf7-list-item + .wpcf7-list-item {
    margin-left: calc(50/614 * 100%);
  }
  input[name="gender"] {
    display: none;
  }
  input[name="gender"] + span {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  input[name="gender"] + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #CDD6DD;
  }
  input[name="gender"]:checked + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--green);
  }
  /*reply-wrap,question-wrap*/
  .reply-wrap,
  .question-wrap {
    display: block;
    width: 100%;
  }
  .reply-wrap > span,
  .question-wrap > span {line-height:1;}
  .reply-wrap .wpcf7-list-item,
  .question-wrap .wpcf7-list-item {
    margin: 0;
  }
  .reply-wrap .wpcf7-list-item,
  .question-wrap .wpcf7-list-item {
    margin-right: calc(50/614 * 100%);
    margin-top: 10px;
  }
  input[name="reply"],
  input[name="question"] {
    display: none;
  }
  input[name="reply"] + span,
  input[name="question"] + span {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  input[name="reply"] + span::before,
  input[name="question"] + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #CDD6DD;
  }
  input[name="reply"]:checked + span::after,
  input[name="question"]:checked + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--green);
  }
  /*text*/
  .company-txt,
  .phone-txt,
  .reply-txt,
  .question-txt,
  .message-txt,
  .agree-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    /* margin-top: 10px; */
    margin-top: 1em;
  }
  .message-txt {
    margin-bottom: 10px;
  }
  .question-txt > a {
    color: var(--gblue);
    text-decoration: underline;
  }
  .agree-txt > a {
    color: var(--green);
    text-decoration: underline;
  }
  .agree-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .agree-wrap .wpcf7-list-item {
    margin: 0;
  }
  .agree-wrap input[type="checkbox"] {
    display: none;
  }
  .agree-wrap input[type="checkbox"] + span {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree-wrap input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree-wrap input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .form-block .wpcf7-spinner {
    display: none;
  }
  .form-block .wpcf7-response-output {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--noto-sans);
    color: #C21842;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    margin: 30px 0 0 0;
  }
  /*birthday*/
  .birthday-wrap {
    display: flex;
    /* align-items: flex-start; */
    align-items:center;
    width: 100%;
  }
  .birthday-wrap > div {
    display: flex;
    /* align-items: flex-start; */
    align-items:center;
    width: auto;
    position: relative;
  }
  .birthday-wrap > div > .error {
    position:absolute;
    bottom:-2em;
  }
  .birthday-wrap > div:not(:last-child) {
    margin-right: 10px;
  }
  .birthday-wrap select {
    position: relative;
    width: 150px;
    /* height: 50px; */
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 8px;
  }
  .birthday-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* line-height: 50px; */
    padding-left: 10px;
  }
  /*reserve*/
  .reserve-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .reserve-wrap > div {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .reserve-wrap > div + div {
    margin-top: 20px;
  }
  .reserve-label {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    align-items: 50px;
    padding-right: 10px;
  }
  .reserve-wrap input[type="date"] {
    width: 300px;
    height: 50px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-family: var(--noto-sans);
    font-weight: 400;
    padding: 12px 10px 11px;
    line-height: 20px;
  }
  .reserve-caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .form-wrap__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--white);
    padding: 10px;
    margin-top: 30px;
    text-align: center;
  }
  .form-wrap__title > small {
    font-size: 16px;
  }
  .form-wrap__title.bg-green {
    background-color: var(--green);
  }
  .form-wrap__title.bg-grey {
    background-color: #B3BBB1;
  }
  /*course-wrap*/
  .course-wrap,
  .treatment-wrap {
    display: block;
    width: 100%;
    /* margin-top: -10px; */
  }
  .course-wrap input[name="course"],
  .treatment-wrap input[name="treatment"] {
    display: none;
  }
  .course-wrap input[name="course"] + span,
  .treatment-wrap input[name="treatment"] + span {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .course-wrap input[name="course"] + span::before,
  .treatment-wrap input[name="treatment"] + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #CDD6DD;
  }
  .course-wrap input[name="course"]:checked + span::after,
  .treatment-wrap input[name="treatment"]:checked + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--green);
  }
  .course-wrap .wpcf7-radio .wpcf7-list-item,
  .treatment-wrap .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding-right: 50px;
    margin-top: 20px;
  }
  /*checkbox-wrap*/
  .checkbox-wrap {
    display: block;
    width: 100%;
    /* margin-top: -10px; */
  }
  .checkbox-wrap input[type="checkbox"] {
    display: none;
  }
  .checkbox-wrap input[type="checkbox"] + span {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .checkbox-wrap input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .checkbox-wrap input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .checkbox-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    margin-top: 20px;
  }
  .wpcf7-form-control.wpcf7-checkbox.mri,
  .wpcf7-form-control.wpcf7-checkbox.ultrasound {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.cancer,
  .wpcf7-form-control.gynecological,
  .wpcf7-form-control.bone,
  .wpcf7-form-control.vitamin {
    display: flex;
    align-items: flex-start;
  }
  .wpcf7-form-control.cancer > span:not(:last-child),
  .wpcf7-form-control.gynecological > span:not(:last-child),
  .wpcf7-form-control.bone > span:not(:last-child),
  .wpcf7-form-control.vitamin > span:not(:last-child) {
    margin-right: 50px;
  }
  .wpcf7-form-control.wpcf7-checkbox.blood {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor > span:nth-child(1) {
    grid-column: span 3;
  }
  .wpcf7-form-control.wpcf7-checkbox.others {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    column-gap: 10px;
  }
  /*remarks*/
  .remark-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    margin: 10px 0;
  }
  .input-field textarea[name="remark"] {
    width: 100%;
    height: 242px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.5px;
    padding: 10px;
    font-family: var(--noto-sans);
    resize: none;
  }
  .cancel-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  /**/
  select[name="event"] {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 8px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .birthday-wrap select {
    width: 120px;
  }
  .input-field .reserve-day input[type="text"]{
    /* width: calc(100% - 10em); */
    width:14em;
  }
  .wpcf7-form-control.wpcf7-checkbox.mri,
  .wpcf7-form-control.wpcf7-checkbox.ultrasound {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.cancer,
  .wpcf7-form-control.gynecological,
  .wpcf7-form-control.bone,
  .wpcf7-form-control.vitamin {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .wpcf7-form-control.wpcf7-checkbox.blood {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor > span:nth-child(1) {
    grid-column: span 2;
  }
}
@media screen and (max-width:767px) {
  .input-field input[type="text"],
  .input-field input[type="email"],
  .input-field input[type="tel"],
  .input-field input[type="number"] {
    width: 100%;
  }
  .reply-wrap .wpcf7-list-item {
    margin-right: 0;
    margin-top: 10px;
  }
  .wpcf7-form-control.reply {
    display: flex;
    flex-direction: column;
  }
  input[name="reply"] + span {
    width: 100%;
  }
  /*text*/
  .company-txt,
  .phone-txt,
  .reply-txt,
  .message-txt,
  .agree-txt {
    font-size: 14px;
    line-height: 26px;
  }
  .agree-wrap {
    display: flex;
    justify-content: center;
  }
  /*birthday*/
  .birthday-wrap select {
    width: 70px;
    padding: 15px 20px 15px 5px;
    background-position: right 5px center;
    background-size: 10px auto;
  }
  .birthday-label {
    font-size: 14px;
    padding-left: 5px;
  }
  .wpcf7-form-control.wpcf7-checkbox.mri,
  .wpcf7-form-control.wpcf7-checkbox.ultrasound {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    width: 100%;
    column-gap: 10px;
  }
  .wpcf7-form-control.cancer,
  .wpcf7-form-control.gynecological,
  .wpcf7-form-control.vitamin {
    display: grid;
    grid-template-columns: 1fr;
  }
  .wpcf7-form-control.bone {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .wpcf7-form-control.wpcf7-checkbox.blood {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    width: 100%;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    width: 100%;
  }
  .wpcf7-form-control.wpcf7-checkbox.tumor > span:nth-child(1) {
    grid-column: span 1;
  }
  .wpcf7-form-control.wpcf7-checkbox.others {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    column-gap: 10px;
  }
  .reserve-wrap > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .reserve-label {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .reserve-wrap > div .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .reserve-wrap input[type="date"] {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-family: var(--noto-sans);
    font-weight: 400;
    padding: 12px 10px 11px;
    line-height: 20px;
  }
  .form-wrap__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--white);
    padding: 10px;
    margin-top: 30px;
    text-align: center;
  }
  .form-wrap__title > small {
    font-size: 12px;
  }
}
/*form btn*/
@media screen and (max-width:767px) {
  .form-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    align-items: center;
  }
  .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    background-color: var(--green);
    font-size: 16px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 18px;
    cursor: pointer;
  }
  .submit_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    border: 1px solid var(--green) !important;
    color: var(--green);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .back_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    background-color: var(--green);
    font-size: 16px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 18px;
    cursor: pointer;
  }
  .submit_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 63px;
    border: 1px solid var(--green) !important;
    color: var(--green);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 18px;
    cursor: pointer;
    /* margin-right: calc(100/1000 * 100%); */
  }
  .back_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .contact-thanks,
  .application-thanks {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .contact-thanks__txt,
  .application-thanks__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .contact-thanks__btn,
  .application-thanks__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .contact-thanks,
  .application-thanks {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .contact-thanks__txt,
  .application-thanks__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: center;
  }
  .contact-thanks__btn,
  .application-thanks__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - contact
--------------------------------------------- */
@media screen and (max-width:767px) {
  .contact {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .contact__body {
    display: block;
    width: 100%;
  }
  .contact__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .contact__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) {
  .contact {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .contact__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .contact__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .contact__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 50px;
  }
}
/*
PAGE - reservation
--------------------------------------------- */
@media screen and (max-width:767px) {
  .reservation {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .reservation__body {
    display: block;
    width: 100%;
  }
  .reservation__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .reservation__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .reservation__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .reservation__txt > a {
    color: var(--green);
    text-decoration: underline;
  }
  .reservation__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .reservation {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .reservation__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .reservation__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .reservation__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .reservation__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 50px;
  }
  .reservation__txt > a {
    color: var(--green);
    text-decoration: underline;
  }
  .reservation__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - application
--------------------------------------------- */
@media screen and (max-width:767px) {
  .application {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .application__body {
    display: block;
    width: 100%;
  }
  .application__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .application__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .application__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) {
  .application {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .application__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .application__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .application__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .application__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 50px;
  }
}
/*
PAGE - policy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .policy {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .policy__body {
    display: block;
    width: 100%;
  }
  .policy__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .policy__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .policy__main {
    display: block;
    width: 100%;
  }
  .policy-box {
    display: block;
    width: 100%;
  }
  .policy-box + .policy-box {
    margin-top: 50px;
  }
  .policy-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 10px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .policy-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .policy-box__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding: 10px;
    background-color: #F8F8F8;
    margin: 20px 0 0;
  }
  .policy-box__block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .policy-box__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #689397;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .policy-box__caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 50px;
  }
  .policy-box__caution > span {
    position: absolute;
    left: 0;
  }
  .policy-box__txt + .policy-box__caution {
    margin-top: 30px;
  }
  .policy-box__hints {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .policy-box__hints > span {
    position: absolute;
    left: 0;
  }
  .policy-box__txt > a {
    color: var(--font-color);
  }
  .policy-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .policy {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .policy__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .policy__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .policy__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .policy__main {
    display: block;
    width: 100%;
  }
  .policy-box {
    display: block;
    width: 100%;
  }
  .policy-box + .policy-box {
    margin-top: 50px;
  }
  .policy-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 20px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .policy-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .policy-box__subtitle {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding: 5px 20px;
    background-color: #F8F8F8;
    margin: 20px 0 0;
  }
  .policy-box__block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .policy-box__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #689397;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .policy-box__caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .policy-box__txt + .policy-box__caution {
    margin-top: 30px;
  }
  .policy-box__hints {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .policy-box__txt > a {
    color: var(--font-color);
  }
  .policy-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .sitemap__body {
    display: block;
    width: 100%;
  }
  .sitemap__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemap__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .sitemap__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sitemap-menu__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap-menu__block + .sitemap-menu__block {
    margin-top: 50px;
  }
  .sitemap-menu__title {
    display: block;
    width: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--gblue);
    padding-bottom: 20px;
  }
  .sitemap-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    border-left: 1px solid #9BB5B7;
  }
  .sitemap-menu__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu__list > li + li {
    margin-top: 15px;
  }
  .sitemap-menu__list > li > a {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: var(--font-color);
  }
  .sitemap-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .sitemap__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .sitemap__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .sitemap__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .sitemap__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap-menu__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu__title {
    display: block;
    width: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--gblue);
    padding-bottom: 20px;
  }
  .sitemap-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    border-left: 1px solid #9BB5B7;
  }
  .sitemap-menu__list > li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu__list > li + li {
    margin-top: 15px;
  }
  .sitemap-menu__list > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--font-color);
  }
  .sitemap-menu__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .faq {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: #F6F6F6;
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .faq__body {
    display: block;
    width: 100%;
  }
  .faq__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .faq__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .faq-nav {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .faq-nav__title {
    display: block;
    width: 100%;
    font-size: min(14px + (15 - 14) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 25px;
    color: var(--gblue);
    text-align: center;
    padding-bottom: 20px;
  }
  .faq-nav__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-nav__list > li {
    display: block;
    width: 100%;
  }
  .faq-nav__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    background-color: var(--white);
    border: 2px solid var(--gblue);
    padding: 0 53px 0 30px;
    background-image: url(./assets/images/icon-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 13px auto;
  }
  .faq-nav__list > li > a > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 20px;
    color: var(--gblue);
    text-align: center;
  }
  .faq-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .faq-main {
    display: block;
    width: 100%;
  }
  .faq-box {
    display: block;
    width: 100%;
    padding-top: 70px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 10px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .faq-box-list {
    display: block;
    width: 100%;
  }
  .faq-box-list > li {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .faq-box-list > li + li {
    margin-top: 30px;
  }
  .faq-box-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 35px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--green);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 30px;
  }
  .faq-box-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 35px;
    color: var(--green);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-box-question > i {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box-question > i::before,
  .faq-box-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--green);
  }
 .faq-box-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-box-answer__main {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin-top: 10px;
    background-color: #F8F8F8;
  }
  .faq-box-answer__main::before {
    content: "A";
    position: absolute;
    top: 10px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 35px;
    color: var(--green);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-box-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .faq {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: #F6F6F6;
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .faq__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
  }
  .faq__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .faq__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .faq-nav {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .faq-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 25px;
    color: var(--gblue);
    text-align: center;
    padding-bottom: 20px;
  }
  .faq-nav__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
  }
  .faq-nav__list > li {
    display: block;
    width: 100%;
  }
  .faq-nav__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: var(--white);
    border: 2px solid var(--gblue);
    padding: 0 53px 0 30px;
    background-image: url(./assets/images/icon-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 13px auto;
  }
  .faq-nav__list > li > a > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: var(--gblue);
    text-align: center;
  }
  .faq-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .faq-main {
    display: block;
    width: 100%;
  }
  .faq-box {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .faq-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 20px;
    border-left: 4px solid var(--green);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .faq-box-list {
    display: block;
    width: 100%;
  }
  .faq-box-list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .faq-box-list > li + li {
    margin-top: 20px;
  }
  .faq-box-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--green);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 60px 0px 50px;
  }
  .faq-box-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--green);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-box-question > i {
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-box-question > i::before,
  .faq-box-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--green);
  }
 .faq-box-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-box-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-box-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-box-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-box-answer__main {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 60px;
    margin-top: 10px;
    background-color: #F8F8F8;
  }
  .faq-box-answer__main::before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--green);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-box-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - jiyushinryo
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .jiyushinryo-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .jiyushinryo-intro__body {
    display: block;
    width: 100%;
  }
  .jiyushinryo-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .jiyushinryo-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .jiyushinryo-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .jiyushinryo-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .jiyushinryo-intro__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin:0 auto;
  }
  .jiyushinryo-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .jiyushinryo-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .jiyushinryo-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .jiyushinryo-intro__header > span {
    font-size: 28px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .jiyushinryo-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .jiyushinryo-feature__body {
    display: block;
    width: 100%;
  }
  .jiyushinryo-feature-box {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .jiyushinryo-feature-box + .jiyushinryo-feature-box {
    margin-top: 50px;
  }
  .jiyushinryo-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .jiyushinryo-feature-box__title > small {
    font-size: 14px;
  }
  .jiyushinryo-feature-box__content {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .jiyushinryo-feature-box__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 30px;
    margin-bottom: 20px;
  }
  .jiyushinryo-feature-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .jiyushinryo-feature-box__col {
    display: block;
    width: 100%;
  }
  .jiyushinryo-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .jiyushinryo-feature-box__caution {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .jiyushinryo-feature-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .jiyushinryo-feature-box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 310px;
    width: 100%;
    padding: 10px;
    background-color: var(--green);
  }
  .jiyushinryo-feature-box__btn > span {
    display: block;
    width: auto;
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (390 - 320)), 14px);
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--white);
    line-height: 24px;
    padding-left: 33px;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 1px;
  }
  .jiyushinryo-feature-box__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .jiyushinryo-feature-box__figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .jiyushinryo-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jiyushinryo-message {
    display: block;
    width: 100%;
    padding: 20px 10px;
    border: 10px solid rgba(123,152,118,0.21);
    background-color: var(--white);
    margin-top: 50px;
  }
  .jiyushinryo-message__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .jiyushinryo-message__title > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    color: var(--green);
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 45px;
  }
  .jiyushinryo-message__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin: 30px auto 0;
  }
}
@media screen and (min-width:768px) {
  .jiyushinryo-feature {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #F6F6F6;
  }
  .jiyushinryo-feature__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .jiyushinryo-feature-box {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .jiyushinryo-feature-box + .jiyushinryo-feature-box {
    margin-top: 80px;
  }
  .jiyushinryo-feature-box__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 15px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .jiyushinryo-feature-box__title > small {
    font-size: 24px;
  }
  .jiyushinryo-feature-box__content {
    display: block;
    width: 100%;
    padding: calc(40/1108 * 100%) calc(57/1108 * 100%) calc(57/1108 * 100%);
  }
  .jiyushinryo-feature-box__subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 40px;
  }
  .jiyushinryo-feature-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .jiyushinryo-feature-box__col {
    display: block;
    width: calc(520/994 * 100%);
  }
  .jiyushinryo-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .jiyushinryo-feature-box__caution {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .jiyushinryo-feature-box__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .jiyushinryo-feature-box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    background-color: var(--green);
  }
  .jiyushinryo-feature-box__btn > span {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--white);
    line-height: 20px;
    padding-left: 33px;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 1px;
  }
  .jiyushinryo-feature-box__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .jiyushinryo-feature-box__figure {
    display: block;
    width: calc(400/994 * 100%);
  }
  .jiyushinryo-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .jiyushinryo-message {
    display: block;
    width: 100%;
    padding: 30px;
    border: 15px solid rgba(123,152,118,0.21);
    background-color: var(--white);
    margin-top: 80px;
  }
  .jiyushinryo-message__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .jiyushinryo-message__title > span {
    display: block;
    width: auto;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    color: var(--green);
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 45px;
  }
  .jiyushinryo-message__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin: 30px auto 0;
  }
}
/*
PAGE - kansaibou
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .kansaibou-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .kansaibou-intro__body {
    display: block;
    width: 100%;
  }
  .kansaibou-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .kansaibou-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-intro__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .kansaibou-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .kansaibou-intro__body {
    display: block;
    max-width: 1040px;
    width: 100%;
    margin:0 auto;
  }
  .kansaibou-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-intro__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .kansaibou-intro__txt {
    display: block;
    width: calc(565/1040 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-intro__figure {
    position: relative;
    display: block;
    width: calc(410/1040 * 100%);
    padding-right: calc(40/1040 * 100%);
    padding-bottom: calc(40/1040 * 100%);
  }
  .kansaibou-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .kansaibou-intro__header > span {
    font-size: 23px;
  }
}
/*drip*/
@media screen and (max-width:767px) {
  .kansaibou-drip {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .kansaibou-drip__body {
    display: block;
    width: 100%;
  }
  .kansaibou-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-drip__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-drip__block {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .kansaibou-drip__list-cols {
    display: block;
    width: 100%;
  }
  .kansaibou-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .kansaibou-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .kansaibou-drip__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .kansaibou-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .kansaibou-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .kansaibou-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kansaibou-drip__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin: 30px 0 0;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-drip {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .kansaibou-drip__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .kansaibou-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-drip__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-drip__block {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .kansaibou-drip__list-cols {
    display: block;
    width: 100%;
  }
  .kansaibou-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .kansaibou-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .kansaibou-drip__list-cols.flex-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/884 * 100%);
    row-gap: 20px;
  }
  .kansaibou-drip__list-cols.flex-box > li {
    margin-top: 0;
  }
  .kansaibou-drip__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .kansaibou-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 40px;
  }
  .kansaibou-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .kansaibou-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kansaibou-drip__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin: 70px 0 0;
  }
}
/*effect*/
@media screen and (max-width:767px) {
  .kansaibou-effect {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .kansaibou-effect__body {
    display: block;
    width: 100%;
  }
  .kansaibou-effect__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-effect__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-effect__list {
    display: block;
    width: 100%;
  }
  .kansaibou-effect__list > li {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .kansaibou-effect__list > li + li {
    margin-top: 20px;
  }
  .kansaibou-effect__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .kansaibou-effect__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(rgba(123,152,118,0.3),rgba(123,152,118,0.3));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 54px 1px;
  }
  .kansaibou-effect__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding-top: 10px;
  }
  .kansaibou-effect__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .kansaibou-effect__imgs > picture {
    display: block;
    width: 100%;
  }
  .kansaibou-effect__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-effect {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .kansaibou-effect__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .kansaibou-effect__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-effect__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-effect__list {
    display: block;
    width: 100%;
  }
  .kansaibou-effect__list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .kansaibou-effect__list > li + li {
    margin-top: 20px;
  }
  .kansaibou-effect__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .kansaibou-effect__row > dt {
    display: block;
    width: 235px;
    padding: 0 30px 0 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
    border-right: 1px solid rgba(123,152,118,0.3);
  }
  .kansaibou-effect__row > dd {
    display: block;
    width: calc(100% - 235px);
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-effect__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 60px;
  }
  .kansaibou-effect__imgs > picture {
    display: block;
    width: 100%;
  }
  .kansaibou-effect__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .kansaibou-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .kansaibou-feature__body {
    display: block;
    width: 100%;
  }
  .kansaibou-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-feature__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-feature__main {
    display: block;
    width: 100%;
  }
  .kansaibou-feature-box {
    display: block;
    width: 100%;
  }
  .kansaibou-feature-box + .kansaibou-feature-box {
    margin-top: 30px;
  }
  .kansaibou-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 20px;
  }
  .kansaibou-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .kansaibou-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .kansaibou-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .kansaibou-feature__main {
    display: block;
    width: 100%;
  }
  .kansaibou-feature-box {
    display: block;
    width: 100%;
  }
  .kansaibou-feature-box + .kansaibou-feature-box {
    margin-top: 50px;
  }
  .kansaibou-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 25px;
  }
  .kansaibou-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .kansaibou-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-flow > .container {
    padding: 0 10px;
  }
  .kansaibou-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .kansaibou-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-flow__timeline {
    display: block;
    width: 100%;
  }
  .kansaibou-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .kansaibou-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .kansaibou-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .kansaibou-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .kansaibou-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .kansaibou-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .kansaibou-flow__content {
    display: block;
    width: calc(100% - 55px);
  }
  .kansaibou-flow__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 10px;
  }
  .kansaibou-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .kansaibou-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-flow__timeline {
    display: block;
    width: 100%;
  }
  .kansaibou-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .kansaibou-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .kansaibou-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .kansaibou-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .kansaibou-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .kansaibou-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3px;
  }
  .kansaibou-flow__content {
    display: block;
    width: calc(718/878 * 100%);
  }
  .kansaibou-flow__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .kansaibou-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .kansaibou-price {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .kansaibou-price__body {
    display: block;
    width: 100%;
  }
  .kansaibou-price__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-price__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-price__list {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .kansaibou-price__list > li {
    display: block;
    width: 100%;
  }
  .kansaibou-price__list > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .kansaibou-price__list > li + li {
    border-top: 1px solid rgba(123,152,118,0.3);
    padding-top: 20px;
  }
  .kansaibou-price__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .kansaibou-price__row-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    background-image: linear-gradient(rgba(123,152,118,0.3),rgba(123,152,118,0.3));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 54px 1px;
  }
  .kansaibou-price__row-title > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .kansaibou-price__row-title > span + span {
    padding-left: 15px;
  }
  .kansaibou-price__row-amount {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cardo);
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
  }
  .kansaibou-price__row-amount > small {
    font-size: 14px;
    line-height: 1;
  }
  .kansaibou-price__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .kansaibou-price__caution + .kansaibou-price__caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-price {
    display: block;
    width: 100%;
    padding: 90px 0;
    background-color: #F6F6F6;
  }
  .kansaibou-price__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .kansaibou-price__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-price__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-price__list {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .kansaibou-price__list > li {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .kansaibou-price__list > li + li {
    border-top: 1px solid rgba(123,152,118,0.5);
  }
  .kansaibou-price__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .kansaibou-price__row-title {
    display: block;
    width: calc(100% - 265px);
    border-right: 1px solid rgba(123,152,118,0.5);
  }
  .kansaibou-price__row-title > span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .kansaibou-price__row-title > span + span {
    padding-left: 15px;
  }
  .kansaibou-price__row-amount {
    display: block;
    width: 265px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cardo);
    line-height: 40px;
    text-align: right;
  }
  .kansaibou-price__row-amount > small {
    font-size: 14px;
    line-height: 1;
  }
  .kansaibou-price__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .kansaibou-price__caution + .kansaibou-price__caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .kansaibou-price__row-title {
    width: calc(100% - 245px);
  }
  .kansaibou-price__row-amount {
    width: 245px;
  }
}
/*precautions*/
@media screen and (max-width:767px) {
  .kansaibou-precautions {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .kansaibou-precautions__body {
    display: block;
    width: 100%;
  }
  .kansaibou-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .kansaibou-precautions__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .kansaibou-precautions__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-precautions__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .kansaibou-precautions__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .kansaibou-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kansaibou-precautions__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .kansaibou-precautions {
    display: block;
    width: 100%;
    padding: 100px 0 60px;
    background-color: var(--white);
  }
  .kansaibou-precautions__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .kansaibou-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .kansaibou-precautions__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .kansaibou-precautions__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .kansaibou-precautions__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
  .kansaibou-precautions__figure {
    position: relative;
    display: block;
    width: calc(410/960 * 100%);
    padding-left: calc(40/960 * 100%);
    padding-bottom: calc(40/960 * 100%);
  }
  .kansaibou-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .kansaibou-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .kansaibou-precautions__col-txt {
    display: block;
    width: calc(480/960 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - vitamin
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .vitamin-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .vitamin-intro__body {
    display: block;
    width: 100%;
  }
  .vitamin-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vitamin-intro__content {
    display: block;
    width: 100%;
  }
  .vitamin-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vitamin-intro__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-intro__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .vitamin-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .vitamin-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .vitamin-intro__body {
    display: block;
    max-width: 1040px;
    width: 100%;
    margin:0 auto;
  }
  .vitamin-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: auto 55px;
    text-align: center;
  }
  .vitamin-intro__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .vitamin-intro__content {
    display: block;
    width: calc(565/1040 * 100%);
  }
  .vitamin-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vitamin-intro__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-intro__figure {
    position: relative;
    display: block;
    width: calc(410/1040 * 100%);
    padding-right: calc(40/1040 * 100%);
    padding-bottom: calc(40/1040 * 100%);
  }
  .vitamin-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .vitamin-intro__header > span {
    font-size: 23px;
  }
}
/*drip*/
@media screen and (max-width:767px) {
  .vitamin-drip {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .vitamin-drip__body {
    display: block;
    width: 100%;
  }
  .vitamin-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-drip__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vitamin-drip__block {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .vitamin-drip__list-cols {
    display: block;
    width: 100%;
  }
  .vitamin-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .vitamin-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .vitamin-drip__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .vitamin-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .vitamin-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vitamin-drip__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin: 30px 0 0;
  }
}
@media screen and (min-width:768px) {
  .vitamin-drip {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .vitamin-drip__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .vitamin-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-drip__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .vitamin-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vitamin-drip__block {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .vitamin-drip__list-cols {
    display: block;
    width: 100%;
  }
  .vitamin-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .vitamin-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .vitamin-drip__list-cols.flex-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/884 * 100%);
    row-gap: 20px;
  }
  .vitamin-drip__list-cols.flex-box > li {
    margin-top: 0;
  }
  .vitamin-drip__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 40px;
  }
  .vitamin-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .vitamin-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vitamin-drip__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin: 70px 0 0;
  }
}
/*effect*/
@media screen and (max-width:767px) {
  .vitamin-effect {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .vitamin-effect__body {
    display: block;
    width: 100%;
  }
  .vitamin-effect__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-effect__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-effect__list {
    display: block;
    width: 100%;
  }
  .vitamin-effect__list > li {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .vitamin-effect__list > li + li {
    margin-top: 20px;
  }
  .vitamin-effect__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vitamin-effect__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(rgba(123,152,118,0.3),rgba(123,152,118,0.3));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 54px 1px;
  }
  .vitamin-effect__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding-top: 10px;
  }
  .vitamin-effect__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .vitamin-effect__imgs > picture {
    display: block;
    width: 100%;
  }
  .vitamin-effect__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .vitamin-effect {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .vitamin-effect__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .vitamin-effect__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-effect__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .vitamin-effect__list {
    display: block;
    width: 100%;
  }
  .vitamin-effect__list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .vitamin-effect__list > li + li {
    margin-top: 20px;
  }
  .vitamin-effect__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .vitamin-effect__row > dt {
    display: block;
    width: 235px;
    padding: 0 30px 0 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
  }
  .vitamin-effect__row > dd {
    display: block;
    width: calc(100% - 235px);
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    border-left: 1px solid rgba(123,152,118,0.3);
  }
  .vitamin-effect__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 60px;
  }
  .vitamin-effect__imgs > picture {
    display: block;
    width: 100%;
  }
  .vitamin-effect__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .vitamin-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .vitamin-feature__body {
    display: block;
    width: 100%;
  }
  .vitamin-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-feature__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-feature__main {
    display: block;
    width: 100%;
  }
  .vitamin-feature-box {
    display: block;
    width: 100%;
  }
  .vitamin-feature-box + .vitamin-feature-box {
    margin-top: 30px;
  }
  .vitamin-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 20px;
  }
  .vitamin-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .vitamin-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .vitamin-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .vitamin-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .vitamin-feature__main {
    display: block;
    width: 100%;
  }
  .vitamin-feature-box {
    display: block;
    width: 100%;
  }
  .vitamin-feature-box + .vitamin-feature-box {
    margin-top: 50px;
  }
  .vitamin-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 25px;
  }
  .vitamin-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .vitamin-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-flow > .container {
    padding: 0 10px;
  }
  .vitamin-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .vitamin-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-flow__timeline {
    display: block;
    width: 100%;
  }
  .vitamin-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .vitamin-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .vitamin-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .vitamin-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .vitamin-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .vitamin-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .vitamin-flow__content {
    display: block;
    width: calc(100% - 55px);
  }
  .vitamin-flow__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 10px;
  }
  .vitamin-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .vitamin-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .vitamin-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .vitamin-flow__timeline {
    display: block;
    width: 100%;
  }
  .vitamin-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .vitamin-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .vitamin-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .vitamin-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .vitamin-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .vitamin-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3px;
  }
  .vitamin-flow__content {
    display: block;
    width: calc(718/878 * 100%);
  }
  .vitamin-flow__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .vitamin-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*price*/
@media screen and (max-width:767px) {
  .vitamin-price {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .vitamin-price__body {
    display: block;
    width: 100%;
  }
  .vitamin-price__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-price__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-price__list {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .vitamin-price__list > li {
    display: block;
    width: 100%;
  }
  .vitamin-price__list > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .vitamin-price__list > li + li {
    border-top: 1px solid rgba(123,152,118,0.3);
    padding-top: 20px;
  }
  .vitamin-price__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vitamin-price__row-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    background-image: linear-gradient(rgba(123,152,118,0.3),rgba(123,152,118,0.3));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 54px 1px;
  }
  .vitamin-price__row-title > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .vitamin-price__row-title > small {
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (390 - 320)), 14px);
    font-weight: 500;
    line-height: 26px;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .vitamin-price__row-amount {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cardo);
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
  }
  .vitamin-price__row-amount > small {
    font-size: 14px;
    line-height: 1;
  }
  .vitamin-price__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-price__caution + .vitamin-price__caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .vitamin-price {
    display: block;
    width: 100%;
    padding: 90px 0;
    background-color: #F6F6F6;
  }
  .vitamin-price__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .vitamin-price__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-price__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .vitamin-price__list {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .vitamin-price__list > li {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .vitamin-price__list > li + li {
    border-top: 1px solid rgba(123,152,118,0.5);
  }
  .vitamin-price__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .vitamin-price__row-title {
    display: block;
    width: calc(100% - 265px);
    border-right: 1px solid rgba(123,152,118,0.5);
  }
  .vitamin-price__row-title > span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .vitamin-price__row-title > small {
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .vitamin-price__row-amount {
    display: block;
    width: 265px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cardo);
    line-height: 40px;
    text-align: right;
  }
  .vitamin-price__row-amount > small {
    font-size: 14px;
    line-height: 1;
  }
  .vitamin-price__caution {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vitamin-price__caution + .vitamin-price__caution {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .vitamin-price__row-title {
    width: calc(100% - 215px);
    padding-right: 30px;
  }
  .vitamin-price__row-amount {
    width: 215px;
  }
}
/*precautions*/
@media screen and (max-width:767px) {
  .vitamin-precautions {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .vitamin-precautions__body {
    display: block;
    width: 100%;
  }
  .vitamin-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .vitamin-precautions__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .vitamin-precautions__list {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
  }
  .vitamin-precautions__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .vitamin-precautions__list > li + li {
    margin-top: 20px;
  }
  .vitamin-precautions__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .vitamin-precautions__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .vitamin-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vitamin-precautions__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .vitamin-precautions {
    display: block;
    width: 100%;
    padding: 100px 0 60px;
    background-color: var(--white);
  }
  .vitamin-precautions__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .vitamin-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .vitamin-precautions__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .vitamin-precautions__list {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
  }
  .vitamin-precautions__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .vitamin-precautions__list > li + li {
    margin-top: 20px;
  }
  .vitamin-precautions__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
  .vitamin-precautions__figure {
    position: relative;
    display: block;
    width: calc(410/960 * 100%);
    padding-left: calc(40/960 * 100%);
    padding-bottom: calc(40/960 * 100%);
  }
  .vitamin-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .vitamin-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vitamin-precautions__col-txt {
    display: block;
    width: calc(480/960 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - local
--------------------------------------------- */
/*nav*/
@media screen and (max-width:767px) {
  .local-nav {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .local-nav__body {
    display: block;
    width: 100%;
  }
  .local-nav__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-nav__header > span {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-nav__main {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .local-nav__title {
    display: block;
    width: 100%;
    font-size: min(14px + (15 - 14) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 25px;
    color: var(--gblue);
    text-align: center;
    padding-bottom: 20px;
  }
  .local-nav__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .local-nav__list > li {
    display: block;
    width: 100%;
  }
  .local-nav__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    background-color: var(--white);
    border: 2px solid var(--gblue);
    padding: 0 43px 0 20px;
    background-image: url(./assets/images/icon-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 13px auto;
  }
  .local-nav__list > li > a > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 20px;
    color: var(--gblue);
    text-align: center;
  }
  .local-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .local-nav {
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .local-nav__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-nav__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-nav__main {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .local-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 25px;
    color: var(--gblue);
    text-align: center;
    padding-bottom: 20px;
  }
  .local-nav__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
  }
  .local-nav__list > li {
    display: block;
    width: 100%;
  }
  .local-nav__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: var(--white);
    border: 2px solid var(--gblue);
    padding: 0 53px 0 30px;
    background-image: url(./assets/images/icon-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 13px auto;
  }
  .local-nav__list > li > a > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: var(--gblue);
    text-align: center;
  }
  .local-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .local-nav__list > li > a {
    height: 70px;
  }
  .local-nav__list > li > a > span {
    font-size: 17px;
  }
}
/*suggest*/
@media screen and (max-width:767px) {
  .local-suggest {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: #F6F6F6;
    margin-top: -30px;
  }
  .local-suggest > .container {
    padding: 0 10px;
  }
  .local-suggest__body {
    display: block;
    width: 100%;
  }
  .local-suggest__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-suggest__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-suggest__main {
    display: block;
    width: 100%;
    padding: 40px 10px;
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .local-suggest__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-suggest__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .local-suggest__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-suggest__list {
    display: block;
    width: 100%;
    padding: 25px 10px;
    background-color: #F8F8F8;
    margin-top: 40px;
  }
  .local-suggest__list > li {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .local-suggest__list > li > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .local-suggest {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .local-suggest__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .local-suggest__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-suggest__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-suggest__main {
    display: block;
    width: 100%;
    padding: calc(60/1100 * 100%) calc(75/1100 * 100%);
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .local-suggest__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-suggest__figure {
    display: block;
    width: calc(757/960 * 100%);
    margin: 40px auto 0;
  }
  .local-suggest__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-suggest__list {
    display: block;
    width: 100%;
    padding: calc(40/960 * 100%);
    background-color: #F8F8F8;
    margin-top: 50px;
  }
  .local-suggest__list > li {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .local-suggest__list > li > span {
    position: absolute;
    left: 0;
  }
}
/*device*/
@media screen and (max-width:767px) {
  .local-device {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: var(--white);
    margin-top: -30px;
  }
  .local-device__body {
    display: block;
    width: 100%;
  }
  .local-device__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-device__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-device__main {
    display: block;
    width: 100%;
  }
  .local-device__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .local-device__cols + .local-device__cols {
    margin-top: 50px;
  }
  .local-device__col-figure {
    display: block;
    width: 100%;
  }
  .local-device__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-device__col {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .local-device__col-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--green);
    padding-bottom: 20px;
  }
  .local-device__col-subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .local-device__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-device-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .local-device-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 29px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .local-device-box__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 18px;
    border: 1px solid var(--green);
    margin-top: 10px;
  }
  .local-device-box__row + .local-device-box__row {
    margin-top: 30px;
  }
  .local-device-box__row > dt {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.07em;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .local-device-box__row > dd {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .local-device {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .local-device__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .local-device__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-device__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-device__main {
    display: block;
    width: 100%;
  }
  .local-device__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .local-device__cols + .local-device__cols {
    margin-top: 80px;
  }
  .local-device__col-figure {
    display: block;
    width: calc(450/960 * 100%);
  }
  .local-device__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-device__col {
    display: block;
    width: calc(490/960 * 100%);
  }
  .local-device__col-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--green);
    padding-bottom: 20px;
  }
  .local-device__col-subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .local-device__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-device-box {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .local-device-box__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 12px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .local-device-box__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 18px;
    border: 1px solid var(--green);
    margin-top: 30px;
  }
  .local-device-box__row > dt {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.07em;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .local-device-box__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .local-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .local-flow > .container {
    padding: 0 10px;
  }
  .local-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .local-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-flow__timeline {
    display: block;
    width: 100%;
  }
  .local-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .local-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .local-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .local-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .local-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .local-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .local-flow__content {
    position: relative;
    display: block;
    width: calc(100% - 55px);
  }
  .local-flow__icon {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100px;
  }
  .local-flow__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-flow__row {
    display: block;
    width: 100%;
  }
  .local-flow__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding:10px 0 125px;
  }
  .local-flow__row > dd {
    display: block;
    width: 100%;
  }
  .local-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .local-flow__phone {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .local-flow__phone > a {
    color: var(--font-color);
  }
  .local-flow__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .local-flow_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1.3;
    text-align: center;
    padding: 0 50px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-top: 15px;
  }
  .local-flow_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .local-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .local-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .local-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-flow__timeline {
    display: block;
    width: 100%;
  }
  .local-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .local-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .local-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .local-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .local-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .local-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .local-flow__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(718/878 * 100%);
  }
  .local-flow__icon {
    display: block;
    width: 100px;
  }
  .local-flow__icon > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-flow__row {
    display: block;
    width: calc(100% - 100px - 30px)
  }
  .local-flow__row > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .local-flow__row > dd {
    display: block;
    width: 100%;
  }
  .local-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-flow__phone {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .local-flow__phone > a {
    color: var(--font-color);
  }
  .local-flow__phone > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .local-flow_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1;
    padding: 0 55px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-top: 15px;
  }
  .local-flow_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*download*/
@media screen and (max-width:767px) {
  .local-download {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: var(--white);
    margin-top: -30px;
  }
  .local-download__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-download__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-download__main {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(123,152,118,0.3);
  }
  .local-download__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
  }
  .local-download__col {
    display: block;
    width: 100%;
  }
  .local-download__col + .local-download__col {
    margin-top: 30px;
  }
  .local-download__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1.3;
    padding: 0 55px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .local-download__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .local-download__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .local-download {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .local-download__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-download__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-download__main {
    display: block;
    max-width: 960px;
    width: 100%;
    padding: calc(40/1140 * 100%) calc(50/1140 * 100%);
    background-color: rgba(123,152,118,0.3);
    margin: 0 auto;
  }
  .local-download__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(40/860 * 100%);
    background-color: var(--white);
  }
  .local-download__col {
    display: block;
    width: calc(370/780 * 100%);
  }
  .local-download__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1;
    padding: 0 55px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-bottom: 20px;
  }
  .local-download__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .local-download__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*cd*/
@media screen and (max-width:767px) {
  .local-cd {
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    background-color: #F6F6F6;
    margin-top: -30px;
  }
  .local-cd > .container {
    padding: 0 10px;
  }
  .local-cd__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .local-cd__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .local-cd__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1110px;
    width: 100%;
    padding: 40px 10px;
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .local-cd__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-cd__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .local-cd__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-cd__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1.3;
    padding: 0 55px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-top: 30px;
    text-align: center;
  }
  .local-cd__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .local-cd {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .local-cd__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .local-cd__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .local-cd__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1110px;
    width: 100%;
    padding: calc(50/1140 * 100%) calc(75/1140 * 100%);
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .local-cd__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .local-cd__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .local-cd__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .local-cd__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--green);
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--yumincho);
    line-height: 1;
    padding: 0 55px;
    background-image: url(./assets/images/local/icon-pdf.png),url(./assets/images/local/icon-download.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left 20px center,right 20px center;
    background-size: 25px auto,18px auto;
    margin-top: 50px;
  }
  .local-cd__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - colonoscopy
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .colonoscopy-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .colonoscopy-intro__body {
    display: block;
    width: 100%;
  }
  .colonoscopy-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .colonoscopy-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .colonoscopy-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .colonoscopy-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .colonoscopy-intro__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .colonoscopy-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .colonoscopy-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .colonoscopy-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .colonoscopy-intro__body {
    display: block;
    max-width: 1040px;
    width: 100%;
    margin:0 auto;
  }
  .colonoscopy-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .colonoscopy-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .colonoscopy-intro__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .colonoscopy-intro__txt {
    display: block;
    width: calc(565/1040 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .colonoscopy-intro__figure {
    position: relative;
    display: block;
    width: calc(410/1040 * 100%);
    padding-right: calc(40/1040 * 100%);
    padding-bottom: calc(40/1040 * 100%);
  }
  .colonoscopy-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .colonoscopy-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .colonoscopy-intro__header > span {
    font-size: 23px;
  }
}
/*drip*/
@media screen and (max-width:767px) {
  .colonoscopy-drip {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-drip__body {
    display: block;
    width: 100%;
  }
  .colonoscopy-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .colonoscopy-drip__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .colonoscopy-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .colonoscopy-drip__block {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .colonoscopy-drip__list-cols {
    display: block;
    width: 100%;
  }
  .colonoscopy-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .colonoscopy-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .colonoscopy-drip__block + .colonoscopy-drip__txt {
    margin-top: 30px;
  }
  .colonoscopy-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .colonoscopy-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .colonoscopy-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .colonoscopy-drip {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-drip__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .colonoscopy-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .colonoscopy-drip__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .colonoscopy-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .colonoscopy-drip__block {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .colonoscopy-drip__list-cols {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/884 * 100%);
    row-gap: 20px;
  }
  .colonoscopy-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .colonoscopy-drip__block + .colonoscopy-drip__txt {
    margin-top: 40px;
  }
  .colonoscopy-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 40px;
  }
  .colonoscopy-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .colonoscopy-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .colonoscopy-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-feature__body {
    display: block;
    width: 100%;
  }
  .colonoscopy-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .colonoscopy-feature__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .colonoscopy-feature__main {
    display: block;
    width: 100%;
  }
  .colonoscopy-feature-box {
    display: block;
    width: 100%;
  }
  .colonoscopy-feature-box + .colonoscopy-feature-box {
    margin-top: 30px;
  }
  .colonoscopy-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 20px;
  }
  .colonoscopy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .colonoscopy-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .colonoscopy-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .colonoscopy-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .colonoscopy-feature__main {
    display: block;
    width: 100%;
  }
  .colonoscopy-feature-box {
    display: block;
    width: 100%;
  }
  .colonoscopy-feature-box + .colonoscopy-feature-box {
    margin-top: 50px;
  }
  .colonoscopy-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 25px;
  }
  .colonoscopy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .colonoscopy-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(#9bb5b7 0%, #b8c6b5 100%);
  }
  .colonoscopy-flow > .container {
    padding: 0 10px;
  }
  .colonoscopy-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .colonoscopy-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .colonoscopy-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .colonoscopy-flow__timeline {
    display: block;
    width: 100%;
  }
  .colonoscopy-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .colonoscopy-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .colonoscopy-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .colonoscopy-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .colonoscopy-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .colonoscopy-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .colonoscopy-flow__content {
    display: block;
    width: calc(100% - 55px);
  }
  .colonoscopy-flow__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 10px;
  }
  .colonoscopy-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .colonoscopy-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(#9bb5b7 0%, #b8c6b5 100%);
  }
  .colonoscopy-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .colonoscopy-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .colonoscopy-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .colonoscopy-flow__timeline {
    display: block;
    width: 100%;
  }
  .colonoscopy-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .colonoscopy-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .colonoscopy-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .colonoscopy-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .colonoscopy-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .colonoscopy-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3px;
  }
  .colonoscopy-flow__content {
    display: block;
    width: calc(718/878 * 100%);
  }
  .colonoscopy-flow__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .colonoscopy-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*precautions*/
@media screen and (max-width:767px) {
  .colonoscopy-precautions {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-precautions__body {
    display: block;
    width: 100%;
  }
  .colonoscopy-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .colonoscopy-precautions__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .colonoscopy-precautions__list {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
  }
  .colonoscopy-precautions__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .colonoscopy-precautions__list > li + li {
    margin-top: 20px;
  }
  .colonoscopy-precautions__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .colonoscopy-precautions {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .colonoscopy-precautions__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .colonoscopy-precautions__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .colonoscopy-precautions__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .colonoscopy-precautions__list {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
  }
  .colonoscopy-precautions__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .colonoscopy-precautions__list > li + li {
    margin-top: 20px;
  }
  .colonoscopy-precautions__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
/*
PAGE - gastroscopy
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .gastroscopy-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .gastroscopy-intro__body {
    display: block;
    width: 100%;
  }
  .gastroscopy-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .gastroscopy-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .gastroscopy-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .gastroscopy-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-intro__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .gastroscopy-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .gastroscopy-intro__body {
    display: block;
    max-width: 1040px;
    width: 100%;
    margin:0 auto;
  }
  .gastroscopy-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .gastroscopy-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .gastroscopy-intro__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .gastroscopy-intro__txt {
    display: block;
    width: calc(565/1040 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-intro__figure {
    position: relative;
    display: block;
    width: calc(410/1040 * 100%);
    padding-right: calc(40/1040 * 100%);
    padding-bottom: calc(40/1040 * 100%);
  }
  .gastroscopy-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .gastroscopy-intro__header > span {
    font-size: 23px;
  }
}
/*drip*/
@media screen and (max-width:767px) {
  .gastroscopy-drip {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-drip__body {
    display: block;
    width: 100%;
  }
  .gastroscopy-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .gastroscopy-drip__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .gastroscopy-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-drip__block {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .gastroscopy-drip__list-cols {
    display: block;
    width: 100%;
  }
  .gastroscopy-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .gastroscopy-drip__list-cols > li + li {
    margin-top: 20px;
  }
  .gastroscopy-drip__block + .gastroscopy-drip__txt {
    margin-top: 30px;
  }
  .gastroscopy-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .gastroscopy-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .gastroscopy-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-drip {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-drip__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .gastroscopy-drip__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .gastroscopy-drip__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .gastroscopy-drip__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-drip__block {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .gastroscopy-drip__list-cols {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(50/884 * 100%);
    row-gap: 20px;
  }
  .gastroscopy-drip__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
  }
  .gastroscopy-drip__block + .gastroscopy-drip__txt {
    margin-top: 40px;
  }
  .gastroscopy-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 40px;
  }
  .gastroscopy-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .gastroscopy-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*support*/
@media screen and (max-width:767px) {
  .gastroscopy-support {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-support__body {
    display: block;
    width: 100%;
  }
  .gastroscopy-support__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .gastroscopy-support__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .gastroscopy-support__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-support__block {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .gastroscopy-support__list-cols {
    display: block;
    width: 100%;
  }
  .gastroscopy-support__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .gastroscopy-support__list-cols > li + li {
    margin-top: 20px;
  }
  .gastroscopy-support__block + .gastroscopy-support__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-support {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-support__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .gastroscopy-support__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .gastroscopy-support__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .gastroscopy-support__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .gastroscopy-support__block {
    display: block;
    width: 100%;
    padding: calc(40/1040 * 100%);
    border: 1px solid var(--green);
    background-color: var(--white);
    margin-top: 30px;
  }
  .gastroscopy-support__list-cols {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
  }
  .gastroscopy-support__list-cols > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    padding-left: 30px;
    text-align: justify;
    word-break: break-all;
    background-image: url(./assets/images/kansaibou/checkedbox.png);
    background-repeat: no-repeat;
    background-position: left top 2.5px;
    background-size: 20px auto;
  }
  .gastroscopy-support__block + .gastroscopy-support__txt {
    margin-top: 40px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .gastroscopy-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-feature__body {
    display: block;
    width: 100%;
  }
  .gastroscopy-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .gastroscopy-feature__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .gastroscopy-feature__main {
    display: block;
    width: 100%;
  }
  .gastroscopy-feature-box {
    display: block;
    width: 100%;
  }
  .gastroscopy-feature-box + .gastroscopy-feature-box {
    margin-top: 30px;
  }
  .gastroscopy-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 20px;
  }
  .gastroscopy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .gastroscopy-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .gastroscopy-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .gastroscopy-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .gastroscopy-feature__main {
    display: block;
    width: 100%;
  }
  .gastroscopy-feature-box {
    display: block;
    width: 100%;
  }
  .gastroscopy-feature-box + .gastroscopy-feature-box {
    margin-top: 50px;
  }
  .gastroscopy-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 25px;
  }
  .gastroscopy-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .gastroscopy-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-flow > .container {
    padding: 0 10px;
  }
  .gastroscopy-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .gastroscopy-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .gastroscopy-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .gastroscopy-flow__timeline {
    display: block;
    width: 100%;
  }
  .gastroscopy-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .gastroscopy-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .gastroscopy-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .gastroscopy-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .gastroscopy-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .gastroscopy-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .gastroscopy-flow__content {
    display: block;
    width: calc(100% - 55px);
  }
  .gastroscopy-flow__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 10px;
  }
  .gastroscopy-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .gastroscopy-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .gastroscopy-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .gastroscopy-flow__timeline {
    display: block;
    width: 100%;
  }
  .gastroscopy-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .gastroscopy-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .gastroscopy-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .gastroscopy-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .gastroscopy-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .gastroscopy-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3px;
  }
  .gastroscopy-flow__content {
    display: block;
    width: calc(718/878 * 100%);
  }
  .gastroscopy-flow__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .gastroscopy-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*precautions*/
@media screen and (max-width:767px) {
  .gastroscopy-precautions {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .gastroscopy-precautions__body {
    display: block;
    width: 100%;
  }
  .gastroscopy-precautions__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .gastroscopy-precautions__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .gastroscopy-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .gastroscopy-precautions__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .gastroscopy-precautions {
    display: block;
    width: 100%;
    padding: 100px 0 60px;
    background-color: var(--white);
  }
  .gastroscopy-precautions__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .gastroscopy-precautions__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .gastroscopy-precautions__figure {
    position: relative;
    display: block;
    width: calc(410/960 * 100%);
    padding-left: calc(40/960 * 100%);
    padding-bottom: calc(40/960 * 100%);
  }
  .gastroscopy-precautions__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .gastroscopy-precautions__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .gastroscopy-precautions__col-txt {
    display: block;
    width: calc(480/960 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - blood
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .blood-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .blood-intro__body {
    display: block;
    width: 100%;
  }
  .blood-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .blood-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-intro__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .blood-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .blood-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .blood-intro__body {
    display: block;
    max-width: 1040px;
    width: 100%;
    margin:0 auto;
  }
  .blood-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .blood-intro__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blood-intro__txt {
    display: block;
    width: calc(565/1040 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-intro__figure {
    position: relative;
    display: block;
    width: calc(410/1040 * 100%);
    padding-right: calc(40/1040 * 100%);
    padding-bottom: calc(40/1040 * 100%);
  }
  .blood-intro__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-intro__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blood-intro__header > span {
    font-size: 23px;
  }
}
/*type*/
@media screen and (max-width:767px) {
  .blood-type {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .blood-type__body {
    display: block;
    width: 100%;
  }
  .blood-type__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-type__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-type__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-type__main {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .blood-type__main + .blood-type__txt {
    margin-top: 30px;
  }
  .blood-type-box {
    display: block;
    width: 100%;
  }
  .blood-type-box + .blood-type-box {
    margin-top: 30px;
  }
  .blood-type-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 20px;
  }
  .blood-type-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: calc(100% + 40px);
    margin: 30px 0 0 -20px;
  }
  .blood-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .blood-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .blood-type {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .blood-type__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .blood-type__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-type__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .blood-type__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-type__main + .blood-type__txt {
    margin-top: 35px;
  }
  .blood-type__main {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  .blood-type-box {
    display: block;
    width: 100%;
  }
  .blood-type-box + .blood-type-box {
    margin-top: 50px;
  }
  .blood-type-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 25px;
  }
  .blood-type-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-drip__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 50px;
  }
  .blood-drip__imgs > picture {
    display: block;
    width: 100%;
  }
  .blood-drip__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .blood-feature {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: #F6F6F6;
  }
  .blood-feature__body {
    display: block;
    width: 100%;
  }
  .blood-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-feature__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-feature__timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blood-feature__timeline > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(86.66667px + (110 - 86.66667) * ((100vw - 320px) / (390 - 320)), 110px);
    height: min(86.66667px + (110 - 86.66667) * ((100vw - 320px) / (390 - 320)), 110px);
    border-radius: 100px;
    border:5px solid rgba(123,152,118,0.14);
    background-color: var(--white);
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
  }
  .blood-feature__timeline > li:not(:last-child) {
    margin-right: 10px;
  }
  .blood-feature__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    display: block;
    width: 10px;
    height: 3px;
    background-color: var(--green);
  }
  .blood-feature__timeline > li > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
    line-height: 20px;
  }
  .blood-feature__timeline > li > span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
    line-height: 26px;
  }
  .blood-feature__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .blood-feature {
    display: block;
    width: 100%;
    padding: 100px 0 0;
    background-color: #F6F6F6;
  }
  .blood-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .blood-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 55px;
  }
  .blood-feature__timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blood-feature__timeline > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border:20px solid rgba(123,152,118,0.14);
    background-color: var(--white);
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
  }
  .blood-feature__timeline > li:not(:last-child) {
    margin-right: 50px;
  }
  .blood-feature__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--green);
  }
  .blood-feature__timeline > li > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
    line-height: 20px;
  }
  .blood-feature__timeline > li > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
    line-height: 35px;
  }
  .blood-feature__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blood-feature__header > span {
    font-size: 28px;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .blood-merit {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .blood-merit__body {
    display: block;
    width: 100%;
  }
  .blood-merit__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-merit__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-merit__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-merit__list + .blood-merit__txt {
    margin-top: 30px;
  }
  .blood-merit__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .blood-merit__list > li {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
  }
  .blood-merit__list > li + li {
    margin-top: 20px;
  }
  .blood-merit__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .blood-merit__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(rgba(123,152,118,0.3),rgba(123,152,118,0.3));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 54px 1px;
  }
  .blood-merit__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    padding-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .blood-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .blood-merit__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .blood-merit__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-merit__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .blood-merit__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-merit__list + .blood-merit__txt {
    margin-top: 40px;
  }
  .blood-merit__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .blood-merit__list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .blood-merit__list > li + li {
    margin-top: 20px;
  }
  .blood-merit__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .blood-merit__row > dt {
    display: block;
    width: 235px;
    padding: 0 30px 0 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
  }
  .blood-merit__row > dd {
    display: block;
    width: calc(100% - 235px);
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    border-left: 1px solid rgba(123,152,118,0.3);
  }
  .blood-merit__imgs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(35/1040 * 100%);
    width: 100%;
    margin-top: 60px;
  }
  .blood-merit__imgs > picture {
    display: block;
    width: 100%;
  }
  .blood-merit__imgs > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .blood-flow {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-flow > .container {
    padding: 0 10px;
  }
  .blood-flow__body {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: 50px 20px;
    margin: 0 auto;
  }
  .blood-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-flow__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-flow__timeline {
    display: block;
    width: 100%;
  }
  .blood-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blood-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .blood-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 22px;
    width: 1px;
    height: 100%;
    background-color: var(--gblue);
  }
  .blood-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--gblue);
  }
  .blood-flow__badge > span:nth-child(1) {
    font-size: 8px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .blood-flow__badge > span:nth-child(2) {
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .blood-flow__content {
    display: block;
    width: calc(100% - 55px);
  }
  .blood-flow__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 10px;
  }
  .blood-flow__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .blood-flow__txt-circle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .blood-flow__txt-circle > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .blood-flow {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-flow__body {
    display: block;
    max-width: 960px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--gblue);
    padding: calc(60/1140 * 100%) calc(40/1140* 100%);
    margin: 0 auto;
  }
  .blood-flow__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-flow__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .blood-flow__timeline {
    display: block;
    width: 100%;
  }
  .blood-flow__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blood-flow__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .blood-flow__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:55px;
    left: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: var(--gblue);
  }
  .blood-flow__badge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--gblue);
  }
  .blood-flow__badge > span:nth-child(1) {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .blood-flow__badge > span:nth-child(2) {
    font-size: 38px;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3px;
  }
  .blood-flow__content {
    display: block;
    width: calc(718/878 * 100%);
  }
  .blood-flow__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--green);
    line-height: 30px;
    padding-bottom: 15px;
  }
  .blood-flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .blood-flow__txt-circle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .blood-flow__txt-circle > span {
    position: absolute;
    left: 0;
  }
}
/*health*/
@media screen and (max-width:767px) {
  .blood-health {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .blood-health__body {
    display: block;
    width: 100%;
  }
  .blood-health__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .blood-health__header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 35px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .blood-health__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .blood-health__figure {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .blood-health__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(258/310 * 100%);
    height: 284px;
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-health__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .blood-health__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .blood-health {
    display: block;
    width: 100%;
    padding: 100px 0 60px;
    background-color: var(--white);
  }
  .blood-health__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .blood-health__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .blood-health__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .blood-health__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blood-health__figure {
    position: relative;
    display: block;
    width: calc(410/960 * 100%);
    padding-left: calc(40/960 * 100%);
    padding-bottom: calc(40/960 * 100%);
  }
  .blood-health__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(250/410 * 100%);
    height: calc(275/410 * 100%);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .blood-health__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .blood-health__col-txt {
    display: block;
    width: calc(480/960 * 100%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - facilities
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .facilities-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .facilities-intro__body {
    display: block;
    width: 100%;
  }
  .facilities-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .facilities-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facilities-intro {
    display: block;
    width: 100%;
    padding: 150px 0 120px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .facilities-intro__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin:0 auto;
  }
  .facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .facilities-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .facilities-feature__body {
    display: block;
    width: 100%;
  }
  .facilities-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .facilities-feature__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .facilities-feature__main {
    display: block;
    width: 100%;
  }
  .facilities-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facilities-feature-box + .facilities-feature-box {
    margin-top: 80px;
  }
  .facilities-feature-box__figure {
    display: block;
    width: calc(310/350 * 100%);
  }
  .facilities-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-feature-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
  }
  .facilities-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .facilities-feature-box__badge > small {
    font-size: 13px;
    padding-right: 5px;
  }
  .facilities-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .facilities-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .facilities-feature {
    display: block;
    width: 100%;
    padding: 80px 0 120px;
    background-color: #F8F8F8;
  }
  .facilities-feature__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .facilities-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .facilities-feature__main {
    display: block;
    width: 100%;
  }
  .facilities-feature-box {
    display: block;
    width: 100%;
  }
  .facilities-feature-box + .facilities-feature-box {
    margin-top: 85px;
  }
  .facilities-feature-box__figure {
    display: block;
    width: 100%;
  }
  .facilities-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-feature-box__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(680/960 * 100%);
    background-color: var(--white);
    padding: calc(40/1140 * 100%);
    margin-top: -80px;
  }
  .facilities-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .facilities-feature-box__badge > small {
    font-size: 18px;
    padding-right: 5px;
  }
  .facilities-feature-box__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .facilities-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
/*floor*/
@media screen and (max-width:767px) {
  .facilities-floor {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    background-color: var(--white);
  }
  /*
  .facilities-floor__hgroup {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-image: url(./assets/images/facilities/bg-sp.jpg);
  }
  */
  .facilities-floor__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-bg {
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-floor__hgroup > .container {
    padding: 0 10px;
  }
  .facilities-floor__hgroup-body {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .facilities-floor__header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    background: rgba(155,181,183,0.9);
  }
  .facilities-floor__header::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255,255,255,0.15);
  }
  .facilities-floor__header > span {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    color: var(--white);
    background-image: url(./assets/images/logo-mark-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .facilities-floor__main {
    display: block;
    width: 100%;
  }
  .facilities-floor-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .facilities-floor-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 30px;
    margin-bottom: 30px;
  }
  .facilities-floor-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-floor-box__subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #689397;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .facilities-floor-box__map {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .facilities-floor-box__map > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-floor-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .facilities-floor-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 30px 4px,100% 2px;
    margin-bottom: 30px;
  }
  .facilities-floor-slide {
    display: block;
    width: calc(100% + 40px);
    padding-bottom: 20px;
    margin-left: -20px;
  }
  .facilities-floor-slide .swiper-wrapper {
    width: 100%;
  }
  .facilities-floor-slide .swiper-slide {
    width: min(250px + (300 - 250) * ((100vw - 320px) / (390 - 320)), 300px);
  }
  .facilities-floor-slide .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .facilities-floor-slide .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .facilities-floor-slide .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-slide-wrap {
    display: block;
    width: 100%;
  }
  .swiper-slide-wrap__figure {
    display: block;
    width: 100%;
  }
  .swiper-slide-wrap__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .swiper-slide-wrap__title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    background-color: #F8F8F8;
    box-sizing: border-box;
  }
}
@media screen and (min-width:768px) {
  .facilities-floor {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  /*
  .facilities-floor__hgroup {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-image: url(./assets/images/facilities/bg-pc.jpg);
  }*/
  .facilities-floor__hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-bg {
    display: block;
    width: 100%;
  }
  .facilities-floor__hgroup-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-floor__hgroup-body {
    display: flex;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-floor__header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 105px 75px 105px 45px;
    background: rgba(155,181,183,0.9);
  }
  .facilities-floor__header::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid rgba(255,255,255,0.15);
  }
  .facilities-floor__header > span {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    color: var(--white);
    background-image: url(./assets/images/logo-mark-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .facilities-floor__main {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-floor-box {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .facilities-floor-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 40px;
  }
  .facilities-floor-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-floor-box__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #689397;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .facilities-floor-box__map {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .facilities-floor-box__map > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-floor-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .facilities-floor-block__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    background-image: linear-gradient(var(--green),var(--green)),linear-gradient(#E8EFE7,#E8EFE7);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 45px 4px,100% 2px;
    margin-bottom: 40px;
  }
  .facilities-floor-slide {
    display: block;
    width: 100%;
  }
  .facilities-floor-slide .swiper-wrapper {
    width: 100%;
  }
  .facilities-floor-slide .swiper-slide {
    width: 100%;
  }
  .facilities-floor-slide .swiper-pagination {
    display: none;
  }
  .swiper-slide-wrap {
    display: block;
    width: 100%;
  }
  .swiper-slide-wrap__figure {
    display: block;
    width: 100%;
  }
  .swiper-slide-wrap__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .swiper-slide-wrap__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    background-color: #F8F8F8;
    box-sizing: border-box;
  }
}
/*hours*/
@media screen and (max-width:767px) {
  .facilities-hours {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .facilities-hours__body {
    display: block;
    width: 100%;
  }
  .facilities-hours__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .facilities-hours__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .facilities-hours__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-hours__main {
    display: block;
    width: 100%;
    border: 10px solid var(--gblue);
    background-color: var(--white);
    margin-top: 50px;
    padding: 20px 10px;
  }
  .facilities-hours__time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--green);
  }
  .facilities-hours__time > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.07em;
    line-height: 23px;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70px 1px;
  }
  .facilities-hours__time > dd {
    display: block;
    width: 100%;
    padding: 10px 0 30px;
    font-size: min(14px + (15 - 14) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: center;
  }
  .facilities-hours__time > dd > small {
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (390 - 320)), 14px);
  }
  .facilities-hours__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
    border-bottom: 1px solid var(--green);
  }
  .facilities-hours__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .facilities-hours__col:nth-child(1) {
    margin-bottom: 15px;
  }
  .facilities-hours__col-txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 26px;
    text-align: center;
  }
  .facilities-hours__col-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .facilities-hours__col-btn.contact-btn {
    background-color: #555555;
  }
  .facilities-hours__col-btn.reservation-btn {
    background-color: var(--green);
  }
  .facilities-hours__col-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facilities-hours__phone {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
  .facilities-hours__phone > li {
    display: block;
    width: 100%;
  }
  .facilities-hours__phone > li + li {
    margin-top: 30px;
  }
  .facilities-hours__phone-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facilities-hours__phone-row > dt {
    display: block;
    width: 100%;
    font-size: min(15px + (16 - 15) * ((100vw - 320px) / (390 - 320)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--green);
    text-align: center;
    padding-bottom: 10px;
  }
  .facilities-hours__phone-row > dd {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: var(--font-color);
    text-align: center;
  }
  .facilities-hours__phone-row > dd > a {
    color: var(--font-color);
    font-size: 24px;
    font-family: var(--cardo);
  }
  .facilities-hours__phone-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .facilities-hours {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: #F8F8F8;
  }
  .facilities-hours__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-hours__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .facilities-hours__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .facilities-hours__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .facilities-hours__main {
    display: block;
    width: 100%;
    border: 40px solid var(--gblue);
    background-color: var(--white);
    margin-top: 50px;
  }
  .facilities-hours__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-bottom: 2px solid var(--gblue);
  }
  .facilities-hours__time > dt {
    display: block;
    width: 200px;
    font-size: 20px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px;
    border-right: 1px solid var(--green);
  }
  .facilities-hours__time > dd {
    display: block;
    width: calc(100% - 200px);
    padding: 10px 10px 10px 40px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
  }
  .facilities-hours__time > dd > small {
    font-size: 18px;
  }
  .facilities-hours__cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid var(--gblue);
  }
  .facilities-hours__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 0 10px;
  }
  .facilities-hours__col:nth-child(1) {
    border-right: 1px solid var(--green);
  }
  .facilities-hours__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
  }
  .facilities-hours__col-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 63px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
    line-height: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .facilities-hours__col-btn.contact-btn {
    background-color: #555555;
  }
  .facilities-hours__col-btn.reservation-btn {
    background-color: var(--green);
  }
  .facilities-hours__col-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .facilities-hours__phone {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .facilities-hours__phone > li {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .facilities-hours__phone > li:not(:last-child) {
    border-bottom: 1px solid var(--green);
  }
  .facilities-hours__phone-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .facilities-hours__phone-row > dt {
    display: block;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--green);
    padding-right: 10px;
  }
  .facilities-hours__phone-row > dd {
    display: block;
    width: 50%;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 40px;
    color: var(--font-color);
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid var(--green);
  }
  .facilities-hours__phone-row > dd > a {
    color: var(--font-color);
    font-size: 30px;
    font-family: var(--cardo);
  }
  .facilities-hours__phone-row > dd > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .facilities-hours__main {
    border: 30px solid var(--gblue);
  }
  .facilities-hours__time > dd {
    padding: 10px 10px 10px 30px;
    font-size: 20px;
  }
  .facilities-hours__time > dd > small {
    font-size: 16px;
  }
  .facilities-hours__phone-row > dt {
    font-size: 14px;
  }
}
/*access*/
@media screen and (max-width:767px) {
  .facilities-access {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(155,181,183,0.15);
  }
  .facilities-access__content {
    display: block;
    width: 100%;
  }
  .facilities-access__header {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gblue);
  }
  .facilities-access__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  .facilities-access__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 10px;
    color: var(--gblue);
  }
  .facilities-access__company {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 30px;
  }
  .facilities-access__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin-top: 15px;
  }
  .facilities-access__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .facilities-access__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-access__map {
    display: block;
    max-width: 520px;
    width: 100%;
    height: 315px;
    padding: 0 20px;
    margin-top: 30px;
  }
  .facilities-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .facilities-access {
    position: relative;
    display: block;
    width: 100%;
    padding: 90px 0;
    background-color: rgba(155,181,183,0.15);
  }
  .facilities-access__content {
    display: block;
    width: calc(505/1140 * 100%);
  }
  .facilities-access__header {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gblue);
  }
  .facilities-access__header > span:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 40px;
  }
  .facilities-access__header > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 10px;
    color: var(--gblue);
  }
  .facilities-access__company {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin-top: 30px;
  }
  .facilities-access__address {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin-top: 30px;
  }
  .facilities-access__figure {
    display: block;
    width: calc(414/505 * 100%);
    margin-top: 30px;
  }
  .facilities-access__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-access__map {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
  }
  .facilities-access__map > iframe {
    width: 100%;
    height: 100%;
  }
}
/*
PAGE - devices
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .devices-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .devices-intro__body {
    display: block;
    width: 100%;
  }
  .devices-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .devices-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .devices-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .devices-intro {
    display: block;
    width: 100%;
    padding: 150px 0 120px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .devices-intro__body {
    display: block;
    max-width: 800px;
    width: 100%;
    margin:0 auto;
  }
  .devices-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .devices-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-image: url(./assets/images/devices/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .devices-feature__body {
    display: block;
    width: 100%;
  }
  .devices-feature-box {
    display: block;
    width: 100%;
  }
  .devices-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .devices-feature-box__main {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
  }
  .devices-feature-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .devices-feature-box__cols + .devices-feature-box__cols {
    margin-top: 30px;
  }
  .devices-feature-box__figure {
    display: block;
    width: 100%;
  }
  .devices-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .devices-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .devices-feature-summary {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--gblue);
    margin-top: 30px;
  }
  .devices-feature-summary__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .devices-feature-summary__title > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    color: var(--white);
    background-image: url(./assets/images/logo-mark-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .devices-feature-summary__txt {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .devices-feature {
    display: block;
    width: 100%;
    padding: 80px 0 280px;
    background-image: url(./assets/images/devices/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .devices-feature__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .devices-feature-box {
    display: block;
    width: 100%;
  }
  .devices-feature-box__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 15px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .devices-feature-box__main {
    display: block;
    width: 100%;
    padding: calc(50/1110 * 100%) calc(75/1110 * 100%) calc(70/1110 * 100%);
    background-color: var(--white);
  }
  .devices-feature-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .devices-feature-box__cols:nth-child(even) {
    flex-direction: row-reverse;
  }
  .devices-feature-box__cols + .devices-feature-box__cols {
    margin-top: 30px;
  }
  .devices-feature-box__figure {
    display: block;
    width: calc(470/960 * 100%);
  }
  .devices-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .devices-feature-box__txt {
    display: block;
    width: calc(420/960 * 100%);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .devices-feature-summary {
    display: block;
    width: 100%;
    padding: calc(70/1110 * 100%) calc(80/1110 * 100%);
    background-color: var(--gblue);
    margin-top: 100px;
  }
  .devices-feature-summary__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .devices-feature-summary__title > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    color: var(--white);
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .devices-feature-summary__txt {
    display: block;
    width: 100%;
    padding: calc(50/950 * 100%) calc(75/950 * 100%);
    background-color: var(--white);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - doctors
--------------------------------------------- */
@media screen and (max-width:767px) {
  .doctors {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 50px;
  }
  .doctors-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px);
  }
  .doctors-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .doctors__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .doctors-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .doctors-main__body {
    display: block;
    width: 100%;
  }
  .doctors-main__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .doctors-main__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .doctors-main__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--white);
    margin-top: 30px;
  }
  .doctors-main__figure {
    display: block;
    width: calc(250/310 * 100%);
  }
  .doctors-main__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors-main__block-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .doctors-main__position {
    display: block;
    width: 100%;
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (390 - 320)), 16px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 32px;
    color: var(--green);
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .doctors-main__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .doctors-main__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .doctors-main__title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
  }
  .doctors-main__title > span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
    margin-top: 5px;
  }
  .doctors-main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--green);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.06em;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 15px 1px;
    margin-top: 20px;
  }
  .doctors-main_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .doctors-main__txt {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F6F6F6;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .doctors {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 100px;
  }
  .doctors-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px);
  }
  .doctors-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 120px;
  }
  .doctors__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .doctors-main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .doctors-main__body {
    display: block;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .doctors-main__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .doctors-main__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .doctors-main__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: calc(50/1060 * 100%) calc(65/1060 * 100%);
    background-color: var(--white);
    margin-top: 70px;
  }
  .doctors-main__figure {
    display: block;
    width: calc(320/930 * 100%);
  }
  .doctors-main__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors-main__block-content {
    display: block;
    width: calc(555/930 * 100%);
  }
  .doctors-main__position {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 32px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .doctors-main__hgroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .doctors-main__title {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
  }
  .doctors-main__title > span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 40px;
  }
  .doctors-main__title > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: var(--green);
    padding-left: 10px;
  }
  .doctors-main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--green);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.06em;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 15px 1px;
  }
  .doctors-main_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .doctors-main__txt {
    display: block;
    width: 100%;
    padding: calc(30/555 * 100%);
    background-color: #F6F6F6;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .doctors-main__hgroup {
    flex-wrap: wrap;
  }
  .doctors-main__title {
    width: 100%;
  }
  .doctors-main_btn {
    margin-top: 10px;
  }
}
/*doctors-collaborate*/
@media screen and (max-width:767px) {
  .doctors-collaborate {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .doctors-collaborate__body {
    display: block;
    width: 100%;
  }
  .doctors-collaborate__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .doctors-collaborate__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .doctors-collaborate__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 50px;
    width: 100%;
  }
  .doctors-collaborate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
  .doctors-collaborate-box__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .doctors-collaborate-box__figure {
    display: block;
    width: calc(200/280 * 100%);
  }
  .doctors-collaborate-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors-collaborate-box__position {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 32px;
    color: var(--green);
    text-align: center;
    margin-top: 20px;
  }
  .doctors-collaborate-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
  }
  .doctors-collaborate-box__title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 40px;
  }
  .doctors-collaborate-box__title > span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    color: var(--green);
  }
  .doctors-collaborate-box__row {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .doctors-collaborate-box__row + .doctors-collaborate-box__row {
    margin-top: 10px;
  }
  .doctors-collaborate-box__row > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.07em;
    color: var(--gblue);
  }
  .doctors-collaborate-box__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .doctors-collaborate-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .doctors-collaborate-box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--green);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.06em;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 15px 1px;
  }
  .doctors-collaborate-box__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .doctors-collaborate {
    display: block;
    width: 100%;
    padding: 100px 0 30px;
    background-color: var(--white);
  }
  .doctors-collaborate__body {
    display: block;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .doctors-collaborate__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
  .doctors-collaborate__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .doctors-collaborate__main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(100/1060 * 100%);
    row-gap: 80px;
    width: 100%;
  }
  .doctors-collaborate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .doctors-collaborate-box__content {
    display: block;
    width: 100%;
  }
  .doctors-collaborate-box__figure {
    display: block;
    width: 100%;
  }
  .doctors-collaborate-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .doctors-collaborate-box__position {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 32px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .doctors-collaborate-box__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%;
  }
  .doctors-collaborate-box__title > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 40px;
    padding-right: calc(30/296.667 * 100%);
  }
  .doctors-collaborate-box__title > span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    color: var(--green);
  }
  .doctors-collaborate-box__row {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .doctors-collaborate-box__row + .doctors-collaborate-box__row {
    margin-top: 10px;
  }
  .doctors-collaborate-box__row > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.07em;
    color: var(--gblue);
  }
  .doctors-collaborate-box__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .doctors-collaborate-box__btns {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  .doctors-collaborate-box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--green);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.06em;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 15px 1px;
  }
  .doctors-collaborate-box__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - reason
--------------------------------------------- */
@media screen and (max-width:767px) {
  .reason {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 50px;
  }
  .reason-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px);
  }
  .reason-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .reason__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .reason__main {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: #F6F6F6;
  }
  .reason-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .reason-box + .reason-box {
    margin-top: 50px;
  }
  .reason-box__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(310/350 * 100%);
    padding-bottom: 20px;
  }
  .reason-box:nth-child(odd) .reason-box__figure {
    padding-left:20px;
  }
  .reason-box:nth-child(even) .reason-box__figure {
    padding-right:20px;
  }
  .reason-box__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(260/310 * 100%);
    height: calc(100% - 50px);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .reason-box:nth-child(odd) .reason-box__figure::after {
    left: 0;
  }
  .reason-box:nth-child(even) .reason-box__figure::after {
    right: 0;
  }
  .reason-box__figure > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__content {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
  }
  .reason-box__badge {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .reason-box__badge > small {
    font-size: 13px;
  }
  .reason-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .reason-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .reason {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding-top: 100px;
  }
  .reason-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px);
  }
  .reason-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
  }
  .reason__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .reason__main {
    display: block;
    width: 100%;
    padding: 80px 0 150px;
    background-color: #F6F6F6;
  }
  .reason-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .reason-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .reason-box + .reason-box {
    margin-top: 80px;
  }
  .reason-box__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(520/1140 * 100%);
    padding-bottom: calc(60/1140 * 100%);
  }
  .reason-box:nth-child(odd) .reason-box__figure {
    padding-left:calc(50/1140 * 100%);
  }
  .reason-box:nth-child(even) .reason-box__figure {
    padding-right:calc(50/1140 * 100%);
  }
  .reason-box__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(375/520 * 100%);
    height: calc(100% - 150px);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .reason-box:nth-child(odd) .reason-box__figure::after {
    left: 0;
  }
  .reason-box:nth-child(even) .reason-box__figure::after {
    right: 0;
  }
  .reason-box__figure > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .reason-box__content {
    position: relative;
    display: block;
    width: calc(620/1140 * 100%);
    background-color: var(--white);
    margin-top: 60px;
  }
  .reason-box__content::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(470/620 * 100%);
    height: 100%;
    background-color: var(--white);
  }
  .reason-box:nth-child(odd) .reason-box__content {
    padding: calc(40/1140 * 100%) calc(60/1140 * 100%) calc(40/1140 * 100%) calc(50/1140 * 100%);
  }
  .reason-box:nth-child(even) .reason-box__content {
    padding: calc(40/1140 * 100%) calc(50/1140 * 100%) calc(40/1140 * 100%) calc(60/1140 * 100%);
  }
  .reason-box:nth-child(odd) .reason-box__content::after {
    left: 0;
    transform: translateX(-100%);
  }
  .reason-box:nth-child(even) .reason-box__content::after {
    right: 0;
    transform: translateX(100%);
  }
  .reason-box__badge {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 44px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .reason-box__badge > small {
    font-size: 18px;
  }
  .reason-box__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .reason-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .reason-box__title {
    font-size: 22px;
  }
}
/*
PAGE - women
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .women-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .women-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .women-intro__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .women-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .women-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .women-intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .women-intro__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .women-intro__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .jiyushinryo-intro__header > span {
    font-size: 28px;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .women-main {
    display: block;
    width: 100%;
    background-color: #F8F8F8;
  }
  .women-gallery {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .women-gallery__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .women-gallery__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .women-gallery-slide {
    display: block;
    width: calc(100% + 40px);
    padding-bottom: 20px;
    margin-left: -20px;
  }
  .women-gallery-slide .swiper-wrapper {
    width: 100%;
  }
  .women-gallery-slide .swiper-slide {
    width: min(250px + (300 - 250) * ((100vw - 320px) / (390 - 320)), 300px);
  }
  .women-gallery-slide .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .women-gallery-slide .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .women-gallery-slide .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .women-gallery-wrap {
    display: block;
    width: 100%;
  }
  .women-gallery-wrap__figure {
    display: block;
    width: 100%;
  }
  .women-gallery-wrap__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-gallery-wrap__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media screen and (min-width:768px) {
  .women-main {
    display: block;
    width: 100%;
    background-color: #F8F8F8;
  }
  .women-gallery {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .women-gallery__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
  .women-gallery__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .women-gallery-slide {
    display: block;
    width: 100%;
  }
  .women-gallery-slide .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
  }
  .women-gallery-slide .swiper-slide {
    width: 100% !important;
  }
  .women-gallery-wrap {
    display: block;
    width: 100%;
  }
  .women-gallery-wrap__figure {
    display: block;
    width: 100%;
  }
  .women-gallery-wrap__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-gallery-wrap__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .women-feature {
    display: block;
    width: 100%;
    padding: 50px 0;
  }
  .women-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .women-feature__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .women-feature-intro {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .women-feature-intro__figure {
    display: block;
    width: 100%;
  }
  .women-feature-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-feature-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    background-color: var(--white);
    padding: 20px;
    margin-top: -20px;
  }
  .women-feature-intro__title {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 17px);
    font-weight: 500;
    line-height: 30px;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .women-feature-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .women-feature-main {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .women-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .women-feature-box + .women-feature-box {
    margin-top: 50px;
  }
  .women-feature-box__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(310/350 * 100%);
    padding-bottom: 20px;
  }
  .women-feature-box:nth-child(odd) .women-feature-box__figure {
    padding-left:20px;
  }
  .women-feature-box:nth-child(even) .women-feature-box__figure {
    padding-right:20px;
  }
  .women-feature-box__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(260/310 * 100%);
    height: calc(100% - 50px);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .women-feature-box:nth-child(odd) .women-feature-box__figure::after {
    left: 0;
  }
  .women-feature-box:nth-child(even) .women-feature-box__figure::after {
    right: 0;
  }
  .women-feature-box__figure > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-feature-box__content {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
  }
  .women-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .women-feature-box__badge > small {
    font-size: 13px;
  }
  .women-feature-box__title {
    display: block;
    width: 100%;
    font-size: min(17px + (20 - 17) * ((100vw - 320px) / (390 - 320)), 17px);
    font-weight: 500;
    line-height: 32px;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .women-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .women-feature {
    display: block;
    width: 100%;
    padding: 120px 0;
  }
  .women-feature__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
  .women-feature__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .women-feature-intro {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .women-feature-intro__figure {
    display: block;
    width: 100%;
  }
  .women-feature-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-feature-intro__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(670/960 * 100%);
    background-color: var(--white);
    padding: calc(40/1140 * 100%);
    margin-top: -80px;
  }
  .women-feature-intro__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .women-feature-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .women-feature-main {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .women-feature-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .women-feature-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .women-feature-box + .women-feature-box {
    margin-top: 80px;
  }
  .women-feature-box__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(520/1140 * 100%);
    padding-bottom: calc(60/1140 * 100%);
  }
  .women-feature-box:nth-child(odd) .women-feature-box__figure {
    padding-left:calc(50/1140 * 100%);
  }
  .women-feature-box:nth-child(even) .women-feature-box__figure {
    padding-right:calc(50/1140 * 100%);
  }
  .women-feature-box__figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(375/520 * 100%);
    height: calc(100% - 150px);
    background: linear-gradient(rgba(123, 152, 118, 0.3) 0%, rgba(123, 152, 118, 0.8) 100%);
  }
  .women-feature-box:nth-child(odd) .women-feature-box__figure::after {
    left: 0;
  }
  .women-feature-box:nth-child(even) .women-feature-box__figure::after {
    right: 0;
  }
  .women-feature-box__figure > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .women-feature-box__content {
    position: relative;
    display: block;
    width: calc(620/1140 * 100%);
    background-color: var(--white);
    margin-top: 60px;
  }
  .women-feature-box__content::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(470/620 * 100%);
    height: 100%;
    background-color: var(--white);
  }
  .women-feature-box:nth-child(odd) .women-feature-box__content {
    padding: calc(40/1140 * 100%) calc(60/1140 * 100%) calc(40/1140 * 100%) calc(50/1140 * 100%);
  }
  .women-feature-box:nth-child(even) .women-feature-box__content {
    padding: calc(40/1140 * 100%) calc(50/1140 * 100%) calc(40/1140 * 100%) calc(60/1140 * 100%);
  }
  .women-feature-box:nth-child(odd) .women-feature-box__content::after {
    left: 0;
    transform: translateX(-100%);
  }
  .women-feature-box:nth-child(even) .women-feature-box__content::after {
    right: 0;
    transform: translateX(100%);
  }
  .women-feature-box__badge {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 44px;
    color: var(--green);
    letter-spacing: 0.1em;
  }
  .women-feature-box__badge > small {
    font-size: 18px;
  }
  .women-feature-box__title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .women-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .women-feature-box__title {
    font-size: 21px;
  }
}
/*health*/
@media screen and (max-width:767px) {
  .women-health {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
  }
  .women-health__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .women-health__header > span {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/logo-grn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
  }
  .women-health__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .women-health {
    display: block;
    width: 100%;
    padding: 100px 0 50px;
    background-color: var(--white);
  }
  .women-health__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
  .women-health__header > span {
    display: block;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 55px;
    padding-left: 70px;
    background-image: url(./assets/images/logo-mark-blu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
  }
  .women-health__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*
PAGE - checkup
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .checkup-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .checkup-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .checkup-intro {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .checkup-intro__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .checkup-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .checkup-main__body {
    display: block;
    width: 100%;
  }
  .checkup-box {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .checkup-box + .checkup-box {
    margin-top: 50px;
  }
  .checkup-box__header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .checkup-box__main {
    display: block;
    width: 100%;
    padding: 25px 20px;
  }
  .checkup-box__hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .checkup-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 30px;
  }
  .checkup-box__price {
    display: block;
    width: auto;
    font-size: 26px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
    margin-top: 20px;
  }
  .checkup-box__price > small {
    font-size: 13px;
  }
  .checkup-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .checkup-box__col {
    display: block;
    width: 100%;
  }
  .checkup-box__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .checkup-box__treatment {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F6F6F6;
    margin-top: 20px;
  }
  .checkup-box__caution {
    display: block;
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(123,152,118,0.4);
    margin-top: 30px;
  }
  .checkup-box__col-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding-bottom: 5px;
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 15px;
  }
  .checkup-box__col-list {
    display: block;
    width: 100%;
  }
  .checkup-box__col-list > li {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .checkup-box__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .checkup-box__figure > picture {
    display: block;
    width: 100%;
  }
  .checkup-box__figure > picture + picture {
    margin-top: 10px;
  }
  .checkup-box__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .checkup-main {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F6F6;
  }
  .checkup-main__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .checkup-box {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--green);
  }
  .checkup-box + .checkup-box {
    margin-top: 80px;
  }
  .checkup-box__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 15px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .checkup-box__main {
    display: block;
    width: 100%;
    padding: calc(40/1108 * 100%) calc(75/1108 * 100%) calc(60/1108 * 100%);
  }
  .checkup-box__hgroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .checkup-box__title {
    display: block;
    width: auto;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
  }
  .checkup-box__price {
    display: block;
    width: auto;
    font-size: 28px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
  }
  .checkup-box__price > small {
    font-size: 14px;
  }
  .checkup-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .checkup-box__col {
    display: block;
    width: calc(590/958 * 100%);
  }
  .checkup-box__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .checkup-box__treatment {
    display: block;
    width: 100%;
    padding: calc(30/590 * 100%);
    background-color: #F6F6F6;
    margin-top: 30px;
  }
  .checkup-box__caution {
    display: block;
    width: 100%;
    padding: calc(30/590 * 100%);
    border: 2px solid rgba(123,152,118,0.4);
    margin-top: 30px;
  }
  .checkup-box__col-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 30px;
    padding-bottom: 5px;
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 15px;
  }
  .checkup-box__col-list {
    display: block;
    width: 100%;
  }
  .checkup-box__col-list > li {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .checkup-box__figure {
    display: block;
    width: calc(330/958 * 100%);
  }
  .checkup-box__figure > picture {
    display: block;
    width: 100%;
  }
  .checkup-box__figure > picture + picture {
    margin-top: 30px;
  }
  .checkup-box__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*option*/
@media screen and (max-width:767px) {
  .checkup-option {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
  }
  .checkup-option__body {
    display: block;
    width: 100%;
  }
  .checkup-option__figure {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .checkup-option__figure::-webkit-scrollbar {
    background: #D5DFD4;
    width: 10px;
    height: 10px;
    scrollbar-width: thin;
  }
  .checkup-option__figure::-webkit-scrollbar-thumb {
    background-color: var(--green);
    scrollbar-width: 0;
    border-radius: 9px;
    background-clip: content-box;
  }
  .checkup-option__figure__txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 19px;
    color: #676767;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .checkup-option__figure > picture {
    display: block;
    width: 555px;
  }
  .checkup-option__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .checkup-option__main {
    display: block;
    width: 100%;
    background-color: rgba(123,152,118,0.2);
    padding: 10px;
  }
  .checkup-option__main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding: 20px 10px;
  }
  .checkup-option__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--green);
    text-align: center;
  }
  .checkup-option__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }
  .checkup-option__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .checkup-option__btns > a {
    border: 1px solid var(--font-color);
    background-color: var(--white);
    color: var(--font-color);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }
}
@media screen and (min-width:768px) {
  .checkup-option {
    display: block;
    width: 100%;
    padding: 100px 0 50px;
  }
  .checkup-option__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .checkup-option__figure {
    display: block;
    width: 100%;
    margin-bottom: 100px;
  }
  .checkup-option__figure__txt {
    display: none;
  }
  .checkup-option__figure > picture {
    display: block;
    width: 100%;
  }
  .checkup-option__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .checkup-option__main {
    display: block;
    width: 100%;
    background-color: rgba(123,152,118,0.2);
    padding: calc(40/960 * 100%) calc(50/960 * 100%);
  }
  .checkup-option__main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    background-color: var(--white);
    padding: calc(40/860 * 100%) calc(75/860 * 100%);
  }
  .checkup-option__header {
    display: block;
    width: calc(240/710 * 100%);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--green);
  }
  .checkup-option__txt {
    display: block;
    width: calc(100% - (240/710 * 100%));
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .checkup-option__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .checkup-option__btns > a {
    border: 1px solid var(--font-color);
    background-color: var(--white);
    color: var(--font-color);
    background-image: linear-gradient(var(--font-color),var(--font-color));
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .checkup-option__header {
    font-size: 22px;
  }
}
/*
PAGE - option
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .option-intro {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  .option-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .option-intro {
    display: block;
    width: 100%;
    padding: 110px 0 150px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  .option-intro__txt {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .option-main {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .option-main__body {
    display: block;
    width: 100%;
  }
  .option-box {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .option-box + .option-box {
    margin-top: 50px;
  }
  .option-box__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .option-box__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
  }
  .option-box__content {
    display: block;
    width: 100%;
  }
  .option-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
  }
  .option-box__caution {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .option-box__price-list {
    display: block;
    width: 100%;
    border: 1px solid #F0F0F0;
  }
  .option-box__txt + .option-box__price-list,
  .option-box__price-list + .option-box__price-list {
    margin-top: 20px;
  }
  .option-box__price-list + .option-box__txt {
    margin-top: 20px;
  }
  .option-box__price-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .option-box__price-row:not(:first-child) {
    border-top: 1px solid #F0F0F0;
  }
  .option-box__price-row > dt {
    display: block;
    width: calc(100% - 130px);
    background-color: #F8F8F8;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 20px;
  }
  .option-box__price-row > dt > p {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .option-box__price-row > dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 130px;
    font-size: 16px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    text-align: right;
  }
  .option-box__price-row > dd > small {
    font-size: 10px;
  }
  .option-box__price-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .option-box__price-btns + .option-box__price-list {
    margin-top: 40px;
  }
  .option-box__price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    background-color: var(--green);
  }
  .option-box__price-btn > span {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--white);
    line-height: 20px;
    padding-left: 33px;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 1px;
  }
  .option-box__price-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .option-box__figure {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .option-box__figure > picture {
    display: block;
    width: 100%;
  }
  .option-box__figure > picture + picture {
    margin-top: 20px;
  }
  .option-box__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .option-box__others-list {
    display: block;
    width: 100%;
    border: 1px solid #F0F0F0;
  }
  .option-box__others-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .option-box__others-row:not(:first-child) {
    border-top: 1px solid #F0F0F0;
  }
  .option-box__others-row > dt {
    order: 1;
    display: flex;
    align-items: center;
    width: calc(100% - 130px);
    background-color: #F8F8F8;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 20px;
  }
  .option-box__others-row > dd:nth-child(2) {
    order: 3;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .option-box__others-row > dd:last-child {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 130px;
    font-size: 16px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    text-align: right;
  }
  .option-box__others-row > dd:last-child > small {
    font-size: 10px;
  }
}
@media screen and (min-width:768px) {
  .option-main {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F6F6;
  }
  .option-main__body {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .option-box {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .option-box + .option-box {
    margin-top: 70px;
  }
  .option-box__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 15px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--gblue);
  }
  .option-box__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: calc(40/1108 * 100%) calc(75/1108 * 100%) calc(60/1108 * 100%);
  }
  .option-box__content {
    display: block;
    width: calc(570/960 * 100%);
  }
  .option-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .option-box__caution {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
  .option-box__price-list {
    display: block;
    width: 100%;
    border: 1px solid #F0F0F0;
  }
  .option-box__txt + .option-box__price-list,
  .option-box__price-list + .option-box__price-list {
    margin-top: 40px;
  }
  .option-box__price-list + .option-box__txt {
    margin-top: 20px;
  }
  .option-box__price-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .option-box__price-row:not(:first-child) {
    border-top: 1px solid #F0F0F0;
  }
  .option-box__price-row > dt {
    display: block;
    width: calc(100% - 185px);
    background-color: #F8F8F8;
    padding: 10px 15px 10px 30px;
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  .option-box__price-row > dt > p {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
  }
  .option-box__price-row > dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 185px;
    font-size: 22px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 30px;
    padding: 10px 15px;
    text-align: right;
  }
  .option-box__price-row > dd > small {
    font-size: 9px;
  }
  .option-box__price-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .option-box__price-btns + .option-box__price-list {
    margin-top: 40px;
  }
  .option-box__price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    background-color: var(--green);
  }
  .option-box__price-btn > span {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--white);
    line-height: 20px;
    padding-left: 33px;
    background-image: linear-gradient(var(--white),var(--white));
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 1px;
  }
  .option-box__price-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .option-box__figure {
    display: block;
    width: calc(330/960 * 100%);
  }
  .option-box__figure > picture {
    display: block;
    width: 100%;
  }
  .option-box__figure > picture + picture {
    margin-top: 30px;
  }
  .option-box__figure > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .option-box__others-list {
    display: block;
    width: 100%;
    border: 1px solid #F0F0F0;
  }
  .option-box__others-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .option-box__others-row:not(:first-child) {
    border-top: 1px solid #F0F0F0;
  }
  .option-box__others-row > dt {
    display: flex;
    align-items: center;
    width: calc(340/960 * 100%);
    background-color: #F8F8F8;
    padding: 10px 15px 10px 30px;
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  .option-box__others-row > dd:nth-child(2) {
    display: block;
    width: calc(100% - (340/960 * 100%) - 180px);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    border-right: 1px solid #F0F0F0;
  }
  .option-box__others-row > dd:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 180px;
    font-size: 28px;
    font-family: var(--cardo);
    font-weight: 400;
    line-height: 30px;
    padding: 10px 15px;
    text-align: right;
  }
  .option-box__others-row > dd:last-child > small {
    font-size: 9px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .option-box__price-row > dd {
    font-size: 26px;
  }
}
/*
PAGE - interview100
--------------------------------------------- */
#interview p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.057em;
  line-height: 30px;
  text-align: justify;
  word-break: break-all;
}
#interview p + p {margin-top:3em;}

@media screen and (max-width:767px) {
  .interview100,
  #interview {
    display: block;
    width: 100%;
    padding: 50px 0 50px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(100px + (150 - 100) * ((100vw - 320px) / (390 - 320)), 150px) auto;
  }
  #interview {padding:50px 20px;}
  #interview > .container {padding:0;max-width: 480px;}

  .interview100__body {
    display: block;
    width: 100%;
  }
  .interview100-intro,
  #i-intro {
    display: block;
    width: 100%;
  }
  .interview100-intro__figure,
  #i-i__figure {
    display: block;
    width: 100%;
  }
  .interview100-intro__figure > img,
  #i-i__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview100-intro__content,
  #i-i__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 25px 10px;
    background-color: var(--white);
  }
  .interview100-intro__name,
  #i-i__name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .interview100-intro__name > span:nth-child(1),
  #i-i__name > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
  }
  .interview100-intro__name > span:nth-child(2),
  #i-i__name > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 20px;
    color: var(--green);
    margin-top: 10px;
  }
  .interview100-intro__position,
  #i-i__position {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .interview100-main,
  #i-main {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .interview100__title,
  #i-catch {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 30px;
    margin-bottom: 40px;
  }
  .interview100__subtitle,
  .i__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: #689397;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .interview100__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.057em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .interview100__cols,
  .i__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .interview100__figure,
  .i__figure {
    display: block;
    width: 100%;
  }
  .interview100__figure > img,
  .i__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview100__col,
  .i__col {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .interview100__block,
  .i__block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .interview100-box,
  .i-box {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    font-size: 20px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .interview100-profile,
  #i__profile {
    display: block;
    width: 100%;
    padding: 40px;
    background-color: #F8F8F8;
    margin-top: 80px;
  }
  .interview100-profile__title,
  #i-p__profile {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:768px) {
  .interview100,
  #interview {
    display: block;
    width: 100%;
    padding: 250px 0 80px;
    background-color: var(--white);
    background-image: url(./assets/images/logo-mark-gry.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(250px + (396.01 - 250) * ((100vw - 768px) / (1366 - 768)), 396.01px) auto;
  }
  #interview {padding:250px 20px 80px;}
  #interview > .container{padding:0;max-width:728px;}

  .interview100__body{
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .interview100-intro,
  #i-intro{
    display: block;
    width: 100%;
  }
  .interview100-intro__figure,
  #i-i__figure {
    display: block;
    width: calc(720/1000 * 100%);
    margin-left: auto;
  }
  .interview100-intro__figure > img,
  #i-i__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview100-intro__content,
  #i-i__content {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(450/1000 * 100%);
    padding: calc(50/1000 * 100%) calc(40/1000 * 100%);
    background-color: var(--white);
    margin-top: -105px;
  }
  .interview100-intro__name,
  #i-i__name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .interview100-intro__name > span:nth-child(1),
  #i-i__name > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
  }
  .interview100-intro__name > span:nth-child(2),
  #i-i__name > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30px;
    color: var(--green);
    margin-top: 10px;
  }
  .interview100-intro__position,
  #i-i__position {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .interview100-main,
  #i-main {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .interview100__title,
  #i-catch {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--green);
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 4px 32px;
    margin-bottom: 50px;
  }
  .interview100__subtitle,
  .i__subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #689397;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .interview100__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.057em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .interview100__cols,
  .i__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .interview100__figure,
  .i__figure {
    display: block;
    width: calc(440/1000 * 100%);
  }
  .interview100__figure > img,
  .i__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview100__col,
  .i__col {
    display: block;
    width: calc(500/1000 * 100%);
  }
  .interview100__block,
  .i__block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .interview100-box,
  .i-box {
    display: block;
    width: 100%;
    padding: 5px 20px;
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    font-size: 22px;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .interview100-profile,
  #i__profile {
    display: block;
    width: 100%;
    padding: calc(40/1000 * 100%);
    background-color: #F8F8F8;
    margin-top: 80px;
  }
  .interview100-profile__title,
  #i-p__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width:1025px) {
  #interview > .container{padding:0;max-width:1000px;}
}
