/*
Theme Name:  Medical Scanning Premium Doctor
Theme URI:
Author:  Medical Scanning Premium Doctor
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..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&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'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap'); */
:root {
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: 'Noto Sans JP', sans-serif ;
  --noto-serif: 'Noto Serif JP', serif;
  --cardo:"Cardo", serif;
  --josefin-sans: "Josefin Sans", sans-serif;
  /* --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde"; */
  /* --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  /* --cormorant-garamond :"Cormorant Garamond", serif; */
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers.
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
  height:auto;
  vertical-align: bottom;
}
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: #334643;
  --white:#FFFFFF;
  --blue:#175E7C;
  --green:#21B59C;
  --lightblue:#E9F8F5;
  --nou: #21B69C;
  --kekkan:#EA6EB6;
  --jibiinko:#39A8CC;
  --shikakouku:#CEAD00;
  --sinzou:#FF7E7E;
  --kokyugeka:#175E7C;
  --koujousen:#7550A0;
  --syoukaki:#0E66C1;
  --fujinka:#BA5286;
  --seikei:#94B622;
  --keisei:#A467D1;
  --gan:#E08021;
}
/*background color*/
.bg-nou{background-color: var(--nou);}
.bg-kekkan{background-color: var(--kekkan);}
.bg-jibiinko{background-color: var(--jibiinko);}
.bg-shikakouku{background-color: var(--shikakouku);}
.bg-sinzou{background-color: var(--sinzou);}
.bg-kokyugeka{background-color: var(--kokyugeka);}
.bg-koujousen{background-color: var(--koujousen);}
.bg-syoukaki{background-color: var(--syoukaki);}
.bg-fujinka{background-color: var(--fujinka);}
.bg-seikei{background-color: var(--seikei);}
.bg-keisei{background-color: var(--keisei);}
.bg-gan{background-color: var(--gan);}
/*font color*/
.font-nou{color: var(--nou);}
.font-kekkan{color: var(--kekkan);}
.font-jibiinko{color: var(--jibiinko);}
.font-shikakouku{color: var(--shikakouku);}
.font-sinzou{color: var(--sinzou);}
.font-kokyugeka{color: var(--kokyugeka);}
.font-koujousen{color: var(--koujousen);}
.font-syoukaki{color: var(--syoukaki);}
.font-fujinka{color: var(--fujinka);}
.font-seikei{color: var(--seikei);}
.font-keisei{color: var(--keisei);}
.font-gan{color: var(--gan);}
/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
}
body {
  font-family:var(--noto-sans);
  color: var(--font-color);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
/*
layout
--------------------------------------------- */
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (min-width:375px) {
  .sm-only {
    display: none;
  }
}
@media screen and (max-width:1024px){
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 8px;
    line-height: 17px;
    color: #999999;
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 70px 0 10px;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 10px;
  }
  .site-header__logo {
    display: block;
    width: 154px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: none;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    width: 60px;
    height: 60px;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 18px;
    height: 14px;
  }
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger > i {
    font-size: 10px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 0px;
    right: 0;
    transform: translateY(5px) rotate(-35deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2) {
    display: none;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 0px;
    right: 0;
    transform: translateY(-7px) rotate(35deg);
  }
  .site-header__nav-pc {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 210px 0 50px;
  }
  .site-header__cta {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
  }
  .site-header__cta > a,
  .site-header__cta > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
  }
  .site-header__cta > a:hover,
  .site-header__cta > p:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__phone > span {
    display: block;
    width: auto;
    font-size: 20px;
    color: var(--white);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 28px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__phone {
    background-color: var(--blue);
  }
  .site-header__contact {
    background-color: var(--green);
  }
  .site-header__contact > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    font-size: 18px;
    color: var(--white);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--noto-sans);
    padding-left: 28px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__contact > span > i {
    font-size: 10px;
    line-height: 15px;
  }
  .site-header__menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 max(200px,calc((100% - 1100px)/2)) 0 calc((100% - 1100px)/2);
  }
  .site-header__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    display: block;
    width: min(180px + (257 - 180) * ((100vw - 1025px) / (1366 - 1025)), 257px);
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .site-header__nav-pc > li {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 min(8px + (25 - 8) * ((100vw - 1025px) / (1366 - 1025)), 25px);
  }
  .site-header__nav-pc > li > a {
    display: block;
    width: auto;
    font-size: min(14px + (16 - 14) * ((100vw - 1025px) / (1366 - 1025)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: var(--font-color);
    font-family: var(--noto-serif);
  }
  .site-header__nav-pc > li > a:hover {
    transition: color 0.3s ease;
    color: var(--green);
  }
  .site-header__nav-pc > li > a.current {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 10px;
    pointer-events: none;
  }
  .mobile-nav-trigger {
    display: none;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 70px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
}
/*
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;
    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%;
    background-color: transparent;
  }
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 100%;
    background-color: #E6F4F1;
    padding: 90px 30px 120px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__list {
    display: block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li + li {
    margin-top: 20px;
  }
  .site-nav-mobile__list > li.child {
    padding-left: 10px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:16px;
    font-weight: 500;
    color: var(--blue);
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
@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%;
    z-index: 995;
    transform: translateY(150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translateY(0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
  .site-floating-menu__wrap > a,
  .site-floating-menu__wrap > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    cursor: pointer;
  }
  .site-floating-menu__wrap > a > picture,
  .site-floating-menu__wrap > p > picture {
    display: block;
    width: 100%;
  }
  .site-floating-menu__wrap > a > picture > img,
  .site-floating-menu__wrap > p > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-floating-menu__wrap > a:hover,
  .site-floating-menu__wrap > p: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;
    width: auto;
  }
  .site-floating-menu__wrap > a {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .site-floating-menu__wrap > a > picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .site-floating-menu__wrap > a > picture > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .site-floating-menu__mail {
    display: block;
    width: 65px;
    border: 2px solid var(--white);
    border-right: 0;
  }
  .site-floating-menu__mail > picture {
    height: 196px;
  }
  .site-floating-menu__phone {
    display: block;
    width: 130px;
    border: 2px solid var(--white);
    border-right: 0;
    margin-top: 10px;
  }
  .site-floating-menu__phone > picture {
    height: 128px;
  }
  .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;
    max-width: 270px;
    width: 100%;
    height: 60px;
    background-color: var(--blue);
  }
  .site-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: var(--white);
    font-family: var(--noto-serif);
    padding-right: 40px;
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px auto;
  }
  .site-btn:hover {
    transition: 0.3s ease;
    background-color: #334643;
  }
  /*site-btn-dash*/
  .site-btn-dash {
    position: relative;
    display: block;
    width: 240px;
    padding-right: 90px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #175E7C;
    font-family: var(--noto-serif);
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(#175E7C,#175E7C);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px 1px;
    transition: 0.3s ease;
  }
  .site-btn-dash:hover {
    color: rgba(51,51,51,0.6);
    background-image: linear-gradient(rgba(51,51,51,0.6),rgba(51,51,51,0.6));
  }
}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-footer {
    display: block;
    width: 100%;
    background-color: #ECF7F5;
  }
}
/*pumplet*/
@media screen and (max-width:767px) {
  .site-footer-pumplet {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .site-footer-pumplet > .container {
    padding: 0;
  }
  .site-footer-pumplet__bnr {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-pumplet__bnr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-pumplet__bnr > picture {
    display: block;
    width: 100%;
  }
  .site-footer-pumplet__bnr > picture > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .site-footer-pumplet {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: var(--white);
  }
  .site-footer-pumplet__bnr {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .site-footer-pumplet__bnr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-pumplet__bnr > picture {
    display: block;
    width: 100%;
  }
  .site-footer-pumplet__bnr > picture > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
}
/*contact*/
@media screen and (max-width:767px) {
  .site-footer-contact {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--blue);
  }
  .site-footer-contact__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer-contact__content {
    display: block;
    width: 100%;
  }
  .site-footer-contact__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 37px;
    font-weight: 500;
    text-align: center;
  }
  .site-footer-contact__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 27px;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
  }
  .site-footer-contact__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 330px;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer-contact__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 84px;
    background-color: var(--white);
    border: 1px solid var(--font-color);
    cursor: pointer;
  }
  .site-footer-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-contact__tel > span {
    display: block;
    width: auto;
    font-size: min(22px + (28 - 22) * ((100vw - 320px) / (390 - 320)), 28px);
    color: var(--font-color);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-left: 46px;
    background-image: url(./assets/images/icon-tel-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px auto;
  }
  .site-footer-contact__tel > span > small {
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
  }
  .site-footer-contact__mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 84px;
    background-color: var(--white);
    border: 1px solid var(--green);
    margin-top: 25px;
  }
  .site-footer-contact__mail:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-contact__mail > span {
    display: block;
    width: auto;
    font-size: min(22px + (28 - 22) * ((100vw - 320px) / (390 - 320)), 28px);
    color: var(--green);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-left: 41px;
    background-image: url(./assets/images/icon-envelope-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 31.67px auto;
  }
  .site-footer-contact__mail > span > small {
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
  }
}
@media screen and (min-width:768px) {
  .site-footer-contact {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--blue);
  }
  .site-footer-contact__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .site-footer-contact__content {
    display: block;
    width: calc(600/1100 * 100%);
  }
  .site-footer-contact__header {
    display: block;
    width: 100%;
    font-size: 46px;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 66px;
    font-weight: 500;
  }
  .site-footer-contact__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 27px;
    color: var(--white);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .site-footer-contact__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(475/1100 * 100%);
  }
  .site-footer-contact__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: var(--white);
    border: 1px solid var(--font-color);
    cursor: pointer;
  }
  .site-footer-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-contact__tel > span {
    display: block;
    width: auto;
    font-size: 28px;
    color: var(--font-color);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-left: 46px;
    background-image: url(./assets/images/icon-tel-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px auto;
  }
  .site-footer-contact__tel > span > small {
    font-size: 20px;
    font-weight: 500;
  }
  .site-footer-contact__mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: var(--white);
    border: 1px solid var(--green);
    margin-top: 25px;
  }
  .site-footer-contact__mail:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-footer-contact__mail > span {
    display: block;
    width: auto;
    font-size: 28px;
    color: var(--green);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-left: 41px;
    background-image: url(./assets/images/icon-envelope-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 31.67px auto;
  }
  .site-footer-contact__mail > span > small {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer-contact__content {
    width: calc(580/1100 * 100%);
  }
  .site-footer-contact__header {
    font-size: 36px;
    line-height: 55px;
  }
  .site-footer-contact__tel {
    height: 70px;
  }
  .site-footer-contact__tel > span {
    font-size: 24px;
  }
  .site-footer-contact__tel > span > small {
    font-size: 18px;
  }
  .site-footer-contact__mail {
    height: 70px;
  }
  .site-footer-contact__mail > span {
    font-size: 24px;
  }
  .site-footer-contact__mail > span > small {
    font-size: 18px;
  }
}
/*footer-main*/
@media screen and (max-width:767px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 80px 0 0;
  }
  .site-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 340px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: 26px;
    color: var(--green);
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
    cursor: pointer;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: 47px;
    border: 1px solid var(--green);
    background-color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    margin-top: 30px;
    color: var(--green);
  }
  .site-footer-btn:hover {
    transition: 0.3s ease;
    background-color: #F7F5F4;
    color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .site-footer-nav {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer-menu-trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 43px;
    background-color: var(--blue);
    padding: 0 20px;
    font-family: var(--noto-serif);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .site-footer-menu-trigger > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .site-footer-menu-trigger > i::before,
  .site-footer-menu-trigger > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--white);
  }
  .site-footer-menu-trigger > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .site-footer-menu-trigger > 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;
  }
  .site-footer-menu-trigger.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .site-footer-nav__wrap {
    display: none;
    width: 100%;
    padding: 40px 30px 0;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer-nav__list + .site-footer-nav__list {
    margin-top: 20px;
  }
  .site-footer-nav__list:not(:last-child) {
    padding-right: 10px;
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 80px 0 0;
  }
  .site-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 340px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: 40px;
    color: var(--green);
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: 47px;
    border: 1px solid var(--green);
    background-color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    margin-top: 30px;
    color: var(--green);
  }
  .site-footer-btn:hover {
    transition: 0.3s ease;
    background-color: #F7F5F4;
    color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .site-footer-nav {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .site-footer-menu-trigger {
    display:
    none;
  }
  .site-footer-nav__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__list:not(:last-child) {
    padding-right: 10px;
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 80px 0 0;
  }
  .site-footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(340/1100 * 100%);
  }
  .site-footer__logo {
    display: block;
    max-width: 340px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: min(34px + (38 - 34) * ((100vw - 1025px) / (1140 - 1025)), 38px);
    color: var(--green);
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: var(--yumincho);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
    cursor: pointer;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: 47px;
    border: 1px solid var(--green);
    background-color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    margin-top: 30px;
    color: var(--green);
  }
  .site-footer-btn:hover {
    transition: 0.3s ease;
    background-color: #F7F5F4;
    color: var(--font-color);
    border: 1px solid var(--font-color);
  }
  .site-footer-nav {
    display: block;
    width: calc(660/1100 * 100%);
  }
  .site-footer-menu-trigger {
    display:
    none;
  }
  .site-footer-nav__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__list:not(:last-child) {
    padding-right: 10px;
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: min(14px + (16 - 14) * ((100vw - 1025px) / (1100 - 1025)), 16px);
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*rights*/
@media screen and (max-width:767px) {
  .site-footer__rights {
    display: block;
    width: calc(100% + 20px);
    margin-top: 40px;
    padding: 40px 0 100px;
    border-top: 1px solid var(--green);
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: min(10px + (12 - 10) * ((100vw - 320px) / (375 - 320)), 12px);
    line-height: 23px;
    color: var(--blue);
    text-align: right;
    letter-spacing: 0.01em;
    font-family: var(--noto-sans);
  }
}
@media screen and (min-width:768px) {
  .site-footer__rights {
    display: block;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0 100px;
    border-top: 1px solid var(--green);
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 23px;
    color: var(--blue);
    text-align: right;
    letter-spacing: 0.01em;
    font-family: var(--noto-sans);
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
}
@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%;
  }
  .page-title__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 40%;
  }
  .page-title > span:nth-child(1){
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    line-height: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    color: var(--blue);
    font-family: var(--cardo);
    letter-spacing: 0.05em;
  }
  .tax-tag-doctor .page-title > span:nth-child(2) {
    color: var(--blue);
    font-size:14px;
    font-weight:600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height:1.4;
    padding-top: 0.3em;
  }
  .page-title > span:last-child{
    font-size: min(18px + (24 - 18) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    line-height: min(26px + (35 - 26) * ((100vw - 320px) / (390 - 320)), 35px);
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
  }

  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-contents {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-title__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 50%;
  }
  .page-title > span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: var(--blue);
    font-family: var(--cardo);
    letter-spacing: 0.05em;
  }
  .tax-tag-doctor .page-title > span:nth-child(2) {
    color: var(--blue);
    font-size:18px;
    font-weight:600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height:1.4;
    padding-top: 0.3em;
  }
  .page-title > span:last-child{
    font-size: 46px;
    font-weight: 500;
    line-height: 55px;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
  }
  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-contents {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-title > span:last-child{
    font-size: 30px;
    line-height: 40px;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background-color: var(--white);
  }
  .gi-breadcrumbs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gi-breadcrumbs__list {
    display:flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 14px;
    line-height:20px;
    color:#334643;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    width: 10px;
    height: 20px;
    background-image: url(./assets/images/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.4px auto;
  }
  .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;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span {
    display: block;
    width: auto;
    font-size: 13px;
    line-height:20px;
    color: var(--red);
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#334643;
    font-weight: 400;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 5px 0;
  }
  .gi-breadcrumbs__list > li {
    font-size: 11px;
    text-decoration: none;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 15px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 11px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span,
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    text-decoration: none;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 50px 0 0;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: var(--blue);
    font-family: var(--cardo);
  }
  .not-found__header > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--blue);
    font-family: var(--cardo);
    letter-spacing: 0.05em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
  .not-found__text {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    align-items: 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: 220px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
  }
  .home-mv-slogan__body {
    display: block;
    max-width: 355px;
    width: 100%;
  }
  .home-mv-slogan__txt {
    display: block;
    width: 100%;
    font-size: min(18px + (22 - 18) * ((100vw - 320px) / (375 - 320)), 22px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-slogan {
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0 max(20px,calc((100% - 768px)/2));
  }
  .home-mv-slogan__body {
    display: block;
    width: 100%;
  }
  .home-mv-slogan__txt {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 55px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-slogan {
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0 max(20px,calc((100% - 1100px)/2));
  }
  .home-mv-slogan__body {
    display: block;
    width: 100%;
  }
  .home-mv-slogan__txt {
    display: block;
    width: 100%;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 66px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
}
/*mv-info*/
@media screen and (max-width:767px) {
  .mv-info {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 10;
    display: block;
    max-width: 365px;
    width: calc(100% - 10px);
    padding: 20px 10px;
    background-color: var(--white);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
  }
  .mv-info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .mv-info-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .mv-info-date {
    display: block;
    width: 90px;
    font-size: 13px;
    line-height: 20px;
    color: #9A9A9A;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
  }
  .mv-info-title {
    display: -webkit-box;
    width: calc(100% - 90px);
    font-size: 13px;
    line-height: 20px;
    color: var(--blue);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .mv-info {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 10;
    display: block;
    width: 575px;
    padding: 30px;
    background-color: var(--white);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
  }
  .mv-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .mv-info-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .mv-info-date {
    display: block;
    width: 110px;
    font-size: 16px;
    line-height: 23px;
    color: #9A9A9A;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
  }
  .mv-info-title {
    display: -webkit-box;
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 23px;
    color: var(--blue);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width:1025px) {
  .mv-info {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 10;
    display: block;
    width: 675px;
    padding: 30px;
    background-color: var(--white);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
  }
  .mv-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .mv-info-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .mv-info-date {
    display: block;
    width: 110px;
    font-size: 16px;
    line-height: 23px;
    color: #9A9A9A;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
  }
  .mv-info-title {
    display: -webkit-box;
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 23px;
    color: var(--blue);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
/*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: 600px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    /*padding-bottom: 30px;*/
    z-index: 1;
  }
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: right;
    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-contents.has-slide .home-mv-slogan {
    bottom: 75px;
  }
  .home-mv__slide {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    /*padding-bottom: 30px;*/
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 570px;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 8px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    padding-bottom: 30px;
    background-color: var(--white);
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 7.5s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
/*home-slider*/
@media screen and (max-width:767px) {
  .home-sildes__wrap {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: var(--white);
  }
  .home-sildes__slogan {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
  }
  .home-sildes__slogan > .container {
    padding: 0 10px;
  }
  .home-sildes__slogan-header {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--white);
    font-family: var(--noto-serif);
  }
  .home-sildes {
    display: block;
    width: 100%;
  }
  .home-sildes > picture {
    display: block;
    width: 100px;
    margin: 0 1px;
  }
  .home-sildes > picture > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit:contain;
  }
}
@media screen and (min-width:768px) {
  .home-sildes__wrap {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .home-sildes__slogan {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
  }
  .home-sildes__slogan-header {
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 72px;
    color: var(--white);
    font-family: var(--noto-serif);
  }
  .home-sildes {
    display: block;
    width: 100%;
  }
  .home-sildes > picture {
    position: relative;
    display: block;
    width: 170px;
    margin: 0 1px;
    overflow: hidden;
  }
  .home-sildes > picture > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit:contain;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-sildes__slogan-header {
    font-size: 40px;
  }
}
/*home-reason*/
@media screen and (max-width:767px) {
  .home-reason {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .home-reason > .container {
    padding: 0 10px;
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    font-family: var(--noto-serif);
    color: #175E7C;
    padding: 0 10px 30px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: min(14px + (16 - 14) * ((100vw - 320px) / (390 - 320)), 16px);
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.15em;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 27px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.15em;
  }
  .home-reason__list {
    display: block;
    width: 100%;
  }
  .home-reason__list > div {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #E9F8F5;
  }
  .home-reason__list > div + div {
    margin-top: 10px;
  }
  .home-reason__list > div.active {
    display: block;
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .home-reason__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-reason__row > dt {
    display: block;
    width: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--blue);
    font-family: var(--noto-serif);
    border-right: 2px solid var(--white);
  }
  .home-reason__row > dd {
    display: block;
    width: calc(100% - 30px);
    padding: 0 0 0 15px;
    font-size: min(13px + (16 - 13) * ((100vw - 320px) / (390 - 320)), 16px);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 24px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 0 20px;
    font-family: var(--noto-serif);
    color: var(--green);
  }
  .home-reason__title > span:nth-child(1) {
    font-size: min(20px + (22 - 20) * ((100vw - 320px) / (390 - 320)), 22px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
  }
  .home-reason__title > span:nth-child(2) {
    position: relative;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (390 - 320)), 18px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 27px;
    padding: 10px 10px 0;
    text-align: center;
  }
  .home-reason__title > span:nth-child(2) > small {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: auto;
    font-size: 8px;
    line-height: 1;
  }
  .home-reason__figure {
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__figure > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-reason {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 100px 0 80px;
    background-color: var(--white);
  }
  .home-reason__header {
    display: flex;
    flex-direction: column;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    font-family: var(--noto-serif);
    color: #175E7C;
    padding-bottom: 50px;
  }
  .home-reason__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2em;
  }
  .home-reason__header > span:nth-child(2) {
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 0.2em;
  }
  .home-reason__list {
    display: block;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__list > div {
    width: 100%;
    padding: 15px 0;
    background-color: #E9F8F5;
    transition: 0.5s;
  }
  .home-reason__list > div + div {
    margin-top: 20px;
  }
  .home-reason__list > div.active {
    display: block;
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .home-reason__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-reason__row > dt {
    display: block;
    width: 80px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 32px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    border-right: 2px solid var(--white);
  }
  .home-reason__row > dd {
    display: block;
    width: calc(100% - 80px);
    padding: 0 15px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 32px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .home-reason__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 0 50px;
    font-family: var(--noto-serif);
    color: var(--green);
  }
  .home-reason__title > span:nth-child(1) {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
  .home-reason__title > span:nth-child(2) {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 37px;
    padding: 10px 10px 0;
  }
  .home-reason__title > span:nth-child(2) > small {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    font-size: 8px;
    line-height: 1;
  }
  .home-reason__figure {
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .home-reason__figure > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
  .home-reason__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-reason__row > dd {
    font-size: 20px;
  }
}
/*home-doctor*/
@media screen and (max-width:767px) {
  .home-doctor {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
    background-image: linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 505px;
  }
  .home-doctor__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    font-family: var(--noto-serif);
  }
  .home-doctor__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-family: var(--cardo);
  }
  .home-doctor__header > span:nth-child(2) {
    font-size: 27px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .home-doctor__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .home-doctor-slide {
    display: block;
    width: 100%;
  }
  .home-doctor-slide .swiper-wrapper {
    width: 270px;
  }
  .home-doctor-slide .swiper-slide {
    display: flex;
    width: 100%;
    height: auto !important;
  }
  .home-doctor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: var(--white);
  }
  .home-doctor-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .home-doctor-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--white);
    font-weight: 400;
  }
  .home-doctor-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-doctor-item__link {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .home-doctor-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-doctor-item__disease {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    box-sizing: border-box;
  }
  .home-doctor-item__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(221.65/270 * 100%);
    margin-top: 15px;
    overflow: hidden;
  }
  .home-doctor-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .home-doctor-item__content {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: var(--white);
    box-sizing: border-box;
    min-height: 232.5px;
  }
  .home-doctor-item__name {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--font-color);
    font-family: var(--noto-serif);
  }
  .home-doctor-item__name > small {
    font-size: 15px;
    padding-left: 5px;
  }
  .home-doctor-item__profile {
    display: block;
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: var(--font-color);
    margin-top: 20px;
    overflow: hidden;
  }
  .swiper-nav-wapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    height: 40px;
    margin: 50px auto 0;
    padding: 0 30px;
  }
  .swiper-nav-wapper > div {
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #8BAFBE;
    font-size: 0px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11.11px auto;
  }
  .swiper-nav-wapper > .swiper-button-next {
    background-image: url(./assets/images/home/slide/next.png);
    margin-left: 50px;
  }
  .swiper-nav-wapper > .swiper-button-prev {
    background-image: url(./assets/images/home/slide/prev.png);
  }
  .swiper-nav-wapper > div::after {
    display: none;
  }
  .home-doctor__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-doctor__btns > a {
    border: 1px solid var(--white);
    background-color: #8BAFBE;
  }
  .home-doctor__btns > a:hover {
    background-color: var(--blue);
  }
}
@media screen and (min-width:768px) {
  .home-doctor {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 555px;
  }
  .home-doctor__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    font-family: var(--noto-serif);
  }
  .home-doctor__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-family: var(--cardo);
  }
  .home-doctor__header > span:nth-child(2) {
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .home-doctor__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 50px;
  }
  .home-doctor-slide {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 110px;
  }
  .home-doctor-slide .swiper-wrapper {
    width: 335px;
  }
  .home-doctor-slide .swiper-slide {
    display: flex;
    width: 100%;
    height: auto !important;
  }
  .home-doctor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: var(--white);
  }
  .home-doctor-item__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .home-doctor-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--white);
    font-weight: 400;
  }
  .home-doctor-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-doctor-item__link {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .home-doctor-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-doctor-item__disease {
    display: block;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    box-sizing: border-box;
  }
  .home-doctor-item__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(275/335 * 100%);
    margin-top: 15px;
    overflow: hidden;
  }
  .home-doctor-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .home-doctor-item__content {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: var(--white);
    box-sizing: border-box;
  }
  .home-doctor-item__name {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 40px;
    color: var(--font-color);
    font-family: var(--noto-serif);
  }
  .home-doctor-item__name > small {
    font-size: 20px;
    padding-left: 5px;
  }
  .home-doctor-item__profile {
    display: block;
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: var(--font-color);
    margin-top: 20px;
  }
  .swiper-nav-wapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .swiper-nav-wapper > div {
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #8BAFBE;
    font-size: 0px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11.11px auto;
  }
  .swiper-nav-wapper > .swiper-button-next {
    background-image: url(./assets/images/home/slide/next.png);
    margin-left: 50px;
  }
  .swiper-nav-wapper > .swiper-button-prev {
    background-image: url(./assets/images/home/slide/prev.png);
  }
  .swiper-nav-wapper > div::after {
    display: none;
  }
  .home-doctor__btns {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    max-width: 270px;
    width: 100%;
    margin: -40px auto 0;
  }
  .home-doctor__btns > a {
    border: 1px solid var(--white);
    background-color: #8BAFBE;
  }
  .home-doctor__btns > a:hover {
    background-color: var(--blue);
  }
}
/*home-disease*/
@media screen and (max-width:767px) {
  .home-disease {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .home-disease > .container {
    padding: 0 30px;
  }
  .home-disease__header {
    display: block;
    width: 100%;
    font-size: 27px;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 39px;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-disease__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .home-disease__title {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (390 - 320)), 18px);
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--blue);
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .home-disease__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-disease__col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .home-disease__col + .home-disease__col {
    margin-top: 40px;
  }
  .home-disease__content {
    display: block;
    width: 50%;
  }
  .home-disease__col:nth-child(2) .home-disease__content {
    width: calc(183/330 * 100%);
  }
  .home-disease__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-disease__block + .home-disease__block {
    margin-top: 40px;
  }
  .home-disease__col:nth-child(2) .home-disease__block {
    align-items: flex-end;
  }
  .home-disease__block-title {
    display: block;
    width: 100%;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (390 - 320)), 18px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--blue);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 20px;
  }
  .home-disease__col:nth-child(2) .home-disease__block-title {
    text-align: right;
  }
  .home-disease__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: min(10px + (13 - 10) * ((100vw - 320px) / (390 - 320)), 13px);
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .home-disease__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-disease__btn + .home-disease__btn {
    margin-top: 10px;
  }
  .home-disease__btn.nou {
    background-color: #21B69C;
  }
  .home-disease__btn.kekkan {
    background-color: #EA6FB6;
  }
  .home-disease__btn.kokyugeka {
    background-color: #175E7C;
  }
  .home-disease__btn.sinzou {
    background-color: #FF7E7E;
  }
  .home-disease__btn.koujousen {
    background-color: #7550A0;
  }
  .home-disease__btn.gan {
    background-color: #E08021;
  }
  .home-disease__btn.jibiinko {
    background-color: #3AA8CC;
  }
  .home-disease__btn.shikakouku {
    background-color: #CEAD00;
  }
  .home-disease__btn.syoukaki {
    background-color: #0E67C1;
  }
  .home-disease__btn.fujinka {
    background-color: #BA5286;
  }
  .home-disease__btn.seikei {
    background-color: #94B622;
  }
  .home-disease__btn.keisei {
    background-color: #A467D1;
  }
  .home-disease__figure {
    display: block;
    width: calc(145/330 * 100%);
  }
  .home-disease__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-disease__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 60px auto 0;
  }
  .home-disease__btns-title {
    display: block;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--green);
    font-weight: 600;
    text-align: center;
    padding: 0 20px 15px;
  }
  .home-disease__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    width: 100%;
    height: 66px;
    background-color: var(--green);
    border: 3px solid #006957;
  }
  .home-disease__button:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-disease__button::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 30px 30px;
    border-color: transparent transparent #006957 transparent;
  }
  .home-disease__button > span {
    font-size: 21px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 40px;
    padding-left: 44px;
    background-image: url(./assets/images/icon-document-wp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29px auto;
  }
  .home-disease__button > span > small {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .home-disease {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: #F6F6F6;
  }
  .home-disease__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-disease__txt {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
  }
  .home-disease__title {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--blue);
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  .home-disease__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
  }
  .home-disease__col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(470/965 * 100%);
  }
  .home-disease__content {
    display: block;
    width: calc(300/470 * 100%);
  }
  .home-disease__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .home-disease__block + .home-disease__block {
    margin-top: 40px;
  }
  .home-disease__block:nth-child(even) {
    width: calc(250/300 * 100%);
    margin-left: auto;
  }
  .home-disease__col:nth-child(2) .home-disease__block {
    align-items: flex-end;
  }
  .home-disease__col:nth-child(2) .home-disease__block:nth-child(even) {
    margin-left: initial;
  }
  .home-disease__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--blue);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 20px;
  }
  .home-disease__col:nth-child(2) .home-disease__block-title {
    text-align: right;
  }
  .home-disease__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .home-disease__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-disease__btn + .home-disease__btn {
    margin-top: 10px;
  }
  .home-disease__btn.nou {
    background-color: #21B69C;
  }
  .home-disease__btn.kekkan {
    background-color: #EA6FB6;
  }
  .home-disease__btn.kokyugeka {
    background-color: #175E7C;
  }
  .home-disease__btn.sinzou {
    background-color: #FF7E7E;
  }
  .home-disease__btn.koujousen {
    background-color: #7550A0;
  }
  .home-disease__btn.gan {
    background-color: #E08021;
  }
  .home-disease__btn.jibiinko {
    background-color: #3AA8CC;
  }
  .home-disease__btn.shikakouku {
    background-color: #CEAD00;
  }
  .home-disease__btn.syoukaki {
    background-color: #0E67C1;
  }
  .home-disease__btn.fujinka {
    background-color: #BA5286;
  }
  .home-disease__btn.seikei {
    background-color: #94B622;
  }
  .home-disease__btn.keisei {
    background-color: #A467D1;
  }
  .home-disease__figure {
    display: block;
    width: calc(145/470 * 100%);
  }
  .home-disease__col:nth-child(2) .home-disease__figure {
    width: calc(140/470 * 100%);
  }
  .home-disease__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-disease__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 965px;
    width: 100%;
    margin: 80px auto 0;
  }
  .home-disease__btns-title {
    display: block;
    width: auto;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: var(--green);
    font-weight: 600;
    text-align: center;
    padding: 0 20px 15px;
  }
  .home-disease__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 90px;
    background-color: var(--green);
    border: 3px solid #006957;
  }
  .home-disease__button:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-disease__button::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 40px 40px;
    border-color: transparent transparent #006957 transparent;
  }
  .home-disease__button > span {
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 55px;
    padding-left: 80px;
    background-image: url(./assets/images/icon-document-wp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
  }
  .home-disease__button > span > small {
    font-size: 20px;
  }
}
/*home-operator*/
@media screen and (max-width:767px) {
  .home-operator {
    display: block;
    width: 100%;
    padding: 350px 0 100px;
    background-color: #f6f6f6;
    background-image: url(./assets/images/home/operator/operator-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .home-operator > .container {
    padding: 0 30px;
  }
  .home-operator__body {
    display: block;
    width: 100%;
  }
  .home-operator__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 0 30px;
    font-family: var(--noto-serif);
  }
  .home-operator__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-family: var(--cardo);
  }
  .home-operator__header > span:nth-child(2) {
    font-size: 27px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .home-operator__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-operator__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-operator__btns > a {
    border: 1px solid var(--font-color);
    background-color: var(--white);
  }
  .home-operator__btns > a > span {
    color: var(--font-color);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-operator__btns > a:hover {
    background-color: var(--font-color);
  }
  .home-operator__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .home-operator {
    display: block;
    width: 100%;
    padding: 110px 0 100px;
    background-image: url(./assets/images/home/operator/operator-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-operator__body {
    display: block;
    width: calc(550/1100 * 100%);
  }
  .home-operator__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    font-family: var(--noto-serif);
  }
  .home-operator__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-family: var(--cardo);
  }
  .home-operator__header > span:nth-child(2) {
    font-size: 46px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .home-operator__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-operator__btns {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .home-operator__btns > a {
    border: 1px solid var(--font-color);
    background-color: var(--white);
  }
  .home-operator__btns > a > span {
    color: var(--font-color);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-operator__btns > a:hover {
    background-color: var(--font-color);
  }
  .home-operator__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-operator__body {
    width: calc(650/1100 * 100%);
  }
}
/*home-concept*/
@media screen and (max-width:767px) {
  .home-concept {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
    background-image: linear-gradient(#C4D8DF,#C4D8DF);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% calc(100% - 405px);
  }
  .home-concept > .container {
    padding: 0 10px;
  }
  .home-concept__hgroup {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-concept__logo {
    display: block;
    width: 100%;
  }
  .home-concept__logo > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
  .home-concept__header {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 39px;
    color: var(--green);
    font-family: var(--noto-serif);
    padding: 0 20px;
    margin-top: 10px;
  }
  .home-concept__main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .home-concept-box {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-concept-box__figure {
    display: block;
    width: 100%;
  }
  .home-concept-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-concept-box__txt {
    display: block;
    width: 100%;
    padding: 30px min(20px + (30 - 20) * ((100vw - 320px) / (390 - 320)), 30px) 20px;
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: center;
  }
  .home-concept-box__title {
    display: block;
    width: 100%;
    padding: 0 min(20px + (30 - 20) * ((100vw - 320px) / (390 - 320)), 30px) 30px;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: center;
  }
  .home-concept__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .home-concept {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    background-image: linear-gradient(#C4D8DF,#C4D8DF);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 560px;
  }
  .home-concept__hgroup {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .home-concept__logo {
    display: block;
    width: calc(395/1100 * 100%);
  }
  .home-concept__logo > img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
  }
  .home-concept__header {
    display: block;
    width: auto;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 57px;
    color: var(--green);
    font-family: var(--noto-serif);
    padding-left: 10px;
  }
  .home-concept__main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(50/1100 * 100%);
    width: 100%;
    margin-top: 80px;
  }
  .home-concept-box {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-concept-box__figure {
    display: block;
    width: 100%;
  }
  .home-concept-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-concept-box__txt {
    display: block;
    width: 100%;
    padding: 50px 30px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: center;
  }
  .home-concept-box__title {
    display: block;
    width: 100%;
    padding: 0 30px 30px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: center;
  }
  .home-concept__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-concept {
    background-size: 100% 460px;
  }
  .home-concept-box__txt {
    padding: 30px 20px 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .home-concept-box__title {
    padding: 0 20px 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
/*home-banner*/
@media screen and (max-width:767px) {
  .home-banner {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-banner__body {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .home-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-banner-box + .home-banner-box {
    margin-top: 100px;
  }
  .home-banner-box__figure {
    display: block;
    width: 100%;
  }
  .home-banner-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-banner-box__content {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: 50px;
  }
  .home-banner-box__header {
    display: block;
    width: 100%;
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: center;
    padding-bottom: 30px;
  }
  .home-banner-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-banner-box__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .home-banner-box__btns > a {
    border: 1px solid var(--blue);
    background-color: var(--white);
  }
  .home-banner-box__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-banner-box__btns > a:hover {
    background-color: var(--blue);
  }
  .home-banner-box__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .home-banner {
    display: block;
    width: 100%;
    padding: 120px 0;
    background-color: var(--white);
  }
  .home-banner__body {
    display: block;
    max-width: 1306px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .home-banner-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1183px;
    width: calc(1183/1266 * 100%);
  }
  .home-banner-box + .home-banner-box {
    margin-top: 100px;
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .home-banner-box__figure {
    display: block;
    width: calc(700/1183 * 100%);
  }
  .home-banner-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-banner-box__content {
    display: block;
    width: calc(433/1183 * 100%);
  }
  .home-banner-box__header {
    display: block;
    width: 100%;
    font-size: min(38px + (40 - 38) * ((100vw - 1025px) / (1266 - 1025)), 40px);
    line-height: 57px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .home-banner-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-banner-box__btns {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .home-banner-box__btns > a {
    border: 1px solid var(--blue);
    background-color: var(--white);
  }
  .home-banner-box__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-banner-box__btns > a:hover {
    background-color: var(--blue);
  }
  .home-banner-box__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-banner-box__header {
    font-size: min(28px + (38 - 28) * ((100vw - 768px) / (1024 - 768)), 38px);
    line-height: 1.5;
    padding-bottom: min(20px + (30 - 20) * ((100vw - 768px) / (1024 - 768)), 30px);
  }
}
/*home-link*/
@media screen and (max-width:767px) {
  .home-link {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #C4D8DF;
  }
  .home-link__body {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    padding: 0 10px;
  }
  .home-link-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--blue);
  }
  .home-link-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link__figure {
    display: block;
    width: calc(122/330 * 100%);
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - (122/330 * 100%));
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--white);
    font-family: var(--noto-serif);
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .home-link {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #C4D8DF;
  }
  .home-link__body {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(30/1100 * 100%);
    width: 100%;
  }
  .home-link-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--blue);
  }
  .home-link-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-link__figure {
    display: block;
    width: calc(130/346.66666 * 100%);
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - (130/346.66666 * 100%));
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--white);
    font-family: var(--noto-serif);
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-link {
    padding: 80px 0;
  }
  .home-link__title {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 0 10px;
  }
}
/*home-post*/
@media screen and (max-width:767px) {
  .home-post {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .home-post__body {
    display: block;
    width: 100%;
  }
  .home-post__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-post__news {
    display: block;
    width: 100%;
  }
  .home-post__column {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .home-post__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .home-post__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    font-family: var(--cardo);
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .home-post__header > span:nth-child(2) {
    font-size: 27px;
    font-weight: 500;
    color: var(--blue);
    line-height: 39px;
    font-family: var(--noto-serif);
    letter-spacing: 0.2em;
  }
  /*news*/
  .home-news__items {
    display: block;
    width: 100%;
  }
  .home-news__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #E6F4F1;
  }
  .home-news__items > li:not(:first-child) {
    padding-top: 15px;
  }
  .home-news__item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-news__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news__item-date {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--noto-serif);
    line-height: 24px;
    color: #6F6F6F;
  }
  .home-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 0 0 0;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  /*column*/
  .home-column__items {
    display: block;
    width: 100%;
  }
  .home-column__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #E2E8ED;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column__item + .home-column__item {
    margin-top: 20px;
  }
  .home-column__item-figure {
    display: block;
    width: 96px;
  }
  .home-column__item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-figure > picture {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(72.1833/96 * 100%);
    overflow: hidden;
  }
  .home-column__item-figure > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-column__item-content {
    display: block;
    width: calc(100% - 96px - 10px);
  }
  .home-column__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #334643;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-column__item-title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-column__item-date {
    display: block;
    width: 80px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 24px;
    color: #6F6F6F;
  }
  .home-column__item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px + 5px);
    margin: 0 0 0 -5px;
  }
  .home-column__item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 19px;
    background-color: #9A9A9A;
    font-size: 10px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    margin: 5px 0 0 5px;
  }
  .home-column__item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (min-width:768px) {
  .home-post {
    display: block;
    width: 100%;
    padding: 100px 0 100px;
    background-color: var(--white);
  }
  .home-post__body {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .home-post__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-post__news {
    display: block;
    width: calc(395/980 * 100%);
  }
  .home-post__column {
    display: block;
    width: calc(480/940 * 100%);
  }
  .home-post__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-post__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    font-family: var(--cardo);
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .home-post__header > span:nth-child(2) {
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    line-height: 50px;
    font-family: var(--noto-serif);
    letter-spacing: 0.2em;
  }
  /*news*/
  .home-news__items {
    display: block;
    width: 100%;
  }
  .home-news__items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 2px solid #E6F4F1;
  }
  .home-news__items > li:not(:first-child) {
    padding-top: 15px;
  }
  .home-news__item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .home-news__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news__item-date {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--noto-serif);
    line-height: 24px;
    color: #6F6F6F;
  }
  .home-news__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 0 0 0;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
  /*column*/
  .home-column__items {
    display: block;
    width: 100%;
  }
  .home-column__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    background-color: var(--white);
    border: 1px solid #E2E8ED;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .home-column__item + .home-column__item {
    margin-top: 20px;
  }
  .home-column__item-figure {
    display: block;
    width: 130px;
  }
  .home-column__item-figure:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-figure > picture {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(97.7/130 * 100%);
    overflow: hidden;
  }
  .home-column__item-figure > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-column__item-content {
    display: block;
    width: calc(100% - 130px - 20px);
  }
  .home-column__item-title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    color: #334643;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-column__item-title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__item-taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }
  .home-column__item-date {
    display: block;
    width: 80px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 24px;
    color: #6F6F6F;
  }
  .home-column__item-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px + 5px);
    margin: -5px 0 0 -5px;
  }
  .home-column__item-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 26px;
    background-color: #9A9A9A;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
    margin: 5px 0 0 5px;
  }
  .home-column__item-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-column__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-post__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .home-post__news {
    width: 100%;
  }
  .home-post__column {
    width: 100%;
    margin-top: 50px;
  }
}
/*home-link*/
@media screen and (max-width:767px) {
  .home-video {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #9A9A9A;
  }
  .home-video__link {
    display: block;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }
  .home-video__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-video__link > picture {
    display: block;
    width: 100%;
  }
  .home-video__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-video {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #9A9A9A;
  }
  .home-video__link {
    display: block;
    width: 100%;
  }
  .home-video__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .home-video__link > picture {
    display: block;
    width: 100%;
  }
  .home-video__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*home-faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F6F6;
  }
  .home-faq > .container {
    padding: 0 10px;
  }
  .home-faq__body {
    display: block;
    width: 100%;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    color: #9A9A9A;
    font-family: var(--cardo);
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .home-faq__header > span:nth-child(2) {
    font-size: 27px;
    font-weight: 500;
    color: var(--blue);
    line-height: 39px;
    font-family: var(--noto-serif);
    letter-spacing: 0.2em;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: 25px 20px;
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 15px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 48px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--josefin-sans);
    font-size: 24px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .home-faq__btns > a {
    border: 1px solid var(--blue);
    background-color: var(--white);
  }
  .home-faq__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-faq__btns > a:hover {
    background-color: var(--blue);
  }
  .home-faq__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .home-faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    font-family: var(--noto-serif);
  }
  .home-faq__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: #9A9A9A;
    letter-spacing: 0.05em;
    line-height: 20px;
    font-family: var(--cardo);
  }
  .home-faq__header > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
    background-color: var(--white);
  }
  .home-faq__list > li + li {
    margin-top: 15px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--josefin-sans);
    font-size: 28px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .home-faq__btns > a {
    border: 1px solid var(--blue);
    background-color: var(--white);
  }
  .home-faq__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .home-faq__btns > a:hover {
    background-color: var(--blue);
  }
  .home-faq__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: var(--blue);
    font-family: var(--noto-serif);
    background-color: transparent;
    margin: 0 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.85;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    color: var(--white);
    text-align: center;
    pointer-events: none;
    background-color: var(--blue);
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border-radius: 2px;
    border: 1px solid var(--blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9.81px auto;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/prev.png);
    background-repeat: no-repeat;
    margin-right: 0;
  }
  .pagination > .next.page-numbers {
    padding-right: 14px;
    background-image: url(./assets/images/next.png);
  }
}
@media screen and (max-width:767px) {
  .pagination > .page-numbers {
    margin: 0 10px;
  }
}
/*
SINGLE - content
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h2:not(:first-child) {
    margin-top: 30px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--green);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
  }
  .single-content h3:not(:first-child) {
    margin-top: 30px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--white);
    font-family: var(--noto-serif);
    padding: 10px;
    background-color: #9A9A9A;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4:not(:first-child) {
    margin-top: 30px;
  }
  .single-doctor__content h2:last-of-type {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--white);
    font-family: var(--noto-serif);
    padding: 10px;
    background-color: #9A9A9A;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 30px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }
  .single-content p:not(:first-child) {
    margin-top: 30px;
  }
  .single-content p a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--font-color);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 400;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }

  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    line-height:15px;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 2px 0 2px 30px;
    font-weight: 400;
  }
  .single-content ol > li + li {
    margin-top: 10px;
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:3px;
    left:0;
    font-size:18px;
    line-height:26px;
    color:var(--green);
    font-weight:700;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
  /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .single-content .wp-block-table::-webkit-scrollbar {
    background: #EFEFEF;
    width: 10px;
    height: 10px;
  }
  .single-content .wp-block-table::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    width: 5px;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td {
    border: 1px solid #97B6C3;
    padding: 30px 15px;
    text-align: center;
    width: 190px;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td:not(:first-child) {
    border-bottom: 1px solid #97B6C3;
  }
  body:not(.single-column) .single-content .wp-block-table table tr:last-child td {
    border-bottom: 1px solid #97B6C3;
  }
  body:not(.single-column) .single-content .wp-block-table table tr:first-child td {
    background-color: #F9FDFC;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td:first-child {
    font-weight: 500;
    font-size: 16px;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column {
    padding-bottom: 0;
    overflow-x: hidden;
    border-top: 1px solid #97B6C3;
    font-size: 15px;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 500;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    color: var(--blue);
  }
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #97B6C3;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    font-size: 16px;
    border: none;
    font-weight: 500 !important;
    text-align: left;
    background-color: #F9FDFC;
  }
  .single-content .wp-block-table.two-column table tr td:last-child {
    padding: 0 0 20px;
    line-height: 25.5px;
    font-weight: 400;
    text-align: left;
    padding: 10px;
  }
  .single-content .wp-block-table.two-column table tr:last-child td:last-child {
    border-color: #97B6C3;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
  {
    color: var(--font-color);
    font-weight: 600;
    text-decoration: underline;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 30px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 15px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
  .single-content .scroll-txt {
    display:block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px !important;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .single-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  /*H tag*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h2:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: var(--green);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
  }
  .single-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    color: var(--white);
    font-family: var(--noto-serif);
    background-color: #9A9A9A;
    text-align: justify;
    word-break: break-all;
  }
  .single-content h4:not(:first-child) {
    margin-top: 50px;
  }
  .single-doctor__content h2:last-of-type {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    color: var(--white);
    font-family: var(--noto-serif);
    background-color: #9A9A9A;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }

  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5:not(:first-child) {
    margin-top: 50px;
  }
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: var(--green);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h6:not(:first-child) {
    margin-top: 50px;
  }
  /*P tag*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.07em;
  }
  .single-content p:not(:first-child) {
    margin-top: 40px;
  }
  .single-content p a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--font-color);
  }
  .single-content p a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
    font-weight: 400;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 15px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 5px;
  }
  .single-content ul:not(:first-child) {
    margin-top: 50px;
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 15px;
    line-height:30px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 37px;
    font-weight: 400;
  }
  .single-content ol > li + li {
    margin-top: 15px;
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:25px;
    line-height:30px;
    color:var(--green);
    font-weight:700;
  }
  .single-content > ol:not(:first-child){
    margin-top: 50px;
  }
  /*table*/
  .single-content .wp-block-table {
    margin: 0 auto;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td {
    border: 1px solid #97B6C3;
    /*background-color: #FBFBFB;*/
    padding: 30px 15px;
    text-align: center;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td:not(:first-child) {
    border-bottom: 1px solid #97B6C3;
  }
  body:not(.single-column) .single-content .wp-block-table table tr:last-child td {
    border-bottom: 1px solid #97B6C3;
  }
  body:not(.single-column) .single-content .wp-block-table table tr:first-child td {
    color: var(--red);
    background-color: var(--white);
    font-size: 15px;
    text-align: center;
    padding: 30px 0;
  }
  body:not(.single-column) .single-content .wp-block-table table tr td:first-child {
    font-weight: 400;
    font-size: 18px;
  }
  /*two-column table*/
  .single-content .wp-block-table.two-column {
    border-top: 1px solid #97B6C3;
  }
  .single-content .wp-block-table.two-column table tr:first-child td {
    background-color: transparent;
    color: var(--font-color);
    font-weight: 400;
  }
  .single-column__content .wp-block-table.two-column table tr:first-child td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    border: none;
    background-color: transparent;
    padding: 0 0;
    text-align: left;
  }
  .single-column__content .wp-block-table.two-column table tr td {
    background-color: var(--white);
  }
  .single-content .wp-block-table.two-column table tr td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #97B6C3;
    line-height: 30px;
  }
  .single-content .wp-block-table.two-column table tr td:first-child {
    width: 180px;
    text-align: left;
    background-color: transparent;
    font-size: 18px !important;
    background-color: #F9FDFC;
    font-weight: 500;
  }
  .single-content .wp-block-table.two-column table tr:last-child td {
    border-color: #97B6C3;
  }
  .single-content .wp-block-table:not(:first-child) {
    margin-top: 50px;
  }
  /*text links*/
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--font-color);
    font-weight: 500;
    text-decoration: underline;
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*youtube iframe*/
  .single-content .is-provider-youtube {
    max-width: 600px;
    margin: 0 auto;
  }
  .single-content .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
  /*blockquote*/
  .single-content > .wp-block-quote {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
  }
  .single-content > .wp-block-quote:not(:first-child) {
    margin-top: 30px;
  }
  /*detail*/
  .single-content > .wp-block-details > summary {
    font-size: 16px;
    font-weight: 500;
  }
  .single-content > .wp-block-details:not(:first-child) {
    margin-top: 30px;
  }
  .single-content .scroll-txt {
    display: none;
  }
}
/*
ARCHIVE - column
--------------------------------------------- */
.no-item-txt {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
/*layout*/
@media screen and (max-width:1024px) {
  .column-wrap {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: var(--white);
  }
  .column-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .column-main {
    display: block;
    width: 100%;
  }
  .column-sidebar {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .column-wrap > .container {
    padding: 0 10px;
  }
  .column-wrap > .container {
    padding: 0 10px;
  }
  .column-sidebar {
    max-width: 300px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width:1025px) {
  .column-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F9FDFC;
  }
  .column-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .column-main {
    display: block;
    width: calc(600/1000 * 100%);
  }
  .column-sidebar {
    display: block;
    width: 300px;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .column-items {
    display: block;
    width: 100%;
    border-top: 1px solid #CFDCE1;
  }
  .column-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .column-item__link {
    display: block;
    width: calc(112/370 * 100%);
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(84/112 * 100%);
    overflow: hidden;
  }
  .column-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column-item__content {
    display: block;
    width: calc(233/370 * 100%);
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .column-item__title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__taxonomies {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 0 0 -5px;
  }
  .column-item__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background-color: #9A9A9A;
    letter-spacing: 0.07em;
    margin: 10px 5px 0;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__date {
    display: block;
    width: auto;
    text-align: right;
    font-size: 11px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #6F6F6F;
    margin: 10px 5px 0;
  }
  .column-item__date:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .column-items {
    display: block;
    width: 100%;
    border-top: 1px solid #CFDCE1;
  }
  .column-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .column-item__link {
    display: block;
    width: calc(133/600 * 100%);
  }
  .column-item__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(100/133 * 100%);
    overflow: hidden;
  }
  .column-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column-item__content {
    display: block;
    width: calc(430/600 * 100%);
  }
  .column-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 24px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .column-item__title:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__taxonomies {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 0 0 -5px;
  }
  .column-item__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
  }
  .column-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background-color: #9A9A9A;
    letter-spacing: 0.07em;
    margin: 10px 5px 0;
  }
  .column-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-item__date {
    display: block;
    width: auto;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #6F6F6F;
    margin: 10px 5px 0;
  }
  .column-item__date:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*sidebar*/
@media screen and (max-width:767px) {
  .sidebar-block__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .sidebar-block__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-family: var(--cardo);
    color: #9A9A9A;
  }
  .sidebar-block__title > span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
}
@media screen and (min-width:768px) {
  .sidebar-block__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .sidebar-block__title > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    font-family: var(--cardo);
    color: #9A9A9A;
  }
  .sidebar-block__title > span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--blue);
    font-family: var(--noto-serif);
  }
}
/*sidebar - form*/
@media screen and (min-width:0px) {
  .sidebar-search-form {
    display: block;
    width: 100%;
  }
  .searchform {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    height: 50px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    border-radius: 5px;
  }
  .searchform > button {
    display: block;
    width: 49px;
    height: 48px;
    border: none;
    background-image: url(./assets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    cursor: pointer;
  }
  .searchform > input[type="text"] {
    width: calc(100% - 49px);
    height: 48px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
    background: transparent;
  }
  .searchform > input[type="text"]::placeholder {
    color: #CDD6DD;
    font-weight: 400;
  }
}
/*sidebar - ranking*/
@media screen and (min-width:0px) {
  .sidebar-ranking {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-ranking__items {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }
  .sidebar-ranking__items > li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFDCE1;
  }
  .sidebar-ranking__items > li:nth-child(n+2) {
    padding-top: 20px;
  }
  .sidebar-ranking__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .sidebar-ranking__item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .sidebar-ranking__item-thumb {
    position: relative;
    display: block;
    width: calc(115/300 * 100%);
    padding-top: calc(82.5/300 * 100%);
    overflow: hidden;
  }
  .sidebar-ranking__item-thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sidebar-ranking__item-title {
    display: -webkit-box;
    width: calc(175/300 * 100%);
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .sidebar-ranking__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
  }
  .sidebar-ranking__items > li:nth-child(n+2) {
    padding-top: 0;
  }
}
/*sidebar - categories*/
@media screen and (min-width:0px) {
  .sidebar-category__wrap {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
  }
  .sidebar-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background-color: #9A9A9A;
    letter-spacing: 0.07em;
    margin: 10px 5px 0;
  }
  .sidebar-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*sidebar - tag*/
@media screen and (min-width:0px) {
  .sidebar-tag__wrap {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
  }
  .sidebar-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #9A9A9A;
    letter-spacing: 0.1em;
    margin: 10px 5px 0;
  }
  .sidebar-category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*sidebar - archives*/
@media screen and (min-width:0px) {
  .sidebar-archives-block {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-archives__wrap {
    display: block;
    width: 100%;
  }
  .column-archives {
    display: block;
    width: 100%;
  }
  .archive-nested {
    display: block;
    width: 100%;
  }
  .archive-nested > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .archive-nested > li + li {
    margin-top: 10px;
  }
  .archive-nested > li.has_child {
    position: relative;
    padding-right: 10px;
  }
  .archive-nested > li.has_child > span {
    position: absolute;
    top: 12px;
    left: 8em;
    width: 25px;
    height: 7px;
    background-image: url(./assets/images/archive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease-in;
  }
  .archive-nested > li.has_child > span.active {
    transform: rotate(-180deg);
  }
  .archive-nested  > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #9A9A9A;
    font-family: var(--noto-serif);
  }
  .archive-nested > li > .sub-archive-nested {
    display: none;
    width: 100%;
    padding-left: 10px;
  }
  .archive-nested > li > .sub-archive-nested > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
  }
  .archive-nested > li > .sub-archive-nested > li > a {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #9A9A9A;
    font-family: var(--noto-serif);
  }
  .archive-nested  > li > a:hover,
  .archive-nested > li > .sub-archive-nested > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
SINGLE - column
--------------------------------------------- */
@media screen and (max-width:767px) {
  .column-single__taxonomies {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
  }
  .column-single__date {
    display: block;
    width: 90px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #6F6F6F;
  }
  .column-single__categories {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 90px);
    margin-top: -10px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background-color: #9A9A9A;
    letter-spacing: 0.07em;
    margin: 10px 5px 0;
  }
  .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;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .single-column__btns > a {
    background-color: var(--white);
    border: 1px solid var(--blue);
  }
  .single-column__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .single-column__btns > a:hover > span {
    color: white;
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .column-single__taxonomies {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
  }
  .column-single__date {
    display: block;
    width: 100px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #6F6F6F;
  }
  .column-single__categories {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    margin-top: -10px;
  }
  .column-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background-color: #9A9A9A;
    letter-spacing: 0.07em;
    margin: 10px 5px 0;
  }
  .column-single__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .column-single__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
  .single-column__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .single-column__btns > a {
    background-color: var(--white);
    border: 1px solid var(--blue);
  }
  .single-column__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .single-column__btns > a:hover > span {
    color: white;
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
/*
ARCHIVE - info
--------------------------------------------- */
@media screen and (max-width:767px) {
  .info-wrap {
    display: block;
    width: 100%;
    padding: 30px 0 50px;
    background-color: var(--white);
  }
  .info-wrap > .container {
    padding: 0 10px;
  }
  .info-body {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .info-items {
    display: block;
    width: 100%;
  }
  .info-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding:0 10px 20px;
    border-bottom: 1px solid #E6F4F1;
  }
  .info-items > li:not(:first-child) {
    padding-top: 20px;
  }
  .info-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .info-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .info-item__date {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 20px;
    color: #9A9A9A;
  }
  .info-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 15px;
    line-height: 26px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width:768px) {
  .info-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F9FDFC;
  }
  .info-body {
    display: block;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(100/1100 * 100%);
    background-color: var(--white);
  }
  .info-items {
    display: block;
    width: 100%;
  }
  .info-items > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding:0 15px 20px;
    border-bottom: 1px solid #E6F4F1;
  }
  .info-items > li:not(:first-child) {
    padding-top: 20px;
  }
  .info-item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .info-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .info-item__date {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #9A9A9A;
  }
  .info-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 26px;
    color: var(--font-color);
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 0 0 0;
  }
}
/*
SINGLE - info
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-info__date {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 20px;
    color: #9A9A9A;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
  }
  .single-info__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
}
@media screen and (min-width:768px) {
  .single-info__date {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 25px;
    color: #9A9A9A;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
  }
  .single-info__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
}
/*
ARCHIVE - video
--------------------------------------------- */
@media screen and (max-width:767px) {
  .video-wrap {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-color: var(--white);
  }
  .video-body {
    display: block;
    width: 100%;
  }
  .video-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
  }
  .video-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .video-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .video-item__figure {
    position: relative;
    display: block;
    width: calc(175/350 * 100%);
    padding-top: calc(95/350 * 100%);
    overflow: hidden;
  }
  .video-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .video-item__title {
    display: -webkit-box;
    width: calc(155/350 * 100%);
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .video-wrap {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .video-body {
    display: block;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
  }
  .video-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 10px;
    width: 100%;
  }
  .video-item {
    display: block;
    width: 100%;
  }
  .video-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .video-item__figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(160/300 * 100%);
    overflow: hidden;
  }
  .video-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .video-item__title {
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 20px 10px 0;
  }
}
/*
SINGLE - video
--------------------------------------------- */
@media screen and (max-width:767px) {
  .single-video__body {
    display: block;
    width: 100%;
  }
  .single-video__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
}
@media screen and (min-width:768px) {
  .single-video__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .single-video__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
  }
}
/*
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: #E6F4F1;
    overflow: hidden;
  }
  .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 #E6F4F1;
  }
  .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 #FFFFFF;
  }
  .form-timeline > li.active {
    background-color: var(--blue);
    color: var(--white);
  }
  .form-timeline > li.active::before {
    border-color: transparent transparent transparent var(--blue);
  }
  .form-timeline > li.past::after {
    border-color: var(--blue) var(--blue) var(--blue) #FFFFFF;
  }
}
@media screen and (max-width:767px) {
  .form-timeline > li {
    font-size: 14px;
  }
}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .input-label > label {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    background-color: #DE0E0E;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .form-wrap {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
  }
  .form-wrap > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 317px;
    padding: 12px calc(50/900 * 100%) 12px 0
  }
  .input-label > label {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--noto-serif);
    color: var(--blue);
  }
  .input-label > .mandatory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    background-color: #DE0E0E;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
    margin-left: 10px;
    margin-top: 3px;
  }
  .input-field {
    display: block;
    width: calc(100% - 317px);
    font-family: var(--noto-sans);
    font-weight: 400;
  }
  .field-event-title {
    font-size: 16px;
    padding: 12px 0;
    font-weight: 500;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input[type="text"] {
    max-width: 550px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    font-family: var(--noto-sans);
  }
  .input-field textarea {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 20px;
    font-family: var(--noto-sans);
    resize: none;
  }
  .input-field input[type="text"]::placeholder {
    color: #CDD6DD;
    font-weight: 500;
  }
  .input-field textarea::placeholder {
    color: #CDD6DD;
    font-weight: 500;
  }
  /*select*/
  .input-field select {
    position: relative;
    width: 100%;
    height: 50px;
    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 20px center;
    background-size: 14px 8px;
    background-color: var(--white);
  }
  /*
  .input-field select:has(option:checked[value=""]) {
    color: #E3E3E3;
    font-weight: 500;
  }*/
  .input-field select[name="doctors"] {
    max-width: 338px;
  }
  /*message-txt*/
  .message-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 21px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .age-wrap  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .age-wrap > select {
    order: 1;
    max-width: 122px;
  }
  .age-wrap .age-txt {
    order: 2;
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 21px;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
  }
  .age-wrap > .error {
    order: 3;
  }
  /*address*/
  .input-field.address {
    display: flex;
    flex-direction: column;
  }
  .input-field.address > div:nth-child(n+2){
    margin-top: 20px;
  }
  .zip-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .field-label {
    display: block;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .zip-block input[name="zip-num"] {
    width: 150px;
  }
  .search-address {
    position: absolute;
    top: 4px;
    left: calc(30px + 150px + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 41px;
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: var(--font-color);
    color: var(--white);
    font-weight: 500;
    cursor: pointer;
  }
  .search-address:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .input-field input[name="city"] {
    max-width: 500px;
  }
   /*mail*/
  .remail-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 21px;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  /*agree*/
  .agree-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .agree-txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .agree-txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--red);
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .input-field .error {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #DE0E0E !important;
    font-family: var(--noto-sans);
    margin-top: 5px;
  }
  .input-checkbox-wrap .error {
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .message-txt,
  .remail-txt,
  .agree-txt,
  .field-agree-checkbox__txt {
    font-size: 15px;
  }
  .agree-txt {
    padding-bottom: 20px;
  }
}
@media screen  and (max-width:359px) {
  .search-address {
    position: absolute;
    left: calc(20px + 150px + 20px);
    width: 92px;
  }
}
/*btns*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  /*confirm*/
  .confirm-btn,
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 85px;
    background-color: var(--blue);
    cursor: pointer;
  }
  .confirm-btn > span,
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-right: 25px;
    font-family: var(--noto-serif);
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .confirm-btn:hover,
  .submit-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
    border: 5px solid var(--red);
  }
  /*back*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 85px;
    border: 1px solid var(--blue);
    cursor: pointer;
  }
  .back-btn > span {
    display: block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 25px;
    font-family: var(--noto-serif);
    color: var(--blue);
    background-image: url(./assets/images/back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px auto;
  }
  .back-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (max-width:767px) {
  .confirm-btn,
  .submit-btn {
    max-width: 350px;
    height: 70px;
  }
  .confirm-btn > span,
  .submit-btn > span {
    font-size: 20px;
    padding-right: 20px;
    background-size: 7.69px auto;
  }
  .back-btn > span {
    font-size: 20px;
    padding-left: 20px;
    background-size: 7.69px auto;
  }
  .back-btn {
    max-width: 350px;
    height: 70px;
  }
  .form-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .form-btns > button + button {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .form-btns > button + button {
    margin-left: 70px;
  }
}
/*confirm*/
@media screen and (min-width:0px) {
  .form-block.confirm .search-address,
  .form-block.confirm .message-txt,
  .form-block.confirm .remail-txt,
  .form-block.confirm .agree-txt,
  .form-block.confirm .field-agree-checkbox__txt,
  .form-block.confirm .mandatory {
    display: none;
  }
  .form-block.confirm .input-label {
	  padding: 0 0;
  }
}
@media screen and (min-width:768px) {
  .form-block.confirm .input-label {
	  padding: 0 calc(50/900 * 100%) 0 0;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .form-thanks {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .form-thanks__txt > span {
    color: #DE2FA2;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .form-thanks__btns > a {
    background-color: var(--white);
    border: 1px solid var(--blue);
  }
  .form-thanks__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .form-thanks__btns > a:hover > span {
    color: white;
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .form-thanks {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .form-thanks__txt > span {
    color: #DE2FA2;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  .form-thanks__btns > a {
    background-color: var(--white);
    border: 1px solid var(--blue);
  }
  .form-thanks__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .form-thanks__btns > a:hover > span {
    color: white;
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
/*
PAGE - contact
--------------------------------------------- */
@media screen and (max-width:767px) {
  .contact-form {
    display: block;
    width: 100%;
    padding: 60px 0 40px;
    background-color: var(--white);
  }
  .contact-form__body {
    display: block;
    width: 100%;
  }
  .contact-form__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 40px;
  }
  .contact-form__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 50px;
  }
  .contact-form__txt > a {
    color: var(--green);
  }
  .contact-form__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .contact-form {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .contact-form__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .contact-form__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    padding-bottom: 50px;
  }
  .contact-form__txt > a {
    color: var(--green);
  }
  .contact-form__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - concept
--------------------------------------------- */
@media screen and (max-width:767px) {
  .concept {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    background-color: var(--white);
  }
  .concept > .container {
    padding: 0;
  }
  .concept__body {
    display: block;
    width: 100%;
  }
  .concept-box {
    display: block;
    width: 100%;
  }
  .concept-box + .concept-box {
    margin-top: 80px;
  }
  .concept-box__header {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 23px;
    text-align: center;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
    margin-bottom: 25px;
    padding:  0 20px 10px;
  }
  .concept-box__title {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding:0 20px 40px;
  }
  .concept-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    padding:0 20px 40px;
  }
  .concept-box__figure {
    display: block;
    width: 100%;
  }
  .concept-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .concept {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .concept__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .concept-box {
    display: block;
    width: 100%;
  }
  .concept-box + .concept-box {
    margin-top: 100px;
  }
  .concept-box__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
    margin-bottom: 30px;
  }
  .concept-box__title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
    padding-bottom: 50px;
  }
  .concept-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 50px;
  }
  .concept-box__figure {
    display: block;
    width: 100%;
  }
  .concept-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - feature
--------------------------------------------- */
@media screen and (max-width:767px) {
  .feature {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    background-color: var(--white);
  }
  .feature > .container {
    padding: 0;
  }
  .feature-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding:0 0 30px;
  }
  .feature-info__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    padding:0 20px 40px;
  }
  .feature-info__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
  }
  .feature-info__header > span {
    font-size: min(26px + (30 - 26) * ((100vw - 320px) / (390 - 320)), 30px);
  }
  .feature-main {
    display: block;
    width: 100%;
  }
  .feature-box {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: #F6F6F6;
  }
  .feature-box + .feature-box {
    margin-top: 50px;
  }
  .feature-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .feature-box__title > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
    margin-bottom: 10px;
  }
  .feature-box__title > span:nth-child(1) > small {
    font-size: 16px;
    padding-right: 5px;
  }
  .feature-box__title > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
  .feature-box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .feature-box-cols__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
  }
  .feature-box-cols__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .feature-box-cols__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .feature-box-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .feature-box-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
    margin-bottom: 30px;
  }
  .feature-box-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
  }
  .feature__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    padding: 80px 20px 0;
  }
}
@media screen and (min-width:768px) {
  .feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .feature-info {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .feature-info__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 50px;
  }
  .feature-info__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
  }
  .feature-info__header > span {
    font-size: 50px;
  }
  .feature-main {
    display: block;
    width: 100%;
  }
  .feature-box {
    display: block;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: #F6F6F6;
  }
  .feature-box + .feature-box {
    margin-top: 50px;
  }
  .feature-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .feature-box__title > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
    margin-bottom: 10px;
  }
  .feature-box__title > span:nth-child(1) > small {
    font-size: 20px;
    padding-right: 5px;
  }
  .feature-box__title > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
  }
  .feature-box-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .feature-box-cols__txt {
    display: block;
    width: calc(590/1000 * 100%);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .feature-box-cols__figure {
    display: block;
    width: calc(360/1000 * 100%);
  }
  .feature-box-cols__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .feature-box-block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .feature-box-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
    margin-bottom: 30px;
  }
  .feature-box-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .feature__txt {
    display: block;
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin: 100px auto 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .feature-box__title > span:nth-child(2) {
    font-size: 24px;
  }
}
/*
PAGE - flow
--------------------------------------------- */
@media screen and (max-width:767px) {
  .flow {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .flow__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
  }
  .flow-box {
    display: block;
    width: 100%;
  }
  .flow-box__header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 60px 0 30px;
  }
  .flow-box__header > span {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
  }
  .flow-timeline {
    display: block;
    width: 100%;
  }
  .flow-timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 40px;
  }
  .flow-timeline > li + li {
    margin-top: 30px;
  }
  .flow-timeline__badge {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 55px;
    background-color: var(--green);
  }
  .flow-timeline__badge > span:nth-child(1) {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1.15;
    letter-spacing: 0.1em;
  }
  .flow-timeline__badge > span:nth-child(2) {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .flow-timeline__main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 25px 40px;
    background-color: #F6F6F6;
  }
  .flow-box + .flow-box > .flow-timeline > li > .flow-timeline__main {
    background-color: #ECF8F5;
  }
  .flow-timeline__figure {
    display: block;
    width: 100%;
  }
  .flow-timeline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-timeline__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .flow-timeline__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 30px;
  }
  .flow-timeline__title > small {
    font-size: 14px;
  }
  .flow-timeline__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
  }
  .flow-timeline__txt > a {
    color: var(--green);
  }
  .flow-timeline__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flow-timeline__memo {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .flow-timeline__list {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background-color: var(--white);
    margin: 20px auto 0;
  }
  .flow-timeline__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .flow-timeline__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
  }
  .flow-timeline__list > li + li {
    margin-top: 10px;
  }
  .flow-timeline__list + .flow-timeline__txt {
    margin-top: 20px;
  }
  .flow-acceptional {
    display: block;
    width: 100%;
  }
  .flow-acceptional__wrap {
    display: block;
    width: 100%;
    border: 10px solid #F7B9B9;
    background-color: #FEFAFA;
    margin: 80px auto 0;
    padding: 20px;
  }
  .flow-acceptional__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: #D96262;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
  }
  .flow-acceptional__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .flow-acceptional__txt > span {
    font-weight: 700;
  }
  .flow-acceptional__list {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .flow-acceptional__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #D96262;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .flow-acceptional__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
  .flow-acceptional__list > li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .flow {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .flow__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    padding-bottom: 20px;
  }
  .flow-box {
    display: block;
    width: 100%;
  }
  .flow-box__header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 50px 0;
  }
  .flow-box + .flow-box > .flow-box__header {
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: left 54px top;
    background-size: 2px 100%;
  }
  .flow-box__header > span {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--green);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--green),var(--green));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30px 1px;
  }
  .flow-timeline {
    display: block;
    width: 100%;
  }
  .flow-timeline > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 150px;
  }
  .flow-timeline > li + li {
    padding-top: 70px;
  }
  .flow-timeline > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 54px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--green);
  }
  .flow__txt + .flow-box > .flow-timeline > li:first-child::before {
    height: 50%;
    top: initial;
    bottom: 0;
  }
  .flow-box + .flow-box > .flow-timeline > li:last-child::before {
    height: 50%;
  }
  .flow-timeline__badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: var(--green);
  }
  .flow-timeline__badge > span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .flow-timeline__badge > span:nth-child(2) {
    font-size: 38px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .flow-timeline__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: calc(50/950 * 100%);
    background-color: #F6F6F6;
  }
  .flow-box + .flow-box > .flow-timeline > li > .flow-timeline__main {
    background-color: #ECF8F5;
  }
  .flow-timeline__figure {
    display: block;
    width: calc(300/850 * 100%);
  }
  .flow-timeline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .flow-timeline__content {
    display: block;
    width: calc(500/850 * 100%);
  }
  .flow-timeline__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 30px;
  }
  .flow-timeline__title > small {
    font-size: 16px;
  }
  .flow-timeline__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .flow-timeline__txt > a {
    color: var(--green);
  }
  .flow-timeline__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .flow-timeline__memo {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .flow-timeline__list {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 20px;
    background-color: var(--white);
    margin: 20px auto 0;
  }
  .flow-timeline__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .flow-timeline__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
  }
  .flow-timeline__list > li + li {
    margin-top: 10px;
  }
  .flow-timeline__list + .flow-timeline__txt {
    margin-top: 20px;
  }
  .flow-acceptional {
    display: block;
    width: 100%;
    padding-left: 150px;
  }
  .flow-acceptional__wrap {
    display: block;
    max-width: 830px;
    width: 100%;
    border: 20px solid #F7B9B9;
    background-color: #FEFAFA;
    margin: 80px auto 0;
    padding: calc(30/1100 * 100%);
  }
  .flow-acceptional__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: #D96262;
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
  }
  .flow-acceptional__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .flow-acceptional__txt > span {
    font-weight: 700;
  }
  .flow-acceptional__list {
    display: block;
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
  .flow-acceptional__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #D96262;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .flow-acceptional__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
  .flow-acceptional__list > li + li {
    margin-top: 10px;
  }
}
/*
PAGE - question
--------------------------------------------- */
/*menu*/
@media screen and (max-width:767px) {
  .question-menu {
    display: block;
    width: 100%;
    padding: 40px 0 80px;
    background-color: var(--white);
  }
  .question-menu > .container {
    padding: 0 15px;
  }
  .question-menu__body {
    display: block;
    width: 100%;
  }
  .question-menu__header {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: var(--blue);
    text-align: center;
    padding-bottom: 20px;
  }
  .question-menu__wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
  }
  .question-menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border: 1px solid var(--blue);
    padding: 10px;
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    line-height: 20px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
  }
  .question-menu-link::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 8px 8px;
    border-color: transparent transparent var(--blue) transparent;
  }
  .question-menu-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .question-menu {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .question-menu__body {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .question-menu__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: var(--blue);
    text-align: center;
    padding-bottom: 20px;
  }
  .question-menu__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .question-menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(217.5/960 * 100%);
    height: 70px;
    border: 1px solid var(--blue);
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
  }
  .question-menu-link::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 8px 8px;
    border-color: transparent transparent var(--blue) transparent;
  }
  .question-menu-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .question-menu-link {
    height: 60px;
    font-size: 16px;
    line-height: 24px;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .question-main {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F6F6;
  }
  .question-main > .container {
    padding: 0 10px;
  }
  .question-main__body {
    display: block;
    width: 100%;
  }
  .question-box {
    display: block;
    width: 100%;
  }
  .question-box + .question-box {
    margin-top: 60px;
  }
  .question-box__header {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 37px;
    text-align: center;
  }
  .question-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .question-list > li {
    display: block;
    width: 100%;
    padding: 25px 20px;
    background-color: var(--white);
  }
  .question-list > li + li {
    margin-top: 15px;
  }
  .faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--noto-serif);
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 48px;
    border-bottom: 1px solid var(--blue);
  }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--josefin-sans);
    font-size: 24px;
    font-weight: 500;
  }
  .faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .faq-answer__btns > a {
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .question-main {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .question-main__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .question-box {
    display: block;
    width: 100%;
  }
  .question-box + .question-box {
    margin-top: 80px;
  }
  .question-box__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 44px;
  }
  .question-list {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 40px auto 0;
  }
  .question-list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
    background-color: var(--white);
  }
  .question-list > li + li {
    margin-top: 15px;
  }
  .faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid var(--blue);
  }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--josefin-sans);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .faq-answer__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .faq-answer__btns > a {
    font-weight: 400;
  }
}
/*
SITE - cv contact block
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-cv-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 10px solid #E6F4F1;
    background-color: var(--white);
    margin: 0 auto;
    padding: 20px;
  }
  .site-cv-contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .site-cv-contact__txt > span {
    font-weight: 700;
  }
  .site-cv-contact__tel {
    display: block;
    width: auto;
    font-size: min(30px + (34 - 30) * ((100vw - 320px) / (390 - 320)), 34px);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 50px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
    cursor: pointer;
  }
  .site-cv-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-cv-contact__time {
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--green);
    text-align: center;
  }
  .site-cv-contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    width: 100%;
    height: 70px;
    background-color: var(--green);
    margin-top: 30px;
  }
  .site-cv-contact__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-cv-contact__btn > span {
    display: block;
    width: auto;
    font-size: min(17px + (22 - 17) * ((100vw - 320px) / (390 - 320)), 22px);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
}
@media screen and (min-width:768px) {
  .site-cv-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 830px;
    width: 100%;
    border: 20px solid #E6F4F1;
    background-color: var(--white);
    margin: 0 auto;
    padding: calc(30/1100 * 100%);
  }
  .site-cv-contact__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .site-cv-contact__txt > span {
    font-weight: 700;
  }
  .site-cv-contact__tel {
    display: block;
    width: auto;
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 50px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
    cursor: pointer;
  }
  .site-cv-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-cv-contact__time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    color: var(--green);
    text-align: center;
  }
  .site-cv-contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    width: 100%;
    height: 90px;
    background-color: var(--green);
    margin-top: 30px;
  }
  .site-cv-contact__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .site-cv-contact__btn > span {
    display: block;
    width: auto;
    font-size: 26px;
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
}
/*
SITE - exclude block
--------------------------------------------- */
@media screen and (max-width:767px) {
  .site-exclude__wrap {
    display: block;
    width: 100%;
    border: 10px solid #F7B9B9;
    background-color: #FEFAFA;
    margin: 0 auto;
    padding: 20px;
  }
  .site-exclude__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: #D96262;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
  }
  .site-exclude__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .site-exclude__txt > span {
    font-weight: 700;
  }
  .site-exclude__list {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .site-exclude__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #D96262;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .site-exclude__list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
}
@media screen and (min-width:768px) {
  .site-exclude__wrap {
    display: block;
    max-width: 830px;
    width: 100%;
    border: 20px solid #F7B9B9;
    background-color: #FEFAFA;
    margin: 0 auto;
    padding: calc(30/1100 * 100%);
  }
  .site-exclude__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: #D96262;
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
  }
  .site-exclude__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-top: 30px;
  }
  .site-exclude__txt > span {
    font-weight: 700;
  }
  .site-exclude__list {
    display: block;
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
  .site-exclude__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #D96262;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .site-exclude__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
}
/*
PAGE - precaution
--------------------------------------------- */
@media screen and (max-width:767px) {
  .precaution {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .precaution > .container {
    padding: 0 10px;
  }
  .precaution-body {
    display: block;
    width: 100%;
  }
  .precaution__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  .precaution-box {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .precaution-box__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .precaution-box-block {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 10px;
  }
  .precaution-box-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 30px;
  }
  .precaution-box-block__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .precaution-box-block__figure {
    display: block;
    width: 100%;
  }
  .precaution-box-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .precaution-box-block__list {
    display: block;
    width: calc(100% + 20px);
    padding: 15px 10px;
    background-color: #F9FDFC;
    margin: 30px 0 0 0;
  }
  .precaution-box-block__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .precaution-box-block__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
  }
  .precaution-box-block__list > li + li {
    margin-top: 10px;
  }
  .precaution-box-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .precaution-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  .precaution-box-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
  }
  .precaution-box-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .precaution-box-list > li + li {
    margin-top: 30px;
  }
  .precaution-box-list__figure {
    display: block;
    width: calc(130/350 * 100%);
  }
  .precaution-box-list__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .precaution-box-list__content {
    display: flex;
    flex-direction: column;
    width: calc(200/350 * 100%);
  }
  .precaution-box-list__content > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--green);
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .precaution-box-list__content > dt > span {
    font-size: 18px;
    padding-right: 5px;
  }
  .precaution-box-list__content > dd {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .precaution-box > .site-exclude__wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .precaution {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .precaution-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .precaution__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .precaution-box {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .precaution-box__header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    padding-bottom: 50px;
  }
  .precaution-box-block {
    display: block;
    max-width: 830px;
    width: 100%;
    margin: 50px auto 0;
  }
  .precaution-box-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 40px;
  }
  .precaution-box-block__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .precaution-box-block__figure {
    display: block;
    width: calc(300/830 * 100%);
  }
  .precaution-box-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .precaution-box-block__list {
    display: block;
    width: calc(480/830 * 100%);
    padding: 15px 20px;
    background-color: #F9FDFC;
  }
  .precaution-box-block__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .precaution-box-block__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--green);
  }
  .precaution-box-block__list > li + li {
    margin-top: 10px;
  }
  .precaution-box-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .precaution-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .precaution-box-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0;
  }
  .precaution-box-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(420/1000 * 100%);
  }
  .precaution-box-list > li:nth-child(odd) {
    margin-right: calc(50/1000 * 100%);
  }
  .precaution-box-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .precaution-box-list > li:nth-child(3) {
    margin-left: calc(110/1000 * 100%);
  }
  .precaution-box-list__figure {
    display: block;
    width: calc(130/420 * 100%);
  }
  .precaution-box-list__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .precaution-box-list__content {
    display: flex;
    flex-direction: column;
    width: calc(260/420 * 100%);
  }
  .precaution-box-list__content > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .precaution-box-list__content > dt > span {
    font-size: 20px;
    padding-right: 10px;
  }
  .precaution-box-list__content > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .precaution-box > .site-exclude__wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .precaution-box-list__content > dt {
    font-size: 16px;
    line-height: 26px;
  }
  .precaution-box-list__content > dt > span {
    font-size: 18px;
    padding-right: 5px;
    line-height: 1;
  }
  .precaution-box-list__content > dd {
    font-size: 14px;
  }
}
/*
PAGE - second-opinion
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .second-opinion-intro {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .second-opinion-intro__body {
    display: block;
    width: 100%;
  }
  .second-opinion-intro__header {
    display: block;
    width: 100%;
    font-size: min(22px + (24 - 22) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-intro {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .second-opinion-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-intro__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 55px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*goal*/
