@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --swl-font_family: "Zen Kaku Gothic New", sans-serif;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamMedium.ttf") format("TrueType");
}
.f_go {
  font-family: "Gotham", sans-serif;
}

.f_ro {
  font-family: "times-new-roman", serif;
}

.f_li {
  font-family: "LINE Seed JP", sans-serif;
}

.f_tu {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.focusIn .char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

@keyframes focusIn {
  0% {
    filter: blur(12px);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.fadeInBlur {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(30px);
  transition: opacity 0.8s cubic-bezier(0.27, 0, 0.58, 1), transform 0.8s cubic-bezier(0.27, 0, 0.58, 1), filter 0.8s cubic-bezier(0.27, 0, 0.58, 1);
}

.fadeInBlur:not(.animated) {
  transition: all 0.3s ease 0s !important;
}

.fadeInBlur.animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.popIn .textAnim-char,
.pulseIn .textAnim-char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}
.popIn .textAnim-space,
.pulseIn .textAnim-space {
  display: inline-block;
  white-space: pre;
}
.popIn.animated .textAnim-char,
.pulseIn.animated .textAnim-char {
  animation-fill-mode: forwards;
}

.popIn .textAnim-char {
  transform: scale(0.5);
}
.popIn.animated .textAnim-char {
  animation-name: popInText;
  animation-duration: 0.5s;
  animation-delay: calc(var(--char-index) * 0.05s);
}

@keyframes popInText {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  80% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.pulseIn .textAnim-char {
  transform: scale(1);
}
.pulseIn.animated .textAnim-char {
  animation-name: pulseText;
  animation-duration: 0.3s;
  animation-delay: calc(var(--char-index) * 0.05s);
}

@keyframes pulseText {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeRight {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}
.fadeRight.animated {
  opacity: 1;
  transform: translateX(0);
}

.fadeLeft {
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}
.fadeLeft.animated {
  opacity: 1;
  transform: translateX(0);
}

.fadeUp {
  transform: translateY(15px);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  transition: 0.6s;
}
.fadeUp.animated {
  opacity: 1;
  transform: translateY(0);
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #0F1524;
  font-size: 16px;
  line-height: 1.7;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap02 {
  width: 1240px;
  margin: 0 auto;
}

.wrap03 {
  width: 1340px;
  margin: 0 auto;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#main_header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 18px 0 13px;
}
#main_header .cont {
  width: 100%;
  display: flex;
  align-items: center;
}
#main_header .cont .logo_block .label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 18px;
}
#main_header .cont .logo_block .logo {
  display: block;
  width: 375px;
  line-height: 1;
}
#main_header .cont .logo_block .logo img {
  width: 100%;
}
#main_header .cont .link_cont {
  margin-left: auto;
}
#main_header .cont .link_cont .cta_block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
#main_header .cont .link_cont .cta_block .tel_block .label {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
#main_header .cont .link_cont .cta_block .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#main_header .cont .link_cont .cta_block .tel_block .tel_box .icon {
  flex-shrink: 0;
  width: 28px;
  line-height: 1;
}
#main_header .cont .link_cont .cta_block .tel_block .tel_box .icon img {
  width: 100%;
}
#main_header .cont .link_cont .cta_block .tel_block .tel_box .num {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
#main_header .cont .link_cont .cta_block .cta_list {
  margin-left: auto;
}
#main_header .cont .link_cont .cta_block .cta_list ul {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
#main_header .cont .link_cont .cta_block .cta_list ul li {
  width: 250px;
}
#main_header .cont .link_cont .cta_block .cta_list ul li.line a {
  background-color: #06C755;
  box-shadow: 0 6px 0 #2AAD60;
  padding: 0 15px 0 10px;
}
#main_header .cont .link_cont .cta_block .cta_list ul li.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
#main_header .cont .link_cont .cta_block .cta_list ul li.line a .icon {
  width: 40px;
  margin-right: 12px;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #003894;
  box-shadow: 0 6px 0 #001d4c;
  color: #fff;
  padding: 0 15px 0 14.5px;
  transition: 0.3s;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #f0f5f8;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a:hover {
  box-shadow: 0 0 0 #001d4c;
  transform: translateY(6px);
}
#main_header .cont .link_cont .cta_block .cta_list ul li a .icon {
  flex-shrink: 0;
  width: 24.5px;
  line-height: 1;
  margin-right: 14px;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a .icon img {
  width: 100%;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
#main_header .cont .link_cont .cta_block .cta_list ul li a .arrow img {
  width: 100%;
}
#main_header .cont .link_cont .link_block {
  display: flex;
  align-items: center;
}
#main_header .cont .link_cont .link_block .link_list ul {
  display: flex;
  gap: 0 40px;
}
#main_header .cont .link_cont .link_block .link_list ul li {
  line-height: 1;
}
#main_header .cont .link_cont .link_block .link_list ul li a {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #0F1524;
}
#main_header .cont .link_cont .link_block .link_list ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -19px;
  height: 2px;
  background-color: #003894;
  transform-style: preserve-3d;
  transform-origin: 0 center -30px;
  transform: rotateX(90deg);
  transition: 0.3s;
}
#main_header .cont .link_cont .link_block .link_list ul li a:hover::before {
  transform: rotateX(0deg);
}
#main_header .cont .link_cont .link_block .map_btn {
  margin-left: 30px;
}
#main_header .cont .link_cont .link_block .map_btn a {
  display: flex;
  align-items: center;
  gap: 0 6.4px;
  padding: 7px 18px;
  background-color: #F4F4F4;
}
#main_header .cont .link_cont .link_block .map_btn a:hover .icon {
  transform: translateY(-5px);
}
#main_header .cont .link_cont .link_block .map_btn a .icon {
  width: 16.5px;
  line-height: 1;
  transition: 0.3s;
}
#main_header .cont .link_cont .link_block .map_btn a .icon img {
  width: 100%;
}
#main_header .cont .link_cont .link_block .map_btn a .label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0F1524;
}
#main_header .cont .link_cont .link_block .sns_link_list {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #333333;
}
#main_header .cont .link_cont .link_block .sns_link_list ul li a {
  display: block;
  width: 30px;
  line-height: 1;
}
#main_header .cont .link_cont .link_block .sns_link_list ul li a img {
  width: 100%;
}

#fixed_time_block {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  z-index: 999;
  width: 520px;
  padding: 20px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.3s;
  cursor: pointer;
}
#fixed_time_block.is-closed {
  transform: translateX(calc(100% - 70px));
}
#fixed_time_block:hover {
  transform: translateX(0);
}
#fixed_time_block .inner {
  display: flex;
}
#fixed_time_block .inner .ttl_box {
  flex-shrink: 0;
  margin-right: 30px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #E6E6E6;
}
#fixed_time_block .inner .ttl_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
#fixed_time_block .inner .ttl_box .icon img {
  width: 100%;
}
#fixed_time_block .inner .ttl_box .label {
  font-size: 18px;
  color: #003894;
  letter-spacing: 0.23em;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-rl;
}
#fixed_time_block .inner .table_box {
  flex-grow: 1;
}
#fixed_time_block .inner .table_box .table_wrap {
  width: 380px;
  margin-bottom: 15px;
}
#fixed_time_block .inner .table_box .table_wrap .table {
  width: 100%;
  line-height: 1;
}
#fixed_time_block .inner .table_box .table_wrap .table img {
  width: 100%;
}
#fixed_time_block .inner .table_box .check_box .check + .check {
  margin-top: 3px;
}
#fixed_time_block .inner .table_box .check_box .check {
  font-size: 12px;
  line-height: 1;
}

.slide-animation {
  animation-name: fadezoom;
  animation-duration: 7s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#top_fv_sec {
  margin-bottom: 160px;
  padding: 345px 0 65px;
}
#top_fv_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 180px;
  bottom: -230px;
  width: calc(50vw - 570px + 930px);
  background-image: url(image/fv_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
#top_fv_sec .deco_img {
  position: absolute;
  line-height: 1;
}
#top_fv_sec .deco_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_fv_sec .deco_img.deco_img1 {
  top: 0;
  right: 0;
  width: calc(50vw - 570px + 490px);
  height: 530px;
  transform: translate(50px, 20px);
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
  opacity: 0;
}
#top_fv_sec .deco_img.deco_img1.animated {
  transform: translate(0, 0);
  opacity: 1;
}
#top_fv_sec .deco_img.deco_img2 {
  z-index: 1;
  bottom: 0;
  right: calc(50vw - 570px + 240px);
  width: 310px;
  height: 175px;
  transform: translate(-50px, 20px);
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
}
#top_fv_sec .deco_img.deco_img2.animated {
  transform: translate(0, 0);
  opacity: 1;
}
#top_fv_sec .deco_img.deco_img3 {
  top: 0;
  right: calc(50vw - 570px + 490px);
  left: calc(50vw - 570px + 145px);
  height: 290px;
  transform: translate(-50px, -20px);
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  opacity: 0;
}
#top_fv_sec .deco_img.deco_img3.animated {
  transform: translate(0, 0);
  opacity: 1;
}
#top_fv_sec .cont {
  z-index: 2;
}
#top_fv_sec .cont .copy {
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}
#top_fv_sec .cont .copy .color {
  color: #003894;
  font-size: 54px;
}
#top_fv_sec .cont .ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  transition-delay: 1s;
}

#top_intro_sec {
  margin-bottom: 117px;
}
#top_intro_sec .deco_en {
  position: absolute;
  top: -45px;
  left: calc(50vw - 670px);
  font-size: 150px;
  line-height: 1;
  color: #fff;
}
#top_intro_sec .cont {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0 50px;
}
#top_intro_sec .cont .text_block {
  flex-grow: 1;
  padding-left: 50px;
}
#top_intro_sec .cont .text_block .top_ttl_box {
  margin-bottom: 24px;
}
#top_intro_sec .cont .text_block .top_ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 2px;
  background-color: #003894;
}
#top_intro_sec .cont .text_block .top_ttl_box .ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
#top_intro_sec .cont .text_block .copy {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
#top_intro_sec .cont .text_block .copy .color {
  font-size: 33px;
  color: #003894;
}
#top_intro_sec .cont .text_block .time_table_cont {
  width: calc(100% - 10px);
  padding: 20px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
#top_intro_sec .cont .text_block .time_table_cont .inner {
  display: flex;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .ttl_box {
  flex-shrink: 0;
  margin-right: 30px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #E6E6E6;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .ttl_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .ttl_box .icon img {
  width: 100%;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .ttl_box .label {
  font-size: 18px;
  letter-spacing: 0.23em;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-rl;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box {
  flex-grow: 1;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap {
  width: 380px;
  margin-bottom: 18px;
  overflow-y: hidden !important;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
  width: 100%;
  line-height: 1;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
  width: 100%;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box .check_box {
  display: flex;
  gap: 0 13px;
}
#top_intro_sec .cont .text_block .time_table_cont .inner .table_box .check_box .check {
  font-size: 12px;
  line-height: 1;
}
#top_intro_sec .cont .text_block .access_wrap {
  margin-bottom: 30px;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont {
  display: flex;
  align-items: flex-end;
  gap: 0 18px;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block {
  flex-shrink: 0;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 4px;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box .icon img {
  width: 100%;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box .address {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-left: 32px;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .btn {
  flex-grow: 1;
}
#top_intro_sec .cont .text_block .access_wrap .access_cont .btn a {
  display: block;
  width: 100%;
  line-height: 34px;
  background-color: #F4F4F4;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0F1524;
}
#top_intro_sec .cont .text_block .tel_block {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#top_intro_sec .cont .text_block .tel_block .label {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
#top_intro_sec .cont .text_block .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#top_intro_sec .cont .text_block .tel_block .tel_box .icon {
  width: 28px;
  line-height: 1;
}
#top_intro_sec .cont .text_block .tel_block .tel_box .icon img {
  width: 100%;
}
#top_intro_sec .cont .text_block .tel_block .tel_box .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#top_intro_sec .cont .img_box {
  flex-shrink: 0;
  width: 540px;
}
#top_intro_sec .cont .img_box .img {
  width: 100%;
  height: 570px;
  line-height: 1;
  z-index: 1;
}
#top_intro_sec .cont .img_box .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #003894;
}
#top_intro_sec .cont .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_ttl_box.center {
  text-align: center;
}
.common_ttl_box.center::after {
  margin: 24px auto 0;
}
.common_ttl_box.center .en_box {
  justify-content: center;
}
.common_ttl_box::after {
  content: "";
  display: block;
  width: 310px;
  margin-top: 24px;
  height: 2px;
  background-color: #003894;
}
.common_ttl_box .en_box {
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  gap: 0 14px;
}
.common_ttl_box .en_box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003894;
  flex-shrink: 0;
}
.common_ttl_box .en_box .en {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #003894;
}
.common_ttl_box .ttl {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
}
.common_ttl_box .ttl .color {
  color: #003894;
}

#top_reason_sec {
  margin-bottom: 100px;
  padding: 90px 0;
  background-color: #f0f5f8;
}
#top_reason_sec .deco_en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 240px;
  line-height: 1;
  text-align: center;
  color: #e3eff6;
}
#top_reason_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/reason_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#top_reason_sec .cont {
  z-index: 2;
}
#top_reason_sec .cont .top_ttl_box {
  text-align: center;
  margin-bottom: 30px;
}
#top_reason_sec .cont .top_ttl_box .common_ttl_box {
  margin-bottom: 24px;
}
#top_reason_sec .cont .top_ttl_box .text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#top_reason_sec .cont .list ul li {
  display: flex;
  align-items: center;
  gap: 0 35px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding: 15px 30px 15px 15px;
}
#top_reason_sec .cont .list ul li + li {
  margin-top: 16px;
}
#top_reason_sec .cont .list ul li .img_box {
  flex-shrink: 0;
  width: 140px;
}
#top_reason_sec .cont .list ul li .img_box .img {
  width: 100%;
  height: 140px;
  line-height: 1;
  overflow: hidden;
}
#top_reason_sec .cont .list ul li .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_reason_sec .cont .list ul li .ttl_box {
  margin-bottom: 15px;
  transition-delay: 0.1s;
}
#top_reason_sec .cont .list ul li .ttl_box .ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#top_reason_sec .cont .list ul li .ttl_box .ttl .bg {
  font-size: 32px;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0 0.1em 0.1em 0.3em;
  line-height: 1;
  background-color: #003894;
}
#top_reason_sec .cont .list ul li .text_box {
  flex-grow: 1;
}
#top_reason_sec .cont .list ul li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
  transition-delay: 0.1s;
}

#top_banner_area {
  margin-bottom: 85px;
}
#top_banner_area .banner_list ul {
  display: flex;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
#top_banner_area .banner_list ul li {
  width: 560px;
  line-height: 1;
}
#top_banner_area .banner_list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_banner_area .banner_list ul li a {
  display: block;
  width: 100%;
  line-height: 1;
  overflow: hidden;
}
#top_banner_area .banner_list ul li a:hover img {
  transform: scale(1.02);
}
#top_banner_area .banner_list ul li a img {
  width: 100%;
  transition: 0.3s;
}

