@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  min-width: 1240px;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 2.0rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 896px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}
.inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

.inner_wide {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 96%;
    margin: 0 2%;
  }

  .inner_wide {
    width: 96%;
    margin: 0 2%;
    max-width: auto;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*　画像
----------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #1565C0;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .fb_container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .fb_container > .col2 {
    position: relative;
    box-sizing: border-box;
    width: 48.6%;
    height: auto;
    margin: 2.8% 0 0 2.8%;
  }
  .fb_container > .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .fb_container > .col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .fb_container > .col3 {
    position: relative;
    box-sizing: border-box;
    width: 31%;
    height: auto;
    margin: 3% 0 0 3.5%;
  }
  .fb_container > .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .fb_container > .col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .fb_container > .col4 {
    position: relative;
    box-sizing: border-box;
    width: 23.2%;
    height: auto;
    margin: 2.4% 0 0 2.4%;
  }
  .fb_container > .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .fb_container > .col4:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .fb_container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .fb_container > .sp_col1 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .fb_container > .sp_col1 + .sp_col1 {
    margin-top: 6%;
  }
  .fb_container > .sp_col2 {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    height: auto;
    margin: 5% 0 0 4%;
  }
  .fb_container > .sp_col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .fb_container > .sp_col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .fb_container > .sp_col3 {
    position: relative;
    box-sizing: border-box;
    width: 32%;
    height: auto;
    margin: 3% 0 0 2%;
  }
  .fb_container > .sp_col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .fb_container > .sp_col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .fb_container > .sp_col4 {
    position: relative;
    box-sizing: border-box;
    width: 23.2%;
    height: auto;
    margin: 2.4% 0 0 2.4%;
  }
  .fb_container > .sp_col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .fb_container > .sp_col4:nth-child(-n+4) {
    margin-top: 0;
  }
}
/*　見出し
----------------------------------------------------*/
.content_title {
  position: relative;
  margin-bottom: 40px;
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
}
.content_title .small {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 896px) {
  .content_title {
    margin-bottom: 32px;
    font-size: 2.6rem;
  }
  .content_title .small {
    display: block;
    font-size: 2.4rem;
  }
}
.subtitle {
  position: relative;
  margin: 56px 0 32px;
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1.35;
}
.subtitle.mt_0 {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .subtitle {
    margin: 32px 0 24px;
    font-size: 2.2rem;
  }
}
.route {
  margin-bottom: 16px;
}

/* テキスト
----------------------------------------------------*/
.txt_s + .txt_s {
  margin-top: 16px;
}

.txt + .txt {
  margin-top: 24px;
}

.txt_l + .txt_l {
  margin-top: 32px;
}

