﻿@charset "UTF-8";

/* ########### Travelers Hospital  ########### */

/*
 * "Poppins" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 Travelers Hospital 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  /* hyphens: auto;*/

}

html {
  line-height: 1.5;
  text-align: initial;
  overflow-x: hidden;
  color: #1b1c1b;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #1b1c1b;
}

.blue {
  color: #4279b8;
}

.lightblue {
  color: #1eb1de !important;
}

.lightblue2 {
  color: #d2edee;
}

.back--lightblue3 {
  background-color: #F6FFFF;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #1b1c1b;
}

.back--blue {
  background-color: #4279b8;
}

.back--lightblue {
  background-color: #1eb1de;
}

.back--lightblue2 {
  background-color: #d2edee;
}

.border {
  border: 1px solid #1b1c1b;
}

.border-lightblue {
  border: 1px solid #1eb1de;
}

/* ################## 共通 ################## */

.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #1b1c1b;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #1b1c1b;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.borderbottom-lightblue {
  border-bottom: 1px solid #1eb1de;
}

.borderbottom-lightblue2 {
  border-bottom: 2px solid #1eb1de;
}


.borderbottom-blue2 {
  border-bottom: 2px solid #4279b8;
}

.borderbottom-blue {
  border-bottom: 1px solid #4279b8;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../font/Poppins-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Poppins-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Poppins-Black.woff") format("woff");
  font-display: swap;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: initial;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1c1b;
  letter-spacing: -0.15px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #1b1c1b;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
}

main {
  background-color: #d2edee;
}

#main,
#reason,
#pricing,
#member,
#voice,
#footer {
  position: relative;
  z-index: 1;
}

#our-service,
#department,
#book-steps,
#faq,
#contact {
  position: relative;
  z-index: 2;
  border-radius: 50px;
}

.underlayer__top {
  background-color: #d2edee;
  position: relative;
  z-index: 2;
  border-radius: 50px;
}

#main {
  padding-bottom: 50px;
}

#our-service {
  margin-top: -50px;
}

#footer {
  padding-top: 50px;
}

#contact {
  margin-bottom: -50px;
}

.underlayer__top {
  margin-bottom: -50px;
}