#top_search_sec {
  margin-bottom: 105px;
}
#top_search_sec .cat_ttl_box {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 18px;
}
#top_search_sec .cat_ttl_box .deco_en {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  font-size: 80px;
  line-height: 1;
  color: #f5f5f5;
}
#top_search_sec .cat_ttl_box .icon {
  flex-shrink: 0;
  width: 60px;
}
#top_search_sec .cat_ttl_box .icon svg {
  width: 100%;
}
#top_search_sec .cat_ttl_box .icon svg .color {
  fill: #f7faff;
  stroke: #0F1524;
}
#top_search_sec .cat_ttl_box .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
#top_search_sec .symptoms_block {
  margin-bottom: 50px;
}
#top_search_sec .symptoms_block .list_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#top_search_sec .symptoms_block .list_cont .box {
  border: 1px solid #333333;
  background-color: #f7faff;
  padding: 30px;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box {
  margin-bottom: 15px;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding-bottom: 15px;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a:hover .label {
  color: #003894;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a:hover .icon svg path {
  fill: #003894;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a .label {
  flex-grow: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #0F1524;
  transition: 0.3s;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a .icon svg {
  width: 100%;
}
#top_search_sec .symptoms_block .list_cont .box .ttl_box a .icon svg path {
  fill: #0F1524;
  transition: 0.3s;
}
#top_search_sec .symptoms_block .list_cont .box .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 5px;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li {
  line-height: 1;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li:last-child::after {
  content: none;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li::after {
  content: "/";
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #0F1524;
  margin-left: 5px;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li a {
  color: #0F1524;
  transition: 0.3s;
  text-decoration: underline;
}
#top_search_sec .symptoms_block .list_cont .box .list ul li a:hover {
  color: #003894;
}
#top_search_sec .menu_block .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
#top_search_sec .menu_block .list ul li a:hover .label {
  color: #003894;
}
#top_search_sec .menu_block .list ul li a:hover .icon svg path {
  fill: #003894;
}
#top_search_sec .menu_block .list ul li .inner {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 100%;
  padding: 27px 20px;
  background-color: #FAFAFA;
  border: 1px solid #D6D6D6;
}
#top_search_sec .menu_block .list ul li .inner .label {
  flex-grow: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #0F1524;
  transition: 0.3s;
}
#top_search_sec .menu_block .list ul li .inner .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
}
#top_search_sec .menu_block .list ul li .inner .icon svg {
  width: 100%;
}
#top_search_sec .menu_block .list ul li .inner .icon svg path {
  fill: #0F1524;
  transition: 0.3s;
}

#top_first_sec {
  margin-bottom: 125px;
}
#top_first_sec .deco_en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 190px;
  line-height: 1;
  text-align: center;
  color: #f3faff;
}
#top_first_sec .cont {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
#top_first_sec .cont .ttl_block {
  flex-grow: 1;
}
#top_first_sec .cont .ttl_block .common_ttl_box {
  margin-bottom: 18px;
}
#top_first_sec .cont .ttl_block .copy {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
#top_first_sec .cont .ttl_block .text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
}
#top_first_sec .cont .ttl_block .text + .text {
  margin-top: 20px;
}
#top_first_sec .cont .ttl_block .btn {
  width: 240px;
  margin-top: 48px;
}
#top_first_sec .cont .ttl_block .btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 65px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #003894;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #003894;
  transition: 0.3s;
}
#top_first_sec .cont .ttl_block .btn a::after {
  content: "";
  background: #003894;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.2s, transform 0s;
  transition-delay: 0s, 0.3s;
}
#top_first_sec .cont .ttl_block .btn a:hover {
  color: #fff;
}
#top_first_sec .cont .ttl_block .btn a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}
#top_first_sec .cont .img_box {
  flex-shrink: 0;
  width: 440px;
}
#top_first_sec .cont .img_box .img {
  width: 100%;
  height: 520px;
  line-height: 1;
  z-index: 1;
}
#top_first_sec .cont .img_box .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #001d4c;
}
#top_first_sec .cont .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_voice_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
.common_voice_list ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.common_voice_list ul li a:hover .img img {
  transform: scale(1.1);
}
.common_voice_list ul li a:hover .text_box .ttl {
  color: #003894;
}
.common_voice_list ul li a:hover .text_box .link_box .label {
  color: #003894;
}
.common_voice_list ul li a:hover .text_box .link_box .arrow svg path {
  fill: #003894;
}
.common_voice_list ul li a .img {
  width: 100%;
  height: 200px;
  line-height: 1;
  overflow: hidden;
}
.common_voice_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.common_voice_list ul li a .data {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: bold;
  color: #6F6F6F;
  margin-bottom: 10px;
}
.common_voice_list ul li a .ttl {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
  color: #0F1524;
  transition: 0.3s;
}
.common_voice_list ul li a .text_box {
  padding: 20px 20px 23px;
}
.common_voice_list ul li a .text_box .text {
  font-size: 14px;
  color: #0F1524;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 23px;
}
.common_voice_list ul li a .text_box .link_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 14px;
}
.common_voice_list ul li a .text_box .link_box .label {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #0F1524;
  transition: 0.3s;
}
.common_voice_list ul li a .text_box .link_box .arrow {
  flex-shrink: 0;
  width: 15px;
  line-height: 1;
}
.common_voice_list ul li a .text_box .link_box .arrow svg {
  width: 100%;
}
.common_voice_list ul li a .text_box .link_box .arrow svg path {
  fill: #0F1524;
  transition: 0.3s;
}

#top_voice_sec {
  margin-bottom: 115px;
  padding: 100px 0 80px;
  background: #FFF4ED;
  background: linear-gradient(180deg, #f0f5f8 0%, #f7faff 100%);
}
#top_voice_sec .deco_en {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#top_voice_sec .wrap {
  z-index: 1;
}
#top_voice_sec .top_ttl_box {
  text-align: center;
  margin-bottom: 32px;
}
#top_voice_sec .top_ttl_box .common_ttl_box {
  margin-bottom: 24px;
}
#top_voice_sec .top_ttl_box .text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#top_voice_sec .common_voice_list {
  margin-bottom: 50px;
}
#top_voice_sec .common_voice_list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_voice_sec .common_voice_list ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#top_voice_sec .btn {
  width: 400px;
  margin: 0 auto;
}
#top_voice_sec .btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 65px;
  text-align: center;
  background-color: #003894;
  border: 2px solid #003894;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.3s;
}
#top_voice_sec .btn a::after {
  content: "";
  background: #fff;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.2s, transform 0s;
  transition-delay: 0s, 0.3s;
}
#top_voice_sec .btn a:hover {
  color: #003894;
}
#top_voice_sec .btn a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}

.common_btn {
  width: 330px;
}
.common_btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 65px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #003894;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #003894;
  transition: 0.3s;
}
.common_btn a::after {
  content: "";
  background: #003894;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.2s, transform 0s;
  transition-delay: 0s, 0.3s;
}
.common_btn a:hover {
  color: #fff;
}
.common_btn a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}

#top_staff_sec {
  margin-bottom: 125px;
}
#top_staff_sec .deco_en {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: calc(50vw - 670px);
  font-size: 140px;
  line-height: 0.8;
  color: #003894;
  opacity: 0.1;
}
#top_staff_sec .cont {
  padding-right: 100px;
  display: flex;
  align-items: center;
  gap: 0 60px;
}
#top_staff_sec .cont .img_box {
  flex-shrink: 0;
  width: 430px;
}
#top_staff_sec .cont .img_box .img {
  width: 100%;
  height: 540px;
  line-height: 1;
  z-index: 1;
}
#top_staff_sec .cont .img_box .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #003894;
}
#top_staff_sec .cont .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_staff_sec .cont .text_block {
  flex-grow: 1;
}
#top_staff_sec .cont .text_block .ttl_box {
  margin-bottom: 22px;
}
#top_staff_sec .cont .text_block .ttl_box::after {
  content: "";
  display: block;
  width: 310px;
  margin-top: 20px;
  height: 2px;
  background-color: #003894;
}
#top_staff_sec .cont .text_block .ttl_box .ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
#top_staff_sec .cont .text_block .name_box {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
#top_staff_sec .cont .text_block .name_box .name {
  font-size: 36px;
}
#top_staff_sec .cont .text_block .name_box .data {
  font-size: 18px;
}
#top_staff_sec .cont .text_block .copy {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
#top_staff_sec .cont .text_block .copy .color {
  color: #003894;
}
#top_staff_sec .cont .text_block .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
}
#top_staff_sec .cont .text_block .common_btn {
  margin-top: 32px;
}

.common_news_list ul li + li {
  margin-top: 32px;
}
.common_news_list ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
}
.common_news_list ul li a {
  display: block;
  width: 100%;
  padding: 0 20px 30px;
}
.common_news_list ul li a:hover .date_box .arrow {
  transform: translateX(5px);
}
.common_news_list ul li a:hover .post_cont .text_box .ttl {
  color: #003894;
}
.common_news_list ul li a:hover .post_cont .arrow svg path {
  fill: #003894;
}
.common_news_list ul li a .date_box {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin-bottom: 20px;
}
.common_news_list ul li a .date_box .arrow {
  width: 16px;
  height: 19px;
  background-color: #003894;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: 0.3s;
}
.common_news_list ul li a .date_box .date {
  font-size: 14px;
  line-height: 1;
  color: #0F1524;
  font-weight: 900;
}
.common_news_list ul li a .post_cont {
  display: flex;
  align-items: center;
  gap: 0 65px;
}
.common_news_list ul li a .post_cont .text_box {
  flex-grow: 1;
  overflow: hidden;
}
.common_news_list ul li a .post_cont .text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0F1524;
  text-decoration: underline;
  transition: 0.3s;
  padding-bottom: 2px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_news_list ul li a .post_cont .text_box .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_news_list ul li a .post_cont .arrow {
  flex-shrink: 0;
  width: 30px;
  line-height: 1;
}
.common_news_list ul li a .post_cont .arrow svg {
  width: 100%;
}
.common_news_list ul li a .post_cont .arrow svg path {
  fill: #D5D5D5;
  transition: 0.3s;
}

#top_news_sec {
  margin-bottom: 125px;
}
#top_news_sec .deco_en {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #a2a2a2;
  opacity: 0.1;
}
#top_news_sec .wrap {
  z-index: 1;
}
#top_news_sec .common_ttl_box {
  margin-bottom: 30px;
}
#top_news_sec .common_ttl_box::after {
  width: 130px;
}
#top_news_sec .common_btn {
  margin: 50px auto 0;
}

#top_blog_sec {
  margin-bottom: 125px;
}
#top_blog_sec .cont {
  padding: 100px 100px;
  background: #FFF4ED;
  background: linear-gradient(180deg, #f0f5f8 0%, #f7faff 100%);
}
#top_blog_sec .cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/blog_sec_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#top_blog_sec .cont .top_ttl_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
  z-index: 1;
}
#top_blog_sec .cont .blog_cont {
  z-index: 1;
  display: flex;
  gap: 0 55px;
}
#top_blog_sec .cont .blog_cont .first_blog {
  position: relative;
  flex-shrink: 0;
  width: 540px;
  padding-right: 55px;
}
#top_blog_sec .cont .blog_cont .first_blog::after {
  content: "";
  background-image: linear-gradient(to bottom, #333333 3px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 2px 6px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
}
#top_blog_sec .cont .blog_cont .first_blog .box a {
  display: block;
  width: 100%;
}
#top_blog_sec .cont .blog_cont .first_blog .box a:hover .img img {
  transform: scale(1.1);
}
#top_blog_sec .cont .blog_cont .first_blog .box a:hover .text_box .ttl {
  color: #003894;
}
#top_blog_sec .cont .blog_cont .first_blog .box a .img {
  width: 100%;
  height: 270px;
  line-height: 1;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}
#top_blog_sec .cont .blog_cont .first_blog .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#top_blog_sec .cont .blog_cont .first_blog .box a .text_box .ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  overflow: hidden;
  transition: 0.3s;
  color: #0F1524;
  margin-bottom: 7px;
}
#top_blog_sec .cont .blog_cont .first_blog .box a .text_box .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #777777;
  display: -webkit-box;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 35px;
}
#top_blog_sec .cont .blog_cont .first_blog .box a .text_box .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
#top_blog_sec .cont .blog_cont .common_blog_list {
  flex-grow: 1;
}
#top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(1) {
  animation-delay: 0.1s;
}
#top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(3) {
  animation-delay: 0.1s;
}

.common_blog_list ul li + li {
  margin-top: 20px;
}
.common_blog_list ul li a {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.common_blog_list ul li a:hover .img_box .img img {
  transform: scale(1.1);
}
.common_blog_list ul li a:hover .ttl {
  color: #003894;
}
.common_blog_list ul li a .img_box {
  flex-shrink: 0;
  width: 210px;
}
.common_blog_list ul li a .img_box .img {
  width: 100%;
  height: 140px;
  line-height: 1;
  overflow: hidden;
  background-color: #fff;
}
.common_blog_list ul li a .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.common_blog_list ul li a .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
  color: #333333;
}
.common_blog_list ul li a .ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow: hidden;
  transition: 0.3s;
  color: #0F1524;
  margin-bottom: 9px;
}
.common_blog_list ul li a .text_box .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #777777;
  display: -webkit-box;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow: hidden;
}

#footer_access_sec {
  margin-bottom: 130px;
}
#footer_access_sec .cont {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
#footer_access_sec .cont .text_block {
  flex-grow: 1;
}
#footer_access_sec .cont .text_block .top_ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 19px;
}
#footer_access_sec .cont .text_block .access_block {
  margin-bottom: 20px;
}
#footer_access_sec .cont .text_block .access_block .access_box {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 4px;
}
#footer_access_sec .cont .text_block .access_block .access_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
#footer_access_sec .cont .text_block .access_block .access_box .icon img {
  width: 100%;
}
#footer_access_sec .cont .text_block .access_block .access_box .address {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#footer_access_sec .cont .text_block .access_block .access {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-left: 32px;
}
#footer_access_sec .cont .text_block .time_table_cont {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 23px;
}
#footer_access_sec .cont .text_block .time_table_cont .inner {
  display: flex;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .ttl_box {
  flex-shrink: 0;
  margin-right: 30px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #E6E6E6;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .ttl_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .ttl_box .icon img {
  width: 100%;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .ttl_box .label {
  font-size: 18px;
  letter-spacing: 0.23em;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-rl;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box {
  flex-grow: 1;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap {
  width: 380px;
  margin-bottom: 18px;
  overflow-y: hidden !important;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
  width: 100%;
  line-height: 1;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
  width: 100%;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box .check_box {
  display: flex;
  gap: 0 13px;
}
#footer_access_sec .cont .text_block .time_table_cont .inner .table_box .check_box .check {
  font-size: 12px;
  line-height: 1;
}
#footer_access_sec .cont .text_block .cta_block {
  margin-bottom: 30px;
}
#footer_access_sec .cont .text_block .cta_block .cta_lead {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#footer_access_sec .cont .text_block .cta_block .cta_lead .color {
  color: #003894;
}
#footer_access_sec .cont .text_block .cta_block .cta_lead .num {
  font-size: 38px;
  font-weight: bold;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li {
  width: 280px;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li.line a {
  background-color: #06C755;
  box-shadow: 0 6px 0 #2AAD60;
  padding: 0 15px 0 10px;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li.line a .icon {
  width: 40px;
  margin-right: 12px;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #003894;
  box-shadow: 0 6px 0 #001d4c;
  color: #fff;
  padding: 0 15px 0 14.5px;
  transition: 0.3s;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #f0f5f8;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a:hover {
  box-shadow: 0 0 0 #001d4c;
  transform: translateY(6px);
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a .icon {
  flex-shrink: 0;
  width: 24.5px;
  line-height: 1;
  margin-right: 14px;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a .icon img {
  width: 100%;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
#footer_access_sec .cont .text_block .cta_block .cta_list ul li a .arrow img {
  width: 100%;
}
#footer_access_sec .cont .text_block .tel_block {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#footer_access_sec .cont .text_block .tel_block .label {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
#footer_access_sec .cont .text_block .tel_block .tel_box {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#footer_access_sec .cont .text_block .tel_block .tel_box .icon {
  width: 28px;
  line-height: 1;
}
#footer_access_sec .cont .text_block .tel_block .tel_box .icon img {
  width: 100%;
}
#footer_access_sec .cont .text_block .tel_block .tel_box .num {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
#footer_access_sec .cont .map_wrap {
  flex-shrink: 0;
  width: 520px;
  height: 500px;
  line-height: 1;
  overflow: hidden;
}
#footer_access_sec .cont .map_wrap iframe {
  width: 100%;
  height: 100%;
}

#main_footer {
  padding: 50px 0;
  background-color: #f0f5f8;
}
#main_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/reason_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#main_footer .cont {
  z-index: 1;
  background-color: #fff;
  padding: 60px 100px 40px;
}
#main_footer .cont .about_cont {
  display: flex;
  align-items: center;
  gap: 0 41px;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
