@charset "utf-8";

/* index PC
----------------------------------------------------------------------- */

/* .l-hero_top */
@media(min-width: 769px){
	.l-hero_top {
		position: relative;
		min-height: 900px;
		padding-top: 70px;
	}
}

.l-hero_top:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 700px;
	background: rgb(0,84,168);
	background: linear-gradient(-135deg, rgba(0,84,168,1) 0%, rgba(32,183,177,1) 100%);
	pointer-events: none;
	z-index: -1;
}

@media(min-width: 769px){
	.hero_top-wrap {
		position: relative;
		display: flex;
		justify-content: space-between;
		min-height: 832px;
	}

	.hero_top-link {
		flex: 0 0 240px;
	}
}

.hero-content_wrap {
	position: relative;
	padding-bottom: 70px;
}

.list-hero_top {
	margin-top: 52px;
	border-top: solid 1px #EFEFEF;
}

.list-hero_top > li {
	border-bottom: solid 1px #EFEFEF;
}

.list-hero_top > li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	transition: color ease .3s;
}

.list-hero_top > li a:hover {
	color: #0392E5;
}

.list-hero_top > li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0392E5;
}

@media(min-width: 769px){
	.hero_top-slide {
		flex: 0 0 730px;
		width: 730px;
		height: 740px;
	}

	.hero_top-slide.slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.hero-content.-content01 {
		width: 530px;
		height: 740px;
		box-shadow: 10px 10px 40px rgba(0, 0, 0, .2);
	}

	.hero-content.-content01 img {
		width: 530px;
		height: 740px;
		object-fit: cover;
	}
}

.hero-content.-content01 {
	position: relative;
}

.hero-content.-content01:before,
.hero-content.-content01:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-top: solid 4px #0392E5;
	border-left: solid 4px #0392E5;
}

.hero-content.-content01:before {
	top: 10px;
	left: 10px;
}
.hero-content.-content01:after {
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

@media(min-width: 769px){
	.hero-content.-content02 {
		top: 600px;
		left: 490px;
		padding: 0 20px;
	}
}
.hero-content.-content02 {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #000;
	line-height: 1;
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
	z-index: 2;
}

.hero-content.-content03 {
	position: absolute;
	top: 0;
	left: 523px;
	width: 127px;
	height: 740px;
	pointer-events: none;
	z-index: 1;
}

.hero-content.-content03 img {
	width: 100%;
}

.slide04 .hero-content.-content03 img {
	width: 55px;
}

.js-slide {
	opacity: 0;
	transition: opacity ease .2s;
}
.js-slide.slick-initialized{
	opacity: 1;
}

.slick-dots {
	bottom: 0;
	left: 570px;
	display: flex;
	justify-content: space-between;
	width: 70px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-radius: 0;
}

.slick-dots li button:before {
	content: "";
	background-color: #E5E5E5;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	background-color: #0392E5;
	opacity: 1;
}

/* deco01 */
.deco01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	z-index: 10;
}

/* l-about_top */
.l-about_top {
	margin-top: 110px;
}

.about_top-head .about_top-read {
	margin-top: 50px;
	text-align: center;
	line-height: 2;
	letter-spacing: .1em;
}

.about_top-body {
	display: flex;
	margin-top: 60px;
}

.about_top-body .ph-about_top01 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/ph-about01.jpg);
}
@media(min-width: 769px){
	.about_top-body .ph-about_top01 {
		width: calc(100% - 2px);
		height: 400px;
		margin-right: 2px;
	}
}

.about_top-body .ph-about_top01 + div {
	width: 100%;
}

.about_top-body .ph-about_top02 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/ph-about02.jpg);
}
@media(min-width: 769px){
	.about_top-body .ph-about_top02 {
		flex: 0 0 50%;
		width: 100%;
		height: 200px;
	}
}

.about_top-wrap {
	display: flex;
	justify-content: space-between;
}

.about_top-wrap .ph-about_top03 {
	width: calc(50% - 1px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/ph-about03.jpg);
}
.about_top-wrap .ph-about_top04 {
	width: calc(50% - 1px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/ph-about04.jpg);
}
@media(min-width: 769px){
	.about_top-wrap .ph-about_top03,
	.about_top-wrap .ph-about_top04 {
		height: 198px;
		margin-top: 2px;
	}
}

/* deco02 */
.deco02 {
	position: relative;
	width: 100%;
	max-width: 1714px;
	height: 405px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/top/deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-top: -132px;
	margin-bottom: -273px;
	z-index: 10;
	pointer-events: none;
}

/* l-merit_top */
.l-merit_top {
	margin-top: 150px;
	padding-bottom: 142px;
	background-color: #fff;
}

.list-merit_top {
	display: flex;
	width: 100%;
	margin-left: 28px;
}
@media(min-width: 769px){
	.list-merit_top > li {
		width: calc(100% / 4 - 28px);
		margin-left: 28px;
	}
}

.list-merit_top figure {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 254px;
	padding: 37px 20px 50px;
	background-color: #fff;
	box-shadow: 10px 10px 30px rgba(0,0,0,.16);
	border-radius: 10px;
	text-align: center;
}

.list-merit_top figure .thum-merit {
	width: 130px;
}

.list-merit_top .thum-caption {
	margin-top: 25px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.0rem;
}

.list-merit_top .merit_top-read {
	margin-top: 30px;
	line-height: 2;
}


/* l-type */
.l-type {
}


/* index end
-----------------------------------------------------------------------------