ul,
li {
  list-style: none;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-left05 {
  padding-left: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 90px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.bold900 {
  font-weight: 900;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent13 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .65s forwards;
}

@keyframes EffectFade {
  from {
    transform: translate(0px, 45px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}


/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

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

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

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

.effectfade.second3 {
  animation-delay: 0.6s;
}

.effectfade.third3 {
  animation-delay: 0.9s;
}

.effectfade.fourth3 {
  animation-delay: 1.2s;
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}


@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

.animated-text2 {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text2.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.h2-margin {
  margin-bottom: 18px;
}

.h2-margin2 {
  margin-bottom: 25px;
}

.h2-margin3 {
  margin-bottom: 60px;
}

.h2-margin4 {
  margin-bottom: 10px;
}

.h2-main {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  display: block;
}

.h2-sub {
  color: #1eb1de;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 700;
  display: block;
}

.h2-sub2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  display: block;
}

.h3-main {
  color: #4279b8;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  display: block;
}

.h3-main2 {
  color: #4279b8;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  display: block;
}

.h3-fv {
  color: #1eb1de;
  font-size: 71px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.odometer div {
  color: #1eb1de;
  font-size: 71px;
  line-height: 1;
  font-weight: 800;
}

.h3-fv img {
  width: 58px;
  margin-right: 10px;
}

.h3-fv2 {
  padding-top: 25px;
  padding-left: 3px;
  font-size: 35px;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

.common-margin-bottom {
  margin-bottom: 30px !important;
}

.common-margin-bottom2 {
  margin-bottom: 60px;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}


.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wcc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-ws {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.flex-wsas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wsac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-wsae {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */

.multiply {
  mix-blend-mode: multiply;
}

.blend::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}

/* ###### ヘッダー ###### */


.floatingbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.contents-header {
  padding: 13px 45px 13px 45px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1760px;
  background-color: white;
  border-radius: 60px;
  margin-top: 25px;
  height: 80px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.header__logo a {
  transition: all .4s;
}

.header__logo {
  width: 275px;
}

.header__logo a:hover {
  opacity: 0.5;
}

.header__right {
  text-align: right;
  flex: 1
}


.header__nav .header__nav-link a {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #1b1c1b;
}

.header__nav .header__nav-link {
  margin-left: 30px;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 100px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #4279b8;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.header__nav {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

#header {
  width: 100%;
  z-index: 2003;
  top: 0;
  position: fixed;
  /*fixedを設定して固定*/
  width: 100%;
  transition: background-color 0.3s ease;
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 10px;
  /* クリックできなくする */
}

/*　ヘッダーボタン　*/

.button-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px 12px;
  width: 165px;
  height: 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #4279b8;
  border: #4279b8 1px solid;
  transition: all .25s ease 0s;
}


.button-header a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 7px;
  width: 32px;
  height: 28px;
  background: url(../image/icon-calender-white.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}

@media(hover: hover) {
  .button-header a:hover {
    color: #4279b8;
    background-color: #ffffff;
  }

  .button-header a:hover::before {
    background: url(../image/icon-calender-blue.svg) no-repeat;
  }
}

.header-bottom2 {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  z-index: 998;
  background-color: transparent;
  display: none;
}

.parts-f2 {
  padding-bottom: 12px;
  display: flex;
  justify-content: flex-end;
  margin-right: 155px;
}

.parts-f2a {
  display: none;
}

/* ########### トップ-メイン ########### */

#main,
#thanks {
  position: relative;
  padding-top: 0px;
  background:
    url(../image/icon-back-white.svg) 37% 37% / 340px no-repeat,
    /* 上に重ねる背景 */
    url(../image/back.jpg) 50% 50% / cover no-repeat;
  /* 下の背景 */
}

.main__title {
  font-size: clamp(40px, calc(100vw / 1400 * 55.5), 55.5px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 30px;
}

.main__subtitle {
  font-size: clamp(22px, calc(100vw / 1400 * 28), 28px);
  font-weight: 500;
}

.fv-left {
  flex: 1;
}

.fv-right {
  width: 750px;
  margin-top: -45px;
}

.flex-capsule li {
  margin-bottom: 25px;
  padding: 7px 15px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}

.capsule-lightblue {
  color: #ffffff;
  background-color: #1eb1de;
  border: #1eb1de 2px solid;
  width: 175px;
  height: 45px;
}

.capsule-white {
  color: #1eb1de;
  background-color: #ffffff;
  border: #1eb1de 2px solid;
  width: 225px;
  height: 45px;
  white-space: nowrap;
}

.flex-capsule li:not(:last-child) {
  margin-right: 10px;
}

.flex-fv>li {
  border-radius: 16px;
  width: 31.5%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.flex-fv-icon {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.flex-fv-icon>li {
  width: 9.09%;
  padding: 2px;
  line-height: 1.35;
  font-size: clamp(9px, calc(100vw/ 1360 * 14), 14px);
  white-space: nowrap;
}

.flex-fv-icon img {
  display: block;
  width: 79px;
  height: 79px;
  margin-bottom: 5px;
  margin-inline: auto;
}

.flex-fv-icon li:nth-child(n+7):nth-child(-n+11) {
  display: none;
}

.flex-fv-icon li:nth-child(12) {
  cursor: pointer;
}

/*　共通ボタン　*/
.button-common a {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 12px;
  max-width: 270px;
  height: 60px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #4279b8;
  border: #4279b8 2px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}

.button-input input {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 12px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #4279b8;
  border: #4279b8 1px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}

.button-common.mi-auto a {
  margin-top: 60px;
  margin-inline: auto;
}

.button-common a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 38px;
  height: 36px;
  background: url(../image/icon-calender-white.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}

@media(hover: hover) {
  .button-common a:hover::before {
    background: url(../image/icon-calender-blue.svg) no-repeat;
  }

  .button-common a:hover {
    color: #4279b8;
    background-color: #ffffff;
  }

  .button-input input:hover {
    color: #4279b8;
    background-color: #ffffff;
  }
}

/* ###### 解決する不安 ###### */

.flex-care.line2 .h3-main {
  min-height: 75px;
  padding-bottom: 15px;
}

.flex-care.line1 .h3-main {
  padding-bottom: 15px;
}

.text-cotainer {
  padding: 30px 20px 20px;
}

.img-cotainer {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.flex-care>li {
  border-radius: 16px;
  width: 31.5%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.flex-care>li.female-doctor {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  position: relative;
}

.flex-care>li.female-doctor img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -90px;
}

/* ###### 選ばれる理由 ###### */
.h2img-cotainer {
  width: 570px;
  border-radius: 24px;
  overflow: hidden;
}

.h2text-cotainer {
  flex: 1;
  padding-left: 60px;
}

.h2text-cotainer.ad {
  flex: 1;
  padding-left: 0px;
}

.icon-cotainer {
  padding-top: 35px;
  text-align: center;
}

.flex-reason>li {
  border-radius: 16px;
  width: 22.75%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.flex-reason.line2 .h3-main {
  min-height: 75px;
  padding-bottom: 15px;
}

/* ###### 診療科目一覧 ###### */
.departments-left,
.departments-right {
  width: 100%;
}

.departments-left,
.departments-right,
.departments-all {
  font-size: 16px;
}

/* ###### 料金 ###### */

.contentstable {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.contentstable th {
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  background-color: #4279b8;
  line-height: 1.25;
}

.contentstable td {
  padding: 15px;
  border-top: #d8d8d8 1px solid;
  text-align: left;
  vertical-align: middle;
}

.contentstable th:nth-child(1) {
  width: 100%;
}

.contentstable th:nth-child(n+2) {
  width: 185px;
  text-align: center;
}

.contentstable td:nth-child(1) {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}

.contentstable td:nth-child(n+2) {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #4279b8;
}

.contentstable tr:last-child {
  background-color: #f7f7f7;
}

/* ###### 予約の流れ ###### */
.flex-steps li {
  width: 25%;
  padding: 0 15px;
}

/* ###### 提携先の一部 ###### */

.scene-slider .swiper-slide {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/* 上部矢印デザイン（くの字型） */
.scene-button-prev::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-135deg);
  /* ← 左向き */
  left: -60px;
  position: relative;
}

.scene-button-prev::before {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  left: -70px;
  background-color: #4279b8;
  z-index: -1;
  position: absolute;
}

.scene-button-next::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  /* → 右向き */
  right: -60px;
  position: relative;
}

.scene-button-next::before {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  /* → 右向き */
  right: -70px;
  background-color: #4279b8;
  z-index: -1;
  position: absolute;
}

.contents-scene {
  padding-inline: 60px;
  margin-right: auto;
  margin-left: auto;
}

.star {
  text-align: center;
  margin-block: 10px;
  margin-inline: auto;
  width: 258px;
  max-width: 100%;
}

.capsule-lightblue2 {
  margin-block: 15px;
  padding: 10px 20px 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  border-radius: 25px;
  color: #ffffff;
  background-color: #1eb1de;
}

/* ###### FAQ ###### */

.faqtable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qabox {
  width: 32%;
  display: block;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.qbox {
  padding: 30px 30px;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.abox {
  width: 100%;
  display: block;
}

.abox-contents {
  padding: 0px 30px 30px;
  display: none;
}

.qbox.selected .qtext::after {
  transform: rotate(-45deg);
  transition: 0.5s;
}

.qtext::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #4279b8;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: 0.5s;
}

.qtext {
  position: relative;
  line-height: 1.5;
  font-size: 24px;
  padding-right: 40px;
  width: 100%;
  color: #4279b8;
  font-weight: 700;
}

.atext {
  margin-right: 40px;
  font-weight: 500;
  font-size: 16px;
  flex: 1;
}

/* ###### 患者の声 ###### */
.flex-voice img {
  margin-right: 13px;
}

/* ########### CONTACT ########### */

input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  padding-bottom: 4px;
  padding-right: 3px;
  margin-bottom: 2px;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 2px;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}



.contacttable .hitusu {
  position: absolute;
  top: 23px;
  right: 10px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1.35;
  padding: 1px 5px 2px;
  font-weight: 700;
  color: #1eb1de;
  font-size: 13px;
  border-radius: 4px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  padding: 20px 0px 0px 0px;
  border-bottom: #1b1c1b 0px solid;
  color: #1b1c1b;
  position: relative;
}

.contacttable td {
  padding: 13px 0px;
  border-bottom: #1b1c1b 0px solid;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td select {
  font-size: 16px;
  width: 100%;
  padding: 8px 15px 8px;
  font-weight: 500;
  border: rgb(125, 125, 125) 1px solid;
  background-color: #FFFFFF;
  font-weight: 400;
  -webkit-text-fill-color: #1b1c1b !important;
}

input#phone {
  padding-left: 3rem !important;
}

.contacttable.name td input[type=text] {
  max-width: 270px;
}

.contacttable td select {
  width: 100%;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}


.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  margin-bottom: 16px;
  width: 100%;
  height: 135px;
  border: #1eb1de 1px solid;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-text-fill-color: #1b1c1b !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
}

.douitext {
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.douitext input {
  margin-top: 6px;
}


.douitext a {
  font-size: inherit;
}

label {
  display: inline-block;
  line-height: 2;
}

::placeholder {
  font-size: 15px;
  -webkit-text-fill-color: #676767;
  font-weight: 400;
}


.flame-border {
  border: #1eb1de 2px solid;
  padding: 30px;
  border-radius: 20px;
}

#contact form {
  border-radius: 16px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.cal-icon {
  position: relative;
}

.cal-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 48%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  margin-bottom: 2px;
  margin-right: 7px;
  width: 32px;
  height: 28px;
  background: url(../image/icon-calender-gray.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
  pointer-events: none;
}


/* ###### BUTTON INPUT 確認画面用 ###### */

.formTable {
  border-top: rgb(50, 50, 50) 0px solid;
}

.formTable th {
  padding: 15px 20px 15px 0px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  text-align: left;
  width: 290px;
  color: rgb(50, 50, 50);
  font-size: 16px;
  position: relative;
}

.formTable td {
  font-size: 16px;
  padding: 8px 12px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  width: 100%;
  text-align: left;
  font-weight: 500;
}

p.error_messe {
  margin: 5px 0;
  color: #4279b8;
}

.button-outer.ad2 {
  text-align: center;
  width: 520px;
  margin-inline: auto;
}

.flex-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-outer input {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 8px 20px 7px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  background-color: #4279b8;
  border: 2px solid #4279b8;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}


.button-outer .back-button {
  background-color: rgb(191, 191, 191);
  border: 2px solid rgb(191, 191, 191);
  color: rgb(255, 255, 255);
}

@media(hover: hover) {
  .button-outer input:hover {
    color: #4279b8;
    background-color: rgb(255, 255, 255);
  }

  .button-outer .back-button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(191, 191, 191);
    color: rgb(191, 191, 191);
  }
}

/* ###### 国際番号API ###### */
.iti--container,
.iti__country-list {
  z-index: 99999 !important;
}

/* ###### 時間選択 ###### */
.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  gap: 12px;
}

.time input[type="checkbox"] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  /* 視覚的に隠す（スクリーンリーダーOK） */
}

.time span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: 40px;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  background: #f3f4f6;
  color: #1b1c1b;
  font-weight: 500;
  transition: transform .05s ease, background-color .15s ease, border-color .15s ease;
}

.time input:checked+span {
  background: #4279b8;
  color: #fff;
  border-color: #4279b8;
}

.time input:focus-visible+span {
  outline: 3px solid #4279b8;
  outline-offset: 2px;
}

.time input:not(:disabled)+span:active {
  transform: translateY(1px);
}

.time input:disabled+span {
  opacity: .45;
  cursor: not-allowed;
}

.time-note {
  margin-top: .5rem;
  font-size: .9rem;
  color: #4279b8;
}

/* ###### 下層共通 ###### */
.underlayer__top {
  position: relative;
  padding-top: 0px;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

/* ###### フッター ####### */

.footer {
  position: relative;
  background:
    url(../image/icon-back.svg) 5% 5% / 570px no-repeat,
    #1eb1de;
}

.footer__logo {
  max-width: 330px;
  margin-bottom: 15px;
}

.footer__sns {
  display: flex;
  margin-bottom: 25px;
}

.footer__sns li {
  margin-right: 10px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.footer__right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}


.footer__nav1 li {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.footer__nav1 li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}


.footer__nav2 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: -25px !important;
}

.footer__nav3 p {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
}

.footer__nav1 li a,
.footer__nav2 li a {
  color: #ffffff;
  /* デフォルトを白色に統一 */
  text-decoration: none;
  /* 下線を消す */
  transition: opacity .25s ease;
}

/* ホバー時に少しだけ薄くする */
.footer__nav1 li a:hover,
.footer__nav2 li a:hover {
  opacity: 0.8;
  /* 0.8 など好みで調整 */
}


.footer__nav1 li:not(:last-child) {
  margin-bottom: 14px;
}

.footer__nav2 li:not(:last-child) {
  margin-bottom: 10px;
}


.footer__nav1 li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 7px;
  border-bottom: 2px solid rgb(255, 255, 255);
  margin-bottom: 5px;
}

.footer__copy {
  border-top: 1px solid rgb(255, 255, 255);
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

/*　フッターボタン　*/

.button-footer a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px 12px;
  width: 165px;
  height: 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  max-width: 100%;
  text-align: center;
  color: #4279b8;
  background-color: #ffffff;
  border: #4279b8 1px solid;
  transition: all .25s ease 0s;
}


.button-footer a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 7px;
  width: 32px;
  height: 28px;
  background: url(../image/icon-calender-blue.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}


/* ### TOPへ ### */

#topbtn {
  text-align: right;
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(50, 50, 50);
  border: 1px solid rgb(255, 255, 255);
  z-index: 1005;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topbtn__text {
  margin-left: 11px;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: #4279b8 #4279b8 transparent transparent;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media(hover: hover) {
  #topbtn:hover {
    background: #4279b8;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    user-select: none;
  }

  #topbtn:hover .topbtn__text {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  }
}


#topbtn:active {
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

@media(hover: hover) {

  .button-footer a:hover {
    color: #ffffff;
    background-color: #4279b8;
    border: #ffffff 1px solid;
  }

  .button-footer a:hover::before {
    background: url(../image/icon-calender-white.svg) no-repeat;
  }
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  #our-service,
  #department,
  #book-steps,
  #faq,
  #contact {
    border-radius: 25px;
  }

  .underlayer__top {
    border-radius: 25px;
  }

  #main {
    padding-bottom: 25px;
  }

  #our-service {
    margin-top: -25px;
  }

  #footer {
    padding-top: 25px;
  }

  #contact {
    margin-bottom: -25px;
  }

  .underlayer__top {
    margin-bottom: -25px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.topplus110 {
    padding-top: 130px;
  }


  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 12px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }


  .h2-main {
    font-size: 28px;
  }

  .h3-main {
    font-size: 18px;
  }

  .h3-main2 {
    font-size: 16px;
  }

  .h2-sub {
    font-size: 20px;
  }

  .h2-sub2 {
    font-size: 18px;
  }

  .h3-fv {
    font-size: 40px;
  }

  .odometer div {
    font-size: 40px;
  }

  .h3-fv img {
    width: 40px;
    margin-right: 5px;
  }

  .h3-fv2 {
    padding-top: 15px;
    font-size: 20px;
  }

  .h2-margin {
    margin-bottom: 15px;
  }

  .h2-margin2 {
    margin-bottom: 20px;
  }

  .h2-margin3 {
    margin-bottom: 25px;
  }

  .h2-margin4 {
    margin-bottom: 5px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  /* ########### ヘッダー ########### */


  .contents-header {
    padding: 11px 35px 13px 25px;
    border-radius: 60px;
    margin-top: 25px;
    margin-inline: 15px;
    height: 65px;
  }

  .header__logo {
    margin-top: -10px;
    width: 185px;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 12px;
    right: 25px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 20px;
  }

  .openbtn span:nth-of-type(3) {
    top: 29px;
  }

  #openbtn {
    display: block;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #4279b8;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 75%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 75%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    position: absolute;
    right: 0px;
    padding-top: 15px;
    z-index: -1;
    display: none;
    z-index: 1200;
    overflow: scroll;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 15px 0;
    display: block;
    margin-left: 0px;
    color: #1b1c1b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 15px;
  }

  .header__nav-link.bor2 {
    margin: 0 15px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    padding: 14px 5px 12px;
    width: 190px;
    height: 40px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .button-header a::before {
    width: 32px;
    height: 28px;
    margin-top: 0px;
  }

  /* ###### 共通 ####### */

  /*　共通ボタン　*/
  .button-common a {
    margin-top: 25px;
    padding: 15px 15px 15px;
    max-width: 200px;
    height: 45px;
    width: 100%;
    font-size: 19px;
  }

  .button-common.mi-auto a {
    margin-top: 30px;
  }

  .button-input input {
    margin-top: 25px;
    padding: 9px;
    height: 45px;
    font-size: 19px;
  }

  .button-common a::before {
    margin-bottom: 2px;
    margin-right: 10px;
    width: 30px;
    height: 29px;
    margin-top: 2px;
  }

  /* ########### トップ-メイン ########### */

  #main,
  #thanks {
    background:
      url(../image/icon-back-white.svg) 100% 25% / 75% no-repeat,
      /* 上に重ねる背景 */
      url(../image/back.jpg) 50% 50% / cover no-repeat;
    /* 下の背景 */
  }

  .main__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .main__subtitle {
    font-size: 16px;
  }

  .fv-left {
    width: 100%;
  }

  .fv-right {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .flex-capsule {
    margin-bottom: 10px;
  }

  .flex-capsule li {
    margin-bottom: 10px;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 20px;
  }

  .capsule-lightblue {
    width: 100px;
    height: 30px;
  }

  .capsule-white {
    width: 145px;
    height: 30px;
  }

  .flex-capsule li:not(:last-child) {
    margin-right: 5px;
  }

  .flex-fv>li {
    border-radius: 10px;
    width: 100%;
  }

  .flex-fv>li:nth-child(n+2) {
    margin-top: 25px;
  }

  .flex-fv-icon {
    margin-bottom: 25px;
    padding: 10px;
  }

  .flex-fv-icon>li {
    width: 25%;
    padding: 0px;
    font-size: clamp(8px, calc(100vw/ 479 * 13), 13px);
    white-space: nowrap;
  }

  .flex-fv-icon>li img {
    width: 60px;
    margin-bottom: -4px;
    max-width: 100%;
  }

  /* ###### 解決する不安 ###### */

  .flex-care.line2 .h3-main {
    min-height: 0px;
    padding-bottom: 15px;
  }

  .flex-care.line1 .h3-main {
    padding-bottom: 15px;
  }

  .text-cotainer {
    padding: 20px 15px 15px;
  }

  .img-cotainer {
    border-radius: 10px 10px 0 0;
  }

  .flex-care>li {
    border-radius: 10px;
    width: 100%;
  }

  .flex-care>li:nth-child(n+2) {
    margin-top: 20px;
  }

  .flex-care>li.female-doctor {
    position: relative;
    width: 75%;
    margin-left: auto;
  }

  .flex-care>li.female-doctor img {
    position: relative;
    margin-bottom: -45px;
  }

  /* ###### 選ばれる理由 ###### */

  .h2img-cotainer {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    order: 1;
  }

  .h2img-cotainer img {
    border-radius: 16px;
  }

  .h2text-cotainer {
    margin-top: 30px;
    width: 100%;
    flex: 1;
    padding-left: 0px;
    order: 2;
  }

  .flex-reason>li {
    border-radius: 13px;
    width: 100%;
  }

  .flex-reason>li:nth-child(n+2) {
    margin-top: 20px;
  }

  .flex-reason.line2 .h3-main {
    min-height: 0px;
    padding-bottom: 15px;
  }

  /* ###### 診療科目一覧 ###### */
  .departments-left,
  .departments-right,
  .departments-all {
    font-size: 13px;
  }

  /* ###### 料金 ###### */

  .contentstable {
    border-radius: 13px;
  }

  .contentstable th {
    padding: 14px 2px;
    font-size: 14px;
  }

  .contentstable th img {
    max-width: 60px;
  }

  .contentstable td {
    padding: 14px 0px;
  }

  .contentstable th:nth-child(n+2) {
    width: 75px;
  }

  .contentstable td:nth-child(1) {
    font-size: 14px;
  }

  .contentstable td:nth-child(n+2) {
    font-size: 15px;
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .contentstable td img {
    width: 25px;
  }

  .contentstable td:first-child {
    padding-left: 10px;
  }

  .contentstable th:first-child {
    padding-left: 10px;
  }

  /* ###### 予約の流れ ###### */
  .flex-steps li {
    width: 50%;
    padding: 0 2px;
  }

  .flex-steps li .h3-main2 {
    letter-spacing: -0.5px;
  }

  .flex-steps li img {
    width: 65px;
  }

  .flex-steps li:nth-child(n+3) {
    margin-top: 4%;
  }


  /* ###### 提携先の一部 ###### */

  .scene-slider .swiper-slide {
    border-radius: 13px;
  }

  .capsule-lightblue2 {
    margin-block: 15px;
    padding: 10px 15px 10px;
    line-height: 1;
    font-size: 13px;
  }

  /* 上部矢印デザイン（くの字型） */
  .scene-button-prev::after {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-135deg);
    /* ← 左向き */
    left: -55px;
    position: relative;
  }

  .scene-button-prev::before {
    content: "" !important;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    left: -60px;
    background-color: #4279b8;
    z-index: -1;
    position: absolute;
  }

  .scene-button-next::after {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    /* → 右向き */
    right: -55px;
    position: relative;
  }

  .scene-button-next::before {
    content: "" !important;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    /* → 右向き */
    right: -60px;
    background-color: #4279b8;
    z-index: -1;
    position: absolute;
  }


  .contents-scene {
    padding-inline: 45px;
    margin-right: auto;
    margin-left: auto;
  }

  .star {
    width: 200px;
    margin-inline: auto;
    margin-block: 10px;
  }

  /* ###### FAQ ###### */
  .qabox {
    border-radius: 13px;
  }

  .qabox {
    width: 100%;
  }

  .qabox:not(:first-child) {
    margin-top: 20px;
  }

  .qbox {
    padding: 15px;
  }

  .abox-contents {
    padding: 0px 15px 15px;
  }

  .qtext {
    font-size: 19px;
    padding-right: 35px;
  }

  .atext {
    margin-right: 35px;
    font-size: 14px;
    flex: 1;
  }

  .qtext::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #4279b8;
    line-height: 1;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: 0.5s;
  }

  /* ###### 患者の声 ###### */

  .flex-voice>li {
    border-radius: 13px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }


  .flex-voice>li:nth-child(n+2) {
    margin-top: 20px;
  }

  .flex-voice.line2 .h3-main2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* ########### CONTACT ########### */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
  }


  .contacttable .hitusu {
    margin-bottom: -1px;
    padding: 1px 5px 2px;
    font-size: 12px;
    top: 21px;
    right: -10px
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 7px;
  }


  .contacttable td textarea {
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .contacttable td.side-input input[type=text],
  .contacttable td.side-input input[type=tel],
  .contacttable td.side-input input[type=email] {
    font-size: 14px;
    padding: 8px 10px 8px;
    margin-block: 20px;
  }

  #contact form {
    border-radius: 13px;
    padding: 15px;
  }

  .douitext input {
    margin-top: 3px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 33px !important;
    font-size: 14px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  /* ###### パンくず ###### */

  .breadcrumb__item {
    font-size: 11px;
  }

  .breadcrumb__item a {
    font-size: 11px;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background:
      url(../image/icon-back.svg) 100% 0% / 75% no-repeat,
      #1eb1de;
  }

  .contents-footer {
    padding: 45px 15px;
  }


  .footer__left {
    width: 100%;
    padding-right: 0px;
  }

  .footer__right {
    margin-top: 20px;
  }


  .footer__logo {
    width: 185px;
    margin-bottom: 10px;
  }

  .footer__sns {
    margin-bottom: 10px;
  }

  .footer__sns li {
    margin-right: 8px;
  }

  .footer__subtitle {
    font-size: 13px;
  }


  .footer__nav1 li {
    font-size: 13px;
  }

  .footer__nav2 a {
    font-size: 14px;
  }

  .footer__nav1 {
    margin-right: 20px;
    margin-top: 15px;
  }

  .footer__nav2 {
    margin-top: 15px;
  }

  .footer__nav3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer__nav3 p {
    font-size: 14px;
    line-height: 1.75;
  }


  .footer__nav1 li:before {
    width: 12px;
    height: 2px;
    margin-right: 7px;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin-bottom: 5px;
  }

  .footer__copy {
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 20px;
    padding-top: 20px;
    font-size: 13px;
  }

  .footer__nav1 li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer__nav2 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  #our-service,
  #department,
  #book-steps,
  #faq,
  #contact {
    border-radius: 35px;
  }

  .underlayer__top {
    border-radius: 35px;
  }

  #main {
    padding-bottom: 35px;
  }

  #our-service {
    margin-top: -35px;
  }

  #footer {
    padding-top: 35px;
  }

  #contact {
    margin-bottom: -35px;
  }

  .underlayer__top {
    margin-bottom: -35px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 60px 20px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.topplus110 {
    padding-top: 150px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-main {
    font-size: 36px;
  }


  .h3-main {
    font-size: 20px;
  }

  .h3-main2 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }

  .h2-sub {
    font-size: 28px;
  }

  .h2-sub2 {
    font-size: 24px;
  }

  .h2-margin {
    margin-bottom: 15px;
  }

  .h2-margin2 {
    margin-bottom: 20px;
  }

  .h2-margin3 {
    margin-bottom: 35px;
  }

  .h2-margin4 {
    margin-bottom: 10px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  .effectfade {
    animation-delay: 0.3s;
  }

  .effectfade.second {
    animation-delay: 0.6s;
  }

  .effectfade.third {
    animation-delay: 0.3s;
  }

  .effectfade.fourth {
    animation-delay: 0.6s;
  }

  .effectfade.fifth {
    animation-delay: 0.3s;
  }

  .effectfade.sixth {
    animation-delay: 0.6s;
  }

  .effectfade.seventh {
    animation-delay: 0.3s;
  }

  .effectfade.eighth {
    animation-delay: 0.6s;
  }

  .effectfade.ninth {
    animation-delay: 0.3s;
  }

  .effectfade.tenth {
    animation-delay: 0.6s;
  }

  .effectfade.eleventh {
    animation-delay: 0.3s;
  }

  .effectfade.twelveth {
    animation-delay: 0.6s;
  }



  .effectfade.second2 {
    animation-delay: 0.6s;
  }

  .effectfade.third2 {
    animation-delay: 0.3s;
  }

  .effectfade.fourth2 {
    animation-delay: 0.6s;
  }

  .effectfade.fifth2 {
    animation-delay: 0.3s;
  }

  .effectfade.sixth2 {
    animation-delay: 0.6s;
  }

  .effectfade.seventh2 {
    animation-delay: 0.3s;
  }

  /* ###### ヘッダー ###### */

  .contents-header {
    padding: 5px 45px 5px 45px;
    border-radius: 60px;
    margin-top: 25px;
    margin-inline: 20px;
    height: 70px;
  }

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    margin-top: 4px;
    width: 240px;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 13px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 20px;
  }

  .openbtn span:nth-of-type(3) {
    top: 29px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 75%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 75%;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #4279b8;
    font-weight: 900;
  }

  .header__nav {
    width: 100%;
    top: 105px;
    position: absolute;
    right: 0px;
    padding-top: 30px;
    z-index: -1;
    display: none;
    z-index: 1200;
    overflow: scroll;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    margin-left: 0px;
    color: #1b1c1b;
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-align: center;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 25px;
  }

  .header__nav-link.bor2 {
    margin: 0 25px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    padding: 10px 5px 12px;
    width: 195px;
    height: 50px;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button-header a::before {
    width: 32px;
    height: 28px;
    margin-top: 1px;
  }

  /* ###### 共通 ####### */

  /*　共通ボタン　*/
  .button-common a {
    margin-top: 25px;
    padding: 15px 15px 15px;
    max-width: 220px;
    height: 50px;
    width: 100%;
    font-size: 22px;
  }

  .button-common.mi-auto a {
    margin-top: 45px;
  }

  .button-input input {
    margin-top: 25px;
    padding: 7px;
    height: 50px;
    font-size: 22px;
  }

  .button-common a::before {
    margin-bottom: 2px;
    margin-right: 10px;
    width: 33px;
    height: 31px;
    margin-top: 2px;
  }

  /* ########### トップ-メイン ########### */

  #main,
  #thanks {
    background:
      url(../image/icon-back-white.svg) 90% 20% / 340px no-repeat,
      /* 上に重ねる背景 */
      url(../image/back.jpg) 50% 50% / cover no-repeat;
    /* 下の背景 */
  }

  .main__title {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .main__subtitle {
    font-size: 22px;
  }

  .fv-left {
    width: 100%;
  }

  .fv-right {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .flex-capsule {
    margin-bottom: 15px;
  }

  .flex-capsule li {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: 17px;
    border-radius: 25px;
  }

  .capsule-lightblue {
    width: 120px;
    height: 35px;
  }

  .capsule-white {
    width: 155px;
    height: 35px;
  }

  .flex-capsule li:not(:last-child) {
    margin-right: 1.33%;
  }

  .flex-fv>li {
    border-radius: 13px;
    width: 100%;
  }

  .flex-fv>li:nth-child(n+2) {
    margin-top: 20px;
  }

  .flex-fv-icon {
    margin-bottom: 20px;
  }


  .h3-fv {
    font-size: 50px;
  }

  .odometer div {
    font-size: 50px;
  }

  .h3-fv img {
    width: 40px;
    margin-right: 5px;
  }

  .h3-fv2 {
    padding-top: 20px;
    font-size: 25px;
  }

  .flex-fv-icon>li {
    width: 20%;
    padding: 2px;
    font-size: clamp(9px, calc(100vw/ 769 * 14), 14px);
    white-space: nowrap;
  }

  .flex-fv-icon>li img {
    width: 70px;
    max-width: 100%;
    margin-bottom: -3px;
  }

  .flex-fv-icon>li:nth-child(n+6) {
    margin-top: 5px;
  }



  /* ###### 解決する不安 ###### */

  .flex-care.line2 .h3-main {
    min-height: 60px;
    padding-bottom: 15px;
  }

  .flex-care.line1 .h3-main {
    padding-bottom: 15px;
  }

  .text-cotainer {
    padding: 20px 15px 15px;
  }

  .img-cotainer {
    border-radius: 13px 13px 0 0;
  }

  .flex-care>li {
    border-radius: 13px;
    width: 48.5%;
  }

  .flex-care>li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .flex-care>li:nth-child(n+3) {
    margin-top: 3%;
  }

  .flex-care>li.female-doctor img {
    margin-bottom: -60px;
  }

  /* ###### 選ばれる理由 ###### */

  .h2img-cotainer {
    width: 100%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    order: 1;
  }

  .h2img-cotainer img {
    border-radius: 20px;
  }

  .h2text-cotainer {
    margin-top: 30px;
    width: 100%;
    flex: 1;
    padding-left: 0px;
    order: 2;
  }

  .flex-reason>li {
    border-radius: 13px;
    width: 48.5%;
  }

  .flex-reason>li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .flex-reason>li:nth-child(n+3) {
    margin-top: 3%;
  }

  .flex-reason.line2 .h3-main {
    min-height: 60px;
    padding-bottom: 15px;
  }

  /* ###### 診療科目一覧 ###### */
  .departments-left,
  .departments-right,
  .departments-all {
    font-size: 14px;
  }

  /* ###### 料金 ###### */

  .contentstable {
    border-radius: 16px;
  }

  .contentstable th {
    padding: 15px 5px;
    font-size: 16px;
  }

  .contentstable th img {
    max-width: 75px;
  }

  .contentstable td {
    padding: 15px 0px;
  }

  .contentstable th:nth-child(n+2) {
    width: 105px;
  }

  .contentstable td:nth-child(1) {
    font-size: 18px;
  }

  .contentstable td:nth-child(n+2) {
    font-size: 19px;
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .contentstable td img {
    width: 30px;
  }

  .contentstable td:first-child {
    padding-left: 15px;
  }

  .contentstable th:first-child {
    padding-left: 15px;
  }

  /* ###### 予約の流れ ###### */
  .flex-steps li {
    width: 25%;
    padding: 0 2px;
  }

  .flex-steps li .h3-main2 {
    letter-spacing: -0.5px;
  }

  .flex-steps li img {
    width: 75px;
  }

  /* ###### 提携先の一部 ###### */
  .scene-slider .swiper-slide {
    border-radius: 13px;
  }

  .capsule-lightblue2 {
    margin-block: 15px;
    padding: 10px 18px 10px;
    line-height: 1;
    font-size: 14px;
  }

  .star {
    width: 225px;
    margin-inline: auto;
    margin-block: 10px;
  }

  /* ###### FAQ ###### */

  .qabox {
    width: 100%;
  }

  .qabox:not(:first-child) {
    margin-top: 20px;
  }

  .qbox {
    padding: 20px;
  }

  .abox-contents {
    padding: 0px 20px 20px;
  }

  .qtext {
    font-size: 21px;
    padding-right: 35px;
  }

  .atext {
    margin-right: 35px;
    font-size: 15px;
    flex: 1;
  }

  /* ###### 患者の声 ###### */


  .flex-voice>li {
    border-radius: 13px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }


  .flex-voice>li:nth-child(n+2) {
    margin-top: 20px;
  }

  .flex-voice.line2 .h3-main2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* ########### CONTACT ########### */

  #contact form {
    padding: 20px;
  }

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
  }

  .contacttable .hitusu {
    margin-bottom: -2px;
    padding: 1px 5px 2px;
    font-size: 12px;
    right: -10px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .douitext input {
    margin-top: 3px;
  }


  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 35px !important;
    font-size: 15px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background:
      url(../image/icon-back.svg) 100% 0% / 75% no-repeat,
      #1eb1de;
  }

  .contents-footer {
    padding: 60px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__left {
    width: 100%;
    padding-right: 0px;
  }

  .footer__right {
    margin-top: 30px;
  }

  .footer__logo {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .footer__sns {
    margin-bottom: 20px;
  }

  .footer__sns li {
    margin-right: 10px;
  }

  .footer__subtitle {
    font-size: 14px;
  }


  .footer__nav1 li {
    font-size: 14px;
  }

  .footer__nav2 a {
    font-size: 15px;
  }

  .footer__nav1 {
    margin-right: 30px;
  }


  .footer__nav3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer__nav3 p {
    font-size: 16px;
    line-height: 1.75;
  }

  .footer__nav1 li:before {
    width: 12px;
    height: 2px;
    margin-right: 7px;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin-bottom: 5px;
  }

  .footer__copy {
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 20px;
    padding-top: 20px;
    font-size: 13px;
  }

  .footer__nav1 li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer__nav2 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .effectfade {
    animation-delay: 0.3s;
  }

  .effectfade.second {
    animation-delay: 0.6s;
  }

  .effectfade.third {
    animation-delay: 0.9s;
  }

  .effectfade.fourth {
    animation-delay: 0.3s;
  }

  .effectfade.fifth {
    animation-delay: 0.6s;
  }

  .effectfade.sixth {
    animation-delay: 0.9s;
  }

  .effectfade.seventh {
    animation-delay: 0.3s;
  }

  .effectfade.eighth {
    animation-delay: 0.6s;
  }

  .effectfade.ninth {
    animation-delay: 0.9s;
  }

  .effectfade.tenth {
    animation-delay: 0.3s;
  }

  .effectfade.eleventh {
    animation-delay: 0.6s;
  }

  .effectfade.twelveth {
    animation-delay: 0.9s;
  }


  .effectfade.second5 {
    animation-delay: 0.6s;
  }

  /* ###### ヘッダー ###### */

  #header {
    padding-inline: 30px;
  }

  /* ########### トップ-メイン ########### */
  .flex-fv>li:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }

  .flex-fv-icon {
    margin-bottom: 2.75%;
  }

  .flex-fv>li:nth-child(n+4) {
    margin-top: 2.75%;
  }

  /* ###### 解決する不安 ###### */

  .flex-care>li:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }

  .flex-care>li:nth-child(n+4) {
    margin-top: 2.75%;
  }

  /* ###### 選ばれる理由 ###### */

  /* ###### 診療科目一覧 ###### */

  /* ###### 料金 ###### */
  /* ###### 予約の流れ ###### */
  /* ###### 提携先の一部 ###### */
  /* ###### FAQ ###### */

  /* ###### 患者の声 ###### */

  .flex-voice>li {
    border-radius: 16px;
    width: 48.5%;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .flex-voice>li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .flex-voice>li:nth-child(n+3) {
    margin-top: 3%;
  }

  .flex-voice.line2 .h3-main2 {
    min-height: 75px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* ########### CONTACT ########### */
  .radiotext {
    padding-bottom: 3px;
  }

  .table-com tr:first-child td {
    border-top: #1eb1de 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #1eb1de 0px solid;
  }

  .table-com tr:first-child th {
    border-top: #1eb1de 0px solid;
  }

  .table-com tr:last-child th {
    border-bottom: #1eb1de 0px solid;
  }

  /* ### TOPへ ### */

  .contents-topbtn {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
    display: flex;
    justify-content: flex-end;
  }

  #topbtn {
    margin: 0 0px 0 0;
    top: 45%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 14px 0 0 0px;
    width: 40px;
    height: 40px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .formTable td {
    border-top: rgb(255, 255, 255) 10px solid;
    border-bottom: rgb(255, 255, 255) 10px solid;
  }
}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {
  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1060 {
    max-width: 1060px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.topplus110 {
    padding-top: 150px;
  }


  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }


  /* ###### ヘッダー ###### */

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #4279b8;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 105px;
    position: absolute;
    right: 0px;
    padding-top: 30px;
    z-index: -1;
    display: none;
    z-index: 1200;
    overflow: scroll;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    padding: 25px 0;
    color: #1b1c1b;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 30px;
  }

  .header__nav-link.bor2 {
    margin: 0 30px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    padding: 10px 5px 12px;
    width: 195px;
    height: 50px;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button-header a::before {
    width: 32px;
    height: 28px;
    margin-top: 1px;
  }

  /* ########### トップ-メイン ########### */

  #main,
  #thanks {
    background:
      url(../image/icon-back-white.svg) 90% 30% / 340px no-repeat,
      /* 上に重ねる背景 */
      url(../image/back.jpg) 50% 50% / cover no-repeat;
    /* 下の背景 */
  }

  .main__title {
    font-size: 54px;
    margin-bottom: 35px;
  }

  .main__subtitle {
    font-size: 26px;
  }

  .fv-left {
    width: 100%;
  }

  .fv-right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .flex-capsule {
    margin-bottom: 20px;
  }

  .flex-capsule li {
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 19px;
    border-radius: 25px;
  }

  .capsule-lightblue {
    width: 23%;
    height: 40px;
  }

  .capsule-white {
    width: 27%;
    height: 40px;
  }

  .flex-capsule li:not(:last-child) {
    margin-right: 1.33%;
  }

  .h3-fv {
    font-size: 50px;
  }

  .odometer div {
    font-size: 50px;
  }

  .h3-fv img {
    width: 40px;
    margin-right: 5px;
  }

  .h3-fv2 {
    padding-top: 20px;
    font-size: 25px;
  }


  .flex-fv-icon>li {
    width: 14.28%;
    padding: 2px;
    font-size: 12px;
    white-space: nowrap;
  }

  .flex-fv-icon>li:nth-child(n+8) {
    margin-top: 5px;
  }

  /* ###### 解決する不安 ###### */
  /* ###### 選ばれる理由 ###### */

  .h2-margin3 {
    margin-bottom: 45px;
  }

  .h2img-cotainer {
    width: 100%;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    order: 1;
  }

  .h2img-cotainer img {
    width: 550px;
    border-radius: 24px;
  }

  .h2text-cotainer {
    margin-top: 30px;
    width: 100%;
    flex: 1;
    padding-left: 0px;
    order: 2;
  }


  .h2img-cotainer {
    width: 100%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    order: 1;
  }

  .h2img-cotainer img {
    border-radius: 20px;
  }

  .h2text-cotainer {
    margin-top: 30px;
    width: 100%;
    flex: 1;
    padding-left: 0px;
    order: 2;
  }

  .flex-reason>li {
    border-radius: 16px;
    width: 48.5%;
  }

  .flex-reason>li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .flex-reason>li:last-child {
    margin-right: 0%;
  }

  .flex-reason>li:nth-child(n+3) {
    margin-top: 3%;
  }

  .flex-reason.line2 .h3-main {
    min-height: 60px;
    padding-bottom: 15px;
  }

  .effectfade.second2 {
    animation-delay: 0.6s;
  }

  .effectfade.third2 {
    animation-delay: 0.3s;
  }

  .effectfade.fourth2 {
    animation-delay: 0.6s;
  }

  .effectfade.fifth2 {
    animation-delay: 0.3s;
  }

  .effectfade.sixth2 {
    animation-delay: 0.6s;
  }

  .effectfade.seventh2 {
    animation-delay: 0.3s;
  }

  /* ###### 診療科目一覧 ###### */

  /* ###### 料金 ###### */

  .contentstable {
    border-radius: 16px;
  }

  .contentstable th {
    padding: 15px;
    font-size: 21px;
  }

  .contentstable th img {
    max-width: 85px;
  }

  .contentstable td {
    padding: 15px;
  }

  .contentstable th:nth-child(n+2) {
    width: 155px;
  }

  .contentstable td:nth-child(1) {
    font-size: 21px;
  }

  .contentstable td:nth-child(n+2) {
    font-size: 23px;
  }

  .contentstable td img {
    width: 40px;
  }

  /* ###### 予約の流れ ###### */
  /* ###### 提携先の一部 ###### */
  /* ###### FAQ ###### */

  .qabox {
    width: 100%;
  }

  .qabox:not(:first-child) {
    margin-top: 30px;
  }


  /* ###### 患者の声 ###### */
  /* ###### フッター ###### */

  .contents-footer {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
  }


  .footer__left {
    max-width: 100%;
  }

  .footer__right {
    margin-top: 45px;
    max-width: 100%;
  }

  .footer__nav1 {
    width: 255px;
  }

  .footer__nav2 {
    width: 155px;
  }

  .footer__nav3 {
    flex: 1;
  }
}

@media (min-width: 1100px) {



  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1060 {
    max-width: 1060px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.topplus110 {
    padding-top: 150px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }


  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  .effectfade.second2 {
    animation-delay: 0.6s;
  }

  .effectfade.third2 {
    animation-delay: 0.9s;
  }

  .effectfade.fourth2 {
    animation-delay: 1.2s;
  }

  .effectfade.fifth2 {
    animation-delay: 1.5s;
  }

  .effectfade.sixth2 {
    animation-delay: 1.8s;
  }

  .effectfade.seventh2 {
    animation-delay: 2.1s;
  }

  .effectfade.second6 {
    animation-delay: 0.9s;
  }

  .effectfade.third6 {
    animation-delay: 0.6s;
  }

  .effectfade.fourth6 {
    animation-delay: 0.6s;
  }

  .effectfade.fifth6 {
    animation-delay: 0.6s;
  }

  .effectfade.sixth6 {
    animation-delay: 0.6s;
  }

  /* ###### ヘッダー ###### */

  .header__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
    color: white;
    font-weight: 500;
  }


  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav-link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .button-header {
    margin-left: 30px;
  }

  .button-header a {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }

  #openbtn {
    display: none;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/

  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ###### 共通 ####### */

  .background-attachment-fixed {
    background-attachment: fixed;
  }

  /* ###### 選ばれる理由 ###### */
  .flex-reason>li:not(:nth-child(3n+4)) {
    margin-right: 3%;
  }

  .flex-reason>li:nth-child(n+5) {
    margin-top: 3%;
  }

  /* ###### 診療科目一覧 ###### */
  .departments-left,
  .departments-right {
    width: 48%;
  }

  /* ###### 患者の声 ###### */

  /* ###### フッター ###### */


  .contents-footer {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .footer__left {
    max-width: 350px;
    padding-right: 50px;
  }

  .footer__right {
    justify-content: flex-end;
    flex: 1;
  }

  .footer__nav1 {
    width: 255px;
  }

  .footer__nav2 {
    width: 155px;
  }

  .footer__nav3 {
    flex: 1;
  }
}



/* wordpressメッセージ消去 */
form.sent p {
  display: none;
}