#main_footer .cont .about_cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
}
#main_footer .cont .about_cont .logo {
  flex-shrink: 0;
  width: 313px;
}
#main_footer .cont .about_cont .logo a {
  display: block;
  width: 100%;
  line-height: 1;
}
#main_footer .cont .about_cont .logo a img {
  width: 100%;
}
#main_footer .cont .about_cont .text_box {
  flex-grow: 1;
}
#main_footer .cont .about_cont .text_box .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #676767;
}
#main_footer .cont .link_cont {
  display: flex;
  gap: 0 50px;
  margin-bottom: 20px;
}
#main_footer .cont .link_cont .link_block .list ul li {
  line-height: 1;
}
#main_footer .cont .link_cont .link_block .list ul li + li {
  margin-top: 26px;
}
#main_footer .cont .link_cont .link_block .list ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0F1524;
  background-image: linear-gradient(90deg, #003894, #003894);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background-position: 100% 100%;
  background-size: 0 1px;
}
#main_footer .cont .link_cont .link_block .list ul li a:hover {
  color: #003894;
  background-position: 0 100%;
  background-size: 100% 1px;
}
#main_footer .cont .link_cont .link_block .sub_list {
  margin-top: 20px;
}
#main_footer .cont .link_cont .link_block .sub_list.double ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 10px;
}
#main_footer .cont .link_cont .link_block .sub_list.double ul li + li {
  margin-top: 0;
}
#main_footer .cont .link_cont .link_block .sub_list ul li {
  line-height: 1;
}
#main_footer .cont .link_cont .link_block .sub_list ul li + li {
  margin-top: 14px;
}
#main_footer .cont .link_cont .link_block .sub_list ul li a {
  font-size: 16px;
  line-height: 1;
  color: #0F1524;
  background-image: linear-gradient(90deg, #003894, #003894);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background-position: 100% 100%;
  background-size: 0 1px;
}
#main_footer .cont .link_cont .link_block .sub_list ul li a:hover {
  color: #003894;
  background-position: 0 100%;
  background-size: 100% 1px;
}
#main_footer .cont .sns_link_list {
  margin-bottom: 20px;
}
#main_footer .cont .sns_link_list ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
#main_footer .cont .sns_link_list ul li {
  width: 30px;
}
#main_footer .cont .sns_link_list ul li a {
  display: block;
  width: 100%;
  line-height: 1;
}
#main_footer .cont .sns_link_list ul li a img {
  width: 100%;
}
#main_footer .cont .sub_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_footer .cont .sub_cont .copy {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
#main_footer .cont .sub_cont .sub_link ul {
  display: flex;
  gap: 0 20px;
}
#main_footer .cont .sub_cont .sub_link ul li a {
  font-size: 13px;
  line-height: 1;
  color: #0F1524;
}

/* 共通設定 */
.common_page_main::before, .common_page_main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
}
.common_page_main::before {
  background-image: url(image/reason_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.3;
}
.common_page_main::after {
  background-color: #f0f5f8;
}
.common_page_main .deco_en {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: calc(50vw - 620px);
  font-size: 120px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}
.common_page_main .cont {
  z-index: 3;
  padding-top: 292px;
}
.common_page_main .cont .ttl_box .ttl {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 20px 30px;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #003894;
}
.common_page_main .breadcrumb {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #888888;
}
.common_page_main .breadcrumb a {
  color: #888888;
}

.breadcrumb.single {
  margin-top: 70px;
}

.common_page_wrap {
  padding: 110px 0 180px;
}

.common_single_wrap {
  padding: 100px 0 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* 個人情報保護方針 */
.privacy_cont_sec .main_text {
  font-size: 16px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 0 40px;
}

.privacy_cont_sec dl + dl {
  margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dotted #707070;
  padding-block: 0 0.6em;
  margin-block: 0 0.8em;
}

.privacy_cont_sec dl dd {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 400;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blackscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 70px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #003894;
  border-color: #003894 !important;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #003894;
  border-color: #003894 !important;
  font-weight: bold;
}

.common_form_main {
  padding-top: 0;
}

.common_form_page {
  padding: 240px 0 150px;
}
.common_form_page .container {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.common_form_page .container .text_block {
  position: sticky;
  top: 190px;
  left: 0;
  flex-grow: 1;
}
.common_form_page .container .text_block .top_text_box .ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.common_form_page .container .text_block .top_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.common_form_page .container .text_block .top_text_box .text a {
  color: #0F1524;
  text-decoration: underline;
  margin: 0 2px;
}
.common_form_page .container .text_block .top_text_box .text + .text {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box {
  margin-top: 40px;
}
.common_form_page .container .text_block .form_guide_box .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.common_form_page .container .text_block .form_guide_box .img_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_form_page .container .text_block .thum_box {
  display: flex;
  gap: 0 30px;
}
.common_form_page .container .text_block .thum_box .text_box {
  flex-grow: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
  margin-top: 10px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
  content: "";
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  background-color: #003894;
}
.common_form_page .container .text_block .thum_box .thum {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  padding: 15px;
}
.common_form_page .container .text_block .thum_box .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_form_page .container .form_cont {
  flex-shrink: 0;
  width: 50%;
  margin-left: 50px;
  padding: 45px 25px;
  background-color: #F0F3F6;
  border: 1px solid #F5F5F5;
}
.common_form_page .container .form_cont .form_wrap .wp-block-table {
  overflow: visible;
}
.common_form_page .container .form_cont .form_wrap table,
.common_form_page .container .form_cont .form_wrap th,
.common_form_page .container .form_cont .form_wrap td {
  border: none;
  padding: 0;
}
.common_form_page .container .form_cont .form_wrap .form_box {
  margin-bottom: 30px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
  margin-top: 25px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label .hissu {
  color: red;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .sub_text {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 12px 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box {
  position: relative;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-color: transparent #C7C4C4 #C7C4C4 transparent;
  border-width: 2px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select {
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.6em 1em;
  color: #0F1524;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select.empty {
  color: #231815;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .btn {
  width: 100%;
}
.common_form_page .container .form_cont .form_wrap .btn button {
  width: 100%;
  line-height: 70px;
  background-color: #003894;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  box-shadow: 0 6px #001d4c;
  transition: 0.3s;
}
.common_form_page .container .form_cont .form_wrap .btn button:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.common_form_page .container .form_cont .form_wrap button[name=submitBack] {
  background: #272625;
  margin-top: 20px;
  box-shadow: 0 6px #000000;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text a {
  color: #353536;
  text-decoration: underline;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
  margin-top: 10px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.data_box.check_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.radio_btns {
  display: flex;
  gap: 0 15px;
}
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}
.radio_btns label {
  display: inline-block;
}
.radio_btns .radio_btns__item + span {
  padding-left: 1.8em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.radio_btns .radio_btns__item + span::after, .radio_btns .radio_btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.radio_btns .radio_btns__item + span::after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 4px;
  border: none;
  background: #fff;
  transform: scale(0);
  transition: all 0.3s;
}
.radio_btns .radio_btns__item:checked + span::before {
  background-color: #003894;
}
.radio_btns .radio_btns__item:checked + span::after {
  transform: scale(1);
}

.radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.radio-btns label {
  display: inline-block;
}
.radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
.radio-btns .radio-btns__item + span:after, .radio-btns .radio-btns__item + span:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.radio-btns .radio-btns__item + span:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #f18800;
  transform: scale(0);
  transition: all 0.3s;
}
.radio-btns .radio-btns__item:checked + span {
  color: #f18800;
}
.radio-btns .radio-btns__item:checked + span:after {
  transform: scale(1);
}

section#page-contact input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.mwform-checkbox-field-text:before, .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-checkbox-field-text:after {
  border-width: 3px;
  border-color: transparent transparent #f18800 #f18800;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

/* MW WP Form 共通 */
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}

#sidebar {
  width: 310px;
}
#sidebar .block + .block {
  margin-top: 30px;
}
#sidebar .common_link_box {
  margin-bottom: 50px;
}
#sidebar .block .top_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
#sidebar .block .top_ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #003894;
}
#sidebar .block .ranking_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .ranking_list ul li:first-child a .ranking_box {
  background-color: #f7d305;
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}
#sidebar .block .ranking_list ul li:nth-child(2) a .ranking_box {
  background-color: #a5a5a5;
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}
#sidebar .block .ranking_list ul li:nth-child(3) a .ranking_box {
  background-color: #c47222;
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}
#sidebar .block .ranking_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .ranking_list ul li a .ranking_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24px;
  text-align: center;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 6px, transparent 0, transparent 12px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#sidebar .block .ranking_list ul li a .ranking_box .num {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
#sidebar .block .ranking_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .ranking_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .ranking_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #231815;
}
#sidebar .block .ranking_list ul li a:hover .img img {
  transform: scale(1.1);
}
#sidebar .block .voice_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .voice_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .voice_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .voice_list ul li a .text_box .date {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #0F1524;
  margin-bottom: 7px;
}
#sidebar .block .voice_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #0F1524;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a:hover .img img {
  transform: scale(1.1);
}

/* 準備中 */
.sorry_sec .text_box .text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sorry_sec .text_box .text + .text {
  margin-top: 15px;
}
.sorry_sec .text_box .common_btn {
  margin: 30px auto 0;
}

.single_page_wrap {
  padding-top: 240px;
  padding-bottom: 125px;
  margin-bottom: 0;
}
.single_page_wrap .main_ttl_box {
  margin-bottom: 40px;
}
.single_page_wrap .main_ttl_box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 17px;
}
.single_page_wrap .main_ttl_box .data {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333333;
}
.single_page_wrap #sidebar .wp-block-latest-posts a {
  color: #0F1524;
  text-decoration: underline;
}

/* 初めての方へ */
.common_flow_list ul li {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 25px 60px 25px 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.common_flow_list ul li .arrow_wrap {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.16));
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  bottom: -19px;
  left: 0;
  right: 0;
  width: 110px;
  height: 19px;
}
.common_flow_list ul li .arrow_wrap .arrow {
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.common_flow_list ul li + li {
  margin-top: 20px;
}
.common_flow_list ul li .img_box {
  flex-shrink: 0;
  width: 160px;
}
.common_flow_list ul li .img_box .img {
  width: 100%;
  height: 160px;
  line-height: 1;
  overflow: hidden;
}
.common_flow_list ul li .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_flow_list ul li .ttl_box {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 7px;
}
.common_flow_list ul li .ttl_box .num {
  line-height: 1;
  flex-shrink: 0;
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  color: #001d4c;
  opacity: 0.2;
}
.common_flow_list ul li .ttl_box .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #003894;
  line-height: 1;
  font-weight: bold;
}
.common_flow_list ul li .text_box {
  width: 100%;
}
.common_flow_list ul li .text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
.common_flow_list ul li .text_box .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
  margin-bottom: 16px;
}

.common_faq_list ul li + li {
  margin-top: 45px;
}
.common_faq_list ul li .en_label {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_faq_list ul li .en_label .en {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}
.common_faq_list ul li .q_box {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 10px 30px 10px 10px;
  margin-bottom: 15px;
}
.common_faq_list ul li .q_box .en_label {
  background-color: #003894;
}
.common_faq_list ul li .q_box .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
}
.common_faq_list ul li .a_box {
  padding: 0 30px 0 10px;
  display: flex;
  align-items: baseline;
  gap: 0 30px;
}
.common_faq_list ul li .a_box .en_label {
  background-color: #FF7919;
}
.common_faq_list ul li .a_box .text_box {
  flex-grow: 1;
}
.common_faq_list ul li .a_box .text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

.common_cta_cont {
  padding: 0 50px 35px;
}
.common_cta_cont::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 32px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF4ED;
  background: linear-gradient(180deg, #f0f5f8 0%, #f7faff 100%);
}
.common_cta_cont .ttl_box {
  text-align: center;
  margin-bottom: 35px;
}
.common_cta_cont .ttl_box .ttl {
  display: inline-block;
  background-color: #fff;
  border: 3px solid #003894;
  padding: 16px 25px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.common_cta_cont .ttl_box .ttl .color {
  font-size: 26px;
  color: #003894;
}
.common_cta_cont .ttl_box::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-right: 3px solid #003894;
  border-bottom: 3px solid #003894;
  transform: translateX(-50%) rotate(45deg);
}
.common_cta_cont .btn_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
}
.common_cta_cont .btn_list ul li {
  background-color: #fff;
  padding: 30px 25px 28px;
}
.common_cta_cont .btn_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.common_cta_cont .btn_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.common_cta_cont .btn_list ul li .lead_label {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.common_cta_cont .btn_list ul li .btn {
  width: 100%;
}
.common_cta_cont .btn_list ul li .btn.line a {
  background-color: #06C755;
  box-shadow: 0 6px 0 #2AAD60;
  padding: 0 15px 0 10px;
}
.common_cta_cont .btn_list ul li .btn.line a::before {
  animation-delay: 0.2s;
  background-color: #CAFCDE;
}
.common_cta_cont .btn_list ul li .btn.line a .icon {
  width: 40px;
  margin-right: 28px;
}
.common_cta_cont .btn_list ul li .btn a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #003894;
  box-shadow: 0 6px 0 #001d4c;
  color: #fff;
  padding: 0 15px 0 14.5px;
  transition: 0.3s;
}
.common_cta_cont .btn_list ul li .btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #f0f5f8;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_cta_cont .btn_list ul li .btn a:hover {
  box-shadow: 0 0 0 #001d4c;
  transform: translateY(6px);
}
.common_cta_cont .btn_list ul li .btn a .icon {
  flex-shrink: 0;
  width: 24.5px;
  line-height: 1;
  margin-right: 22.5px;
}
.common_cta_cont .btn_list ul li .btn a .icon img {
  width: 100%;
}
.common_cta_cont .btn_list ul li .btn a .label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.common_cta_cont .btn_list ul li .btn a .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
.common_cta_cont .btn_list ul li .btn a .arrow img {
  width: 100%;
}
.common_cta_cont .btn_list ul li .tel_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 9px;
}
.common_cta_cont .btn_list ul li .tel_box .icon {
  width: 34px;
  line-height: 1;
}
.common_cta_cont .btn_list ul li .tel_box .icon img {
  width: 100%;
}
.common_cta_cont .btn_list ul li .tel_box .num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.common_cta_cont .btn_list ul li .check {
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

#page_first .first_lead_sec .lead_text_box {
  margin-bottom: 60px;
  text-align: center;
}
#page_first .first_lead_sec .lead_text_box .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#page_first .first_lead_sec .lead_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#page_first .first_banner_sec {
  margin-top: 50px;
}
#page_first .first_banner_sec .banner {
  width: 100%;
  line-height: 1;
}
#page_first .first_banner_sec .banner img {
  width: 100%;
}
#page_first .first_flow_sec {
  margin-top: 115px;
  margin-bottom: 115px;
}
#page_first .first_flow_sec .deco_en {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #f3faff;
}
#page_first .first_flow_sec .wrap {
  z-index: 1;
}
#page_first .first_flow_sec .common_ttl_box {
  margin-bottom: 45px;
}
#page_first .first_faq_sec {
  margin-bottom: 120px;
  padding: 90px 0;
  background-color: #f0f5f8;
}
#page_first .first_faq_sec .deco_en {
  position: absolute;
  z-index: 1;
  top: 71px;
  left: 0;
  right: 0;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#page_first .first_faq_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/reason_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
