@charset "UTF-8";


/*------------------------------------------

CP Setting

------------------------------------------*/

:root {
  /*----------------
   Page Base Setting
  ---------------*/

  --ff-default: "Inter", "Noto Sans JP", "Yu Gothic", sans-serif;
  --fc-default: #343535;

  --font-size-default: 1.7rem;
  --font-weight-normal: 400;
  --font-weight-bold: 600;

  --line-height-default: 2;

  --width-content: 1080px;

  --width-top-content: 1280px;

  --page-content-width: 1040px;

  --width-tab: 768px;
  --width-mobile: 560px;

  --height-header: 144px;

  --main-visual-width: 1600px;

  --width-footer: var(--width-tab);


  /*----------------
   Color Setting
  ---------------*/

  --color-main: #00a669;
  --color-main-d: #009961;
  --color-main-l: #eefced;

  --color-secondary: #6fd56d;

  --color-main-hover: var(--color-main-l);

  --color-page-bg: #f2f5f7;
  --color-page-bg-d: #e8ecf1;

  --color-box-bg: #f2f5f7;

  --color-web-reservation: #0074D3;
  --color-line: #0CC113;

  --color-gray: #dfe3e5;
  --color-gray-d: #dee0e2;
  --color-gray-l: #f4f6f8;
  --color-gray-ll: #f6f7f8;

  --fc-link: #007CEE;
  --fc-link-hv: #f60;

  --default-line-height: 1.9;
  --default-margin: 16px 0 0;
  --color-text-black: #444;
  --color-text-gray: #666;
  --color-green: #00A040;
  --color-green-yellow: #88D709;
  --color-green-l: #EEF9FA;
  --color-green-d: #009180;
  --color-blue: #0A8EDF;
  --color-black: #111;
  --color-yellow: #fcff0f;
  --color-gold: #B29240;
  --color-line: #00C854;

  --color-border: var(--color-gray);
  --color-border-dotted: var(--color-gray-d);

  --color-border-dashed: #ccc;
  --color-border-main: #C3E3D2;

  --color-text-gray: #777;
  --color-text-red: #EB2020;

  --main-color-l: #EBFFFD;
  --main-color-ll: #f0fbfa;
  --main-color-l2: #E1F9FF;
  --main-color-d: #057331;

  --main-color-gray-l: #f3f5f7;

  --main-color-black: #222;
  --border-color: #dadada;
  --border-color-main: #C3E3D2;

  --bg-color: #f0f4f7;
  --bg-color-d: #e0e6ed;

  --link-color: #007CEE;
  --link-color-hv: #f60;
  --link-hv-bg: #F6FCFF;
  --post-fs: 1.12rem;
  --font-size-default: 1.6rem;


  /*----------------
   Module
  ---------------*/

  --top-section-margin: 80px 0 0;

  --top-clinic-info-block-margin: 24px;

  --top-section-title-fs: 2.6rem;

  --page-text-margin: 32px;

  --page-block-r: 6px;
  --page-box-padding: 24px 32px;

  --padding-page-content-side: 88px;
  --padding-box: 20px 28px;

  --btn-r: 6px;

  --width-max: 1400px;

  --page-button-height: 60px;

  --page-block-margin: 40px;
}


:root {
  --z-header: 5000;
  --z-modal: 10000;
}


@media all and (max-width: 1200px) {
:root{
  --height-header: 64px;
}
}

@media all and (max-width: 960px) {
:root {
  --top-section-title-fs: 2.3rem;
}
}


@media all and (max-width: 768px) {
:root {
  --padding-page-content-side: 24px;

  --page-text-margin: 18px;
  --page-block-r: 5px;

  --top-clinic-info-block-margin: 16px;

  --page-box-padding: 18px 16px;

  --line-height-default: 1.9;


  --default-font-size: 0.93rem;
  --default-margin: 12px 0 0;
  --post-fs: 0.96rem;
  --font-size-default: 1.5rem;
  --top-section-margin: 24px 0 0;


  --padding-box: 14px;


  --page-block-margin: 24px;

  --page-button-height: 52px;

  --top-section-title-fs: 2.1rem;

}
}

@media all and (max-width: 640px) {
:root{
  --padding-page-content-side: 16px;
}
}


/*----------------
 Animation Setting
---------------*/

:root{
  --animation-duration: .2s;
  --opacity-hv: .75;
}



/*------------------------------------------

 Base Setting

------------------------------------------*/



html {
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  color: var(--fc-default);
  font-family: var(--ff-default);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-default);
  letter-spacing: 0.02em;
  text-align: left;
  background: var(--color-page-bg);
}

