@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: 0px;
}
.h-mv--insert img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-mv--insert .inn{
	position: absolute;
	bottom: 250px;
	left: 50px;
	width: auto;
	z-index:1;
}
.h-mv--insert .inn h1{
	font-size: 5.2rem;
	font-weight: 500;
	line-height: 120%;
	color: #fff;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.h-mv--insert .inn p{
	font-size: 2.5rem;
	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;
}

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

.h-news--container{
	margin: 90px 0 0;
}
.h-news--insert{
	display: flex;
	justify-content: space-between;
}
.h-news--insert .left{
	width: 400px;
	padding: 0 0 0 90px;
}
.h-news--insert .left hr{
	width: 50px;
	margin: 16px 0;
}
.h-news--insert .right{
	width: calc(100% - 400px);
	padding: 0 90px 0 0;
}
.h-news--insert .ttl{
	color: var(--p-color);
	position: relative;
	text-align: left;
}
.h-news--insert .ttl img{
	width: 25px;
	height: auto;
	position: absolute;
	left: -34px;
	top: 12px;
	font-weight: normal;
}
.h-news--insert .ttl h2{
	position: relative;
	
}
.h-news--insert .ttl .din{
	font-size: 1.4rem;
	font-weight: 500;
	margin: 5px 0 0 0;
}
.tab{
	margin: 20px 0 0 0;
}
.tab .md .din{
	margin: 5px 0 0 0;
}
.tab li{
	cursor: pointer;
	margin: 7px 0;
	position: relative;
}
.tab li span{
	display: block;
	padding: 0;
}
.tab li.select::before{
	content: '';
	background-color: #184191;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	position: absolute;
	left: -20px;
	top: 7px;
	z-index: 0;
}
.tab li.select::after{
	content: '';
	background-color: #1EB8D4;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	left: -16px;
	top: 11px;
	z-index: 1;
}

.content li .news-list{
	width: 100%;
}
.content li .news-list dl:first-child{
	border-top: none;
	padding-top: 12px;
	margin-top: 0;
}
.hide {display:none;}

.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-layout-service{
	margin: 90px 0;
	padding: 90px 50px 0;
	position: relative;
}
.h-layout-service::before{
	  content: '';
	  display: inline-block;
	 background-image: url(../../img/bg-sky.jpg);
	 background-position: center center;
	 background-size: cover;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 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: 500px;
	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: 180px;
	border-radius: 15px 0 0 0;
	z-index: 1;
	background-color: #fff;
	display: flex;
	padding: 30px;
	align-items: center;
}
.h-service--insert .item .txt h3{
	font-size: 2.2rem;
	color: #006AB8;
	margin: 0 0 10px 0;
}
.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 .txt .inn .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	gap:0 10px;
}
.h-service--insert .item .txt .inn .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 .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: #fff;
	padding: 0px 50px 50px;
}

.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;
	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 30px!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{
	height: 260px;
	position: relative;
}
span.cat{
	font-size: 1.2rem;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	color: #719E20;
	background-color: #eaf7ff;
	padding: 5px 10px;
}
.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-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;
}








