@charset "UTF-8";
/*
theme Name: toyohashi-mates
Author: toyohashi-mates
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
/*=========================
# font
=========================*/
@font-face {
  font-family: "Albert Sans";
  src: url("../font/AlbertSans-VariableFont_wght.ttf") format("truetype");
}
body {
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 3.738317757vw;
  }
}
body.is-checked {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 4.6728971963vw;
  }
}

p {
  margin-bottom: 30px;
}

.en {
  font-family: "Baskervville", serif;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  flex: 1;
  overflow-x: hidden;
  margin-top: 116px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 67px;
  }
}

.section-title01 {
  padding-top: 90px;
  margin-bottom: 40px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .section-title01 {
    margin-bottom: 7.0093457944vw;
  }
}
.section-title01 .jp {
  display: block;
  font-size: 30px;
  color: #006BB6;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-title01 .jp {
    font-size: 7.0093457944vw;
  }
}
.section-title01 .en {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-title01 .en {
    font-size: 3.738317757vw;
  }
}
.section-title01::before {
  position: absolute;
  content: "";
  background: #006BB6;
  width: 1px;
  height: 80px;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .section-title01::before {
    height: 18.691588785vw;
  }
}

.section-title02 {
  padding-top: 90px;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-title02 {
    margin-bottom: 7.0093457944vw;
  }
}
.section-title02 .jp {
  display: block;
  font-size: 30px;
  color: #006BB6;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-title02 .jp {
    font-size: 7.0093457944vw;
  }
}
.section-title02 .en {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-title02 .en {
    font-size: 3.738317757vw;
  }
}
.section-title02::before {
  position: absolute;
  content: "";
  background: #006BB6;
  width: 1px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 767px) {
  .section-title02::before {
    height: 18.691588785vw;
  }
}

.section-title03 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #006BB6;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .section-title03 {
    font-size: 5.6074766355vw;
    margin-bottom: 10.5140186916vw;
  }
}
.section-title03::after {
  position: absolute;
  content: "";
  background: #1CABBE;
  width: 75px;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title03::after {
    width: 9.3457943925vw;
  }
}

.section-title04 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #006BB6;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .section-title04 {
    font-size: 5.6074766355vw;
    margin-bottom: 10.5140186916vw;
  }
}
.section-title04::before {
  position: absolute;
  content: "";
  background: #1CABBE;
  width: 71px;
  height: 2px;
  bottom: -5px;
  left: 0;
}
@media (max-width: 767px) {
  .section-title04::before {
    width: 9.3457943925vw;
  }
}

.btn01 {
  display: block;
  font-weight: 500;
  padding-right: 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #797979;
  background: #fff;
  border-radius: 30px;
  padding: 10px 74px 10px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .btn01 {
    font-size: 3.738317757vw;
    padding: 2.3364485981vw 17.2897196262vw 2.3364485981vw 7.476635514vw;
  }
}
.btn01::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
@media (max-width: 767px) {
  .btn01::after {
    width: 5.8411214953vw;
    height: 5.8411214953vw;
    right: 7.476635514vw;
  }
}
.btn01:hover {
  background: #FFF9F8;
  border-color: #E68681;
}

.btn02 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C9C9C9;
  background: #fff;
  border-radius: 5px;
  padding: 8px 122px 8px 27px;
  position: relative;
}
@media (max-width: 767px) {
  .btn02 {
    font-size: 4.2056074766vw;
    padding: 1.8691588785vw 28.5046728972vw 1.8691588785vw 6.308411215vw;
  }
}
.btn02::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_down_pink.svg) no-repeat center center/contain;
  width: 19px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media (max-width: 767px) {
  .btn02::after {
    width: 4.4392523364vw;
    height: 4.4392523364vw;
    right: 3.5046728972vw;
  }
}
.btn02:hover {
  background: #FFF9F8;
  border-color: #E68681;
}

.fax {
  pointer-events: none;
}

/* eyecatch 
---------------------*/
.eyecatch {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .eyecatch-shunt .eyecatch-img img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (max-width: 1024px) {
  .eyecatch-hospitalization .eyecatch-img img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (max-width: 1024px) {
  .eyecatch-news .eyecatch-img img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .eyecatch-news .eyecatch-img img {
    height: 35.046728972vw;
  }
}
.eyecatch .inner {
  max-width: 1428px;
}
.eyecatch-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.eyecatch-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:768px) and (max-width: 1024px) {
  .eyecatch-img img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .eyecatch-img img {
    height: 46.7289719626vw;
  }
}
.eyecatch .page-title {
  background: #fff;
  border-radius: 0 8px 0 0;
  color: #006BB6;
  font-size: 35px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 86px;
  line-height: 1.75;
}
@media (min-width:768px) and (max-width: 1024px) {
  .eyecatch .page-title {
    font-size: 28px;
    padding: 5px 50px;
  }
}
@media (max-width: 767px) {
  .eyecatch .page-title {
    font-size: 4.6728971963vw;
    padding: 1.1682242991vw 7.0093457944vw;
  }
}
.eyecatch .page-title:before {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_right.png) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  left: 0;
  top: -8px;
}
.eyecatch .page-title:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curve_right.png) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  right: -8px;
  bottom: 0;
}

