@charset "UTF-8";

.main-visual{
    height: 50vw;
    position: relative;
}
.MV_slide {
  margin-inline: auto;
  overflow: hidden;
}

.slide img {
  width: 100%;
}
.mv_catch
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30vw;
}
.gnav_inner
{
    width: 100%;
    padding: 25px 0 15px;
}
.mv_point
{
    display: flex;
    position: absolute;
    bottom: 2%;
    left: 58%;
    width: 20vw;
}
.time-table {
    max-width: 740px;
    font-size: max(0.9vw , 1.4rem);
}
.table_wrap {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 32%;
    z-index: 10;
}
.biz-hour {
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
    background: #FFFFFF;
    margin-bottom: 1rem;
}
.biz-hour th, .biz-hour td {
    padding: 0.5vw 1vw;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}
.biz-hour th {
    border-top: none;
    background-color: #42b9d0;
    color: #ffffff;
}
.biz-hour th.bg_none {
    background: none;
    color: #333333;
}
.biz-txt {
    background-color: #eef9fb;
    padding: 1vw;
    border-radius: 20px;
    font-size: max(0.9vw , 1.4rem);
}
.gnav
{
    width: 95%;
    margin: 0 auto;
}
.gnav ul
{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.gnav li
{
    width: 25%;
}
.gnav li a
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.8rem;
    position: relative;
    gap: 5px;
    transition: .3s;
}
.gnav li a::before
{
    content: "";
        width: 2px;
        height: 20px;
        position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #333333;
}
.gnav .gnavi__list li a::before {
  display: none;
}
.gnav li a::after
{
    position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #42B9D0;
  transition: .3s;
}
.gnav li a:hover::after{
  width: 50%;
    transform: translateX(50%)
}
.gnav li .gnav_ja
{
    font-size: 25px;
}
.gnav li .gnav_en
{
    font-family: gill-sans-nova, sans-serif;
    color: #42b9d0;
    font-size: 1.6rem;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsbox
{
    background: url("../images/l_bg.png") no-repeat bottom;
    background-size: cover;
    padding: 3vw 5vw 5vw;
    width: 50%;
}
.accessbox
{
    background: url("../images/r_bg.png") no-repeat bottom;
    background-size: cover;
    padding: 3vw 5vw 5vw;
    width: 50%;
}
.en
{
    font-family: gill-sans-nova, sans-serif;
}
.ttl {
  
  font-size: max(3vw , 3rem);
  margin-bottom: 2%;
    letter-spacing: 0.1em;
}
.ttl .ja
{
    font-size: max(0.9vw , 1.4rem)!important;
    padding-left: 2rem;
}
.greeting_ttl {
  
  font-size: max(3vw , 3rem);
  margin-bottom: 3%;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
}
.greeting_ttl span
{
    font-size: max(1vw , 2rem);
}
.container
{
    max-width: calc(1400px + 6%);
    margin: 0 auto;
    padding: 3%
}
.pink
{
    color: #fe7171;
}
.white
{
    color: #FFFFFF;
}
.bold
{
    font-weight: 700;
}
.news_box
{
    width: 100%;
    background: #FFFFFF;
    padding: 2vw;
    font-size: max(1vw , 1.6rem);
    margin-bottom: 6%;
    height: 500px;
    overflow-y: scroll;
}
.news_box li
{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #CCCCCC;
}
.news_box dt
{
    color: #42b9d0;
    margin-bottom: 1rem;
}
.eme
{
    color: #00baae;
}
.time
{
    margin: 3%;
    text-align: center;
}
.green
{
    color: #47a550;
}
.map_img
{
    padding: 3% 0;
    text-align: center;
}
.btn
{
    padding: 3% 0;
    text-align: center;
}
.feature {
  position: relative;
  padding: 5% 0 0;
    margin: 0;
}
.feature::before {
  content: "";
  background: url("../images/r_top_bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 56%;
  z-index: -1;
}
.feature::after {
  content: "";
  background: url("../images/feature_bg02.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54vw;
  z-index: -1;
}
.feature_wrap01 {
  position: relative;
  margin-bottom: 6%;
}

.feature_wrap01::before {
  content: "";
  position: absolute;
  top: -45%;
  left: 5%;
  background: url("../image/top_deco01@2x.png")no-repeat center;
  background-size: contain;
  width: 20%;
  height: 40%;
}
.deco_r
{
    position: absolute;
    top: -10vw;
    right: 3vw;
    width: 16vw;
}
.ttlwrap {
  margin-bottom: 3%;
  position: relative;
  padding-bottom: 3%;
  text-align: center;
}
.subttl
{
    text-align: center;
}
.secttl span
{
    font-size: max(1vw , 1.8rem);
    color: rgb(244, 161, 24);
}

.secttl img {
  width: auto;
  margin: 0 auto;
}
.ttlwrap p {
  font-size: max(1vw, 1.4rem);
}
.feature_txt_box {
  padding: 0 3vw;
}
.feature_box_num {
  text-align: center;
}

.feature_ttl {
  font-size: max(2.4vw, 2.6rem);
  margin-bottom: 6%;
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding-top: 20px;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #42b9d0;
}
.feature_ttl2
{
    font-size: max(1vw , 1.8rem);
    font-weight: 700;
    text-align: center;
    margin: 3% 0;
}

.feature_ttl span {
  font-size: max(2.4vw, 3rem);
  font-weight: 600;
}
.t16 {
  font-size: max(0.8vw, 1.6rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.feature_wrap02 {
  position: relative;
}
.deco_c
{
    position: absolute;
    right: 16vw;
    top: 0;
    width: 12vw
}
.feature_bgbox {
  padding: 3vw;
  max-width: 1540px;
  margin: 3% auto;
}
.bg_w_box
{
    background: #FFFFFF;
    padding: 8rem 3vw 3vw;
    margin-top: -5rem;
    height: max(16vw , 260px);
}
.white {
  color: #FFFFFF;
}
.feature03_img {
  margin-bottom: 3%;
}
.feature03 p,
.feature04 p,
.feature05 p {
  padding: 1.4vw 2vw;
}
.feature03 {
  background: url("../images/feature03_bg.png")no-repeat top;
  background-position: top;
  background-size: contain;
  padding: 3vw
}
.feature04 {
  background: url("../images/feature04_bg.png")no-repeat top;
  background-position: top;
  background-size: contain;
  padding: 3vw;
  margin-top: 8rem;
}
.feature05 {
  background: url("../images/feature05_bg.png")no-repeat top;
  background-position: top;
  background-size: contain;
  padding: 3vw
}
.yel {
  color: #EABE72;
}
.flex-2
{
    width: 48%;
}
.feature3 .flex-3 {
  width: calc(100% / 3);
    margin-bottom: 3%;
}
.flex-f01
{
    width: 42%;
}
.fbox_ttl
{
    text-align: center;
    margin-bottom: 6%;
}

.featurebox_bottom_inner
{
    max-width: 60%;
    margin-left: auto;
    padding: 3% 0;
}
.featurebox_bottom_inner2
{
    max-width: 60%;
    margin-right: auto;
    padding: 3% 0;
}
.f02_bg
{
    position: relative;
}
.f02_bg::before
{
    content: "";
    background: url("../images/r_b_bg.png")no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.img_box img:first-child
{
    padding-right: 2vw;
}
.alc
{
    align-items: center;
}
.purple
{
    color: #916ef4;
}
.orange
{
    color: #ffab4a;
}

.blue
{
    color: #42b9d0;
}
.yellow
{
    color: #eaba54;
}
.img_center
{
    text-align: center;
    padding: 3% 0;
}
.jcc
{
    justify-content: center;
}
.greeting
{
    background: url("../images/greeting_bg.png") no-repeat center;
    background-size: cover;
    padding: 3% 0;
    position: relative;
    background-color: #eef9fb;
}
.greeting_inner
{
    padding: 0 2vw
}
.greeting_img
{
    position: relative;
}
.greeting_subttl
{
    font-weight: 700;
    font-size: max(1.3vw , 2rem);
    margin-bottom: 3%;
}
.name
{
    text-align: right;
    margin-top: 3%;
}
.more2
{
    position: absolute;
  bottom: 3%;
  left: 46%;
  z-index: 1;
  width: 10%;
  min-width: 100px;
}
.greeting_txt
{
    padding: 3vw 6vw;
}

.greeting_sub
{
    text-align: center;
    margin-bottom: 6%;
}
.greeting .flex-2 img
{
    margin: 0 auto;
    display: block;
}
.medical {
  background: url("../images/medical_bg.png") no-repeat top / cover;
  padding-bottom: 10%;
  position: relative;
  padding-top: 10vw;
  margin-top: 6vw;
}
.medical::before {
  content: "";
  background: url("../images/medical_deco_l.png")no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: 20%;
  height: 20%;
}
.medical::after {
  content: "";
  background: url("../images/medical_deco_r.png")no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 20%;
  height: 8%;
}
.medical .ttlwrap {
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
}
.medical .medical_wrap::before {
  content: "";
  background: url("img/top_deco02@2x.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: -17vw;
  left: 3%;
  width: 16%;
  height: 16%;
  z-index: 1;
}
.medical .medical_wrap::after {
  content: "";
  background: url("img/top_deco03@2x.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: -7vw;
  right: 10%;
  width: 14%;
  height: 14%;
  z-index: 1;
}
.btn
{
    padding: 3% 0;
    text-align: center;
}
.gap2 {
  gap: 2vw;
}
.gap2 .flex-3 {
  width: calc(100% / 3 - 2vw);
}
.gap2 .flex-4 {
  width: calc(100% / 4 - 2vw);
}
.jse {
  justify-content: space-evenly;
}
.medical_wrap {
  max-width: 1600px;
  margin: 3% auto 5%;
    padding: 0 3%;
}
.medical_wrap2 {
  max-width: 1320px;
  margin: 0 auto;
    padding: 0 3%;
}
.management
{
    background: #d5fbff;
    position: relative;
    padding: 1rem;
    margin: 6% 3%;
}
.management::before
{
    content: "";
    background: url("../images/management_bg.png") no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 82%;
}
.management_inner
{
    border: 1px solid #42b9d0;
    padding: 3vw;
}
.flex_management_l
{
    width: 35%;
}
.flex_management_r
{
    width: 60%;
}
.management_ttlbox
{
    margin-bottom: 3%;
}
.enttl
{
    font-size: max(1.6vw , 2rem);
    margin-bottom: 1rem;
    font-weight: 700;
}
.jattl
{
    font-size: max(1.6vw , 2rem);
    margin-bottom: 2%;
    font-weight: 700;
}
.hoken_inner
{
    background: url("../images/insurance_bg.png") no-repeat center;
    background-size: cover;
    padding: 3%;
}
.hoken_ttl
{
    text-align: center;
    color: #FFFFFF;
    padding: 1%;
    background: rgba(231,163,156,0.80);
    font-size: max(2vw , 2rem);
    margin-bottom: 6%;
}
.hoken_inner p
{
    text-align: center;
    font-size: max(1vw , 1.6rem);
    margin-bottom: 6%;
}
.free_inner
{
    background: url("../images/free_bg.png") no-repeat center;
    background-size: cover;
    padding: 3%;
    margin-bottom: 3%;
}
.free_ttl
{
    text-align: center;
    color: #FFFFFF;
    padding: 1%;
    background: rgba(138,145,194,0.80);
    font-size: max(2vw , 2rem);
    margin-bottom: 6%;
}
.free_inner p
{
    text-align: center;
    font-size: max(1vw , 1.6rem);
    margin-bottom: 6%;
}
.btn_box
{
    width: calc(100% / 3 - 3vw);
}
.jse
{
    justify-content: space-evenly;
}
.gap3
{
    gap: 3vw;
}
.recruit
{
    padding: 3vw;
    background: url("../images/recruit_bg.png")no-repeat center;
    background-size: cover;
}
.secttl
{
    text-align: center;
    margin-bottom: 3%;
    font-size: max(2vw , 2rem);
    line-height: 1;
}
.calender_box
{
    padding: 3vw;
    background: url("../images/calender_bg.png")no-repeat;
    background-size: cover;
    width: 50%;
}
.more03
{
    text-align: center;
    padding: 3% 0;
}
.gallery
{
    padding: 6% 0;
}

.f_wrap
{
    max-width: 90%;
    margin: 0 auto;
}
.f_info
{
    width: 52%;
}
.infotxt
{
    font-size: max(1vw , 1.6rem);
    text-align: center;
    margin-bottom: 3%;
}
.f_info .head-info
{
    top: 2vw;
}
.f_time
{
    width: 45%;
}
.countermeasure
{
    padding: 6% 3%;
    background: #d7f2f5;
}
.countermeasure .wrap
{
    max-width: 1200px;
    margin: 0 auto;
}
.countermeasure p
{
    margin-bottom: 3%;
}
.flex-4 .box_ttl {
    font-size: max(1vw, 1.8rem);
}

/*==================================================
コロナ対策下のアコーディオン
===================================*/
.accordion{
    width: 90%;
    margin: 6% auto 0;
}

/*.accordion-001 {
    width: 500px;
    background-color: #ffffff;
}*/

.accordion-001:not([open]) {
    margin-bottom: 5em;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #9ce6a3;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
	font-size: max(0.9vw, 2rem);
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 2em auto;
    /*padding: 1em 2em 2em 2em;*/
    color: #000000;
    transition: transform .5s, opacity .5s;
    width: 93%;
	font-size: 20px;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.accordion-001 table{
	margin: 0 auto 2em;
	font-size: max(0.9vw , 1.6rem);
	width: 93%;
	font-size: 20px;
}

.accordion-001_table caption{
	margin-bottom: 10px;
}

.accordion-001_table th,td{
	border: solid 1px #000;
	padding: 10px;
}

.accordion-001_table th{
	background-color: #d7fada;
	width: 55%;
	font-weight: normal;
}

.accordion-001_table td{
	width: 45%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
.f_info
{
    position: relative;
}
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  transition:all 0.3s;
}

#page-top a:hover{
  opacity: .6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}
@media screen and (min-width:981px) {
    .sp-only
    {
        display: none!important;
    }
}
@media screen and (max-width:980px) 
{
    .pc-only
    {
        display: none!important;
    }
    .main-visual {
  height: 65vw;
        position: relative;
}
.slide img {
  width: auto;
  max-width: none;
  height: 65vw;
}
    .mv_catch {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50vw;
}
    .mv_point {
  display: flex;
  position: absolute;
  bottom: -2%;
  left: 20%;
  width: 30vw;
}
    .newsbox {
  width: 100%;
}
    .accessbox {
  width: 100%;
}
    .feature_ttl {
  max-width: 70%;
        margin: 0 auto;
}
    .feature_sub {
  max-width: 70%;
  margin: 0 auto;
}
    .flex-2 {
  width: 100%;
        margin-bottom: 3%;
}

    .feature_deco {
  position: absolute;
  top: 23vw;
  left: 75%;
}
    .fbox_ttl img {
  max-width: 26%;
}
    .featurebox_bottom_inner {
  max-width: 100%;
  margin-left: 0;
  padding: 0;
}
    .featurebox_bottom_inner2 {
  max-width: 100%;
  margin-left: 0;
  padding: 0;
}
    .feature04 {
  width: 100%;
        margin-top: 0;
}
    .feature05 {
  width: 100%;
}
    .more2 {
  position: absolute;
  bottom: 0%;
  left: 70%;
}
    .greeting_inner {
  padding: 0 2vw 20vw 0;
}
    .medical_ttl {
  max-width: 70%;
  margin: 0 auto;
}
    .btn_box {
  width: calc(100% / 2 - 3vw);
}
    .recruit_box {
  width: 100%;
}
    .calender_box {
  width: 100%;
}
    .f_wrap {
  max-width: 100%;
}
    .f_info {
  width: 100%;
}
    .f_time {
  width: 100%;
}
    .head-info {
  position: relative;
        flex-direction: column;
}
    .head-info li:nth-of-type(1) h2 {
  font-size: 1.8rem;
}
    .head-info li:nth-of-type(1) h3 {
  font-size: 3rem;
}
    .head-info li:nth-of-type(1) p {
  font-size: 1.6rem;
}
    .head-info li:nth-of-type(2) p:nth-of-type(1) {
  font-size: 1.6rem;
}
    .head-info li:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.4rem;
}
   .feature3 .flex .flex-3 {
  width: calc(100% / 1);
  margin-bottom: 3%;
        text-align: center;
}
    .feature_wrap01 .deco_r {
  position: absolute;
  top: -1vw;
  right: 3vw;
  width: 25vw;
}
    .ttlwrap {
  padding: 3%;
}
    .deco_c {
  position: absolute;
  right: 3vw;
  top: 0;
  width: 25vw;
}
    .f_info .head-info {
  top: 2vw;
  margin-bottom: 3rem;
}
    .flex_management_l {
  width: 100%;
  text-align: center;
}
    .flex_management_r {
  width: 100%;
}
    .gap2 .flex-4 {
  width: calc(100% / 2 - 2vw);
}
    .gap2 .flex-3 {
  width: calc(100% / 1);
        text-align: center;
}
    .news_box {
  height: 300px;
  overflow-y: scroll;
}
    .feature_box_num {
  text-align: center;
  width: 25%;
  margin: 3% auto;
}
}