@media screen and (max-width:767px) {
  .second-opinion-goal {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-goal__body {
    display: block;
    width: 100%;
  }
  .second-opinion-goal__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-goal__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .second-opinion-goal__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-goal__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-goal__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-goal {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-goal__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-goal__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-goal__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .second-opinion-goal__txt {
    display: block;
    width: calc(450/1000 * 100%);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-goal__figure {
    display: block;
    width: calc(500/1000 * 100%);
  }
  .second-opinion-goal__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*merit*/
@media screen and (max-width:767px) {
  .second-opinion-merit {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .second-opinion-merit__body {
    display: block;
    width: 100%;
  }
  .second-opinion-merit__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-merit__cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .second-opinion-merit__figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-goal__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .second-opinion-merit__list {
    display: block;
    width: 100%;
  }
  .second-opinion-merit__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-merit__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-merit__list > li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-merit {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .second-opinion-merit__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-merit__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-merit__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .second-opinion-merit__figure {
    display: block;
    width: calc(500/1000 * 100%);
  }
  .second-opinion-merit__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .second-opinion-merit__list {
    display: block;
    width: calc(450/1000 * 100%);
  }
  .second-opinion-merit__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-merit__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-merit__list > li + li {
    margin-top: 20px;
  }
}
/*eligible*/
@media screen and (max-width:767px) {
  .second-opinion-eligible {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-eligible__body {
    display: block;
    width: 100%;
  }
  .second-opinion-eligible__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-eligible__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-eligible__txt > span {
    color: var(--green);
    font-weight: 700;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-eligible {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-eligible__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-eligible__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-eligible__txt {
    display: block;
    width: calc(100%);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-eligible__txt > span {
    color: var(--green);
    font-weight: 700;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {s
  .second-opinion-eligible__header {
    font-size: 32px;
  }
}
/*necessary*/
@media screen and (max-width:767px) {
  .second-opinion-necessary {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: var(--white);
  }
  .second-opinion-necessary__body {
    display: block;
    width: 100%;
  }
  .second-opinion-necessary__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-necessary__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  .second-opinion-necessary__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-necessary__figure {
    display: block;
    width: calc(237/350 * 100%);
  }
  .second-opinion-necessary__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .second-opinion-necessary__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-necessary__list {
    display: block;
    width: 100%;
  }
  .second-opinion-necessary__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-necessary__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-necessary__list > li + li {
    margin-top: 10px;
  }
  .second-opinion-necessary__caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    margin-top: 15px;
  }
  .second-opinion-necessary__caution > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-necessary {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .second-opinion-necessary__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-necessary__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-necessary__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-necessary__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 820px;
    width: 100%;
    margin: 50px auto 0;
  }
  .second-opinion-necessary__figure {
    display: block;
    width: calc(330/820 * 100%);
  }
  .second-opinion-necessary__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .second-opinion-necessary__content {
    display: block;
    width: calc(440/820 * 100%);
  }
  .second-opinion-necessary__list {
    display: block;
    width: 100%;
  }
  .second-opinion-necessary__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-necessary__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-necessary__list > li + li {
    margin-top: 20px;
  }
  .second-opinion-necessary__caution {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
    margin-top: 15px;
  }
  .second-opinion-necessary__caution > span {
    position: absolute;
    left: 0;
  }
}
/*caution*/
@media screen and (max-width:767px) {
  .second-opinion-caution {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-caution__body {
    display: block;
    width: 100%;
  }
  .second-opinion-caution__header {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .second-opinion-caution__list {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: var(--white);
  }
  .second-opinion-caution__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-caution__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-caution__list > li + li {
    margin-top: 10px;
  }
  .second-opinion-caution__block {
    display: block;
    width: calc(100% + 20px);
    border: 10px solid #F7B9B9;
    background-color: #FEFAFA;
    padding: 20px;
    margin: 50px 0 0 -10px;
  }
  .second-opinion-caution__block-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #D96262;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-caution__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .second-opinion-caution__block-txt > span {
    font-weight: 700;
  }
  .second-opinion-caution__block-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-caution__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: #D96262;
    padding-left: 22px;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-caution__block-list > li + li {
    margin-top: 10px;
  }
  .second-opinion-caution__block-list > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
  .second-opinion-caution__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .second-opinion-caution {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .second-opinion-caution__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .second-opinion-caution__header {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
  .second-opinion-caution__list {
    display: block;
    width: 100%;
    padding: calc(60/1000 * 100%);
    border-radius: 20px;
    background-color: var(--white);
  }
  .second-opinion-caution__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding-left: 22px;
  }
  .second-opinion-caution__list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .second-opinion-caution__list > li + li {
    margin-top: 20px;
  }
  .second-opinion-caution__block {
    display: block;
    max-width:830px;
    width: 100%;
    border: 20px solid #F7B9B9;
    background-color: #FEFAFA;
    padding: calc(30/1000 * 100%);
    margin: 60px auto 0;
  }
  .second-opinion-caution__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    color: #D96262;
    padding-bottom: 10px;
    border-bottom: 1px solid #D96262;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-caution__block-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .second-opinion-caution__block-txt > span {
    font-weight: 700;
  }
  .second-opinion-caution__block-list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .second-opinion-caution__block-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #D96262;
    padding-left: 22px;
    text-align: justify;
    word-break: break-all;
  }
  .second-opinion-caution__block-list > li + li {
    margin-top: 10px;
  }
  .second-opinion-caution__block-list > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #D96262;
  }
  .second-opinion-caution__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .second-opinion-caution__txt {
    font-size: 15px;
  }
}
/*
PAGE - operator
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .operator-intro {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .operator-intro__body {
    display: block;
    width: 100%;
  }
  .operator-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .operator-intro__header {
    display: block;
    width: 100%;
    font-size: min(16px + (20 - 16) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: var(--noto-serif);
    color: #222D8D;
    text-align: center;
    padding: 50px 0 30px;
  }
  .operator-intro__logo {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .operator-intro__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-intro__gallery {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: calc(330/350 * 100%);
    margin: 50px auto 0;
  }
  .operator-intro__gallery > picture {
    display: block;
    width: 100%;
  }
  .operator-intro__gallery > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-intro__title {
    display: block;
    width: 100%;
    font-size: min(20px + (24 - 20) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: #222D8D;
    text-align: center;
    padding: 50px 0 30px;
  }
  .operator-intro__network {
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
  }
  .operator-intro__network > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .operator-intro {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .operator-intro__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .operator-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .operator-intro__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: var(--noto-serif);
    color: #222D8D;
    text-align: center;
    padding: 50px 0 20px;
  }
  .operator-intro__logo {
    display: block;
    width: calc(360/1000 * 100%);
    margin: 0 auto;
  }
  .operator-intro__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-intro__gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    width: 100%;
    margin-top: 50px;
  }
  .operator-intro__gallery > picture {
    display: block;
    width: 100%;
  }
  .operator-intro__gallery > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-intro__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    font-family: var(--noto-serif);
    color: #222D8D;
    text-align: center;
    padding: 50px 0 30px;
  }
  .operator-intro__network {
    display: block;
    width: calc(700/1000 * 100%);
    margin: 0 auto;
  }
  .operator-intro__network > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*service*/
@media screen and (max-width:767px) {
  .operator-service {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #ECF8F5;
  }
  .operator-service > .container {
    padding: 0;
  }
  .operator-service__header {
    display: block;
    width: 100%;
    font-size: min(22px + (24 - 22) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 25px;
    padding: 0 20px;
  }
  .operator-service__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: center;
    padding: 0 20px 50px;
  }
  .operator-service-box {
    display: block;
    width: 100%;
    padding: 50px 20px;
    background-color: var(--white);
  }
  .operator-service-box + .operator-service-box {
    margin-top: 50px;
  }
  .operator-service-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .operator-service-box__content {
    display: block;
    width: 100%;
  }
  .operator-service-box__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
  }
  .operator-service-box__row {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .operator-service-box__row + .operator-service-box__row {
    margin-top: 20px;
  }
  .operator-service-box__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
  }
  .operator-service-box__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    margin-top: 5px;
  }
  .operator-service-box__map {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(245/350 * 100%);
    margin-top: 30px;
  }
  .operator-service-box__map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .operator-service__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    padding: 20px 0 0;
    margin: 30px auto 0;
    border-top: 1px solid #E7F0F3;
  }
  .operator-service__profile-figure {
    display: block;
    max-width: 180px;
    width: calc(180/320 * 100%);
  }
  .operator-service__profile-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-service__profile-col {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .operator-service__profile-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .operator-service__profile-list {
    display: block;
    width: 100%;
  }
  .operator-service__profile-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .operator-service__profile-list > li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .operator-service {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #ECF8F5;
  }
  .operator-service__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
    padding-bottom: 40px;
  }
  .operator-service__txt {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 50px;
  }
  .operator-service-box {
    display: block;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .operator-service-box + .operator-service-box {
    margin-top: 100px;
  }
  .operator-service-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .operator-service-box__content {
    display: block;
    width: calc(450/1000 * 100%);
  }
  .operator-service-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: justify;
    word-break: break-all;
  }
  .operator-service-box__row {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .operator-service-box__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
  }
  .operator-service-box__row > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
  }
  .operator-service-box__map {
    position: relative;
    display: block;
    width: calc(500/1000 * 100%);
    padding-top: calc(350/1000 * 100%);
  }
  .operator-service-box__map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .operator-service__profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 40px calc(75/1000 * 100%) 0;
    margin-top: 50px;
    border-top: 1px solid #E7F0F3;
  }
  .operator-service__profile-figure {
    display: block;
    width: calc(180/850 * 100%);
  }
  .operator-service__profile-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .operator-service__profile-col {
    display: block;
    width: calc(630/850 * 100%);
  }
  .operator-service__profile-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 20px;
  }
  .operator-service__profile-list {
    display: block;
    width: 100%;
  }
  .operator-service__profile-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--noto-serif);
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .operator-service__profile-list > li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .operator-service-box__title {
    font-size: 24px;
  }
  .operator-service-box__row > dd {
    font-size: 15px;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu + .sitemap-menu {
    margin-top: 25px;
  }
  .sitemap-menu > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu > li + li {
    margin-top: 25px;
  }
  .sitemap-menu > li.child {
    padding-left: 20px;
  }
  .sitemap-menu > li > a {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-family: var(--noto-serif);
    color: var(--blue);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  .sitemap-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .sitemap-menu > li + li {
    margin-top: 40px;
  }
  .sitemap-menu > li.child {
    padding-left: 20px;
  }
  .sitemap-menu > li > a {
    display: block;
    width: auto;
    font-size: 24px;
    font-family: var(--noto-serif);
    color: var(--blue);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 35px;
  }
  .sitemap-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
/*
PAGE - privacy
--------------------------------------------- */
@media screen and (max-width:767px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    width: 100%;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 50px;
  }
  .privacy-box__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-rule {
    display: block;
    width: 100%;
  }
  .privacy-rule__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding: 30px 0 20px 40px;
  }
  .privacy-rule__title > span {
    position: absolute;
    left: 0;
  }
  .privacy-rule__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-rule__txt + .privacy-rule__txt {
    margin-top: 20px;
  }
  .privacy-rule__txt > a {
    color: var(--font-color);
  }
  .privacy-rule__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .privacy-box__txt.center {
    text-align: center;
  }
  .privacy-operator {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 30px;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-operator-box {
    display: block;
    width: 100%;
  }
  .privacy-operator__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
  }
  .privacy-operator__row {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .privacy-operator__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-operator__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .privacy {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .privacy__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .privacy-box {
    display: block;
    width: 100%;
  }
  .privacy-box + .privacy-box {
    margin-top: 100px;
  }
  .privacy-box__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
    padding-bottom: 50px;
  }
  .privacy-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-rule {
    display: block;
    width: 100%;
  }
  .privacy-rule__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 44px;
    text-align: justify;
    word-break: break-all;
    padding: 50px 0 30px 50px;
  }
  .privacy-rule__title > span {
    position: absolute;
    left: 0;
  }
  .privacy-rule__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-rule__txt + .privacy-rule__txt {
    margin-top: 30px;
  }
  .privacy-rule__txt > a {
    color: var(--font-color);
  }
  .privacy-rule__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .privacy-box__txt.center {
    text-align: center;
    margin-top: -20px;
  }
  .privacy-operator {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(60/1000 * 100%);
    row-gap: 80px;
    width: 100%;
    margin-top: 100px;
  }
  .privacy-operator-box {
    display: block;
    width: 100%;
  }
  .privacy-operator__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
  }
  .privacy-operator__row {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .privacy-operator__row > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
  }
  .privacy-operator__row > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
  }
}
/*
ARCHIVE - doctor
--------------------------------------------- */
/*archive*/
@media screen and (max-width:767px) {
  .doctor {
    display: block;
    width: 100%;
    padding: 40px 0 40px;
    background-color: #F6F6F6;
  }
  .doctor > .container {
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .doctor {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: #F6F6F6;
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .doctor-nav {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .doctor-nav__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(26/16);
    color: #175E7C;
    text-align: center;
    padding-bottom: 20px;
  }
  .doctor-nav__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap:15px;
    row-gap: 15px;
    width: 100%;
  }
  .doctor-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (390 - 320)), 15px);
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .doctor-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .doctor-nav {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .doctor-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(30/20);
    color: #175E7C;
    text-align: center;
    padding-bottom: 30px;
  }
  .doctor-nav__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap:20px;
    row-gap: 15px;
    width: 100%;
  }
  .doctor-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .doctor-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .doctor-nav__list {
    column-gap: 15px;
    row-gap: 10px;
  }
  .doctor-nav-btn {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}
/*items*/
@media screen and (max-width:767px) {
  .doctor-items {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .doctor-item {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .doctor-box-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(30/22);
    color: #175E7C;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .doctor-item-box {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .doctor-item-box + .doctor-item-box {
    margin-top: 20px;
  }
  .doctor-item-box__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .doctor-item__department {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .doctor-item__department > span:nth-child(1) {
    font-size: 22px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(30/22);
  }
  .doctor-item__department > span:nth-child(2) {
    font-size: 15px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(20/15);
    margin-top: 5px;
  }
  .doctor-item__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .doctor-item__detail-block {
    display: block;
    width: 100%;
  }
  .doctor-item__associate {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(19/13);
    color: #334643;
    text-align: center;
    word-break: break-all;
    padding-bottom: 5px;
  }
  .doctor-item__name {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(35/24);
    color: #334643;
    text-align: center;
  }
  .doctor-item__name > small {
    font-size: 18px;
    padding-left: 5px;
    line-height: 1;
  }
  .doctor-item__figure {
    position: relative;
    display: block;
    width: calc(120/330 * 100%);
    padding-top: calc(120/330 * 100%);
    margin-top: 20px;
  }
  .doctor-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .doctor-item__categories {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .doctor-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
  }
  .doctor-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .doctor-item__consult {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ECF8F5;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .doctor-item__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
  }
  .doctor-item__btns > a {
    font-weight: 500;
  }
}
@media screen and (min-width:768px) {
  .doctor-items {
    display: block;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
  }
  .doctor-item {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .doctor-box-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(46/32);
    color: #175E7C;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .doctor-item-box {
    display: block;
    width: 100%;
    padding: calc(30/870 * 100%) calc(35/870 * 100%);
    background-color: var(--white);
  }
  .doctor-item-box + .doctor-item-box {
    margin-top: 30px;
  }
  .doctor-item-box__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .doctor-item__department {
    display: flex;
    flex-direction: column;
    width: calc(230/800 * 100%);
  }
  .doctor-item__department > span:nth-child(1) {
    font-size: 24px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(35/24);
  }
  .doctor-item__department > span:nth-child(2) {
    font-size: 16px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(23/16);
    margin-top: 5px;
  }
  .doctor-item__detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(530/800 * 100%);
  }
  .doctor-item__detail-block {
    display: block;
    width: calc(390/530 * 100%);
  }
  .doctor-item__associate {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(19/14);
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
  }
  .doctor-item__name {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(40/28);
    color: #334643;
  }
  .doctor-item__name > small {
    font-size: 22px;
    padding-left: 5px;
  }
  .doctor-item__figure {
    position: relative;
    display: block;
    width: calc(120/530 * 100%);
    padding-top: calc(120/530 * 100%);
  }
  .doctor-item__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .doctor-item__categories {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .doctor-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
  }
  .doctor-item__category:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .doctor-item__consult {
    display: block;
    width: 100%;
    padding: calc(25/800 * 100%);
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ECF8F5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .doctor-item__btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .doctor-item__btns > a {
    font-weight: 500;
  }
}
/*
SINGLE - doctor
--------------------------------------------- */
@media screen and (max-width:767px) {
  .doctor-single {
    display: block;
    width: 100%;
    padding: 40px 0 80px;
    background-color: var(--white);
  }
  .single-doctor__body {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .single-doctor__department {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .single-doctor__department > span:nth-child(1) {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--noto-serif);
    letter-spacing:0.05em;
    line-height: calc(30/20);
    color: #334643;
  }
  .single-doctor__department > span:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--noto-serif);
    letter-spacing:0.05em;
    line-height: 1;
    color: #334643;
    padding-left: 10px;
  }
  .single-doctor__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(37/26);
    color: #334643;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 100px;
    background-image: linear-gradient(#334643,#334643);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2px 80px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /*info*/
  .single-doctor__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .single-doctor__figure {
    position: relative;
    display: block;
    width: calc(240/350 * 100%);
    padding-top: calc(240/350 * 100%);
    overflow: hidden;
  }
  .single-doctor__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-doctor__info-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .single-doctor__associate {
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(23/15);
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .single-doctor__name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-doctor__name > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(40/30);
    color: #002C50;
  }
  .single-doctor__name > span:nth-child(1) > small {
    font-size: 30px;
    padding-left: 5px;
  }
   .single-doctor__name > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(20/15);
    color: #002C50;
    margin-top: 5px;
  }
  .single-doctor__categories {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #175E7C;
    margin-top: 10px;
  }
  .single-doctor__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
  }
  /*career*/
  .single-doctor__career {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .single-doctor__career-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(36/24);
    text-align: center;
    word-break: break-all;
  }
  .single-doctor__career-list {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .single-doctor__career-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    padding-left: 23px;
    font-weight: 400;
  }
  .single-doctor__career-list > li:nth-child(n+2){
    margin-top: 10px;
  }
  .single-doctor__career-list > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 5px;
  }
  /*profile*/
  .single-doctor__profile {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .single-doctor__profile-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0;
    line-height: calc(36/24);
    text-align: center;
    word-break: break-all;
  }
  .single-doctor__profile-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border-bottom: 1px solid #97B6C3;
  }
  .single-doctor__profile-tbl tr th{
    display: block;
    width: 100%;
    background-color: #ECF8F5;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #175E7C;
    line-height: 23px;
    border-top: 1px solid #97B6C3;
  }
  .single-doctor__profile-tbl tr td{
    display: block;
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  /*consult*/
  .single-doctor__consult {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .single-doctor__consult-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/24);
    text-align: center;
    word-break: break-all;
  }
  .single-doctor__consult-main {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .single-doctor__consult-row {
    display: block;
    width: 100%;
    padding: 30px 25px;
    border-radius: 10px;
    border: 5px solid var(--green);
  }
  .single-doctor__consult-row + .single-doctor__consult-row {
    margin-top: 20px;
  }
  .single-doctor__consult-row > dt {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: calc(32/22);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .single-doctor__consult-row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #334643;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  /*comnent*/
  .single-doctor__comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 50px;
  }
  .single-doctor__comment-figure {
    position: relative;
    display: block;
    width: calc(240/350 * 100%);
    padding-top: calc(240/350 * 100%);
    overflow: hidden;
  }
  .single-doctor__comment-figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-doctor__comment-content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .single-doctor__comment-title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: calc(32/22);
    text-align: center;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
  }
  .single-doctor__comment-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #334643;
    line-height: calc(32/16);
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  /*charges*/
  .single-doctor__charge {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .single-doctor__charge-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/24);
    text-align: center;
    word-break: break-all;
  }
  .single-doctor__charge-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border-bottom: 1px solid #97B6C3;
  }
  .single-doctor__charge-tbl tr th{
    display: block;
    width: 100%;
    background-color: #ECF8F5;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #175E7C;
    line-height: 26px;
    border-top: 1px solid #97B6C3;
  }
  .single-doctor__charge-tbl tr td{
    display: block;
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  /*disease*/
  .single-doctor__disease {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .single-doctor__disease-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/24);
    text-align: center;
    word-break: break-all;
  }
  .single-doctor__disease-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    padding-top: 20px;
    margin-left: -10px;
  }
  .single-doctor__disease-link {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 10px 5px 0;
  }
  .single-doctor__disease-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*contact*/
  .single-doctor__contact {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  /*content*/
  .single-doctor__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: #175E7C;
    margin-top: 80px;
  }
  .single-doctor__header > span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: calc(36/24);
    font-family: var(--noto-serif);
    text-align: center;
  }
  .single-doctor__header > span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    font-family: var(--noto-serif);
    margin-top: 5px;
    text-align: center;
  }
  .single-doctor__content {
    margin-top: 30px;
  }
  .single-doctor__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .single-doctor__btns > a {
    border: 1px solid #334643;
    background-color: var(--white);
    height: 50px;
  }
  .single-doctor__btns > a > span {
    color: #334643;
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .single-doctor__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
@media screen and (min-width:768px) {
  .doctor-single {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: #F6F6F6;
  }
  .single-doctor__body {
    display: block;
    width: 100%;
    padding: calc(80/1200 * 100%) calc(100/1200 * 100%) calc(80/1200 * 100%) calc(100/1200 * 100%);
    background-color: var(--white);
  }
  .single-doctor__body > article {
    padding-left: calc(50/1000 * 100%);
  }
  .single-doctor__department {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .single-doctor__department > span:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--noto-serif);
    letter-spacing:0.05em;
    line-height: calc(35/24);
    color: #334643;
  }
  .single-doctor__department > span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--noto-serif);
    letter-spacing:0.05em;
    line-height: 1;
    color: #334643;
    padding-left: 10px;
  }
  .single-doctor__title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(46/32);
    color: #334643;
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 120px;
    background-image: linear-gradient(#334643,#334643);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2px 100px;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  /*info*/
  .single-doctor__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-left: calc(50/1000 * 100%);
  }
  .single-doctor__figure {
    position: relative;
    display: block;
    width: calc(240/950 * 100%);
    padding-top: calc(240/950 * 100%);
    overflow: hidden;
  }
  .single-doctor__figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-doctor__info-content {
    display: block;
    width: calc(660/950 * 100%);
  }
  .single-doctor__associate {
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(23/17);
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 30px;
  }
  .single-doctor__name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-doctor__name > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(40/30);
    color: #002C50;
  }
  .single-doctor__name > span:nth-child(1) > small {
    font-size: 30px;
    padding-left: 5px;
  }
   .single-doctor__name > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(20/15);
    color: #002C50;
    margin-top: 5px;
  }
  .single-doctor__categories {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #175E7C;
    margin-top: 10px;
  }
  .single-doctor__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 27px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
  }
  /*career*/
  .single-doctor__career {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .single-doctor__career-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor__career-list {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
  .single-doctor__career-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    word-break: break-all;
    padding-left: 23px;
    font-weight: 400;
  }
  .single-doctor__career-list > li:nth-child(n+2){
    margin-top: 10px;
  }
  .single-doctor__career-list > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 5px;
  }
  /*profile*/
  .single-doctor__profile {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .single-doctor__profile-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor__profile-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border-top: 1px solid #97B6C3;
  }
  .single-doctor__profile-tbl tr th{
    width: 260px;
    background-color: #ECF8F5;
    padding: 20px 30px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #175E7C;
    line-height: 26px;
    border-bottom: 1px solid #97B6C3;
  }
  .single-doctor__profile-tbl tr td{
    width: calc(100% - 260px);
    padding: 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    border-bottom: 1px solid #97B6C3;
  }
  /*consult*/
  .single-doctor__consult {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .single-doctor__consult-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor__consult-main {
    display: block;
    width: calc(830/950 * 100%);
    padding-left: calc(40/950 * 100%);
    margin-top: 40px;
  }
  .single-doctor__consult-row {
    display: block;
    width: 100%;
    padding: calc(30/830 * 100%) calc(40/830 * 100%);
    border-radius: 10px;
    border: 5px solid var(--green);
  }
  .single-doctor__consult-row + .single-doctor__consult-row {
    margin-top: 20px;
  }
  .single-doctor__consult-row > dt {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.1em;
    line-height: calc(32/24);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .single-doctor__consult-row > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #334643;
    line-height: calc(32/16);
    text-align: justify;
    word-break: break-all;
  }
  /*comnent*/
  .single-doctor__comment {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 80px;
  }
  .single-doctor__comment-figure {
    position: relative;
    display: block;
    width: 240px;
    padding-top: 240px;
    overflow: hidden;
  }
  .single-doctor__comment-figure > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-doctor__comment-content {
    display: block;
    width: calc(100% - 240px - 50px);
  }
  .single-doctor__comment-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--green);
    letter-spacing: 0.05em;
    line-height: calc(21/24);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--green);
  }
  .single-doctor__comment-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #334643;
    line-height: calc(32/16);
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  /*charges*/
  .single-doctor__charge {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .single-doctor__charge-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor__charge-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border-top: 1px solid #97B6C3;
  }
  .single-doctor__charge-tbl tr th{
    width: 260px;
    background-color: #ECF8F5;
    padding: 20px 30px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #175E7C;
    line-height: 26px;
    border-bottom: 1px solid #97B6C3;
  }
  .single-doctor__charge-tbl tr td{
    width: calc(100% - 260px);
    padding: 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    border-bottom: 1px solid #97B6C3;
  }
  /*disease*/
  .single-doctor__disease {
    display: block;
    width: 100%;
    padding-top: 80px;
  }
  .single-doctor__disease-title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #175E7C;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor__disease-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0 0 calc(55/800 * 100%);
  }
  .single-doctor__disease-link {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #334643;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 10px 10px 0;
  }
  .single-doctor__disease-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  /*contact*/
  .single-doctor__contact {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  /*content*/
  .single-doctor__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: calc(30/1000 * 100%) calc(50/1000 * 100%);
    background-color: #175E7C;
    margin-top: 100px;
  }
  .single-doctor__header > span:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: calc(36/28);
    font-family: var(--noto-serif);
  }
  .single-doctor__header > span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    font-family: var(--noto-serif);
    margin-top: 5px;
  }
  .single-doctor__content {
    padding: 0 calc(50/1000 * 100%);
    margin-top: 60px;
  }
  .single-doctor__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .single-doctor__btns > a {
    border: 1px solid #334643;
    background-color: var(--white);
  }
  .single-doctor__btns > a > span {
    color: #334643;
    background-image: url(./assets/images/icon-btn-bl.png);
  }
  .single-doctor__btns > a:hover > span {
    color: var(--white);
    background-image: url(./assets/images/icon-btn-wh.png);
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .single-doctor-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 10px);
    border: 10px solid #E6F4F1;
    background-color: var(--white);
    margin-left: -5px ;
    padding: 20px;
  }
  .single-doctor-contact__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
  .single-doctor-contact__txt > span {
    font-weight: 700;
  }
  .single-doctor-contact__tel {
    display: block;
    width: auto;
    /* font-size: min(26px + (40 - 26) * ((100vw - 320px) / (390 - 320)), 40px); */
    font-size: clamp(0px, 8.6vw, 40px);
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 50px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
  }
  .single-doctor-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-doctor-contact__time {
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--green);
    text-align: center;
  }
  .single-doctor-contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    width: 100%;
    height: 70px;
    background-color: var(--green);
    margin-top: 30px;
  }
  .single-doctor-contact__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-doctor-contact__btn > span {
    display: block;
    width: auto;
    font-size: min(15px + (22 - 15) * ((100vw - 320px) / (390 - 320)), 22px);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
}
@media screen and (min-width:768px) {
  .single-doctor-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 830px;
    width: 100%;
    border: 20px solid #E6F4F1;
    background-color: var(--white);
    margin: 0 auto;
    padding: calc(30/1100 * 100%);
  }
  .single-doctor-contact__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .single-doctor-contact__txt > span {
    font-weight: 700;
  }
  .single-doctor-contact__tel {
    display: block;
    width: auto;
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 50px;
    color: var(--green);
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-gr.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
  }
  .single-doctor-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-doctor-contact__time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    color: var(--green);
    text-align: center;
  }
  .single-doctor-contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    width: 100%;
    height: 90px;
    background-color: var(--green);
    margin-top: 30px;
  }
  .single-doctor-contact__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .single-doctor-contact__btn > span {
    display: block;
    width: auto;
    font-size: 26px;
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 40px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .single-doctor-contact__txt {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .single-doctor > .container {
    max-width: 1240px;
  }
}
/*
PAGE - price
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .price {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: #ECF8F5;
  }
  .price > .container {
    padding: 0 10px;
  }
  .price__body {
    display: block;
    width: 100%;
  }
  .price__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .price {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: #ECF8F5;
  }
  .price__body {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .price__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #334643;
    text-align: center;
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .price-nav {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 50px;
  }
  .price-nav__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(26/16);
    color: #175E7C;
    text-align: center;
    padding-bottom: 20px;
  }
  .price-nav__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap:15px;
    row-gap: 15px;
    width: 100%;
  }
  .price-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (390 - 320)), 15px);
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .price-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .price-nav {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .price-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(30/20);
    color: #175E7C;
    text-align: center;
    padding-bottom: 30px;
  }
  .price-nav__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap:20px;
    row-gap: 15px;
    width: 100%;
  }
  .price-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .price-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .price-nav__list {
    column-gap: 15px;
    row-gap: 10px;
  }
  .price-nav-btn {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .price-main {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .price-box {
    display: block;
    width: 100%;
    padding-top: 70px;
    margin-top: -20px;
  }
  .price-box__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 30px;
    text-align: center;
    padding: 10px 20px;
  }
  .price-box-items {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .price-box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
    background-color: var(--white);
  }
  .price-box-item + .price-box-item {
    margin-top: 20px;
  }
  .price-box-item__title {
    display: block;
    width: 100%;
    line-height: 30px;
  }
  .price-box-item__title > span:nth-child(1) {
    font-size: 20px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .price-box-item__title > span:nth-child(2) {
    font-size: 15px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .price-box-item__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .price-box-item__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .price-box-item__info {
    display: block;
    width: calc(220/350 * 100%);
  }
  .price-box-item__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
  }
  .price-box-item__name {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(32/22);
    color: #334643;
  }
  .price-box-item__name > small {
    font-size: 16px;
    padding-left: 5px;
  }
  .price-box-item__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }
  .price-box-item__row + .price-box-item__row {
    margin-top: 5px;
  }
  .price-box-item__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--noto-serif);
    color: #175E7C;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 23px;
  }
  .price-box-item__row > dd {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: var(--noto-serif);
    color: #334643;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 26px;
  }
  .price-box-item__figure {
    display: block;
    width: calc(120/350 * 100%);
  }
  .price-box-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .price-box-item__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .price-box-item__btns > a {
    width: 175px;
    font-weight: 500;
    padding-right: 60px;
    background-size: 40px 1px;
  }
}
@media screen and (min-width:768px) {
  .price-main {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .price-box {
    display: block;
    width: 100%;
    padding-top: 70px;
  }
  .price-box__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    font-family: var(--noto-serif);
    line-height: 40px;
    text-align: justify;
    word-break: break-all;
    padding: 10px 30px;
  }
  .price-box-items {
    display: block;
    width: 100%;
    padding: calc(30/900 * 100%) calc(30/900 * 100%) 0;
  }
  .price-box-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: calc(30/840 * 100%) calc(20/840 * 100%);
    background-color: var(--white);
  }
  .price-box-item + .price-box-item {
    margin-top: 20px;
  }
  .price-box-item__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(245/840 * 100%);
    margin-top: 50px;
  }
  .price-box-item__title > span:nth-child(1) {
    font-size: 24px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(35/24);
    text-align: center;
  }
  .price-box-item__title > span:nth-child(2) {
    font-size: 16px;
    font-family: var(--noto-serif);
    color: #175E7C;
    letter-spacing: 0.05em;
    line-height: calc(23/16);
    margin-top: 5px;
    text-align: center;
  }
  .price-box-item__content {
    display: block;
    width: calc(530/840 * 100%);
  }
  .price-box-item__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .price-box-item__info {
    display: block;
    width: calc(390/530 * 100%);
  }
  .price-box-item__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(19/14);
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
  }
  .price-box-item__name {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--noto-serif);
    letter-spacing: 0.05em;
    line-height: calc(40/28);
    color: #334643;
  }
  .price-box-item__name > small {
    font-size: 22px;
    padding-left: 5px;
  }
  .price-box-item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .price-box-item__row + .price-box-item__row {
    margin-top: 5px;
  }
  .price-box-item__row > dt {
    display: block;
    width: 120px;
    font-size: 18px;
    font-family: var(--noto-serif);
    color: #175E7C;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
  }
  .price-box-item__row > dd {
    display: block;
    width: calc(100% - 120px);
    font-size: 18px;
    font-family: var(--noto-serif);
    color: #334643;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 26px;
  }
  .price-box-item__figure {
    display: block;
    width: calc(120/530 * 100%);
  }
  .price-box-item__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .price-box-item__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .price-box-item__btns > a {
    font-weight: 500;
  }
}
/*
PAGE - facilities
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .facilities-intro {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-color: var(--white);
  }
  .facilities-intro__header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .facilities-intro {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .facilities-intro__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 50px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .facilities-intro__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #334643;
    text-align: center;
  }
}
/*facilities*/
@media screen and (max-width:767px) {
  .facilities-boxes {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #F9FDFC;
  }
  .facilities-boxes__body {
    display: block;
    width: 100%;
  }
  .facilities-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .facilities-box + .facilities-box {
    margin-top: 60px;
  }
  .facilities-box__content {
    display: block;
    width: 100%;
  }
  .facilities-box__header {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .facilities-box__block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .facilities-box__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 24px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .facilities-box__address {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-box__access {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-box__list {
    display: block;
    width: 100%;
  }
  .facilities-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .facilities-box__list > li + li {
    margin-top: 10px;
  }
  .facilities-box__list > li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--blue);
  }
  .facilities-box__images {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .facilities-box__figure {
    display: block;
    width: 100%;
  }
  .facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-box__map {
    display: block;
    width: 100%;
    height: 245px;
    margin-top: 20px;
  }
  .facilities-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .facilities-boxes {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F9FDFC;
  }
  .facilities-boxes__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .facilities-box + .facilities-box {
    margin-top: 80px;
  }
  .facilities-box__content {
    display: block;
    width: calc(450/1000 * 100%);
  }
  .facilities-box__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
  }
  .facilities-box__block {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .facilities-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: justify;
    word-break: break-all;
    padding-bottom: 10px;
  }
  .facilities-box__address {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #334643;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-box__access {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #334643;
    text-align: justify;
    word-break: break-all;
  }
  .facilities-box__list {
    display: block;
    width: 100%;
  }
  .facilities-box__list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #334643;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .facilities-box__list > li + li {
    margin-top: 10px;
  }
  .facilities-box__list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  .facilities-box__images {
    display: block;
    width: calc(500/1000 * 100%);
  }
  .facilities-box__figure {
    display: block;
    width: 100%;
  }
  .facilities-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .facilities-box__map {
    display: block;
    width: 100%;
    height: 350px;
    margin-top: 30px;
  }
  .facilities-box__map > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .facilities-box__header {
    font-size: 27px;
  }
}
/*network*/
@media screen and (max-width:767px) {
  .facilities-network {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--white);
  }
  .facilities-network > .container {
    padding: 0 10px;
  }
  .facilities-network__body {
    display: block;
    width: 100%;
  }
  .facilities-network__header {
    display: block;
    width: 100%;
    font-size:  min(22px + (24 - 22) * ((100vw - 320px) / (390 - 320)), 24px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 35px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 30px;
  }
  .facilities-network__map {
    display: block;
    width: 100%;
  }
  .facilities-network__map > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .facilities-network {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .facilities-network__body {
    display: block;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
  .facilities-network__header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 57px;
    color: var(--blue);
    font-family: var(--noto-serif);
    text-align: center;
    padding-bottom: 50px;
  }
  .facilities-network__map {
    display: block;
    width: 100%;
  }
  .facilities-network__map > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .facilities-network__header {
    font-size: 36px;
  }
}
/*
ARCHIVES - search-diseasename
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .search-diseasename {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-color: var(--white);
  }
  .search-diseasename > .container {
    padding: 0 10px;
  }
  .search-diseasename__body {
    display: block;
    width: 100%;
  }
  .search-diseasename__intro {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .search-diseasename__intro-header {
    display: block;
    width: 100%;
    font-size: min(24px + (26 - 24) * ((100vw - 320px) / (390 - 320)), 26px);
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: calc(37/26);
    text-align: center;
    padding-bottom: 30px;
  }
  .search-diseasename__intro-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .search-diseasename {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: var(--white);
  }
  .search-diseasename__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .search-diseasename__intro {
    display: block;
    width: 100%;
  }
  .search-diseasename__intro-header {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    font-family: var(--noto-serif);
    letter-spacing: 0.1em;
    line-height: 57px;
    text-align: center;
    padding-bottom: 50px;
  }
  .search-diseasename__intro-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    word-break: break-all;
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .search-diseasename__nav {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .search-diseasename__nav-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    padding-bottom: 20px;
  }
  .search-diseasename__nav-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(24/390 * 100%);
    row-gap: 20px;
    width: 100%;
  }
  .search-diseasename__nav-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border: 1px solid #175E7C;
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
    font-weight: 500;
    color: #175E7C;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 20px;
    padding: 5px;
  }
  .search-diseasename__nav-btn::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 6px 6px;
    border-color: transparent transparent #175E7C transparent;
  }
  .search-diseasename__nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .search-diseasename__nav {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .search-diseasename__nav-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .search-diseasename__nav-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    column-gap: calc(30/1000 * 100%);
    row-gap: 20px;
    width: 100%;
  }
  .search-diseasename__nav-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border: 1px solid #175E7C;
    font-size: 18px;
    font-weight: 500;
    color: #175E7C;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 26px;
    padding: 5px;
  }
  .search-diseasename__nav-btn::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 8px 8px;
    border-color: transparent transparent #175E7C transparent;
  }
  .search-diseasename__nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .search-diseasename__nav-wrap {
    grid-template-columns: repeat(3,1fr);
  }
}
/*items*/
@media screen and (max-width:767px) {
  .search-diseasename-wrap {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .search-diseasename__categories {
    display: block;
    width: 100%;
  }
  .search-diseasename__categories + .search-diseasename__categories {
    margin-top: 50px;
  }
  .search-diseasename__category {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    padding: 15px;
    background-color: #9A9A9A;
  }
  .search-diseasename-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .search-diseasename-items > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .search-diseasename-item {
    display: block;
    width: auto;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (390 - 320)), 20px);
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .search-diseasename-items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) {
  .search-diseasename-wrap {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 100px auto 0;
  }
  .search-diseasename__categories {
    display: block;
    width: 100%;
  }
  .search-diseasename__categories + .search-diseasename__categories {
    margin-top: 50px;
  }
  .search-diseasename__category {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--white);
    letter-spacing: 0.1em;
    line-height: calc(40/28);
    text-align: justify;
    word-break: break-all;
    padding: 10px calc(30/900 * 100%);
    background-color: #9A9A9A;
  }
  .search-diseasename-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: calc(220/900 * 100%);
    row-gap: 25px;
    width: 100%;
    margin-top: 50px;
  }
  .search-diseasename-items > li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .search-diseasename-item {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--noto-serif);
    color: var(--blue);
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .search-diseasename-items > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .search-diseasename__category {
    font-size: 24px;
  }
  .search-diseasename-item {
    font-size: 20px;
  }
}