/*breadcrumb
--------------------*/
.breadcrumb {
  font-size: 13px;
  margin-bottom: 45px;
  color: #7B7B7B;
}
.breadcrumb .inner {
  max-width: 1340px;
}
.breadcrumb .home {
  text-decoration: underline;
}
.breadcrumb a {
  color: #7B7B7B;
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  height: 116px;
}
@media (max-width: 1024px) {
  .header {
    height: 67px;
  }
}
.header .inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1450px) {
  .header .inner {
    padding: 0 74px 0 80px;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 3.5046728972vw;
  }
}
.header-left {
  position: relative;
  z-index: 700;
}
.header-title a {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .header-title a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .header-title a {
    font-size: 10px;
  }
}
.header-title a span {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1450px) {
  .header-title a span {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .header-title a span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header-title a span {
    font-size: 20px;
  }
}
.header-right {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .header-right .header-nav {
    display: none;
  }
}
.header-right .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-right .header-nav-list li {
  position: relative;
}
.header-right .header-nav-list li:after {
  position: absolute;
  content: "";
  background: #D5D5D5;
  width: 1px;
  height: 22px;
  top: 50%;
  transform: translateY(-40%);
  right: 0;
}
.header-right .header-nav-list li:first-child a {
  padding-left: 0;
}
.header-right .header-nav-list li:last-child {
  border-right: none;
}
.header-right .header-nav-list li:last-child:after {
  display: none;
}
.header-right .header-nav-list li:last-child a {
  padding-right: 0;
}
.header-right .header-nav-list li.has-child {
  position: relative;
}
.header-right .header-nav-list li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header-right .header-nav-list li .child {
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 366px;
  padding: 30px 40px;
  border-radius: 10px;
  top: 45px;
  z-index: 4;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.header-right .header-nav-list li .child:before {
  position: absolute;
  content: "";
  background: #006BB6;
  width: 100%;
  height: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-right .header-nav-list li .child:after {
  position: absolute;
  content: "";
  background: #006BB6;
  width: 12px;
  height: 12px;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.header-right .header-nav-list li .child a {
  color: #006BB6;
  padding: 0;
}
.header-right .header-nav-list li .child-nav {
  margin-top: 10px;
  margin-left: 17px;
}
.header-right .header-nav-list li .child-nav li {
  margin-bottom: 20px;
}
.header-right .header-nav-list li .child-nav li:last-child {
  margin-bottom: 0;
}
.header-right .header-nav-list li .child-nav li::after {
  display: none;
}
.header-right .header-nav-list li .child-nav li a {
  white-space: nowrap;
  color: #1A1A1A;
  display: block;
  padding-left: 18px;
  position: relative;
}
.header-right .header-nav-list li .child-nav li a::before {
  position: absolute;
  content: "";
  background: #006BB6;
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-right .header-nav-list li a {
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 20px;
}
@media (min-width: 1450px) {
  .header-right .header-nav-list li a {
    padding: 0 35px;
  }
}
.header-right .header-nav-list li a:hover {
  color: #006BB6;
}
.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }
}
.header-contact-btn {
  background: #006BB6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-radius: 8px;
  padding: 7.5px 25px;
}
@media (min-width: 1450px) {
  .header-contact-btn {
    font-size: 18px;
    padding: 7.5px 33px;
  }
}
.header-tel {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-right: 20px;
}
@media (min-width: 1450px) {
  .header-tel {
    margin-right: 30px;
  }
}
.header-tel img {
  width: 14px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
@media (min-width: 1450px) {
  .header-tel img {
    width: 16px;
    margin-right: 13px;
    top: 3px;
  }
}
.header-tel span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (min-width: 1450px) {
  .header-tel span {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .drawer-bars {
    cursor: pointer;
    position: relative;
    z-index: 700;
    top: 0;
    right: 0;
    background: #006BB6;
    width: 48px;
    height: 48px;
    border-radius: 4px;
  }
  .drawer-bars .drawer-bars-inner {
    width: 24px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars .drawer-bars-inner .drawer-bar {
    background-color: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    top: 10px;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .drawer-bars {
    top: 10px;
  }
}
.drawer-bars.is-checked .drawer-bars-inner {
  width: 24px;
  height: 21px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 25px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 67px;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: calc(100vh - 67px);
  padding: 30px 30px 114px;
  background: #006BB6;
  transition: all 0.3s ease 0s;
  display: none;
}
@media (max-width: 767px) {
  .drawer-nav {
    padding: 7.0093457944vw 7.0093457944vw 26.6355140187vw;
  }
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav-inner {
  position: relative;
  z-index: 2;
  overflow-y: auto;
}
.drawer-nav .drawer-menu {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-menu {
    margin-bottom: 9.3457943925vw;
  }
}
.drawer-nav .drawer-menu li {
  border-bottom: 0.5px dashed #fff;
}
.drawer-nav .drawer-menu li:last-child {
  margin-bottom: 0;
}
.drawer-nav .drawer-menu li.has-child {
  cursor: pointer;
}
.drawer-nav .drawer-menu li.has-child a {
  position: relative;
  width: calc(100% - 70px);
}
.drawer-nav .drawer-menu li.has-child a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/plus_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.drawer-nav .drawer-menu li.has-child.checked a::before {
  background-image: url(../img/minus_white.svg);
}
.drawer-nav .drawer-menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-menu li a {
    font-size: 5.1401869159vw;
    padding: 3.5046728972vw 4.6728971963vw;
  }
}
.drawer-nav .drawer-menu li .child {
  margin-left: 60px;
  display: none;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-menu li .child {
    margin-left: 14.0186915888vw;
  }
}
.drawer-nav .drawer-menu li .child li {
  border-bottom: none;
  margin-bottom: 15px;
}
.drawer-nav .drawer-menu li .child li a {
  font-size: 20px;
  display: block;
  padding: 0 0 0 18px;
  position: relative;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-menu li .child li a {
    font-size: 4.6728971963vw;
    padding: 0 0 0 4.2056074766vw;
  }
}
.drawer-nav .drawer-menu li .child li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #fff;
}
.drawer-nav .drawer-tel {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-tel {
    margin-bottom: 2.3364485981vw;
  }
}
.drawer-nav .drawer-tel img {
  width: 20px;
  margin-right: 17px;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-tel img {
    width: 4.6728971963vw;
    margin-right: 3.9719626168vw;
    top: 0.9345794393vw;
  }
}
.drawer-nav .drawer-tel span {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-tel span {
    font-size: 9.3457943925vw;
  }
}
.drawer-nav .drawer-contact {
  display: block;
  background: #fff;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  color: #006BB6;
  text-align: center;
  padding: 9px 15px;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-contact {
    font-size: 5.1401869159vw;
    padding: 2.1028037383vw 3.5046728972vw;
  }
}

/* util
---------------------------*/
a {
  color: #1A1A1A;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.9;
}

/* mv
-----------------------*/
.mv {
  position: relative;
  margin-bottom: 134px;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 32.7102803738vw;
  }
}
.mv .inner {
  max-width: 1428px;
}
@media (max-width: 767px) {
  .mv .inner {
    padding: 0 3.5046728972vw;
  }
}
.mv-inner {
  position: relative;
}
.mv-title {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .mv-title {
    top: 11vw;
    left: 4vw;
  }
}
@media (min-width: 1508px) {
  .mv-title {
    top: 165px;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .mv-title {
    bottom: 7.0093457944vw;
    left: 3.5046728972vw;
  }
}
.mv-title span {
  background: #fff;
  display: block;
  margin-bottom: 1vw;
  color: #006BB6;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2333333333vw 1.3333333333vw;
}
@media (min-width: 1508px) {
  .mv-title span {
    margin-bottom: 15px;
    font-size: 40px;
    padding: 3.5px 20px;
  }
}
@media (max-width: 767px) {
  .mv-title span {
    margin-bottom: 2.1028037383vw;
    font-size: 5.8411214953vw;
    padding: 0.8177570093vw 2.8037383178vw;
  }
}
.mv-title span:last-child {
  margin-bottom: 0;
}
.mv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 130px;
  height: 28px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .mv-scroll {
    display: none;
  }
}
.mv .scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  color: #006BB6;
  font-size: 12px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.mv .scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.mv .scrollbar::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 1px;
  height: 18px;
  background: #006BB6;
}
.mv .scrollbar::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #006BB6;
  -webkit-animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
          animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: -12px;
  }
  100% {
    bottom: -29px;
  }
}
@keyframes circlemove {
  0% {
    bottom: -12px;
  }
  100% {
    bottom: -29px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.mv .swiper-mv {
  border-radius: 10px;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mv .swiper-slide-active img,
.mv .swiper-slide-duplicate-active img,
.mv .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.mv .swiper-slide img {
  height: auto;
  width: 100%;
}

/* top-news
----------------*/
.top-news {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .top-news {
    margin-bottom: 23.3644859813vw;
  }
}
.top-news .inner {
  max-width: 1270px;
}
@media (min-width: 768px) {
  .top-news-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1104px) {
  .top-news-wrapper {
    padding-right: 10px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-news-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .top-news-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 11.6822429907vw;
  }
}
.top-news-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-news-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .top-news-btn {
    padding: 10px 74px 10px 32px;
  }
}
@media (max-width: 1024px) {
  .top-news-btn {
    margin: 0 auto;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-news-btn.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .top-news-btn.sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-news-btn.sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .top-news-inner {
    width: 23.6220472441%;
  }
}
@media (max-width: 1024px) {
  .top-news-inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-news-list {
    width: 75.5118110236%;
  }
}
@media (max-width: 1024px) {
  .top-news-list {
    width: 100%;
  }
}

.archive-category-list {
  display: flex;
}
@media (min-width: 768px) {
  .archive-category-list {
    gap: 15px;
    padding: 0 15px;
    border-bottom: 2px solid #3BC6D8;
    overflow-x: auto;
  }
}
@media (min-width: 1104px) {
  .archive-category-list {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .archive-category-list {
    align-items: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .archive-category-list:after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow_down_white.svg) no-repeat center center/contain;
    right: 5.2570093458vw;
    width: 3.2710280374vw;
    height: 1.6355140187vw;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .archive-category-list.sp {
    display: none;
  }
}
.archive-category-list.open li {
  display: block;
}
.archive-category-list select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 32.7102803738vw;
  height: 10.7476635514vw;
  padding: 2.3364485981vw 8.1775700935vw 2.3364485981vw 5.8411214953vw;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #3BC6D8;
  color: #fff;
  cursor: pointer;
}
.archive-category-list select:focus {
  outline: none;
}
.archive-category-list select option {
  background-color: #F0F0F0;
  color: #1A1A1A;
  font-size: 3.738317757vw;
}
.archive-category-list li.all {
  position: relative;
}
@media (max-width: 767px) {
  .archive-category-list li.all:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
  }
}
.archive-category-list li.active a {
  background: #3BC6D8;
  color: #fff;
}
@media (max-width: 767px) {
  .archive-category-list li.active {
    display: block;
    /* 選択中だけ表示 */
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .archive-category-list li.important a {
    background: #FF5B34;
    color: #fff;
    border-radius: 3px 3px 0 0;
  }
}
@media (min-width: 768px) {
  .archive-category-list li.important a:hover {
    background: #FF5B34;
    opacity: 0.8;
  }
}
.archive-category-list li a {
  display: block;
  background: #E4F3F5;
  font-size: 14px;
  font-weight: 500;
  color: #92AEC3;
  padding: 5.5px 33px;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .archive-category-list li a:hover {
    background: #3BC6D8;
    color: #fff;
    opacity: 1;
  }
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.archive-list {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .archive-list {
    border-top: 2px solid #3BC6D8;
    margin-bottom: 14.0186915888vw;
  }
}
.archive-list li {
  border-bottom: 1px solid #D5D5D5;
}
.archive-list li a {
  position: relative;
}
@media (min-width: 768px) {
  .archive-list li a {
    display: flex;
    padding: 25px 30px 25px 15px;
  }
}
@media (min-width: 1104px) {
  .archive-list li a {
    padding: 25px 60px 25px 50px;
  }
}
@media (max-width: 767px) {
  .archive-list li a {
    display: block;
    padding: 7.0093457944vw 9.3457943925vw 4.6728971963vw 0;
  }
}
.archive-list li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_blue02.svg) no-repeat center center/contain;
  width: 14px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1104px) {
  .archive-list li a:after {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .archive-list li a:after {
    width: 3.2710280374vw;
    height: 2.3364485981vw;
    right: 3.738317757vw;
  }
}
.archive-list-info {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .archive-list-info {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .archive-list-info {
    margin-bottom: 2.3364485981vw;
  }
}
.archive-list .category {
  background: #E4F3F5;
  color: #006BB6;
  border-radius: 3px;
  padding: 3px 24px;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .archive-list .category {
    padding: 0.5841121495vw 3.5046728972vw;
    font-size: 2.8037383178vw;
    margin-right: 3.5046728972vw;
  }
}
.archive-list .category.important {
  background: #FFDED6;
  color: #C71212;
}
.archive-list .date {
  font-size: 14px;
}
@media (max-width: 767px) {
  .archive-list .date {
    font-size: 3.2710280374vw;
  }
}
.archive-list .archive-item-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .archive-list .archive-item-title {
    font-size: 3.738317757vw;
  }
}

.no-article {
  margin: 30px 50px;
}
@media (max-width: 1024px) {
  .no-article {
    margin: 30px 15px;
  }
}
@media (max-width: 767px) {
  .no-article {
    margin: 0 0 10.5140186916vw;
  }
}

/* top-visitor
----------------*/
.top-visitor {
  padding: 60px 0 60px;
  margin-bottom: 130px;
  background: #EBF2F7;
}
@media (max-width: 767px) {
  .top-visitor {
    padding: 9.3457943925vw 0 14.0186915888vw;
    margin-bottom: 9.3457943925vw;
  }
}
.top-visitor .inner {
  max-width: 1150px;
}
.top-visitor-title {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .top-visitor-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.top-visitor-list-img img {
  height: auto;
}
.top-visitor-list-bg {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top-visitor-list-bg {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .top-visitor-list-bg {
    padding: 0 7.0093457944vw;
  }
}
.top-visitor-list-label {
  position: relative;
  background: #fff;
  border-radius: 8px 8px 0 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 306px;
  width: 100%;
  padding: 15px 0 0;
  margin-top: -60px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .top-visitor-list-label {
    max-width: 44.8598130841vw;
    padding: 3.5046728972vw 0 0;
    margin-top: -14.0186915888vw;
    margin-bottom: 9.3457943925vw;
  }
}
.top-visitor-list-label:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curve.png) no-repeat center center/contain;
  width: 322px;
  height: 8px;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-visitor-list-label:after {
    background-image: url(../img/curve_sp.png);
    width: 49.5327102804vw;
    height: 2.3364485981vw;
    top: 11.9158878505vw;
  }
}
.top-visitor-list-icon {
  margin: 0 auto 10px;
}
.top-visitor-list-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-visitor-list-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top-visitor-list-title {
    font-size: 6.5420560748vw;
    margin-bottom: 2.3364485981vw;
  }
}
.top-visitor-list-yazirushi {
  display: block;
  width: 35px;
  margin: 0 auto;
}
.top-visitor-list-yazirushi:hover {
  opacity: 0.77;
}
@media (min-width: 768px) {
  .top-visitor-col {
    width: calc(50% - 28.5px);
    margin-right: 57px;
    margin-bottom: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-visitor-col {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .top-visitor-col {
    margin-bottom: 9.3457943925vw;
  }
}
.top-visitor-col:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(1) .top-visitor-item {
    padding-bottom: 10px;
  }
}
.top-visitor-col:nth-child(1) .top-visitor-list-icon {
  width: 45px;
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(1) .top-visitor-list-icon {
    width: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(1) .top-visitor-nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(1) .top-visitor-nav li {
    width: calc(50% - 13px);
    margin-right: 26px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-visitor-col:nth-child(1) .top-visitor-nav li {
    width: 100%;
    margin-right: 0;
  }
}
.top-visitor-col:nth-child(1) .top-visitor-nav li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(2) .top-visitor-item {
    height: 100%;
  }
}
.top-visitor-col:nth-child(2) .top-visitor-list-icon {
  width: 39px;
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(2) .top-visitor-list-icon {
    width: 9.1121495327vw;
  }
}
.top-visitor-col:nth-child(2) .top-visitor-nav li:last-child {
  margin-bottom: 0;
}
.top-visitor-col:nth-child(3) .top-visitor-list-label {
  margin-bottom: 0;
}
.top-visitor-col:nth-child(3) .top-visitor-list-icon {
  width: 48px;
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(3) .top-visitor-list-icon {
    width: 11.214953271vw;
  }
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(3) .top-visitor-list-title {
    font-size: 4.6728971963vw;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item {
    display: flex;
    margin-bottom: 36px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(4) .top-visitor-item {
    margin-bottom: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-img {
    width: 56.7765567766%;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-bg {
    width: 43.4065934066%;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-label {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-label {
    margin-bottom: 0;
  }
}
.top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-title {
  font-size: 18px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(4) .top-visitor-item .top-visitor-list-title {
    font-size: 4.6728971963vw;
  }
}
.top-visitor-col:nth-child(4) .top-visitor-item:nth-child(1) .top-visitor-list-icon {
  width: 32px;
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(4) .top-visitor-item:nth-child(1) .top-visitor-list-icon {
    width: 7.476635514vw;
  }
}
@media (min-width: 768px) {
  .top-visitor-col:nth-child(4) .top-visitor-item:nth-child(2) {
    margin-bottom: 0;
  }
}
.top-visitor-col:nth-child(4) .top-visitor-item:nth-child(2) .top-visitor-list-icon {
  width: 30px;
}
@media (max-width: 767px) {
  .top-visitor-col:nth-child(4) .top-visitor-item:nth-child(2) .top-visitor-list-icon {
    width: 7.0093457944vw;
  }
}
.top-visitor-item {
  background: #fff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .top-visitor-item {
    padding-bottom: 7.0093457944vw;
  }
}
.top-visitor-nav li {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .top-visitor-nav li {
    margin-bottom: 3.5046728972vw;
  }
}
@media (max-width: 767px) {
  .top-visitor-nav li:last-child {
    margin-bottom: 0;
  }
}
.top-visitor-nav li a {
  font-weight: 500;
  display: block;
  padding: 13px 30px 13px 15px;
  position: relative;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-visitor-nav li a {
    font-size: 4.6728971963vw;
    padding: 3.0373831776vw 7.0093457944vw 3.0373831776vw 4.6728971963vw;
    line-height: 1.75;
  }
}
.top-visitor-nav li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink02.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-visitor-nav li a::after {
    width: 1.4018691589vw;
    height: 2.8037383178vw;
    right: 4.6728971963vw;
  }
}

/*top-about
---------------------*/
.top-about {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    margin-bottom: 23.3644859813vw;
  }
}
.top-about:after {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-2.png) no-repeat center center/cover;
  width: 100vw;
  height: 42vw;
  top: 0.3333333333vw;
  left: 0;
  z-index: -1;
}
.top-about .inner {
  max-width: 1270px;
}
.top-about-title {
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about-title {
    text-align: center;
    margin-bottom: 14.0186915888vw;
  }
}
.top-about-title span {
  position: relative;
  z-index: 2;
}
.top-about-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/dot.svg) no-repeat center center/contain;
  width: 330px;
  height: 330px;
  top: -125px;
  left: -149px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about-title::after {
    width: 63.0841121495vw;
    height: 63.0841121495vw;
    top: -9.3457943925vw;
    left: -7.0093457944vw;
  }
}
@media (max-width: 767px) {
  .top-about-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .top-about-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .top-about-inner {
    width: 50%;
  }
}
.top-about-txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-about-txt {
    font-size: 4.6728971963vw;
    margin-bottom: 7.0093457944vw;
  }
}
.top-about-img {
  position: relative;
}
@media (min-width: 768px) {
  .top-about-img {
    margin-top: 90px;
    width: 45.3543307087%;
  }
}
.top-about-img img {
  position: relative;
  z-index: 2;
  height: auto;
}
@media (min-width: 768px) {
  .top-about-img::before {
    position: absolute;
    content: "";
    background: transparent url(../img/dot.svg) no-repeat center center/contain;
    width: 330px;
    height: 330px;
    top: -209px;
    right: -115px;
    z-index: 1;
  }
}

/*top-reason
---------------------*/
.top-reason {
  position: relative;
}
.top-reason:before {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-4.png) no-repeat center center/cover;
  width: 100vw;
  height: 46.8vw;
  top: 0.3333333333vw;
  left: 0;
  z-index: -1;
}
.top-reason:after {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-5.png) no-repeat center center/cover;
  width: 100vw;
  height: 46.8vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-reason .inner {
  max-width: 1210px;
}
.top-reason-title {
  color: #1CABBE;
  text-align: center;
  font-weight: 500;
  font-size: 31px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-reason-title {
    font-size: 7.2429906542vw;
    margin-bottom: 7.0093457944vw;
  }
}
.top-reason-title span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .top-reason-title span {
    font-size: 9.3457943925vw;
  }
}
.top-reason-list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .top-reason-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .top-reason-list {
    margin-bottom: 14.0186915888vw;
  }
}
.top-reason-list li {
  background: #fff;
  box-shadow: 8px 12px 20px rgba(64, 64, 64, 0.1);
  padding: 30px 40px;
}
@media (min-width: 768px) {
  .top-reason-list li {
    width: calc(33.33333% - 26.6666666667px);
    margin-right: 40px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-reason-list li {
    width: calc(33.33333% - 20px);
    margin-right: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .top-reason-list li {
    margin-bottom: 7.0093457944vw;
    padding: 7.0093457944vw 8.1775700935vw;
  }
}
.top-reason-list li:nth-child(3n) {
  margin-right: 0;
}
.top-reason-list-title {
  font-size: 20px;
  font-weight: 500;
  color: #1CABBE;
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 31px;
  position: relative;
}
@media (max-width: 767px) {
  .top-reason-list-title {
    font-size: 4.6728971963vw;
    margin-bottom: 2.3364485981vw;
    padding-left: 7.0093457944vw;
  }
}
.top-reason-list-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .top-reason-list-title::before {
    top: 1.1682242991vw;
  }
}
.top-reason-list-txt {
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .top-reason-list-txt {
    font-size: 4.2056074766vw;
    margin-bottom: 7.0093457944vw;
  }
}
.top-reason-list-img img {
  width: 100%;
  height: auto;
}
.top-reason-btn {
  margin: 0 auto 90px;
}
@media (max-width: 767px) {
  .top-reason-btn {
    margin-bottom: 21.0280373832vw;
  }
}
.top-reason-en {
  font-size: 8.2666666667vw;
  letter-spacing: 0;
  color: rgba(0, 107, 182, 0.2);
  margin-bottom: 0;
  text-align: right;
  line-height: 1.3;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 1450px) {
  .top-reason-en {
    font-size: 132px;
    margin-right: -34px;
  }
}
@media (max-width: 767px) {
  .top-reason-en {
    font-size: 14.953271028vw;
    margin-left: -4.6728971963vw;
  }
}

/* bg01
----------------------*/
.bg01 {
  background: #EBF2F7;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .bg01 {
    padding-bottom: 23.3644859813vw;
  }
}

/*top-info
---------------------*/
.top-info {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .top-info {
    margin-bottom: 23.3644859813vw;
  }
}
.top-info-img img {
  width: 100%;
  height: auto;
}
.top-info .inner {
  max-width: 1020px;
}
.top-info-bg {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: -20vw;
  padding: 60px 30px 83px;
}
@media (max-width: 767px) {
  .top-info-bg {
    margin-top: -12.8504672897vw;
    padding: 11.6822429907vw 7.0093457944vw;
  }
}
.top-info-inner {
  max-width: 770px;
  margin: 0 auto;
}
.top-info-name {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-info-name {
    font-size: 3.2710280374vw;
    margin-bottom: 7.0093457944vw;
  }
}
.top-info-name span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info-name span {
    font-size: 7.0093457944vw;
  }
}
.top-info-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-info-txt {
    font-size: 3.738317757vw;
    line-height: 1.75;
    margin-bottom: 7.0093457944vw;
  }
}
.top-info-tel {
  background: #E68681;
  color: #fff;
  margin-bottom: 60px;
  padding: 16px;
}
@media (min-width: 768px) {
  .top-info-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .top-info-tel {
    display: block;
    text-align: center;
    margin-bottom: 9.3457943925vw;
    padding: 4.0887850467vw 3.5046728972vw;
  }
}
.top-info-tel-txt {
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .top-info-tel-txt {
    margin-right: 53px;
  }
}
@media (max-width: 767px) {
  .top-info-tel-txt {
    font-size: 4.2056074766vw;
  }
}
@media (min-width: 768px) {
  .top-info-tel-txt:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 86px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
  }
}
.top-info-tel-number {
  display: flex;
  align-items: center;
  font-size: 43px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info-tel-number {
    font-size: 8.6448598131vw;
    letter-spacing: 0;
    justify-content: center;
    line-height: 1.5;
  }
}
.top-info-tel-number img {
  width: 22px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .top-info-tel-number img {
    width: 4.4392523364vw;
    top: 0.7009345794vw;
    margin-right: 2.1028037383vw;
  }
}
.top-info-time {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .top-info-time {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 15.1869158879vw;
  }
}
.top-info-time-head {
  background: #1893EA;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-info-time-head {
    display: flex;
  }
}
@media (max-width: 767px) {
  .top-info-time-head {
    font-size: 4.2056074766vw;
  }
}
.top-info-time-bottom {
  border-bottom: 1px solid #939393;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .top-info-time-bottom {
    display: flex;
  }
}
@media (max-width: 767px) {
  .top-info-time-bottom {
    font-size: 4.6728971963vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-info-time-bottom .top-info-time-title {
    padding: 0.7009345794vw;
  }
}
@media (max-width: 767px) {
  .top-info-time-bottom .top-info-time-df {
    padding: 1.1682242991vw 0;
    border-top: 1px dashed #1A1A1A;
  }
}
@media (max-width: 767px) {
  .top-info-time-bottom .top-info-time-df div {
    line-height: 1.8;
    border-right: 1px dashed #1A1A1A;
  }
}
.top-info-time-bottom .top-info-time-df div:last-child {
  text-align: left;
}
@media (min-width: 768px) {
  .top-info-time-bottom .top-info-time-df div:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .top-info-time-bottom .top-info-time-df div:last-child {
    padding-left: 2.2196261682vw;
    border-right: none;
  }
}
.top-info-time-title {
  padding: 1.5px 15px 1.5px 38px;
}
@media (min-width: 768px) {
  .top-info-time-title {
    width: 33.8101430429%;
  }
}
@media (max-width: 767px) {
  .top-info-time-title {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0.1168224299vw 3.5046728972vw;
  }
}
.top-info-time-df {
  display: flex;
}
@media (min-width: 768px) {
  .top-info-time-df {
    width: 66.1898569571%;
  }
}
.top-info-time-df div {
  width: 13.163064833%;
  text-align: center;
  border-left: 2px solid #fff;
}
@media (max-width: 767px) {
  .top-info-time-df div {
    width: 13.3870967742%;
    border-left: 1px solid #fff;
    padding: 0.2336448598vw;
  }
}
@media (max-width: 767px) {
  .top-info-time-df div:first-child {
    border-left: none;
  }
}
.top-info-time-df div:last-child {
  width: 21.021611002%;
}
.top-info-title {
  color: #006BB6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 37px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .top-info-title {
    font-size: 4.6728971963vw;
    padding-left: 8.6448598131vw;
    margin-bottom: 3.5046728972vw;
  }
}
.top-info-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/time_blue.svg) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  top: 9px;
  left: 0;
}
@media (max-width: 767px) {
  .top-info-title::before {
    width: 5.3738317757vw;
    height: 5.3738317757vw;
    top: 2.1028037383vw;
  }
}
.top-info-title span {
  font-size: 16px;
  color: #fff;
  background: #FF4343;
  border-radius: 5px;
  margin-left: 30px;
  padding: 4.5px 27.5px;
}
@media (max-width: 767px) {
  .top-info-title span {
    color: #C71212;
    background: transparent;
    border: 1px solid #C71212;
    margin-left: 0;
    font-size: 3.738317757vw;
    font-weight: bold;
    display: block;
    margin-top: 2.3364485981vw;
    margin-left: -8.6448598131vw;
    text-align: center;
    padding: 0.8177570093vw 3.5046728972vw;
    line-height: 1.5;
  }
}
.top-info-table {
  margin-bottom: 50px;
}
.top-info-sankaku {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .top-info-sankaku {
    font-size: 3.2710280374vw;
  }
}
.top-info-access {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top-info-access {
    margin-bottom: 14.0186915888vw;
  }
}
.top-info-access .top-info-title::before {
  background: transparent url(../img/pin.svg) no-repeat center center/contain;
  width: 22px;
  height: 27px;
}
@media (max-width: 767px) {
  .top-info-access .top-info-title::before {
    width: 5.1401869159vw;
    height: 6.308411215vw;
  }
}
@media (min-width: 768px) {
  .top-info-access-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .top-info-access-map {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .top-info-access-map {
    margin-bottom: 4.6728971963vw;
  }
}
.top-info-access-map .gmap {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 76.1904761905%;
}
.top-info-access-map .gmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}
@media (min-width: 768px) {
  .top-info-access-inner {
    width: 34.6753246753%;
  }
}
.top-info-access-address {
  line-height: 1.7777777778;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-info-access-address {
    font-size: 4.2056074766vw;
    margin-bottom: 3.5046728972vw;
  }
}
.top-info-access-tel {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.top-info-access-tel img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .top-info-access-tel img {
    width: 4.2056074766vw;
    margin-right: 1.8691588785vw;
    top: 0.7009345794vw;
  }
}
.top-info-access-tel span {
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info-access-tel span {
    font-size: 7.9439252336vw;
  }
}
.top-info-access-caution {
  line-height: 2;
  color: #C71212;
  border: 1px solid #C71212;
  border-radius: 5px;
  padding: 15px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .top-info-access-caution {
    font-size: 3.738317757vw;
    padding: 3.0373831776vw;
  }
}
.top-info-btn {
  margin: 0 auto;
}