#page_first .first_faq_sec .cont {
  z-index: 2;
}
#page_first .first_faq_sec .common_ttl_box {
  margin-bottom: 32px;
}
#page_first .first_faq_sec .common_faq_list {
  margin-bottom: 65px;
}
#page_first .first_faq_sec .btn {
  width: 400px;
  margin: 0 auto;
}
#page_first .first_faq_sec .btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 65px;
  text-align: center;
  background-color: #003894;
  border: 2px solid #003894;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.3s;
}
#page_first .first_faq_sec .btn a::after {
  content: "";
  background: #fff;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.2s, transform 0s;
  transition-delay: 0s, 0.3s;
}
#page_first .first_faq_sec .btn a:hover {
  color: #003894;
}
#page_first .first_faq_sec .btn a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}
#page_first #top_voice_sec {
  padding: 0;
  background: transparent;
}
#page_first #top_voice_sec .deco_en {
  top: -30px;
  color: #f3faff;
}
#page_first #top_staff_sec {
  margin-bottom: 0;
}

/* よくあるご質問 */
#page_faq .faq_list_sec .cont {
  padding: 80px 50px;
  background-color: #f0f5f8;
}
#page_faq .faq_list_sec .cont + .cont {
  margin-top: 80px;
}
#page_faq .faq_list_sec .cont .common_ttl_box {
  margin-bottom: 40px;
}

/* 院情報・アクセス */
.common_guide_sec .deco_en {
  position: absolute;
  top: -75px;
  right: calc(50vw - 670px);
  font-size: 140px;
  line-height: 1;
  color: #f3faff;
}
.common_guide_sec .wrap {
  z-index: 1;
}
.common_guide_sec .main_cont {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-bottom: 65px;
}
.common_guide_sec .main_cont .img_list_block {
  flex-shrink: 0;
  width: 510px;
}
.common_guide_sec .main_cont .img_list_block .main_img_block {
  margin-bottom: 15px;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slick-slide a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  line-height: 1;
  background-color: #f0f5f8;
  overflow: hidden;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slick-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 45px;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow.prev_arrow {
  left: -18px;
  transform: translateY(-50%) rotateY(180deg);
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow.next_arrow {
  right: -18px;
  transform: translateY(-50%);
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow:hover svg circle {
  fill: #f0f5f8;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow svg {
  width: 100%;
}
.common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow svg circle {
  fill: #003894;
  transition: 0.3s;
}
.common_guide_sec .main_cont .img_list_block .all_img_block {
  flex-grow: 1;
}
.common_guide_sec .main_cont .img_list_block .all_img_block .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.common_guide_sec .main_cont .img_list_block .all_img_block .list ul li {
  aspect-ratio: 4/3;
  line-height: 1;
  background-color: #0F1524;
  cursor: pointer;
  overflow: hidden;
}
.common_guide_sec .main_cont .img_list_block .all_img_block .list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_guide_sec .main_cont .text_block {
  flex-grow: 1;
}
.common_guide_sec .main_cont .text_block .common_ttl_box {
  margin-bottom: 30px;
}
.common_guide_sec .main_cont .text_block .access_block {
  margin-bottom: 20px;
}
.common_guide_sec .main_cont .text_block .access_block .access_box {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 4px;
}
.common_guide_sec .main_cont .text_block .access_block .access_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
.common_guide_sec .main_cont .text_block .access_block .access_box .icon img {
  width: 100%;
}
.common_guide_sec .main_cont .text_block .access_block .access_box .address {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.common_guide_sec .main_cont .text_block .access_block .access {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-left: 32px;
}
.common_guide_sec .main_cont .text_block .time_table_cont {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 23px;
  background-color: #fff;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner {
  display: flex;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .ttl_box {
  flex-shrink: 0;
  margin-right: 30px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #E6E6E6;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .ttl_box .icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 1;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .ttl_box .icon img {
  width: 100%;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .ttl_box .label {
  font-size: 18px;
  letter-spacing: 0.23em;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-rl;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box {
  flex-grow: 1;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap {
  width: 380px;
  margin-bottom: 18px;
  overflow-y: hidden !important;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
  width: 100%;
  line-height: 1;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
  width: 100%;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .check_box {
  display: flex;
  gap: 0 13px;
}
.common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .check_box .check {
  font-size: 12px;
  line-height: 1;
}
.common_guide_sec .main_cont .text_block .table table {
  width: 100%;
  border-collapse: collapse;
}
.common_guide_sec .main_cont .text_block .table table tr {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #D6D6D6;
}
.common_guide_sec .main_cont .text_block .table table tr:last-child th, .common_guide_sec .main_cont .text_block .table table tr:last-child td {
  padding-bottom: 0;
}
.common_guide_sec .main_cont .text_block .table table tr:last-child {
  border-bottom: none;
}
.common_guide_sec .main_cont .text_block .table table tr:first-child th, .common_guide_sec .main_cont .text_block .table table tr:first-child td {
  padding-top: 0;
}
.common_guide_sec .main_cont .text_block .table table tr th, .common_guide_sec .main_cont .text_block .table table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.common_guide_sec .main_cont .text_block .table table tr th {
  width: 128px;
  letter-spacing: 0.06em;
  color: #003894;
}
.common_guide_sec .map_wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.common_guide_sec .map_wrap iframe {
  width: 100%;
  height: 100%;
}

#page_about .common_guide_sec {
  margin-bottom: 120px;
}
#page_about #top_staff_sec {
  margin-top: 120px;
}
#page_about #top_news_sec {
  margin-bottom: 0;
}

/* 院長・スタッフ紹介 */
#page_staff .staff_promise_sec {
  margin-bottom: 100px;
}
#page_staff .staff_promise_sec .top_ttl_box {
  text-align: center;
  margin-bottom: 30px;
}
#page_staff .staff_promise_sec .top_ttl_box .ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#page_staff .staff_promise_sec .top_ttl_box .ttl .color {
  color: #003894;
}
#page_staff .staff_promise_sec .top_ttl_box .ttl .num {
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
}
#page_staff .staff_promise_sec .list ul li {
  display: flex;
  align-items: center;
  gap: 0 35px;
  background-color: #f0f5f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding: 15px 30px 15px 15px;
}
#page_staff .staff_promise_sec .list ul li + li {
  margin-top: 16px;
}
#page_staff .staff_promise_sec .list ul li .img_box {
  flex-shrink: 0;
  width: 140px;
}
#page_staff .staff_promise_sec .list ul li .img_box .img {
  width: 100%;
  height: 140px;
  line-height: 1;
  overflow: hidden;
}
#page_staff .staff_promise_sec .list ul li .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_staff .staff_promise_sec .list ul li .ttl_box {
  margin-bottom: 15px;
  transition-delay: 0.1s;
}
#page_staff .staff_promise_sec .list ul li .ttl_box .ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#page_staff .staff_promise_sec .list ul li .ttl_box .ttl .bg {
  font-size: 32px;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0 0.1em 0.1em 0.3em;
  line-height: 1;
  background-color: #003894;
}
#page_staff .staff_promise_sec .list ul li .text_box {
  flex-grow: 1;
}
#page_staff .staff_promise_sec .list ul li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
  transition-delay: 0.1s;
}
#page_staff .staff_director_sec {
  padding: 90px 0;
  background-color: #f8fbff;
}
#page_staff .staff_director_sec .deco_en {
  position: absolute;
  top: 0;
  right: calc(50vw - 670px);
  font-size: 140px;
  line-height: 0.8;
  color: #003894;
  opacity: 0.1;
}
#page_staff .staff_director_sec .wrap {
  z-index: 1;
}
#page_staff .staff_director_sec .main_cont {
  display: flex;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 42px;
}
#page_staff .staff_director_sec .main_cont .img {
  flex-shrink: 0;
  width: 450px;
  height: 460px;
  overflow: hidden;
}
#page_staff .staff_director_sec .main_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
#page_staff .staff_director_sec .main_cont .text_box {
  flex-grow: 1;
}
#page_staff .staff_director_sec .main_cont .text_box .ttl_box {
  margin-bottom: 22px;
}
#page_staff .staff_director_sec .main_cont .text_box .ttl_box::after {
  content: "";
  display: block;
  width: 310px;
  margin-top: 20px;
  height: 2px;
  background-color: #003894;
}
#page_staff .staff_director_sec .main_cont .text_box .ttl_box .ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
#page_staff .staff_director_sec .main_cont .text_box .name_box {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
#page_staff .staff_director_sec .main_cont .text_box .name_box .name {
  font-size: 36px;
}
#page_staff .staff_director_sec .main_cont .text_box .name_box .data {
  font-size: 18px;
}
#page_staff .staff_director_sec .career_box .label_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}
#page_staff .staff_director_sec .career_box .label_box .label {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page_staff .staff_director_sec .career_box .label_box::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
}
#page_staff .staff_director_sec .career_box .list ul li + li {
  margin-top: 16px;
}
#page_staff .staff_director_sec .career_box .list ul li .year {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
}
#page_staff .staff_director_sec .career_box .list ul li .data {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
#page_staff .staff_director_sec .intro_text_box {
  margin: 40px 0 45px;
  padding: 38px 70px;
  background-color: #fff;
}
#page_staff .staff_director_sec .intro_text_box .intro_text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #333333;
}
#page_staff .staff_director_sec .message_box .copy {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
}
#page_staff .staff_director_sec .message_box .copy .color {
  color: #003894;
}
#page_staff .staff_director_sec .message_box .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #333333;
}
#page_staff .staff_list_sec .common_ttl_box {
  margin-bottom: 34px;
}
#page_staff .staff_list_sec .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
#page_staff .staff_list_sec .list ul li .img {
  width: 100%;
  height: 330px;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 16px;
}
#page_staff .staff_list_sec .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_staff .staff_list_sec .list ul li .text_box .pos {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #6F6F6F;
  line-height: 1;
  margin-bottom: 10px;
}
#page_staff .staff_list_sec .list ul li .text_box .name {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
}
#page_staff .staff_list_sec .list ul li .text_box .data_cont {
  margin-top: 20px;
}
#page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin-bottom: 11px;
}
#page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box .label {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
#page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
}
#page_staff .staff_list_sec .list ul li .text_box .data_cont .data_text {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

#single_menu_page .menu_lead_sec .lead_text_box {
  margin-bottom: 60px;
  text-align: center;
}
#single_menu_page .menu_lead_sec .lead_text_box .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#single_menu_page .menu_lead_sec .lead_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#single_menu_page .menu_cta_sec {
  margin-bottom: 120px;
}
#single_menu_page .menu_intro_sec {
  margin-bottom: 120px;
}
#single_menu_page .menu_intro_sec .common_ttl_box {
  margin-bottom: 65px;
}
#single_menu_page .menu_intro_sec .list ul li {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
#single_menu_page .menu_intro_sec .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#single_menu_page .menu_intro_sec .list ul li:nth-child(even) .img::before {
  left: auto;
  right: -10px;
}
#single_menu_page .menu_intro_sec .list ul li + li {
  margin-top: 70px;
}
#single_menu_page .menu_intro_sec .list ul li .img {
  position: relative;
  flex-shrink: 0;
  width: 440px;
  height: 320px;
  line-height: 1;
}
#single_menu_page .menu_intro_sec .list ul li .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #001d4c;
}
#single_menu_page .menu_intro_sec .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_menu_page .menu_intro_sec .list ul li .text_box {
  flex-grow: 1;
}
#single_menu_page .menu_intro_sec .list ul li .text_box .ttl {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
}
#single_menu_page .menu_intro_sec .list ul li .text_box .text {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
}
#single_menu_page .traffic_flow_sec {
  margin-bottom: 115px;
}
#single_menu_page .traffic_flow_sec .common_ttl_box {
  margin-bottom: 45px;
}
#single_menu_page .traffic_flow_sec .common_btn {
  margin: 50px auto 0;
}
#single_menu_page #top_reason_sec {
  margin-bottom: 120px;
}
#single_menu_page #top_staff_sec {
  margin-bottom: 120px;
}
#single_menu_page #top_voice_sec {
  margin-bottom: 0;
}

#symptoms_page #top_search_sec {
  margin-bottom: 0;
}
#symptoms_page #top_search_sec .symptoms_block {
  margin-bottom: 0;
}
#symptoms_page #top_search_sec .menu_block {
  margin-bottom: 0;
}