@media screen and (max-width: 896px) {
  .txt_s + .txt_s {
    margin-top: 8px;
  }

  .txt + .txt {
    margin-top: 16px;
  }

  .txt_l + .txt_l {
    margin-top: 24px;
  }
}
/* 区切り線
----------------------------------------------------*/
/*hrリセット*/
hr {
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

hr.line_base {
  margin: 56px 0;
  border-top: 1px #777777 dashed;
}

@media screen and (max-width: 896px) {
  hr.line_base {
    margin: 32px 0;
  }
}
/*　テーブル
----------------------------------------------------*/
.tbl_base {
  position: relative;
  width: 100%;
  height: auto;
}
.tbl_base tr th {
  position: relative;
  width: 25%;
  height: auto;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  background: #00a458;
  border-bottom: 1px #fff solid;
  text-shadow: 1px 1px 3px #898989;
}
.tbl_base tr td {
  position: relative;
  width: 75%;
  height: auto;
  padding: 16px;
  background: #fff;
  border-right: 1px #858585 solid;
  border-bottom: 1px #858585 solid;
}
.tbl_base tr:first-child th {
  border-top: 1px #00a458 solid;
}
.tbl_base tr:first-child td {
  border-top: 1px #858585 solid;
}
.tbl_base tr:last-child th {
  border-color: #00a458;
}

@media screen and (max-width: 896px) {
  .tbl_base tr th {
    width: 32%;
    height: auto;
    padding: 12px;
  }
  .tbl_base tr td {
    width: 68%;
    height: auto;
    padding: 12px;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  border-top: 5px #72bea0 solid;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  /* fix_clinic_btn
----------------------------------------------------*/
}
.global_header .top_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global_header .top_area .logo_area {
  position: relative;
  margin: 16px 0 0 24px;
}
.global_header .top_area .logo_area > a {
  display: inline-flex;
  align-items: center;
  color: #333333;
}
.global_header .top_area .logo_area > a .header_logo {
  position: relative;
  width: 101px;
  height: 101px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
}
.global_header .top_area .logo_area > a .hospital_name {
  background: #00a458;
  margin-left: 20px;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 3px #666;
  align-items: center;
  padding: 10px 20px;
}
.global_header .top_area .logo_area > a p {
  margin-left: 20px;
  font-size: clamp(1.7rem, calc(2vw - 1rem), 2rem);
  font-weight: 900;
  line-height: 1.45;
}
.global_header .top_area .logo_area > a p span {
  display: block;
  color: #14a0c0;
}
.global_header .top_area .logo_area .menu_open_btn {
  display: none;
}
.global_header .top_area .menu_area {
  position: relative;
}
.global_header .top_area .menu_area .btn_list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
}
.global_header .top_area .menu_area .btn_list > li {
  position: relative;
  text-align: center;
}
.global_header .top_area .menu_area .btn_list > li + li {
  margin-left: 16px;
}
.global_header .top_area .menu_area .btn_list > li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 32px;
  color: #fff;
}
.global_header .top_area .menu_area .btn_list > li a i {
  margin-right: 10px;
}
.global_header .top_area .menu_area .btn_list > li a.access {
  background: #858585;
  text-shadow: 1px 1px 3px #666;
}
.global_header .top_area .menu_area .btn_list > li a.phone {
  background: #14a0c0;
}
.global_header .top_area .menu_area .btn_list > li a.phone dl dt {
  font-size: 1.2rem;
  font-weight: normal;
  text-shadow: 1px 1px 3px #898989;
}
.global_header .top_area .menu_area .btn_list > li a.phone dl dd {
  margin-top: 2px;
  text-shadow: 1px 1px 3px #898989;
}
.global_header .top_area .menu_area .global_nav {
  position: relative;
  margin: 26px 30px 0 0;
}
.global_header .top_area .menu_area .global_nav > ul {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(1.5rem, calc(2vw - 1.25rem), 1.8rem);
}
.global_header .top_area .menu_area .global_nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.global_header .top_area .menu_area .global_nav > ul > li + li {
  margin-left: 32px;
}
.global_header .top_area .menu_area .global_nav > ul > li a {
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.global_header .top_area .menu_area .global_nav > ul > li a:hover {
  color: #1565C0;
}
.global_header .top_area .menu_area .global_nav > ul > li a i {
  font-weight: normal;
  font-size: 2.4rem;
}
.global_header .fix_clinic_btn {
  position: fixed;
  top: 230px;
  right: 0;
  z-index: 9999;
}
.global_header .fix_clinic_btn a {
  display: flex;
  align-items: center;
  width: 42px;
  height: auto;
  padding: 22px 0;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 3px #666;
  background: #ff931e;
  border-radius: 10px 0 0 10px;
  line-height: 1;
  letter-spacing: 1.6px;
}
.global_header .fix_clinic_btn a::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 600;
  margin-bottom: 8px;
}
.global_header .bottom_area {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 12px 30px;
  color: #fff;
  font-size: 1.6rem;
  background: #72bea0;
  line-height: 1;
}
.global_header .bottom_area > dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global_header .bottom_area > dl dt {
  padding: 4px 14px 6px;
  color: #72bea0;
  font-weight: bold;
  background: #fff;
  border-radius: 15px;
}
.global_header .bottom_area > dl dd {
  margin-left: 12px;
}
.global_header .bottom_area > dl dd + dt {
  margin-left: 30px;
}