.single-content #ez-toc-container {margin: 60px 0;}
.single-content #ez-toc-container nav ul > li::before {
  content: none;
}


.single-column .single-content .wp-block-table > table{
  width:max-content;
}
.single-column .single-content .wp-block-table > table th,
.single-column .single-content .wp-block-table > table td{
  max-width:20em;
  line-height: 1.2;
}
.single-column .single-content .wp-block-table > table th,
.single-column .single-content .wp-block-table table:not(:has( thead)) tbody tr td:first-child{
  font-size:14px;
  font-weight: bold;
  background-color:rgb(23 94 124 / 20%);
}
.single-column .single-content .wp-block-table > table td{
  font-size:13px;
  background-color: #fff;
}

.single-column .single-content .wp-block-table.is-style-stripes{border-bottom: none;}
.single-column .single-content .wp-block-table.is-style-stripes table {
  border-bottom:2px solid rgb(23 94 124 / 20%);
}
.single-column .single-content .wp-block-table.is-style-stripes table td{
  border:none;
}
.single-column .single-content .wp-block-table.is-style-stripes table:not(:has( thead)){
  border-top:2px solid rgb(23 94 124 / 20%);
}
.single-column .single-content .wp-block-table.is-style-stripes thead {border-bottom: none;}
.single-column .single-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td{
  background-color:#fff;
}
.single-column .single-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) td{
  background-color:rgb(23 94 124 / 3%);
}