body.--drawer-open {
  height: 100vh;
  position: fixed;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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


ul, ol, li{
  list-style: none;
}

a{ cursor: pointer; }

b, strong{
  font-weight: 600;
}


br { line-height: inherit; }

img, picture, iframe, textarea{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

button{ display: block; }


.pc-none{ display: none; }

@media all and (max-width: 768px) {
  .pc-none { display: block }
  .pc-none.pc-none--flex{ display: flex; }
  .sp-none { display: none; }
}

input[type=text],
input[type=button],
input[type=email],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/*------------------------------------------

Header

------------------------------------------*/

.g-header {
  width: 100%;
  height: var(--height-header);
  background: #fff;
  position: relative;
  z-index: var(--z-header);
}

.g-header__inner {
  width: var(--width-max);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-header .site-name {
  width: 440px;
  margin: -10px 0 0;
  display: flex;
  align-items: center;
}

.g-header .site-name img {
  width: 100%;
  height: auto;
  display: block;
}

.g-header .site-name a {
  transition: 0.2s;
}

.g-header .site-name a:hover {
  opacity: 0.85;
}

.g-header__nav{
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;;
  align-items: flex-end;
}


/*------------------------------------------
 Header / Utility Navigation
------------------------------------------*/

.u-nav{
  display: flex;
}

.u-nav ul{
  height: 64px;
  display: flex;
  align-items: center;
}

.u-nav ul li{
  color: var(--color-text-gray);
  font-size: 1.45rem;
  position: relative;
}

.u-nav ul li:not(:first-child){
  margin-left: 18px;
  padding-left: 18px;
}

.u-nav ul li:not(:first-child):before{
  width: 1px;
  height: 20px;
  background: #bbb;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.u-nav ul a:hover{
  text-decoration: underline;
}


/*------------------------------------------
 Header / Tel
------------------------------------------*/

.header-tel{
  height: 68px;
  margin: 0 0 0 20px;
  padding: 0 24px;
  background: var(--color-page-bg);
  border-radius:  0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-tel__item{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header-tel__item:not(:first-child){
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px dashed #D4D9DA;
}

.header-tel__title{
  margin: 2px 0 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}

.header-tel__num{
  margin: 1px 0 0;
  line-height: 1.6;
}

.header-tel__num a{
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: 500;
}


/*------------------------------------------
 Header / Global Navigation
------------------------------------------*/

.g-nav{
  display: flex;
  align-items: center;
}

.g-nav ul{
  display: flex;
  gap: 8px;
}

.g-nav__default > li > a{
  height: 64px;
  padding: 0 10px 12px;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-duration);
  position: relative;
  overflow: hidden;
}

.g-nav__default > li > a:hover{
  color: var(--color-main);
}

.g-nav .--after-hours-care{
  color: #ee1818;
  font-weight: 600;
  position: relative;
}

.g-nav .--after-hours-care a{
  padding: 12px 0 12px 28px;
}

.g-nav .--after-hours-care a:before{
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 1rem;
  background: #ee1818;
  border-radius: 100%;
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.g-nav__has-sub {
  position: relative;
}

.g-nav__has-sub > a:after {
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  background: url(../img/arrow-s.svg) no-repeat;
  background-size: 12px 12px;
  content: "";
  display: block;
  transition: var(--animation-duration);
  transform: rotate(90deg);
}

.g-nav__has-sub:hover > a {
  color: var(--color-main);
}

.g-nav__has-sub:hover > a:after {
  transform: rotate(-90deg);
}

.g-nav__sub {
  width: 280px;
  height: 0;
  padding: 12px 0 0;
  top: 70px;
  z-index: 100;
  transition: 0.2s;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.g-nav__sub.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  top: 60px;
}

.g-nav__sub.columun2 {
  width: 520px;
}

.g-nav__sub.columun2 ul {
  display: flex;
  flex-wrap: wrap;
}

.g-nav__sub.columun2 ul li {
  width: calc(50% - 16px);
}

.g-nav__sub.columun2 ul li:nth-child(even) {
  margin-left: 16px;
}
.g-nav__sub.columun2 ul li:last-child {
  border-bottom: 1px dotted var(--color-border-dashed);
}

.g-nav__sub ul {
  display: block;
}

.g-nav__sub li {
  border-bottom: 1px dotted var(--color-border-dashed);
}

.g-nav__sub a {
  padding: 12px 2px;
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
  position: relative;
}

.g-nav__sub a:after {
  width: 12px;
  height: 12px;
  background: url(../img/arrow-s.svg);
  background-size: 12px 12px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.g-nav__sub a:hover {
  color: var(--color-main);
}

.g-nav__sub a:hover:after {
  transform: translate(3px, -50%);
}

.g-nav__sub-list {
  padding: 12px 20px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.g-nav__button{
  height: 64px;
  margin: 0 0 0 8px;
  padding: 0 0 12px;
}

.g-nav__button ul{
  gap: 12px;
}

.g-nav__button li{
  display: flex;
  align-items: center;
}

.g-nav__button a{
  width: 124px;
  height: 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-duration);
}

.g-nav__button a:hover{
  opacity: var(--opacity-hv);
}

.g-nav__button a:before{
  width: 22px;
  aspect-ratio: 1 / 1;
  margin: 0 3px 0 0;
  background-size: 100%;
  content: "";
  display: block;
}

.g-nav__button a:is(.--web-reservation  *){
  background: var(--color-web-reservation);
}

.g-nav__button a:is(.--web-reservation  *):before{
  background-image: url(../img/icon-web-reservation-white.svg);
}

.g-nav__button a:is(.--line-reservation  *){
  background: var(--color-line);
}

.g-nav__button a:is(.--line-reservation  *):before{
  background-image: url(../img/icon-line-white.svg);
  transform: translateY(-1px);
}

.sp-nav-button{
  height: 100%;
  aspect-ratio: 1 / 1;
  display: none;
  background: var(--color-main);
  border-radius:  0 0 0 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.sp-nav-button__icon{
  width: 26px;
  height: 19px;
  position: relative;
}

.sp-nav-button__icon span{
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  transition: var(--animation-duration);
}

.sp-nav-button__icon span:nth-child(1){
  top: 0;
}

.sp-nav-button__icon span:nth-child(2){
  top: 8px;
}

.sp-nav-button__icon span:nth-child(3){
  top: 16px;
}

.sp-nav-button.--open span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.sp-nav-button.--open span:nth-child(2){
  opacity: 0;
  transform: translateX(-4px);
}

.sp-nav-button.--open span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}

.sp-nav-button__label{
  margin: 5px 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}



@media all and (max-width: 1400px) {
  .g-header__inner{
    width: 100%;
    padding: 0 24px;
  }

  .g-header .site-name{
    max-width: 320px;
    margin-right: 2%;
    flex: 1;
  }

  .g-nav__default > li > a{
    padding: 0 6px 14px;
    font-size: 1.4rem;
  }

  .u-nav__clinic-label{
    padding: 0 4px;
    font-size: 1.3rem;
  }
}

@media all and (max-width: 1200px) {
  .g-header__inner{
    padding: 0 0 0 24px;
  }

  .g-header__nav{
    display: none;
  }

  .g-header{
    position: sticky;
    top: 0;
    z-index: var(--z-header);
  }

  .g-header .site-name{
    width: 260px;
    margin: -5px 0 0;
    flex: initial;
  }

  .sp-nav-button{
    display: flex;
  }
}


@media all and (max-width: 1000px) {
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
  }

  .g-header__inner {
    padding: 0 0 0 10px;
  }

  .header-tel{
    padding: 0 16px;
  }

  .header-tel__title{
    font-size: 1.2rem;
  }

  .header-tel__num a{
    font-size: 2.1rem;
  }
}


@media all and (max-width: 768px) {
  .g-header .site-name{
    width: 260px;
  }

  .sp-nav-button__label{
    margin: 6px 0;
    font-size: 1rem;
  }
}


/*------------------------------------------

SP Nav

------------------------------------------*/

.drawer-nav{
  height: 0;
  width: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.94);
  visibility: hidden;
  z-index: -10;
  transition: var(--animation-duration);
  overflow: hidden;
}

.drawer-nav.--open{
  height: calc(100% - var(--height-header));
  border-top: 1px solid var(--color-border);
  opacity: 1;
  visibility: visible;
  z-index: var(--z-modal);
  position: fixed;
  top: var(--height-header);
}

.drawer-nav__inner{
  height: 100%;
  padding: 16px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.drawer-tel{
  padding: 14px 10px 10px;
  background: var(--color-page-bg);
  border-radius: 6px;
}

.drawer-tel__section{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drawer-tel__section:not(:first-child){
  margin-top: 8px;
}

.drawer-tel__title{
  width: 100%;
  height: 20px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  background: var(--color-main);
}

.drawer-tel__num{
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 500;
}

.drawer-web-reservation{
  margin-top: 16px;
}

.drawer-web-reservation ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.drawer-web-reservation a{
  height: 44px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.drawer-web-reservation a:before{
  width: 22px;
  aspect-ratio: 1 / 1;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
}

.drawer-web-reservation a:is(.--web *){
  background: var(--color-web-reservation);
}

.drawer-web-reservation a:is(.--web *):before{
  background-image: url(../img/icon-web-reservation-white.svg);
}

.drawer-web-reservation a:is(.--line *){
  background: var(--color-line);
}

.drawer-web-reservation a:is(.--line *):before{
  background-image: url(../img/icon-line-white.svg);
}

.drawer-nav__nav-list{
  margin-top: 20px;
}

.drawer-nav__nav-list > ul > li{
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border);
}

.drawer-nav__nav-list li a{
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}

.drawer-nav__nav-list li a:hover{
  color: var(--color-main);
}

.drawer-nav__nav-list > ul > li > a:after{
  width: 14px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.drawer-nav__nav-list > ul > li:not(:first-child){
  margin-top: 2px;
}

.drawer-nav .nav-list__sub-nav{
  padding-bottom: 8px;
}

.drawer-nav .nav-list__sub-nav ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 2px;
}

.drawer-nav .nav-list__sub-nav ul li{
  font-size: 1.3rem;
  font-weight: 400;
}

.drawer-nav .nav-list__sub-nav ul li a{
  height: 36px;
  padding: 0 0 0 14px;
}

.drawer-nav .nav-list__sub-nav ul li a:before{
  width: 5px;
  height: 5px;
  background: var(--color-main);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 2px;
}


@media all and (max-width: 960px) {
  .sp-nav {
    height: 100%;
    display: block;
  }
}



/*------------------------------------------

 Contents Common Module

------------------------------------------*/


/*------------------------------------------
 Common / CTA
------------------------------------------*/

.clinic-cta{
  margin: 20px 0 0;
  padding: 20px;
  background: var(--bg-color);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clinic-cta__tel{
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.clinic-cta__tel-num{
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.clinic-cta__tel-num a{
  margin: -2px 0 0 2px;
  font-size: 2.6rem;
}

.section--kamio .clinic-cta__tel-num,
.section--kamio .clinic-cta__tel-num a{
  color: var(--color-kamio-main);
}

.section--okegawa .clinic-cta__tel-num,
.section--okegawa .clinic-cta__tel-num a{
  color: var(--color-okegawa-main);
}

.clinic-cta__close{
  color: #777;
  font-size: 1.4rem;
  line-height: 1.4;
}

.clinic-cta__web-reserve{
  margin: 0 0 0 20px;
  padding: 12px 0 12px 20px;
  border-left: 1px solid var(--bg-color-d);
}

.clinic-cta__web-reserve a{
  width: 144px;
  height: 56px;
  color: #777;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--page-block-r);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity var(--animation-delay);
}

.clinic-cta__web-reserve a:hover{
  color: #fff;
}

.section--kamio .clinic-cta__web-reserve a:hover{
  background: var(--color-kamio-main);
}

.section--okegawa .clinic-cta__web-reserve a:hover{
  background: var(--color-okegawa-main);
}


@media all and (max-width: 1040px) {
  .clinic-cta{
    padding: 20px 16px;
  }
  
  .clinic-cta__tel-num{
    font-size: 1.5rem;
  }
  
  .clinic-cta__tel-num a{
    margin: -1px 0 0 2px;
    font-size: 2.2rem;
  }
  
  .clinic-cta__close{
    font-size: 1.2rem;
  }
  
  .clinic-cta__web-reserve{
    margin: 0 0 0 14px;
    padding: 0 0 0 14px;
  }
  
  .clinic-cta__web-reserve a{
    width: 104px;
    height: 48px;
    font-size: 1.4rem;
  }
}


@media all and (max-width: 768px) {
  .clinic-cta{
    margin: 16px 0 0;
    padding: 14px 12px 14px 0;
  }

  .clinic-cta__tel-num{
    margin: -2px 0 0;
    font-size: 1.35rem;
  }

  .clinic-cta__tel-num a{
    height: 40px;
    margin: -1px 0 0 2px;
    font-size: 2.15rem;
  }

  .clinic-cta__web-reserve{
    margin: 0;
    padding: 8px 0 8px 12px;
  }

  .clinic-cta__web-reserve a{
    width: 88px;
    font-size: 1.3rem;
  }
}



/*------------------------------------------
 Common / Weekly Table
------------------------------------------*/

.weekly-schedule-table table{
  width: 100%;
  table-layout: fixed;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.weekly-schedule-table__time-column{
  width: 200px;
}

.weekly-schedule-table thead th,
.weekly-schedule-table thead td{
  height: 44px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: var(--color-kamio-main);
}

.weekly-schedule-table.table--kamio-color thead th{
  background: var(--color-kamio-main);
}

.weekly-schedule-table tbody th{
  height: 64px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}

.weekly-schedule-table tbody td{
  height: 64px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}

.weekly-schedule-table tbody td:last-child{
  border-right: 1px solid var(--color-border);
}

.weekly-schedule-table tbody td span{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
}

.weekly-schedule-table span:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.weekly-schedule-table span.--open:before{
  width: 20px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-kamio-main);
  border-radius: 100%;
}

.weekly-schedule-table span.--close:before{
  width: 16px;
  height: 1px;
  background: #999;

}

.weekly-schedule-table .weekly-schedule-table__notes{
  margin: 20px 0 0;
  font-size: 1.6rem;
  font-weight: 600;
}

/*---- Okegawa ----*/

.table--okegawa-color thead td{
  background-color: var(--color-okegawa-main);
}

.table--okegawa-color span.--open:before{
  border-color: var(--color-okegawa-main);
}


/*------------------------------------------
 Common / Support Clinic
------------------------------------------*/

.support-clinic{
  margin: 0 0 44px;
  padding: 4px 4px;
  border: 2px solid var(--color-gray);
  border-radius: var(--page-block-r);
  display: flex;
  align-items: center;
}

.support-clinic .support-clinic__find{
  min-height: 56px;
  margin: 0 16px 0 0;
  padding: 0 28px;
  background: var(--color-gray-l);
  display: flex;
  align-items: center;
  border-radius: 3px 0 0 3px;
}

.support-clinic .support-clinic__find p{
  margin: 0;
  font-size: 1.65rem;
  font-weight: 600;
}

.support-clinic__list{
  display: flex;
  align-items: center;
}

.support-clinic__list{
  margin: 0;
}

.support-clinic__list li{
  height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.support-clinic__list .support-clinic__list--kamio{
  background: var(--color-kamio-main);
}

.support-clinic__list .support-clinic__list--okegawa{
  background: var(--color-okegawa-main);
}

.support-clinic__list li:not(:first-child){
  margin-left: 8px;
}


@media all and (max-width: 768px) {
  .weekly-schedule-table thead td{
    height: 32px;
    font-size: 1.2rem;
  }

  .weekly-schedule-table__time-column{
    width: 88px;
  }

  .weekly-schedule-table tbody th{
    height: 60px;
    font-size: 1.2rem;
  }

  .weekly-schedule-table tbody span{
    display: inline-block;
    transform: scale(0.96, 1);
  }

  .weekly-schedule-table tbody span span{
    margin: 0 -1px;
    transform: scale(0.86, 1);
  }

  .weekly-schedule-table tbody td{
    height: 60px;
  }

  .weekly-schedule-table span.--open:before{
    width: 16px;
  }

  .weekly-schedule-table span.--close:before{
    width: 14px;
  }

  .weekly-schedule-table .weekly-schedule-table__notes{
    margin: 12px 0 0;
    font-size: 1.3rem;
  }


  .support-clinic{
    margin: 0 0 28px;
    padding: 3px;
  }

  .support-clinic .support-clinic__find{
    min-height: 48px;
    margin: 0 16px 0 0;
    padding: 0 12px;
  }

  .support-clinic .support-clinic__find p{
    font-size: 1.4rem;
  }

  .support-clinic__list li{
    height: 32px;
    padding: 0 16px;
    font-size: 1.5rem;
  }

  .support-clinic__list li:not(:first-child){
    margin-left: 6px;
  }
}



/*------------------------------------------

Top - Main Visual

------------------------------------------*/

.top-main-visual{
  padding: 12px 28px 0;
  background: #fff;
  position: relative;
}

.swiper{
  height: 100%;
}

.top-main-visual__inner{
  width: 100%;
  height: 640px;
  max-width: var(--main-visual-width);
  margin: 0 auto;
}

.top-main-visual__item{
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.top-main-visual .swiper-slide[class*=-active] .top-main-visual__item img{
  transform: scale(1.05);
  transition-delay: 0s;
}

.top-main-visual__item img{
  width: 100%;
  height: 100%;
  transition: 7s 1s ease-out;
  object-fit: cover;
  object-position: center center;
}

.top-main-visual__catch{
  width: var(--main-visual-width);
  padding: 0 0 0 64px;
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 100;
  transform: translateX(-50%);
}

.top-main-visual__catch-inner{
  width: fit-content;
  padding: 20px 28px;
  overflow: hidden;
  position: relative;
}

.top-main-visual__catch-inner:before{
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  content: "";
  display: block;
  transform: translate(0, 100%);
  animation: mvCatchFade .4s .4s ease forwards;
  position: absolute;
  top: 0;
  left: 0;
}

.top-main-visual__catch-inner p{
  color: var(--color-main);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.6;
  transform: translate(0, 20px);
  animation: mvCatchFade .5s .8s ease forwards;
  opacity: 0;
}

.top-main-visual__catch-inner p:last-child{
  animation-delay: 1s;
}

.top-main-visual__catch-inner p span{
  color: var(--fc-default);
  font-size: 90%;
}

@keyframes mvCatchFade {
  0% {
    
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.top-main-visual__pagination{
  width: var(--main-visual-width);
  height: 60px;
  padding: 0 36px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.top-main-visual .swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  background: none !important;
  border: 1px solid #fff;
  opacity: 1 !important;
}

.top-main-visual .swiper-pagination{
  width: fit-content; !important;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: static !important;
  gap: 16px;
}

.top-main-visual .swiper-pagination-bullet-active{
  background: #fff !important;
}


@media all and (max-width: 1600px) {
  .top-main-visual__catch{
    width: 100%;
    padding: 0 0 0 56px;
  }

  .top-main-visual__catch-inner{
    padding: 20px 20px;
  }

  .top-main-visual__catch-inner p{
    font-size: 2.6rem;
  }

  .top-main-visual__pagination{
    width: 100%;
    padding: 0 64px 0 0;
  }

}


@media all and (max-width: 768px) {
  .top-main-visual{
    margin-top: var(--height-header);
    padding: 16px 16px 0;
  }

  .top-main-visual__catch{
    padding: 0 0 0 36px;
    bottom: 20px;
  }

  .top-main-visual__catch-inner{
    padding: 16px 20px;
  }

  .top-main-visual__catch-inner p{
    font-size: 2.2rem;
  }

  .top-main-visual__pagination{
    height: 56px;
    padding: 0 36px 0 0;
  }

  .top-main-visual .swiper-pagination{
    gap: 14px;
  }
}


@media all and (max-width: 480px) {
  .top-main-visual__inner{
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .top-main-visual{
    padding: 4px 12px 0;
  }

  .top-main-visual__catch{
    padding: 0 0 0 24px;
  }

  .top-main-visual__catch-inner{
    padding: 14px 12px;
  }

  .top-main-visual__catch-inner p{
    font-size: 1.85rem;
  }

  .top-main-visual__pagination{
    height: 36px;
    padding: 0;
    bottom: -36px;
    justify-content: center;
  }

  .top-main-visual .swiper-pagination{
    gap: 10px;
  }

  .top-main-visual .swiper-pagination-bullets{
    width: fit-content !important;
  }

  .top-main-visual .swiper-pagination-bullet{
    height: 4px !important;
    width: 20px !important;
    border: 1px solid var(--color-main) !important;
    border-radius: 0 !important;
  }

  .top-main-visual .swiper-pagination-bullet-active{
    background: var(--color-main) !important;
  }
}



/*------------------------------------------

Top

------------------------------------------*/

.top-section-title {
  line-height: 1.5;
  font-size: var(--top-section-title-fs);
  font-weight: 600;
  position: relative;
}

.top-section-title--center{
  text-align: center;
}

.top-section-title__en-title {
  line-height: 1;
  margin: 0 0 12px 0;
  color: var(--color-main);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  display: block;
}

.top-section__overview{
  margin: 16px 0 0;
  text-align: center;
}


@media all and (max-width: 768px) {
  .top-section-title {
    text-align: center;
  }

  .top-section-title__en-title {
    margin: 0 0 8px 0;
    font-size: 1.3rem;
  }

  .top-section__overview{
    margin: 16px 0 0;
  }

  .top-section__overview p{
    font-size: 1.4rem;
  }
}



/*---------------------------------

 Top - Treatment

---------------------------------*/

.top-treatment{
  background: #fff;
}

.top-treatment__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 96px 0;
}

.top-treatment-list{
  margin: 28px 0 0;
}

.top-treatment-list ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.top-treatment-list a{
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.top-treatment-list__text{
  width: 90%;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 5;
}

.top-treatment-list__text:after{
  width: 48px;
  height: 100%;
  background: url(../img/arrow-s.svg) no-repeat;
  background-size: 13px;
  background-position: center;
  border-left: 1px solid var(--color-border);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--animation-duration);
}

.top-treatment-list__text:is(a:hover *):after{
  background-position: 20px center;
}

.top-treatment-list__en{
  margin: 2px 0;
  color: var(--color-main);
  font-size: 1.2rem;
  line-height: 1.5;
}

.top-treatment-list__title{
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.5;
  transition: var(--animation-duration);
}

.top-treatment-list__title:is(a:hover *){
  color: var(--color-main);
  letter-spacing: .08em;
}

.top-treatment-list__image{
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.top-treatment-list__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--animation-duration);
}

.top-treatment-list__image img:is(a:hover *){
  transform: scale(1.08);
}


@media all and (max-width: 1200px) {
  .top-treatment__inner{
    width: 100%;
    padding: 96px 28px;
  }

  .top-treatment-list ul{
    gap: 20px;
  }

  .top-treatment-list__text{
    padding: 6px 12px;
  }

  .top-treatment-list__text:after{
    width: 40px;
  }

  .top-treatment-list__text:is(a:hover *):after{
    background-position: 16px center;
  }

  .top-treatment-list__title{
    font-size: 1.7rem;
  }
}


@media all and (max-width: 800px) {
  .top-treatment__inner{
    padding: 40px 18px;
  }

  .top-treatment-list ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .top-treatment-list a{
    aspect-ratio: 3 / 2;
  }

  .top-treatment-list__text{
    width: 95%;
    padding: 6px 10px;
  }

  .top-treatment-list__text:after{
    width: 36px;
  }

  .top-treatment-list__text:is(a:hover *):after{
    background-position: 14px center;
  }

  .top-treatment-list__en{
    margin: 3px 0 2px;
    font-size: 1.1rem;
  }

  .top-treatment-list__title{
    font-size: 1.6rem;
  }
}


@media all and (max-width: 480px) {
  .top-treatment:is(.top-main-visual + *){
    padding-top: 20px;
  }

  .top-treatment-list{
    margin: 24px -8px 0;
  }

  .top-treatment-list ul{
    gap: 10px;
  }

  .top-treatment-list a{
    border-radius: 6px;
  }

  .top-treatment-list__text:after{
    display: none;
  }

  .top-treatment-list__text:is(a:hover *):after{
    background-position: 16px center;
  }

  .top-treatment-list__title{
    font-size: 1.5rem;
  }
}



/*------------------------------------------

Top - Service

------------------------------------------*/

.top-service{
  background: var(--color-page-bg-d);
}

.top-service__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 80px 0;
}

.top-service__body{
  margin-top: 12px;
}

.top-service__body p{
  font-size: 1.6rem;
  text-align: center;
}

.top-service__list{
  margin: 24px 0 0;
}

.top-service__list ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.top-service__list.swiper-initialized{
  margin-right: -18px;
  overflow: hidden;
}

.top-service__list.swiper-initialized ul{
  display: flex;
  align-items: stretch;
  gap: 0;
}

.top-service__list.swiper-initialized ul li{
  height: initial;
}

.top-service__list li{
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.top-service__item-inner{
  height: 100%;
  padding: 10px;
  display: block;
}

a.top-service__item-inner{
  position: relative;
  transition: var(--animation-duration);
}

a.top-service__item-inner:after{
  width: 26px;
  aspect-ratio: 1 / 1;
  background-color: var(--color-main);
  background-image: url(../img/arrow-normal-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  border-radius: 5px 0 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: var(--animation-duration);
}

a.top-service__item-inner:hover{
  background: var(--color-main-hover);
}

a.top-service__item-inner:hover img{
  transform: scale(1.08);
}

a.top-service__item-inner:hover .top-service__item-title{
  color: var(--color-main);
  background: var(--color-main-hover);
}

.top-service__item-thumb{
  width: 100%;
  overflow: hidden;
}

.top-service__item-thumb img{
  width: 100%;
  height: auto;
  transition: var(--animation-duration);
}

.top-service__item-title{
  width: fit-content;
  padding: 10px 20px 10px 18px;
  font-size: 1.7rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  background: #fff;
  border-radius: 0 6px 0 0;
  margin-top: -28px;
  position: relative;
  z-index: 10;
  transition: var(--animation-duration);
}

.top-service__item-title:before{
  height: calc(100% - 24px);
  width: 5px;
  background: linear-gradient(to bottom, var(--color-main) 0%, var(--color-main) 50%, var(--color-main-d) 50%, var(--color-main-d) 100%);
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
}

.top-service__description p{
  padding: 0 4px 4px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.top-service .swiper-service-pagination{
  height: 3px !important;
  margin: 20px 0 0;
  position: relative;
  background: rgba(0, 0, 0, .12) !important;
  border-radius: 2px;
  overflow: hidden;
  display: none;
}

.top-service .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: var(--color-main) !important;
}


@media all and (max-width: 1200px) {
  .top-service__inner{
    width: 100%;
    padding: 96px 28px;
  }

  .top-service__list ul{
    grid-template-columns: repeat(3, 1fr);
  }
}


@media all and (max-width: 800px) {
  .top-service__inner{
    padding: 40px 18px;
  }

  .top-service__list{
    margin: 20px 0 0;
  }

  .top-service__list ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .top-service__item-title{
    font-size: 1.65rem;
  }

  .top-service__description p{
    padding: 0 2px 4px;
    font-size: 1.25rem;
    line-height: 1.65;
  }
}

@media all and (max-width: 768px) {
  .top-service__item-title{
    margin-top: 0;
  }

  .top-service__item-title:before{
    width: 4px;
    left: 3px;
  }

  .top-service .swiper-service-pagination{
    display: block;
  }
}


@media all and (max-width: 480px) {
  .top-service__list{
    margin: 20px -8px 0;
  }

  .top-service__list ul{
    gap: 10px;
  }

  .top-service__item-inner{
    padding: 0 8px 8px;
    position: relative;
  }

  .top-service__item-thumb{
    margin: 0 -8px;
    width: calc(100% + 16px);
  }

  .top-service__item-title{
    margin: 0 0 -3px;
    padding: 10px 0 10px 16px;
    font-size: 1.5rem;
  }

  .top-service__item-title .--parenthesis{
    margin-top: -1px !important;
    margin-left: -0.6em !important;
    display: block !important;
  }

  .top-service__description p{
    font-size: 1.1rem;
  }
}



/*------------------------------------------

Top - About

------------------------------------------*/

.top-about {
  width: 100%;
  background: #fff;
  position: relative;
}

.top-about__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 112px 0 200px;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 64px;
}

.top-about__en-title{
  color: var(--color-gray);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.top-about__catch{
  width: fit-content;
  margin: 4px 0 0;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.6;
  background: linear-gradient(to right, var(--color-secondary), var(--color-main));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-about__body{
  margin: 16px 0 0;
}

.top-about__body p{
  font-size: 1.6rem;
}

.top-about__link-list{
  margin: 16px 0 0;
}

.top-about__link-list ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 16px;
}

.top-about__link-list li{
  border-bottom: 1px solid var(--color-border);
}

.top-about__link-list a{
  width: 100%;
  height: 60px;
  font-size: 1.55rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.top-about__link-list a:after{
  width: 14px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.top-about__link-list a:hover{
  color: var(--color-main);
}

.top-about__link-list a:hover:after{
  transform: translate(3px, -50%);
}

.top-about__cfc{
  margin: 40px 0 0;
}

.top-about__cfc > p{
  font-size: 1.6rem;
}

.top-about__cfc-banner{
  margin: 24px 0 0;
}

.top-about__cfc-banner a{
  padding: 3px;
  border: 2px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .2s;
}

.top-about__cfc-banner a:hover{
  border-color: var(--color-main);
  opacity: .75;
}

.top-cfc-banner__text{
  height: 100%;
  padding: 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-cfc-banner__text .--en-title{
  color: var(--color-secondary);
  font-size: 1.4rem;
  font-weight: 500;
}

.top-cfc-banner__text p{
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}

.top-cfc-banner__text p:is(.--en-title + *){
  margin-top: 6px;
}

.top-about__cfc-banner a img{
  width: 220px;
}


.top-about__image-wrapper{
  padding: 112px 0;
}

.top-about__image{
  height: 100%;
  position: relative;
}

.top-about__image .image-item{
  position: absolute;
  opacity: 0;
  filter: blur(16px);
  -webkit-filter: blur(16px);
  transform: translateY(10px);
}

.top-about__image .image-item--01{
  width: 72%;
  top: -10%;
  right: 0px;
  z-index: 1;
}

.top-about__image .image-item--02{
  width: 50%;
  left: 10%;
  top: 56%;
  z-index: 2;
}

.top-about__image .image-item--03{
  width: 36%;
  z-index: 3;
  bottom: -38%;
  right: 15%;
}

.top-about__image .image-item.element-appear{
  animation-name: elementFadeIn;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.image-item--01.element-appear{
  animation-delay: .3s;
}

.image-item--02.element-appear{
  animation-delay: .5s;
}

.image-item--03.element-appear{
  animation-delay: .7s;
}

@keyframes elementFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(16px);
    -webkit-filter: blur(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}


@media all and (max-width: 1200px) {
  .top-about__inner{
    width: 100%;
    padding: 96px 28px 140px;
    grid-template-columns: 40% 1fr;
    gap: 20px;
  }

  .top-about__catch{
    font-size: 2.4rem;
  }

  .top-about__body p{
    font-size: 1.5rem;
  }

  .top-about__body p br.sp-none{
    display: none;
  }

  .top-about__link-list{
    margin: 12px 0 0;
  }

  .top-about__link-list ul{
    column-gap: 14px;
    row-gap: 4px;
  }

  .top-about__link-list a{
    font-size: 1.4rem;
  }

  .top-about__cfc > p{
    font-size: 1.5rem;
  }

  .top-cfc-banner__text{
    padding: 10px 12px;
  }

  .top-cfc-banner__text p{
    font-size: 1.7rem;
  }

  .top-cfc-banner__text p:is(.--en-title + *){
    margin-top: 2px;
  }

  .top-cfc-banner__text .--en-title{
    font-size: 1.2rem;
  }

  .top-about__cfc-banner a img{
    width: 160px;
  }

  .top-about__image-wrapper{
    padding: 180px 0;
  }
}


@media all and (max-width: 880px) {
  .top-about__inner{
    width: 100%;
    padding: 64px 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .top-about__catch{
    font-size: 2.1rem;
  }

  .top-about__cfc{
    margin: 24px 0 0;
  }

  .top-about__cfc-banner{
    margin: 20px 0 0;
  }

  .top-about__cfc-banner a img{
    width: 40%;
    min-width: 200px;
  }

  .top-about__image-wrapper{
    padding: 0;
  }

  .top-about__image{
    margin: 0 0 -30%;
  }

  .top-about__image .image-item{
    position: relative;
  }

  .top-about__image .image-item:after{
    content: "";
    display: block;
    clear: both;
  }

  .top-about__image .image-item--01{
    top: 0%;
    float: right;
  }

  .top-about__image .image-item--02{
    top: -12%;
    left: 3%;
  }

  .top-about__image .image-item--03{
    width: 40%;
    top: -18%;
    left: 40%;
    bottom: initial;
    right: initial;
  }
}


@media all and (max-width: 768px) {
  .top-about__en-title{
    font-size: 1.35rem;
  }

  .top-about__catch{
    font-size: 2.3rem;
  }
}

@media all and (max-width: 480px) {
  .top-about__cfc-banner a img{
    width: 172px;
    min-width: initial;
  }
}



/*---------------------------------

 Top - Guideline

---------------------------------*/

.top-guideline{
  
}

.top-guideline__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 104px 0;
}

.top-guideline__body{
  margin: 32px 0 0;
  padding: 56px 72px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.top-guideline-section__title{
  padding: 0 0 6px 24px;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}

.top-guideline-section__title:before{
  width: 10px;
  aspect-ratio: 1 / 1;
  background: var(--color-secondary);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(calc(-50% - 4px));
}

.top-guideline-section__body{
  margin: 22px 0 0;
}

.top-guideline-section__body p + p{
  margin-top: 14px;
}

.top-guideline-section__body p a{
  color: var(--link-color);
  font-weight: 600;
}

.top-guideline-section__body p a:hover{
  color: var(--link-color-hv);
}

.top-guideline-time{
  margin: 20px 0;
}

.top-guideline-time table{
  width: 100%;
  border-top: 1px solid var(--color-border);
}

.top-guideline-time table th{
  width: 150px;
  padding: 12px 0;
  font-size: 1.45rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: var(--color-page-bg);
  border-bottom: 1px solid var(--color-border);
}

.top-guideline-time table td{
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-border);
}


.top-guideline-tel{
  margin: 20px 0 0;
  padding: 16px 0 ;
  background: var(--color-page-bg);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.top-guideline-tel__column{
  padding: 0 16px;
}

.top-guideline-tel__column:not(:first-child){
  border-left: 1px dashed #D4D9DA;
}

.top-guideline-tel__column-title{
  height: 22px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  background: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-guideline-tel__num{
  margin: 14px 0 0;
  color: var(--color-main);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}


.top-guideline-reservation-link{
  margin: 20px 0;
}

.top-guideline-reservation-link ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.top-guideline-reservation-link a{
  height: 56px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: var(--animation-duration);
}

.top-guideline-reservation-link a:hover{
  opacity: .75;
}

.top-guideline-reservation-link a:before{
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
}

.top-guideline-reservation-link .button--web a{
  background: var(--color-web-reservation);
}

.top-guideline-reservation-link .button--web a:before{
  background-image: url(../img/icon-web-reservation-white.svg);
}

.top-guideline-reservation-link .button--line a{
  background: var(--color-line);
}

.top-guideline-reservation-link .button--line a:before{
  background-image: url(../img/icon-line-white.svg);
}


.top-guideline__map-embed{
  margin: 20px 0 0;
}

.top-guideline__map-embed iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color-border);
  display: block;
}


.top-guideline__button-link{
  margin: 20px 0 0;
}

.top-guideline__button-link a{
  height: 56px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.top-guideline__button-link a:after{
  width: 14px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.top-guideline__button-link a:hover{
  color: var(--color-main);
  border-color: var(--color-main);
}

.top-guideline__button-link a:hover:after{
  transform: translate(3px, -50%);
}



@media all and (max-width: 1200px) {
  .top-guideline__inner{
    width: 100%;
    padding: 88px 24px;
  }

  .top-guideline__body{
    padding: 48px 28px;
    gap: 40px;
  }

  .top-guideline-time table th{
    width: 104px;
    font-size: 1.3rem;
  }

  .top-guideline-time table td{
    padding: 12px 10px;
    font-size: 1.45rem;
  }

  .top-guideline-tel{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .top-guideline-tel__column:not(:first-child){
    border: 0;
  }

  .top-guideline-reservation-link ul{
    gap: 12px;
  }

  .top-guideline-reservation-link a{
    height: 52px;
  }

  .top-guideline-section__body p{
    font-size: 1.5rem;
  }

  .top-guideline__button-link a{
    font-size: 1.4rem;
  }
}


@media all and (max-width: 768px) {
  .top-guideline__inner{
    padding: 40px 12px;
  }

  .top-guideline__body{
    margin: 20px -4px 0;
    padding: 20px 14px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 8px;
  }

  .top-guideline-section__title{
    padding: 0 0 4px 22px;
    font-size: 1.8rem;
  }

  .top-guideline-section__title:before{
    transform: translateY(calc(-50% - 3px));
  }

  .top-guideline-section__body p{
    font-size: 1.45rem;
    line-height: 1.8;
  }

  .top-guideline-tel__num{
    font-size: 2.8rem;
  }
}







/*------------------------------------------

Top - Information

------------------------------------------*/

.top-information{
  background: #fff;
}

.top-information__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 112px 0 48px;
  display: flex;
  gap: 56px;
}

.top-information__header{
  width: 220px;
}

.top-information__body{
  flex: 1;
}

.top-information__list{
  border-top: 1px solid var(--color-border);
}

.top-information__item{
  border-bottom: 1px solid var(--color-border);
  position: relative;
}

.top-information__item:after{
  width: 56px;
  height: 1px;
  background: var(--color-main);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.top-information__item a{
  width: 100%;
  height: 76px;
  padding-right: 56px;
  display: flex;
  align-items: center;
  position: relative;
}

.top-information__item a:after{
  width: 20px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-normal.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.top-information__item a:hover:after{
  transform: translate(3px, -50%);
}

.top-information__item a:hover p{
  color: var(--color-main);
}

.top-information__item time{
  width: 120px;
  color: #888;
  font-size: 1.3rem;
  text-align: center;
}

.top-information__item p{
  flex: 1;
  font-size: 1.55rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--animation-duration);
}

.top-information .more-button a{
  height: 44px;
  font-size: 1.5rem;
  background: var(--color-page-bg);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-duration);
}

.top-information .more-button a:hover{
  color: var(--color-main);
  text-decoration: underline;
}

.top-information .more-button:is(.top-information__header *){
  margin-top: 24px;
}

.top-information .more-button:is(.top-information__body *){
  display: none;
}


@media all and (max-width: 1200px) {
  .top-information__inner{
    width: 100%;
    padding: 64px 28px;
    gap: 40px;
  }

  .top-information__item time{
    widthL 104px
  }
}


@media all and (max-width: 768px) {
  .top-information__inner{
    width: 100%;
    padding: 40px var(--padding-page-content-side);
    display: block;
  }

  .top-information__header{
    width: 100%;
  }

  .top-information__body{
    margin: 14px 0 0;
  }

  .top-information__item:after{
    width: 36px;
  }

  .top-information__item a{
    height: auto;
    padding: 5px 36px 12px 4px;
    display: block;
  }

  .top-information__item a:after{
    width: 16px;
    right: 10px;
  }

  .top-information__item time{
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .top-information__item p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-line-clamp: unset;
  }

  .top-information .more-button a{
    width: 240px;
    height: 40px;
    margin: 20px auto 0;
    font-size: 1.45rem;
  }

  .top-information .more-button:is(.top-information__header *){
    display: none;
  }

  .top-information .more-button:is(.top-information__body *){
    display: flex;
  }
}


/*---------------------------------
 
 Top - Recruit

---------------------------------*/

.top-recruit{
  background: #fff;
}

.top-recruit__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 40px 0 80px;
}

.top-recruit__box{
  display: grid;
  grid-template-columns: 1fr 58%;
  border-radius: 12px;
  overflow: hidden;
}

.top-recruit__text{
  padding: 48px;
  background-image: url(../img/top-recruit-bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.top-recruit__text:after{
  width: 100%;
  height: 100%;
  background-color: rgba(5, 165, 105, 0.85);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-recruit__header{
  color: #fff;
  letter-spacing: .05em;
  position: relative;
  z-index: 5;
}

.top-recruit__en-title{
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.top-recruit__title{
  margin: 4px 0 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.6;
}

.top-recruit__body{
  margin: 12px 0 0;
  position: relative;
  z-index: 5;
}

.top-recruit__body p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9;
}

.top-recruit__link{
  margin: 24px 0 0;
  position: relative;
  z-index: 5;
}

.top-recruit__link a{
  height: 60px;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.top-recruit__link a:hover{
  opacity: .8;
}

.top-recruit__link a:after{
  width: 16px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.top-recruit__link a:hover:after{
  transform: translate(3px, -50%);
}

.top-recruit__image{
  height: 100%;
}

.top-recruit__image img{
  width: 100%;
  height: 100%;
  max-height: 440px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: right center;
}


@media all and (max-width: 1200px) {
  .top-recruit__inner{
    width: 100%;
    padding: 32px 28px 80px;
  }

  .top-recruit__box{
    grid-template-columns: 1fr 50%;
  }

  .top-recruit__text{
    padding: 40px 28px;
  }

  .top-recruit__en-title{
    font-size: 1.3rem;
  }

  .top-recruit__body{
    margin: 10px 0 0;
  }

  .top-recruit__body p{
    font-size: 1.4rem;
  }

  .top-recruit__body p br{
    display: none;
  }
}


@media all and (max-width: 768px) {
  .top-recruit__inner{
    padding: 0 18px 40px;
  }

  .top-recruit__box{
    grid-template-columns: 1fr 38%;
  }

  .top-recruit__text{
    padding: 28px 16px;
  }

  .top-recruit__title{
    font-size: 1.7rem;
    letter-spacing: 0.01em;
  }

  .top-recruit__link{
    margin: 20px 0 0;
  }

  .top-recruit__link a{
    height: 52px;
    font-size: 1.5rem;
  }
}


@media all and (max-width: 480px) {
  .top-recruit__box{
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .top-recruit__body p{
    font-size: 1.35rem;
  }

  .top-recruit__image img{
    aspect-ratio: 16 / 9;
  }
}



/*------------------------------------------

 TOP - Banner Link

------------------------------------------*/

.top-banner-link {
  width: 100%;
  background: var(--color-page-bg-d);
}

.top-banner-link__inner {
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 80px 0;
}

.top-banner-link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.top-banner-link a {
  height: 100%;
  padding: 16px 36px 16px 16px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: var(--animation-duration);
}

.top-banner-link a:after{
  width: 14px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.top-banner-link a:hover{
  border-color: var(--color-main);
}

.top-banner-link a:hover:after{
  transform: translate(3px, -50%);
}


.top-banner-link__image {
  width: 132px;
  overflow: hidden;
}

.top-banner-link__image img {
  width: 100%;
  height: auto;
}

.top-banner-link__title {
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 600;
  transition: var(--animation-duration);
}

.top-banner-link__title:is(a:hover *){
  color: var(--color-main);
}


@media all and (max-width: 1200px) {
  .top-banner-link__inner {
    width: 100%;
    padding: 64px 28px;
  }

  .top-banner-link ul {
    gap: 20px;
  }

  .top-banner-link a{
    padding: 12px 40px 12px 12px;
  }

  .top-banner-link__image {
    width: 28%;
    max-width: 128px;
  }

  .top-banner-link__title{
    font-size: 1.55rem;
  }
}


@media all and (max-width: 768px) {
  .top-banner-link__inner {
    width: 100%;
    padding: 28px 18px;
  }

  .top-banner-link ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-banner-link li a {
    padding: 10px 36px 10px 10px;
    gap: 12px;
  }

  .top-banner-link__title {
    font-size: 1.45rem;
  }
}



/*------------------------------------------

 TOP - Instagram

------------------------------------------*/

.top-instagram{
  background: #eafbed;
}

.top-instagram + .g-footer{
  margin-top: 0;
}

.top-instagram__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 64px;
}

.top-instagram__body{
  width: 280px;
}

.top-instagram__heading{
  color: var(--color-main);
  font-size: var(--top-section-title-fs);
  font-weight: 600;
}

.top-instagram__body p{
  margin: 8px 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.top-instagram__button{
  margin: 20px 0 0;
}

.top-instagram__button a{
  height: 56px;
  font-size: 1.5rem;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.top-instagram__button a:before{
  width: 26px;
  aspect-ratio: 1 / 1;
  background: url(../img/icon-instagram.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.top-instagram__button a:hover{
  opacity: var(--opacity-hv);
}

.top-instagram__feed{
  flex: 1;
}


@media all and (max-width: 1200px) {
  .top-instagram__inner{
    width: 100%;
    padding: 56px 28px;
    gap: 48px;
  }

  .top-instagram__body{
    width: 25%;
  }
}


@media all and (max-width: 768px) {
  .top-instagram__inner{
    padding: 24px 16px;
    display: block;
  }

  .top-instagram__body{
    width: 100%;
  }

  .top-instagram__button{
    margin: 16px 0 0;
  }

  .top-instagram__button a{
    height: 56px;
  }

  .top-instagram__body p{
    font-size: 1.5rem;
  }

  .top-instagram__feed{
    margin-top: 20px;
  }
}


/*------------------------------------------

Page

------------------------------------------*/

.page-title {
  height: 260px;
  margin: 0 auto;
  background: var(--color-page-bg-d);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.page-title__inner{
  width: var(--page-content-width);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.page-title__text{
  margin: 0 0 16px;
}

.page-title__en{
  padding: 0 0 0 20px;
  color: var(--color-main);
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}

.page-title__en:before{
  width: 14px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(to right, var(--color-main), var(--color-secondary));
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 0;
}

.page-title__en:after{
  width: 6px;
  aspect-ratio: 1 / 1;
  background: var(--color-page-bg-d);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
}

.page-title__text h1 {
  margin: 8px 0 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.page-title__title{
  margin: 6px 0 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}


.page-content {
  width: 100%;
  margin: 56px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 30;
}

.page-content__wrapper {
  width: var(--page-content-width);
  margin: 0 auto;
  padding: 64px var(--padding-page-content-side);
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.02);
}

.page-content__wrapper-2column {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 72px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
  background: #fff;
}

.sub-content {
  width: 240px;
  position: sticky;
  top: 12px;
}

@media all and (max-width: 1200px) {
  .page-content__wrapper-2column {
    width: 100%;
    padding: 40px 24px;
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }
}


@media all and (max-width: 1000px) {
  .page-title{
    margin-top: var(--height-header);
  }

  .page-title__inner{
    width: 100%;
    padding: 0 32px;
  }

  .page-content {
    margin: 32px 0 0;
    padding: 0 16px;
  }

  .page-content__wrapper {
    width: 100%;
    padding: 48px 40px;
  }

}


@media all and (max-width: 768px) {
  .page-title{
    height: 164px;
  }

  .page-title__inner{
    padding: 0 20px;
  }

  .page-title__text{
    margin: 0 0 6px;
  }

  .page-title__en{
    padding: 0 0 0 17px;
    font-size: 1.2rem;
  }

  .page-title__en:before{
    width: 11px;
    top: 5px;
  }

  .page-title__en:after{
    width: 5px;
    top: 8px;
    left: 3px;
  }

  .page-title__text h1 {
    margin: 2px 0 0;
    padding: 8px 0;
    line-height: 1;
    font-size: 2.3rem;
  }

  .page-title__title{
    margin: 2px 0 0;
    padding: 8px 0;
    line-height: 1;
    font-size: 2.3rem;
  }

  .page-content{
    margin: 20px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .page-content__wrapper {
    padding: 28px var(--padding-page-content-side) 36px;
  }

  .page-content__wrapper-2column{
    padding: 24px 16px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}


@media all and (max-width: 480px) {
  .page-title{
    height: 140px;
  }

  .page-content{
    padding: 0 6px;
  }
}



/*------------------------------------------

Page Archives

------------------------------------------*/

.treatment-section{
  display: flex;
  gap: 32px;
}

.treatment-section:not(:first-child){
  margin: 36px 0 0 ;
  padding: 36px 0 0;
  border-top: 1px dashed var(--color-border-dashed);
}

.treatment-section__text{
  flex: 1;
}

.treatment-section__title{
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  font-size: 2.1rem;
  font-weight: 600;
  position: relative;
}

.treatment-section__title:before{
  width: 5px;
  height: calc(100% - 10px);
  background: var(--color-main);
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.treatment-section__text p{
  font-size: 1.5rem;
  line-height: 1.9;
}

.treatment-section__link{
  margin: 20px 0 0;
}

.treatment-section__link a{
  width: fit-content;
  min-width: 320px;
  height: 52px;
  padding: 0 40px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 2px solid var(--color-page-bg-d);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.treatment-section__link a:hover{
  color: var(--color-main);
  border-color: var(--color-main);
}

.treatment-section__link a:after{
  width: 16px;
  aspect-ratio: 1 / 1;
  content: "";
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.treatment-section__link a:hover:after{
  transform: translate(3px, -50%);
}

.treatment-section__image{
  width: 240px;
}

.treatment-section__image img{
  border-radius: 5px;
}


/*------------------------------------------
Page Archive / Sub Navigation
------------------------------------------*/

.sub-column{
  
}

.sub-column__box{
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
}

.sub-column__title{
  padding: 10px 16px;
  color: #fff;
  font-weight: 600;
  background: var(--color-main);
  border-radius: 5px 5px 0 0;
}

.sub-nav{
  padding: 4px 10px;
}

.sub-nav li:not(:first-child){
  border-top: 1px dashed #ddd;
}

.sub-nav a{
  height: 48px;
  padding: 0 0 0 22px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.sub-nav a:hover{
  color: var(--link-color);
  text-decoration: underline;
}

.sub-nav a:before{
  width: 5px;
  height: 5px;
  background: var(--color-main);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

@media all and (max-width: 1200px) {
  .treatment-section__link a{
    width: 100%;
    min-width: initial;
    font-size: 1.4rem;
  }

  .treatment-section__image{
    width: 160px;
  }
}


@media all and (max-width: 768px) {
  .treatment-section{
    gap: 20px;
  }

  .treatment-section:not(:first-child){
    margin: 24px 0 0 ;
    padding: 24px 0 0;
  }

  .treatment-section__title{
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    font-size: 1.75rem;
  }

  .treatment-section__link{
    margin: 12px 0 0;
  }

  .treatment-section__image{
    width: 130px;
  }

  .treatment-section__text p{
    font-size: 1.4rem;
  }


  .sub-column{
    display: none;
  }
}

@media all and (max-width: 480px) {
  .treatment-section{
    flex-flow: column-reverse;
    gap: 20px;
  }

  .treatment-section:not(:first-child){
    margin: 18px 0 0 ;
    padding: 18px 0 0;
  }

  .treatment-section__image{
    width: 100%;
  }

  .treatment-section__image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
  }
}




/*------------------------------------------

 Page Body 

------------------------------------------*/

.page-body > *:first-child {
  margin-top: 0 !important;
}

.page-body p a,
.page-body li a,
.page-body td a,
.page-body dd a{
  color: var(--fc-link);
}

.page-body p a:hover,
.page-body li a:hover,
.page-body td a:hover,
.page-body dd a:hover{
  color: var(--fc-link-hv);
  text-decoration: underline;
}

.page-body .lh-11{ line-height: 1.1; }
.page-body .lh-16{ line-height: 1.6; }
.page-body .lh-17{ line-height: 1.7; }

.page-body .margin-wide{ margin-top: 52px !important; }


@media all and (max-width: 768px) {
  .page-body .margin-wide{ margin-top: 44px !important; }

  img.sp-w80{ width: 70% !important; }
  img.sp-w80{ width: 80% !important; }
  img.sp-w85{ width: 85% !important; }
  img.sp-w90{ width: 90% !important; }
  img.sp-w95{ width: 95% !important; }
}


/*------------------------------------------
 Page Body / Utility
------------------------------------------*/

.page-body .fc-red { color: #ee1818; }
.page-body .fc-gray { color: #707070; }
.page-body .fc-main-color { color: var(--color-main); }

.page-body .line-yellow { background: linear-gradient(to bottom, transparent 40%, #ffebae 0%); }

.page-body .fs-80 { font-size: 80%; }
.page-body .fs-85 { font-size: 85%; }
.page-body .fs-90 { font-size: 90%; }
.page-body .fs-110 { font-size: 110%; }
.page-body .fs-120 { font-size: 120%; }
.page-body .fs-130 { font-size: 130%; }
.page-body .fs-140 { font-size: 140%; }
.page-body .fs-150 { font-size: 150%; }

.page-body .td-underline{
  text-decoration: underline;
}



/*------------------------------------------
 Page Body / Find
------------------------------------------*/

.page-body  h2,
.page-body  h3,
.page-body  h4{
  font-weight: 600;
}

.page-body > h2 + *,
.page-body > h3 + *,
.page-body > h4 + *{
  margin-top: 0;
}

.page-body > h2 {
  line-height: 1.6;
  padding: 24px;
  margin: 80px 0 28px;
  background: var(--color-box-bg);
  border-radius: 5px;
  font-size: 2.4rem;
  position: relative;
}

.page-body > h2:before {
  width: 6px;
  height: calc(100% - 20px);
  background: var(--color-main);
  border-radius: 0 5px 5px 0;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.page-body > h3 {
  line-height: 1.6;
  margin: 48px 0 28px;
  padding: 10px 0px 10px 40px;
  font-size: 2.1rem;
  line-height: 1.6;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.page-body > h3:before {
  width: 28px;
  aspect-ratio: 1 / 1;
  border: 7px solid var(--color-secondary);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.page-body .num-find{
  padding: 0 0 8px 42px;
}

.page-body .num-find span{
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 1.6rem;
  background: var(--color-main);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -1px;
}

.page-body .num-find:before{
  content: none;
}


@media all and (max-width: 768px) {
  .page-body > h2 {
    margin: 48px 0 20px;
    padding: 18px 12px 18px 18px;
    font-size: 1.9rem;
  }

  .page-body > h2:before{
    width: 5px;
  }

  .page-body > h3 {
    font-size: 1.7rem;
    margin: 28px 0 20px;
    padding: 6px 0 6px 28px;
  }

  .page-body > h3:before {
    width: 22px;
    border-width: 6px;
    top: 8px;
  }

  .page-body h4 {
    margin: 24px 0 8px;
    padding: 0 0 0 20px;
    font-size: 1.65rem;
  }

  .page-body h4:before {
    width: 11px;
    height: 11px;
    top: 7px;
    left: 0;
  }

  .page-body .num-find{
    padding: 0 0 6px 34px;
  }

  .page-body .num-find span{
    width: 26px;
    height: 26px;
    font-size: 1.4rem;
    top: -1px;
  }
}


/*------------------------------------------
 Page Body / Base
------------------------------------------*/

.page-body p {
  font-size: 1.7rem;
}

.page-body > p:not(:first-child){
  margin-top: var(--page-text-margin);
}

.page-body > p a,
.page-body > ul li a,
{
  color: var(--fc-link);
}

.page-body > p a:hover,
.page-body > ul li a:hover {
  text-decoration: underline;
}

.page-body .ta-center{ text-align: center; }
.page-body .ta-right{ text-align: right; }

.page-body hr {
  height: 1px;
  margin: 40px 0;
  border-top: 1px solid var(--border-color);
}

.page-body hr + p {
  margin-top: 0;
}

.page-body .icon-link {
  display: inline-block;
  vertical-align: top;
}
.page-body .icon-link:before {
  width: 18px;
  height: 18px;
  margin: 7px 0 0 3px;
  background: url(../img/icon-link-blank.svg) no-repeat;
  background-size: 18px;
  content: "";
  display: block;
}


.page-body .image {
  max-width: 100%;
  margin-top: var(--page-block-margin);
  text-align: center;
}

.page-body .image + p{
  margin-top: 40px;
}

.page-body .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 6px;
}

.page-body .image--column ul{
  display: flex;
}

.page-body .image--column li{
  text-align: center;
  flex: 1;
}

.page-body .--column2 li:not(:first-child){
  margin-left: 5%;
}

.page-body .--column3 li:not(:first-child){
  margin-left: 3%;
}

.page-body figcaption {
  margin-top: 6px;
  color: #888;
  font-size: 1.5rem;
  text-align: center;
}

@media all and (max-width: 768px) {
  .page-body .image + p{
    margin-top: 28px;
  }
}

@media all and (max-width: 560px) {
  .page-body .image--column ul{
    display: block;
  }

  .page-body .image--column li:not(:first-child){
    margin: 18px 0 0;
  }

  .page-body .image--column img{
    width: 90%;
  }

}



/*------------------------------------------
 Page Body / List
------------------------------------------*/

.page-body .list-default {
  margin-top: var(--page-block-margin);
}

.page-body .list-default li {
  padding: 0 0 0 18px;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.7;
}

.page-body .list-default li:not(:first-child) {
  margin-top: 6px;
}

.page-body .list-default li:before {
  width: 6px;
  aspect-ratio: 1 / 1;
  background: var(--color-main);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}


.page-body .list-check{
  margin-top: var(--page-block-margin);
}

.page-body .list-check li{
  padding: 0 0 0 24px;
  position: relative;
  font-size: 1.7rem;
}

.page-body .list-check li:before{
  width: 17px;
  height: 17px;
  content: "";
  background-color: var(--color-main);
  background-image: url(../img/icon-check-white.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  display: block;
  position: absolute;
  top: 5px;
  left: -1px;
  background-position: center center;
  border-radius: 3px;
}

.page-body .list-check li:not(:first-child) {
  margin: 8px 0 0;
}

.page-body .box .list-circle{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}

.page-body .box .list-circle li{
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 1.6rem;
  position: relative;
}

.page-body .box .list-circle li:before{
  width: 6px;
  height: 6px;
  background: var(--color-secondary);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}


@media all and (max-width: 768px) {
  .page-body .list-default li {
    padding: 0 0 0 13px;
    font-size: 1.45rem;
  }

  .page-body .list-default li:not(:first-child) {
    margin-top: 4px;
  }

  .page-body .list-default li:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  .page-body .box .list-circle{
    margin-top: 16px;
    column-gap: 16px;
    row-gap: 6px;
  }

  .page-body .box .list-circle li{
    font-size: 1.4rem;
  }

  .page-body .box .list-circle li:before{
    top: 9px;
  }
}



/*------------------------------------------
 Page Body / Box
------------------------------------------*/

.page-body .box{
  margin-top: var(--page-block-margin);
  padding: var(--page-box-padding);
  border-radius: 6px;
  overflow: hidden;
}

.page-body .box:is(.box + *){
  margin-top: 28px;
}

.page-body .box > *:first-child {
  margin-top: 0;
}

.page-body .box p,
.page-body .box ul{
  margin-top: 20px;
}

.page-body .box p,
.page-body .box li{
  font-size: 1.65rem;
  line-height: 1.8;
}

/*-- Different　--*/

.page-body .box--bg-gray {
  background: var(--main-color-gray-l);
}

.page-body .box--border-gray {
  border: 3px solid var(--color-gray);
}

.page-body .box--border-green {
  border: 3px solid var(--color-main);
  border-radius: 5px;
}

.page-body .box .box-caption{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.page-body .box-caption.box-caption--beta{
  width: fit-content;
  margin: 3px 0 0;
  padding: 1px 28px;
  color: #fff;
  background: var(--color-main);
}

.page-body .box-title{
  margin: -20px -16px 0 !important;
  padding: 6px 0;
  color: #fff;
  text-align: center;
  background: var(--color-main);
}


@media all and (max-width: 768px) {
  .page-body .box:is(.box + *){
    margin-top: 14px;
  }

  .page-body .box p,
  .page-body .box ul {
    margin-top: 16px;
  }

  .page-body .box p,
  .page-body .box li{
    font-size: 1.45rem;
  }

  .page-body .box .box-caption {
    font-size: 1.65rem;
  }

  .page-body .box-title{
    margin: -14px -12px 0 !important;
    padding: 4px 0;
    font-size: 1.4rem;
  }
}



/*------------------------------------------
 
 Page Body / Grid

------------------------------------------*/

.page-body .grid-layout{
  margin-top: var(--page-block-margin);
  display: grid;
}

.page-body .grid-layout.--column1{
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-body .grid-layout.--column2{
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.page-body .grid-layout.--column3{
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-body .grid-layout.--column4{
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.page-body .grid-layout.--column2 .button,
.page-body .grid-layout.--column3 .button{
  margin-top: 0;
}

.page-body .grid-layout.--column2 .button a,
.page-body .grid-layout.--column3 .button a{
  min-width: 100%;
  max-width: 100%;
}

.page-body .box:is(.grid-layout *){
  margin-top: 0;
  padding: 20px 16px;
}

.page-body .box:is(.grid-layout.--column1 *){
  padding: 20px 24px;
}

.page-body .box:is(.grid-layout *) p:not(:first-child){
  margin-top: 10px;
}

.page-body .grid-layout.grid--image img{
  margin: 0 0 10px;
  border-radius: 10px;
}


@media all and (max-width: 768px) {
  .page-body .grid-layout.--column1{
    gap: 14px;
  }

  .page-body .grid-layout.--column2,
  .page-body .grid-layout.--column3,
  .page-body .grid-layout.--column4
  {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .page-body .box:is(.grid-layout *),
  .page-body .box:is(.grid-layout.--column1 *){
    padding: 14px 12px;
  }

  .page-body .box:is(.grid-layout *) p:not(:first-child){
    margin-top: 6px;
  }

  .page-body .grid-layout.grid--image img{
    margin: 0 0 6px;
    border-radius: 8px;
  }

  .page-body .grid-layout.grid--image p{
    font-size: 1.5rem;
  }
}


@media all and (max-width: 480px) {
  .page-body .grid-layout.--column1,
  .page-body .grid-layout.--column2,
  .page-body .grid-layout.--column3,
  .page-body .grid-layout.--column4{
    gap: 10px;
  }

  .page-body .grid-layout.--sp-column1{
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}


/*------------------------------------------
 Page Body / Table
------------------------------------------*/

.page-body .table-column{
  display: flex;
}

.page-body .table-column > div{
  flex: 1;
}

.page-body .table-column > div:not(:first-child){
  margin-left: 5%;
}

.page-body .table-column h4{
  margin-top: 0;
}

.page-body .table-column h4 + .table{
  margin-top: 0;
}

.page-body .table {
  margin-top: var(--page-block-margin);
}

.page-body .table + .table{
  margin: 40px 0 0;
}

.page-body .table .va-middle{
  vertical-align: middle;
}

.page-body .table--default table {
  width: 100%;
  border: 1px solid var(--color-border);
  table-layout: fixed;
}

.page-body .table--default caption{
  padding: 10px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  background: var(--color-main);
}

.page-body .table--default thead th{
  padding: 10px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  background: var(--color-main);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.page-body .table--default tbody th {
  padding: 16px;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.6;
  background: var(--color-gray-l);
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  vertical-align: top;
}

.page-body .table--default table th.width-s { width: 120px; }
.page-body .table--default table th.width-m { width: 180px; }
.page-body .table--default table th.width-l { width: 220px; }
.page-body .table--default table th.width-l { width: 340px; }
.page-body .table--default table th.width-l { width: 340px; }

.page-body .table--default table td {
  padding: 16px;
  font-size: 1.65rem;
  line-height: 1.6;
  border-bottom: 1px solid var(--color-border);
}

.page-body .table--default table td + td{
  border-left: 1px solid var(--color-border);
}

.page-body .table--price tbody tr:nth-child(odd) th,
.page-body .table--price tbody tr:nth-child(odd) td{
  background: #fff;
}

.page-body .table--price tbody tr:nth-child(even) th,
.page-body .table--price tbody tr:nth-child(even) td{
  background: var(--color-page-bg);
}


@media all and (max-width: 768px) {
  .page-body .table + .table{
    margin: 24px 0 0;
  }

  .page-body .table--default caption{
    margin: 0 0 14px;
    padding: 0 12px;
    font-size: 1.6rem;
  }

  .page-body .table--default table th.width-s { width: 80px; padding: 8px;}
  .page-body .table--default table th.width-m { width: 96px; }
  .page-body .table--default table th.width-l { width: 136px; }
  .page-body .table--default table th.width-ll { width: 220px; }

  .page-body .table--default thead th{
    padding: 2px 0;
    font-size: 1.3rem;
  }

  .page-body .table--price thead th{
    padding: 4px 0;
    font-size: 1.25rem;
  }

  .page-body .table--price thead th.width-l { width: 156px; }

  .page-body .table--default tbody th{
    padding: 8px 10px;
    font-size: 1.3rem;
  }

  .page-body .table--default table td{
    padding: 8px 10px;
    font-size: 1.35rem;
    vertical-align: middle;
  }
}


/*------------------------------------------
 Page Body / Button
------------------------------------------*/


.page-body .button{
  margin-top: var(--page-block-margin);
}

.page-body .button--link-default a {
  width: fit-content;
  min-width: 320px;
  height: var(--page-button-height);
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid var(--color-main);
  border-radius: calc(var(--page-button-height) / 2);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.page-body .button--link-default a:after {
  width: 15px;
  aspect-ratio: 1 / 1;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: var(--animation-duration);
}

.page-body .button--link-default a:hover {
  color: #fff;
  background-color: var(--color-main);
}

.page-body .button--link-default a:hover:after {
  background-image: url(../img/arrow-standard-white.svg);
  transform: translate(3px, -50%);
}

.page-body .button--pdf a{
  width: fit-content;
  min-width: 320px;
  height: var(--page-button-height);
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid var(--color-main);
  border-radius: calc(var(--page-button-height) / 2);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: var(--animation-duration);
}

.page-body .button--pdf a:after{
  width: 26px;
  height: 26px;
  background: url(../img/icon-pdf.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.page-body .button--pdf a:hover {
  opacity: var(--opacity-hv);
}


@media all and (max-width: 768px) {
  .page-body .button{

  }
  .page-body .button--link-default a{
    width: 100%;
    max-width: 400px;
    min-width: initial;
    font-size: 1.5rem;
  }

  .page-body .button--link-default a:after {
    width: 14px;
    right: 10px;
  }
}



/*------------------------------------------
 Page Body / Embed
------------------------------------------*/


.page-body .movie {
  width: 100%;
  margin-top: var(--page-block-margin);
  display: flex;
  justify-content: center;
}

.page-body .movie video {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 16/9;
}

.page-body .movie iframe {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  vertical-align: top;
}

.page-body .iframe-embed {
  margin-top: var(--page-block-margin);
}

.page-body .iframe-embed iframe {
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  aspect-ratio: 16 / 9;
}


/*------------------------------------------
 Page Body / Button
------------------------------------------*/


@media all and (max-width: 768px) {
  
  .page-body p {
    font-size: 1.45rem;
  }
  .page-body hr {
    margin: 28px 0;
  }
  .page-body .icon-link:before {
    width: 17px;
    height: 17px;
    margin: 4px 0 0 4px;
    background-size: 17px;
  }
  
  .page-body .image > img {
    max-width: 86%;
  }
  .page-body .image > a img {
    max-width: 86%;
  }
  .page-body .image--column-2 li {
    width: calc((100% - 12px) / 2);
  }
  .page-body .image--column-2 li:nth-child(even) {
    margin-left: 12px;
  }
  .page-body figcaption {
    font-size: 1.3rem;
  }
}



/*---------------------------------
 Page Parts - Tab,Mobile
---------------------------------*/

@media all and (max-width: 768px) {
  .page-wrapper {
    width: calc(100% - 48px);
    padding: 40px 24px;
    border-radius: 16px;
  }
  .page-section-find {
    margin: 0 0 36px;
    font-size: 2.2rem;
  }
  .page-section-find:after {
    margin: 8px auto 0;
  }
}
@media all and (max-width: 480px) {
  .page-wrapper {
    width: calc(100% - 24px);
    padding: 40px 16px;
  }
  .page-section-find {
    margin: 0 0 24px;
    font-size: 2rem;
  }
  .page-section .image-3columun li {
    width: 50%;
    margin: 12px 0 0;
  }
  .page-section .image-3columun li p {
    margin: 4px 0 0;
    font-size: 1.4rem;
  }
}



/*------------------------------------------

 Parts CTA

------------------------------------------*/

.cta {
  margin-top: var(--page-block-margin);
  padding: 28px 20px;
  background: var(--color-main-l);
  border-radius: 6px;
}
.cta__find {
  width: fit-content;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0 28px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  background: var(--color-main);
}
.cta__num {
  margin: 2px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__num span {
  margin: 3px 4px 0 0;
  color: var(--color-main);
  font-size: 30px;
}
.cta__num a {
  width: fit-content;
  color: var(--color-main);
  font-size: 38px;
  letter-spacing: 0.015em;
}
.cta__time {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__time span {
  height: 18px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0 8px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background: var(--main-color-d);
}
.cta__close {
  margin: 2px 0 0;
  font-size: 1.7rem;
  text-align: center;
}

@media all and (max-width: 768px) {
  .cta {
    padding: 18px 12px;
    border-radius: 5px;
  }
  .cta__find {
    height: 24px;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .cta__num {
    margin: 3px 0 0;
  }
  .cta__num span {
    margin: 6px 3px 0 0;
    font-size: 2.4rem;
  }
  .cta__num a {
    font-size: 3rem;
    text-decoration: underline;
  }
  .cta__time {
    margin: 4px 0 0;
    font-size: 1.6rem;
  }
  .cta__time span {
    font-size: 1.2rem;
  }
  .cta__close {
    margin: 0;
    font-size: 1.4rem;
  }
}




/*------------------------------------------

Page - About

------------------------------------------*/

.about-message:after{
  content: "";
  clear: both;
}

.about-message img{
  width: 280px;
  margin: 0 0 24px 40px;
  float: right;
}

.about-message p:not(:first-child){
  margin-top: calc(var(--page-text-margin) - 6px);
}


.page-body .table .table__access-link{
  margin: -2px 0 6px;
}

.page-body .table .table__access-link a{
  width: fit-content;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 24px;
  color: #777;
  font-size: 1.5rem;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-delay);
}

.page-body .table .table__access-link a:hover{
  opacity: var(--opacity-hv);
}

.page-body .table .table__access-link a:after{
  width: 22px;
  height: 22px;
  margin: 0 0 0 3px;
  background: url(../img/icon-access-link.svg) no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
}

.page-body .table .table__line-link a{
  width: fit-content;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  background: var(--color-line);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-delay);
}

.page-body .table__line-link a:before{
  width: 22px;
  height: 22px;
  margin: 0 6px 0 0;
  background: url(../img/icon-line-white.svg) no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
}

.page-body .table .table__line-link a:hover{
  opacity: var(--opacity-hv);
}


.about-history__item{
  padding: 0 0 36px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  position: relative;
}

.about-history__item:last-child{
  padding: 0;
}

.about-history__item:before{
  width: 5px;
  height: 100%;
  background: var(--color-page-bg-d);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
}

.about-history__item:first-child:before{
  height: calc(100% - 10px);
  top: 10px;
}

.about-history__item:last-child:before{
  height: 16px;
}

.about-history__year{
  padding: 0 0 0 40px;
  font-size: 1.65rem;
  font-weight: 600;
  position: relative;
}

.about-history__year:before{
  width: 17px;
  height: 17px;
  background: var(--color-main);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 5;
}

.about-history__body p{
  font-size: 1.6rem;
  line-height: 1.9;
}

.about-history__body p:not(:first-child){
  margin-top: 16px; 
}


@media all and (max-width: 768px) {
  .about-message img{
    width: 200px;
    margin: 0 auto 28px;
    float: none;
  }

  .about-message p:not(:first-child){
    margin-top: calc(var(--page-text-margin));
  }


  .page-body .table .table__access-link a{
    height: 24px;
    padding: 0 16px 0 18px;
    font-size: 1.25rem;
  }

  .page-body .table .table__access-link a:after{
    width: 18px;
    height: 18px;
    margin: -1px 0 0 3px;
    background-size: 18px 18px;
  }

  .page-body .table .table__line-link a{
    height: 32px;
    padding: 0 10px;
    font-size: 1.3rem;
  }

  .page-body .table .table__line-link a:before{
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }


  .about-history__item{
    padding: 0 0 24px;
    display: block;
  }

  .about-history__item:before{
    left: 5px;
  }

  .about-history__year{
    padding: 0 0 0 28px;
    font-size: 1.5rem;
  }

  .about-history__year:before{
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
  }

  .about-history__body{
    margin: 4px 0 0;
    padding: 0 0 0 28px;
  }

  .about-history__body p{
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .about-history__body p:not(:first-child){
    margin-top: 12px;
  }
}



/*------------------------------------------

Page - Facility

------------------------------------------*/

.facility-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.facility-list__item{
  padding: 28px 24px 20px;
  background: var(--color-page-bg);
  border-radius: 6px;
}

.facility-list__image img{
  width: 70%;
}

.facility-list__image.--image-wide img{
  width: 100%;
}

.facility-list__title{
  margin: 16px 0 8px;
  color: var(--color-main);
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: center;
}

.facility-list__title:last-child{
  margin: 16px 0 0;
}

.facility-list__text{
  margin: 0 0 6px;
}

.facility-list__text p{
  font-size: 1.45rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.facility-nav{
  position: sticky;
  top: 12px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.facility-nav ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--color-border);
}

.facility-nav li:not(:first-child){
  border-left: 1px solid var(--color-border);
}

.facility-nav li a{
  color: var(--fc-default);
  height: 64px;
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facility-nav li a:hover{
  background: var(--color-main-l);
  color: var(--color-main);
  text-decoration: none;
}

.section-target{
  margin-top: 0 !important;
  height: 0;
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .facility-nav{
    top: calc(var(--height-header) + 12px);
  }
}


@media all and (max-width: 768px) {
  .facility-list{
    gap: 16px;
  }

  .facility-list__item{
    padding: 20px 16px;
  }

  .facility-list__image img{
    width: 80%;
  }

  .facility-list__title{
    margin: 16px 0 8px;
    font-size: 1.8rem;
  }

  .facility-list__text p{
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .facility-nav li a{
    height: 52px;
    font-size: 1.4rem;
  }
}


@media all and (max-width: 560px) {
  .facility-list{
    grid-template-columns: 1fr;
  }

  .facility-list__title{
    margin: 12px 0 4px;
    font-size: 1.7rem;
  }
}


/*------------------------------------------

Page - Case

------------------------------------------*/

.case-flow{
  counter-reset: caseFlow;
  position: relative;
}

.case-flow:after{
  width: 48px;
  height: 100%;
  background: var(--color-main-l);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.case-flow__section{
  padding: 12px 28px;
  background: #fff;
  border: 2px solid var(--color-gray);
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.case-flow__section:not(:first-child){
  margin-top: 24px;
}

.case-flow__section:before{
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  background: var(--color-main);
  border-radius: 6px 0 6px 0;
  counter-increment: caseFlow;
  content: counter(caseFlow);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2px;
}

.case-flow__section-title{
  font-size: 1.95rem;
}

.case-flow__section-text{
  flex: 1;
}

.case-flow__section-text p{
  font-size: 1.6rem;
}

.case-flow__section-text p + p{
  margin-top: 14px;
}

.case-flow__section-image{
  width: 220px;
  margin: 0 0 0 40px;
}


@media all and (max-width: 768px) {
  .case-flow__section{
    padding: 16px 14px;
    flex-flow: column-reverse;
  }

  .case-flow__section:before{
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }

  .case-flow__section:not(:first-child){
    margin-top: 16px;
  }

  .case-flow__section-image{
    width: 220px;
    margin: 0 auto 12px;
  }

  .case-flow__section-title{
    font-size: 1.75rem;
  }

  .case-flow__section-text{
    width: 100%;
    flex: 0;
  }

  .case-flow__section-text p{
    font-size: 1.45rem;
  }
}



/*------------------------------------------

Page - Access

------------------------------------------*/

.access-info dl{
  border-bottom: 1px solid var(--color-border);
}

.access-info dl > div{
  padding: 12px 0;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
}

.access-info dt{
  width: 152px;
  padding: 0 14px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  border-right: 1px dotted var(--color-border-dotted);
  display: flex;
  align-items: center;
}

.access-info dd{
  padding: 0 14px;
  font-size: 1.6rem;
  line-height: 1.8;
  flex: 1;
}

.access-info dd p{
  font-size: inherit;
  line-height: inherit;
}

.access-info dd p:not(:first-child){
  margin-top: 8px;
}

.access-info dd a{
  text-decoration: underline;
}

.access-map-embed{
  margin: 40px 0 0;
}

.access-map-embed iframe{
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-border);
  aspect-ratio: 16 / 9;
}


@media all and (max-width: 768px) {
  .access-info dl > div{
    padding: 8px 0;
  }

  .access-info dt{
    width: 68px;
    padding: 1px 0;
    font-size: 1.3rem;
    justify-content: center;
  }

  .access-info dd{
    padding: 1px 12px;
    font-size: 1.35rem;
  }

  .access-map-embed{
    margin: 28px 0 0;
  }

  .access-map-embed iframe{
    aspect-ratio:  3 / 2;
  }
}



/*------------------------------------------

Page - Staff

------------------------------------------*/

.staff-list {
  margin: 40px 0 0 !important;
}

.staff-list__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
}

.staff-list__item:not(:first-child){
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px dashed #ddd;
}

.staff-list__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.staff-list .staff-list__position {
  margin: 0 0 2px;
  color: var(--color-main);
  font-size: 1.5rem;
  font-weight: 500;
}

.staff-list__name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.staff-list__name p {
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 600;
}

.staff-list__support-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.staff-list__support-list li{
  width: fit-content;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: var(--color-main);
  border-radius: 11px;
  white-space: nowrap;
}

.staff-list__name ul li:last-child {
  margin-right: 0;
}

.staff-list__message {
  margin: 20px 0 0;
  padding: 20px 24px;
  background: #F3F5F6;
  border-radius: 8px;
}

.staff-list__message p {
  font-size: 1.55rem;
  line-height: 1.8;
}

.staff-list__message p:not(:first-child) {
  margin-top: 16px;
}

.staff-list__table {
  margin: 24px 0 0;
}

.staff-list__table table {
  width: 100%;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
}

.staff-list__table th {
  width: 180px;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  vertical-align: middle;
  background: #F3F5F6;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.staff-list__table td {
  padding: 10px 12px;
  font-size: 1.4rem;
  border-bottom: 1px solid var(--color-border);
}

.staff-list__table ul li {
  line-height: 1.6;
  position: relative;
}

.staff-list__table ul li:not(:first-child) {
  margin: 3px 0 0;
}

.staff-list__table .list-circle li {
  padding: 0 0 0 14px;
}

.staff-list__table .list-circle li:before {
  width: 4px;
  height: 4px;
  background: #bbb;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 2px;
}

.staff-list__table .list-carrer li {
  display: flex;
  gap: 8px;
}

.staff-list__table .list-carrer li div:first-child{
  font-weight: 500;
}

.staff-list__table .list-carrer li div:last-child {
  flex: 1;
}

.staff-list__blog-link{
  margin: 20px 0 0;
}

.staff-list__blog-link a{
  width: 240px;
  height: 44px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  background: var(--color-main);
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--animation-duration);
}

.staff-list__blog-link a:hover{
  opacity: 0.75;
}


@media all and (max-width: 768px) {
  .staff-list {
    margin: 16px 0 0;
  }

  .staff-list__item {
    display: block;
  }

  .staff-list__item:not(:first-child){
    margin-top: 24px;
    padding-top: 24px;
  }

  .staff-list__image {
    width: 220px;
    margin: 0 auto 20px;
  }

  .staff-list .staff-list__position {
    margin: 0 0 3px;
    font-size: 1.3rem;
  }

  .staff-list__name {
    flex-wrap: wrap;
  }

  .staff-list__name p {
    font-size: 2.2rem;
  }

  .staff-list__support-list {
    gap: 5px;
  }

  .staff-list__support-list li {
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    font-size: 1.2rem;
    border-radius: 10px;
  }

  .staff-list__message {
    margin: 16px 0 0;
    padding: 16px;
  }

  .staff-list__message p {
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .staff-list__message p:not(:first-child) {
    margin-top: 12px;
  }

  .staff-list__table {
    margin: 20px 0 0;
  }

  .staff-list__table table,
  .staff-list__table tbody,
  .staff-list__table tr,
  .staff-list__table th,
  .staff-list__table td {
    display: block;
  }

  .staff-list__table tr:last-child td {
    border-bottom: none;
  }

  .staff-list__table th {
    width: 100%;
    padding: 3px 10px;
    font-size: 1.25rem;
    font-weight: 600;
    border-right: none;
  }

  .staff-list__table th br{
    display: none;
  }

  .staff-list__table td {
    padding: 8px 10px;
    font-size: 1.3rem;
  }

  .staff-list__table td .list-circle li {
    padding: 0 0 0 12px;
  }

  .staff-list__table td .list-circle li:before {
    top: 8px;
  }
}


/*------------------------------------------
 Staff / Blog List
------------------------------------------*/

.blog-list{
  margin: 64px 0 0;
}

.blog-list ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.blog-list li > a{
  padding: 16px;
  color: currentColor;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--animation-duration);
}

.blog-list li > a:hover{
  color: currentColor;
  border-color: var(--color-main);
  text-decoration: none;
}

.blog-list__thumb{
  width: 140px;
}

.blog-list__text{
  flex: 1;
}

.blog-list .blog-list__title{
  font-size: 1.7rem;
  font-weight: 600;
  transition: .2s;
}

.blog-list .blog-list__title:is(.blog-list li > a:hover *){
  color: var(--color-main);
}

.blog-list__overview{
  margin: 6px 0 0;
}

.blog-list__overview p{
  font-size: 1.4rem;
  line-height: 1.6;
}


@media all and (max-width: 768px) {
  .blog-list ul{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blog-list li > a{
    padding: 12px;
    box-shadow: 2px 3px rgba(0, 0, 0, 0.03);
    gap: 14px;
  }

  .blog-list__thumb{
    width: 104px;
  }

  .blog-list .blog-list__title{
    font-size: 1.6rem;
  }

  .blog-list__overview{
    margin: 4px 0 0;
  }

  .blog-list__overview p{
    font-size: 1.2rem;
  }
}



/*------------------------------------------

Page - Information

------------------------------------------*/

.information-find {
  padding: 0 0 20px;
  font-size: 2.2rem;
  border-bottom: 2px solid var(--border-color);
}

.information-list li {
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

.information-list li:after {
  width: 44px;
  height: 1px;
  background: var(--color-main);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.information-list a {
  height: 96px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.information-list a:after {
  width: 15px;
  height: 15px;
  background: url(../img/arrow-standard.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.information-list a:hover p {
  color: var(--color-main);
}

.information-list a:hover:after {
  transform: translate(3px ,-50%);
}

.information-list a:hover .voice-icon {
  opacity: 0.85;
}

.information-list time {
  width: 80px;
  margin: 0 20px 0 0;
  color: var(--color-text-gray);
  font-size: 1.4rem;
}

.information-list p {
  padding: 0 64px 0 0;
  flex: 1;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.wp-pagenavi {
  margin: 40px 0 0;
  text-align: center;
}

.wp-pagenavi .current {
  margin: 0 5px;
  padding: 8px 16px;
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}

.wp-pagenavi span {
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  display: inline-block;
}

.wp-pagenavi a {
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  display: inline-block;
  transition: 0.2s;
}

.wp-pagenavi a:hover {
  color: var(--color-main);
  background: var(--color-main-l);
  border-color: var(--color-main-l);
}

.single-page__header {
  padding: 0 0 16px;
  border-bottom: 3px solid var(--color-border);
}

.single-page__header time {
  color: var(--color-main);
  font-weight: 500;
}

.single-page__header h2 {
  margin: 4px 0 0;
  line-height: 1.5;
  font-size: 2.4rem;
}

.single-page__title{
  margin: 4px 0 0;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 600;
}

.single-page__body {
  margin: 32px 0 0;
}

.single-page__body > p {
  line-height: 2;
  margin-top: var(--page-text-margin);
  font-size: 1.7rem;
}

.single-page__body > p:first-child {
  margin: 0;
}

.single-page__body > p img {
  margin: 0 0 8px;
}

.single-page__body iframe {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 24px 0 0 !important;
}

.single-page__body img {
  max-width: 80%;
  margin: 24px 0 0;
}

.single-page__body a {
  color: var(--link-color);
  text-decoration: underline;
}

.single-page__body a:hover {
  color: var(--link-color-hv);
}

.single-page__body .fc-red {
  color: #ee1818;
}

.single-page__body .fc-main-color {
  color: var(--color-main);
}

.single-page__body .fs-110 {
  font-size: 110%;
}

.single-page-navigation {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
}

.single-page-navigation > div {
  width: 100%;
  flex: 1;
}

.single-page-navigation a {
  height: 68px;
  color: var(--color-text-black);
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
}

.single-page-navigation a:before {
  width: 16px;
  height: 10px;
  content: "";
  display: block;
  background: url(../img/arrow-link.svg);
  background-size: 16px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.single-page-navigation a:hover {
  color: var(--color-main);
  background: var(--color-main-l);
}

.single-page-navigation__prev a:before {
  left: 16px;
  transform: translateY(-50%) rotate(180deg);
}

.single-page-navigation__prev a:hover:before {
  left: 13px;
}

.single-page-navigation__entry {
  margin: 0 20px;
}

.single-page-navigation__entry a:before {
  content: none;
}

.single-page-navigation__next a:before {
  right: 16px;
}

.single-page-navigation__next a:hover:before {
  right: 13px;
}

@media all and (max-width: 768px) {
  .single-page__header time {
    font-size: 1.4rem;
  }

  .single-page__header h2 {
    font-size: 1.9rem;
    margin: 0;
  }

  .single-page__title{
    font-size: 1.9rem;
    margin: 0;
  }

  .single-page__body {
    margin: 24px 0 0;
  }

  .single-page__body p {
    font-size: 1.45rem;
  }

  .single-page__body iframe {
    width: 100%;
  }

  .single-page__body img {
    width: 100%;
    max-width: 100%;
  }

  .information-find {
    padding: 0 0 12px 0;
    font-size: 2rem;
  }

  .information-list li:after {
    width: 32px;
  }

  .information-list a {
    height: auto;
    padding: 10px 32px 14px 0;
    display: block;
  }

  .information-list a:after {
    width: 12px;
    right: 8px;
  }

  .information-list time {
    width: initial;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .information-list p {
    line-height: 1.7;
    padding: 0;
    font-size: 1.4rem;
    white-space: normal;
    text-overflow: initial;
  }

  .wp-pagenavi {
    margin: 20px 0 0;
  }

  .wp-pagenavi .current {
    margin: 0 4px;
    padding: 6px 12px;
  }

  .wp-pagenavi span, .wp-pagenavi a {
    margin: 0 4px;
    padding: 6px 12px;
    font-size: 1.4rem;
  }

  .single-page-navigation {
    margin: 32px auto 0;
  }

  .single-page-navigation a {
    height: 48px;
    font-size: 1.3rem;
  }

  .single-page-navigation__prev a:before {
    left: 12px;
  }

  .single-page-navigation__prev a:hover:before {
    left: 9px;
  }

  .single-page-navigation__entry {
    max-width: 128px;
    margin: 0 12px;
  }

  .single-page-navigation__next a:before {
    right: 12px;
  }

  .single-page-navigation__next a:hover:before {
    right: 9px;
  }
}



/*------------------------------------------

Page - Recruit

------------------------------------------*/

/*------------------------------------------
 Recruit / Page Title
------------------------------------------*/

.page-title-recruit{
  width: 100%;
  height: 520px;
  max-width: var(--width-max);
  margin: 0 auto 0;
  padding: 0 120px;
  background: var(--color-page-bg-d);
  border-radius: 0 0 32px 32px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-title-recruit h1{
  margin: 0 0 8px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page-title-recruit__image{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.page-title-recruit__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  animation: recruitTitleFade 1s 0.5s forwards;
  opacity: 0;
  filter: blur(16px);
}

@keyframes recruitTitleFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}


@media all and (max-width: 1000px) {
  .page-title-recruit{
    height: 400px;
    margin-top: var(--height-header);
    padding: 0 32px;
    border-radius: 0 0 20px 20px;
  }
}


@media all and (max-width: 768px) {
  .page-title-recruit{
    height: 200px;
    padding: 0 20px;
    border-radius: 0 0 16px 16px;
  }

  .page-title-recruit h1{
    font-size: 2.3rem;
  }

  .page-title-recruit__image{
    right: -16px;
  }
}


/*------------------------------------------
 Recruit / Message
------------------------------------------*/

.recruit-message{
  margin: 40px 0 0;
}

.recruit-message__section{
  display: flex;
  gap: 48px;
}

.recruit-message__section:not(:first-child){
  margin-top: 72px;
}

.recruit-message__image{
  width: 340px;
}

.recruit-message__image img{
  border-radius: 6px;
}

.recruit-message__text{
  flex: 1;
}

.recruit-message__text p{
  font-size: 1.65rem;
}

.recruit-message__text p:not(:first-child){
  margin-top: 20px;
}


/*------------------------------------------
 Recruit / Features
------------------------------------------*/

.recruit-features{
  margin: 40px calc(var(--padding-page-content-side) * -1) 0 0;
  counter-reset: recruitFeatures;
  display: flex;
  align-items: center;
  gap: 40px;
}

.recruit-features__image{
  width: 320px;
}

.recruit-features__image img{
  border-radius:  16px 0 0 16px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.recruit-features__text{
  flex: 1;
}

.recruit-features__box{
  padding: 16px 24px 24px;
  border: 2px solid var(--color-border);
  border-radius: 8px;
}

.recruit-features__box:not(:first-child){
  margin-top: 16px;
}

.recruit-features .recruit-features__box-title{
  margin: 0 0 6px;
  color: var(--color-main);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.recruit-features .recruit-features__box-title:before{
  margin: 0 2px 0 0;
  font-size: 2.2rem;
  font-style: italic;
  counter-increment: recruitFeatures;
  content: counter(recruitFeatures) ".";
}

.recruit-features__box-body p{
  font-size: 1.5rem;
  line-height: 1.8;
}


.recruit-table-block dt{
  width: fit-content;
  height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  padding: 0 16px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 500;
  background: var(--color-main);
  border-radius: 3px;
}

.recruit-table-block dt:not(:first-child){
  margin-top: 10px;
}

.recruit-page .table--default table th{
  font-size: 1.55rem;
  text-align: center;
  vertical-align: middle;
}

.recruit-training{
  margin: 40px 0 0 !important;
  counter-reset: recruitTraining;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.recruit-training__section{
  padding: 14px 24px 22px;
  background: var(--color-page-bg);
  position: relative;
}

.recruit-training__section:before{
  width: 60px;
  left: 60px;
  padding: 0 22px 22px 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  counter-increment: recruitTraining;
  content: '0' counter(recruitTraining);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.recruit-training__section:after{
  width: 60px;
  height: 60px;
  border: 30px solid var(--color-main);
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.recruit-training__section:nth-child(even){
  transform: translateY(40px);
}

.recruit-training__title{
  padding: 4px 0 0 28px;
  color: var(--color-main);
  font-size: 1.95rem;
  line-height: 1.6;
}

.recruit-training__image{
  margin: 12px 0 16px;
}

.recruit-training__image img{
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  border: 1px solid var(--color-border);
}

.recruit-training__body p{
  font-size: 1.5rem;
  line-height: 1.8;
}


@media all and (max-width: 768px) {
  .recruit-message__section{
    flex-flow: column;
    gap: 24px;
  }

  .recruit-message__section:not(:first-child){
    margin-top: 32px;
  }

  .recruit-message__image{
    width: 80%;
    margin: 0 auto;
    order: 1;
  }

  .recruit-message__text{
    order: 2;
  }

  .recruit-message__text p{
    font-size: 1.45rem;
  }

  .recruit-message__text p:not(:first-child){
    margin-top: 16px;
  }


  .recruit-features{
    gap: 20px;
  }

  .recruit-features__image{
    width: 30%;
  }

  .recruit-features__box{
    padding: 12px 14px 16px;
  }

  .recruit-features__box:not(:first-child){
    margin-top: 12px;
  }

  .recruit-features .recruit-features__box-title{
    font-size: 1.7rem;
  }

  .recruit-features .recruit-features__box-title:before{
    font-size: 2rem;
  }

  .recruit-features__box-body p{
    font-size: 1.4rem;
  }


  .recruit-page .table--default table th{
    font-size: 1.35rem;
  }


  .recruit-training{
    gap: 20px;
  }

  .recruit-training__section{
    padding: 16px 16px 20px;
  }

  .recruit-training__section:nth-child(even){
    transform: translateY(20px);
  }

  .recruit-training__section:before{
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
  }

  .recruit-training__section:after{
    width: 56px;
    height: 56px;
    border-width: 28px;
  }

  .recruit-training__title{
    padding: 0 0 0 26px;
    font-size: 1.75rem;
    line-height: 1.6;
  }

  .recruit-training__image{
    margin: 16px 0;
  }

  .recruit-training__body p{
    font-size: 1.4rem;
    line-height: 1.7;
  }
}


@media all and (max-width: 640px) {
  .recruit-features{
    margin: 20px 0 0;
    flex-direction: column-reverse;
  }

  .recruit-features__image{
    width: 100%;
  }

  .recruit-features__image img{
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .recruit-page .table--default table,
  .recruit-page .table--default tbody,
  .recruit-page .table--default tr,
  .recruit-page .table--default th,
  .recruit-page .table--default td{
    display: block;
  }

  .recruit-page .table--default table th{
    width: 100% !important;
    padding: 4px 12px;
    text-align: left;
  }

  .recruit-page .table--default table td{
    padding: 10px 12px;
  }

  .recruit-table-block dt{
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    font-size: 1.2rem;
  }

  .recruit-table-block dt:not(:first-child){
    margin-top: 8px;
  }


  .recruit-training{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recruit-training__section:nth-child(even){
    transform: translateY(0);
  }

  .recruit-training__image{
    margin: 12px 0;
  }

  .recruit-training__image img{
    max-width: 320px;
  }
}


/*------------------------------------------
 Recruit / CTA
------------------------------------------*/

.recruit-cta{
  margin: 64px -88px 0;
  padding: 40px 56px 52px;
  background: var(--color-main-l);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.recruit-cta:is(.recruit-training + *){
  margin-top: calc(72px + 40px);
}

.recruit-cta__title{
  margin: 0 0 24px;
  color: var(--color-main);
  font-size: 2.4rem;
  position: relative;
  z-index: 50;
}

.recruit-cta__link-list{
  width: 440px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: relative;
  z-index: 50;
}

.recruit-cta__box-inner{
  height: 152px;
  padding: 0 20px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.recruit-cta__box-inner:is(a):before{
  width: 36px;
  height: 36px;
  background-image: url(../img/arrow-standard-white.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color-main);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  transform: rotate(-45deg);
  transition: var(--animation-duration);
}

.recruit-cta__box-inner:is(a):hover .recruit-cta__box-heading{
  color: var(--color-main);
  letter-spacing: 0.06em;
}

.recruit-cta__box-inner:is(a):hover:before{
  transform: rotate(-45deg) scale(1.15);
}

.recruit-cta .recruit-cta__box-heading{
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.7;
  transition: var(--animation-duration);
}

.recruit-cta__box-heading span{
  color: var(--color-main);
  font-size: 1.3rem;
  display: block;
}

.recruit-cta__tel-num{
  margin: 4px 0 0;
}

.recruit-cta__tel-num a{
  width: fit-content;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(to right, var(--color-secondary), var(--color-main));
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruit-cta__box-guide-text{
  margin: 8px 0 0;
}

.recruit-cta__box-guide-text p{
  font-size: 1.4rem;
  line-height: 1.8;
}


.recruit-cta-slider{
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.recruit-cta-slider:after{
  width: 100%;
  height: 100%;
  background: var(--color-main-l);
  content: "";
  display: block;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.recruit-cta-slider__wrapper{
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.recruit-cta-slider__list{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  animation: slideShow 38s infinite linear;
}

.recruit-cta-slider__list img{
  width: 224px;
  height: auto;
}

.recruit-cta-slider__wrapper.--slider-2 .recruit-cta-slider__list{
  animation: slideShow2 38s infinite linear;
}

@keyframes slideShow {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes slideShow2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}


@media all and (max-width: 768px) {
  .recruit-cta{
    margin: 40px -16px 0;
    padding: 24px 16px 28px;
    border-radius: 16px;
  }

  .recruit-cta__title{
    margin: 0 0 12px;
    font-size: 1.9rem;
  }

  .recruit-cta__link-list{
    width: 100%;
    gap: 12px;
  }

  .recruit-cta__box-inner{
    height: auto;
    padding: 16px;
  }

  .recruit-cta__box-inner:is(a):before{
    width: 28px;
    height: 28px;
    background-size: 12px 12px;
    top: 10px;
    right: 10px;
  }

  .recruit-cta .recruit-cta__box-heading{
    font-size: 1.7rem;
  }

  .recruit-cta .recruit-cta__box-heading span{
    font-size: 1.2rem;
  }

  .recruit-cta__box-guide-text{
    margin: 4px 0 0;
  }

  .recruit-cta__box-guide-text p{
    font-size: 1.3rem;
  }

  .recruit-cta__tel-num{
    margin: 4px 0;
  }

  .recruit-cta__tel-num a{
    font-size: 2.3rem;
  }


  .recruit-cta-slider{
    right: 10px;
    gap: 10px;
  }

  .recruit-cta-slider:after{
    opacity: 0.8;
  }

  .recruit-cta-slider__list img{
    width: 160px;
  }
}


@media all and (max-width: 480px) {
  .recruit-cta-slider{
    display: block;
  }

  .recruit-cta-slider__wrapper.--slider-2{
    display: none;
  }
}



/*------------------------------------------

Page - Privacy Policy

------------------------------------------*/

.privacy-section {
  margin: 48px 0 0;
}
.privacy-section ul li {
  padding: 0 0 0 18px;
  font-size: 1.6rem;
  position: relative;
}
.privacy-section ul li:before {
  width: 5px;
  height: 5px;
  background: var(--main-color-d);
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 2px;
}
.privacy-section ul li:not(:first-child) {
  margin: 6px 0 0;
}

@media all and (max-width: 768px) {
  .privacy-section {
    margin: 28px 0 0;
  }
  .privacy-section ul li {
    padding: 0 0 0 16px;
    font-size: 1.4rem;
  }
  .privacy-section ul li:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .privacy-section ul li:not(:first-child) {
    margin: 8px 0 0;
  }
}



/*------------------------------------------

Footer

------------------------------------------*/

.g-footer{
  margin-top: 80px;
  padding: 64px 0;
  background: var(--color-main);
}

.g-footer:is(.top-banner-link + *),
.g-footer:is(.top-instagram-section + *){
  margin-top: 0;
}

.g-footer:where(.instagram-section + *){
  margin-top: 0;
}

.g-footer__inner{
  width: var(--width-top-content);
  margin: 0 auto;
  display: flex;
  gap: 56px;
}

.g-footer__inner > div:last-child{
  flex: 1;
}


/*------------------------------------------
Footer / Clinic Info
------------------------------------------*/

.footer-clinic-info{
  width: 540px;
}

.footer-clinic-info__inner{
  padding: 28px 24px;
  background: #fff;
  border-radius: 12px;
}

.footer-clinic-info__header{
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-clinic-info__logo-icon{
  width: 64px;
}

.footer-clinic-info__text{
  line-height: 1.6;
}

.footer-clinic-info__name{
  color: var(--color-main);
  font-size: 2.1rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.05em;
}

.footer-clinic-info__address{
  margin-top: 4px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.footer-clinic-info__access-link{
  margin: 0 0 0 6px;
}

.footer-clinic-info__access-link a{
  height: 24px;
  padding: 0 12px;
  color: #777;
  font-size: 1.3rem;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  display: block;
}

.footer-clinic-info__access-link a:hover{
  color: var(--fc-link);
  text-decoration: underline;
}

.footer-basic-info{
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
}

.footer-basic-info__item:not(:first-child){
  padding-left: 20px;
  border-left: 1px dashed var(--color-border-dashed);
}

.footer-basic-info__title{
  padding: 0 0 0 16px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.footer-basic-info__title:before{
  width: 4px;
  height: 100%;
  background: var(--color-main);
  border-radius: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-basic-info__body{
  margin: 10px 0 0;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.7;
}

.footer-basic-info__notes-text{
  color: #777;
  font-size: 1.3rem;
  font-weight: 400;
}


.footer-contact{
  margin: 20px 0 0;
}

.footer-contact__tel{
  padding: 16px 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--color-page-bg);
  border-radius: 8px;
}

.footer-contact__tel > div{
  padding: 0 16px;
}

.footer-contact__tel > div:not(:first-child){
  border-left: 1px dashed #D4D9DA;
}

.footer-contact__title{
  width: 100%;
  height: 22px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact__tel-num{
  margin: 12px 0 0;
  color: var(--color-main);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.footer-contact__web-reservation{
  margin: 16px 0 0;
}

.footer-contact__web-reservation ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.footer-contact__web-reservation a{
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: .2s;
}

.footer-contact__web-reservation a:before{
  width: 22px;
  aspect-ratio: 1 / 1;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
}

.footer-contact__web-reservation a:hover{
  opacity: .75;
}

.footer-contact__web-reservation .button--web a{
  background: var(--color-web-reservation);
}

.footer-contact__web-reservation .button--web a:before{
  background-image: url(../img/icon-web-reservation-white.svg);
}

.footer-contact__web-reservation .button--line a{
  background: var(--color-line);
}

.footer-contact__web-reservation .button--line a:before{
  background-image: url(../img/icon-line-white.svg);
}



/*------------------------------------------
Footer / Nav
------------------------------------------*/

.f-nav{
  padding: 12px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.f-nav__column > ul > li{
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
}

.f-nav__column > ul > li:not(:first-child){
  margin-top: 12px;
}

.f-nav li a{
  color: #fff;
}

.f-nav li a:hover{
  text-decoration: underline;
}

.f-nav .f-nav__sub ul{
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  row-gap: 6px;
}

.f-nav .f-nav__sub li{
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

.f-nav .f-nav__sub li:not(:first-child){
  margin-top: 2px;
}

.f-nav .f-nav__sub li a:before{
  width: 6px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
}



/*------------------------------------------
Footer / Copyright
------------------------------------------*/

.footer-copyright{
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright small{
  color: #fff;
  font-size: 1.25rem;
}


@media all and (max-width: 1200px) {
  .g-footer__inner{
    width: 100%;
    padding: 0 28px;
    gap: 40px;
  }

  .footer-clinic-info{
    width: 50%;
  }

  .footer-clinic-info__header{
    flex-direction: column;
    gap: 10px;
  }

  .footer-clinic-info__text{
    text-align: center;
  }

  .footer-clinic-info__name{
    font-size: 1.8rem;
  }

  .footer-clinic-info__address{
    font-size: 1.4rem;
    flex-direction: column;
    gap: 8px;
  }

  .footer-clinic-info__access-link{
    width: 100%;
  }

  .f-nav{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-contact__tel{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


@media all and (max-width: 768px) {
  .g-footer{
    margin: 48px 0 0;
    padding: 40px 0 0;
    gap: 20px;
  }

  .g-footer__inner{
    padding: 0 16px;
    flex-direction: column;
  }

  .footer-clinic-info{
    width: 100%;
  }

  .footer-clinic-info__inner{
    padding: 20px 16px;
  }

  .footer-clinic-address{
    display: block;
  }

  .footer-clinic-address__icon{
    width: 68px;
    margin: 0 auto;
  }

  .footer-clinic-address__text{
    margin: 12px 0 0;
  }

  .footer-clinic-address__name{
    font-size: 1.8rem;
  }

  .footer-clinic-address__address{
    font-size: 1.45rem;
  }


  .f-nav{
    width: 100%;
    padding: 0;
    gap: 20px;
  }

  .f-nav ul{
    margin-bottom: -8px;
  }

  .footer-copyright{
    margin: 28px -16px 0;
    padding: 16px 0;
    text-align: center;
  }

  .footer-copyright small{
    font-size: 1rem;
  }
}


@media all and (max-width: 480px) {
  .footer-basic-info{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-basic-info__item:not(:first-child){
    padding: 16px 0 0;
    border-top: 1px dashed var(--color-border-dashed);
    border-left: none;
  }

  .footer-contact__web-reservation ul{
    gap: 10px;
  }

  .f-nav__column > ul > li{
    font-size: 1.45rem;
  }

  .f-nav .f-nav__sub ul{
    margin: 10px;
    column-gap: 12px;
    row-gap: 5px;
  }

  .f-nav .f-nav__sub li{
    font-size: 1.3rem;
  }
}

