@charset "utf-8";
/* CSS Document */

a.scroll {
  display: inline-block;
  position: absolute;
  right: 28px;
  bottom: 30px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

a.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .1);
}
a.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.h-mv--container{
	background-color: #184191;
	position: relative;
}
.h-mv--insert{
	height: calc(100vh - 124px);
	position: relative;
}
.h-mv--insert .pic{
	position: absolute;
	left: 0;
	right: 90px;
	top: 0;
	bottom: 90px;
}
.h-mv--insert img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-mv--insert .inn{
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	min-width: 1050px;
	width: 85%;
	z-index:1;
	color: #1EB8D4;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    display: flex;
    justify-content: flex-end;
}
.h-mv--insert .inn .blk{
	text-align: left;
}
.h-mv--insert .inn h1{
	font-size: 5.5rem;
	font-weight: 800;
	line-height: 120%;
}
.h-mv--insert .inn p{
	font-size: 2.5rem;
	line-height: 150%;
	font-weight: 800;
	margin: 15px 0 0 7px;
}

.h-mv--container .eng{
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: #D3F29B;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	width: 90px;
	height: calc(100vh - 214px);
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topics{
	width: 50%;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 
}
.topics .icon{
	width: 90px;
	height: 90px;
	background-color: #719E20;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topics .icon i{
	font-size: 2.4rem;
	color: #fff;
}
.topics .blk{
	margin: 0;
	width: calc(100% - 90px);
	padding: 20px;
	color: #719E20;
	position: relative;
}
.topics .blk i{
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	z-index:1;
}


.h-lead--container{
	margin: 90px 0;
	text-align: center;
}
.h-lead--container h2{
	font-size: 4.0rem;
	font-weight: 800;
	color: #006AB8;
	margin: 0 0 20px 0;
}
.h-lead--container p{
	text-align: center;
	line-height: 200%;
	font-size: 1.6rem;
}
.h-lead--container .memo{
	width: 1050px;
	margin: 30px auto 0;
	border: 1px solid #ddd;
	background-color: #F2F8FD;
	padding: 30px;
	font-size: 1.5rem;
	text-align: left;
	color: #777;
}


.h-layout-service{
	margin: 0px 0 0;
	padding: 90px 50px 90px;
	position: relative;
}
.h-layout-service::before{
	  content: '';
	  display: inline-block;
	 background-image: url(../../img/bg-sky.jpg?v=20260801j);
	 background-position: center center;
	 background-size: cover;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 /*height: 500px;*/
	 z-index: -1;
}
.h-service--insert{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0;
}
.h-service--insert .item{
	width: 50%;
	height: 400px;
	position: relative;
}
.h-service--insert .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border: 1px solid #fff;
	box-shadow:0px 4px 20px rgb(0 0 0 / 15%);
}
.h-service--insert .item .pic{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 0;
}
.h-service--insert .item:first-child .pic img{
	border-radius: 15px 0 0 0;
}
.h-service--insert .item:nth-child(3) .pic img{
	border-radius: 15px 0 0 0;
}
.h-service--insert .item .txt{
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 0px;
	height: 140px;
	border-radius: 15px 0 0 0;
	z-index: 1;
	background-color: #fff;
	display: flex;
	padding: 30px;
	align-items: center;
	justify-content: space-between;
}
.h-service--insert .item .txt h3{
	font-size: 2.2rem;
	color: #006AB8;
	margin: 0 0 0px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 4px;
}
.h-service--insert .item .txt h3 img{
	height: 50px;
	width: auto;
}
.h-service--insert .item .txt .inn{
	display: flex;
	justify-content: space-between;
}
.h-service--insert .item .txt .inn p{
	width: calc(100% - 170px);
}
.h-service--insert .item .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	gap:0 10px;
}
.h-service--insert .item .more i{
	color: #fff;
    background-color: #1EB8D4;
    padding: 7px;
    border-radius: 100px;
    line-height: 1;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

.h-layout-picTxt{
	margin: 90px 0;
}
.h-layout-picTxt .insert{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h-layout-picTxt .insert .pic{
	width: 50%;
	height: 400px;
}
.h-layout-picTxt .insert .g-map{
	background-color: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-layout-picTxt .insert .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-layout-picTxt .insert .txt{
	width: 46%;
}
.h-layout-picTxt .insert .txt h3{
	font-size: 3.0rem;
	color: #006AB8;
	margin: 0 0 20px 0;
}
.h-layout-picTxt .insert .txt .bt{
	width: 200px;
	margin: 30px 0 0 0;
}




/********/

.h-layout-picLink{
	margin: 90px 0;
}
.picLink-col2{
	padding: 150px 0 0 0;
	margin: 0 0 50px 0;
	position: relative;
}
.picLink-col2::before{
	  content: '';
	  display: inline-block;
	  background-image: url(../../img/bg01.jpg);
	  background-size: cover;
	  position: absolute;
	  top: 0;
	  left: 30%;
	  right: 0;
	  height: 490px;
	  z-index: -1;
}
.picLink-col2 .inn{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 40px;
	width: 70%;
}
.picLink-col2 .inn .item{
	width: 49%;
	position: relative;
}
.picLink-col2 .inn .item .pic {
	height: 300px;
	margin: 0 0 20px 0;
}
.picLink-col2 .inn .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.picLink-col2 .inn .item .txt h3{
	font-size: 2.2rem;
	color: #006AB8;
	margin: 0 0 10px 0;
}

.picLink-col2.even::before{
	  background-image: url(../../img/bg02.jpg);
	  left: 0;
	  right: 30%;
}
.picLink-col2.even .inn{
	margin: 0 0 0 30%;
}

.h-info--container{
	background-color: #FDF3EB;
	padding: 90px 50px 120px;
}

.h-info--insert{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.h-info--insert.col2 .item{
	width: calc(100% / 2);
}
.h-info--insert.col3 .item{
	width: calc(100% / 3);
}
.h-info--insert .item{
	position: relative;
	height: 420px;
}

.h-info--insert .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-info--insert .item .txt{
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.h-info--insert .item .txt .icon i{
	font-size: 3.0rem;
}
.h-info--insert .item .txt .icon {
	margin: 0 0 5px 0;
}
.h-info--insert .item .txt p{
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.h-info--insert .item .txt .din{
	font-weight: 500;
	font-size: 1.4rem;
}

.bnr-mimihara2030{
	height: 450px;
	position: relative;
}
.bnr-mimihara2030 img.bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.bnr-mimihara2030 .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 1050px;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.bnr-mimihara2030 .inn img{
	width: 100%;
	height: auto;
}


.h-slide--container{
	position: relative;
	padding: 90px 0 180px;
	overflow: hidden;
}
.h-slide--container::before{
	content: '';
	width: 50%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.h-slide--insert{
	display: flex;
	justify-content: space-between;
}
.h-slide--insert .ttl{
	width: 400px;
	padding: 0 0 0 90px;
	color: #719E20;
	position: relative;
}
.h-slide--insert .ttl i{
	font-size: 3.5rem;
	position: absolute;
	left: -40px;
	top: 4px;
	font-weight: normal;
}
.h-slide--insert .ttl h2{
	position: relative;
}
.h-slide--insert .ttl .din{
	font-size: 1.4rem;
	font-weight: 500;
	margin: 5px 0 0 0;
}

.h-slide--insert .slide{
	width: calc(100% - 400px);
}
.slide .arrow{
	position: absolute;
	bottom: -60px;
	display: flex;
	align-items: center;
	gap:0 7px;
	font-weight: 500;
	font-size: 1.4rem;
}
.slide .arrow i{
	color: var(--p-color);
    background-color: #f1f1f1;
    padding: 12px;
    border-radius: 100px;
    line-height: 1;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.slide .next{
	left: 100px;
}

.h-slide--insert .slide .item{
	width: 400px!important;
	margin: 0 15px!important;
	display: block;
	position: relative;
}
.h-slide--insert .slide .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-slide--insert .slide .item .pic{
	position: relative;
}
.h-slide--insert .slide .item .pic .data{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 15px 20px 0 0;
	width: 80%;
	color: #777;
}
.h-slide--insert .slide .item p{
	color: var(--p-color);
	font-size: 1.6rem;
	font-weight: 500;
	margin: 10px 0 0 0;
}
.h-pdf-link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 12px;
}
.h-pdf-link i{
	font-size: 1.8rem;
	font-weight: normal;
	color: #777;
}
.h-pdf-link .list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.h-pdf-link .list a{
	color: #777;
}
.h-pdf-link .list a::after{
	content: '｜';
}
.h-pdf-link .list a:last-child::after{
	display: none;
}

.h-news--container{
	margin: 90px 0;
}

.tab{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.tab li{
	cursor: pointer;
	width: calc(100% / 5);
	text-align: center;
}
.tab li span{
	display: block;
	padding: 15px 0;
	background-color: #F1F1F1;
	border: 1px solid #fff;
}
.tab li.select span{
	background:var(--p-color);
	color:#fff;
}
.content li .news-list{
	width: 100%;
}
.content li .news-list dl:first-child{
	border-top: none;
}
.hide {display:none;}

.h-news--container .insert .news-list dl{
	display: block;
}
.h-news--container .insert .news-list dl:first-child{
	padding-top: 0px;
}

.more-big a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #1EB8D4;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	position: relative;
}
.more-big span{
	text-align: center;
	padding: 15px 0 0 0;
	color: #fff;
}
.more-big span i{
	font-size: 4.0rem;
}
.more-big span small{
	display: block;
	width: 100%;
	line-height: 1;
	font-size: 1.5rem;
	margin: 7px 0 0 0;
}
.h-news--container .insert .more-big{
	position: absolute;
	right: -60px;
	top: 120px;
}
.h-reg--insert{
	height: 450px;
	position: relative;
}
.h-reg--insert .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.h-reg--insert .inn .title{
	margin-bottom: 20px;
}
.h-reg--insert .inn .bt{
	margin-top: 20px;
}

.h-area-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}
.h-area-list p{
	margin: 2px 0;
	width: 50%;
	
}
.h-area-list p a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 7px;
}
.h-area-list p a i{
	color: #1EB8D4;
}


.h-hours--container{
	position: relative;
	padding: 90px 90px 0px 0;
	overflow: hidden;
}
.h-hours--container::before{
	content: '';
	width: 50%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.h-hours--insert{
	display: flex;
	justify-content: space-between;
}
.h-hours--insert .ttl{
	width: 400px;
	padding: 0 0 0 90px;
	color: #719E20;
	position: relative;
}
.h-hours--insert .ttl p{
	font-size: 1.4rem;
	margin: 20px 0 0 0;
	color: #777;
}
.h-hours--insert .ttl i{
	font-size: 3.5rem;
	position: absolute;
	left: -40px;
	top: 4px;
	font-weight: normal;
}
.h-hours--insert .ttl h2{
	position: relative;
}
.h-hours--insert .ttl .din{
	font-size: 1.4rem;
	font-weight: 500;
	margin: 5px 0 0 0;
}

.h-hours--insert .s-hours{
	width: calc(100% - 400px);
}

.s-hours table tr {
    border: 1px solid #ddd;
}
.s-hours table thead tr th,
.s-hours table thead tr td{
	background-color: #F6F7D7;
	color: #719E20;
}
.s-hours table tr th {
    padding: 7px 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #719E20;
    line-height: 130%;
}
.s-hours table tr td {
    padding: 7px 15px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 130%;
}
.s-hours table tr td span{
	display: block;
	font-size: 1.4rem;
	color: #777;
	line-height: 1;
	margin: 5px 0 7px 0;
}
.s-hours table tr td p{
	margin: 0;
	color: #E53C56;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0 5px;
}
.s-hours table tr td p span{
	background-color: #E53C56;
	color: #fff;
	font-size: 1.4rem;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blue{
	color: var(--p-color);
}
.s-hours table tr.even{
	background-color: #FFF8F3;
}

.h-service--insert__panel{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:20px;
}
.h-service--insert__panel .panel{
	width: 22%;
	text-align: center;
	background-color: #fff;
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 35px 20px 25px;
	transition: all .3s ease-in-out;
}
.h-service--insert__panel .panel:hover{
	border: 1px solid var(--p-color);
}

.h-service--insert__panel .panel .icon img{
	width: 65px;
	height: auto;
}
.h-service--insert__panel .panel .arrow img{
	width: 36px;
	height: auto;
}

.h-service--insert__panel .panel p{
	font-size: 2.4rem;
	font-weight: 800;
	margin: 5px 0 15px 0;
	color: var(--p-color);
}

.h-about--container{
	position: relative;
	padding: 0 90px 90px 0;
}
.h-about--container::before{
	content: '';
	display: block;
	background-color: #FDF3EB;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	z-index: -1;
}
.h-about--insert{
	display: flex;
	justify-content: space-between;
}
.h-about--insert .pic{
	width: 480px;
	height: 720px;
}
.h-about--insert .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.h-about--insert .txt{
	width: calc(100% - 480px);
	background-color: #184191;
	padding: 90px;
	border-radius: 0 20px 20px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-about--insert .txt p{
	line-height: 250%;
}
.h-about--insert .txt .title{
	color: #fff;
}

.h-layout-bnr {
    margin: 0 0 0;
    padding: 90px 0px 90px;
}
.h-bnr--insert{
	width: 1050px;
	margin: 0 auto;
}
.h-bnr--insert img{
	width: 100%;
	height: auto;
}

.h-medical--container{
	background-color: #FDF3EB;
	margin: 0px 0 0 0;
}
.h-medical--insert{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.h-medical--insert .pic{
	width: 50%;
	position: relative;
}
.h-medical--insert .pic img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.h-medical--insert .txt{
	width: 50%;
	height: 700px;
	display: flex;
	align-items: center;
	position: relative;
}

.h-medical--insert .txt .inn{
	width: 80%;
	margin: 0 auto;
}
.h-medical--insert .txt .inn h3{
	font-size: 4.0rem;
	line-height: 130%;
	color: #006AB8;
	margin: 30px 0;
}
.h-medical--insert .txt .inn .ttl{
	position: relative;
	color: #006AB8;
}
.h-medical--insert .txt .inn .ttl h2{
	font-size: 1.5rem;
}
.h-medical--insert .txt .inn .ttl .din{
	font-size: 3.0rem;
}
.h-medical--insert .txt .inn .ttl .icon {
	position: absolute;
	left: -35px;
	top: -4px;
}
.h-medical--insert .txt .inn .ttl .icon img{
	height: 22px;
	width: auto;
}

.more-big {
	position: absolute;
	right: -90px;
}
.more-big a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #1EB8D4;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	position: relative;
}
.more-big span{
	text-align: center;
	padding: 15px 0 0 0;
	color: #fff;
}
.more-big span i{
	font-size: 4.0rem;
}
.more-big span small{
	display: block;
	width: 100%;
	line-height: 1;
	font-size: 1.5rem;
	margin: 7px 0 0 0;
}










/* ==================================================
   トップページの <picture> 対応
   --------------------------------------------------
   <picture> の既定値は display:inline のため、
   img 側に height:100% や position:absolute を指定している箇所では
   picture 自身にも大きさを与えないと高さが解決できず表示が崩れる。

   ※ .pc / .sp を併用している箇所（バナー・所長写真）では
     display を上書きしないこと。
     general.css / responsive.css の PC・SP 切り替えが効かなくなる。
   ================================================== */
.h-service--insert .item .pic picture{
	display: block;
	width: 100%;
	height: 100%;
}
.h-medical--insert .pic picture{
	display: block;
}
.h-about--insert .pic picture{
	width: 100%;
	height: 100%;
}
.h-bnr--insert picture{
	width: 100%;
}
