@charset "UTF-8";
/*==================================================
reset
==================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  transition: opacity 0.4s;
  text-decoration: none;
  border: none;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel] textarea {
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }

  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*==================================================
leyout 
==================================================*/
:root {
  --site-inner: 1680px;
  --site-padding: 40px;
  --section-padding: 200px;
  --light-color: #917b5a;
  --main-color: #5c402e;
  --font-large: 2.4rem;
  --font-middle: 1.8rem;
  --font-support: 1.4rem;
  --font-small: 1.4rem;
  --font-en: "Cinzel", serif;
  --font-base: "Noto Serif JP", serif;
  --base-line: 2.57;
  --page-space: 240px 0 200px 0;
  --page-up-space: 240px;
  --lead-up-space: 220px;
  --page-down-space: 200px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  :root {
    --site-padding: 30px;
    --section-padding: 150px;
    --font-large: 2rem;
    --font-small: 1.3rem;
    --page-space: 180px 0 150px 0;
    --page-up-space: 180px;
    --lead-up-space: 160px;
    --page-down-space: 150px;
  }
}
@media all and (max-width: 767px) {
  :root {
    --section-padding: 100px;
    --site-padding: 20px;
    --font-large: 1.8rem;
    --font-small: 1.2rem;
    --base-line: 2;
    --page-space: 130px 0 100px 0;
    --page-up-space: 130px;
    --lead-up-space: 120px;
    --page-down-space: 100px;
  }
}
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  overflow-y: scroll;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1em;
}
body.-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.l-second-page {
  padding-top: 80px;
}
@media all and (max-width: 767px) {
  .l-second-page {
    padding-top: 50px;
  }
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  transition: background-color 0.4s;
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
}
.l-header.-sc {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ebebeb;
}
.l-header.-second {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  color: #000;
}
.l-header.-show {
  border: none !important;
  background: transparent !important;
  color: #fff !important;
}
.l-header-row {
  transition: height 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: var(--site-inner);
  margin: 0 auto;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 767px) {
  .l-header-row {
    height: 50px;
  }
}
.l-header.-sc .l-header-row {
  height: 60px;
}
@media all and (max-width: 767px) {
  .l-header.-sc .l-header-row {
    height: 40px;
  }
}
.l-header-side {
  display: flex;
  align-items: center;
}
.l-header-lang {
  display: flex;
  font-size: 1.6rem;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-header-lang {
    display: none;
  }
}
.l-header-lang li {
  padding: 0 5px;
  line-height: 1;
}
.l-header-lang a {
  font-weight: 600;
}
.l-header-logo {
  display: block;
  width: 400px;
}
@media all and (max-width: 767px) {
  .l-header-logo {
    width: 70%;
  }
}
.l-header-logo a {
  display: block;
  text-align: left;
}
.l-header-logo a img {
  display: block;
  width: 100%;
}