#menu_page .menu_lead_sec {
  margin-bottom: 80px;
}
#menu_page .menu_lead_sec .lead_text_box {
  margin-bottom: 60px;
  text-align: center;
}
#menu_page .menu_lead_sec .lead_text_box .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#menu_page .menu_lead_sec .lead_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#menu_page .menu_lead_sec .lead_text_box .check_text {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #333333;
  margin-top: 10px;
}
#menu_page .menu_lead_sec .sym_box {
  margin-bottom: 60px;
  border: 1px solid #ccc;
  padding-bottom: 25px;
}
#menu_page .menu_lead_sec .sym_box .ttl_box {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#menu_page .menu_lead_sec .sym_box .ttl_box .ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #003894;
}
#menu_page .menu_lead_sec .sym_box .list {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#menu_page .menu_lead_sec .sym_box .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 21px;
}
#menu_page .menu_lead_sec .sym_box .list ul li {
  display: flex;
  gap: 0 15px;
  align-items: center;
}
#menu_page .menu_lead_sec .sym_box .list ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #003894;
  flex-shrink: 0;
}
#menu_page .menu_lead_sec .sym_box .list ul li {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}
#menu_page .menu_lead_sec .sym_box .list .check_text {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #333333;
}
#menu_page .menu_lead_sec .insure_box {
  display: flex;
  gap: 0 75px;
  background-color: #f0f5f8;
  padding: 60px 65px;
}
#menu_page .menu_lead_sec .insure_box .ttl_block {
  flex-shrink: 0;
}
#menu_page .menu_lead_sec .insure_box .ttl_block .ttl {
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #003894;
}
#menu_page .menu_lead_sec .insure_box .data_block {
  margin-top: 10px;
}
#menu_page .menu_lead_sec .insure_box .data_block .list {
  margin-bottom: 20px;
}
#menu_page .menu_lead_sec .insure_box .data_block .list ul li {
  display: flex;
  gap: 0 25px;
  align-items: center;
}
#menu_page .menu_lead_sec .insure_box .data_block .list ul li + li {
  margin-top: 30px;
}
#menu_page .menu_lead_sec .insure_box .data_block .list ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003894;
  flex-shrink: 0;
}
#menu_page .menu_lead_sec .insure_box .data_block .list ul li {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1;
}
#menu_page .menu_lead_sec .insure_box .data_block .list_text {
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 23px;
}
#menu_page .menu_lead_sec .insure_box .data_block .text {
  font-size: 22px;
  letter-spacing: 0.08em;
}
#menu_page .menu_insurance_sec {
  margin-bottom: 100px;
}
#menu_page .menu_insurance_sec .common_ttl_box {
  margin-bottom: 30px;
}
#menu_page .menu_insurance_sec .table_cont {
  margin-bottom: 20px;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table {
  width: 100%;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table thead th {
  vertical-align: bottom;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  width: 310px;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table thead th .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table thead th:nth-of-type(1) {
  width: auto;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table thead th:nth-of-type(2), #menu_page .menu_insurance_sec .table_cont .table_wrap table thead th:nth-of-type(3), #menu_page .menu_insurance_sec .table_cont .table_wrap table thead th:nth-of-type(4) {
  background-color: #003894;
  border-left: 1px solid #F0F0F0;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table thead th:nth-of-type(4) {
  border-right: 1px solid #F0F0F0;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr {
  border-right: 1px solid #F0F0F0;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr th,
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr th {
  background-color: #F4F4F4;
  border-bottom: 1px solid #F0F0F0;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.3;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr th .small {
  font-size: 14px;
  letter-spacing: 0.04em;
}
#menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr td {
  text-align: center;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  padding: 28px 45px;
  font-size: 20px;
  line-height: 1;
}
#menu_page .menu_insurance_sec .check_text_box .check_text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #333333;
}
#menu_page .menu_insurance_sec .check_text_box .check_text + .check_text {
  margin-top: 3px;
}
#menu_page .menu_list_sec .deco_en {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #f3faff;
}
#menu_page .menu_list_sec .wrap {
  z-index: 1;
}
#menu_page .menu_list_sec .common_ttl_box {
  margin-bottom: 30px;
}
#menu_page .menu_list_sec .table_cont .table_wrap {
  overflow: hidden;
}
#menu_page .menu_list_sec .table_cont .table_wrap table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #F0F0F0;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr {
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #F0F0F0;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr:last-child {
  border-bottom: none;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr th, #menu_page .menu_list_sec .table_cont .table_wrap table tr td {
  vertical-align: middle;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr th:first-child, #menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child {
  border-left: none;
  width: 300px;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr th:nth-child(2), #menu_page .menu_list_sec .table_cont .table_wrap table tr td:nth-child(2) {
  border-left: none;
  width: 630px;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr th {
  padding: 23px 0;
  color: #fff;
  background-color: #003894;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  border-left: 1px solid #F0F0F0;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td {
  color: #525252;
  background-color: #fff;
  border-left: 1px solid #F0F0F0;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child {
  text-align: center;
  background-color: #f0f5f8;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 30px;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child a {
  color: #0F1524;
  text-decoration: underline;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child a:hover {
  text-decoration: none;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td:nth-child(2) {
  padding: 20px 30px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: normal;
}
#menu_page .menu_list_sec .table_cont .table_wrap table tr td:last-child {
  padding: 20px 30px 20px 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: right;
}

/* 予約・お問い合わせ */
#page_contact .common_form_page {
  padding: 0;
  margin-bottom: 150px;
}
#page_contact .contact_lead_sec {
  margin-bottom: 130px;
}
#page_contact .contact_lead_sec .lead_text_box {
  margin-bottom: 60px;
  text-align: center;
}
#page_contact .contact_lead_sec .lead_text_box .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#page_contact .contact_lead_sec .lead_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#page_contact .contact_lead_sec .lead_text_box .text + .text {
  margin-top: 5px;
}
#page_contact .contact_lead_sec .lead_text_box .check_text_box {
  margin-top: 20px;
}
#page_contact .contact_lead_sec .lead_text_box .check_text_box .check_text {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333333;
}
#page_contact .contact_lead_sec .lead_text_box .check_text_box .check_text + .check_text {
  margin-top: 2px;
}
#page_contact .contact_lead_sec .common_cta_cont .btn_list ul {
  grid-template-columns: repeat(2, 1fr);
}
#page_contact .contact_lead_sec .common_cta_cont .btn_list ul li .btn {
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .wrap,
  .wrap02,
  .wrap03 {
    max-width: 90%;
  }
  .fixed_cta_block_sp {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .fixed_cta_block_sp.hide {
    opacity: 0;
    visibility: hidden;
  }
  .fixed_cta_block_sp .cont {
    width: 100%;
    height: 17vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .fixed_cta_block_sp .cont .btn.contact_btn a {
    background-color: #003894;
  }
  .fixed_cta_block_sp .cont .btn.contact_btn a::before {
    background-color: #f0f5f8;
  }
  .fixed_cta_block_sp .cont .btn.line_btn a {
    background-color: #06C755;
  }
  .fixed_cta_block_sp .cont .btn.line_btn a::before {
    background-color: #CAFCDE;
    animation-delay: 0.1s;
  }
  .fixed_cta_block_sp .cont .btn.tel_btn a {
    background-color: #001d4c;
  }
  .fixed_cta_block_sp .cont .btn.tel_btn a::before {
    background-color: #f0f5f8;
    animation-delay: 0.2s;
  }
  .fixed_cta_block_sp .cont .btn a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2vw;
    text-align: center;
  }
  .fixed_cta_block_sp .cont .btn a::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
  }
  .fixed_cta_block_sp .cont .btn a .icon {
    width: 7.5vw;
    line-height: 1;
    margin: 0 auto 1vw;
  }
  .fixed_cta_block_sp .cont .btn a .icon img {
    width: 100%;
  }
  .fixed_cta_block_sp .cont .btn a .label {
    font-size: 3.2vw;
    font-weight: 800;
    color: #fff;
  }
  .fixed_cta_block_sp .cont .tel_btn a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #001d4c;
    padding-top: 2vw;
    text-align: center;
  }
  .fixed_cta_block_sp .cont .tel_btn a::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #f0f5f8;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
    animation-delay: 0.3s;
  }
  .fixed_cta_block_sp .cont .tel_btn a .icon {
    width: 7.5vw;
    line-height: 1;
    margin: 0 auto 1vw;
  }
  .fixed_cta_block_sp .cont .tel_btn a .icon img {
    width: 100%;
  }
  .fixed_cta_block_sp .cont .tel_btn a .label {
    font-size: 3.2vw;
    font-weight: 800;
    color: #fff;
  }
  #sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 999;
    transition: 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  }
  #sp_header .inner {
    width: 100%;
    height: 100%;
    padding: 0 5vw;
  }
  #sp_header .inner .cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #sp_header .inner .cont .logo {
    display: block;
    width: 51vw;
    line-height: 1;
  }
  #sp_header .inner .cont .logo img {
    width: 100%;
  }
  #sp_header .inner .cont .ham_btn {
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-color: #001d4c;
  }
  #sp_header .inner .cont .ham_btn span {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  #sp_header .inner .cont .ham_btn span:first-child {
    transform: translateY(-7.5px);
  }
  #sp_header .inner .cont .ham_btn span:nth-child(2) {
    transform: translateY(0);
  }
  #sp_header .inner .cont .ham_btn span:last-child {
    transform: translateY(7.5px);
  }
  #sp_header .inner .cont .ham_btn.active span:first-child, #sp_header .inner .cont .ham_btn.active span:nth-child(2) {
    transform: rotate(135deg);
  }
  #sp_header .inner .cont .ham_btn.active span:last-child {
    transform: rotate(-135deg);
  }
  #sp_header.top_page_header {
    background-color: transparent;
  }
  #sp_header.top_page_header.show, #sp_header.top_page_header.bg {
    background-color: #fff;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.before, #sp_header.top_page_header.bg .inner .cont .logo img.before {
    opacity: 0;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.after, #sp_header.top_page_header.bg .inner .cont .logo img.after {
    opacity: 1;
  }
  #sp_header.top_page_header.show .inner .cont .ham_btn span, #sp_header.top_page_header.bg .inner .cont .ham_btn span {
    background-color: #fff;
  }
  #sp_header.top_page_header .inner .cont .logo img.before {
    opacity: 1;
  }
  #sp_header.top_page_header .inner .cont .logo img.after {
    opacity: 0;
  }
  #sp_header.top_page_header .inner .cont .ham_btn span {
    background-color: #fff;
  }
  #ham_menu {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s;
    background-color: #f0f5f8;
  }
  #ham_menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(image/reason_back_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
  }
  #ham_menu.active {
    transform: translateX(0);
  }
  #ham_menu .inner {
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5vw 0 30vw;
    position: relative;
  }
  #ham_menu .cont {
    z-index: 2;
  }
  #ham_menu .cont .search_link {
    margin-bottom: 3vw;
  }
  #ham_menu .cont .search_link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3vw;
  }
  #ham_menu .cont .search_link ul li a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 17vw;
    background-color: #fff;
    color: #0F1524;
    font-size: 3.8vw;
    font-weight: bold;
  }
  #ham_menu .cont .page_link_list {
    padding: 7vw 5vw;
    background-color: #fff;
    margin-bottom: 3vw;
  }
  #ham_menu .cont .page_link_list ul li + li {
    margin-top: 4vw;
  }
  #ham_menu .cont .page_link_list ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right, #333333 0 3px, transparent 3px 6px);
  }
  #ham_menu .cont .page_link_list ul li a {
    display: flex;
    align-items: center;
    gap: 0 3.5vw;
    padding-bottom: 4vw;
  }
  #ham_menu .cont .page_link_list ul li a .label {
    flex-grow: 1;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
    color: #0F1524;
  }
  #ham_menu .cont .page_link_list ul li a .arrow {
    flex-shrink: 0;
    width: 5vw;
    line-height: 1;
  }
  #ham_menu .cont .page_link_list ul li a .arrow svg {
    width: 100%;
  }
  #ham_menu .cont .page_link_list ul li a .arrow svg path {
    fill: #0F1524;
  }
  #ham_menu .cont .table_cont {
    padding: 5vw;
    margin-bottom: 7vw;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
  #ham_menu .cont .table_cont .table_wrap {
    margin-bottom: 3vw;
    width: 100%;
    overflow-x: scroll;
    line-height: 1;
  }
  #ham_menu .cont .table_cont .table_wrap .table {
    min-width: 100vw;
    width: 100vw;
    line-height: 1;
  }
  #ham_menu .cont .table_cont .table_wrap .table img {
    width: 100%;
  }
  #ham_menu .cont .table_cont .check_box .check {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  #ham_menu .cont .data_cont {
    margin-bottom: 5vw;
  }
  #ham_menu .cont .data_cont .tel_block {
    margin-bottom: 4vw;
  }
  #ham_menu .cont .data_cont .tel_block .label {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 2vw;
  }
  #ham_menu .cont .data_cont .tel_block .tel_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3vw;
  }
  #ham_menu .cont .data_cont .tel_block .tel_box .icon {
    flex-shrink: 0;
    width: 6vw;
    line-height: 1;
  }
  #ham_menu .cont .data_cont .tel_block .tel_box .icon img {
    width: 100%;
  }
  #ham_menu .cont .data_cont .tel_block .tel_box .num {
    font-size: 8vw;
    line-height: 1;
    font-weight: 900;
  }
  #ham_menu .cont .data_cont .tel_block .tel_box .num a {
    color: #0F1524;
  }
  #ham_menu .cont .data_cont .address {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 3vw;
  }
  #ham_menu .cont .data_cont .access {
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-bottom: 4vw;
    color: #333333;
  }
  #ham_menu .cont .data_cont .btn {
    width: 36vw;
    margin: 0 auto 5vw;
  }
  #ham_menu .cont .data_cont .btn a {
    display: block;
    width: 100%;
    line-height: 10vw;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    color: #0F1524;
  }
  #ham_menu .cont .data_cont .sns_link_list ul {
    display: flex;
    justify-content: center;
    gap: 0 3.5vw;
  }
  #ham_menu .cont .data_cont .sns_link_list ul li {
    width: 8vw;
  }
  #ham_menu .cont .data_cont .sns_link_list ul li a {
    display: block;
    width: 100%;
    line-height: 1;
  }
  #ham_menu .cont .data_cont .sns_link_list ul li a img {
    width: 100%;
  }
  #ham_menu .cont .sub_cont .sub_link {
    margin-bottom: 4vw;
  }
  #ham_menu .cont .sub_cont .sub_link ul {
    display: flex;
    justify-content: center;
    gap: 0 3.5vw;
  }
  #ham_menu .cont .sub_cont .sub_link ul li a {
    font-size: 3.5vw;
    line-height: 1;
    color: #0F1524;
  }
  #ham_menu .cont .sub_cont .copy {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.2;
    font-weight: 500;
  }
  body {
    font-size: 3.6vw;
  }
  #top_fv_sec {
    margin-bottom: 20vw;
    padding: 94vw 0 0;
  }
  #top_fv_sec::before {
    top: 50vw;
    bottom: -30vw;
    width: 100vw;
    background-image: url(image/fv_deco_sp.svg);
  }
  #top_fv_sec .deco_img.deco_img1 {
    z-index: 1;
    top: 25vw;
    width: 80vw;
    height: 50vw;
    transform: translate(50px, 20px);
  }
  #top_fv_sec .deco_img.deco_img2 {
    z-index: 2;
    top: 53vw;
    bottom: auto;
    right: auto;
    left: 5vw;
    width: 37vw;
    height: 33vw;
    transform: translate(-50px, 20px);
  }
  #top_fv_sec .deco_img.deco_img3 {
    top: 0;
    right: auto;
    left: 0;
    width: 47vw;
    height: 35vw;
    transform: translate(-50px, -20px);
  }
  #top_fv_sec .cont {
    z-index: 3;
    text-align: center;
  }
  #top_fv_sec .cont .en_ttl {
    font-size: 3.5vw;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  #top_fv_sec .cont .copy {
    font-size: 6.4vw;
    margin-bottom: 4.5vw;
  }
  #top_fv_sec .cont .copy .color {
    font-size: 9.1vw;
  }
  #top_fv_sec .cont .ttl {
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  #top_intro_sec {
    margin-bottom: 18vw;
  }
  #top_intro_sec .deco_en {
    top: -6vw;
    left: 2.5vw;
    font-size: 18vw;
  }
  #top_intro_sec .cont {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
  }
  #top_intro_sec .cont .text_block {
    width: 100%;
    padding-left: 0;
  }
  #top_intro_sec .cont .text_block .top_ttl_box {
    margin-bottom: 4.5vw;
  }
  #top_intro_sec .cont .text_block .top_ttl_box::after {
    margin-top: 4vw;
  }
  #top_intro_sec .cont .text_block .top_ttl_box .en_box {
    margin-bottom: 5vw;
    gap: 0 3vw;
  }
  #top_intro_sec .cont .text_block .top_ttl_box .en_box::before {
    width: 2.3vw;
    height: 2.3vw;
  }
  #top_intro_sec .cont .text_block .top_ttl_box .en_box .en {
    font-size: 4.2vw;
  }
  #top_intro_sec .cont .text_block .top_ttl_box .ttl {
    font-size: 5.3vw;
  }
  #top_intro_sec .cont .text_block .copy {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  #top_intro_sec .cont .text_block .copy .color {
    font-size: 6.3vw;
  }
  #top_intro_sec .cont .text_block .time_table_cont {
    width: 100%;
    padding: 6vw 5vw 5vw;
    margin-bottom: 5vw;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner {
    display: block;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .ttl_box {
    display: none;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap {
    margin-bottom: 3vw;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden !important;
    line-height: 1;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
    min-width: 90vw;
    width: 90vw;
    line-height: 1;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
    width: 100%;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .table_box .check_box {
    display: block;
  }
  #top_intro_sec .cont .text_block .time_table_cont .inner .table_box .check_box .check {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  #top_intro_sec .cont .text_block .access_wrap {
    margin-bottom: 0;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont {
    display: block;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .access_block {
    margin-bottom: 3vw;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box {
    gap: 0 3.5vw;
    margin-bottom: 1.5vw;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box .icon {
    width: 5vw;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access_box .address {
    font-size: 3.5vw;
    line-height: 1.2;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .access_block .access {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-left: 0;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .btn {
    width: 36vw;
    margin: 0 auto;
  }
  #top_intro_sec .cont .text_block .access_wrap .access_cont .btn a {
    line-height: 10vw;
    font-size: 3.6vw;
  }
  #top_intro_sec .cont .text_block .tel_block {
    gap: 0 4vw;
    margin-bottom: 4vw;
  }
  #top_intro_sec .cont .text_block .tel_block .label {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #top_intro_sec .cont .text_block .tel_block .tel_box {
    flex-shrink: 0;
    gap: 0 2vw;
  }
  #top_intro_sec .cont .text_block .tel_block .tel_box .icon {
    width: 6vw;
  }
  #top_intro_sec .cont .text_block .tel_block .tel_box .num {
    font-size: 7vw;
  }
  #top_intro_sec .cont .text_block .tel_block .tel_box .num a {
    color: #0F1524;
  }
  #top_intro_sec .cont .img_box {
    display: none;
    width: 100%;
    margin-bottom: 8vw;
  }
  #top_intro_sec .cont .img_box .img {
    height: 68vw;
  }
  #top_intro_sec .cont .img_box .img::before {
    right: -2.5vw;
    bottom: -2.5vw;
  }
  .common_ttl_box.center::after {
    margin: 3vw auto 0;
  }
  .common_ttl_box::after {
    width: 50vw;
    margin-top: 3vw;
  }
  .common_ttl_box .en_box {
    margin-bottom: 3vw;
    gap: 0 3vw;
  }
  .common_ttl_box .en_box::before {
    width: 2.3vw;
    height: 2.3vw;
  }
  .common_ttl_box .en_box .en {
    font-size: 4.2vw;
  }
  .common_ttl_box .ttl {
    font-size: 6.5vw;
  }
  #top_reason_sec {
    margin-bottom: 15vw;
    padding: 15vw 0;
  }
  #top_reason_sec .deco_en {
    top: 10vw;
    font-size: 25vw;
  }
  #top_reason_sec::before {
    background-image: url(image/reason_back_sp.svg);
  }
  #top_reason_sec .cont .top_ttl_box {
    margin-bottom: 6vw;
  }
  #top_reason_sec .cont .top_ttl_box .common_ttl_box {
    margin-bottom: 4vw;
  }
  #top_reason_sec .cont .top_ttl_box .common_ttl_box .ttl {
    font-size: 3.7vw;
  }
  #top_reason_sec .cont .top_ttl_box .common_ttl_box .ttl .color {
    font-size: 6.5vw;
  }
  #top_reason_sec .cont .top_ttl_box .text {
    text-align: left;
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #top_reason_sec .cont .top_ttl_box .text + .text {
    margin-top: 1vw;
  }
  #top_reason_sec .cont .list ul li {
    display: block;
    padding: 6vw 5vw;
  }
  #top_reason_sec .cont .list ul li + li {
    margin-top: 2.5vw;
  }
  #top_reason_sec .cont .list ul li .img_box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 4vw;
    margin-bottom: 3vw;
  }
  #top_reason_sec .cont .list ul li .img_box .img {
    flex-shrink: 0;
    width: 25vw;
    height: 25vw;
  }
  #top_reason_sec .cont .list ul li .ttl_box {
    flex-grow: 1;
  }
  #top_reason_sec .cont .list ul li .ttl_box .ttl {
    font-size: 4.3vw;
    line-height: 2;
  }
  #top_reason_sec .cont .list ul li .ttl_box .ttl .bg {
    font-size: 5.2vw;
  }
  #top_reason_sec .cont .list ul li .ttl_box {
    margin-bottom: 4vw;
  }
  #top_reason_sec .cont .list ul li .text_box .text {
    font-size: 3.4vw;
    line-height: 1.4;
  }
  #top_banner_area {
    margin-bottom: 15vw;
  }
  #top_banner_area .slider_wrap {
    width: 100vw;
    margin-left: -5vw;
  }
  #top_banner_area .slider_wrap .arrow_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2vw;
    right: 2vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  #top_banner_area .slider_wrap .arrow_wrap .btn {
    width: 10vw;
    height: 10vw;
    background-color: #fff;
    line-height: 1;
    pointer-events: auto;
  }
  #top_banner_area .slider_wrap .arrow_wrap .btn svg {
    width: 100%;
  }
  #top_banner_area .slider_wrap .arrow_wrap .btn:first-child {
    transform: rotateY(180deg);
  }
  #top_banner_area .banner_list ul {
    display: block;
  }
  #top_banner_area .banner_list ul .slick-slide {
    width: 90vw;
    margin: 1.5vw;
  }
  #top_banner_area .banner_list ul li:nth-child(2) {
    animation-delay: 0s;
  }
  #top_banner_area .banner_list ul li a:hover img {
    transform: scale(1);
  }
  #top_banner_area .banner_list ul li a img.pc {
    display: none;
  }
  #top_search_sec {
    margin-bottom: 20vw;
  }
  #top_search_sec .cat_ttl_box {
    display: block;
    margin-bottom: 5vw;
  }
  #top_search_sec .cat_ttl_box .deco_en {
    top: 7vw;
    right: 0;
    text-align: center;
    font-size: 10vw;
  }
  #top_search_sec .cat_ttl_box .icon {
    width: 13vw;
    margin: 0 auto 4vw;
  }
  #top_search_sec .cat_ttl_box .ttl {
    text-align: center;
    font-size: 5vw;
  }
  #top_search_sec .symptoms_block {
    margin-bottom: 10vw;
  }
  #top_search_sec .symptoms_block .guide_block {
    margin-bottom: 2vw;
  }
  #top_search_sec .symptoms_block .guide_block .tap_guide {
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 6vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .illust_box {
    width: 69vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .illust_box .illust {
    line-height: 1;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .illust_box .illust img {
    width: 100%;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link {
    position: absolute;
    width: 20vw;
    line-height: 1;
    opacity: 0.9;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link img {
    width: 100%;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.neck {
    top: 8vw;
    right: 21vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.head {
    top: -4vw;
    left: 15.5vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.back {
    top: 31vw;
    right: 15.5vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.chest {
    top: 16vw;
    left: 15.5vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.hand {
    top: 30vw;
    left: 5.8vw;
  }
  #top_search_sec .symptoms_block .guide_block .guide_illust_wrap .link.leg {
    bottom: 15vw;
    left: 19vw;
  }
  #top_search_sec .symptoms_block .list_cont {
    display: block;
  }
  #top_search_sec .symptoms_block .list_cont .box {
    border: 1px solid #333333;
    padding: 7vw 5vw;
  }
  #top_search_sec .symptoms_block .list_cont .box + .box {
    margin-top: 3vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box {
    margin-bottom: 4vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box::after {
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a {
    gap: 0 3vw;
    padding-bottom: 4vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a:hover .label {
    color: #003894;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a:hover .icon svg path {
    fill: #003894;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a .label {
    font-size: 4.2vw;
    color: #003894;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a .icon {
    width: 5vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .ttl_box a .icon svg path {
    fill: #003894;
  }
  #top_search_sec .symptoms_block .list_cont .box .list ul {
    gap: 3.5vw 2vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .list ul li::after {
    font-size: 3.7vw;
    margin-left: 2vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .list ul li {
    font-size: 3.7vw;
  }
  #top_search_sec .symptoms_block .list_cont .box .list ul li a:hover {
    color: #0F1524;
  }
  #top_search_sec .menu_block .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  #top_search_sec .menu_block .list ul li a:hover .label {
    color: #0F1524;
  }
  #top_search_sec .menu_block .list ul li a:hover .icon svg path {
    fill: #0F1524;
  }
  #top_search_sec .menu_block .list ul li .inner {
    gap: 0 3vw;
    padding: 4vw 3vw;
  }
  #top_search_sec .menu_block .list ul li .inner .label {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #top_search_sec .menu_block .list ul li .inner .icon {
    width: 4vw;
  }
  #top_first_sec {
    margin-bottom: 20vw;
  }
  #top_first_sec .deco_en {
    top: 65vw;
    left: 12vw;
    right: auto;
    font-size: 12vw;
    text-align: left;
    color: #003894;
    opacity: 0.05;
  }
  #top_first_sec .cont {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  #top_first_sec .cont .ttl_block .common_ttl_box {
    margin-bottom: 5.5vw;
  }
  #top_first_sec .cont .ttl_block .common_ttl_box .en_box {
    margin-bottom: 2vw;
  }
  #top_first_sec .cont .ttl_block .copy {
    font-size: 5.2vw;
    margin-bottom: 5vw;
  }
  #top_first_sec .cont .ttl_block .text {
    font-size: 3.6vw;
  }
  #top_first_sec .cont .ttl_block .text + .text {
    margin-top: 2vw;
  }
  #top_first_sec .cont .ttl_block .btn {
    width: 70vw;
    margin-top: 7vw;
  }
  #top_first_sec .cont .ttl_block .btn a {
    line-height: 16vw;
    font-size: 4.3vw;
  }
  #top_first_sec .cont .ttl_block .btn a::after {
    content: none;
  }
  #top_first_sec .cont .ttl_block .btn a:hover {
    color: #003894;
  }
  #top_first_sec .cont .img_box {
    width: 100%;
    margin-bottom: 8vw;
  }
  #top_first_sec .cont .img_box .img {
    height: 70vw;
  }
  #top_first_sec .cont .img_box .img::before {
    right: -2vw;
    bottom: -2vw;
  }
  #top_first_sec .cont .img_box .img img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  .common_voice_list ul {
    display: block;
  }
  .common_voice_list ul li + li {
    margin-top: 3vw;
  }
  .common_voice_list ul li a:hover .img img {
    transform: scale(1);
  }
  .common_voice_list ul li a:hover .text_box .ttl {
    color: #0F1524;
  }
  .common_voice_list ul li a:hover .text_box .link_box .label {
    color: #0F1524;
  }
  .common_voice_list ul li a:hover .text_box .link_box .arrow svg path {
    fill: #0F1524;
  }
  .common_voice_list ul li a .img_box {
    display: flex;
    align-items: center;
    gap: 0 3vw;
    margin-bottom: 3vw;
  }
  .common_voice_list ul li a .img {
    flex-shrink: 0;
    width: 35vw;
    height: 30vw;
  }
  .common_voice_list ul li a .ttl_box {
    flex-grow: 1;
    padding-right: 3.5vw;
  }
  .common_voice_list ul li a .data {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  .common_voice_list ul li a .ttl {
    font-size: 3.8vw;
    margin-bottom: 0;
  }
  .common_voice_list ul li a .text_box {
    padding: 0 3.5vw 5vw;
  }
  .common_voice_list ul li a .text_box .text {
    font-size: 3.4vw;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    margin-bottom: 4vw;
  }
  .common_voice_list ul li a .text_box .link_box {
    justify-content: center;
    gap: 0 2vw;
  }
  .common_voice_list ul li a .text_box .link_box .label {
    font-size: 3.7vw;
  }
  .common_voice_list ul li a .text_box .link_box .arrow {
    width: 4vw;
  }
  #top_voice_sec {
    margin-bottom: 18vw;
    padding: 16vw 0 18vw;
  }
  #top_voice_sec .deco_en {
    top: 10vw;
    font-size: 15vw;
  }
  #top_voice_sec .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_voice_sec .top_ttl_box .common_ttl_box {
    margin-bottom: 4vw;
  }
  #top_voice_sec .top_ttl_box .text {
    text-align: left;
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #top_voice_sec .top_ttl_box .text + .text {
    margin-top: 1vw;
  }
  #top_voice_sec .common_voice_list {
    margin-bottom: 8vw;
  }
  #top_voice_sec .common_voice_list ul li:nth-child(2) {
    animation-delay: 0s;
  }
  #top_voice_sec .common_voice_list ul li:nth-child(3) {
    animation-delay: 0s;
  }
  #top_voice_sec .btn {
    width: 100%;
  }
  #top_voice_sec .btn a {
    line-height: 16vw;
    font-size: 4.3vw;
  }
  #top_voice_sec .btn a::after {
    content: none;
  }
  #top_voice_sec .btn a:hover {
    color: #fff;
  }
  .common_btn {
    width: 100%;
  }
  .common_btn a {
    line-height: 16vw;
    font-size: 4.3vw;
  }
  .common_btn a::after {
    content: none;
  }
  .common_btn a:hover {
    color: #003894;
  }
  #top_staff_sec {
    margin-bottom: 18vw;
  }
  #top_staff_sec .deco_en {
    top: -11vw;
    bottom: auto;
    transform: translateY(0);
    right: 0;
    font-size: 20vw;
    line-height: 0.8;
  }
  #top_staff_sec .cont {
    display: block;
    padding-right: 0;
  }
  #top_staff_sec .cont .img_box {
    width: 100%;
    margin-bottom: 7vw;
  }
  #top_staff_sec .cont .img_box .img {
    height: 70vw;
  }
  #top_staff_sec .cont .img_box .img::before {
    left: -2vw;
    bottom: -2vw;
  }
  #top_staff_sec .cont .img_box .img img {
    -o-object-position: 50% 5%;
       object-position: 50% 5%;
  }
  #top_staff_sec .cont .text_block .ttl_box {
    margin-bottom: 5.5vw;
  }
  #top_staff_sec .cont .text_block .ttl_box::after {
    width: 50vw;
    margin-top: 3vw;
  }
  #top_staff_sec .cont .text_block .ttl_box .ttl {
    font-size: 4.6vw;
  }
  #top_staff_sec .cont .text_block .name_box {
    gap: 0 2vw;
    margin-bottom: 5vw;
  }
  #top_staff_sec .cont .text_block .name_box .name {
    font-size: 5.5vw;
  }
  #top_staff_sec .cont .text_block .name_box .data {
    font-size: 3.6vw;
  }
  #top_staff_sec .cont .text_block .copy {
    font-size: 5.7vw;
    margin-bottom: 4vw;
  }
  #top_staff_sec .cont .text_block .text {
    font-size: 3.5vw;
  }
  #top_staff_sec .cont .text_block .common_btn {
    margin-top: 7vw;
  }
  .common_news_list ul li + li {
    margin-top: 5vw;
  }
  .common_news_list ul li::after {
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  .common_news_list ul li a {
    padding: 0 0 4.5vw;
  }
  .common_news_list ul li a:hover .date_box .arrow {
    transform: translateX(0);
  }
  .common_news_list ul li a:hover .post_cont .text_box .ttl {
    color: #0F1524;
  }
  .common_news_list ul li a:hover .post_cont .arrow svg path {
    fill: #0F1524;
  }
  .common_news_list ul li a .date_box {
    gap: 0 2vw;
    margin-bottom: 3vw;
  }
  .common_news_list ul li a .date_box .arrow {
    width: 3vw;
    height: 3.5vw;
  }
  .common_news_list ul li a .date_box .date {
    font-size: 3.2vw;
  }
  .common_news_list ul li a .post_cont {
    gap: 0 2.5vw;
  }
  .common_news_list ul li a .post_cont .text_box .ttl {
    font-size: 3.8vw;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
  }
  .common_news_list ul li a .post_cont .text_box .text {
    font-size: 3.2vw;
  }
  .common_news_list ul li a .post_cont .arrow {
    width: 5vw;
  }
  #top_news_sec {
    margin-bottom: 22vw;
  }
  #top_news_sec .deco_en {
    top: -4vw;
    font-size: 18vw;
  }
  #top_news_sec .common_ttl_box {
    margin-bottom: 10vw;
  }
  #top_news_sec .common_ttl_box::after {
    width: 50vw;
  }
  #top_news_sec .common_btn {
    margin: 9vw auto 0;
  }
  #top_blog_sec {
    margin-bottom: 22vw;
  }
  #top_blog_sec .wrap03 {
    max-width: 100%;
  }
  #top_blog_sec .cont {
    padding: 16vw 5vw;
  }
  #top_blog_sec .cont .top_ttl_block {
    display: block;
    margin-bottom: 9vw;
  }
  #top_blog_sec .cont .blog_cont {
    display: block;
    margin-bottom: 10vw;
  }
  #top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(1) {
    animation-delay: 0s;
  }
  #top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(2) {
    animation-delay: 0s;
  }
  #top_blog_sec .cont .blog_cont .common_blog_list ul li:nth-child(3) {
    animation-delay: 0s;
  }
  .common_blog_list ul li + li {
    margin-top: 5vw;
  }
  .common_blog_list ul li a {
    display: block;
  }
  .common_blog_list ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5vw;
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  .common_blog_list ul li a:hover .img_box .img img {
    transform: scale(1);
  }
  .common_blog_list ul li a:hover .ttl {
    color: #0F1524;
  }
  .common_blog_list ul li a .img_box {
    display: flex;
    align-items: center;
    gap: 0 3.5vw;
    width: 100%;
    margin-bottom: 2vw;
  }
  .common_blog_list ul li a .img_box .img {
    flex-shrink: 0;
    width: 35vw;
    height: 22vw;
  }
  .common_blog_list ul li a .date {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .common_blog_list ul li a .ttl {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .common_blog_list ul li a .text_box .text {
    font-size: 3.4vw;
    line-height: 1.4;
  }
  #footer_access_sec {
    margin-bottom: 18vw;
  }
  #footer_access_sec .cont {
    display: block;
  }
  #footer_access_sec .cont .text_block {
    margin-bottom: 7vw;
  }
  #footer_access_sec .cont .text_block .top_ttl {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
  #footer_access_sec .cont .text_block .access_block {
    margin-bottom: 3vw;
  }
  #footer_access_sec .cont .text_block .access_block .access_box {
    gap: 0 3.5vw;
    margin-bottom: 1.5vw;
  }
  #footer_access_sec .cont .text_block .access_block .access_box .icon {
    width: 5vw;
  }
  #footer_access_sec .cont .text_block .access_block .access_box .address {
    font-size: 3.5vw;
    line-height: 1.2;
  }
  #footer_access_sec .cont .text_block .access_block .access {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-left: 0;
  }
  #footer_access_sec .cont .text_block .time_table_cont {
    width: 100%;
    padding: 6vw 5vw 5vw;
    margin-bottom: 5vw;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner {
    display: block;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .ttl_box {
    display: none;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap {
    margin-bottom: 3vw;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden !important;
    line-height: 1;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
    min-width: 90vw;
    width: 90vw;
    line-height: 1;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
    width: 100%;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .table_box .check_box {
    display: block;
  }
  #footer_access_sec .cont .text_block .time_table_cont .inner .table_box .check_box .check {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  #footer_access_sec .cont .text_block .cta_block {
    margin-bottom: 5vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_lead {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_lead .num {
    font-size: 6.5vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul {
    display: block;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li {
    width: 100%;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li + li {
    margin-top: 3vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li.line a {
    box-shadow: 0 4px 0 #2AAD60;
    padding: 0 3.5vw 0 3.5vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li.line a .icon {
    width: 8.5vw;
    margin-right: 4vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li a {
    height: 15vw;
    box-shadow: 0 4px 0 #001d4c;
    padding: 0 3.5vw 0 5.1vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li a:hover {
    box-shadow: 0 4px 0 #001d4c;
    transform: translateY(0);
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li a .icon {
    width: 6.3vw;
    margin-right: 4.6vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li a .label {
    font-size: 4.2vw;
  }
  #footer_access_sec .cont .text_block .cta_block .cta_list ul li a .arrow {
    width: 2vw;
  }
  #footer_access_sec .cont .text_block .tel_block {
    gap: 0 4vw;
    margin-bottom: 4vw;
  }
  #footer_access_sec .cont .text_block .tel_block .label {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  #footer_access_sec .cont .text_block .tel_block .tel_box {
    flex-shrink: 0;
    gap: 0 2vw;
  }
  #footer_access_sec .cont .text_block .tel_block .tel_box .icon {
    width: 6vw;
  }
  #footer_access_sec .cont .text_block .tel_block .tel_box .num {
    font-size: 7vw;
  }
  #footer_access_sec .cont .text_block .tel_block .tel_box .num a {
    color: #0F1524;
  }
  #footer_access_sec .cont .map_wrap {
    width: 100%;
    height: 60vw;
  }
  #main_footer {
    padding: 5vw 0 22vw;
  }
  #main_footer::before {
    background-image: url(image/reason_back_sp.svg);
  }
  #main_footer .cont {
    padding: 13vw 3.5vw 9vw;
  }
  #main_footer .cont .about_cont {
    display: block;
    padding-bottom: 9vw;
    margin-bottom: 8vw;
  }
  #main_footer .cont .about_cont::after {
    height: 2px;
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  #main_footer .cont .about_cont .logo {
    width: 60vw;
    margin: 0 auto 6vw;
  }
  #main_footer .cont .about_cont .text_box .text {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #main_footer .cont .link_cont {
    display: none;
  }
  #main_footer .cont .sns_link_list {
    margin-bottom: 5vw;
  }
  #main_footer .cont .sns_link_list ul {
    justify-content: center;
    gap: 0 3.5vw;
  }
  #main_footer .cont .sns_link_list ul li {
    width: 7vw;
  }
  #main_footer .cont .sub_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  #main_footer .cont .sub_cont .copy {
    font-size: 2.6vw;
    line-height: 1.3;
  }
  #main_footer .cont .sub_cont .sub_link {
    margin-bottom: 4vw;
  }
  #main_footer .cont .sub_cont .sub_link ul {
    justify-content: center;
    gap: 0 3vw;
  }
  #main_footer .cont .sub_cont .sub_link ul li a {
    font-size: 3.2vw;
  }
  /* 共通設定 */
  .common_page_main::before, .common_page_main::after {
    height: 47vw;
  }
  .common_page_main::before {
    background-image: url(image/reason_back_sp.svg);
  }
  .common_page_main .deco_en {
    bottom: auto;
    top: 31vw;
    left: auto;
    right: 2.5vw;
    font-size: 13vw;
  }
  .common_page_main .cont {
    padding-top: 40vw;
  }
  .common_page_main .cont .ttl_box {
    margin-bottom: 5vw;
  }
  .common_page_main .cont .ttl_box .ttl {
    padding: 2vw 3vw;
    line-height: 1.3;
    font-size: 7vw;
  }
  .common_page_main .breadcrumb {
    text-align: left;
    font-size: 3.2vw;
  }
  .common_page_wrap {
    padding: 17vw 0 22vw;
  }
  .common_single_wrap {
    padding: 0 0 17vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  .breadcrumb {
    font-size: 2.4vw;
  }
  .breadcrumb.single {
    text-align: left;
    margin-top: 19vw;
  }
  /* SP固定ページ 個人情報保護方針 */
  .privacy_cont_sec .main_text {
    font-size: 3.5vw;
    margin-block: 0 10vw;
  }
  .privacy_cont_sec dl + dl {
    margin-block: 8vw 0;
  }
  .privacy_cont_sec dl dt {
    font-size: 4.1vw;
    padding-block: 0 0.5em;
    margin-block: 0 0.7em;
  }
  .privacy_cont_sec dl dd {
    font-size: 3.5vw;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  .wp-pagenavi {
    margin-top: 12vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 1.5vw 2.8vw !important;
    margin: 0 2px;
    font-size: 3.6vw;
  }
  .common_form_page {
    padding: calc(65px + 14vw) 0 25vw;
  }
  .common_form_page .container {
    display: block;
  }
  .common_form_page .container .text_block {
    position: inherit;
    top: 0;
    margin-bottom: 8vw;
  }
  .common_form_page .container .text_block .top_text_box {
    margin-bottom: 0;
  }
  .common_form_page .container .text_block .top_text_box .ttl {
    font-size: 6.5vw;
    margin-bottom: 5vw;
  }
  .common_form_page .container .text_block .top_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .text_block .top_text_box .text a {
    margin: 0 0.1vw;
  }
  .common_form_page .container .text_block .top_text_box .text + .text {
    margin-top: 1.5vw;
  }
  .common_form_page .container .text_block .form_guide_box {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .common_form_page .container .text_block .form_guide_box .ttl {
    font-size: 3.8vw;
    padding-bottom: 2vw;
  }
  .common_form_page .container .text_block .thum_box {
    gap: 0 5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list {
    margin-top: 3vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
    margin-top: 2vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
    font-size: 3.5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
    margin-right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .common_form_page .container .text_block .thum_box .thum {
    width: 30%;
    padding: 2vw;
  }
  .common_form_page .container .form_cont {
    width: 100%;
    padding: 7vw 3.5vw 6vw;
    margin-left: 0;
  }
  .common_form_page .container .form_cont .top_text_box {
    margin-bottom: 6vw;
  }
  .common_form_page .container .form_cont .top_text_box .lead {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box {
    margin-bottom: 7vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
    margin-top: 5.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .sub_text {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
    padding: 2.5vw 3.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
    padding: 3vw 3.5vw;
    font-size: 3.6vw;
    height: 50vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button {
    line-height: 16vw;
    font-size: 4.2vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button:hover {
    transform: translateY(0);
    box-shadow: 0 6px #001d4c;
  }
  .common_form_page .container .form_cont .form_wrap button[name=submitBack] {
    margin-top: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
    margin-top: 2vw;
  }
  /* layout helpers */
  .data_box.check_wrap {
    display: block;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-top: 2vw;
  }
  .radio_btns {
    display: block;
  }
  #sidebar {
    width: 100%;
    padding: 0 15px;
    margin-top: 5vw;
  }
  #sidebar .block + .block {
    margin-top: 10vw;
  }
  #sidebar .common_link_box {
    margin-bottom: 0;
  }
  #sidebar .block .top_ttl {
    font-size: 3.6vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  #sidebar .block .top_ttl::before {
    width: 30%;
  }
  #sidebar .block .ranking_list ul li + li {
    margin-top: 5vw;
  }
  #sidebar .block .ranking_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box {
    width: 6vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box .num {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #sidebar .block .ranking_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .ranking_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .ranking_list ul li a:hover .img img {
    transform: scale(1);
  }
  #sidebar .block .voice_list ul li + li {
    margin-top: 4vw;
  }
  #sidebar .block .voice_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .voice_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .voice_list ul li a .text_box .date {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  #sidebar .block .voice_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .voice_list ul li a:hover .img img {
    transform: scale(1);
  }
  /* 準備中 */
  .sorry_sec .text_box .text {
    text-align: left;
    font-size: 4vw;
  }
  .sorry_sec .text_box .text + .text {
    margin-top: 3vw;
  }
  .sorry_sec .text_box .common_btn {
    margin: 7vw 0 0;
  }
  .single_page_wrap {
    padding-top: calc(65px + 10vw);
    padding-bottom: 19vw;
    margin-bottom: 0;
  }
  .single_page_wrap .main_ttl_box {
    margin-bottom: 7vw;
  }
  .single_page_wrap .main_ttl_box .ttl {
    font-size: 5.7vw;
    margin-bottom: 3vw;
  }
  .single_page_wrap .main_ttl_box .data {
    font-size: 3.5vw;
  }
  .single_page_wrap #sidebar {
    padding: 0;
    margin-top: 14vw;
  }
  /* 初めての方へ */
  .common_flow_list ul li {
    padding: 3.5vw 3.5vw 5vw;
    display: block;
  }
  .common_flow_list ul li .arrow_wrap {
    bottom: -3vw;
    width: 15vw;
    height: 3vw;
  }
  .common_flow_list ul li + li {
    margin-top: 4vw;
  }
  .common_flow_list ul li .img_box {
    display: flex;
    align-items: center;
    gap: 0 3.5vw;
    width: 100%;
    margin-bottom: 3vw;
  }
  .common_flow_list ul li .img_box .img {
    flex-shrink: 0;
    width: 20vw;
    height: 20vw;
  }
  .common_flow_list ul li .ttl_box {
    display: block;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .common_flow_list ul li .ttl_box .num {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  .common_flow_list ul li .ttl_box .ttl {
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .common_flow_list ul li .text_box .text {
    font-size: 3.5vw;
  }
  .common_flow_list ul li .text_box .text::before {
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
    margin-bottom: 3.5vw;
  }
  .common_faq_list ul li + li {
    margin-top: 8vw;
  }
  .common_faq_list ul li .en_label {
    width: 10vw;
    height: 10vw;
  }
  .common_faq_list ul li .en_label .en {
    font-size: 4.5vw;
  }
  .common_faq_list ul li .q_box {
    gap: 0 3.5vw;
    padding: 2vw 3vw 2vw 2vw;
    margin-bottom: 2vw;
  }
  .common_faq_list ul li .q_box .ttl {
    font-size: 4.3vw;
  }
  .common_faq_list ul li .a_box {
    padding: 0 3vw 0 2vw;
    gap: 0 3.5vw;
  }
  .common_faq_list ul li .a_box .text_box .text {
    font-size: 3.5vw;
  }
  .common_cta_cont {
    padding: 0 5vw 8vw;
  }
  .common_cta_cont::before {
    top: 5vw;
  }
  .common_cta_cont .ttl_box {
    margin-bottom: 7vw;
  }
  .common_cta_cont .ttl_box .ttl {
    border: 2px solid #003894;
    padding: 3vw 5vw;
    font-size: 3.8vw;
    line-height: 1.3;
  }
  .common_cta_cont .ttl_box .ttl .color {
    font-size: 5vw;
  }
  .common_cta_cont .ttl_box::before {
    bottom: -9px;
    width: 5vw;
    height: 5vw;
    border-right: 2px solid #003894;
    border-bottom: 2px solid #003894;
  }
  .common_cta_cont .btn_list ul {
    display: block;
  }
  .common_cta_cont .btn_list ul li {
    padding: 5vw 3.5vw 4vw;
  }
  .common_cta_cont .btn_list ul li + li {
    margin-top: 2vw;
  }
  .common_cta_cont .btn_list ul li:nth-child(2) {
    transition-delay: 0s;
  }
  .common_cta_cont .btn_list ul li:nth-child(3) {
    transition-delay: 0s;
  }
  .common_cta_cont .btn_list ul li .lead_label {
    font-size: 3.8vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  .common_cta_cont .btn_list ul li .btn {
    width: 100%;
  }
  .common_cta_cont .btn_list ul li .btn.line a {
    box-shadow: 0 4px 0 #2AAD60;
    padding: 0 3.5vw 0 3.5vw;
  }
  .common_cta_cont .btn_list ul li .btn.line a .icon {
    width: 8.5vw;
    margin-right: 4vw;
  }
  .common_cta_cont .btn_list ul li .btn a {
    height: 15vw;
    box-shadow: 0 4px 0 #001d4c;
    padding: 0 3.5vw 0 5.1vw;
  }
  .common_cta_cont .btn_list ul li .btn a:hover {
    box-shadow: 0 4px 0 #001d4c;
    transform: translateY(0);
  }
  .common_cta_cont .btn_list ul li .btn a .icon {
    width: 6.3vw;
    margin-right: 4.6vw;
  }
  .common_cta_cont .btn_list ul li .btn a .label {
    font-size: 4.2vw;
  }
  .common_cta_cont .btn_list ul li .btn a .arrow {
    width: 2vw;
  }
  .common_cta_cont .btn_list ul li .tel_box {
    flex-shrink: 0;
    gap: 0 2vw;
  }
  .common_cta_cont .btn_list ul li .tel_box .icon {
    width: 6vw;
  }
  .common_cta_cont .btn_list ul li .tel_box .num {
    font-size: 7vw;
  }
  .common_cta_cont .btn_list ul li .tel_box .num a {
    color: #0F1524;
  }
  .common_cta_cont .btn_list ul li .check {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  #page_first .first_lead_sec .lead_text_box {
    margin-bottom: 10vw;
  }
  #page_first .first_lead_sec .lead_text_box .ttl {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  #page_first .first_lead_sec .lead_text_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  #page_first .first_banner_sec {
    margin-top: 10vw;
  }
  #page_first .first_flow_sec {
    margin-top: 18vw;
    margin-bottom: 18vw;
  }
  #page_first .first_flow_sec .deco_en {
    top: -6vw;
    font-size: 15vw;
  }
  #page_first .first_flow_sec .common_ttl_box {
    margin-bottom: 5vw;
  }
  #page_first .first_faq_sec {
    margin-bottom: 18vw;
    padding: 15vw 0;
  }
  #page_first .first_faq_sec .deco_en {
    top: 14vw;
    font-size: 15vw;
  }
  #page_first .first_faq_sec::before {
    background-image: url(image/reason_back_sp.svg);
  }
  #page_first .first_faq_sec .common_ttl_box {
    margin-bottom: 5.5vw;
  }
  #page_first .first_faq_sec .common_faq_list {
    margin-bottom: 8vw;
  }
  #page_first .first_faq_sec .btn {
    width: 100%;
  }
  #page_first .first_faq_sec .btn a {
    line-height: 16vw;
    font-size: 4.3vw;
  }
  #page_first .first_faq_sec .btn a::after {
    content: none;
  }
  #page_first .first_faq_sec .btn a:hover {
    color: #fff;
  }
  #page_first #top_voice_sec .deco_en {
    top: -6vw;
  }
  /* よくあるご質問 */
  #page_faq .faq_list_sec .wrap02 {
    max-width: 100%;
  }
  #page_faq .faq_list_sec .cont {
    padding: 15vw 5vw;
  }
  #page_faq .faq_list_sec .cont + .cont {
    margin-top: 5vw;
  }
  #page_faq .faq_list_sec .cont .common_ttl_box {
    margin-bottom: 7vw;
  }
  /* 院情報・アクセス */
  .common_guide_sec .deco_en {
    top: 85vw;
    left: 22.5vw;
    right: auto;
    font-size: 12vw;
    text-align: left;
    color: #003894;
    opacity: 0.1;
  }
  .common_guide_sec .main_cont {
    display: block;
    margin-bottom: 12vw;
  }
  .common_guide_sec .main_cont .img_list_block {
    width: 100%;
    margin-bottom: 8vw;
  }
  .common_guide_sec .main_cont .img_list_block .main_img_block {
    margin-bottom: 2vw;
  }
  .common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow {
    width: 10vw;
  }
  .common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow.prev_arrow {
    left: -3vw;
  }
  .common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow.next_arrow {
    right: -3vw;
  }
  .common_guide_sec .main_cont .img_list_block .main_img_block .slider_guide_box .arrow svg circle {
    fill: #f0f5f8;
  }
  .common_guide_sec .main_cont .img_list_block .all_img_block .list ul {
    gap: 2vw;
  }
  .common_guide_sec .main_cont .text_block .common_ttl_box {
    margin-bottom: 6vw;
  }
  .common_guide_sec .main_cont .text_block .access_block {
    margin-bottom: 3vw;
  }
  .common_guide_sec .main_cont .text_block .access_block .access_box {
    gap: 0 3.5vw;
    margin-bottom: 1.5vw;
  }
  .common_guide_sec .main_cont .text_block .access_block .access_box .icon {
    width: 5vw;
  }
  .common_guide_sec .main_cont .text_block .access_block .access_box .address {
    font-size: 3.5vw;
    line-height: 1.2;
  }
  .common_guide_sec .main_cont .text_block .access_block .access {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-left: 0;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont {
    width: 100%;
    padding: 6vw 5vw 5vw;
    margin-bottom: 5vw;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner {
    display: block;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .ttl_box {
    display: none;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap {
    margin-bottom: 3vw;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden !important;
    line-height: 1;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap .table {
    min-width: 90vw;
    width: 90vw;
    line-height: 1;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .table_wrap .table img {
    width: 100%;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .check_box {
    display: block;
  }
  .common_guide_sec .main_cont .text_block .time_table_cont .inner .table_box .check_box .check {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  .common_guide_sec .main_cont .text_block .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .common_guide_sec .main_cont .text_block .table table tr {
    font-size: 3.5vw;
  }
  .common_guide_sec .main_cont .text_block .table table tr th, .common_guide_sec .main_cont .text_block .table table tr td {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .common_guide_sec .main_cont .text_block .table table tr th {
    width: 27vw;
    color: #003894;
  }
  .common_guide_sec .map_wrap {
    height: 60vw;
  }
  #page_about .common_guide_sec {
    margin-bottom: 18vw;
  }
  #page_about #top_staff_sec {
    margin-top: 18vw;
  }
  /* 院長・スタッフ紹介 */
  #page_staff .staff_promise_sec {
    margin-bottom: 16vw;
  }
  #page_staff .staff_promise_sec .top_ttl_box {
    margin-bottom: 4vw;
  }
  #page_staff .staff_promise_sec .top_ttl_box .ttl {
    font-size: 5.2vw;
  }
  #page_staff .staff_promise_sec .top_ttl_box .ttl .num {
    font-size: 8vw;
  }
  #page_staff .staff_promise_sec .list ul li {
    display: block;
    padding: 6vw 5vw;
  }
  #page_staff .staff_promise_sec .list ul li + li {
    margin-top: 2.5vw;
  }
  #page_staff .staff_promise_sec .list ul li .img_box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 4vw;
    margin-bottom: 3vw;
  }
  #page_staff .staff_promise_sec .list ul li .img_box .img {
    flex-shrink: 0;
    width: 25vw;
    height: 25vw;
  }
  #page_staff .staff_promise_sec .list ul li .ttl_box {
    flex-grow: 1;
  }
  #page_staff .staff_promise_sec .list ul li .ttl_box .ttl {
    font-size: 4.3vw;
    line-height: 2;
  }
  #page_staff .staff_promise_sec .list ul li .ttl_box .ttl .bg {
    font-size: 5.2vw;
  }
  #page_staff .staff_promise_sec .list ul li .ttl_box {
    margin-bottom: 4vw;
  }
  #page_staff .staff_promise_sec .list ul li .text_box .text {
    font-size: 3.4vw;
    line-height: 1.4;
  }
  #page_staff .staff_director_sec {
    padding: 12vw 0 16vw;
  }
  #page_staff .staff_director_sec .deco_en {
    top: 4vw;
    right: 2.5vw;
    font-size: 16vw;
    text-align: center;
  }
  #page_staff .staff_director_sec .main_cont {
    display: block;
    margin-bottom: 9vw;
  }
  #page_staff .staff_director_sec .main_cont .img {
    width: 100%;
    height: 75vw;
    margin-bottom: 7vw;
  }
  #page_staff .staff_director_sec .main_cont .img img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  #page_staff .staff_director_sec .main_cont .text_box .ttl_box {
    margin-bottom: 5.5vw;
  }
  #page_staff .staff_director_sec .main_cont .text_box .ttl_box::after {
    width: 50vw;
    margin-top: 3vw;
  }
  #page_staff .staff_director_sec .main_cont .text_box .ttl_box .ttl {
    font-size: 4.6vw;
  }
  #page_staff .staff_director_sec .main_cont .text_box .name_box {
    gap: 0 2vw;
    margin-bottom: 8vw;
  }
  #page_staff .staff_director_sec .main_cont .text_box .name_box .name {
    font-size: 5.5vw;
  }
  #page_staff .staff_director_sec .main_cont .text_box .name_box .data {
    font-size: 3.6vw;
  }
  #page_staff .staff_director_sec .career_box .label_box {
    gap: 0 3vw;
    margin-bottom: 4vw;
  }
  #page_staff .staff_director_sec .career_box .label_box .label {
    font-size: 3.8vw;
  }
  #page_staff .staff_director_sec .career_box .label_box::after {
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  #page_staff .staff_director_sec .career_box .list ul li + li {
    margin-top: 4vw;
  }
  #page_staff .staff_director_sec .career_box .list ul li .year {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  #page_staff .staff_director_sec .career_box .list ul li .data {
    font-size: 3.5vw;
  }
  #page_staff .staff_director_sec .intro_text_box {
    margin: 8vw 0 11vw;
    padding: 7vw 5vw;
  }
  #page_staff .staff_director_sec .intro_text_box .intro_text {
    font-size: 3.5vw;
  }
  #page_staff .staff_director_sec .message_box .copy {
    font-size: 5.7vw;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
  #page_staff .staff_director_sec .message_box .text {
    font-size: 3.5vw;
  }
  #page_staff .staff_list_sec .common_ttl_box {
    margin-bottom: 8vw;
  }
  #page_staff .staff_list_sec .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 7vw 3.5vw;
  }
  #page_staff .staff_list_sec .list ul li .img {
    height: 54vw;
    margin-bottom: 4vw;
  }
  #page_staff .staff_list_sec .list ul li .text_box .pos {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  #page_staff .staff_list_sec .list ul li .text_box .name {
    font-size: 4.2vw;
    line-height: 1;
  }
  #page_staff .staff_list_sec .list ul li .text_box .data_cont {
    margin-top: 4vw;
  }
  #page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box {
    gap: 0 3vw;
    margin-bottom: 2vw;
  }
  #page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box .label {
    font-size: 3.5vw;
  }
  #page_staff .staff_list_sec .list ul li .text_box .data_cont .label_box::after {
    background: repeating-linear-gradient(to right, #333333 0 2px, transparent 2px 4px);
  }
  #page_staff .staff_list_sec .list ul li .text_box .data_cont .data_text {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  #single_menu_page .menu_lead_sec .lead_text_box {
    margin-bottom: 8vw;
  }
  #single_menu_page .menu_lead_sec .lead_text_box .ttl {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  #single_menu_page .menu_lead_sec .lead_text_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  #single_menu_page .menu_cta_sec {
    margin-bottom: 18vw;
  }
  #single_menu_page .menu_intro_sec {
    margin-bottom: 18vw;
  }
  #single_menu_page .menu_intro_sec .common_ttl_box {
    margin-bottom: 8vw;
  }
  #single_menu_page .menu_intro_sec .list ul li {
    display: block;
  }
  #single_menu_page .menu_intro_sec .list ul li:nth-child(even) .img::before {
    right: -2vw;
  }
  #single_menu_page .menu_intro_sec .list ul li + li {
    margin-top: 11vw;
  }
  #single_menu_page .menu_intro_sec .list ul li .img {
    width: 100%;
    height: 60vw;
    margin-bottom: 7.5vw;
  }
  #single_menu_page .menu_intro_sec .list ul li .img::before {
    left: -2vw;
    bottom: -2vw;
  }
  #single_menu_page .menu_intro_sec .list ul li .text_box .ttl {
    font-size: 5.2vw;
  }
  #single_menu_page .menu_intro_sec .list ul li .text_box .text {
    margin-top: 5vw;
    font-size: 3.6vw;
  }
  #single_menu_page .traffic_flow_sec {
    margin-bottom: 18vw;
  }
  #single_menu_page .traffic_flow_sec .common_ttl_box {
    margin-bottom: 5vw;
  }
  #single_menu_page .traffic_flow_sec .common_btn {
    margin: 8vw auto 0;
  }
  #single_menu_page #top_reason_sec {
    margin-bottom: 18vw;
  }
  #single_menu_page #top_staff_sec {
    margin-bottom: 18vw;
  }
  #single_menu_page #top_voice_sec {
    margin-bottom: 0;
  }
  #menu_page .menu_lead_sec {
    margin-bottom: 15vw;
  }
  #menu_page .menu_lead_sec .lead_text_box {
    margin-bottom: 10vw;
  }
  #menu_page .menu_lead_sec .lead_text_box .ttl {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  #menu_page .menu_lead_sec .lead_text_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  #menu_page .menu_lead_sec .lead_text_box .check_text {
    line-height: 1.3;
    text-align: left;
    font-size: 3.1vw;
    margin-top: 3vw;
  }
  #menu_page .menu_lead_sec .sym_box {
    margin-bottom: 10vw;
    padding-bottom: 6vw;
  }
  #menu_page .menu_lead_sec .sym_box .ttl_box {
    padding: 3.5vw 0;
    margin-bottom: 5vw;
  }
  #menu_page .menu_lead_sec .sym_box .ttl_box .ttl {
    font-size: 5vw;
    line-height: 1.3;
  }
  #menu_page .menu_lead_sec .sym_box .list {
    font-size: 4vw;
  }
  #menu_page .menu_lead_sec .sym_box .list ul {
    display: block;
    margin-bottom: 4vw;
    padding-left: 22vw;
  }
  #menu_page .menu_lead_sec .sym_box .list ul li {
    gap: 0 3vw;
  }
  #menu_page .menu_lead_sec .sym_box .list ul li + li {
    margin-top: 2.5vw;
  }
  #menu_page .menu_lead_sec .sym_box .list ul li::before {
    width: 1.8vw;
    height: 1.8vw;
  }
  #menu_page .menu_lead_sec .sym_box .list ul li {
    font-size: 3.8vw;
  }
  #menu_page .menu_lead_sec .sym_box .list .check_text {
    padding: 0 3.5vw;
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.3;
  }
  #menu_page .menu_lead_sec .insure_box {
    display: block;
    padding: 10vw 5vw;
  }
  #menu_page .menu_lead_sec .insure_box .ttl_block {
    margin-bottom: 6.5vw;
  }
  #menu_page .menu_lead_sec .insure_box .ttl_block .ttl {
    font-size: 5.5vw;
    padding-bottom: 3vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block {
    margin-top: 0;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list {
    margin-bottom: 3vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list ul li {
    gap: 0 3.5vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list ul li + li {
    margin-top: 3vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list ul li::before {
    width: 2vw;
    height: 2vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list ul li {
    font-size: 4.2vw;
    line-height: 1.3;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .list_text {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
  #menu_page .menu_lead_sec .insure_box .data_block .text {
    font-size: 4.5vw;
    line-height: 1.3;
  }
  #menu_page .menu_insurance_sec {
    margin-bottom: 15vw;
  }
  #menu_page .menu_insurance_sec .common_ttl_box {
    margin-bottom: 6vw;
  }
  #menu_page .menu_insurance_sec .table_cont {
    position: relative;
    width: 95vw;
    margin-right: -5vw;
    overflow-x: scroll;
    margin-bottom: 3vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap {
    width: 167vw;
    min-width: 167vw;
    padding-right: 5vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table {
    border-collapse: separate;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 4.6vw;
    width: 42vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table thead th .inner {
    height: 16vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr th {
    position: sticky;
    left: 0;
    z-index: 1;
    font-size: 3.8vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr th .small {
    font-size: 3.6vw;
  }
  #menu_page .menu_insurance_sec .table_cont .table_wrap table tbody tr td {
    height: 23vw;
    padding: 3.5vw;
    font-size: 4.3vw;
  }
  #menu_page .menu_insurance_sec .table_cont .scroll-hint-icon-wrap {
    z-index: 1;
  }
  #menu_page .menu_insurance_sec .check_text_box .check_text {
    font-size: 3.1vw;
  }
  #menu_page .menu_insurance_sec .check_text_box .check_text + .check_text {
    margin-top: 1vw;
  }
  #menu_page .menu_list_sec .deco_en {
    top: -6vw;
    font-size: 15vw;
  }
  #menu_page .menu_list_sec .common_ttl_box {
    margin-bottom: 5vw;
  }
  #menu_page .menu_list_sec .table_cont {
    width: 95vw;
    margin-right: -5vw;
    overflow-x: scroll;
  }
  #menu_page .menu_list_sec .table_cont .scroll-hint-icon-wrap {
    z-index: 1;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap {
    position: relative;
    overflow: visible;
    width: 181vw;
    min-width: 181vw;
    padding-right: 5vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table {
    width: 100%;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr th:first-child, #menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child {
    width: 39vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr th:nth-child(2), #menu_page .menu_list_sec .table_cont .table_wrap table tr td:nth-child(2) {
    width: 93vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr th {
    padding: 4vw 0;
    font-size: 4.2vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr td:first-child {
    font-size: 3.6vw;
    padding: 0 3.5vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr td:nth-child(2) {
    padding: 4vw 3.5vw;
    font-size: 3.5vw;
  }
  #menu_page .menu_list_sec .table_cont .table_wrap table tr td:last-child {
    padding: 4vw 3.5vw 4vw 3.5vw;
    font-size: 3.6vw;
  }
  /* 予約・お問い合わせ */
  #page_contact .common_form_page {
    margin-bottom: 23vw;
  }
  #page_contact .contact_lead_sec {
    margin-bottom: 18vw;
  }
  #page_contact .contact_lead_sec .lead_text_box {
    margin-bottom: 10vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .ttl {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 5.5vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .text + .text {
    margin-top: 3vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .check_text_box {
    margin-top: 4.5vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .check_text_box .check_text {
    text-align: left;
    font-size: 3.4vw;
  }
  #page_contact .contact_lead_sec .lead_text_box .check_text_box .check_text + .check_text {
    margin-top: 1vw;
  }
  #page_contact .contact_lead_sec .common_cta_cont .btn_list ul li .btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */