@charset "UTF-8";
:root {
  --text-color: #333;
  /*メイン色*/
  --main-color: #58b364;
  /*サブ色*/
  --sub-color: #f2921c;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #f4faf0;
  /*境界線色*/
  --border-color: #ccc;
}

/*==================================================================

  基本・共有

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

body,
header,
.nav.fixed {
  min-width: 1240px;
}
@media (min-width: 641px) and (max-width: 1024px) {
  body,
header,
.nav.fixed {
    min-width: 1300px;
  }
}

@media screen and (max-width: 640px) {
  body,
header,
.nav.fixed {
    min-width: 100%;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  /* ナビ展開時スクロール禁止処理 */
  body.nav-open {
    overflow: hidden !important;
  }
}

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

iframe {
  max-width: 100%;
  vertical-align: top;
}

main {
  display: block;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: #a5a5a5;
}

::-moz-selection {
  background-color: #a5a5a5;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}

/* inner */
.inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .inner {
    max-width: none;
    padding-inline: 5%;
    margin-inline: 0;
  }
}

/* hover */
.hover {
  transition: opacity 0.3s;
}
.hover:hover {
  opacity: 0.7;
}

/* テキスト画像 */
.textImg span {
  display: block;
  height: 0;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ボタン */
.btn01 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 106%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.7;
  padding: 28px 100px 28px 50px;
  background: url(../images/btn_arrow.png) right 36px center/30px auto no-repeat, linear-gradient(90deg, #55bb75 0%, #99d78b 100%);
  border-radius: 46px;
}
@media (hover: hover) {
  .btn01 a {
    transition: background-position 0.2s ease-in-out;
  }
  .btn01 a:hover {
    background-position: right 24px center, left top;
  }
}

@media screen and (max-width: 640px) {
  .btn01 a {
    background-position: right 20px center, left top;
    padding: 20px 60px 20px 30px;
  }
}
@media screen and (max-width: 640px) and (hover: hover) {
  .btn01 a:hover {
    background-position: right 10px center, left top;
  }
}

/* タイトル */
.titEn {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}

.tit {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
}
.tit:not(:first-child) {
  margin-top: 30px;
}

.tit.textImg {
  margin-inline: auto;
}

.tit.textImg:not(:first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  .titEn {
    font-size: clamp(13px, 4.3vw, 16px);
  }
  .tit {
    font-size: clamp(24px, 8vw, 30px);
  }
  .tit:not(:first-child) {
    margin-top: 20px;
  }
  .tit.textImg:not(:first-child) {
    margin-top: calc(20px + 0.2em);
  }
}

/* 予約 */
.appointment_tit {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  background: url(../images/appointment_tit_bg.png) center top/auto 100% no-repeat;
  min-height: 152px;
  padding-top: 18px;
  padding-bottom: 38px;
}
.appointment_btn {
  margin-top: 20px;
}
.appointment_btn a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 75px;
  border: 3px solid #fff;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding-block: 30px;
  box-shadow: 0px 0px 20px 0px rgb(109 109 109 / 0.2);
}
.appointment_btn_web {
  background: url(../images/appointment_btn_arrow.png) right 50px center/50px auto no-repeat, linear-gradient(90deg, #f2921c 0%, #e0ab5f 100%);
  padding-left: 175px;
  padding-right: 100px;
}
@media (hover: hover) {
  .appointment_btn_web {
    transition: background-position 0.2s ease-in-out;
  }
  .appointment_btn_web:hover {
    background-position: right 34px center, left top;
  }
}
.appointment_btn_web img {
  width: 50px;
}
.appointment_btn_tel {
  background: linear-gradient(90deg, #b1917a 0%, #ceb29a 100%);
  padding-left: 115px;
}
.appointment_btn_tel img {
  width: 34px;
}
.appointment_btn_tel > span {
  display: block;
  text-align: center;
}
.appointment_btn_tel_num {
  display: block;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.appointment_btn_tel_num span {
  font-size: 59%;
}

@media print, screen and (min-width: 641px) {
  .appointment_btn {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .appointment_btn a {
    flex-flow: column;
    min-width: 530px;
    position: relative;
  }
  .appointment_btn a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .appointment_btn_web img {
    left: 80px;
  }
  .appointment_btn_tel img {
    left: 55px;
  }
}

@media screen and (max-width: 640px) {
  .appointment_tit {
    font-size: clamp(18px, 5.5vw, 22px);
    min-height: 3.8em;
    padding-top: 3%;
    padding-bottom: 6%;
	letter-spacing: 0.1em;
  }
  .appointment_btn {
    max-width: 380px;
    margin-inline: auto;
  }
  .appointment_btn a {
    align-items: center;
    font-size: clamp(18px, 5.3vw, 20px);
    padding: 18px 45px;
  }
  .appointment_btn a:not(:last-child) {
    margin-bottom: 15px;
  }
  .appointment_btn a img {
    margin-right: 10px;
  }
  .appointment_btn_web {
    background-position: right 20px center, left top;
    background-size: 25px auto, auto;
  }
  .appointment_btn_web img {
    width: 25px;
  }
  .appointment_btn_tel img {
    width: 17px;
  }
}

@media screen and (max-width: 640px) and (hover: hover) {
  .appointment_btn_web:hover {
    background-position: right 10px center, left top;
  }
}

/*==================================================================

  h1

==================================================================*/
h1 {
  font-size: 13px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  h1 {
    padding: 5px 5%;
    background: var(--bg-color);
    text-align: center;
  }
}

/*============================================================================

  header

============================================================================*/
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header_inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 15px;
}
.header_flex {
  display: flex;
  margin-top: 8px;
}
.header_logo {
  width: 332px;
  padding-top: 8px;
}
.header_info {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.header_address {
  line-height: 1;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.header_tel {
  color: #fff;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height: 1;
  background: linear-gradient(90deg, #55bb75 0%, #99d78b 100%);
  padding: 18px 36px;
  margin-top: 20px;
}
.header_tel > span {
  font-size: 20px;
}
.header_tel > span:last-child {
  padding-left: 15px;
}
.header_tel > span span {
  font-size: 17px;
}

@media screen and (max-width: 640px) {
  .header {
    display: none;
  }
}

/*============================================================================

  固定ボタン

============================================================================*/
.fixedBtn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 132px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  pointer-events: none;
}
.fixedBtn a {
  display: block;
  width: 100%;
  pointer-events: auto;
}

@media (hover: hover) {
  .fixedBtn a {
    transition: opacity 0.3s;
  }
  .fixedBtn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1464px) {
  .fixedBtn {
    width: 80px;
  }
}

@media screen and (max-width: 640px) {
  .fixedBtn {
    display: none;
  }
}

/*==================================================================

  メインビジュアル

==================================================================*/
.mv {
  position: relative;
}
.mv_img img {
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_catch {
  width: 100%;
  position: absolute;
  top: 323px;
  left: 0;
}
.mv_circle {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.mv_symptom {
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  background: #fff;
  padding-top: 1px;
}
.mv_symptom_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  background: #56bb75;
  padding: 17px 25px;
  margin-left: 25px;
  margin-top: -45px;
  position: relative;
}
.mv_symptom_tit::before {
  display: block;
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background: url(../images/mv_symptom_tit_dec.png) left top/100% auto no-repeat;
  position: absolute;
  left: 64px;
  bottom: -20px;
}
.mv_symptom_list {
  padding: 35px 110px;
}
.mv_symptom_list li {
  padding-left: 44px;
  position: relative;
}
.mv_symptom_list li::before {
  display: block;
  content: "";
  width: 34px;
  aspect-ratio: 1;
  background: url(../images/mv_symptom_check.png) left top/100% auto no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv_symptom_end {
  color: #f45d51;
  background: #f1eeec;
  padding: 13px 0;
}
.mv_symptom_end span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.mv_symptom_end span::before {
  display: block;
  content: "";
  width: 46px;
  aspect-ratio: 1;
  background: url(../images/mv_symptom_exclamation.png) left top/100% auto no-repeat;
  position: absolute;
  left: -60px;
  top: -23px;
}

@media print, screen and (min-width: 641px) {
  .mv_inner {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_symptom {
    width: 100%;
    max-width: 910px;
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  .mv_symptom_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 35px;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    margin-top: 55px;
  }
  .mv_img img {
    height: 400px;
  }
  .mv_catch {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 250px;
    padding-inline: 5%;
    top: 0;
  }
  .mv_catch img {
    width: 100%;
    max-width: 378px;
  }
  .mv_circle {
    width: 120px;
    min-height: 400px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    right: 5%;
    bottom: auto;
    top: 0;
  }
  .mv_symptom {
    font-size: 107%;
    margin-top: 20px;
  }
  .mv_symptom_tit {
    width: 89%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .mv_symptom_tit::before {
    left: 20px;
  }
  .mv_symptom_list {
    padding: 35px 5%;
  }
  .mv_symptom_list li {
    padding-left: calc(1.8em + 8px);
  }
  .mv_symptom_list li:not(:last-child) {
    margin-bottom: 1em;
  }
  .mv_symptom_list li::before {
    width: 1.8em;
    bottom: auto;
    top: 0;
  }
  .mv_symptom_end {
    font-size: 18px;
    padding: 15px 5%;
  }
  .mv_symptom_end span::before {
    width: 40px;
    left: -5%;
    top: -40px;
  }
}

/*============================================================================

  nav

============================================================================*/
.nav {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

@media print, screen and (min-width: 641px) {
  .nav_wrap {
    min-height: 160px;
  }
  .nav :is(.btn_menu) {
    display: none;
  }
  .nav {
    width: 100%;
    background: linear-gradient(90deg, #55bb75 0%, #99d78b 100%);
    position: relative;
    z-index: 10;
  }
  .menu_list_wrap {
    width: 1200px;
    margin-inline: auto;
  }

  /*----------ナビメニュー----------*/
  .nav_menu {
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_menu a {
    color: #fff;
  }
  .nav_menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_menu_tit {
    display: block;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-align: center;
    padding: 5px 20px;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
  }
  a.nav_menu_tit:hover {
    color: var(--sub-color);
  }
  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }

  /* 装飾 */
  .nav_menu_tit::before {
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_menu > li:last-child .nav_menu_tit::before {
    display: none;
  }

  /*----------ナビ固定時----------*/
  .nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .nav.fixed .nav_menu {
    min-height: 80px;
  }

  /*----------ドロップダウンメニュー----------*/
  .child_menu {
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgb(0 0 0 / 0.1) 0px 4px 12px;
    position: absolute;
    top: 95%;
    left: 0%;
    z-index: 9999;
    transition: 0.2s ease-in-out;
  }
  .nav_slidebtm:hover .child_menu,
.nav_slidebtm:focus-within > .child_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .child_menu:not(.mega_menu) {
    width: 200px;
  }
  .child_menu:not(.mega_menu) a {
    display: block;
    padding: 12px 20px;
    background: rgb(255 255 255 / 0.6);
    position: relative;
  }
  .child_menu:not(.mega_menu) a:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .child_menu:not(.mega_menu) a:hover {
    color: var(--main-color);
    background: #fcfcfc;
  }

  /* ------- メガメニュー ------- */
  .nav_menu > li.is_mega {
    position: static !important;
  }
  .mega_menu {
    width: 100%;
    background: rgb(255 255 255 / 0.6);
  }
  .mega_menu_inner {
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
  }
  .mega_menu_col {
    width: 100%;
  }
  .mega_menu_list > li a {
    position: relative;
    display: block;
    padding: 8px 0 8px 1.2em;
    transition: color 0.2s ease-in-out;
    position: relative;
  }
  .mega_menu_list > li a:hover {
    color: var(--sub-color);
  }
  .mega_menu_list > li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media screen and (max-width: 640px) {
  .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .nav .sp_logo {
    width: calc(100% - 55px);
  }
  .nav .sp_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 5px;
  }
  .nav .sp_logo img {
    width: auto;
    max-height: 100%;
  }

  /* ------- ハンバーガーボタン ------- */
  .btn_menu {
    position: relative;
    right: 0;
    color: #fff;
    width: 55px;
    background: var(--main-color);
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn_menu i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-style: normal;
    font-family: "quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .btn_menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
  .btn_menu span:nth-of-type(1) {
    top: 10px;
  }
  .btn_menu span:nth-of-type(2) {
    top: 20px;
  }
  .btn_menu span:nth-of-type(3) {
    top: 30px;
  }

  /* 押下時 */
  .btn_menu.active {
    right: 16.25rem;
  }
  .btn_menu.active span:nth-of-type(1) {
    top: 20px;
    transform: rotate(225deg);
  }
  .btn_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn_menu.active span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-225deg);
  }

  /* ------- スライドメニュー ------- */
  .menu_list_wrap {
    width: 16.25rem;
    height: 100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: var(--main-color);
    padding: 15px;
    position: fixed;
    top: 0;
    right: -16.25rem;
    z-index: 2;
    overflow: hidden;
  }

  /* 展開時 */
  body.nav-open .menu_list_wrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }
  .menu_list_wrap,
.menu_list_wrap a {
    color: #fff;
  }
  .menu_list_wrap a {
    display: block;
  }
  .nav_menu {
    font-size: 16px;
  }
  .nav_menu > li {
    border-bottom: 1px solid #fff;
  }
  .nav_menu > li:first-child {
    border-top: 1px solid #fff;
  }
  .nav_menu .nav_menu_tit,
.nav_menu .parent_menu {
    padding: 15px 10px;
  }

  /* ------- 下層のあるメニュー ------- */
  .nav_menu .child_menu {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .nav_menu .child_menu a {
    padding: 5px 10px 5px 1.2em;
    text-indent: -1.2em;
  }
  .nav_menu .child_menu a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }

  /* アコーディオンやメガでない時に、展開中に含まれる扉ページのリンクを非表示 */
  .nav_menu .nav_slidebtm:not(.is_accord, .is_mega) .child_menu a.sp:first-of-type {
    display: none !important;
  }

  /* アコーディオン&メガメニュー */
  .nav_slidebtm.is_accord,
.nav_slidebtm.is_mega {
    cursor: pointer;
  }
  .nav_slidebtm.is_accord .parent_menu,
.nav_slidebtm.is_mega .parent_menu {
    position: relative;
  }
  .nav_slidebtm:not(.is_accord, .is_mega) .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_slidebtm.is_accord .parent_menu::before,
.nav_slidebtm.is_mega .parent_menu::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067";
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .nav_slidebtm.is_accord > a.nav_menu_tit,
.nav_slidebtm.is_mega > a.nav_menu_tit {
    display: none;
  }
  .nav_slidebtm.is_accord .child_menu,
.nav_slidebtm.is_mega .child_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  /* アコーディオン&メガメニュー展開時 */
  .nav_slidebtm.is_accord.active .parent_menu::before,
.nav_slidebtm.is_mega.active .parent_menu::before {
    content: "\f068";
  }
  .nav_slidebtm.is_accord.active .child_menu,
.nav_slidebtm.is_mega.active .child_menu {
    opacity: 1;
    visibility: visible;
  }

  /* ------- メガメニュー ------- */
  .mega_menu_inner > *:not(:last-child) {
    margin-bottom: 20px;
  }

  /* ヘッダー固定ボタンエリア */
  .btn_area {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .btn_area ul {
    display: flex;
    gap: 0 4px;
    background: #fff;
    padding: 5px 2px;
  }
  .btn_area li {
    width: 100%;
  }
  .btn_area li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px;
    background: var(--main-color);
  }
  .btn_area li:nth-child(even) a {
    background: var(--sub-color);
  }
  .btn_area li a i {
    margin-right: 5px;
  }

  /* ナビ展開時の後ろの背景 */
  .nav_overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.2);
  }
  body.nav-open .nav_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/*============================================================================

  kidney

============================================================================*/
.kidney_head {
  color: #fff;
  padding-top: 205px;
  background: url(../images/kidney_head_bg.jpg) center top no-repeat;
}
.kidney .textImg span {
  padding-top: 66px;
  background-image: url(../images/kidney_tit.png);
}
.kidney_text {
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
  text-shadow: 0 0 10px #2d5e3c, 0 0 10px #2d5e3c, 0 0 20px #2d5e3c;
  margin-top: 65px;
}
.kidney_function {
  margin-top: -335px;
}
.kidney_function_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  background: #f2921c;
  padding: 30px 84px;
  margin: 0 auto 190px;
  position: relative;
}
.kidney_function_tit::before {
  display: block;
  content: "";
  width: 48px;
  aspect-ratio: 96/160;
  background: url(../images/kidney_function_arrow.png) center top/100% auto no-repeat;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.kidney_function_nav li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 380/300;
  background: #fff;
  border-radius: 20px;
  color: var(--text-color);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  box-shadow: 0px 0px 20px 0px #a4b7a0;
}
.kidney_function_nav li a img {
  width: 100%;
  max-width: 132px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .kidney_function_nav li a img {
    transition: transform 0.3s;
  }
  .kidney_function_nav li a:hover img {
    transform: translate(-50%, 10px);
  }
}
.kidney_function_con {
  background: url(../images/kidney_function_bg_l_b.png) left bottom no-repeat, url(../images/kidney_function_bg_r_t.png) right top no-repeat, linear-gradient(0deg, #eef9ed 0%, #def5e8 100%);
  padding-top: 255px;
  padding-bottom: 215px;
  margin-top: -120px;
}
.kidney_function_item:not(:last-child) {
  margin-bottom: 65px;
}
.kidney_function_item_tit {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.kidney_function_item_tit img {
  width: 80px;
  flex-shrink: 0;
}
.kidney_function_item_text:not(:last-child) {
  margin-bottom: 20px;
}
.kidney_function_item_text.kidney_function_item_text-s {
  font-size: 15px;
  line-height: 1.6;
}

@media print, screen and (min-width: 641px) {
  .kidney_head {
    min-height: 949px;
  }
  .kidney_text {
    font-size: 20px;
  }
  .kidney_function_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kidney_function_nav li {
    width: 380px;
  }
  .kidney_function_con .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .kidney_function_img {
    width: 592px;
    flex-shrink: 0;
  }
  .kidney_function_list {
    width: 540px;
  }
}

@media screen and (max-width: 640px) {
  .kidney_head {
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(../images/kidney_head_bg_sp.jpg) #86cc78 center top/100% auto no-repeat;
  }
  .kidney .textImg {
    max-width: 200px;
  }
  .kidney .textImg span {
    padding-top: 16.5%;
  }
  .kidney_text {
    margin-top: 25px;
  }
  .kidney_function {
    margin-top: -60px;
  }
  .kidney_function_tit {
    font-size: clamp(18px, 5.3vw, 20px);
    padding: 15px 20px;
    margin-bottom: 90px;
  }
  .kidney_function_tit::before {
    width: 24px;
    bottom: -10px;
  }
  .kidney_function_nav {
    max-width: 240px;
    margin-inline: auto;
  }
  .kidney_function_nav li:not(:last-child) {
    margin-bottom: 40px;
  }
  .kidney_function_nav li a {
    font-size: clamp(18px, 5.3vw, 20px);
  }
  .kidney_function_nav li a img {
    max-width: 66px;
    top: -30px;
  }
  .kidney_function_con {
    background-size: 80% auto, 80% auto, auto;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: -80px;
  }
  .kidney_function_img {
    max-width: 296px;
    margin: 0 auto 30px;
  }
  .kidney_function_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .kidney_function_item_tit {
    gap: 0 10px;
    font-size: clamp(18px, 5.3vw, 20px);
    margin-bottom: 15px;
  }
  .kidney_function_item_tit img {
    width: 60px;
  }
}

/*============================================================================

  ckd

============================================================================*/
.ckd {
  background: url(../images/ckd_bg.jpg);
  padding-bottom: 290px;
  overflow: hidden;
}
.ckd_head {
  color: #fff;
  padding-top: 240px;
  background: url(../images/ckd_head_bg.jpg) center top no-repeat;
}
.ckd .inner {
  position: relative;
  z-index: 1;
}
.ckd section {
  max-width: 1400px;
  padding-top: 130px;
  padding-bottom: 125px;
  margin-inline: auto;
  position: relative;
}
.ckd section:not(:last-child) {
  margin-bottom: 125px;
}
.ckd section::before, .ckd section::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 20px;
  position: absolute;
}
.ckd section::before {
  background: linear-gradient(90deg, #bfa089 0%, #eddfd4 100%);
  right: -40px;
  bottom: -40px;
}
.ckd section::after {
  background: #fff;
  right: 0;
  bottom: 0;
}
.ckd_titSub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 80px;
  background: url(../images/ckd_tit_dec.png) center bottom no-repeat;
  margin-bottom: 50px;
}
.ckd_text {
  margin-bottom: 45px;
}
.ckd_text_strong {
  font-size: 111%;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #e0f2e0;
          text-decoration-color: #e0f2e0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1em;
  text-underline-offset: -0.3em;
  margin-top: 15px;
  margin-bottom: 27px;
}
.ckd_text_fsS {
  font-size: 83%;
  margin-top: 20px;
}
.ckd_check {
  margin-top: -225px;
}
.ckd_check_chart {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.ckd_check_list_tit,
.ckd_check_list ol li {
  aspect-ratio: 190/170;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.ckd_check_list_tit {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.ckd_check_list_tit::before {
  display: block;
  content: "";
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
}
.ckd_check_list ol {
  font-size: 26px;
  line-height: 1.2;
}
.ckd_check_list ol li {
  border-radius: 20px;
}
.ckd_check_list.ckd_check_list-stage .ckd_check_list_tit, .ckd_check_list.ckd_check_list-stage .ckd_check_list_tit::before {
  background: #56bb75;
}
.ckd_check_list.ckd_check_list-stage ol li {
  font-size: 85%;
}
.ckd_check_list.ckd_check_list-stage ol li:nth-child(1) {
  background: #d0ebe1;
}
.ckd_check_list.ckd_check_list-stage ol li:nth-child(2) {
  background: #bcdfce;
}
.ckd_check_list.ckd_check_list-stage ol li:nth-child(3) {
  background: #b1d6c4;
}
.ckd_check_list.ckd_check_list-stage ol li:nth-child(4) {
  background: #9eccab;
}
.ckd_check_list.ckd_check_list-stage ol li:nth-child(5) {
  background: #87c097;
}
.ckd_check_list.ckd_check_list-stage ol li span {
  display: block;
  font-size: 155%;
}
.ckd_check_list.ckd_check_list-egfr .ckd_check_list_tit, .ckd_check_list.ckd_check_list-egfr .ckd_check_list_tit::before {
  background: #bfa08a;
}
.ckd_check_list.ckd_check_list-egfr ol li:nth-child(1) {
  background: #f7ece4;
}
.ckd_check_list.ckd_check_list-egfr ol li:nth-child(2) {
  background: #f5e5da;
}
.ckd_check_list.ckd_check_list-egfr ol li:nth-child(3) {
  background: #f1dcce;
}
.ckd_check_list.ckd_check_list-egfr ol li:nth-child(4) {
  background: #eacfbd;
}
.ckd_check_list.ckd_check_list-egfr ol li:nth-child(5) {
  background: #d5b5a0;
}
.ckd_check_list.ckd_check_list-treatment .ckd_check_list_tit, .ckd_check_list.ckd_check_list-treatment .ckd_check_list_tit::before {
  background: #86cc78;
}
.ckd_check_list.ckd_check_list-treatment ol li:nth-child(1) {
  background: #d0eaf1;
}
.ckd_check_list.ckd_check_list-treatment ol li:nth-child(2) {
  aspect-ratio: auto;
  background: #ffd8a7;
}
.ckd_check_list.ckd_check_list-treatment ol li:nth-child(3) {
  background: #ef9d9d;
}
.ckd_check_end_text {
  padding-top: 85px;
  background: url(../images/ckd_check_arrow.png) center top/50px auto no-repeat;
  margin-top: 55px;
}
.ckd_check_end_text.textImg span {
  background-image: url(../images/ckd_check_text.png);
  padding-top: 40px;
}
.ckd_check_end_text2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: center;
  margin-top: 22px;
}
.ckd_symptom .ckd_text {
  text-align: center;
}
.ckd_symptom_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ckd_symptom_body {
  width: 294px;
  padding-top: 30px;
}
.ckd_symptom_parts {
  width: 398px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.ckd_symptom_parts_item {
  box-shadow: 0px 0px 10px 0px #96d68a;
  border-radius: 10px;
  background: #fff;
  padding: 18px 35px 20px 0;
}
.ckd_symptom_parts_item:not(:last-child) {
  margin-bottom: 21px;
}
.ckd_symptom_parts_item_icon {
  width: 90px;
  background: #56bc75;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: -23px;
}
.ckd_symptom_parts_item_text {
  line-height: 1.5;
}
.ckd_symptom_parts_item_tit {
  color: #3fa45e;
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 12px;
}
.ckd_symptom_parts_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ckd_symptom_parts_item ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.ckd_symptom_parts_item ul li::before {
  content: "・";
}
.ckd_symptom_parts:nth-of-type(3) {
  margin: 40px auto 0;
}
.ckd_symptom_end {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f2921c;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6;
  margin: 40px auto 0;
}
.ckd_symptom_end * {
  letter-spacing: 0.12em;
}
.ckd_symptom_end > span {
  display: block;
  padding-inline: 30px;
}
.ckd_symptom_end > span:not(:last-child) {
  margin-bottom: 15px;
}
.ckd_symptom_end_strong {
  font-size: 146%;
  padding-bottom: 10px;
  background: linear-gradient(0deg, #f1e3d2 0%, #f1e3d2 1.2em, transparent 1.2em, transparent 100%);
}
.ckd_symptom_end_strong span {
  display: inline-block;
  color: #fff;
  font-size: 105%;
  border-radius: 40px;
  background: #f2921c;
  padding: 6px 40px;
  margin-right: 10px;
}

@media print, screen and (min-width: 641px) {
  .ckd_head {
    min-height: 792px;
  }
  .ckd_text {
    font-size: 106%;
    line-height: 2.5;
  }
  .ckd_text_strong {
    margin-left: -15px;
  }
  .ckd_text_strong::before {
    content: "　";
  }
  .ckd_check .ckd_text {
    padding-left: 25px;
  }
  .ckd_check_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 12px;
    padding-block: 5px;
  }
  .ckd_check_list_tit,
.ckd_check_list ol li {
    width: 190px;
  }
  .ckd_check_list_tit::before {
    right: -30px;
    top: 0;
  }
  .ckd_check_list ol {
    width: 998px;
    display: flex;
    justify-content: flex-end;
    gap: 0 12px;
  }
  .ckd_check_list.ckd_check_list-illust {
    padding-block: 0;
  }
  .ckd_check_list.ckd_check_list-treatment ol li:nth-child(2) {
    width: 594px;
  }
  .ckd_symptom .ckd_text {
    margin-bottom: 65px;
  }
  .ckd_symptom_con {
    position: relative;
  }
  .ckd_symptom_con::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/ckd_symptom_body_line.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ckd_symptom_parts_item {
    display: flex;
    align-items: center;
    gap: 0 22px;
    margin-left: 23px;
  }
  .ckd_symptom_parts:nth-of-type(1) .ckd_symptom_parts_item:nth-child(1) {
    margin-bottom: 43px;
  }
  .ckd_symptom_parts:nth-of-type(1) .ckd_symptom_parts_item:nth-child(2) {
    margin-bottom: 60px;
  }
  .ckd_symptom_parts:nth-of-type(1) .ckd_symptom_parts_item:nth-child(3) {
    margin-bottom: 62px;
  }
  .ckd_symptom_parts:nth-of-type(1) .ckd_symptom_parts_item:last-child {
    display: none;
  }
  .ckd_symptom_parts:nth-of-type(2) .ckd_symptom_parts_item:nth-child(2) {
    margin-bottom: 24px;
  }
  .ckd_symptom_parts:nth-of-type(2) .ckd_symptom_parts_item:nth-child(4) {
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 640px) {
  .ckd {
    background-size: 4px auto;
    padding-bottom: 60px;
  }
  .ckd_head {
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(../images/ckd_head_bg_sp.jpg) #b79881 center top/100% auto no-repeat;
  }
  .ckd section {
    width: 95%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ckd section:not(:last-child) {
    margin-bottom: 60px;
  }
  .ckd section::before {
    right: -3%;
    bottom: -20px;
  }
  .ckd section .inner {
    padding-inline: 3%;
  }
  .ckd_titSub {
    max-width: 366px;
    font-size: clamp(18px, 5.8vw, 22px);
    background-size: 100% auto;
    padding-bottom: clamp(10px, 12.5%, 46px);
    margin: 0 auto 30px;
  }
  .ckd_text {
    margin-bottom: 30px;
  }
  .ckd_text_strong {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ckd_text_fsS {
    font-size: 93%;
  }
  .ckd_check {
    margin-top: -40px;
  }
  .ckd_check_chart {
    display: flex;
    align-items: flex-end;
  }
  .ckd_check_list {
    width: 25%;
  }
  .ckd_check_list_tit {
    font-size: clamp(12px, 3.7vw, 18px);
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
  }
  .ckd_check_list_tit::before {
    width: 100%;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 0;
    bottom: -10px;
  }
  .ckd_check_list ol {
    font-size: clamp(10px, 3.2vw, 16px);
    line-height: 1.2;
  }
  .ckd_check_list ol li {
    border-radius: 0;
  }
  .ckd_check_list ol li:first-child {
    border-radius: 10px 10px 0 0;
  }
  .ckd_check_list ol li:last-child {
    border-radius: 0 0 10px 10px;
  }
  .ckd_check_list.ckd_check_list-stage ol li {
    font-size: 100%;
  }
  .ckd_check_list.ckd_check_list-treatment ol li:nth-child(2) {
    aspect-ratio: 190/510;
  }
  .ckd_check_end_text {
    padding-top: 65px;
    margin-top: 30px;
  }
  .ckd_check_end_text.textImg {
    max-width: 340px;
    margin-inline: auto;
  }
  .ckd_check_end_text.textImg span {
    background-image: url(../images/ckd_check_text_sp.png);
    padding-top: 21.1%;
  }
  .ckd_check_end_text2 {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 15px;
  }
  .ckd_symptom_con {
    position: relative;
  }
  .ckd_symptom_body {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
  .ckd_symptom_parts {
    width: 40%;
  }
  .ckd_symptom_parts_item {
    padding: 1px 10px 10px;
  }
  .ckd_symptom_parts_item:not(:last-child) {
    margin-bottom: 25px;
  }
  .ckd_symptom_parts_item_icon {
    width: 60px;
    margin: -20px auto 10px;
  }
  .ckd_symptom_parts_item_tit {
    font-size: clamp(14px, 4.2vw, 20px);
    text-align: center;
  }
  .ckd_symptom_parts_item ul {
    font-size: clamp(13px, 3.4vw, 14px);
    justify-content: flex-start;
    gap: 0 1em;
  }
  .ckd_symptom_parts:nth-of-type(3) {
    display: none;
  }
  .ckd_symptom_end {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 30px;
  }
  .ckd_symptom_end > span {
    padding-inline: 0.5em;
  }
  .ckd_symptom_end > span:not(:last-child) {
    margin-bottom: 10px;
  }
  .ckd_symptom_end_strong {
    font-size: 111%;
    letter-spacing: 0.1em;
    background: linear-gradient(0deg, #f1e3d2 0%, #f1e3d2 80%, transparent 80%, transparent 100%);
  }
  .ckd_symptom_end_strong span {
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}

/*============================================================================

  happen

============================================================================*/
.happen {
  overflow: hidden;
}
.happen .inner {
  position: relative;
  z-index: 1;
}
.happen_head {
  color: #fff;
  padding-top: 240px;
  background: url(../images/happen_head_bg.jpg) center top no-repeat;
  text-align: center;
}
.happen_text {
  margin-top: 100px;
}
.happen_text strong {
  font-size: 111%;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 4px solid #86cc78;
}
.happen_text2 {
  margin-top: 75px;
}
.happen_text2.textImg span {
  padding-top: 60px;
  background-image: url(../images/happen_text.png);
}
.happen_text3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text-color);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  background: linear-gradient(135deg, #def5e8 0%, #eef9ed 100%);
  border-radius: 20px;
  padding: 40px 80px;
  margin: 55px auto 0;
}
.happen_text3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 106%;
  background: #f2921c;
  padding: 9px 45px;
  margin: 18px auto 0;
}
.happen_list {
  padding-top: 1px;
  padding-bottom: 55px;
  position: relative;
}
.happen_list::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 427px);
  background: linear-gradient(0deg, #d2f0cc 0%, #85c699 100%);
  -webkit-clip-path: polygon(0 0, 50% 427px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 427px, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -427px;
}
.happen_list .inner {
  margin-top: -40px;
}
.happen_list .inner::before, .happen_list .inner::after {
  display: block;
  content: "";
  width: 233px;
  aspect-ratio: 1;
  background: #6fb182;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.happen_list .inner::before {
  right: -142px;
  top: -55px;
}
.happen_list .inner::after {
  left: -136px;
  bottom: -35px;
}
.happen_item {
  background: #fff;
  border-radius: 20px;
  padding: 70px 43px 50px;
  line-height: 2.2;
}
.happen_item_tit {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
}
.happen_item_tit::after {
  display: block;
  content: "";
  max-width: 227px;
  width: 100%;
  height: 2px;
  background: #f2921c;
  margin: 15px auto 0;
}
.happen_item p:not(:last-child) {
  margin-bottom: 2em;
}
.happen_item_strong {
  color: #56bc75;
  font-weight: bold;
}
.happen_item_illust {
  text-align: center;
}
.happen_item_illust img {
  width: 100%;
  max-width: 288px;
}
.happen_item_symptom li {
  padding-left: 1em;
  position: relative;
}
.happen_item_symptom li::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #86cc78;
  position: absolute;
  left: 0;
  top: calc((2.2em - 5px) / 2);
}
.happen_item_symptom .happen_item_strong {
  font-size: 113%;
}
.happen_end {
  background: url(../images/happen_end_bg.jpg) center top no-repeat;
  padding-top: 445px;
  position: relative;
}
.happen_end::before {
  display: block;
  content: "";
  width: 100%;
  height: 338px;
  background: #d2f0cc;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -1px;
}
.happen_end_text {
  margin-bottom: 62px;
}
.happen_end_text.textImg span {
  padding-top: 148px;
  background-image: url(../images/happen_end_text.png);
}

@media print, screen and (min-width: 641px) {
  .happen_head {
    min-height: 1273px;
  }
  .happen_text {
    font-size: 18px;
  }
  .happen_list .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 40px;
  }
  .happen_item {
    width: 580px;
  }
  .happen_item_symptom {
    font-size: 15px;
  }
  .happen_end {
    min-height: 1115px;
  }
}

@media screen and (max-width: 640px) {
  .happen_head {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url(../images/happen_head_bg_sp.jpg);
    background-size: 100% auto;
    background-color: #438e58;
  }
  .happen_text {
    margin-top: 25px;
  }
  .happen_text strong {
    border-width: 2px;
  }
  .happen_text2 {
    margin-top: 25px;
  }
  .happen_text2.textImg {
    max-width: 304px;
    margin-inline: auto;
  }
  .happen_text2.textImg span {
    padding-top: 21.7%;
    background-image: url(../images/happen_text_sp.png);
  }
  .happen_text3 {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 20px 6%;
    margin-top: 25px;
  }
  .happen_text3 span {
    padding: 5px 10px;
    margin-top: 0.5em;
  }
  .happen_list {
    padding-bottom: 30px;
  }
  .happen_list::before {
    height: calc(100% + 80px);
    -webkit-clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0 100%);
    top: -80px;
  }
  .happen_list .inner::before, .happen_list .inner::after {
    width: 100px;
  }
  .happen_list .inner::before {
    right: -6%;
    top: -20px;
  }
  .happen_list .inner::after {
    left: -6%;
    bottom: -20px;
  }
  .happen_item {
    padding: 30px 6%;
  }
  .happen_item:not(:last-child) {
    margin-bottom: 25px;
  }
  .happen_item_tit {
    font-size: clamp(18px, 5.8vw, 22px);
    margin-bottom: 20px;
  }
  .happen_item p:not(:last-child) {
    margin-bottom: 1em;
  }
  .happen_item_symptom .happen_item_strong {
    display: block;
  }
  .happen_end {
    background: url(../images/happen_end_bg_sp_t.png) center top 40px/100% auto no-repeat, url(../images/happen_end_bg_sp_b.png) center bottom/100% auto no-repeat, linear-gradient(0deg, #b0e3a6 0%, #5abe48 100%);
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .happen_end::before {
    height: 80px;
  }
  .happen_end_text {
    margin-bottom: 20px;
  }
  .happen_end_text.textImg {
    max-width: 328px;
    margin-inline: auto;
  }
  .happen_end_text.textImg span {
    padding-top: 29%;
    background-image: url(../images/happen_end_text_sp.png);
  }
}

/*============================================================================

  treatment

============================================================================*/
.treatment {
  background: url(../images/treatment_bg.jpg) #eeecdf center top no-repeat;
  padding-top: 210px;
  overflow: hidden;
}
.treatment > .inner {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.treatment .titEn {
  color: #50ad70;
}
.treatment .tit {
  color: var(--text-color);
}
.treatment_ckd {
  margin-top: 135px;
}
.treatment_ckd_textArea p strong {
  color: #f2921d;
  font-weight: bold;
}
.treatment_ckd_textArea p:not(:last-child) {
  margin-bottom: 2.4em;
}
.treatment_ckd_tit {
  font-size: 45px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-bottom: 55px;
}
.treatment_ckd_list {
  counter-reset: treatment_ckd_list_num 0;
}
.treatment_ckd_list li {
  counter-increment: treatment_ckd_list_num;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.treatment_ckd_list_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  color: #fff;
  font-size: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
  background: #8bcd6c;
  padding: 25px 0;
}
.treatment_ckd_list_tit::before {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-shrink: 0;
  content: counter(treatment_ckd_list_num);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  font-size: 32px;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8bcd6c;
  letter-spacing: 0;
  line-height: 1;
}
.treatment_ckd_list li:nth-child(2) .treatment_ckd_list_tit {
  background: #6bc778;
}
.treatment_ckd_list li:nth-child(2) .treatment_ckd_list_tit::before {
  color: #6bc778;
}
.treatment_ckd_list li:nth-child(3) .treatment_ckd_list_tit {
  background: #54b571;
}
.treatment_ckd_list li:nth-child(3) .treatment_ckd_list_tit::before {
  color: #54b571;
}
.treatment_ckd_list p {
  line-height: 2.2;
  padding: 35px 45px 45px;
}
.treatment_feature {
  margin-top: 130px;
}
.treatment_feature_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 40px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.75;
  text-align: center;
  padding: 36px 85px;
  margin: 0 auto -120px;
  position: relative;
}
.treatment_feature_tit, .treatment_feature_tit::before {
  background: #f2921c;
}
.treatment_feature_tit::before {
  display: block;
  content: "";
  width: 56px;
  aspect-ratio: 56/40;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.treatment_feature_tit span {
  display: block;
  font-size: 138%;
}
.treatment_feature_list {
  background: #fff;
  padding: 200px 145px 105px;
}
.treatment_feature_list li {
  padding-left: 40px;
}
.treatment_feature_list li:not(:last-child) {
  margin-bottom: 60px;
}
.treatment_feature_list li .btn01 {
  margin-top: 25px;
}
.btnflex{
	display: flex;
    flex-flow: wrap;
    gap: 0 25px;
}
.treatment_feature_list_tit {
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 22px;
  position: relative;
}
.treatment_feature_list_tit::before {
  display: block;
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #54b571;
  position: absolute;
  left: -40px;
  top: calc((1.6em - 12px) / 2);
}

@media print, screen and (min-width: 641px) {
  .treatment_ckd {
    display: flex;
    flex-wrap: wrap;
    gap: 0 90px;
  }
  .treatment_ckd_img {
    width: 850px;
    margin-left: -360px;
  }
  .treatment_ckd_textArea {
    flex: 1;
    padding-top: 35px;
  }
  .treatment_ckd_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -80px;
  }
  .treatment_ckd_list li {
    width: 380px;
  }
}

@media screen and (max-width: 640px) {
  .treatment {
    background-size: 100% auto;
    padding-top: 60px;
  }
  .treatment > .inner {
    padding-bottom: 35px;
  }
  .treatment_ckd {
    margin-top: 30px;
  }
  .treatment_ckd_img {
    text-align: center;
    margin-bottom: 30px;
  }
  .treatment_ckd_textArea p:not(:last-child) {
    margin-bottom: 1em;
  }
  .treatment_ckd_tit {
    font-size: clamp(24px, 8vw, 30px);
    margin-bottom: 20px;
  }
  .treatment_ckd_list {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .treatment_ckd_list_tit {
    font-size: clamp(18px, 5.3vw, 20px);
    padding: 15px 3%;
  }
  .treatment_ckd_list_tit::before {
    width: 40px;
    font-size: 26px;
  }
  .treatment_ckd_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .treatment_ckd_list p {
    padding: 20px 6% 30px;
  }
  .treatment_feature {
    margin-top: 50px;
  }
  .treatment_feature_tit {
    font-size: 16px;
    padding: 20px 3%;
    margin-bottom: -10px;
  }
  .treatment_feature_tit::before {
    width: 28px;
    bottom: -18px;
  }
  .treatment_feature_list {
    padding: 40px 6% 40px;
  }
  .treatment_feature_list li {
    padding-left: 20px;
  }
  .treatment_feature_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .treatment_feature_list_tit {
    font-size: clamp(18px, 5.3vw, 20px);
    margin-bottom: 15px;
  }
  .treatment_feature_list_tit::before {
    width: 8px;
    left: -20px;
    top: calc((1.6em - 8px) / 2);
  }
}

/*============================================================================

  disease

============================================================================*/
.disease {
  padding-top: 405px;
  padding-bottom: 225px;
  margin-top: -295px;
  position: relative;
  overflow: hidden;
}
.disease::before, .disease::after {
  display: block;
  content: "";
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
}
.disease::before {
  height: calc(100% - 68px);
  background: url(../images/disease_bg_b.jpg) #f4faf0 center bottom no-repeat;
  bottom: 0;
}
.disease::after {
  height: 100%;
  background: url(../images/disease_bg_t.jpg) center top no-repeat;
  -webkit-mask-image: url(../images/disease_bg_t_mask.png);
          mask-image: url(../images/disease_bg_t_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  top: 0;
}
.disease .inner {
  position: relative;
  z-index: 1;
}
.disease_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  padding: 32px 62px;
  background: url(../images/disease_tit_dec_l.png) left top no-repeat, url(../images/disease_tit_dec_r.png) right bottom no-repeat;
  margin: 0 auto 120px;
  position: relative;
}
.disease_tit::after {
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 8/64;
  background: url(../images/disease_tit_dec.png) center top/100% auto no-repeat;
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
}
.disease_text {
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.disease_list {
  margin-top: 105px;
}
.disease_item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #a4b7a0;
  padding: 60px 55px 65px 70px;
}
.disease_item:not(:last-child) {
  margin-bottom: 35px;
}
.disease_item_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  border-bottom: 2px solid #f2921c;
  padding: 0 20px 15px;
  margin-bottom: 30px;
}
.disease_item_text {
  line-height: 2.2;
}
.disease_item_text p:not(:last-child) {
  margin-bottom: 1.2em;
}
.disease_end {
  margin-top: 90px;
}
.disease_end::before {
  display: block;
  content: "";
  width: 48px;
  aspect-ratio: 96/160;
  background: url(../images/disease_arrow.png) center top/100% auto no-repeat;
  margin: 0 auto 40px;
}
.disease_end span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #f2921c 0%, #e0ab5f 100%);
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  padding: 14px 45px 14px 60px;
}
.disease_end span:not(:last-child) {
  margin-bottom: 20px;
}
.disease_end span:first-child {
  position: relative;
}
.disease_end span:first-child::after {
  display: block;
  content: "";
  width: 88px;
  aspect-ratio: 1;
  background: url(../images/disease_exclamation.png) left top/100% auto no-repeat;
  position: absolute;
  top: -66px;
  right: -70px;
}

@media print, screen and (min-width: 641px) {
  .disease_item_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
  }
  .disease_item_flex .disease_item_text {
    flex: 1;
  }
  .disease_item_flex .disease_item_img {
    width: 400px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 640px) {
  .disease {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -80px;
  }
  .disease::before, .disease::after {
    background-size: 960px auto;
  }
  .disease::before {
    height: calc(100% - 33px);
  }
  .disease::after {
    -webkit-mask-size: 960px auto;
            mask-size: 960px auto;
  }
  .disease_tit {
    font-size: clamp(20px, 5.8vw, 26px);
    padding: 15px 20px;
    background-size: auto 2.2em;
    margin-bottom: 52px;
  }
  .disease_tit::after {
    width: 4px;
    bottom: -42px;
  }
  .disease_text {
    font-size: 107%;
  }
  .disease_list {
    margin-top: 30px;
  }
  .disease_item {
    padding: 25px 6%;
  }
  .disease_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .disease_item_tit {
    font-size: clamp(18px, 5.3vw, 20px);
    padding: 0 10px 10px;
    margin-bottom: 20px;
  }
  .disease_item_img {
    text-align: center;
    margin-top: 25px;
  }
  .disease_end {
    margin-top: 30px;
  }
  .disease_end::before {
    width: 24px;
    margin-bottom: 20px;
  }
  .disease_end span {
    font-size: clamp(20px, 5.8vw, 22px);
    padding: 12px 15px;
  }
  .disease_end span:not(:last-child) {
    margin-bottom: 10px;
  }
  .disease_end span:first-child::after {
    width: 44px;
    top: -32px;
    right: -22px;
  }
}

/*============================================================================

  dialysis

============================================================================*/
.dialysis {
  overflow: hidden;
}
.dialysis_head {
  background: url(../images/dialysis_head_bg.jpg) center top no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 270px;
  padding-bottom: 1px;
}
.dialysis .tit.textImg span {
  background-image: url(../images/dialysis_tit.png);
  padding-top: 68px;
}
.dialysis_text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.12em;
  line-height: 1.75;
  text-shadow: 0 0 20px #2d5e3c, 0 0 20px #2d5e3c;
  margin-top: 90px;
  position: relative;
}
.touseki {
  position: relative;
  margin-right: 15px;
}
.touseki::before {
  content: '※';
  display: block;
  width: 20px;
  height: 20px;
  font-size: 22px;
  position: absolute;
  top: -8px;
  right: -15px;
}
.dialysis_text2 {
  font-weight: bold;
  text-shadow: 0 0 10px #2d5e3c, 0 0 10px #2d5e3c, 0 0 20px #2d5e3c;
  margin-top: 35px;
}
.dialysis_text3 {
  background: linear-gradient(90deg, rgb(57 160 103 / 0.8) 0%, rgb(153 215 139 / 0.8) 100%);
  padding: 78px 0;
  margin-top: -152px;
  margin-bottom: 165px;
}
.dialysis_text3.textImg span {
  background-image: url(../images/dialysis_text.png);
  padding-top: 212px;
}
.dialysis_con {
  background: url(../images/dialysis_bg.jpg) center top no-repeat;
  padding-top: 1px;
}
.dialysis_con > * {
  position: relative;
  z-index: 1;
}
.dialysis_treatment {
  max-width: 1120px;
  padding: 50px 60px 75px 70px;
  position: relative;
}
.dialysis_treatment:not(:last-child) {
  margin-bottom: 140px;
}
.dialysis_treatment::before, .dialysis_treatment::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
}
.dialysis_treatment::before {
  background: linear-gradient(90deg, #d2f5cc 0%, #b8eedf 100%);
  right: -80px;
  bottom: -60px;
}
.dialysis_treatment::after {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(174 174 174 / 0.25);
  left: 0;
  top: 0;
}
.dialysis_treatment > * {
  position: relative;
  z-index: 1;
}
.dialysis_treatment_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  background: #6bc778;
  padding: 14px 20px;
  margin-left: -70px;
}
.dialysis_facility {
  text-align: center;
  margin-top: 205px;
  border-top: 1px solid #abe3b4;
  padding-top: 45px;
}
.dialysis_facility_imgWrap {
  margin: 60px auto 0;
}
.dialysis_facility_img span {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.dialysis_bnr {
  text-align: center;
  margin-top: 50px;
}

@media print, screen and (min-width: 641px) {
  .dialysis_head {
    min-height: 1085px;
  }
  .dialysis_treatment_tit {
    min-width: 398px;
  }
  .dialysis_treatment_flex {
    display: flex;
    gap: 0 30px;
  }
  .dialysis_treatment_textArea {
    padding-top: 45px;
  }
  .dialysis_treatment_img {
    width: 385px;
    flex-shrink: 0;
  }
  .dialysis_facility_imgWrap {
    max-width: 990px;
    display: flex;
    text-align: center;
    justify-content: space-between;
  }
  .dialysis_facility_img {
    width: 450px;
  }
}

@media screen and (max-width: 640px) {
  .dialysis_head {
    background-image: url(../images/dialysis_head_bg_sp.jpg);
    background-size: 100% auto;
    background-color: #8ece82;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .dialysis .tit.textImg {
    max-width: 268px;
  }
  .dialysis .tit.textImg span {
    padding-top: 12.6%;
  }
  .dialysis_text {
    font-size: clamp(18px, 5.3vw, 20px);
    margin-top: 35px;
  }
  .dialysis_text2 {
    margin-top: 20px;
  }
  .dialysis_text3 {
    padding: 20px 6%;
    margin-top: -50px;
    margin-bottom: 60px;
  }
  .dialysis_text3.textImg {
    max-width: calc(342px + 12%);
    margin-inline: auto;
  }
  .dialysis_text3.textImg span {
    background-image: url(../images/dialysis_text_sp.png);
    padding-top: 57%;
  }
  .dialysis_con {
    background-size: 100% auto;
  }
  .dialysis_treatment {
    padding: 30px 20px;
  }
  .dialysis_treatment:not(:last-child) {
    margin-bottom: 60px;
  }
  .dialysis_treatment::before {
    right: -6%;
    bottom: -30px;
  }
  .dialysis_treatment_tit {
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: -20px;
  }
  .dialysis_treatment_img {
    margin-top: 20px;
    text-align: center;
  }
  .dialysis_facility {
    margin-top: 90px;
  }
  .dialysis_facility_imgWrap {
    margin-top: 30px;
  }
  .dialysis_facility_img:not(:last-child) {
    margin-bottom: 25px;
  }
  .dialysis_facility_img span {
    margin-top: 10px;
  }
  .dialysis_bnr {
    margin-top: 30px;
  }
}

/*============================================================================

  appointment

============================================================================*/
main > .appointment {
  background: url(../images/appointment_bg.jpg) center top no-repeat;
  padding-bottom: 150px;
  position: relative;
}
main > .appointment::before {
  display: block;
  content: "";
  width: 100%;
  height: 340px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -1px;
  left: 0;
}

@media print, screen and (min-width: 641px) {
  main > .appointment {
    min-height: 929px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin-top: -100px;
  }
}

@media screen and (max-width: 640px) {
  main > .appointment {
    background: url(../images/appointment_bg_sp.png) center top 80px/100% auto no-repeat, url(../images/happen_end_bg_sp_b.png) center bottom/100% auto no-repeat, linear-gradient(0deg, #b0e3a6 0%, #5abe48 100%);
    padding-top: 110px;
    padding-bottom: 60px;
  }
  main > .appointment::before {
    height: 80px;
  }
}

/*============================================================================

  ページトップボタン

============================================================================*/
.pagetop {
  width: 104px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 11;
}

@media (hover: hover) {
  .pagetop {
    transition: opacity 0.3s;
  }
  .pagetop:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 640px) {
  .pagetop {
    width: 52px;
    right: 10px;
    bottom: 60px;
  }
}

/*============================================================================

  footer

============================================================================*/
.footer {
  position: relative;
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 155px;
}
.footer_logo {
  max-width: 346px;
  text-align: center;
  margin: 0 auto 90px;
}
.footer_info_site {
  text-align: center;
  margin-bottom: 65px;
}
.footer_info_address {
  line-height: 1.75;
}
.footer_info_address:not(:last-child) {
  margin-bottom: 30px;
}
.footer_info_address dt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #58b364;
  text-align: center;
  padding: 7px 10px;
}
.footer_info_tel {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer_info_tel,
.footer_info_tel a {
  color: #9e8b65;
}
.footer_info_tel a,
.footer_info_tel a * {
  letter-spacing: 0.2em;
}
.footer_info_tel a {
  display: block;
  padding-left: 36px;
  background: url(../images/tel.png) left bottom/24px auto no-repeat;
}
.footer_info_tel span {
  font-size: 59%;
}
.footer_info_fax {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.footer_info_map {
  text-align: center;
}
.footer_info_map img {
  border-radius: 30px;
}
.footer_info_map + .btn01 {
  margin-top: 45px;
}
.footer_info_map + .btn01 a {
  margin-inline: auto;
}
.footer_end {
  background: #58b364;
  padding-top: 90px;
  padding-bottom: 65px;
  margin-top: 165px;
}
.footer_end,
.footer_end a {
  color: #fff;
}

.schedule {
  margin-top: 50px;
}
.schedule table {
  width: 100%;
  line-height: 1.3;
}
.schedule table td,
.schedule table th {
  border-bottom: 1px solid var(--main-color);
  vertical-align: middle;
  text-align: center;
  padding: 17px 3px;
}
.schedule table tr:first-child th,
.schedule table tr:first-child td {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 22px 3px;
}
.schedule table th {
  width: 32%;
  font-weight: bold;
}
.schedule table tr:not(:first-child) td {
  color: #4a9d55;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.schedule_note {
  margin-top: 10px;
}
.schedule_note_closed {
  color: #4a9d55;
  font-weight: bold;
  margin-bottom: 1em;
}

.footer_nav ul li a {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
  transition: color 0.3s;
}
.footer_nav ul li a:hover {
  color: var(--sub-color);
}

.copy {
  line-height: 1;
  text-align: center;
  margin-top: 105px;
}

.copy small {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

@media print, screen and (min-width: 641px) {
  .footer_info {
    display: flex;
    justify-content: space-between;
  }
  .footer_info > * {
    width: 570px;
  }
  .footer_info_address {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 35px;
  }
  .footer_info_address dt {
    width: 130px;
  }
  .footer_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_nav ul li a {
    position: relative;
  }
  .footer_nav ul li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer_nav ul li:last-child a::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    padding-top: 60px;
  }
  .footer_logo {
    width: 70%;
    margin-bottom: 40px;
  }
  .footer_info_left {
    margin-bottom: 40px;
  }
  .footer_info_site {
    margin-bottom: 40px;
  }
  .footer_info_address:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer_info_address dt {
    margin-bottom: 10px;
  }
  .footer_info_tel {
    font-size: clamp(22px, 7vw, 34px);
  }
  .footer_info_tel a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1em;
    background-size: auto 1em;
    margin-inline: auto;
  }
  .footer_info_map + .btn01 {
    margin-top: 20px;
  }
  .footer_end {
    padding-top: 50px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
  .schedule {
    margin-top: 40px;
  }
  .schedule table tr:first-child th,
.schedule table tr:first-child td {
    padding: 17px 3px;
  }
  .footer_nav ul {
    border-top: 1px solid #fff;
  }
  .footer_nav ul li a {
    font-size: 16px;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
  }
  .copy {
    margin-top: 60px;
  }
}

/*============================================================================

  common

============================================================================*/
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}