.l-gnav {
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 210px var(--site-padding) 0 var(--site-padding);
  background: #252525;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
}
@media all and (max-width: 1240px) {
  .l-gnav {
    padding-top: 170px;
  }
}
@media all and (max-width: 767px) {
  .l-gnav {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #000;
  }
}
.l-gnav.-show {
  pointer-events: auto;
  opacity: 1;
}
.l-gnav-row {
  display: flex;
  justify-content: space-between;
  gap: 0 5vw;
  max-width: 1120px;
}
@media all and (max-width: 767px) {
  .l-gnav-row {
    flex-wrap: wrap;
  }
}
.l-gnav-row__col {
  width: 100%;
  max-width: 410px;
}
@media all and (max-width: 767px) {
  .l-gnav-row__col {
    max-width: none;
  }
}
.l-gnav-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--site-inner);
  height: 90px;
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  .l-gnav-head {
    height: 50px;
    margin-bottom: 40px;
  }
}
.l-gnav-head__line {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 22px;
}
@media all and (max-width: 1240px) {
  .l-gnav-head__line {
    width: 40px;
  }
}
@media all and (max-width: 767px) {
  .l-gnav-head__line {
    width: 30px;
  }
}
.l-gnav-head__line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #71706d;
}
.l-gnav-head__logo {
  width: 400px;
}
@media all and (max-width: 767px) {
  .l-gnav-head__logo {
    width: 70%;
  }
}
.l-gnav-head__logo img {
  display: block;
  width: 100%;
}
.l-gnav.-sc .l-gnav-head {
  height: 60px;
}
@media all and (max-width: 767px) {
  .l-gnav.-sc .l-gnav-head {
    height: 50px;
  }
}
.l-gnav-body {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 10px 90px 10px;
}
.l-gnav-list {
  margin-bottom: 40px;
}
.l-gnav-list > li > a {
  display: flex;
  align-items: center;
  padding-block: 20px;
  line-height: 1.2;
}
.l-gnav-list__en {
  display: inline-block;
  font-size: 1.8rem;
  width: fit-content;
  white-space: nowrap;
}
@media all and (max-width: 1240px) {
  .l-gnav-list__en {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 850px) {
  .l-gnav-list__en {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .l-gnav-list__en {
    font-size: 1.4rem;
  }
}
.l-gnav-list__home {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .l-gnav-list__home {
    margin-bottom: 0;
  }
}
.l-gnav-list__about {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .l-gnav-list__about {
    margin-bottom: 0;
  }
}
.l-gnav-list__jp {
  position: relative;
  margin-left: 15px;
  padding-left: 35px;
  font-size: 1.4rem;
}
@media all and (max-width: 1240px) {
  .l-gnav-list__jp {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 850px) {
  .l-gnav-list__jp {
    margin-left: 10px;
    padding-left: 30px;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .l-gnav-list__jp {
    font-size: 1.4rem;
  }
}
.l-gnav-list__jp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 1px;
  margin: auto;
  background: #fff;
}
.l-gnav-list__block {
  margin-bottom: 35px;
  border-bottom: 1px solid #71706d;
}
.l-gnav-ch {
  margin-bottom: 30px;
}
.l-gnav-ch a {
  position: relative;
  display: block;
  padding: 26px 20px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #71706d;
}
@media all and (max-width: 767px) {
  .l-gnav-ch a {
    padding: 20px 15px;
    font-size: 1.2rem;
  }
}
.l-gnav-ch li:first-child a {
  border-top: 1px solid #71706d;
}
.l-gnav-ch__arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
}
@media all and (max-width: 767px) {
  .l-gnav-ch__arrow {
    right: 10px;
  }
}
.l-gnav-lang {
  display: none;
}
@media all and (max-width: 767px) {
  .l-gnav-lang {
    display: block;
    padding: 25px 0;
    border-top: 1px solid #71706d;
    border-bottom: 1px solid #71706d;
  }
  .l-gnav-lang li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.l-gnav-foot {
  display: none;
}
@media all and (max-width: 767px) {
  .l-gnav-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    background: #262626;
    border-top: 1px solid #fff;
  }
  .l-gnav-foot li {
    width: 50%;
  }
  .l-gnav-foot li:first-child {
    border-right: 1px solid #fff;
  }
  .l-gnav-foot li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 1.5rem;
  }
}

/*--------------------------------------
header btn
----------------------------------------*/
.l-nav-switch {
  position: relative;
  width: 50px;
  height: 24px;
  margin: 0 0 0 45px;
  cursor: pointer;
}
@media all and (max-width: 1240px) {
  .l-nav-switch {
    width: 45px;
  }
}
.l-nav-switch__line {
  position: absolute;
  width: 50px;
  height: 0;
  margin: 0 auto;
  border-top: solid 1px #fff;
  transition: all 0.6s;
}
@media all and (max-width: 1240px) {
  .l-nav-switch__line {
    width: 45px;
  }
}
@media all and (max-width: 767px) {
  .l-nav-switch__line {
    width: 35px;
  }
}
.l-nav-switch__line:nth-child(1) {
  right: 10px;
  top: calc(50% - 8px);
}
.l-nav-switch__line:nth-child(2) {
  right: 0;
  top: 50%;
}
.l-nav-switch__line:nth-child(3) {
  right: 10px;
  top: calc(50% + 8px);
}
.l-nav-switch.-second .l-nav-switch__line {
  border-color: #000;
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  transform: rotate(-180deg);
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(2) {
  display: none;
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  transform: rotate(180deg);
}

.l-header.-sc .l-nav-switch__line {
  border-color: #000;
}

.l-header.-show .l-nav-switch__line {
  border-color: #fff !important;
}

/*--------------------------------------
second
----------------------------------------*/
.l-second-page .l-header {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  color: #000;
}

.l-second-page .l-nav-switch__line {
  border-color: #000;
}

/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  line-height: var(--base-line);
  font-size: 1.6rem;
}
@media all and (max-width: 1240px) {
  .l-main {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .l-main {
    font-size: 1.4rem;
  }
}

/*--------------------------------------
l-contact
----------------------------------------*/
.l-contact {
  padding: 150px var(--site-padding) 160px var(--site-padding);
  background: #262626;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1240px) {
  .l-contact {
    padding-block: 100px;
  }
}
@media all and (max-width: 767px) {
  .l-contact {
    padding-block: 100px 0;
  }
}
.l-contact-row {
  display: flex;
  justify-content: space-between;
  gap: 0 140px;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
}
@media all and (max-width: 1240px) {
  .l-contact-row {
    gap: 0 50px;
  }
}
@media all and (max-width: 767px) {
  .l-contact-row {
    flex-wrap: wrap;
  }
}
.l-contact-unit {
  width: 100%;
}
@media all and (max-width: 767px) {
  .l-contact-unit {
    padding-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .l-contact-unit:not(:last-child) {
    margin-bottom: 35px;
    border-bottom: solid 1px #fff;
  }
}
.l-contact-ttl {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .l-contact-ttl {
    margin-bottom: 15px;
  }
}
.l-contact-ttl__en {
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .l-contact-ttl__en {
    margin-bottom: 10px;
  }
}
.l-contact-ttl__jp {
  display: block;
  font-size: 1.8rem;
}
.l-contact-txt {
  margin-bottom: 45px;
}
@media all and (max-width: 1240px) {
  .l-contact-txt {
    min-height: 5em;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .l-contact-txt {
    margin-bottom: 30px;
    line-height: 2;
  }
}
.l-contact-btn {
  transition: background-color 0.4s, color 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 30px 0 40px;
  border: 1px solid #fff;
  font-weight: 700;
}
@media all and (max-width: 1240px) {
  .l-contact-btn {
    padding: 0 15px 0 20px;
  }
}
@media all and (max-width: 767px) {
  .l-contact-btn {
    width: 65%;
    height: 45px;
  }
}
.l-contact-btn__txt {
  font-family: var(--font-en);
  font-size: 1.8rem;
}
@media all and (max-width: 1240px) {
  .l-contact-btn__txt {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 767px) {
  .l-contact-btn__txt {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-contact-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
}

/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  padding: 60px var(--site-padding) 40px var(--site-padding);
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding-block: 55px 60px;
  }
}
.l-footer-inner {
  width: 100%;
  margin-inline: auto;
  max-width: var(--site-inner);
}
.l-footer-nav {
  display: flex;
  max-width: 1340px;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav__col {
  width: 100%;
}
.l-footer-nav__col dt {
  margin-bottom: 25px;
}
.l-footer-nav__col dd,
.l-footer-nav__col li {
  margin-bottom: 8px;
}
.l-footer-nav__en {
  font-family: var(--font-en);
  font-size: 1.4rem;
}
.l-footer-nav__jp {
  font-family: var(--font-base);
  font-size: 1.2rem;
}
.l-footer-nav ul:not(:last-child) {
  margin-bottom: 40px;
}
.l-footer-logo {
  position: relative;
  padding: 30px 0;
}
@media all and (max-width: 767px) {
  .l-footer-logo {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
  }
}
.l-footer-logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  margin: auto;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 767px) {
  .l-footer-logo:before {
    content: none;
  }
}
.l-footer-logo a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 50px;
  background: #000;
}
@media all and (max-width: 767px) {
  .l-footer-logo a {
    padding-right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-logo a:hover {
    opacity: 1;
  }
}
.l-footer-logo img {
  width: 400px;
  vertical-align: baseline;
}
@media all and (max-width: 767px) {
  .l-footer-logo img {
    width: 230px;
    margin: auto;
  }
}
.l-footer-copy {
  text-align: right;
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .l-footer-copy {
    text-align: center;
  }
}

/*--------------------------------------
l-page-ttl
----------------------------------------*/
.l-page-ttl {
  padding: 175px 0 135px 0;
  font-size: 4.8rem;
  font-family: var(--font-en);
  line-height: 1.1;
}
@media all and (max-width: 1240px) {
  .l-page-ttl {
    padding: 120px 0 100px 0;
    font-size: 4.2rem;
  }
}
@media all and (max-width: 767px) {
  .l-page-ttl {
    padding: 100px 0 95px 0;
    font-size: 3rem;
  }
}

/*--------------------------------------
l-breadcrumb
----------------------------------------*/
.l-breadcrumb {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb li {
  display: flex;
  align-items: center;
  margin-left: 1em;
  font-size: 1rem;
  font-family: var(--font-en);
  font-weight: 700;
}
.l-breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 3em;
  margin-left: 1em;
  border-top: 1px solid #000;
}
.l-breadcrumb li:last-child:after {
  content: none;
}
.l-breadcrumb li a {
  padding-left: 1em;
  font: inherit;
}

/*--------------------------------------
l-second-main
----------------------------------------*/
.l-second-main img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1240px) {
  .l-second-main img {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .l-second-main img {
    height: 200px;
  }
}

/*==================================================
module
==================================================*/
/*--------------------
space
--------------------*/
.m-block-space-s {
  margin-bottom: 30px;
}

.m-block-space-m {
  margin-bottom: 60px;
}
@media all and (max-width: 1240px) {
  .m-block-space-m {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .m-block-space-m {
    margin-bottom: 30px;
  }
}

.m-block-space-l {
  margin-bottom: 90px;
}

/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

.m-line-row {
  display: inline-block;
  font-weight: inherit;
}

/*--------------------
link
--------------------*/
.m-link {
  font-family: var(--font-en);
  font-weight: 700;
}

/*--------------------
btn
--------------------*/
.m-btn {
  transition: background-color 0.4s, color 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  max-width: 100%;
  height: 80px;
  padding: 0 30px 0 40px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media all and (max-width: 1240px) {
  .m-btn {
    width: 320px;
    height: 70px;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 767px) {
  .m-btn {
    justify-content: flex-end;
    width: 230px;
    height: 45px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
}
.m-btn.-low {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 30px;
  font-size: 1.5rem;
}
@media all and (max-width: 1240px) {
  .m-btn.-low {
    height: 35px;
    padding: 0 20px 0 20px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .m-btn.-low {
    width: 60%;
  }
}
.m-btn.-center {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .m-btn.-sp-center {
    margin: 0 auto;
  }
}
.m-btn__txt {
  font-weight: inherit;
}
@media all and (max-width: 767px) {
  .m-btn__txt {
    margin: 0 auto;
  }
}
.m-btn__arrow {
  font-weight: inherit;
}

.m-detail-btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  align-items: center;
  border: 1px solid #979592;
  font-size: 1.6rem;
}
.m-detail-btn__arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
  color: #979592;
  font-size: 1.2rem;
}

/*--------------------
ttl 
--------------------*/
.m-ttl.-space-ss {
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .m-ttl.-space-ss {
    margin-bottom: 20px;
  }
}
.m-ttl.-space-s {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .m-ttl.-space-s {
    margin-bottom: 35px;
  }
}
.m-ttl.-space-m {
  margin-bottom: 70px;
}
@media all and (max-width: 1240px) {
  .m-ttl.-space-m {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .m-ttl.-space-m {
    margin-bottom: 35px;
  }
}
.m-ttl.-space-l {
  margin-bottom: 100px;
}
@media all and (max-width: 1240px) {
  .m-ttl.-space-l {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .m-ttl.-space-l {
    margin-bottom: 50px;
  }
}
.m-ttl__en {
  display: block;
  font-family: var(--font-en);
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 1240px) {
  .m-ttl__en {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .m-ttl__en {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.m-ttl__en.-bottom-space {
  margin-bottom: 20px;
}
.m-ttl__en.-tb-font-s {
  font-size: 4.4rem;
}
@media all and (max-width: 1240px) {
  .m-ttl__en.-tb-font-s {
    font-size: 3.8rem;
  }
}
@media all and (max-width: 767px) {
  .m-ttl__en.-tb-font-s {
    font-size: 3rem;
  }
}
.m-ttl__jp {
  display: block;
  font-family: var(--font-base);
}
.m-ttl__jp.-bottom-space {
  margin-bottom: 15px;
}

.m-ttl.-clinic {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .m-ttl.-clinic {
    margin-bottom: 25px;
  }
}

.m-sub-ttl {
  font-size: var(--font-large);
}
.m-sub-ttl:after {
  content: "";
  display: block;
  width: 45px;
  margin-top: 5px;
  border-bottom: 1px solid #000;
}
.m-sub-ttl.-space-s {
  margin-bottom: 15px;
}
.m-sub-ttl.-en {
  display: block;
  font-family: var(--font-en);
}

/*--------------------
list nav
--------------------*/
.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.m-pager ul .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

/*--------------------
row
--------------------*/
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--site-padding);
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}
.m-inner.-pos {
  position: relative;
}
.m-inner.-size-sss {
  max-width: 1000px;
}
.m-inner.-size-ss {
  max-width: 1220px;
}
.m-inner.-size-s {
  max-width: 1280px;
}
.m-inner.-size-m {
  max-width: 1380px;
}
.m-inner.-size-l {
  max-width: 1480px;
}
.m-inner.-size-ll {
  max-width: 1580px;
}
.m-inner.-max {
  max-width: var(--site-inner);
}
@media all and (max-width: 1240px) {
  .m-inner.-sp-tb-none {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .m-inner.-sp-none {
    padding: 0;
  }
}

/*--------------------
box unit
--------------------*/
[data-aos=img-o] img {
  opacity: 0;
  transition: opacity 1s;
}

[data-aos=img-o].aos-animate img {
  opacity: 1;
}

[data-aos=img] {
  overflow: hidden;
}

[data-aos=img] img {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: scale(1.1);
}

[data-aos=img].aos-animate img {
  opacity: 1;
  transform: scale(1);
}

[data-aos=txt] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-out !important;
  transform: translateY(20px);
}

@media all and (max-width: 767px) {
  [data-aos=txt] {
    transform: translateY(10px);
  }
}
[data-aos=txt].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.m-wide-img img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1240px) {
  .m-wide-img img {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .m-wide-img img {
    height: 280px;
  }
}

/*==================================================
banner
==================================================*/

.banner {
    text-align: center;
}

.banner a {
    display: inline-block;
    margin: 50px 0;
}

.banner picture {
    display: block;
    margin: 0 auto;
}

.banner img {
    display: block;
    margin: 0 auto;
}

/*==================================================
page
==================================================*/
.main-visual {
  position: relative;
  width: 100%;
  line-height: 1.6;
  height: 800px;
}
@media all and (max-width: 1240px) {
  .main-visual {
    height: 700px;
  }
}
@media all and (max-width: 767px) {
  .main-visual {
    height: 600px;
  }
}
.main-visual-bg__item img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 800px;
}
@media all and (max-width: 1240px) {
  .main-visual-bg__item img {
    height: 700px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-bg__item img {
    height: 600px;
  }
}
.main-visual-pos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  max-width: var(--site-inner);
}
@media all and (max-width: 1240px) {
  .main-visual-pos {
    height: 700px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-pos {
    height: 600px;
  }
}
.main-visual-pos__rb {
  position: absolute;
  right: var(--site-padding);
  bottom: 30px;
}
@media all and (max-width: 1240px) {
  .main-visual-pos__rb {
    bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-pos__rb {
    bottom: -40px;
    display: block;
    width: 100%;
    right:0;
  }
}
.main-visual-box {
  position: absolute;
  left: var(--site-padding);
  bottom: 40px;
  padding: 30px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.75);
}
@media all and (max-width: 1240px) {
  .main-visual-box {
    padding: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-box {
    bottom: 230px;
    left: 0;/*var(--site-padding);*/
    padding: 10px 5%;
    display: block;
    width:90%;
    margin: 0 5%;
    text-align: center;
  }
}
/*@media all and (max-width: 520px) {
  .main-visual-box {
    bottom: 220px;
  }
}*/
.main-visual-ttl {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 767px) {
  .main-visual-ttl {
    padding-bottom: 10px;
  }
}
.main-visual-ttl__en {
  display: block;
  margin-bottom: 5px;
  font-size: 4.3rem;
  font-weight: 600;
  color: #4e4036;
  line-height: 1.2;
}
@media all and (max-width: 1240px) {
  .main-visual-ttl__en {
    font-size: 3vw;
  }
}
@media all and (max-width: 767px) {
  .main-visual-ttl__en {
    font-size: 1.8rem;
  }
}
.main-visual-ttl__jp {
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 1240px) {
  .main-visual-ttl__jp {
    font-size: 1.68vw;
  }
}
@media all and (max-width: 767px) {
  .main-visual-ttl__jp {
    font-size: 1.1rem;
  }
}
.main-visual-message {
  margin-top: 0px;
}
@media all and (max-width: 767px) {
  .main-visual-message {
    position: relative;
  }
}
.main-visual-message__01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1240px) {
  .main-visual-message__01 {
    font-size: 1.68vw;
  }
}
@media all and (max-width: 767px) {
  .main-visual-message__01 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.main-visual-message__02 {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  background: #9c9882;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1240px) {
  .main-visual-message__02 {
    font-size: 1.68vw;
  }
}
@media all and (max-width: 767px) {
  .main-visual-message__02 {
    display: inline-block;
    margin-right: -10px;
    padding: 2px 10px;
    font-size: 1rem;
  }
}
.main-visual-message__03 {
  font-size: 3rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1240px) {
  .main-visual-message__03 {
    font-size: 2.1vw;
  }
}
@media all and (max-width: 767px) {
  .main-visual-message__03 {
    display: block;
    font-size: 1.4rem;
  }
}

.bnr-en .main-visual-message__02{padding: 10px 15px;font-size: 2rem; letter-spacing:0.05em;}
.bnr-en .main-visual-message__03{font-size: 2.4rem; letter-spacing:0.05em;}
@media all and (max-width: 1240px) {
  .bnr-en .main-visual-message__02{font-size: 1.5vw;}
  .bnr-en .main-visual-message__03{font-size: 1.8vw;}
}
@media all and (max-width: 767px) {
  .bnr-en .main-visual-message__02{padding: 2px 10px; font-size: 1rem;}
  .bnr-en .main-visual-message__03{font-size: 1.2rem;}
}


.open-bnr {
  padding: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 10px 0;
}
@media all and (max-width: 767px) {
  .open-bnr {
    padding: 0px;
    background: transparent;
    margin: 0 0 10px 0;
  }
  .open-bnr p.sp-bnr {
  }
  .open-bnr p.sp-bnr img {
    width: 300px;
    text-align: center;
    display: inline-block;
  }
}
.open-bnr-inner {
  display: block;
  padding: 15px 15px;
  border: 1px solid #7b7b7b;
}
@media all and (max-width: 1240px) {
  .open-bnr-inner {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-inner {
    padding: 10px;
  }
}
.open-bnr-ttl {
  margin-bottom: 8px;
  line-height: 1.2;
}
.open-bnr-ttl__jp {
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 1240px) {
  .open-bnr-ttl__jp {
    font-size: 2.0vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-ttl__jp {
    font-size: 1.6rem;
  }
}
.open-bnr-ttl__en {
  display: block;
  font-family: var(--font-en);
  font-size: 3.0rem;
}
@media all and (max-width: 1240px) {
  .open-bnr-ttl__en {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-ttl__en {
    font-size: 2.0rem;
  }
}
.open-bnr-txt {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .open-bnr-txt {
    margin-bottom: 10px;
  }
}
.open-bnr-txt__01 {
  display: block;
  margin: 0 0;
  color: #9d9982;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}
@media all and (max-width: 1240px) {
  .open-bnr-txt__01 {
    font-size: 2.1vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-txt__01 {
    font-size: 1.6rem;
  }
}
.open-bnr-txt__02 {
  display: block;
  font-size: 1.8rem;
}
@media all and (max-width: 1240px) {
  .open-bnr-txt__02 {
    font-size: 1.26vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-txt__02 {
    font-size: 1rem;
  }
}
.open-bnr-txt__03 {
  display: block;
  font-size: 2.2rem;
}
@media all and (max-width: 1240px) {
  .open-bnr-txt__03 {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-txt__03 {
    font-size: 1.4rem;
  }
}
.open-bnr-btn {
  transition: background-color 0.4s, color 0.4s;
  padding: 6px 10px;
  background: #fff;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  border: 1px solid #fff;
}
@media all and (max-width: 1240px) {
  .open-bnr-btn {
    font-size: 1.26vw;
  }
}
@media all and (max-width: 767px) {
  .open-bnr-btn {
    padding: 7px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .open-bnr-inner:hover .open-bnr-btn {
    border-color: #fff;
    background: #000;
    color: #fff;
  }
}

.bnr-en .open-bnr-ttl__jp{font-size: 2.5rem; margin-bottom: 0.5rem;}
.bnr-en .open-bnr-txt__01{font-size: 2.5rem; letter-spacing: 0.05em;}
.bnr-en .open-bnr-txt__03{font-size: 2.0rem;}
@media all and (max-width: 1240px) {
  .bnr-en .open-bnr-ttl__jp{font-size: 2.0vw;}
  .bnr-en .open-bnr-txt__01{font-size: 2.0vw;}
  .bnr-en .open-bnr-txt__03{font-size: 1.6vw;}
}
@media all and (max-width: 767px) {
  .bnr-en .open-bnr-ttl__jp{font-size: 1.5rem;}
  .bnr-en .open-bnr-txt__01{font-size: 1.5rem;}
  .bnr-en .open-bnr-txt__03{font-size: 1.2rem;}
}


/*--------------------------------------
about
----------------------------------------*/
.about {
  padding: var(--section-padding) 0;
}
@media all and (max-width: 767px) {
  .about {
    padding: 120px 0 var(--section-padding) 0;
  }
}
.about-row {
  display: flex;
}
@media all and (max-width: 767px) {
  .about-row {
    display: block;
  }
}
.about-row__head {
  width: 42.5%;
}
@media all and (max-width: 1240px) {
  .about-row__head {
    width: 35%;
  }
}
@media all and (max-width: 767px) {
  .about-row__head {
    width: 100%;
  }
}
.about-row__body {
  width: 57.5%;
  padding-top: 20px;
}
@media all and (max-width: 1240px) {
  .about-row__body {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  .about-row__body {
    width: 100%;
  }
}
.about-cnt {
  margin-bottom: 35px;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .about-cnt {
    margin-bottom: 35px;
  }
}
.about-ttl {
  margin-bottom: 25px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
@media all and (max-width: 767px) {
  .about-ttl {
    margin-bottom: 10px;
  }
}
.about-main {
  width: 100%;
  height: 600px;
  background: url("../img/about-main.jpg") no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .about-main {
    background-attachment: fixed;
  }
}
@media all and (max-width: 767px) {
  .about-main {
    height: 250px;
  }
}
.about-nav {
  padding: 240px 0 280px 0;
}
@media all and (max-width: 1240px) {
  .about-nav {
    padding: 180px 0 200px 0;
  }
}
@media all and (max-width: 767px) {
  .about-nav {
    padding: 135px 0 100px 0;
  }
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--section-padding);
}
.about-section:last-child {
  margin-bottom: 0;
}
.about-section__img {
  width: calc(50% + 100px);
}
@media all and (max-width: 1240px) {
  .about-section__img {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .about-section__img {
    order: 1;
    width: calc(100% - var(--site-padding));
    margin-bottom: 0;
  }
  .about-section__img:first-child {
    margin-left: auto;
  }
}
.about-section__img img {
  width: 100%;
}
@media all and (max-width: 1240px) {
  .about-section__img img {
    object-fit: cover;
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .about-section__img img {
    object-fit: contain;
    height: auto;
  }
}
.about-section__body {
  position: relative;
  z-index: 1;
  width: 50%;
  background: #fff;
}
@media all and (max-width: 1240px) {
  .about-section__body {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .about-section__body {
    order: 2;
    width: 100%;
  }
}
.about-section__body:first-child {
  margin-right: -100px;
  padding: 95px 100px 100px 0;
}
@media all and (max-width: 1240px) {
  .about-section__body:first-child {
    margin-right: -10%;
    padding: 50px 5%;
  }
}
@media all and (max-width: 767px) {
  .about-section__body:first-child {
    margin-right: 0;
    padding: 30px var(--site-padding) 0 var(--site-padding);
  }
}
.about-section__body:last-child {
  margin-left: -100px;
  padding: 95px 0 100px 100px;
}
@media all and (max-width: 1240px) {
  .about-section__body:last-child {
    margin-left: -10%;
    padding: 50px 5%;
  }
}
@media all and (max-width: 767px) {
  .about-section__body:last-child {
    margin-left: 0;
    padding: 30px var(--site-padding) 0 var(--site-padding);
  }
}
.about-section-txt {
  padding: 35px 0 25px 0;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .about-section-txt {
    padding: 20px 0 35px 0;
  }
}
.about-sub {
  padding-top: 25px;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .about-sub {
    padding-top: 25px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------
mission
----------------------------------------*/
.mission-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--section-padding);
}
.mission-section:last-child {
  margin-bottom: 0;
}
.mission-section__img {
  width: calc(50% + 100px);
}
@media all and (max-width: 1240px) {
  .mission-section__img {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .mission-section__img {
    width: 50%;
    margin-bottom: 0;
  }
}
.mission-section__img img {
  width: 100%;
}
@media all and (max-width: 1240px) {
  .mission-section__img img {
    object-fit: cover;
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .mission-section__img img {
    height: 500px;
  }
}
.mission-section__body {
  position: relative;
  z-index: 1;
  width: 50%;
  background: #fff;
}
@media all and (max-width: 1240px) {
  .mission-section__body {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .mission-section__body {
    width: 80%;
  }
}
.mission-section__body:first-child {
  margin-right: -100px;
  padding: 85px 100px 100px 0;
}
@media all and (max-width: 1240px) {
  .mission-section__body:first-child {
    margin-right: -10%;
    padding: 50px 5%;
  }
}
@media all and (max-width: 767px) {
  .mission-section__body:first-child {
    margin-right: -30%;
    padding: 50px 20px 30px 40px;
  }
}
.mission-section__body:last-child {
  margin-left: -100px;
  padding: 85px 0 100px 100px;
}
@media all and (max-width: 1240px) {
  .mission-section__body:last-child {
    margin-left: -10%;
    padding: 50px 5%;
  }
}
@media all and (max-width: 767px) {
  .mission-section__body:last-child {
    margin-left: -30%;
    padding: 50px 20px 30px 40px;
  }
}
.mission-section-txt {
  padding: 10px 0 30px 0;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .mission-section-txt {
    padding: 25px 0 30px 0;
  }
}

/*--------------------------------------
features
----------------------------------------*/
.features {
  padding: var(--section-padding) 0;
}
@media all and (max-width: 767px) {
  .features {
    padding: var(--section-padding) 0;
  }
}
.features-page {
  padding: var(--page-space);
}
.features-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.features-section:not(:last-child) {
  margin-bottom: 185px;
}
@media all and (max-width: 1240px) {
  .features-section:not(:last-child) {
    margin-bottom: var(--section-padding);
  }
}
@media all and (max-width: 767px) {
  .features-section:not(:last-child) {
    margin-bottom: 90px;
  }
}
.features-section__img {
  width: 50%;
}
@media all and (max-width: 767px) {
  .features-section__img {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
  }
}
.features-section__body {
  width: 50%;
  padding: 0 0 5px 0;
}
@media all and (max-width: 1240px) {
  .features-section__body {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .features-section__body {
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.features-section__body:first-child {
  padding-inline: 0 100px;
}
@media screen and (max-width: 1600px) {
  .features-section__body:first-child {
    padding-inline: 0 50px;
  }
}
@media all and (max-width: 1240px) {
  .features-section__body:first-child {
    padding-inline: var(--site-padding) 30px;
  }
}
@media all and (max-width: 767px) {
  .features-section__body:first-child {
    padding: 0 var(--site-padding) 0 var(--site-padding);
  }
}
.features-section__body:last-child {
  padding-inline: 100px 0;
}
@media screen and (max-width: 1600px) {
  .features-section__body:last-child {
    padding-inline: 50px 0;
  }
}
@media all and (max-width: 1240px) {
  .features-section__body:last-child {
    padding-inline: 30px var(--site-padding);
  }
}
@media all and (max-width: 767px) {
  .features-section__body:last-child {
    padding: 0 var(--site-padding) 0 var(--site-padding);
  }
}
.features-block:not(:last-child) {
  margin-bottom: 40px;
}
.features-sub {
  margin-bottom: 23px;
  font-size: 1.8rem;
  padding-top: 22px;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .features-sub {
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.features-sub.-space-l {
  margin-bottom: 75px;
}
@media all and (max-width: 767px) {
  .features-sub.-space-l {
    padding-top: 10px;
    margin-bottom: 15px;
  }
}
.features-txt {
  max-width: 45em;
  margin-bottom: 35px;
  line-height: var(--base-line);
}
.features-row, .features-about-inner {
  width: 100%;
  max-width: 1460px;
  margin-inline: auto;
}
@media all and (max-width: 1240px) {
  .features-row, .features-about-inner {
    padding: 0 var(--site-padding);
  }
}
@media all and (max-width: 767px) {
  .features-row, .features-about-inner {
    padding: 0;
  }
}
.features-row {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media all and (max-width: 1240px) {
  .features-row {
    gap: 0;
  }
}
@media all and (max-width: 767px) {
  .features-row {
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media all and (max-width: 1240px) {
  .features-unit {
    width: 31%;
  }
}
@media all and (max-width: 767px) {
  .features-unit {
    display: grid;
    grid-template-columns: 45% 50%;
    justify-content: space-between;
    grid-template-areas: "areaA areaB" "areaA areaC" "areaD areaD";
    width: 100%;
  }
  .features-unit:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .features-unit__btn {
    grid-area: areaD;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
}
.features-unit__ttl {
  margin-bottom: 18px;
  font-size: 3rem;
  font-family: var(--font-en);
  line-height: 1.3;
}
@media all and (max-width: 1240px) {
  .features-unit__ttl {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 1023px) {
  .features-unit__ttl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .features-unit__ttl {
    position: relative;
    top: -5px;
    margin-bottom: 0px;
    grid-area: areaB;
    font-size: 2.4rem;
  }
}
.features-unit__img {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .features-unit__img {
    grid-area: areaA;
    margin-bottom: 0;
  }
}
.features-unit__txt {
  margin-bottom: 45px;
}
@media all and (max-width: 1240px) {
  .features-unit__txt {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .features-unit__txt {
    grid-area: areaC;
  }
}
.features-about {
  margin-bottom: var(--section-padding);
}
@media all and (max-width: 767px) {
  .features-about {
    padding-inline: var(--site-padding);
  }
}

/*--------------------------------------
gallery
----------------------------------------*/
.gallery {
  position: relative;
  height: 600px;
  line-height: 1.6;
  color: #fff;
}
@media all and (max-width: 1240px) {
  .gallery {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .gallery {
    height: 230px;
  }
}
.gallery-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-main img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-box {
  position: absolute;
  inset: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  padding: 60px 50px;
  border: 1px solid #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gallery-box {
    padding: 40px;
  }
}
.gallery-ttl {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .gallery-ttl {
    margin-bottom: 20px;
  }
}
.gallery-ttl:after {
  content: "";
  display: block;
  width: 180px;
  margin: 20px auto 0 auto;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 767px) {
  .gallery-ttl:after {
    width: 100px;
    margin-top: 10px;
  }
}
.gallery-ttl__en {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-en);
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .gallery-ttl__en {
    font-size: 1.8rem;
  }
}
.gallery-ttl__jp {
  display: block;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .gallery-ttl__jp {
    font-size: 1.2rem;
  }
}
.gallery-link {
  letter-spacing: 0.15em;
}

/*--------------------------------------
news
----------------------------------------*/
.news {
  padding: var(--section-padding) 0;
}
.news-box {
  padding: var(--section-padding) 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 767px) {
  .news-box {
    padding: var(--section-padding) 0 0 0;
    border-bottom: none;
  }
}
.news-row {
  display: flex;
  padding: 0 5%;
}
@media all and (max-width: 1240px) {
  .news-row {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .news-row {
    display: block;
  }
}
.news-row__head {
  width: 20%;
}
@media all and (max-width: 767px) {
  .news-row__head {
    width: 100%;
    text-align: center;
  }
}
.news-row__body {
  width: 80%;
  padding-top: 90px;
}
@media all and (max-width: 1240px) {
  .news-row__body {
    padding-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .news-row__body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px var(--site-padding) 0 var(--site-padding);
  }
}
.news-unit {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .news-unit {
    margin-bottom: 40px;
  }
}
.news-unit.-space {
  margin-bottom: 100px;
}
.news-unit dl {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 42px 105px;
}
@media all and (max-width: 1240px) {
  .news-unit dl {
    padding: 40px 70px;
  }
}
@media all and (max-width: 767px) {
  .news-unit dl {
    display: block;
    padding: 25px 0;
  }
}
.news-unit dl:first-child {
  border-top: 1px solid #000;
}
@media all and (max-width: 767px) {
  .news-unit dl:first-child {
    border-top: none;
  }
}
.news-unit dt {
  color: #575657;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .news-unit dt {
    padding: 0 0 5px 0;
  }
}
.news-unit dd {
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .news-unit dd {
    padding-left: 0;
    line-height: 2;
  }
}
.news-more {
  padding-left: 105px;
}
@media all and (max-width: 1240px) {
  .news-more {
    padding-left: 70px;
  }
}
@media all and (max-width: 767px) {
  .news-more {
    display: none;
  }
}
.news-page {
  padding: 100px 0 200px 200px;
}
@media all and (max-width: 1240px) {
  .news-page {
    padding: 100px 0 200px 20%;
  }
}
@media all and (max-width: 767px) {
  .news-page {
    padding: 0 0 80px 0;
  }
}
@media all and (max-width: 767px) {
  .news-page .news-unit dl:first-child {
    padding-top: 0;
  }
}

/*--------------------------------------
dr
----------------------------------------*/
.dr-main img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1240px) {
  .dr-main img {
    height: 400px;
    object-position: right bottom;
  }
}
@media all and (max-width: 767px) {
  .dr-main img {
    height: 200px;
  }
}
.dr-intro {
  display: flex;
  flex-wrap: wrap;
  padding: 185px 0 var(--section-padding) 0;
}
@media all and (max-width: 1240px) {
  .dr-intro {
    padding-top: 130px;
  }
}
@media all and (max-width: 767px) {
  .dr-intro {
    padding-top: 35px;
  }
}
.dr-intro__head {
  width: 50%;
}
@media all and (max-width: 767px) {
  .dr-intro__head {
    width: 100%;
  }
}
.dr-intro__body {
  width: 50%;
}
@media all and (max-width: 767px) {
  .dr-intro__body {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .dr-intro-ttl {
    margin-bottom: 35px;
  }
}
.dr-intro-ttl__jp {
  display: block;
  font-size: var(--font-middle);
  color: #767576;
}
@media all and (max-width: 767px) {
  .dr-intro-ttl__jp {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
.dr-intro-ttl__en {
  display: block;
  font-size: 3.6rem;
  font-family: var(--font-en);
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .dr-intro-ttl__en {
    font-size: 3rem;
    line-height: 1;
  }
}
.dr-intro-data {
  margin-bottom: 28px;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .dr-intro-data {
    margin-bottom: 40px;
  }
}
.dr-intro-data dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .dr-intro-data dt {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
.dr-intro-data dd {
  line-height: var(--base-line);
}
.dr-sub {
  margin-bottom: 30px;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .dr-sub {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
}
.dr-member {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-inline: auto 0;
}
.dr-member__head {
  width: 50%;
  padding: 0 100px 60px 0;
}
@media all and (max-width: 1240px) {
  .dr-member__head {
    padding: 0 70px 40px 0;
  }
}
@media all and (max-width: 767px) {
  .dr-member__head {
    width: 100%;
    padding: 0;
  }
}
.dr-member__body {
  width: 54%;
  margin-right: -200px;
}
@media all and (max-width: 767px) {
  .dr-member__body {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .dr-member__body.-tb-pc {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .dr-member-img {
    margin-bottom: 60px;
  }
}
.dr-member-list {
  display: flex;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .dr-member-list {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .dr-member-list li {
    width: calc(50% - 12px);
    font-size: 1rem;
  }
}
.dr-member-list li img {
  display: block;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .dr-member-list li img {
    margin-bottom: 10px;
  }
}
.dr-member-txt {
  margin-bottom: 55px;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .dr-member-txt {
    margin-bottom: 40px;
  }
}

.dr-intro,
.medical {
  padding-inline: 7vw;
}
@media all and (max-width: 1400px) {
  .dr-intro,
.medical {
    padding-inline: 0;
  }
}

.dr-member {
  padding-inline: 7vw 0;
}
@media all and (max-width: 1400px) {
  .dr-member {
    padding-inline: 0;
  }
}

/*--------------------------------------
medical
----------------------------------------*/
.medical {
  padding-block: 185px var(--section-padding);
}
@media all and (max-width: 767px) {
  .medical {
    padding-top: 100px;
  }
}
.medical-sub {
  padding-top: 55px;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .medical-sub {
    padding-top: 13px;
    font-size: 1.2rem;
  }
}
.medical-txt {
  margin-bottom: 85px;
}
@media all and (max-width: 1240px) {
  .medical-txt {
    margin-bottom: 60px;
  }
}
.medical-list {
  display: flex;
  justify-content: center;
  gap: 0 90px;
  margin-bottom: 95px;
}
@media all and (max-width: 1240px) {
  .medical-list {
    gap: 0 40px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .medical-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px 0;
    margin-bottom: 45px;
  }
  .medical-list li {
    width: 80%;
  }
}

/*--------------------------------------
contact
----------------------------------------*/
.contact-page {
  padding: 100px 0 var(--section-padding) 0;
  border-top: 1px solid #ecebeb;
}
@media all and (max-width: 767px) {
  .contact-page {
    padding-top: 0;
    border: none;
    font-size: 1.4rem;
  }
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-row__side {
  width: 25%;
}
@media all and (max-width: 767px) {
  .contact-row__side {
    width: 100%;
  }
}
.contact-row__body {
  width: 75%;
}
@media all and (max-width: 767px) {
  .contact-row__body {
    width: 100%;
  }
}
.contact-step {
  padding-top: 10px;
  color: #4c4c4c;
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .contact-step {
    display: flex;
    justify-content: center;
    display: none;
  }
}
.contact-step li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .contact-step li {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .contact-step li:nth-child(2) {
    margin: 0 40px;
  }
}
.contact-step li:before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: -30px;
  width: 0;
  height: 20px;
  border-left: solid 1px #e2e2e2;
}
@media all and (max-width: 767px) {
  .contact-step li:before {
    content: none;
  }
}
.contact-step li:last-child:before {
  content: none;
}
@media all and (max-width: 767px) {
  .contact-step li:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -34px;
    width: 30px;
    border-top: solid 1px #e2e2e2;
  }
}
.contact-step li:last-child:after {
  content: none;
}
.contact-step__ico {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}
@media all and (max-width: 767px) {
  .contact-step__ico {
    display: block;
    margin: 0 auto 10px auto;
  }
}
.contact-step__ico:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  background: #e2e2e2;
}
.contact-step__ico.-current {
  border-color: #9f9e9f;
}
.contact-step__ico.-current:before {
  background: #9f9e9f;
}
.contact-lead {
  margin-bottom: 85px;
  line-height: var(--base-line);
}
@media all and (max-width: 1240px) {
  .contact-lead {
    margin-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .contact-lead {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .contact-lead__support {
    font-size: 1.2rem;
  }
}
.contact-data {
  max-width: 700px;
}
.contact-data dt {
  margin-bottom: 25px;
  line-height: var(--base-line);
}
@media all and (max-width: 1240px) {
  .contact-data dt {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .contact-data dt {
    margin-bottom: 15px;
  }
}
.contact-data dd {
  margin-bottom: 70px;
}
@media all and (max-width: 1240px) {
  .contact-data dd {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .contact-data dd {
    margin-bottom: 35px;
  }
}
.contact-data dd:last-child {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .contact-data__first {
    margin-bottom: 55px !important;
  }
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
@media all and (max-width: 767px) {
  .contact-list {
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .contact-list li {
    width: calc(50% - 5px);
  }
}
.contact-check {
  display: flex;
  align-items: center;
}
.contact-check input[type=radio],
.contact-check input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin-right: 15px;
  vertical-align: baseline;
  accent-color: #000;
}
.contact-check a {
  text-decoration: underline;
  color: #3fa3db;
}
.contact-input {
  width: 100%;
  height: 70px;
  border: none;
  padding: 0 25px;
  background: #f5f5f5;
}
@media all and (max-width: 767px) {
  .contact-input {
    height: 50px;
  }
}
.contact-input::placeholder {
  color: #d1d1d1;
}
.contact-textarea {
  width: 100%;
  height: 400px;
  padding: 10px;
  border: none;
  background: #f5f5f5;
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .contact-textarea {
    height: 200px;
  }
}
.contact-policy {
  margin-bottom: 100px;
}
@media all and (max-width: 1240px) {
  .contact-policy {
    margin-bottom: 70px;
  }
}
.contact-btn {
  transition: background-color 0.4s, color 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 80px;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .contact-btn:hover {
    background: #fff;
    color: #000;
  }
}
@media all and (max-width: 1240px) {
  .contact-btn {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .contact-btn {
    height: 45px;
  }
}

.confirm-btn li:nth-child(1) {
  margin-bottom: 70px;
}
/*--------------------------------------
institutions
----------------------------------------*/
.institutions-page {
  padding: var(--page-space);
}
.institutions-ttl {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1240px) {
  .institutions-ttl {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .institutions-ttl {
    font-size: 2.4rem;
  }
}
.institutions-lead {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .institutions-list {
    width: 100%;
    max-width: 270px;
    margin-inline: auto;
  }
}
.institutions-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.institutions-list li:not(:last-child) {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .institutions-list li:not(:last-child) {
    margin-bottom: 45px;
  }
}
.institutions-list__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 200px;
  margin-right: 100px;
  border: 1px solid #979592;
}
@media all and (max-width: 767px) {
  .institutions-list__logo {
    order: 2;
    width: 100%;
    height: 160px;
    margin-right: 0;
  }
}
.institutions-list__txt {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .institutions-list__txt {
    order: 1;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

/*--------------------------------------
access
----------------------------------------*/
.access-page {
  padding: 220px 0 var(--section-padding) 0;
}
@media all and (max-width: 1240px) {
  .access-page {
    padding-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .access-page {
    padding-top: 70px;
  }
}
.access-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access-row__col {
  width: 45%;
  max-width: 500px;
  line-height: var(--base-line);
}
@media all and (max-width: 767px) {
  .access-row__col {
    width: 100%;
    max-width: auto;
  }
}
@media all and (max-width: 767px) {
  .access-row__col:not(:last-child) {
    margin-bottom: 50px;
  }
}
.access-ttl {
  margin-bottom: 65px;
  font-size: var(--font-large);
}
@media all and (max-width: 1240px) {
  .access-ttl {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .access-ttl {
    margin-bottom: 30px;
  }
}
/*--------------------------------------
message
----------------------------------------*/
.message {
  padding: 0 0 var(--section-padding) 0;
}
.message-ttl {
  margin-bottom: 100px;
  font-size: var(--font-middle);
}
@media all and (max-width: 1240px) {
  .message-ttl {
    margin-bottom: 70px;
  }
}
.message-txt {
  line-height: var(--base-line);
}

.history {
  padding: var(--page-space);
}
@media all and (max-width: 1240px) {
  .history {
    padding-top: 180px;
  }
}
.history-cnt {
  max-width: 500px;
  margin-bottom: 50px;
  line-height: var(--base-line);
}
.history-name {
  margin-bottom: 45px;
  font-size: var(--font-middle);
}
.history-row {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1240px) {
  .history-row {
    flex-wrap: wrap;
  }
}
.history-row__col {
  width: calc(50% - 20px);
}
@media all and (max-width: 1240px) {
  .history-row__col {
    width: 100%;
  }
  .history-row__col:nth-child(2) {
    order: 1;
  }
  .history-row__col:nth-child(1) {
    padding-top: 100px;
    order: 2;
  }
}
.history-row__col.-txt {
  position: relative;
  top: -20px;
}
@media all and (max-width: 767px) {
  .history-row__col.-txt {
    top: 0;
    padding-inline: var(--site-padding);
  }
}
.history-data {
  max-width: 500px;
  line-height: var(--base-line);
}
.history-data dt {
  margin-right: 10px;
}
.history-data dt,
.history-data dd {
  display: inline;
}
.history-ttl {
  margin-bottom: 25px;
  padding-left: 10px;
  line-height: 1.4;
  border-left: 1px solid #000;
  font-size: var(--font-middle);
}

/*--------------------------------------
checkup
----------------------------------------*/
.checkup-page {
  padding-block: var(--lead-up-space) var(--page-down-space);
}
.checkup-lead {
  margin-bottom: 140px;
  font-size: var(--font-large);
}
@media all and (max-width: 1240px) {
  .checkup-lead {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .checkup-lead {
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.checkup-section {
  margin-bottom: 170px;
}
@media all and (max-width: 1240px) {
  .checkup-section {
    margin-bottom: 90px;
  }
}
.checkup-summary {
  margin-bottom: 40px;
  font-size: var(--font-middle);
}
@media all and (max-width: 1240px) {
  .checkup-summary {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .checkup-summary {
    margin-bottom: 35px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.checkup-ttl {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  font-size: var(--font-large);
  line-height: 2.25;
}
@media all and (max-width: 1240px) {
  .checkup-ttl {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .checkup-ttl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.checkup-txt {
  margin-bottom: 55px;
}
@media all and (max-width: 767px) {
  .checkup-txt {
    margin-bottom: 30px;
  }
}
.checkup-unit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 90px auto;
  padding: 10px 40px 0 40px;
}
@media all and (max-width: 767px) {
  .checkup-unit {
    padding-inline: 20px;
  }
}
.checkup-unit:last-child {
  margin-bottom: 0;
}
.checkup-unit__img {
  width: 28%;
  max-width: 340px;
}
@media all and (max-width: 1240px) {
  .checkup-unit__img {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .checkup-unit__img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.checkup-unit__img img {
  display: block;
}
.checkup-unit__body {
  position: relative;
  width: 72%;
  padding: 20px 0 0 50px;
}
@media all and (max-width: 1240px) {
  .checkup-unit__body {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .checkup-unit__body {
    top: 0;
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.checkup-unit__txt {
  margin-bottom: 25px;
  line-height: 3;
  font-size: var(--font-support);
}
@media all and (max-width: 767px) {
  .checkup-unit__txt {
    line-height: 2;
  }
}
.checkup-block {
  padding-inline: 40px;
}
@media all and (max-width: 767px) {
  .checkup-block {
    padding-inline: 20px;
  }
}
.checkup-data {
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .checkup-data {
    padding-left: 0;
  }
}
.checkup-data dl {
  margin-bottom: 40px;
}
.checkup-data dt {
  margin-bottom: 12px;
  font-size: var(--font-middle);
}

/*--------------------------------------
faq
----------------------------------------*/
.faq-page {
  max-width: 1000px;
  margin: 0 auto 80px auto;
}
.faq-txt {
  margin-bottom: 60px;
}
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 80px;
}
.faq-nav a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #000;
  font-size: 1.3rem;
}
.faq-section {
  margin-bottom: 80px;
}
.faq-ttl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: var(--font-middle);
}
.faq-unit {
  border-bottom: 1px solid #ddd;
}
.faq-unit__ttl {
  position: relative;
  padding: 30px 30px 30px 3em;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .faq-unit__ttl {
    padding-right: 60px;
  }
}
.faq-unit__ico {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1em;
  margin: auto;
  font-size: 2.4rem;
}
.faq-unit__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background: #f4f4f4;
}
.faq-unit__btn:before, .faq-unit__btn:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
}
.faq-unit__btn:before {
  width: 20px;
  height: 0;
  border-top: 1px solid #000;
}
.faq-unit__btn:after {
  width: 0;
  height: 20px;
  border-left: 1px solid #000;
}
.faq-unit__body {
  display: none;
  position: relative;
  padding: 20px 0 20px 3em;
  font-size: 1.6rem;
}
/*--------------------------------------
concept
----------------------------------------*/
.concept-page {
  padding: var(--page-space);
}
@media all and (max-width: 767px) {
  .concept-page {
    padding-top: 130px;
  }
}
.concept-lead {
  margin-bottom: 75px;
}
.concept-lead__ttl {
  margin-bottom: 75px;
  font-size: var(--font-large);
  line-height: 1;
}
@media all and (max-width: 767px) {
  .concept-lead__ttl {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .concept-lead p {
    line-height: 2.5;
  }
}
.concept-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--section-padding);
}
.concept-row:last-child {
  margin-bottom: 0;
}
.concept-row__img {
  width: 33%;
  padding-top: 15px;
}
@media all and (max-width: 1240px) {
  .concept-row__img {
    width: 40%;
  }
  .concept-row__img img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .concept-row__img {
    order: 1;
    width: 100%;
    margin-bottom: 35px;
  }
}
.concept-row__body {
  width: 46%;
}
@media all and (max-width: 1240px) {
  .concept-row__body {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .concept-row__body {
    order: 2;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .concept-row__body p {
    line-height: 2.5;
  }
}
.concept-ttl {
  position: relative;
  top: -0.6em;
  letter-spacing: 0.13em;
  margin-bottom: 20px;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .concept-ttl {
    top: 0;
    font-size: 1.8rem;
  }
}

/*--------------------------------------
mission
----------------------------------------*/
.mission-page {
  padding: var(--page-space);
}
.mission-lead {
  margin-bottom: 110px;
}
.mission-lead__ttl {
  margin-bottom: 60px;
  font-size: var(--font-large);
}
@media all and (max-width: 1240px) {
  .mission-lead__ttl {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .mission-lead__ttl {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .mission-lead p {
    line-height: 2.5;
  }
}
.mission-main img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1240px) {
  .mission-main img {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .mission-main img {
    height: 200px;
  }
}

/*--------------------------------------
aging
----------------------------------------*/
.aging-page {
  padding-block: var(--lead-up-space) var(--page-down-space);
}
.aging-ttl {
  font-size: var(--font-large);
  letter-spacing: 0.2em;
}
@media all and (max-width: 1240px) {
  .aging-ttl {
    line-height: 1.6666666667;
  }
}
.aging-ttl.-space-s {
  margin-bottom: 55px;
}
@media all and (max-width: 1240px) {
  .aging-ttl.-space-s {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .aging-ttl.-space-s {
    margin-bottom: 30px;
  }
}
.aging-ttl.-space-m {
  margin-bottom: 95px;
}
@media all and (max-width: 1240px) {
  .aging-ttl.-space-m {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .aging-ttl.-space-m {
    margin-bottom: 50px;
  }
}
.aging-ttl.-space-l {
  margin-bottom: 155px;
}
@media all and (max-width: 1240px) {
  .aging-ttl.-space-l {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .aging-ttl.-space-l {
    margin-bottom: 65px;
  }
}
.aging-lead {
  max-width: 1000px;
  margin-bottom: 100px;
}
@media all and (max-width: 1240px) {
  .aging-lead {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .aging-lead {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .aging-lead p {
    line-height: 2.5;
  }
}
.aging-block {
  max-width: 1000px;
  margin-bottom: 95px;
}
@media all and (max-width: 1240px) {
  .aging-block {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .aging-block {
    line-height: 2.5;
  }
}
.aging-figure-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 700px;
}
@media all and (max-width: 1240px) {
  .aging-figure-01 {
    max-width: none;
    align-items: center;
  }
}
.aging-figure-01__img {
  margin-bottom: 15px;
  padding-right: 130px;
}
@media all and (max-width: 1240px) {
  .aging-figure-01__img {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .aging-figure-01__img {
    max-width: 250px;
  }
}
.aging-figure-01__data {
  text-align: right;
}
@media all and (max-width: 767px) {
  .aging-figure-01__data {
    text-align: left;
  }
}
.aging-figure-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 135px;
}
@media all and (max-width: 1240px) {
  .aging-figure-02 {
    margin-bottom: 110px;
  }
}
@media all and (max-width: 1240px) {
  .aging-figure-02 {
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .aging-figure-02 {
    display: block;
    margin-bottom: 90px;
  }
}
.aging-figure-02__img {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .aging-figure-02__img {
    margin-bottom: 60px;
  }
}
.aging-figure-02__row {
  display: flex;
}
@media all and (max-width: 767px) {
  .aging-figure-02__row {
    display: block;
  }
}
.aging-figure-02__row dl {
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .aging-figure-02__row dl {
    margin-bottom: 40px;
    padding: 0;
  }
  .aging-figure-02__row dl:last-child {
    margin-bottom: 0;
  }
}
.aging-figure-03 {
  margin-left: 50px;
  margin-bottom: 150px;
}
@media all and (max-width: 1240px) {
  .aging-figure-03 {
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .aging-figure-03 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.aging-data {
  line-height: 1.6;
}
.aging-data dt {
  font-size: var(--font-middle);
}
.aging-txt {
  margin-bottom: 130px;
}
@media all and (max-width: 767px) {
  .aging-txt {
    margin-bottom: 100px;
  }
}

/*--------------------------------------
doctors
----------------------------------------*/
.doctors-page {
  padding-block: var(--page-up-space) var(--page-down-space);
}
.doctors-unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .doctors-unit {
    flex-wrap: wrap;
  }
}
.doctors-unit:not(:last-child) {
  margin-bottom: 100px;
}
.doctors-unit__img {
  width: 400px;
}
@media all and (max-width: 1240px) {
  .doctors-unit__img {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .doctors-unit__img {
    width: 50%;
    margin-bottom: 35px;
  }
}
.doctors-unit__body {
  width: 600px;
  padding-bottom: 35px;
}
@media all and (max-width: 1240px) {
  .doctors-unit__body {
    width: 55%;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .doctors-unit__body {
    width: 100%;
    padding-bottom: 0;
    line-height: 2.5;
  }
}
.doctors-unit__body.-no-space {
  padding-bottom: 0;
}
.doctors-ttl {
  margin-bottom: 25px;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .doctors-ttl {
    margin-bottom: 20px;
  }
}
.doctors-ttl__job {
  display: block;
  margin-bottom: 3px;
  font-size: var(--font-small);
}
.doctors-ttl__name {
  display: block;
  font-size: var(--font-middle);
}

/*--------------------------------------
clinic
----------------------------------------*/
.clinic-lead {
  padding-block: var(--lead-up-space) var(--page-down-space);
}
.clinic-lead-ttl {
  margin-bottom: 53px;
  margin-bottom: 47px;
  font-size: var(--font-large);
  line-height: 2;
  letter-spacing: 0.12em;
}
.clinic-section {
  padding-block: var(--section-padding);
}
.clinic-ttl {
  margin-bottom: 75px;
  font-size: 4.8rem;
  line-height: 1em;
  font-family: var(--font-en);
}
@media all and (max-width: 1240px) {
  .clinic-ttl {
    margin-bottom: 50px;
    font-size: 4.2rem;
  }
}
.clinic-list {
  margin-left: 1.6em;
}
.clinic-list li {
  list-style-type: disc;
}
.clinic-data:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (max-width: 1240px) {
  .clinic-data:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*--------------------------------------
location
----------------------------------------*/
.location-lead {
  padding-block: var(--lead-up-space) var(--page-down-space);
}
.location-lead-ttl {
  margin-bottom: 55px;
  font-size: var(--font-large);
}
@media all and (max-width: 1240px) {
  .location-lead-ttl {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .location-lead-ttl {
    margin-bottom: 30px;
  }
}
.location-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.location-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location-row__img {
  width: 33%;
}
@media all and (max-width: 767px) {
  .location-row__img {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
  }
}
.location-row__cnt {
  width: 52%;
}
@media all and (max-width: 767px) {
  .location-row__cnt {
    order: 2;
    width: 100%;
  }
}
.location-ttl {
  margin-bottom: 70px;
  margin-top: -5px;
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1.1;
}
@media all and (max-width: 1240px) {
  .location-ttl {
    margin-bottom: 50px;
    font-size: 4.2rem;
  }
}
@media all and (max-width: 767px) {
  .location-ttl {
    margin-bottom: 35px;
    font-size: 3rem;
  }
}
.location-txt {
  margin-bottom: 70px;
}
@media all and (max-width: 1240px) {
  .location-txt {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .location-txt {
    margin-bottom: 35px;
  }
}

/*--------------------------------------
detail
----------------------------------------*/
.detail-page {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 120px;
}
.detail-day {
  color: #979592;
}
.detail-ttl {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .detail-ttl {
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.detail-body ul,
.detail-body dl,
.detail-body p {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .detail-body ul,
.detail-body dl,
.detail-body p {
    margin-bottom: 40px;
  }
}

/*--------------------------------------
flow
----------------------------------------*/
.flow-page {
  max-width: 1000px;
  margin-inline: auto;
  padding-block: var(--lead-up-space) var(--page-down-space);
}
@media all and (max-width: 767px) {
  .flow-page {
    padding-top: 100px;
  }
}
.flow-ttl {
  margin-bottom: 72px;
  font-size: var(--font-large);
}
@media all and (max-width: 1240px) {
  .flow-ttl {
    margin-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .flow-ttl {
    font-size: 2.4rem;
  }
}
.flow-sub {
  font-size: var(--font-middle);
  margin-bottom: 28px;
}
@media all and (max-width: 1240px) {
  .flow-sub {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .flow-sub {
    order: 1;
    margin-bottom: 40px;
  }
}
.flow-row {
  display: flex;
}
@media all and (max-width: 767px) {
  .flow-row {
    order: 3;
    flex-wrap: wrap;
  }
}
.flow-section {
  margin-bottom: 90px;
}
@media all and (max-width: 1240px) {
  .flow-section {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .flow-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .flow-section:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .flow-img {
    order: 2;
    margin-bottom: 35px;
  }
}
.flow-num {
  height: calc(1.6em + 5px);
  line-height: 1.6;
  font-size: 3rem;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 767px) {
  .flow-num {
    height: calc(1.6em + 2px);
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .flow-num:empty {
    display: none;
  }
}
.flow-num__txt {
  display: inline-block;
  width: 1.5em;
  border-bottom: 5px solid #000;
  font-weight: bold;
  line-height: inherit;
}
@media all and (max-width: 767px) {
  .flow-num__txt {
    padding-right: 5px;
    border-width: 2px;
    font-size: 2.4rem;
  }
}
.flow-data {
  padding-top: 28px;
}
@media all and (max-width: 767px) {
  .flow-data {
    padding-top: 5px;
    border: none;
  }
}
.flow-data__ttl, .flow-data__body {
  padding-right: 40px;
}
@media all and (max-width: 1240px) {
  .flow-data__ttl, .flow-data__body {
    padding-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .flow-data__ttl, .flow-data__body {
    padding-right: 0;
  }
}
.flow-data__ttl {
  line-height: 1.6;
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .flow-data__ttl {
    margin-bottom: 5px;
  }
}
.flow-data__body {
  font-size: var(--font-small);
  line-height: 2;
}
@media all and (max-width: 767px) {
  .flow-data__body {
    font-size: 1.2rem;
  }
}
.flow-data__body p {
  margin-bottom: 1em;
}
.flow-data__body:only-child {
  padding-top: 28px;
}
.flow-unit {
  width: 25%;
  margin-bottom: 90px;
}
@media all and (max-width: 1240px) {
  .flow-unit {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .flow-unit {
    width: 100%;
    margin-bottom: 35px;
  }
}

/*--------------------------------------
check-detail
----------------------------------------*/
.check-detail {
  padding-block: 105px 120px;
}
@media all and (max-width: 1240px) {
  .check-detail {
    padding-block: 70px 100px;
  }
}
@media all and (max-width: 767px) {
  .check-detail {
    padding-top: 100px;
  }
}
.check-detail-lead {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .check-detail-lead {
    margin-bottom: 40px;
  }
}
.check-detail-lead-ttl {
  margin-bottom: 143px;
  font-size: var(--font-large);
  letter-spacing: 0.15em;
}
@media all and (max-width: 1240px) {
  .check-detail-lead-ttl {
    margin-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-lead-ttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.check-detail-lead p {
  font-size: var(--font-middle);
}
@media all and (max-width: 767px) {
  .check-detail-lead p {
    font-size: 1.2rem;
  }
}
.check-detail-section {
  margin-top: var(--section-padding);
  margin-bottom: var(--section-padding);
}
@media all and (max-width: 1240px) {
  .check-detail-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.check-detail-ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: var(--font-large);
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.check-detail-ttl.-space-l {
  margin-bottom: 98px;
}
@media all and (max-width: 1240px) {
  .check-detail-ttl.-space-l {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-ttl.-space-l {
    margin-bottom: 50px;
  }
}
.check-detail-ttl.-space-m {
  margin-bottom: 90px;
}
@media all and (max-width: 1240px) {
  .check-detail-ttl.-space-m {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-ttl.-space-m {
    margin-bottom: 40px;
  }
}
.check-detail-ttl.-space-s {
  margin-bottom: 70px;
}
@media all and (max-width: 1240px) {
  .check-detail-ttl.-space-s {
    margin-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-ttl.-space-s {
    margin-bottom: 40px;
  }
}
.check-detail-unit {
  margin-bottom: 90px;
  padding: 45px 50px 50px 50px;
  border: 1px solid #979592;
  line-height: 1.8;
  font-size: var(--font-support);
}
@media all and (max-width: 1240px) {
  .check-detail-unit {
    margin-bottom: 70px;
    padding: 30px 40px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-unit {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.check-detail-unit:last-child {
  margin-bottom: 0;
}
.check-detail-unit__ttl {
  margin-bottom: 6px;
  color: #3184c6;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .check-detail-unit__ttl {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.check-detail-unit__body {
  line-height: 2;
}
.check-detail-unit__body p,
.check-detail-unit__body ul {
  margin-bottom: 1em;
}
.check-detail-unit ul {
  margin-left: 1.5em;
}
.check-detail-unit ul li {
  list-style-type: disc;
}
.check-detail-flow {
  margin-bottom: 120px;
}
@media all and (max-width: 1240px) {
  .check-detail-flow {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-flow {
    margin-bottom: 50px;
  }
}
.check-detail-flow-unit {
  margin-bottom: 110px;
  padding: 0 40px;
}
@media all and (max-width: 1240px) {
  .check-detail-flow-unit {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .check-detail-flow-unit {
    margin-bottom: 50px;
    padding: 0;
  }
}
.check-detail-flow-unit:last-child {
  margin-bottom: 0;
}
.check-detail-flow-unit dt {
  margin-bottom: 25px;
  color: #3184c6;
  font-size: var(--font-large);
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .check-detail-flow-unit dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
.check-detail-price {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .check-detail-price {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.check-detail-bottom {
  padding-top: var(--section-padding);
}

.check-detail {
  padding-bottom: var(--page-down-space);
}
.check-detail.-option .check-detail-lead {
  margin-bottom: 90px;
}
@media all and (max-width: 1240px) {
  .check-detail.-option .check-detail-lead {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .check-detail.-option .check-detail-lead {
    margin-bottom: 50px;
  }
}
.check-detail.-option .check-detail-section {
  margin-bottom: 0;
  padding-top: 100px;
  border-top: 1px solid #000;
}
@media all and (max-width: 1240px) {
  .check-detail.-option .check-detail-section {
    padding-top: 70px;
  }
}
.check-detail.-option .check-detail-unit {
  margin-bottom: 195px;
  padding: 28px 50px 25px 50px;
}
@media all and (max-width: 1240px) {
  .check-detail.-option .check-detail-unit {
    margin-bottom: 120px;
    padding: 25px 30px;
  }
}
@media all and (max-width: 767px) {
  .check-detail.-option .check-detail-unit {
    margin-bottom: 80px;
    padding: 20px;
  }
}
.check-detail.-option .check-detail-unit:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
schedule
----------------------------------------*/
.schedule {
  padding: 120px 0 var(--section-padding) 0;
}
@media all and (max-width: 1240px) {
  .schedule {
    padding-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .schedule {
    padding-top: 100px;
  }
}
.schedule-lead {
  margin-bottom: 47px;
  font-size: 1.8rem;
}
@media all and (max-width: 1240px) {
  .schedule-lead {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .schedule-lead {
    margin-bottom: 80px;
    line-height: 2;
  }
}
@media all and (max-width: 767px) {
  .schedule-lead {
    font-size: 1.5rem;
  }
}
.schedule-lead__ttl {
  margin-bottom: 150px;
  font-size: var(--font-large);
  line-height: 1.6;
}
@media all and (max-width: 1240px) {
  .schedule-lead__ttl {
    margin-bottom: 100px;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .schedule-lead__ttl {
    margin-bottom: 65px;
  }
}
.schedule-ttl {
  margin-bottom: 105px;
  border-bottom: 1px solid #000;
  font-size: var(--font-large);
  line-height: 2;
}
@media all and (max-width: 1240px) {
  .schedule-ttl {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .schedule-ttl {
    margin-bottom: 50px;
    padding-bottom: 5px;
    font-size: 2.4rem;
  }
}
.schedule-step {
  position: relative;
  padding-bottom: 65px;
}
@media all and (max-width: 1240px) {
  .schedule-step {
    padding-bottom: 50px;
  }
}
.schedule-step:last-child {
  padding-bottom: 0;
}
.schedule-step:before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 0;
  height: 100%;
  border-left: 1px solid #e1e1e1;
}
.schedule-step:last-child:before {
  content: none;
}
.schedule-step-ttl {
  display: flex;
}
.schedule-step-ttl__num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border: 3px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  color: #626262;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .schedule-step-ttl__num {
    width: 85px;
    height: 85px;
    margin-right: 30px;
  }
}
.schedule-step-ttl__txt {
  width: calc(100% - 110px);
  padding-top: 25px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .schedule-step-ttl__txt {
    width: calc(100% - 120px);
    margin-bottom: 30 px;
    padding-top: 30px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.schedule-step-body {
  padding-left: 110px;
}
@media all and (max-width: 767px) {
  .schedule-step-body {
    position: relative;
    top: -10px;
    padding-left: 120px;
  }
}
.schedule-step-body ul {
  margin-top: 2em;
}




/*--------------------------------------
bl_topMenu
----------------------------------------*/

.bl_topMenu {
  width: fit-content;
  margin-inline: auto;
  margin-top: 100px;
  padding: 0 20px;
}
.bl_topMenu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.bl_topMenu_link {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  transition: 0.3s;
}

.bl_topMenu_link:hover {
  background-color: #fff;
  color: #000;
}


@media screen and (max-width: 600px) {
.bl_topMenu {
  margin-top: 70px;
}
.bl_topMenu_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.bl_topMenu_link {
  column-gap: 5px;
  padding: 15px 7px;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
}