@media screen and (max-width: 896px) {
  .global_header {
    border-top: 3px #72bea0 solid;
  /* fix_clinic_btn sp
----------------------------------------------------*/
  }
  .global_header .top_area {
    display: block;
  }
  .global_header .top_area .logo_area {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
  }
  .global_header .top_area .logo_area > a {
    margin-left: 2.5%;
  }
  .global_header .top_area .logo_area > a .header_logo {
    width: 43px;
    height: 43px;
  }
  .global_header .top_area .logo_area > a .hospital_name {
    margin-left: 10px;
    font-size: 0.9rem;
    padding: 8px 5px;
  }
  .global_header .top_area .logo_area > a p {
    margin-left: 8px;
    font-size: 0.9rem;
  }
  .global_header .top_area .logo_area .menu_open_btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
  }
  .global_header .top_area .logo_area .menu_open_btn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    width: 45%;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    transition: all .4s;
  }
  .global_header .top_area .logo_area .menu_open_btn span:nth-of-type(1) {
    top: 15px;
  }
  .global_header .top_area .logo_area .menu_open_btn span:nth-of-type(2) {
    top: 23px;
  }
  .global_header .top_area .logo_area .menu_open_btn span:nth-of-type(3) {
    top: 31px;
  }
  .global_header .top_area .logo_area .menu_open_btn.active span {
    background-color: #E6E6E6;
  }
  .global_header .top_area .logo_area .menu_open_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    width: 30%;
    transform: translateY(6px) rotate(-45deg);
  }
  .global_header .top_area .logo_area .menu_open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .global_header .top_area .logo_area .menu_open_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    width: 30%;
    transform: translateY(-6px) rotate(45deg);
  }
  .global_header .top_area .menu_area .btn_list {
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .global_header .top_area .menu_area .btn_list > li {
    width: 36%;
  }
  .global_header .top_area .menu_area .btn_list > li:last-child {
    width: 62%;
  }
  .global_header .top_area .menu_area .btn_list > li + li {
    margin-left: 0;
  }
  .global_header .top_area .menu_area .btn_list > li a {
    justify-content: center;
    padding: 6px;
    border-radius: 3px;
  }
  .global_header .top_area .menu_area .btn_list > li a i {
    margin-right: 6px;
  }
  .global_header .top_area .menu_area .btn_list > li a.access {
    background: #858585;
  }
  .global_header .top_area .menu_area .btn_list > li a.phone {
    background: #14a0c0;
  }
  .global_header .top_area .menu_area .btn_list > li a.phone dl dt {
    font-size: 0.9rem;
  }
  .global_header .top_area .menu_area .btn_list > li a.phone dl dd {
    margin-top: 2px;
  }
  .global_header .top_area .menu_area .global_nav {
    position: fixed;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    z-index: 999;
    top: -120%;
    left: 0;
    /*ナビのスタート位置と形状*/
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.6s;
  }
  .global_header .top_area .menu_area .global_nav.panelactive {
    top: 0;
  }
  .global_header .top_area .menu_area .global_nav > ul {
    display: block;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
  }
  .global_header .top_area .menu_area .global_nav > ul > li {
    display: block;
  }
  .global_header .top_area .menu_area .global_nav > ul > li + li {
    margin-top: 18px;
    margin-left: 0;
  }
  .global_header .top_area .menu_area .global_nav > ul > li a {
    color: #fff;
  }
  .global_header .top_area .menu_area .global_nav > ul > li a i {
    margin-right: 10px;
    font-size: 1.8rem;
  }
  .global_header .fix_clinic_btn {
    position: fixed;
    top: 170px;
    right: 0;
  }
  .global_header .fix_clinic_btn a {
    width: 32px;
    height: auto;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .global_header .bottom_area {
    margin-top: 8px;
    padding: 7px;
    font-size: 0.9rem;
  }
  .global_header .bottom_area > dl {
    justify-content: center;
  }
  .global_header .bottom_area > dl dt {
    white-space: nowrap;
    padding: 3px 6px 4px;
    border-radius: 10px;
  }
  .global_header .bottom_area > dl dd {
    margin-left: 6px;
  }
  .global_header .bottom_area > dl dd + dt {
    margin-left: 14px;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 64px;
  text-align: center;
  border-top: 2px #333333 solid;
}
.global_footer .footer_logo {
  position: relative;
  width: 101px;
  height: 101px;
  margin: 0 auto;
}
.global_footer .footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
}
.global_footer p.address {
  margin-top: 32px;
  font-size: 1.8rem;
}
.global_footer .footer_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.global_footer .footer_btn > li {
  position: relative;
  width: 28%;
  height: auto;
  margin: 0 12px;
}
.global_footer .footer_btn > li a {
  display: block;
  padding: 10px;
  color: #000;
  text-align: center;
  font-weight: bold;
  border: 2px #000 solid;
}
.global_footer .footer_btn > li a:hover {
  color: #fff;
  background: #000;
}
.global_footer .copyright {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 64px;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background: #72bea0;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  .global_footer {
    padding-top: 32px;
  }
  .global_footer .footer_logo {
    width: 86px;
    height: 86px;
  }
  .global_footer p.address {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .global_footer .footer_btn {
    justify-content: space-between;
    margin-top: 24px;
  }
  .global_footer .footer_btn > li {
    width: 48.5%;
    height: auto;
    margin: 0;
  }
  .global_footer .footer_btn > li a {
    padding: 8px;
  }
  .global_footer .copyright {
    margin-top: 32px;
    padding: 14px 8px;
    font-size: 1.3rem;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* main_content
----------------------------------------------------*/
.main_content {
  position: relative;
}

/* mainimg_box
----------------------------------------------------*/
.mainimg_box {
  position: relative;
  width: 100%;
  height: auto;
}
.mainimg_box img {
  width: 100%;
  height: auto;
}
.mainimg_box ul {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  color: #00a458;
  font-size: 2.8rem;
  font-weight: bold;
  border-top: 2px #00a458 solid;
  border-bottom: 2px #00a458 solid;
  line-height: 1.4;
}
.mainimg_box ul > li {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  height: auto;
  padding: 12px;
  text-align: center;
}
.mainimg_box ul > li + li {
  border-left: 2px #00a458 solid;
}

@media screen and (max-width: 896px) {
  .mainimg_box ul {
    display: block;
    font-size: 1.3rem;
  }
  .mainimg_box ul > li {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
  }
  .mainimg_box ul > li + li {
    border-left: none;
    border-top: 2px #00a458 solid;
  }
}
/* content_box
----------------------------------------------------*/
.content_box {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}
.content_box:nth-child(even) {
  background: #deefe6;
}
.content_box:nth-child(4n) {
  background: #fcf5f9;
}
.content_box.content_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-95px / 2);
  transform: translateX(-50%);
  width: 76px;
  height: 95px;
  background: url("../images/icon_arrow.png") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}

@media screen and (max-width: 896px) {
  .content_box {
    padding: 48px 0;
  }
  .content_box.content_arrow::after {
    left: 50%;
    bottom: calc(-52px / 2);
    width: 42px;
    height: 52px;
  }
}
/*　ボタン
----------------------------------------------------*/
.btn_base a {
  background: #14a0c0;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 56px auto 0;
  max-width: 220px;
  padding: 12px 10px 12px 30px;
  color: #FFF;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.btn_base a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 2rem;
  font-size: 1.6rem;
  transition: right 0.3s;
}
.btn_base a:hover {
  background: #659CCE;
}
.btn_base a:hover:after {
  right: 1.4rem;
}

@media screen and (max-width: 896px) {
  .btn_base a {
    padding: 12px 0 12px 30px;
  }
  .btn_base a:after {
    top: 25%;
  }
}
/* campaign_box
----------------------------------------------------*/
.campaign_box {
  position: relative;
  box-sizing: border-box;
  border: 2px #111111 solid;
}

/* txt_highlight
----------------------------------------------------*/
.txt_highlight {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 896px) {
  .txt_highlight {
    font-size: 1.6rem;
  }
}
/* fujinomiyain_figure
----------------------------------------------------*/
.fujinomiyain_figure {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.fujinomiyain_figure > li {
  position: relative;
  width: 60%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .voice_thumbnail_list {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .voice_thumbnail_list > li {
    width: 48.5%;
    height: auto;
    margin: 12px 0 0 3%;
  }
  .voice_thumbnail_list > li img {
    width: 100%;
    height: auto;
  }
  .voice_thumbnail_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .voice_thumbnail_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
/* voice_thumbnail_list
----------------------------------------------------*/
.voice_thumbnail_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.voice_thumbnail_list > li {
  position: relative;
  width: 24%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .voice_thumbnail_list {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .voice_thumbnail_list > li {
    width: 48.5%;
    height: auto;
    margin: 12px 0 0 3%;
  }
  .voice_thumbnail_list > li img {
    width: 100%;
    height: auto;
  }
  .voice_thumbnail_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .voice_thumbnail_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
/* voice_wrap
----------------------------------------------------*/
.voice_wrap {
  position: relative;
  margin-top: 56px;
}
.voice_wrap .box {
  box-sizing: border-box;
  position: relative;
  padding: 32px 24px;
  border: 2px #DEDEDE solid;
  background: #fff;
}
.voice_wrap .box .title {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2.4;
  font-weight: 900;
  line-height: 1.4;
}
.voice_wrap .box .info {
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
}
.voice_wrap .box figure {
  margin-top: 24px;
}
.voice_wrap .box figcaption {
  margin-top: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .voice_wrap {
    margin-top: 32px;
  }
  .voice_wrap .box {
    padding: 24px 16px;
  }
  .voice_wrap .box .title {
    font-size: 2.0rem;
  }
  .voice_wrap .box .info {
    font-size: 1.3rem;
  }
  .voice_wrap .box figure {
    margin-top: 22px;
  }
  .voice_wrap .box figcaption {
    margin-top: 22px;
    font-size: 1.4rem;
  }
}
/* swiper
----------------------------------------------------*/
.swiper {
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 55px !important;
  height: 55px !important;
}

.swiper-button-prev {
  background: url("../images/slide_icon_left.png") no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: -34px;
}

.swiper-button-next {
  background: url("../images/slide_icon_right.png") no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: -34px;
}

@media screen and (max-width: 896px) {
  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }

  .swiper-button-prev {
    margin-left: -6px;
  }

  .swiper-button-next {
    margin-right: -6px;
  }
}
/* dot_list
----------------------------------------------------*/
.dot_list {
  position: relative;
  border-top: 1px #777777 dashed;
}
.dot_list > li {
  padding: 24px 0;
  font-weight: bold;
  border-bottom: 1px #777777 dashed;
}

@media screen and (max-width: 896px) {
  .dot_list > li {
    padding: 16px 0;
  }
}
/* icon_list
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .icon_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .icon_list > li {
    box-sizing: border-box;
    position: relative;
    width: 19.4%;
    height: auto;
    margin: 0.75% 0 0 0.75%;
    padding: 24px 16px;
    background: #fff;
    border: 1px #DEDEDE solid;
  }
  .icon_list > li:nth-child(5n+1) {
    margin-left: 0;
  }
  .icon_list > li:nth-child(-n+5) {
    margin-top: 0;
  }
  .icon_list > li figure img {
    max-width: 86%;
    height: auto;
    margin: 0 auto;
  }
  .icon_list > li figcaption {
    margin-top: 16px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 896px) {
  .icon_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .icon_list > li {
    box-sizing: border-box;
    position: relative;
    width: 48.5%;
    height: auto;
    margin: 3% 0 0 3%;
    padding: 16px 12px;
    background: #fff;
    border: 1px #DEDEDE solid;
  }
  .icon_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .icon_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .icon_list > li figure img {
    max-width: 86%;
    height: auto;
    margin: 0 auto;
  }
  .icon_list > li figcaption {
    margin-top: 12px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
/* check_list
----------------------------------------------------*/
.check_list {
  position: relative;
  margin-top: 48px;
  padding: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  border: 2px #DEDEDE solid;
}
.check_list > li {
  text-indent: calc(-1.8rem - 8px);
  padding-left: calc(1.8rem + 8px);
}
.check_list > li::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  margin-right: 8px;
  font-weight: 600;
}
.check_list > li + li {
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .check_list {
    margin-top: 32px;
    padding: 24px 16px;
    font-size: 1.4rem;
  }
  .check_list > li {
    text-indent: calc(-1.4rem - 6px);
    padding-left: calc(1.4rem + 6px);
  }
  .check_list > li::before {
    margin-right: 6px;
  }
}
/* reasons_wrap
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .reasons_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
  }
  .reasons_wrap .box {
    box-sizing: border-box;
    position: relative;
    width: 48.6%;
    height: auto;
    margin: 5.2% 0 0 2.8%;
    padding: 46px 32px 32px;
    border: 2px #333333 solid;
    background: #fff;
  }
  .reasons_wrap .box:nth-child(2n+1) {
    margin-left: 0;
  }
  .reasons_wrap .box:nth-child(-n+2) {
    margin-top: 0;
  }
  .reasons_wrap .box .title {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 46%;
    height: auto;
    padding: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #333333;
  }
  .reasons_wrap .box .box_txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .reasons_wrap .box .box_txt + .box_txt {
    margin-top: 16px;
  }
  .reasons_wrap .box .box_txt.small {
    font-size: 1.6rem;
  }
  .reasons_wrap .box figure {
    margin-top: 32px;
  }
  .reasons_wrap .box figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .reasons_wrap {
    position: relative;
    margin-top: 41px;
  }
  .reasons_wrap .box {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 16px 24px;
    border: 2px #333333 solid;
    background: #fff;
  }
  .reasons_wrap .box + .box {
    margin-top: 41px;
  }
  .reasons_wrap .box .title {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 52%;
    height: auto;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #333333;
  }
  .reasons_wrap .box .box_txt {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .reasons_wrap .box .box_txt + .box_txt {
    margin-top: 12px;
  }
  .reasons_wrap .box .box_txt.small {
    font-size: 1.4rem;
  }
  .reasons_wrap .box figure {
    margin-top: 24px;
  }
  .reasons_wrap .box figure img {
    margin: 0 auto;
  }
}
/* flow_list
----------------------------------------------------*/
.flow_list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px #777777 dashed;
}
.flow_list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
  border-bottom: 1px #777777 dashed;
}
.flow_list > li + li {
  margin-top: 56px;
}
.flow_list > li .photo_area {
  position: relative;
  width: 40%;
  height: auto;
}
.flow_list > li .test_area {
  position: relative;
  width: 56%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .flow_list {
    margin-top: 40px;
    padding-top: 40px;
  }
  .flow_list > li {
    display: block;
    padding-bottom: 40px;
  }
  .flow_list > li + li {
    margin-top: 40px;
  }
  .flow_list > li .photo_area {
    width: 100%;
    height: auto;
  }
  .flow_list > li .photo_area img {
    margin: 0 auto;
  }
  .flow_list > li .test_area {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .flow_list > li .test_area .subtitle {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
/* guarantee_box
----------------------------------------------------*/
.guarantee_box {
  position: relative;
  padding: 48px;
  text-align: center;
  color: #fff;
  background: #4B4B4B;
  border-radius: 12px;
}
.guarantee_box .title {
  position: relative;
  margin-bottom: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.35;
}
.guarantee_box figure {
  margin-bottom: 40px;
}
.guarantee_box figure img {
  margin: 0 auto;
}
.guarantee_box .dl_text {
  font-size: 1.8rem;
}
.guarantee_box .dl_text dt {
  font-size: 2.0rem;
  font-weight: bold;
}
.guarantee_box .dl_text dd {
  margin-top: 24px;
}

@media screen and (max-width: 896px) {
  .guarantee_box {
    padding: 24px 16px;
    border-radius: 8px;
  }
  .guarantee_box .title {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }
  .guarantee_box figure {
    margin-bottom: 24px;
  }
  .guarantee_box figure img {
    width: 48%;
    height: auto;
  }
  .guarantee_box .dl_text {
    font-size: 1.4rem;
  }
  .guarantee_box .dl_text dt {
    font-size: 1.6rem;
  }
  .guarantee_box .dl_text dd {
    margin-top: 16px;
  }
}
/* googlemap_wrap
----------------------------------------------------*/
.googlemap_wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 38%;
}
.googlemap_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .googlemap_wrap {
    padding-bottom: 46%;
  }
}
/* dl_base
----------------------------------------------------*/
.dl_base {
  position: relative;
}
.dl_base > dt {
  font-weight: bold;
}
.dl_base > dd {
  margin-top: 4px;
}
.dl_base > dd + dt {
  margin-top: 16px;
}

@media screen and (max-width: 896px) {
  .dl_base > dd {
    margin-top: 4px;
  }
  .dl_base > dd + dt {
    margin-top: 12px;
  }
}
/* modalbox
----------------------------------------------------*/
.modalbox {
  box-sizing: border-box;
  position: relative;
  width: 960px;
  height: calc(100vh - 80px);
  font-size: 1.8rem;
  background: #fff;
  overflow-y: scroll;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.modalbox::-webkit-scrollbar {
  width: 8px;
}
.modalbox::-webkit-scrollbar-track {
  background: #b0bec5;
}
.modalbox::-webkit-scrollbar-thumb {
  background: #7f8c93;
}
.modalbox .mbox_title {
  padding: 24px 32px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  background: #0098d8;
}
.modalbox .text_wrap {
  padding: 32px;
}
.modalbox .text_wrap .modal_dl dt {
  margin-top: 24px;
  font-weight: bold;
}
.modalbox .text_wrap .modal_dl dd {
  margin-top: 16px;
}
.modalbox .text_wrap .list_indent_dot li {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.modalbox .text_wrap .list_indent_dot li + li {
  margin-top: 8px;
}
.modalbox .text_wrap .list_indent_num li {
  text-indent: -1.5rem;
  padding-left: 1.8rem;
}
.modalbox .text_wrap .list_indent_num li + li {
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .modalbox {
    width: 94%;
    height: calc(100vh - 80px);
    margin: 0 auto;
    font-size: 1.4rem;
    /*スクロールバー全体*/
  }
  .modalbox::-webkit-scrollbar {
    width: 6px;
  }
  .modalbox .mbox_title {
    padding: 16px;
    font-size: 1.8rem;
  }
  .modalbox .text_wrap {
    padding: 16px;
  }
  .modalbox .text_wrap .modal_dl dt {
    margin-top: 16px;
  }
  .modalbox .text_wrap .modal_dl dd {
    margin-top: 8px;
  }
  .modalbox .text_wrap .list_indent_dot li {
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
  .modalbox .text_wrap .list_indent_dot li + li {
    margin-top: 6px;
  }
  .modalbox .text_wrap .list_indent_num li {
    text-indent: -1.3rem;
    padding-left: 1.6rem;
  }
  .modalbox .text_wrap .list_indent_num li + li {
    margin-top: 6px;
  }
}
/* youtube_wrap
----------------------------------------------------*/
.youtube_wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer
----------------------------------------------------*/
.global_footer .hospital_name {
  background: #00a458;
  margin: 16px auto 0;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 3px #666;
  align-items: center;
  margin-top: 16px;
  width: 280px;
  padding: 10px 20px;
}