/*top-faq
---------------------*/
.top-faq .inner {
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .top-faq .inner {
    padding: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-faq .inner {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .top-faq-img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .top-faq-img {
    width: 85.9813084112vw;
    margin-left: -30px;
  }
}
.top-faq-img img {
  height: auto;
}
.top-faq-bg {
  background: #fff;
  border-radius: 10px 0 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .top-faq-bg {
    width: 62.6%;
    margin-left: auto;
    margin-top: -26.6666666667vw;
    padding: 0 30px 55px 70px;
  }
}
@media (max-width: 1024px) {
  .top-faq-bg {
    width: 100%;
    border-radius: 10px;
    margin-top: -7.0093457944vw;
    padding: 0 30px 50px;
  }
}
@media (max-width: 767px) {
  .top-faq-bg {
    padding: 0 7.0093457944vw 11.6822429907vw;
  }
}
.top-faq-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-faq-title {
    margin-right: -4.6728971963vw;
    margin-bottom: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .top-faq-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 754px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-faq-nav {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .top-faq-nav li {
    width: calc(50% - 17px);
    margin-right: 34px;
    margin-bottom: 20px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-faq-nav li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-faq-nav li {
    margin-bottom: 3.5046728972vw;
  }
}
.top-faq-nav li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .top-faq-nav li:last-child {
    margin-bottom: 0;
  }
}
.top-faq-nav li a {
  display: flex;
  align-items: center;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  background: #fff;
  padding: 30px 30px 30px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .top-faq-nav li a {
    font-size: 4.2056074766vw;
    padding: 5.6074766355vw 7.0093457944vw 5.6074766355vw 3.9719626168vw;
  }
}
.top-faq-nav li a:hover {
  border-color: #E68681;
  background: #FFF9F8;
}
.top-faq-nav li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink02.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-faq-nav li a::after {
    width: 1.4018691589vw;
    height: 2.8037383178vw;
    right: 4.6728971963vw;
  }
}
.top-faq-nav li a img {
  width: 35px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .top-faq-nav li a img {
    width: 7.0093457944vw;
    margin-right: 3.5046728972vw;
  }
}
.top-faq-nav li a span {
  font-weight: 500;
}

/* group
----------------*/
.group {
  position: relative;
  margin-top: 120px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .group {
    margin-top: 35.046728972vw;
    margin-bottom: 16.3551401869vw;
  }
}
.group .inner {
  max-width: 1090px;
}
.group-en {
  font-size: 132px;
  letter-spacing: 0;
  color: rgba(0, 107, 182, 0.2);
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  right: -25px;
  top: -85px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .group-en {
    font-size: 84px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .group-en {
    font-size: 16.3551401869vw;
    right: -3.5046728972vw;
  }
}
.group-title {
  position: relative;
  margin-bottom: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .group-title {
    margin-bottom: 9.3457943925vw;
  }
}
.group-title span {
  font-size: 20px;
  font-weight: 500;
  padding-left: 110px;
  position: relative;
}
@media (max-width: 1024px) {
  .group-title span {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .group-title span {
    font-size: 4.2056074766vw;
    padding-left: 6.8925233645vw;
  }
}
.group-title span::before {
  position: absolute;
  content: "";
  width: 96px;
  height: 1px;
  background: #707070;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:768px) and (max-width: 1024px) {
  .group-title span::before {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .group-title span::before {
    width: 5.1401869159vw;
  }
}
.group-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .group-list li {
    width: calc(25% - 22.5px);
    margin-right: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .group-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .group-list li {
    width: calc(50% - 2.219625vw);
    margin-right: 4.4392523364vw;
    margin-bottom: 7.0093457944vw;
  }
}
@media (max-width: 1024px) {
  .group-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.group-list li:nth-child(4n) {
  margin-right: 0;
}
.group-list li a {
  display: block;
}
.group-list-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .group-list-img {
    margin-bottom: 2.3364485981vw;
  }
}
.group-list-img::before {
  content: "";
  display: block;
  padding-top: 53.6%;
}
@media (max-width: 767px) {
  .group-list-img::before {
    padding-top: 53.7142857143%;
  }
}
.group-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.group-list-name {
  font-size: 16px;
  line-height: 1.75;
  padding-right: 21px;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .group-list-name {
    font-feature-settings: "palt";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .group-list-name {
    font-size: 3.2710280374vw;
    line-height: 1.5714285714;
    padding-right: 6.0747663551vw;
  }
}
.group-list-name::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  right: 0;
}
@media (min-width: 768px) {
  .group-list-name::after {
    top: 9px;
  }
}
@media (max-width: 767px) {
  .group-list-name::after {
    width: 2.5700934579vw;
    height: 2.5700934579vw;
    top: 1.1682242991vw;
  }
}

/* submenu
----------------------*/
.submenu {
  margin-bottom: 160px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .submenu {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .submenu {
    margin-bottom: 23.3644859813vw;
  }
}
.submenu .inner {
  max-width: 1085px;
}
@media (min-width: 768px) {
  .submenu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.submenu ul li {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .submenu ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
}
@media (min-width: 1104px) {
  .submenu ul li {
    width: calc(25% - 26.25px);
    margin-right: 35px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .submenu ul li {
    width: calc(33.333% - 16.6666666667px);
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .submenu ul li {
    margin-bottom: 3.5046728972vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .submenu ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.submenu ul li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .submenu ul li:nth-child(4n) {
    margin-right: 25px;
  }
}
.submenu ul li a {
  display: block;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  background: #fff;
  padding: 8px 40px 8px 27px;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .submenu ul li a {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .submenu ul li a {
    font-size: 4.2056074766vw;
    padding: 1.8691588785vw 9.3457943925vw 1.8691588785vw 6.308411215vw;
    line-height: 1.4;
  }
}
.submenu ul li a:hover {
  border-color: #E68681;
  background: #FFF9F8;
}
.submenu ul li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_down_pink.svg) no-repeat center center/contain;
  width: 19px;
  height: 19px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .submenu ul li a::after {
    width: 4.4392523364vw;
    height: 4.4392523364vw;
    right: 3.5046728972vw;
  }
}

/* department
---------------------*/
.department {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .department {
    margin-bottom: 23.3644859813vw;
  }
}
.department .inner {
  max-width: 1200px;
}
.department-content {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .department-content {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 14.0186915888vw;
  }
}
.department-content-inner {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 60px 30px;
}
@media (min-width: 1450px) {
  .department-content-inner {
    padding: 60px 75px;
  }
}
@media (max-width: 767px) {
  .department-content-inner {
    padding: 7.0093457944vw 4.6728971963vw;
  }
}
.department-head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .department-head {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .department-head {
    display: block;
  }
}
@media (max-width: 767px) {
  .department-head {
    margin-bottom: 3.5046728972vw;
  }
}
.department-name-wrapper {
  background: #2BBCD0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .department-name-wrapper {
    width: 37.4285714286%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .department-name-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .department-name-wrapper {
    margin-bottom: 3.5046728972vw;
  }
}
.department-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .department-name {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .department-name {
    font-size: 5.6074766355vw;
    margin: 7.0093457944vw auto;
  }
}
.department-name-label {
  position: absolute;
  background: #F0FAE4;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .department-name-label {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .department-name-label {
    width: 14.0186915888vw;
    height: 14.0186915888vw;
    top: -7.0093457944vw;
  }
}
.department-name-label span {
  position: absolute;
  font-size: 16px;
  color: #1CABBE;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .department-name-label span {
    font-size: 18px;
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .department-name-label span {
    font-size: 3.738317757vw;
    bottom: 0.4672897196vw;
  }
}
.department-name-en {
  position: absolute;
  font-size: 3.6vw;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 1450px) {
  .department-name-en {
    font-size: 54px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .department-name-en {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .department-name-en {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .department-img {
    width: 59.8095238095%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .department-img {
    width: 100%;
  }
}
.department-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.department-subtitle01 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #006BB6;
  text-align: center;
  border-top: 1px solid #006BB6;
  border-bottom: 1px solid #006BB6;
  padding: 7px 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .department-subtitle01 {
    font-size: 4.6728971963vw;
    padding: 1.1682242991vw 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.department-subtitle02 {
  font-size: 24px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 34px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .department-subtitle02 {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.department-subtitle02::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 0;
}
@media (max-width: 767px) {
  .department-subtitle02::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.department-list {
  max-width: 726px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .department-list {
    margin-bottom: 7.0093457944vw;
  }
}
.department-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .department-list li {
    line-height: 1.75;
  }
}
.department-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia_pink.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 0;
}
@media (max-width: 767px) {
  .department-list li::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 1.8691588785vw;
  }
}
.department-box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .department-box {
    padding: 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.department-box:last-child {
  margin-bottom: 0;
}
.department-pink {
  font-size: 24px;
  font-weight: bold;
  color: #E68681;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .department-pink {
    font-size: 4.6728971963vw;
  }
}
.department-blue {
  font-size: 20px;
  font-weight: 500;
  color: #006BB6;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .department-blue {
    font-size: 4.2056074766vw;
  }
}
.department-caution {
  font-size: 14px;
  text-align: center;
  line-height: 1.7857142857;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .department-caution {
    text-align: left;
    font-size: 3.2710280374vw;
  }
}
.department-txt {
  line-height: 2.0555555556;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .department-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.department-txt span {
  color: #FF4343;
}

@media (min-width: 768px) {
  .fever-flow {
    display: flex;
    flex-wrap: wrap;
  }
}
.fever-flow li {
  position: relative;
}
@media (min-width: 768px) {
  .fever-flow li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .fever-flow li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fever-flow li {
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .fever-flow li:nth-child(2n) {
    margin-right: 0;
  }
}
.fever-flow li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .fever-flow li:last-child {
    margin-bottom: 0;
  }
}
.fever-flow li:last-child::after {
  display: none;
}
.fever-flow li::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_pink02.svg) no-repeat center center/contain;
  width: 9px;
  height: 18px;
  top: 20px;
  right: -20px;
}
@media (max-width: 767px) {
  .fever-flow li::after {
    width: 2.8037383178vw;
    height: 5.6074766355vw;
    top: auto;
    bottom: -9.3457943925vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    right: auto;
  }
}
.fever-flow-label {
  font-size: 18px;
  font-weight: 500;
  background: #E68681;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 7px 5px;
  margin-bottom: 10px;
}
@media (min-width: 1450px) {
  .fever-flow-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fever-flow-label {
    font-size: 4.2056074766vw;
    padding: 1.1682242991vw;
  }
}
.fever-flow-txt {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fever-flow-txt {
    font-size: 3.738317757vw;
  }
}
.fever-flow-caution {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 0;
}
.fever-flow-tel {
  display: block;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .fever-flow-tel {
    font-size: 3.2710280374vw;
    text-align: center;
  }
}
.fever-flow-tel span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #E68681;
  letter-spacing: 0.01em;
}
@media (min-width: 1450px) {
  .fever-flow-tel span {
    font-size: 29px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .fever-flow-tel span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fever-flow-tel span {
    font-size: 5.6074766355vw;
  }
}

@media (min-width: 768px) {
  .checkup-list {
    display: flex;
    justify-content: space-between;
  }
}
.checkup-list li {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(64, 64, 64, 0.1);
  padding: 30px 33px;
}
@media (min-width: 768px) {
  .checkup-list li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .checkup-list li {
    width: calc(33.333% - 10px);
    margin-right: 15px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .checkup-list li {
    margin-bottom: 3.5046728972vw;
    padding: 3.5046728972vw;
  }
}
.checkup-list li:nth-child(3n) {
  margin-right: 0;
}
.checkup-list-title {
  color: #1CABBE;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .checkup-list-title {
    font-size: 4.2056074766vw;
  }
}
.checkup-list-txt {
  margin-bottom: 0;
  line-height: 1.7777777778;
}

.counseling {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px 40px;
}
@media (max-width: 767px) {
  .counseling {
    padding: 3.5046728972vw;
  }
}
.counseling-list li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .counseling-list li {
    margin-bottom: 3.5046728972vw;
  }
}
.counseling-list li:last-child {
  margin-bottom: 0;
}
.counseling-list-title {
  background: #E68681;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 7px 34px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .counseling-list-title {
    padding: 2.3364485981vw 3.5046728972vw 2.3364485981vw 4.6728971963vw;
    font-size: 4.2056074766vw;
    line-height: 1.75;
    display: flex;
    align-items: center;
  }
}
.counseling-list-title .number {
  margin-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .counseling-list-title .number {
    margin-right: 7.0093457944vw;
  }
}
.counseling-list-title .number::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 35px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
}
@media (max-width: 767px) {
  .counseling-list-title .number::after {
    height: 7.0093457944vw;
    right: -3.5046728972vw;
  }
}

@media (max-width: 767px) {
  .health-table {
    overflow-x: auto;
  }
}
.health-table table {
  width: 100%;
  border-spacing: 5px;
}
@media (max-width: 767px) {
  .health-table table {
    width: 600px;
  }
}
.health-table table tr th,
.health-table table tr td {
  vertical-align: middle;
}
.health-table table tr th:nth-child(1), .health-table table tr th:nth-child(2),
.health-table table tr td:nth-child(1),
.health-table table tr td:nth-child(2) {
  white-space: nowrap;
}
.health-table table tr th {
  background: #E68681;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 11px 5px;
}
@media (max-width: 767px) {
  .health-table table tr th {
    font-size: 3.2710280374vw;
    padding: 1.1682242991vw;
  }
}
.health-table table tr td {
  line-height: 1.6666666667;
  background: #fff;
  text-align: center;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .health-table table tr td {
    font-size: 3.738317757vw;
    padding: 1.1682242991vw 2.3364485981vw;
  }
}
.health-table table tr td:nth-child(3) {
  text-align: left;
}

/* device
----------------------*/
.device {
  background: #EBF2F7;
  padding: 160px 0;
  margin-bottom: 160px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .device {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .device {
    padding: 23.3644859813vw 0;
    margin-bottom: 23.3644859813vw;
  }
}
.device .inner {
  max-width: 1200px;
}
.device-title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .device-title {
    margin-bottom: 10.5140186916vw;
  }
}
.device-txt {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .device-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.device-list li {
  background: #fff;
  box-shadow: 8px 12px 20px rgba(64, 64, 64, 0.1);
}
@media (min-width: 768px) {
  .device-list li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .device-list li {
    width: calc(50% - 22.5px);
    margin-right: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .device-list li {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .device-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.device-list li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .device-list li:nth-child(3n) {
    margin-right: 45px;
  }
}
.device-list-img img {
  width: 100%;
  height: auto;
}
.device-list-inner {
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .device-list-inner {
    padding: 4.6728971963vw;
  }
}
.device-list-name {
  font-size: 20px;
  font-weight: 500;
  color: #1CABBE;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .device-list-name {
    font-size: 4.2056074766vw;
  }
}
.device-list-txt {
  line-height: 1.7777777778;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .device-list-txt {
    margin-bottom: 3.5046728972vw;
  }
}
.device-object {
  border-top: 1px solid #D5D5D5;
  padding-top: 10px;
}
.device-object-title {
  font-size: 14px;
  color: #1CABBE;
}
@media (max-width: 767px) {
  .device-object-title {
    font-size: 3.2710280374vw;
  }
}
.device-object-list li {
  width: 100%;
  margin-right: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .device-object-list li {
    font-size: 3.738317757vw;
  }
}

/* service-doctor
-----------------------*/
.service-doctor {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .service-doctor {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.service-doctor-title {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .service-doctor-title {
    margin-bottom: 10.5140186916vw;
  }
}
.service-doctor-subtitle {
  background: #1893EA;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 6px 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .service-doctor-subtitle {
    font-size: 4.2056074766vw;
    padding: 1.1682242991vw 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.service-doctor-table {
  margin: 0 -5px 30px;
}
@media (max-width: 767px) {
  .service-doctor-table {
    margin-bottom: 3.5046728972vw;
    overflow-x: auto;
  }
}
.service-doctor-table table {
  width: 100%;
  border-spacing: 5px;
}
@media (max-width: 767px) {
  .service-doctor-table table {
    width: 600px;
  }
}
.service-doctor-table table tr td,
.service-doctor-table table tr th {
  text-align: center;
  vertical-align: middle;
}
.service-doctor-table table tr th {
  background: #1893EA;
  color: #fff;
  font-weight: bold;
  padding: 9px 5px;
}
@media (max-width: 767px) {
  .service-doctor-table table tr th {
    padding: 2.1028037383vw 1.1682242991vw;
  }
}
.service-doctor-table table tr th:nth-child(1) {
  width: 11.0476190476%;
}
.service-doctor-table table tr th:nth-child(2), .service-doctor-table table tr th:nth-child(3), .service-doctor-table table tr th:nth-child(4), .service-doctor-table table tr th:nth-child(5), .service-doctor-table table tr th:nth-child(6), .service-doctor-table table tr th:nth-child(7) {
  width: 14.2857142857%;
}
.service-doctor-table table tr td {
  background: #EBF2F7;
  line-height: 1.6666666667;
  padding: 16.5px 5px;
}
@media (max-width: 767px) {
  .service-doctor-table table tr td {
    padding: 3.8551401869vw 1.1682242991vw;
  }
}
.service-doctor-btn {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .service-doctor-btn {
    margin-top: 7.0093457944vw;
  }
}

/* greeting
--------------------*/
.greeting {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .greeting {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.greeting .inner {
  max-width: 1200px;
}
.greeting-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .greeting-title {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .greeting-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .greeting-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .greeting-img {
    width: 50%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .greeting-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .greeting-img {
    margin-bottom: 3.5046728972vw;
  }
}
.greeting-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .greeting-inner {
    width: 45.3333333333%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .greeting-inner {
    width: 100%;
  }
}
.greeting-inner span {
  display: block;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .greeting-inner span {
    margin-top: 3.5046728972vw;
  }
}

/* philosophy
----------------------*/
.philosophy {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .philosophy {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.philosophy-inner {
  padding-top: 6.6666666667vw;
  background: transparent url(../img/bg-blue-6.png) no-repeat center center/cover;
}
.philosophy-title {
  margin-bottom: 6.6666666667vw;
}
@media (max-width: 767px) {
  .philosophy-title {
    margin-bottom: 10.5140186916vw;
  }
}
.philosophy-txt {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.9;
  color: #006BB6;
  margin-bottom: 8vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .philosophy-txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .philosophy-txt {
    font-size: 4.2056074766vw;
  }
}
.philosophy-en {
  font-size: 7vw;
  letter-spacing: -0.01em;
  color: rgba(0, 107, 182, 0.2);
  white-space: nowrap;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .philosophy-en {
    font-size: 8.8785046729vw;
  }
}

/* feature
----------------------*/
.feature {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .feature {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.feature-title {
  margin-bottom: 6.6666666667vw;
}
@media (max-width: 767px) {
  .feature-title {
    margin-bottom: 10.5140186916vw;
  }
}
.feature-list li {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #F4CAC8;
}
@media (min-width: 768px) {
  .feature-list li {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .feature-list li {
    padding-bottom: 7.0093457944vw;
    margin-bottom: 7.0093457944vw;
  }
}
.feature-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .feature-list-inner {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .feature-list-inner {
    margin-bottom: 7.0093457944vw;
  }
}
@media (max-width: 767px) {
  .feature-list-btn {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .feature-list-img {
    width: 46.6666666667%;
  }
}
.feature-list-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .feature-list-img img {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .feature-list-img img {
    margin-bottom: 15px;
  }
}
.feature-list-title {
  color: #E68681;
  font-size: 26px;
  line-height: 1.4230769231;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-list-title {
    font-size: 4.6728971963vw;
    margin-bottom: 2.3364485981vw;
  }
}
.feature-list-title .number {
  font-size: 65px;
  letter-spacing: 0;
  font-style: italic;
  color: #F4CBC9;
  margin-right: 9px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .feature-list-title .number {
    font-size: 14.4859813084vw;
    margin-right: 1.1682242991vw;
    top: -2.3364485981vw;
  }
}
.feature-list-txt {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .feature-list-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.feature .description {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .description {
    padding: 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.feature .description-title {
  font-weight: bold;
  color: #1CABBE;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .feature .description-title {
    padding-left: 4.6728971963vw;
  }
}
.feature .description-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia_blue.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 0;
}
@media (max-width: 767px) {
  .feature .description-title::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 2.8037383178vw;
  }
}
.feature .description-txt {
  margin-left: 20px;
  line-height: 1.7777777778;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature .description-txt {
    margin-left: 4.6728971963vw;
    margin-bottom: 4.6728971963vw;
  }
}
.feature .description-txt:last-child {
  margin-bottom: 0;
}

/* bg02
---------------------*/
.bg02 {
  background: #EBF2F7;
  padding: 160px 0 170px;
}
@media (max-width: 767px) {
  .bg02 {
    padding: 23.3644859813vw 0;
  }
}

/* overview
--------------------*/
.overview {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .overview {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.overview-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .overview-title {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .overview-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .overview-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .overview-img {
    margin-bottom: 7.0093457944vw;
  }
}
.overview-img img {
  width: 100%;
  height: auto;
}
.overview-img div {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.overview-img div img {
  width: calc(50% - 5px);
  margin-right: 10px;
  height: auto;
}
.overview-img div img:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .overview-inner {
    padding-top: 25px;
    width: 44.5833333333%;
  }
}
.overview-table table tr td {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .overview-table table tr td {
    padding-bottom: 2.3364485981vw;
  }
}
.overview-table table tr td:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #006BB6;
  text-align: center;
  white-space: nowrap;
  width: 15%;
}
.overview-table table tr td:nth-child(2) {
  line-height: 1.6666666667;
  width: 85%;
  padding-left: 10px;
}

/* floor
----------------------*/
.floor {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .floor {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.floor-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .floor-title {
    margin-bottom: 10.5140186916vw;
  }
}
.floor-bg {
  background: #fff;
  border-radius: 10px;
  padding: 100px 30px;
}
@media (max-width: 767px) {
  .floor-bg {
    padding: 11.6822429907vw 3.5046728972vw;
  }
}
.floor-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.floor-btn {
  margin: 0 auto 80px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .floor-btn {
    margin-bottom: 10.5140186916vw;
  }
}
.floor-list li {
  margin-bottom: 70px;
  text-align: center;
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .floor-list li {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 10.5140186916vw;
  }
}
.floor-list li:nth-child(1) img {
  max-width: 416px;
}
@media (max-width: 767px) {
  .floor-list li:nth-child(1) img {
    max-width: 70.0934579439vw;
  }
}
.floor-list li:nth-child(2) img {
  max-width: 405px;
}
@media (max-width: 767px) {
  .floor-list li:nth-child(2) img {
    max-width: 67.7570093458vw;
  }
}
.floor-list li:nth-child(3) img {
  max-width: 502px;
}
@media (max-width: 767px) {
  .floor-list li:nth-child(3) img {
    max-width: 81.7757009346vw;
  }
}
.floor-list li:nth-child(4) img {
  max-width: 530px;
}
@media (max-width: 767px) {
  .floor-list li:nth-child(4) img {
    max-width: 84.1121495327vw;
  }
}
.floor-list li img {
  width: 100%;
  height: auto;
}
.floor-list-img {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .floor-list-img {
    max-width: 93.4579439252vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.floor-list-number {
  font-weight: 500;
  line-height: 1;
  color: #1CABBE;
}
@media (min-width: 768px) {
  .floor-list-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .floor-list-number {
    font-size: 5.6074766355vw;
    margin-bottom: 3.5046728972vw;
  }
}
.floor-img {
  position: relative;
}
.floor .swiper-floor .swiper-slide {
  position: relative;
  display: block;
}
.floor .swiper-floor .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 74.2857142857%;
}
.floor .swiper-floor .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.floor .swiper-button {
  position: absolute;
  height: 39px;
  width: calc(100% + 39px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .floor .swiper-button {
    height: 9.1121495327vw;
    width: calc(100% + 9.1vw);
  }
}
.floor .swiper-button-prev, .floor .swiper-button-next {
  width: 39px;
  height: 39px;
  margin-top: 0;
  top: 0;
}
@media (max-width: 767px) {
  .floor .swiper-button-prev, .floor .swiper-button-next {
    width: 9.1121495327vw;
    height: 9.1121495327vw;
  }
}
.floor .swiper-button-prev:after, .floor .swiper-button-next:after {
  content: "";
  background: transparent url(../img/arrow_r_blue03.svg) no-repeat center center/contain;
  width: 39px;
  height: 39px;
}
@media (max-width: 767px) {
  .floor .swiper-button-prev:after, .floor .swiper-button-next:after {
    width: 9.1121495327vw;
    height: 9.1121495327vw;
  }
}
.floor .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.floor .swiper-button-next {
  right: 0;
}

.pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 509px;
  margin: 0 auto 100px;
  border: 1px solid #fff;
  border-left: 2px solid #006BB6;
  background: #fff;
  padding: 22.5px 40px;
  box-shadow: 3px 5px 10px rgba(64, 64, 64, 0.1);
}
@media (max-width: 767px) {
  .pdf {
    margin-bottom: 10.5140186916vw;
    padding: 3.5046728972vw 4.6728971963vw;
  }
}
.pdf:hover {
  border: 1px solid #006bb6;
  border-left: 2px solid #006BB6;
}
.pdf-inner {
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .pdf-inner {
    font-size: 3.2710280374vw;
  }
}
.pdf-inner span {
  display: block;
  font-size: 26px;
  color: #3652c1;
}
@media (max-width: 767px) {
  .pdf-inner span {
    font-size: 6.0747663551vw;
  }
}
.pdf-icon {
  width: 42px;
}
@media (max-width: 767px) {
  .pdf-icon {
    width: 9.8130841121vw;
  }
}

/* access
----------------------*/
.access {
  margin-bottom: 103px;
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .access {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 0;
  }
}
.access-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .access-title {
    margin-bottom: 10.5140186916vw;
  }
}
.access-bg {
  background: #fff;
  border-radius: 10px;
  padding: 100px 30px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .access-bg {
    padding: 11.6822429907vw 3.5046728972vw;
    margin-bottom: 11.6822429907vw;
  }
}
.access-bg-inner {
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .access-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .access-wrapper {
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .access-map {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .access-map {
    margin-bottom: 4.6728971963vw;
  }
}
.access-map .gmap {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 76.1904761905%;
}
.access-map .gmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}
@media (min-width: 768px) {
  .access-inner {
    width: 34.6753246753%;
  }
}
.access-address {
  line-height: 1.7777777778;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .access-address {
    font-size: 4.2056074766vw;
    margin-bottom: 3.5046728972vw;
  }
}
.access-tel {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.access-tel img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .access-tel img {
    width: 4.2056074766vw;
    margin-right: 1.8691588785vw;
    top: 0.7009345794vw;
  }
}
.access-tel span {
  font-size: 34px;
  font-weight: 500;
}
@media (min-width:768px) and (max-width: 1024px) {
  .access-tel span {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .access-tel span {
    font-size: 7.9439252336vw;
  }
}
.access-caution {
  line-height: 2;
  color: #C71212;
  border: 1px solid #C71212;
  border-radius: 5px;
  padding: 15px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .access-caution {
    font-size: 3.738317757vw;
    padding: 3.0373831776vw;
  }
}
.access-subtitle {
  color: #006BB6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .access-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 10.5140186916vw;
    margin-bottom: 4.6728971963vw;
  }
}
.access-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/car.svg) no-repeat center center/contain;
  width: 35px;
  height: 31px;
  top: 5px;
  left: 0;
}
@media (max-width: 767px) {
  .access-subtitle::before {
    width: 8.1775700935vw;
    height: 7.2429906542vw;
    top: 1.1682242991vw;
  }
}
.access .car {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .access .car {
    margin-bottom: 10.5140186916vw;
  }
}
.access .car .access-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .access .car .access-subtitle {
    margin-bottom: 3.5046728972vw;
  }
}
.access .car-time {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .access .car-time {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.access .parking-txt {
  font-size: 16px;
  color: #C71212;
  border: 1px solid #C71212;
  border-radius: 5px;
  padding: 17.5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .access .parking-txt {
    font-size: 3.738317757vw;
    padding: 2.3364485981vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.access .parking-img {
  max-width: 925px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .access .parking-img div {
    width: calc(50% - 17.5px);
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .access .parking-img div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.access .parking-img div:nth-child(2n) {
  margin-right: 0;
}
.access .parking-img div img {
  width: 100%;
  height: auto;
}
.access .public-title {
  color: #006BB6;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .access .public-title {
    margin-bottom: 3.5046728972vw;
    font-size: 4.6728971963vw;
  }
}
@media (min-width: 768px) {
  .access .public-df {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .access .public-df {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .access .public-df div {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .access .public-df div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .access .public-df div {
    margin-bottom: 7.0093457944vw;
  }
}
.access .public-df div:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}
.access .public .access-subtitle {
  margin-bottom: 10px;
}
.access .public .access-subtitle.train {
  padding-left: 37px;
}
@media (max-width: 767px) {
  .access .public .access-subtitle.train {
    padding-left: 8.6448598131vw;
  }
}
.access .public .access-subtitle.train:before {
  background-image: url(../img/train.svg);
  width: 27px;
  height: 35px;
}
@media (max-width: 767px) {
  .access .public .access-subtitle.train:before {
    width: 6.308411215vw;
    height: 8.1775700935vw;
  }
}
.access .public .access-subtitle.bus {
  padding-left: 42px;
}
@media (max-width: 767px) {
  .access .public .access-subtitle.bus {
    padding-left: 9.8130841121vw;
  }
}
.access .public .access-subtitle.bus:before {
  background-image: url(../img/bus.svg);
  width: 32px;
  height: 34px;
}
@media (max-width: 767px) {
  .access .public .access-subtitle.bus:before {
    width: 7.476635514vw;
    height: 7.9439252336vw;
  }
}
.access .public-txt {
  line-height: 1.7777777778;
  margin-bottom: 0;
}

/* doctor
--------------------*/
.doctor {
  margin-bottom: 160px;
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .doctor {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.doctor-img {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .doctor-img {
    margin-bottom: 10.5140186916vw;
  }
}
.doctor-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .doctor-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 46.7289719626vw;
  }
}
.doctor .inner {
  max-width: 1050px;
}
.doctor-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .doctor-title {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .doctor-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .doctor-list li {
    width: calc(33.3333% - 46.6666666667px);
    margin-right: 70px;
    margin-bottom: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .doctor-list li {
    width: calc(50% - 22.5px);
    margin-right: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .doctor-list li {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .doctor-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.doctor-list li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .doctor-list li:nth-child(3n) {
    margin-right: 45px;
  }
}
.doctor-list li:nth-child(6n) {
  margin-right: 0;
}
.doctor-list-img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .doctor-list-img {
    width: 70%;
    margin: 0 auto 10px;
  }
}
.doctor-list-img img {
  width: 100%;
  height: auto;
}
.doctor-list-position {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .doctor-list-position {
    font-size: 3.738317757vw;
    text-align: center;
  }
}
.doctor-list-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .doctor-list-name {
    font-size: 4.6728971963vw;
    text-align: center;
    margin-bottom: 3.5046728972vw;
  }
}
.doctor-list-career {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .doctor-list-career {
    text-align: center;
    margin-bottom: 3.5046728972vw;
  }
}
.doctor-list-table table {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  border-collapse: collapse;
}
.doctor-list-table table tr td {
  border-bottom: 1px solid #D8D8D8;
  font-size: 15px;
  padding: 2.5px 0;
}
@media (max-width: 767px) {
  .doctor-list-table table tr td {
    font-size: 3.5046728972vw;
    padding: 0.5841121495vw 0;
  }
}
.doctor-list-table table tr td:nth-child(1) {
  font-weight: 500;
  color: #1CABBE;
}

/* first
---------------------*/
.first {
  padding-top: 115px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .first {
    padding-top: 11.6822429907vw;
    padding-bottom: 23.3644859813vw;
  }
}
.first:after {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-7.png) no-repeat center center/cover;
  width: 100vw;
  height: 39.6666666667vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.first .inner {
  max-width: 1270px;
}
.first-title {
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .first-title {
    text-align: center;
    margin-bottom: 14.0186915888vw;
  }
}
.first-title span {
  position: relative;
  z-index: 2;
}
.first-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/dot.svg) no-repeat center center/contain;
  width: 330px;
  height: 330px;
  top: -125px;
  left: -149px;
  z-index: 1;
}
@media (max-width: 767px) {
  .first-title::after {
    width: 63.0841121495vw;
    height: 63.0841121495vw;
    top: -9.3457943925vw;
    left: -7.0093457944vw;
  }
}
@media (max-width: 767px) {
  .first-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .first-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .first-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .first-inner {
    width: 50%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .first-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.first-img {
  position: relative;
}
@media (min-width: 768px) {
  .first-img {
    width: 48%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .first-img {
    width: 100%;
  }
}
.first-img img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .first-img::before {
    position: absolute;
    content: "";
    background: transparent url(../img/dot.svg) no-repeat center center/contain;
    width: 330px;
    height: 330px;
    top: -209px;
    right: -115px;
    z-index: 1;
  }
}

/* pink-bg01
--------------------*/
.pink-bg01 {
  background: #FFF1F0;
  padding: 160px 0;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .pink-bg01 {
    padding: 23.3644859813vw 0;
    margin-bottom: 23.3644859813vw;
  }
}

/* dialysis
--------------------*/
.dialysis-head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .dialysis-head {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .dialysis-head {
    display: block;
  }
}
@media (max-width: 767px) {
  .dialysis-head {
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-name-wrapper {
  background: #E68681;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dialysis-name-wrapper {
    width: 35.25%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-name-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .dialysis-name-wrapper {
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-name {
    margin: 5px auto 40px;
  }
}
@media (max-width: 767px) {
  .dialysis-name {
    font-size: 5.6074766355vw;
    margin: 1.1682242991vw auto 7.0093457944vw;
  }
}
.dialysis-name-en {
  position: absolute;
  font-size: 3.6vw;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 1450px) {
  .dialysis-name-en {
    font-size: 54px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-name-en {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .dialysis-name-en {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .dialysis-img {
    width: 62.25%;
  }
}
@media (max-width: 1024px) {
  .dialysis-img {
    width: 100%;
  }
}
.dialysis-img img {
  width: 100%;
  height: auto;
}
.dialysis-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dialysis-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-bg {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .dialysis-bg {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-bg-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.dialysis-bg-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dialysis-bg-title {
    font-size: 5.6074766355vw;
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-bg-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .dialysis-bg-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-bg-caution {
  display: block;
  font-size: 14px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .dialysis-bg-caution {
    font-size: 3.2710280374vw;
    margin-top: 7.0093457944vw;
  }
}
.dialysis-bg-btn {
  margin: 0 auto;
}
.dialysis-table {
  max-width: 1050px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .dialysis-table {
    overflow-x: auto;
    margin: 10.5140186916vw auto;
  }
}
.dialysis-table table {
  width: 100%;
  border-spacing: 5px;
}
@media (max-width: 767px) {
  .dialysis-table table {
    width: 128.5046728972vw;
  }
}
.dialysis-table table th,
.dialysis-table table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.6666666667;
}
.dialysis-table table th {
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  padding: 12px 5px;
}
@media (max-width: 767px) {
  .dialysis-table table th {
    padding: 2.8037383178vw 1.1682242991vw;
  }
}
.dialysis-table table th:nth-child(1) {
  width: 22.8571428571%;
}
.dialysis-table table th:nth-child(2) {
  background: #2BBCD0;
  width: 38.0952380952%;
}
.dialysis-table table th:nth-child(3) {
  background: #1893EA;
  width: 38.0952380952%;
}
.dialysis-table table td {
  background: #fff;
  padding: 25px 5px;
}
@media (max-width: 767px) {
  .dialysis-table table td {
    padding: 5.8411214953vw 1.1682242991vw;
  }
}
.dialysis-table table td:nth-child(1) {
  background: #E68681;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .dialysis-table table td.dialysis-table02 {
    padding: 10px 5px;
  }
}
.dialysis-subtitle {
  text-align: center;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dialysis-subtitle {
    font-size: 5.6074766355vw;
    margin-bottom: 3.5046728972vw;
  }
}

/* peritoneum
--------------------*/
.peritoneum {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .peritoneum {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.peritoneum:before {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-4.png) no-repeat center center/cover;
  width: 100vw;
  height: 46.8vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.peritoneum-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .peritoneum-title {
    margin-bottom: 10.5140186916vw;
  }
}
.peritoneum-about {
  margin-bottom: 100px;
  border: 1px solid #006BB6;
  border-radius: 10px;
  background: #fff;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .peritoneum-about {
    margin-bottom: 10.5140186916vw;
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.peritoneum-about-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.peritoneum-about-list {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:768px) and (max-width: 1024px) {
  .peritoneum-about-list {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .peritoneum-about-list {
    margin: 0 auto 3.5046728972vw;
  }
}
.peritoneum-about-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .peritoneum-about-list li {
    width: calc(25% - 11.25px);
    margin-right: 15px;
    height: 250px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .peritoneum-about-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .peritoneum-about-list li {
    width: calc(50% - 3.5046728972vw);
    margin-right: 7.0093457944vw;
    height: 53.738317757vw;
  }
}
.peritoneum-about-list li:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
}
@media (max-width: 767px) {
  .peritoneum-about-list li:after {
    width: 53.738317757vw;
    height: 53.738317757vw;
  }
}
@media (max-width: 1024px) {
  .peritoneum-about-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.peritoneum-about-list li:nth-child(2n):after {
  background: transparent url(../img/circle_orange.png) no-repeat center center/cover;
}
.peritoneum-about-list li:nth-child(2n+1):after {
  background: transparent url(../img/circle_yellow.png) no-repeat center center/cover;
}
.peritoneum-about-list li:nth-child(4n) {
  margin-right: 0;
}
.peritoneum-about-list li span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #E3706A;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .peritoneum-about-list li span {
    font-size: 3.9719626168vw;
  }
}
.peritoneum-about-list li span span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .peritoneum-about-list li span span {
    font-size: 3.2710280374vw;
  }
}
.peritoneum-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .peritoneum-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.peritoneum-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .peritoneum-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.peritoneum-support {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .peritoneum-support {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .peritoneum-support-list {
    display: flex;
    justify-content: space-between;
    gap: 90px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .peritoneum-support-list {
    gap: 30px;
  }
}
.peritoneum-support-list li {
  background: #fff;
  box-shadow: 8px 12px 20px rgba(64, 64, 64, 0.1);
  padding: 30px;
}
@media (max-width: 767px) {
  .peritoneum-support-list li {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.peritoneum-support-list-title {
  font-size: 20px;
  font-weight: 500;
  color: #1CABBE;
  margin-bottom: 5px;
}
.peritoneum-support-list-txt {
  line-height: 1.7777777778;
  margin-bottom: 0;
}
.peritoneum-en {
  font-size: 8.2666666667vw;
  letter-spacing: 0;
  color: rgba(0, 107, 182, 0.2);
  margin-bottom: 0;
  text-align: right;
  line-height: 1.3;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 1450px) {
  .peritoneum-en {
    font-size: 124px;
  }
}
@media (max-width: 767px) {
  .peritoneum-en {
    font-size: 12.8504672897vw;
  }
}

/* dialysis-contact
----------------------*/
.dialysis-contact {
  background: transparent url(../img/dialysis_contact.jpg) no-repeat center center/cover;
  padding: 100px 0;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .dialysis-contact {
    padding: 10.5140186916vw 0;
    margin-bottom: 23.3644859813vw;
  }
}
.dialysis-contact .inner {
  max-width: 1100px;
}
.dialysis-contact-bg {
  background: #fff;
  border-radius: 10px;
  padding: 80px 15px;
}
@media (max-width: 767px) {
  .dialysis-contact-bg {
    padding: 10.5140186916vw 3.5046728972vw;
  }
}
.dialysis-contact-bg-inner {
  max-width: 894px;
  margin: 0 auto;
}
.dialysis-contact-title {
  text-align: center;
  color: #006BB6;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dialysis-contact-title {
    font-size: 5.6074766355vw;
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-contact-txt {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dialysis-contact-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-contact-txt .caution {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .dialysis-contact-txt .caution {
    font-size: 3.2710280374vw;
  }
}
@media (min-width: 768px) {
  .dialysis-contact-btn {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-contact-btn {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .dialysis-contact-btn li {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-contact-btn li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
  }
}
.dialysis-contact-btn li:nth-child(2n) {
  margin-right: 0;
}
.dialysis-contact-btn li a {
  display: block;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.4;
}
.dialysis-contact-btn li a.tel {
  background: #E68681;
  padding: 23px 15px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-contact-btn li a.tel {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.tel {
    padding: 5.3738317757vw 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-contact-btn li a.tel img {
  width: 22px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.tel img {
    width: 5.1401869159vw;
    margin-right: 2.3364485981vw;
    top: 1.1682242991vw;
  }
}
.dialysis-contact-btn li a.tel span {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.tel span {
    font-size: 10.046728972vw;
  }
}
.dialysis-contact-btn li a.form {
  background: #1893EA;
  padding: 33px 15px;
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.form {
    padding: 7.7102803738vw 3.5046728972vw;
  }
}
.dialysis-contact-btn li a.form h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.form h3 {
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-contact-btn li a.form span {
  font-weight: 500;
}
.dialysis-contact-btn li a.form img {
  width: 25px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .dialysis-contact-btn li a.form img {
    width: 5.8411214953vw;
    margin-left: 2.3364485981vw;
  }
}
.dialysis-contact-btn li a h3 {
  font-weight: 500;
}
.dialysis-contact-btn li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* dialysis-service
----------------------*/
.dialysis-service {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .dialysis-service {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 23.3644859813vw;
  }
}
.dialysis-service:before {
  position: absolute;
  content: "";
  background: transparent url(../img/bg-blue-4.png) no-repeat center center/cover;
  width: 100vw;
  height: 46.8vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.dialysis-service-title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .dialysis-service-title {
    margin-bottom: 14.0186915888vw;
  }
}
.dialysis-service-subtitle {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .dialysis-service-subtitle {
    font-size: 5.6074766355vw;
    margin-bottom: 7.0093457944vw;
    line-height: 1.75;
  }
}
.dialysis-service-subtitle span {
  font-size: 79px;
  font-style: italic;
  letter-spacing: 0;
  color: #006BB6;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .dialysis-service-subtitle span {
    font-size: 11.214953271vw;
    line-height: 0.8;
    margin-right: 2.3364485981vw;
  }
}
.dialysis-service-list {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .dialysis-service-list {
    margin-bottom: 10.5140186916vw;
  }
}
.dialysis-service-list li {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #A6E3EB;
}
@media (min-width: 768px) {
  .dialysis-service-list li {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-service-list li {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dialysis-service-list li {
    margin-bottom: 7.0093457944vw;
    padding-bottom: 7.0093457944vw;
  }
}
.dialysis-service-list li:nth-child(5) .dialysis-service-feature {
  margin-bottom: 30px;
}
.dialysis-service-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .dialysis-service-list-img {
    width: 46.6666666667%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-service-list-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dialysis-service-list-img {
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-service-list-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .dialysis-service-list-inner {
    width: 50%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-service-list-inner {
    width: 100%;
  }
}
.dialysis-service-list-title {
  color: #1CABBE;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dialysis-service-list-title {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-service-list-title span {
  font-size: 65px;
  font-style: italic;
  letter-spacing: 0;
  color: #C2E9EF;
  margin-right: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .dialysis-service-list-title span {
    font-size: 12.1495327103vw;
  }
}
.dialysis-service-list-txt {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dialysis-service-list-txt {
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-service-feature {
  display: flex;
  flex-wrap: wrap;
}
.dialysis-service-feature li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #006BB6;
  background: #E8F5FF;
  border-radius: 22px;
  padding: 1.5px 22px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dialysis-service-feature li {
    font-size: 3.738317757vw;
    padding: 0.3504672897vw 5.1401869159vw;
    margin-right: 3.5046728972vw;
    margin-bottom: 2.3364485981vw;
  }
}
.dialysis-service .video-btn {
  margin-top: 50px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .dialysis-service .video-btn {
    margin-top: 7.0093457944vw;
  }
}
.dialysis-service .video-btn:after {
  background: transparent url(../img/youtube.svg) no-repeat center center/contain;
  width: 26px;
  height: 19px;
}
@media (max-width: 767px) {
  .dialysis-service .video-btn:after {
    width: 6.0747663551vw;
    height: 4.4392523364vw;
  }
}
.dialysis-service-area img {
  width: 100%;
  height: auto;
}
.dialysis-service-btn {
  margin-top: 50px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .dialysis-service-btn {
    margin-top: 7.0093457944vw;
  }
}
.dialysis-service-bg {
  border: 1px solid #006BB6;
  border-radius: 10px;
  background: #fff;
  padding: 40px 15px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dialysis-service-bg {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.dialysis-service-bg-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.dialysis-service-bg-title {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .dialysis-service-bg-title {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-service-bg-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .dialysis-service-bg-title::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.dialysis-service .wifi-img {
  max-width: 80px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .dialysis-service .wifi-img {
    max-width: 11.6822429907vw;
    margin-bottom: 3.5046728972vw;
  }
}
.dialysis-service .wifi-img img {
  width: 100%;
  height: auto;
}
.dialysis-service .wifi-txt {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dialysis-service .wifi-txt {
    font-size: 4.2056074766vw;
  }
}
.dialysis-service .music-title {
  margin-top: 70px;
  margin-bottom: 15px;
  text-align: center;
  color: #006BB6;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dialysis-service .music-title {
    margin-top: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
    font-size: 4.6728971963vw;
  }
}
.dialysis-service .music-feature {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #006BB6;
  background: #E8F5FF;
  border-radius: 22px;
  padding: 1.5px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dialysis-service .music-feature {
    font-size: 3.738317757vw;
    padding: 0.3504672897vw 5.1401869159vw;
    margin-bottom: 4.6728971963vw;
  }
}
.dialysis-service .music-img {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .dialysis-service .music-img {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .dialysis-service .music-img {
    margin-bottom: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .dialysis-service .music-img div {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .dialysis-service .music-img div {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .dialysis-service .music-img div {
    margin-bottom: 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .dialysis-service .music-img div:nth-child(3n) {
    margin-right: 0;
  }
}
.dialysis-service .music-img div img {
  width: 100%;
  height: auto;
}
.dialysis-service .music-btn {
  padding-right: 67px;
  margin: 0 auto;
}
.dialysis-service .music-btn:after {
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  right: 40px;
}

/* shuntcenter
---------------------*/
.shuntcenter {
  padding-top: 115px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .shuntcenter {
    padding-top: 11.6822429907vw;
    padding-bottom: 23.3644859813vw;
  }
}
.shuntcenter .inner {
  max-width: 1270px;
}
.shuntcenter-title {
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .shuntcenter-title {
    text-align: center;
    margin-bottom: 14.0186915888vw;
  }
}
.shuntcenter-title span {
  position: relative;
  z-index: 2;
}
.shuntcenter-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/dot.svg) no-repeat center center/contain;
  width: 330px;
  height: 330px;
  top: -125px;
  left: -149px;
  z-index: 1;
}
@media (max-width: 767px) {
  .shuntcenter-title::after {
    width: 63.0841121495vw;
    height: 63.0841121495vw;
    top: -9.3457943925vw;
    left: -7.0093457944vw;
  }
}
@media (max-width: 767px) {
  .shuntcenter-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .shuntcenter-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shuntcenter-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .shuntcenter-inner {
    width: 50%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shuntcenter-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shuntcenter-img {
  position: relative;
}
@media (min-width: 768px) {
  .shuntcenter-img {
    width: 48%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shuntcenter-img {
    width: 100%;
  }
}
.shuntcenter-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .shuntcenter-img::before {
    position: absolute;
    content: "";
    background: transparent url(../img/dot.svg) no-repeat center center/contain;
    width: 330px;
    height: 330px;
    top: -209px;
    right: -115px;
    z-index: 1;
  }
}

/* blue-bg03
------------------------*/
.blue-bg03 {
  background: #E8F8FA;
  padding: 160px 0;
  margin-bottom: 165px;
}
@media (max-width: 767px) {
  .blue-bg03 {
    padding: 23.3644859813vw 0;
    margin-bottom: 23.3644859813vw;
  }
}

/* shunt
--------------------*/
.shunt-head {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .shunt-head {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .shunt-head {
    display: block;
  }
}
@media (max-width: 767px) {
  .shunt-head {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt-name-wrapper {
  background: #2BBCD0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shunt-name-wrapper {
    width: 35.25%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-name-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shunt-name-wrapper {
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-name {
    margin: 5px auto 40px;
  }
}
@media (max-width: 767px) {
  .shunt-name {
    font-size: 5.6074766355vw;
    margin: 1.1682242991vw auto 7.0093457944vw;
  }
}
.shunt-name-en {
  position: absolute;
  font-size: 3.6vw;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 1450px) {
  .shunt-name-en {
    font-size: 54px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-name-en {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .shunt-name-en {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .shunt-img {
    width: 62.25%;
  }
}
@media (max-width: 1024px) {
  .shunt-img {
    width: 100%;
  }
}
.shunt-img img {
  width: 100%;
  height: auto;
}
.shunt-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .shunt-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .shunt-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.shunt-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .shunt-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.shunt .vascular-access {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .shunt .vascular-access {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt .vascular-access-list {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .shunt .vascular-access-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .shunt .vascular-access-list {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt .vascular-access-list li {
  background: #fff;
  border-radius: 10px;
  padding: 40px 46px;
}
@media (min-width: 768px) {
  .shunt .vascular-access-list li {
    width: calc(50% - 19px);
    margin-right: 38px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt .vascular-access-list li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .shunt .vascular-access-list li {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.shunt .vascular-access-list li:nth-child(2n) {
  margin-right: 0;
}
.shunt .vascular-access-list-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt .vascular-access-list-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .shunt .vascular-access-list-title {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt .vascular-access-list-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shunt .vascular-access-list-img {
    margin-bottom: 3.5046728972vw;
  }
}
.shunt .vascular-access-list-img img {
  height: auto;
}
.shunt .vascular-access-list-txt {
  margin-bottom: 0;
}
.shunt .vascular-access-subtitle {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt .vascular-access-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .shunt .vascular-access-subtitle {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt .shunt-other {
  margin-bottom: 80px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .shunt .shunt-other {
    margin-bottom: 10.5140186916vw;
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.shunt .shunt-other-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.shunt .shunt-other .shunt-subtitle {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .shunt .shunt-other-list {
    display: flex;
    justify-content: space-between;
  }
}
.shunt .shunt-other-list li {
  background: #E8F5FF;
  border-radius: 10px;
  padding: 30px;
}
@media (min-width: 768px) {
  .shunt .shunt-other-list li {
    width: calc(50% - 19px);
    margin-right: 38px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt .shunt-other-list li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .shunt .shunt-other-list li {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.shunt .shunt-other-list li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .shunt .shunt-other-list li:nth-child(2n) {
    margin-bottom: 0;
  }
}
.shunt .shunt-other-list-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt .shunt-other-list-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .shunt .shunt-other-list-title {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt .shunt-other-list-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shunt .shunt-other-list-img {
    margin-bottom: 3.5046728972vw;
  }
}
.shunt .shunt-other-list-txt {
  margin-bottom: 0;
}
.shunt-point-title {
  background: #2BBCD0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15.5px 15px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-point-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .shunt-point-title {
    font-size: 5.1401869159vw;
    margin-bottom: 7.0093457944vw;
    padding: 1.1682242991vw 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .shunt-point-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.shunt-point-list li {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .shunt-point-list li {
    width: calc(33.3333% - 13.3333333333px);
    margin-right: 20px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-point-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shunt-point-list li {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-point-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.shunt-point-list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .shunt-point-list li:last-child {
    margin-bottom: 0;
  }
}
.shunt-point-list-title {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #1cabbe;
  line-height: 1.4230769231;
  margin-bottom: 20px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .shunt-point-list-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .shunt-point-list-title {
    font-size: 4.2056074766vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-point-list-title .en {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 65px;
  color: #c2e9ef;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .shunt-point-list-title .en {
    font-size: 12.1495327103vw;
    margin-bottom: 2.3364485981vw;
  }
}
.shunt-point-list-txt {
  line-height: 1.7777777778;
  margin-bottom: 0;
}
.shunt-point-list-btn {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .shunt-point-list-btn {
    margin-top: 7.0093457944vw;
  }
}

/* shunt-flow
--------------------*/
.shunt-flow {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .shunt-flow {
    margin-bottom: 23.3644859813vw;
  }
}
.shunt-flow .inner {
  max-width: 1050px;
}
.shunt-flow-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .shunt-flow-title {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt-flow-list li {
  margin-bottom: 50px;
  background: #FFF1F0;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shunt-flow-list li {
    display: flex;
  }
}
@media (max-width: 767px) {
  .shunt-flow-list li {
    margin-bottom: 7.0093457944vw;
  }
}
.shunt-flow-list li:last-child {
  margin-bottom: 0;
}
.shunt-flow-list-title {
  background: #E68681;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .shunt-flow-list-title {
    width: 22.7619047619%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .shunt-flow-list-title {
    font-size: 4.2056074766vw;
    padding: 2.3364485981vw 3.5046728972vw;
  }
}
.shunt-flow-list-inner {
  font-size: 20px;
  line-height: 1.8;
  padding: 30px;
}
@media (min-width: 768px) {
  .shunt-flow-list-inner {
    width: 77.2380952381%;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .shunt-flow-list-inner {
    padding: 4.6728971963vw 3.5046728972vw;
    font-size: 4.2056074766vw;
  }
}
.shunt-flow-list-bg {
  background: #fff;
  font-size: 16px;
  line-height: 1.625;
  padding: 8.5px 25px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .shunt-flow-list-bg {
    font-size: 3.738317757vw;
    padding: 1.1682242991vw 3.5046728972vw;
    margin-top: 2.3364485981vw;
  }
}

/* shunt-control
---------------------*/
.shunt-control {
  background: #EBF2F7;
  padding: 160px 0;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .shunt-control {
    padding: 23.3644859813vw 0;
    margin-bottom: 23.3644859813vw;
  }
}
.shunt-control-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .shunt-control-title {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt-control-txt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .shunt-control-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.shunt-control-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .shunt-control-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-control-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .shunt-control-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.shunt-control-bg {
  background: #fff;
  border: 1px solid #006BB6;
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .shunt-control-bg {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.shunt-control-bg:last-child {
  margin-bottom: 0;
}
.shunt-control-bg-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.shunt-control-list {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 30px 15px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .shunt-control-list {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 7.0093457944vw;
  }
}
.shunt-control-list ul {
  max-width: 770px;
  margin: 0 auto;
}
.shunt-control-list ul li {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .shunt-control-list ul li {
    line-height: 1.75;
  }
}
.shunt-control-list ul li:last-child {
  margin-bottom: 0;
}
.shunt-control-list ul li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia_pink.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .shunt-control-list ul li::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 2.1028037383vw;
  }
}
.shunt-control-img {
  max-width: 830px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .shunt-control-img {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .shunt-control-img div {
    width: calc(50% - 14px);
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .shunt-control-img div {
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-control-img div:nth-child(2n) {
  margin-right: 0;
}
.shunt-control-img div:last-child {
  margin-bottom: 0;
}
.shunt-control-img div img {
  width: 100%;
  height: auto;
}

/* shunt-work
---------------------*/
.shunt-work {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .shunt-work {
    margin-bottom: 23.3644859813vw;
  }
}
.shunt-work-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .shunt-work-title {
    margin-bottom: 10.5140186916vw;
  }
}
.shunt-work-txt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .shunt-work-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.shunt-work-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .shunt-work-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.shunt-work-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .shunt-work-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.shunt-work-table {
  max-width: 735px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .shunt-work-table {
    margin-bottom: 7.0093457944vw;
    overflow-x: auto;
  }
}
.shunt-work-table:last-child {
  margin-bottom: 0;
}
.shunt-work-table01 th {
  width: 33.3333%;
}
.shunt-work-table02 th {
  width: 50%;
}
.shunt-work-table table {
  width: 100%;
  border-spacing: 5px;
}
.shunt-work-table table tr th,
.shunt-work-table table tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 5px;
}
@media (max-width: 767px) {
  .shunt-work-table table tr th,
.shunt-work-table table tr td {
    font-size: 3.738317757vw;
    padding: 2.3364485981vw 1.1682242991vw;
  }
}
.shunt-work-table table tr th {
  background: #E68681;
  color: #fff;
  font-weight: bold;
}
.shunt-work-table table tr td {
  background: #FFF1F0;
}

/* hospitalization
---------------------*/
.hospitalization {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .hospitalization {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.hospitalization .inner {
  max-width: 1270px;
}
.hospitalization-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hospitalization-title {
    margin-bottom: 7.0093457944vw;
  }
}
.hospitalization-txt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hospitalization-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.hospitalization .swiper-wrapper {
  transition-timing-function: linear;
}
.hospitalization .swiper-hospitalization {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hospitalization .swiper-hospitalization {
    margin: 0 0 10.5140186916vw;
  }
}
.hospitalization .swiper-hospitalization .swiper-slide {
  position: relative;
  display: block;
}
.hospitalization .swiper-hospitalization .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 74.3380855397%;
}
.hospitalization .swiper-hospitalization .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hospitalization-bg {
  max-width: 1134px;
  margin: 0 auto;
  border: 1px solid #006BB6;
  border-radius: 10px;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .hospitalization-bg {
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.hospitalization-bg-inner {
  max-width: 985px;
  margin: 0 auto;
}
.hospitalization-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .hospitalization-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.hospitalization-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .hospitalization-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.hospitalization .ward {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hospitalization .ward {
    margin-bottom: 10.5140186916vw;
  }
}
.hospitalization .ward-img {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hospitalization .ward-img {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hospitalization .ward-img {
    margin-bottom: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .hospitalization .ward-img div {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .hospitalization .ward-img div {
    margin-bottom: 2.3364485981vw;
  }
}
.hospitalization .ward-img div:nth-child(2n) {
  margin-right: 0;
}
.hospitalization .ward-img div img {
  width: 100%;
  height: auto;
}
.hospitalization .ward .bed {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 20px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 98px;
  padding: 10px;
}
@media (max-width: 767px) {
  .hospitalization .ward .bed {
    font-size: 3.738317757vw;
    flex-direction: column;
    gap: 5px;
    padding: 3.5046728972vw;
  }
}
.hospitalization .ward .bed span:nth-child(1) {
  position: relative;
}
@media (min-width: 768px) {
  .hospitalization .ward .bed span:nth-child(1)::after {
    position: absolute;
    content: "";
    background: #C9C9C9;
    width: 1px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
  }
}
.hospitalization-flow {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hospitalization-flow {
    margin-bottom: 10.5140186916vw;
  }
}
.hospitalization-flow-list li {
  margin-bottom: 50px;
  background: #FFF1F0;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .hospitalization-flow-list li {
    margin-bottom: 9.3457943925vw;
  }
}
.hospitalization-flow-list li:last-child {
  margin-bottom: 0;
}
.hospitalization-flow-list li:last-child::after {
  display: none;
}
.hospitalization-flow-list li:after {
  position: absolute;
  content: "";
  background: transparent url(../img/dot02.svg) no-repeat center center/contain;
  width: 7px;
  height: 23px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -37px;
}
@media (max-width: 767px) {
  .hospitalization-flow-list li:after {
    width: 1.6355140187vw;
    height: 5.3738317757vw;
    bottom: -7.0093457944vw;
  }
}
.hospitalization-flow-list-title {
  background: #E68681;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .hospitalization-flow-list-title {
    display: flex;
    align-items: center;
    font-size: 4.2056074766vw;
    padding: 2.3364485981vw 3.5046728972vw 2.3364485981vw 7.0093457944vw;
  }
}
.hospitalization-flow-list-title .number {
  font-weight: bold;
  margin-right: 57px;
  position: relative;
}
@media (max-width: 767px) {
  .hospitalization-flow-list-title .number {
    margin-right: 7.0093457944vw;
  }
}
.hospitalization-flow-list-title .number::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
}
@media (max-width: 767px) {
  .hospitalization-flow-list-title .number::after {
    height: 5.8411214953vw;
    right: -3.5046728972vw;
  }
}
.hospitalization-flow-list-txt {
  padding: 12px 15px 12px 103px;
}
@media (max-width: 767px) {
  .hospitalization-flow-list-txt {
    padding: 3.5046728972vw 3.5046728972vw 3.5046728972vw 7.0093457944vw;
  }
}
.hospitalization-document {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hospitalization-document {
    margin-bottom: 10.5140186916vw;
  }
}
.hospitalization-document-bg {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .hospitalization-document-bg {
    padding: 3.5046728972vw;
  }
}
.hospitalization-document-list {
  max-width: 770px;
  margin: 0 auto;
}
.hospitalization-document-list li {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .hospitalization-document-list li {
    line-height: 1.75;
    padding-left: 4.2056074766vw;
  }
}
.hospitalization-document-list li:last-child {
  margin-bottom: 0;
}
.hospitalization-document-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia_pink.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .hospitalization-document-list li::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 2.1028037383vw;
  }
}
.hospitalization-time-bg {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .hospitalization-time-bg {
    padding: 3.5046728972vw;
  }
}
.hospitalization-time-txt {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}
.hospitalization-time-txt span {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hospitalization-time-txt span {
    font-size: 5.6074766355vw;
  }
}

/* hospitalization-support
---------------------*/
.hospitalization-support {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .hospitalization-support {
    margin-bottom: 23.3644859813vw;
  }
}
.hospitalization-support-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hospitalization-support-title {
    margin-bottom: 10.5140186916vw;
  }
}
.hospitalization-support-txt {
  margin-bottom: 0;
}
.hospitalization-support-list {
  margin-bottom: 40px;
}
.hospitalization-support-list li {
  border-bottom: 1px solid #A6E3EB;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hospitalization-support-list li {
    padding-bottom: 7.0093457944vw;
    margin-bottom: 7.0093457944vw;
  }
}
.hospitalization-support-list li:nth-child(1) .hospitalization-support-name-wrapper {
  background: #2BBCD0;
}
.hospitalization-support-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hospitalization-support-head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hospitalization-support-head {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .hospitalization-support-head {
    display: block;
  }
}
@media (max-width: 767px) {
  .hospitalization-support-head {
    margin-bottom: 3.5046728972vw;
  }
}
.hospitalization-support-name-wrapper {
  background: #E68681;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hospitalization-support-name-wrapper {
    width: 35.25%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .hospitalization-support-name-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hospitalization-support-name-wrapper {
    margin-bottom: 3.5046728972vw;
    padding-top: 1.1682242991vw;
  }
}
.hospitalization-support-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5714285714;
  color: #fff;
  text-align: center;
}
@media (min-width:768px) and (max-width: 1024px) {
  .hospitalization-support-name {
    margin: 5px auto 40px;
  }
}
@media (max-width: 767px) {
  .hospitalization-support-name {
    font-size: 5.6074766355vw;
    margin: 1.1682242991vw auto 7.0093457944vw;
  }
}
.hospitalization-support-name-en {
  position: absolute;
  font-size: 3.6vw;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 1450px) {
  .hospitalization-support-name-en {
    font-size: 54px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .hospitalization-support-name-en {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hospitalization-support-name-en {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .hospitalization-support-img {
    width: 62.25%;
  }
}
@media (max-width: 1024px) {
  .hospitalization-support-img {
    width: 100%;
  }
}
.hospitalization-support-img img {
  width: 100%;
  height: auto;
}
.hospitalization-support .onayami {
  background: #FFF1F0;
  border-radius: 10px;
  padding: 30px 15px 55px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami {
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.hospitalization-support .onayami-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.hospitalization-support .onayami-title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #E68681;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-title {
    font-size: 5.6074766355vw;
    margin-bottom: 7.0093457944vw;
  }
}
.hospitalization-support .onayami-list {
  max-width: 750px;
  margin: 0 auto 75px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-list {
    margin-bottom: 10.5140186916vw;
  }
}
.hospitalization-support .onayami-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-list li {
    padding-left: 11.6822429907vw;
    margin-bottom: 3.5046728972vw;
  }
}
.hospitalization-support .onayami-list li::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-list li::before {
    width: 8.1775700935vw;
    height: 8.1775700935vw;
  }
}
.hospitalization-support .onayami-list li::after {
  position: absolute;
  content: "？";
  font-size: 25px;
  font-weight: bold;
  font-family: "Baskervville", serif;
  letter-spacing: 0;
  color: #E68681;
  top: -6px;
  left: 6px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-list li::after {
    font-size: 5.8411214953vw;
    top: -1.4018691589vw;
    left: 1.4018691589vw;
  }
}
.hospitalization-support .onayami-list li:last-child {
  margin-bottom: 0;
}
.hospitalization-support .onayami-support {
  background: #fff;
  border-radius: 10px;
}
.hospitalization-support .onayami-support-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background: #E68681;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 6.5px 15px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-support-title {
    font-size: 4.6728971963vw;
    padding: 1.1682242991vw 3.5046728972vw;
  }
}
.hospitalization-support .onayami-support-txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .hospitalization-support .onayami-support-txt {
    font-size: 3.738317757vw;
    padding: 3.5046728972vw;
  }
}

/* visitation
---------------------*/
.visitation {
  margin-bottom: 160px;
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .visitation {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 23.3644859813vw;
  }
}
.visitation-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .visitation-title {
    margin-bottom: 10.5140186916vw;
  }
}
.visitation-table {
  border-top: 1px solid #707070;
  margin-bottom: 10px;
}
.visitation-table ul li {
  border-bottom: 1px solid #707070;
}
.visitation-table ul li div {
  font-size: 20px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 88px;
  padding: 10px;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .visitation-table ul li div {
    font-size: 3.738317757vw;
    gap: 9.3457943925vw;
    padding: 2.3364485981vw;
  }
}
.visitation-table ul li span:nth-child(1) {
  position: relative;
  width: 26%;
  text-align: center;
}
.visitation-table ul li span:nth-child(1)::after {
  position: absolute;
  content: "";
  background: #C9C9C9;
  width: 1px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -54px;
}
@media (max-width: 767px) {
  .visitation-table ul li span:nth-child(1)::after {
    height: 4.6728971963vw;
    right: -4.6728971963vw;
  }
}
.visitation-table ul li span:nth-child(2) {
  width: 74%;
}
.visitation-txt {
  font-size: 14px;
  text-align: right;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .visitation-txt {
    font-size: 3.2710280374vw;
    margin-bottom: 10.5140186916vw;
  }
}
.visitation-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .visitation-subtitle {
    font-size: 4.6728971963vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.visitation-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .visitation-subtitle::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.1028037383vw;
  }
}
.visitation-list {
  background: #E8F8FA;
  border-radius: 10px;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .visitation-list {
    padding: 3.5046728972vw;
  }
}
.visitation-list ul {
  max-width: 770px;
  margin: 0 auto;
}
.visitation-list ul li {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .visitation-list ul li {
    line-height: 1.75;
    padding-left: 4.2056074766vw;
  }
}
.visitation-list ul li:last-child {
  margin-bottom: 0;
}
.visitation-list ul li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia_pink.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .visitation-list ul li::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 2.1028037383vw;
  }
}

/* fixed-time 
----------------------*/
.fixed-time-btn {
  position: fixed;
  background: #1893EA;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 601;
}
@media (min-width: 768px) {
  .fixed-time-btn {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    writing-mode: vertical-rl;
    padding: 30px 0;
    width: 73px;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 767px) {
  .fixed-time-btn {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
    padding: 0 15.1869158879vw;
    height: 13.785046729vw;
    line-height: 13.785046729vw;
  }
}
@media (min-width: 768px) {
  .fixed-time-btn.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixed-time-btn.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .fixed-time-btn img {
    width: 23px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .fixed-time-btn img {
    width: 5.3738317757vw;
    margin-right: 2.3364485981vw;
  }
}
.fixed-time-btn span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .fixed-time-btn span {
    font-size: 4.6728971963vw;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

.fixed-bg {
  position: fixed;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 602;
  display: none;
}
.fixed-bg.is-checked {
  display: block;
}

.fixed-time {
  position: fixed;
  bottom: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  height: 80%;
  border-radius: 10px 0 0 10px;
  display: none;
  z-index: 603;
}
@media (min-width: 768px) {
  .fixed-time {
    align-items: flex-end;
  }
}
.fixed-time.is-checked {
  display: flex;
}
@media (max-width: 767px) {
  .fixed-time.is-checked {
    display: block;
  }
}
.fixed-time .top-info-time {
  margin-bottom: 0;
  height: 100%;
  overflow-y: auto;
  margin-top: 0;
  padding-top: 0;
}
.fixed-time .top-info-time-wrapper {
  padding: 30px 50px 40px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .fixed-time .top-info-time-wrapper {
    padding: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .fixed-time .top-info-table {
    width: 770px;
  }
}

.fixed-time-label {
  background: #1893EA;
  color: #fff;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .fixed-time-label {
    writing-mode: vertical-rl;
    width: 73px;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .fixed-time-label {
    border-radius: 10px 0 0 0;
    padding: 1.1682242991vw 0;
  }
}
.fixed-time-label img {
  width: 23px;
}
@media (min-width: 768px) {
  .fixed-time-label img {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .fixed-time-label img {
    width: 5.3738317757vw;
    margin-right: 2.1028037383vw;
  }
}
.fixed-time-label span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .fixed-time-label span {
    font-size: 4.2056074766vw;
  }
}

.fixed-time-close {
  position: absolute;
  cursor: pointer;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-time-close span {
  color: #1893EA;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 2px;
}

/* archive-news
---------------------------*/
.archive-news {
  margin-top: 125px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .archive-news {
    margin-top: 11.6822429907vw;
    margin-bottom: 23.3644859813vw;
  }
}
.archive-news .inner {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .archive-news .archive-category-list {
    justify-content: flex-end;
    margin-bottom: 7.0093457944vw;
    margin-left: auto;
  }
}
.archive-news .archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-news .archive-list {
    margin-bottom: 10.5140186916vw;
  }
}

/* single,page
---------------------------*/
.article {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .article {
    margin-top: 11.6822429907vw;
    margin-bottom: 23.3644859813vw;
  }
}
.article .article-title {
  color: #006BB6;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 20px;
  margin-bottom: 23px;
  border-bottom: 2px solid #006BB6;
}
@media (max-width: 767px) {
  .article .article-title {
    font-size: 5.1401869159vw;
    padding-bottom: 4.6728971963vw;
    margin-bottom: 5.3738317757vw;
  }
}
.article .article-info {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .article .article-info {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .article .article-info {
    margin-bottom: 7.0093457944vw;
  }
}
.article .article-info .article-category {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .article .article-info .article-category {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .article .article-info .article-category {
    margin-bottom: 5px;
  }
}
.article .article-info .article-category a {
  font-size: 12px;
  font-weight: 500;
  color: #006BB6;
  background: #E4F3F5;
  border-radius: 3px;
  display: block;
  padding: 3px 24px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .article .article-info .article-category a {
    font-size: 2.8037383178vw;
    padding: 0.7009345794vw 5.6074766355vw;
    margin-right: 1.1682242991vw;
  }
}
.article .article-info .article-date {
  font-size: 14px;
  display: block;
}
@media (max-width: 767px) {
  .article .article-info .article-date {
    font-size: 3.2710280374vw;
  }
}
.article .article-thumbnail {
  max-width: 915px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .article .article-thumbnail {
    margin-bottom: 10.5140186916vw;
  }
}
.article .article-thumbnail img {
  height: auto;
}
.article .article-inner,
.article .page-inner {
  word-break: break-all;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .article .article-inner,
.article .page-inner {
    margin-bottom: 23.3644859813vw;
  }
}
.article .article-inner img,
.article .page-inner img {
  max-width: 915px;
  margin: 0 auto 80px;
  height: auto;
}
@media (max-width: 767px) {
  .article .article-inner img,
.article .page-inner img {
    margin-bottom: 10.5140186916vw;
  }
}
.article .article-inner p,
.article .page-inner p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .article .article-inner p,
.article .page-inner p {
    margin-bottom: 7.0093457944vw;
  }
}
.article .article-inner h1,
.article .page-inner h1 {
  font-weight: bold;
  color: #006BB6;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .article .article-inner h1,
.article .page-inner h1 {
    font-size: 0.9345794393vw;
  }
}
.article .article-inner h2,
.article .page-inner h2 {
  font-size: 26px;
  font-weight: 500;
  color: #1CABBE;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .article .article-inner h2,
.article .page-inner h2 {
    font-size: 5.1401869159vw;
    padding-left: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.article .article-inner h2::before,
.article .page-inner h2::before {
  position: absolute;
  content: "";
  background: transparent url(../img/clover.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .article .article-inner h2::before,
.article .page-inner h2::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
    top: 2.8037383178vw;
  }
}
.article .article-inner h3,
.article .page-inner h3 {
  color: #006BB6;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article .article-inner h3,
.article .page-inner h3 {
    font-size: 5.1401869159vw;
  }
}
.article .article-inner h4,
.article .page-inner h4 {
  color: #006BB6;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article .article-inner h4,
.article .page-inner h4 {
    font-size: 4.6728971963vw;
  }
}
.article .article-inner h5,
.article .page-inner h5 {
  color: #006BB6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article .article-inner h5,
.article .page-inner h5 {
    font-size: 4.2056074766vw;
  }
}
.article .article-inner h6,
.article .page-inner h6 {
  color: #006BB6;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article .article-inner h6,
.article .page-inner h6 {
    font-size: 3.738317757vw;
  }
}
.article .article-inner a,
.article .page-inner a {
  text-decoration: underline;
}
.article .article-inner ol,
.article .page-inner ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.article .article-inner ol li,
.article .page-inner ol li {
  list-style-type: decimal !important;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article .article-inner blockquote,
.article .page-inner blockquote {
  background: #fff;
  margin-bottom: 30px;
  padding: 1em;
}
@media (max-width: 767px) {
  .article .article-inner blockquote,
.article .page-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article .article-inner blockquote > :first-child,
.article .page-inner blockquote > :first-child {
  margin-top: 0;
}
.article .article-inner blockquote > :last-child,
.article .page-inner blockquote > :last-child {
  margin-bottom: 0;
}
.article .article-inner ul,
.article .page-inner ul {
  margin-bottom: 30px;
}
.article .article-inner ul li,
.article .page-inner ul li {
  position: relative;
  padding-left: 20px;
}
.article .article-inner ul li::before,
.article .page-inner ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.article .article-inner figure,
.article .page-inner figure {
  text-align: center;
  margin-bottom: 30px;
}
.article .article-inner h1 + p,
.article .article-inner h2 + p,
.article .article-inner h3 + p,
.article .article-inner h4 + p,
.article .article-inner h5 + p,
.article .article-inner h6 + p,
.article .page-inner h1 + p,
.article .page-inner h2 + p,
.article .page-inner h3 + p,
.article .page-inner h4 + p,
.article .page-inner h5 + p,
.article .page-inner h6 + p {
  margin-top: 0;
}
.article .article-inner .wakusen,
.article .page-inner .wakusen {
  border: 1px solid #006BB6;
  border-radius: 10px;
  padding: 30px 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .article .article-inner .wakusen,
.article .page-inner .wakusen {
    padding: 7.0093457944vw 3.5046728972vw;
    margin-bottom: 10.5140186916vw;
  }
}
.article .article-inner .wakusen .wp-block-columns,
.article .page-inner .wakusen .wp-block-columns {
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article .article-inner .wakusen .wp-block-columns,
.article .page-inner .wakusen .wp-block-columns {
    gap: 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.article .article-inner .wakusen .wp-block-columns figure,
.article .page-inner .wakusen .wp-block-columns figure {
  margin-bottom: 0;
}
.article .article-inner .wakusen .wp-block-columns figure img,
.article .page-inner .wakusen .wp-block-columns figure img {
  margin-bottom: 0;
}
.article .article-inner .haikeisyoku,
.article .page-inner .haikeisyoku {
  background: #F4F8FC;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .article .article-inner .haikeisyoku,
.article .page-inner .haikeisyoku {
    margin-bottom: 7.0093457944vw;
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.article .article-inner .haikeisyoku p,
.article .page-inner .haikeisyoku p {
  margin-bottom: 0;
}
.article .article-inner .has-small-font-size,
.article .page-inner .has-small-font-size {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .article .article-inner .has-small-font-size,
.article .page-inner .has-small-font-size {
    font-size: 3.2710280374vw;
  }
}
.article .article-btn {
  margin: 0 auto;
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}
.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi {
    padding: 0 7.0093457944vw;
  }
}
.page-nav .wp-pagenavi div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  font-weight: bold;
  border: none;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #C3C3C3;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    font-size: 3.5046728972vw;
    margin: 0 2.3364485981vw;
  }
}
.page-nav .wp-pagenavi .current {
  color: #006BB6;
}
.page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
  padding: 0;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
    width: 3.2710280374vw;
    height: 4.6728971963vw;
  }
}
.page-nav .wp-pagenavi .nextpostslink span,
.page-nav .wp-pagenavi .prevpostslink span,
.page-nav .wp-pagenavi .previouspostslink span,
.page-nav .wp-pagenavi .last span {
  position: absolute;
  background: transparent url(../img/arrow_r_blue05.svg) no-repeat center center/contain;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink span,
.page-nav .wp-pagenavi .prevpostslink span,
.page-nav .wp-pagenavi .previouspostslink span,
.page-nav .wp-pagenavi .last span {
    width: 1.8691588785vw;
    height: 3.738317757vw;
  }
}
.page-nav .wp-pagenavi .previouspostslink {
  left: 0;
}
.page-nav .wp-pagenavi .previouspostslink span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-nav .wp-pagenavi .nextpostslink {
  right: 0;
}

/* footer
----------------------------*/
.footer-sub {
  background: #EBF2F7;
  padding: 48px 0;
}
@media (max-width: 1024px) {
  .footer-sub {
    padding: 65px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer-sub {
    padding: 15.1869158879vw 0 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .footer-submenu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer-submenu li {
    width: calc(20% - 12px);
    margin-right: 15px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-submenu li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-submenu li {
    margin-bottom: 15px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-submenu li:nth-child(2n) {
    margin-right: 0;
  }
}
.footer-submenu li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-submenu li:last-child {
    margin-bottom: 0;
  }
}
.footer-submenu li a {
  color: #006BB6;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  display: block;
  padding: 7px 15px 7px 20px;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .footer-submenu li a {
    border-left: 1px solid #006BB6;
  }
}
@media (max-width: 767px) {
  .footer-submenu li a {
    font-size: 4.2056074766vw;
    line-height: 1.5555555556;
    padding: 0 7.0093457944vw 0 4.6728971963vw;
  }
}
.footer-submenu li a span {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-submenu li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_blue.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media (max-width: 767px) {
  .footer-submenu li a:after {
    width: 1.6355140187vw;
    height: 3.2710280374vw;
    right: 4.9065420561vw;
  }
}

.footer {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 23.3644859813vw 0;
  }
}
@media (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer-left {
    width: 45%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-left {
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .footer-right {
    width: 50%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-right {
    width: 100%;
  }
}
.footer-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-title {
    margin-bottom: 7.0093457944vw;
  }
}
.footer-title a {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer-title a {
    font-size: 3.2710280374vw;
  }
}
.footer-title a span {
  font-size: 30px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .footer-title a span {
    font-size: 7.0093457944vw;
  }
}
.footer-info {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-info {
    font-size: 3.738317757vw;
    margin-bottom: 7.0093457944vw;
  }
}
.footer-address {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-address {
    font-size: 3.738317757vw;
    margin-bottom: 4.6728971963vw;
  }
}
.footer-tel {
  display: flex;
  align-items: center;
}
.footer-tel img {
  width: 18px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .footer-tel img {
    width: 4.2056074766vw;
    margin-right: 2.1028037383vw;
    top: 0.7009345794vw;
  }
}
.footer-tel span {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer-tel span {
    font-size: 8.1775700935vw;
  }
}
@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-nav {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    border-top: 1px solid #939393;
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .footer-nav-col {
    margin-right: 50px;
  }
}
@media (min-width: 1450px) {
  .footer-nav-col {
    margin-right: 80px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-nav-col {
    margin-right: 100px;
  }
}
.footer-nav-col:last-child {
  margin-right: 0;
}
.footer-nav-col li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-nav-col li {
    margin-bottom: 0;
    border-bottom: 1px solid #939393;
  }
}
.footer-nav-col li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-nav-col li.has-child a {
    position: relative;
    width: calc(100% - 20vw);
  }
  .footer-nav-col li.has-child a::before {
    position: absolute;
    content: "";
    background: transparent url(../img/plus_blue.svg) no-repeat center center/contain;
    width: 3.738317757vw;
    height: 3.738317757vw;
    right: -18vw;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .footer-nav-col li.has-child.checked a::before {
    background-image: url(../img/minus_blue.svg);
  }
}
.footer-nav-col li a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #006BB6;
}
@media (max-width: 767px) {
  .footer-nav-col li a {
    display: block;
    font-size: 3.738317757vw;
    padding: 3.5046728972vw 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .footer-nav-col li .child {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav-col li .child {
    display: none;
    margin-left: 11.6822429907vw !important;
    padding-bottom: 1.1682242991vw;
  }
}
.footer-nav-col li .child ul li {
  padding-left: 18px;
  margin-bottom: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li {
    padding-left: 5.3738317757vw;
    margin-bottom: 3.5046728972vw;
    border-bottom: none;
  }
}
.footer-nav-col li .child ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background: #006BB6;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li::after {
    width: 2.3364485981vw;
  }
}
.footer-nav-col li .child ul li a {
  color: #1A1A1A;
  font-weight: 400;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li a::before {
    display: none;
  }
}

.footer-bottom {
  background: #006BB6;
  color: #fff;
  padding: 6.5px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 4.4392523364vw 0 23.3644859813vw;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-bottom .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-bottom .footer-privacy {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-bottom .footer-privacy {
    display: block;
    font-size: 3.2710280374vw;
    margin-bottom: 4.6728971963vw;
  }
}
.footer-bottom .footer-copyright {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-copyright {
    font-size: 2.8037383178vw;
  }
}

/* 404 */
.entry-404 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .entry-404 {
    margin-bottom: 23.3644859813vw;
  }
}

.entry-404-head {
  color: gray;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}