@media screen and (min-width:768px){
  .single-column .single-content .wp-block-table > table{
    max-width:100%;
  }
  .single-column .single-content .wp-block-table > table th,
  .single-column .single-content .wp-block-table > table td{
    padding:1em;
  }
  .single-column .single-content .wp-block-table > table th,
  .single-column .single-content .wp-block-table table:not(:has( thead)) tbody tr td:first-child{
    font-size:15px;
  }
  .single-column .single-content .wp-block-table > table td{
    font-size:14px;
  }
}
@media screen and (min-width: 1025px) {
  .single-column .single-content .wp-block-table{
    overflow: visible;
  }
  .single-column .single-content .wp-block-table > table{
    max-width:640px;
  }
  .single-column .single-content .wp-block-table > table th,
  .single-column .single-content .wp-block-table > table td{
    max-width:30em;
  }
}

.tax-tag-doctor .doctor {padding-top:0;}
.single-content #ez-toc-container ul:not(:first-child),
.single-content #ez-toc-container ul > li:nth-child(n+2) {margin-top:0;}
.single-content #ez-toc-container ul > li {padding-left:0;}
[id^="ez-toc-container"] a {line-height: 1.3;text-underline-offset:2px;text-decoration-color:rgb(23 94 124 / 10%)!important;}


/*popup */
@media screen and (max-width:767px) {
  .precaution-popblock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    padding: 0 20px;
  }
  .precaution-popblock.active {
    display: flex;
  }
  .precaution-pop-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    width: 100%;
    padding: 25px 10px;
    background-color: var(--white);
    border: 15px solid #E6F4F1;
  }
  .precaution-close {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-image: url(./assets/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .precaution-close:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .precaution-pop-box__title {
    display: block;
    width: 100%;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (390 - 320)), 18px);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: calc(27/18);
    color: #334643;
    font-family: var(--noto-sans);
    text-align: center;
    margin-bottom: 15px;
  }
  .precaution-pop-box__title > small {
    font-size: min(13px + (15 - 13) * ((100vw - 320px) / (390 - 320)), 15px);
  }
  .precaution-pop__tel {
    display: block;
    width: auto;
    font-size: min(25px + (30 - 25) * ((100vw - 320px) / (390 - 320)), 30px);
    font-family: var(--noto-serif);
    font-weight: 600;
    line-height: 40px;
    color: #334643;
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/phone-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
  .site-cv-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .precaution-pop__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 55px;
    background-color: #21B69C;
    color: var(--white);
    font-family: var(--noto-sans);
    line-height: 1;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 10px;
  }
  .precaution-pop__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .precaution-pop-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #D96262;
    font-family: var(--noto-sans);
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .precaution-popblock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    padding: 0 20px;
    transition: 0.3s ease;
  }
  .precaution-popblock.active {
    display: flex;
  }
  .precaution-pop-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 830px;
    width: 100%;
    padding: 50px;
    background-color: var(--white);
    border: 20px solid #E6F4F1;
  }
  .precaution-close {
    position: absolute;
    top: -32px;
    right: -32px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-image: url(./assets/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .precaution-close:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .precaution-pop-box__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: calc(32/22);
    color: #334643;
    font-family: var(--noto-sans);
    text-align: center;
    margin-bottom: 30px;
  }
  .precaution-pop-box__title > small {
    font-size: 18px;
  }
  .precaution-pop__tel {
    display: block;
    width: auto;
    font-size: 40px;
    font-family: var(--noto-serif);
    font-weight: 600;
    line-height: 50px;
    color: #334643;
    letter-spacing: 0.1em;
    padding-left: 40px;
    background-image: url(./assets/images/phone-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
  }
  .site-cv-contact__tel:hover {
    transition: opacity 0.3s ease;
    opacity: 0.85;
  }
  .precaution-pop__btn {
    display: none;
  }
  .precaution-pop-box__txt {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #D96262;
    font-family: var(--noto-sans);
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .single-doctor__content > .wp-block-image > figure {
    float:none!important;
    margin:auto;
  }
}

.wp-element-caption {font-size:0.8em;line-height:1.4;letter-spacing:1px;}