@charset "utf-8";

/* ======================================================

	カスタマイズ

====================================================== */
.sec-hybridp .hero__name{
	max-width: 500px;
	margin: 0 auto;
}
.sec-hybridp .hero__catch{
	color: #ffffff;
}
.hybrid-intro{
	text-align: center;
}
.hybrid-intro__title{
	margin-bottom: .5em;

	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
}
.hybrid-intro__desc{
	margin-bottom: 2em;
}
.p-check{
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.hybrid-intro__title{
		font-size: 2.1rem;
	}
}

/* ======================================================

	円

====================================================== */
.c-col-36{ width: 36%; }
.c-col-64{ width: 64%; }

.circle,
.circle2{
	position: relative;
    width: 100%;
}
.circle::before,
.circle2::before{
	content: "";
    display: block;
    padding-top: 100%;
}
.circle__content,
.circle2__content{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #295c98;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    color: #ffffff;
}
.circle__inner,
.circle2__inner{
	width: 100%; /* forIE11 */
}
/*.circle__inner{*/
	/*max-width: 210px;*/
	/*margin: 0 auto;*/
/*}*/
/*.circle__icon{*/
	/*font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.47;
	color: #ffffff;*/
	/*position: relative;*/
/*}*/
.circle__icon picture{
	display: block;
	width: 70%;
	margin: -10% auto 0;
}
.circle__title{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	color: #009cc0;
}
.circle__text,
.circle__list{
	/*font-size: 1.7rem;*/
	font-weight: bold;
	text-align: center;
	/*background-color: #ff0000;*/
}
@media screen and (max-width: 991px) {
	.circle__icon picture{
		width: 180px;
		margin: 0 auto 10px;
	}
	.circle__text,
	.circle__list{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.circle{
		max-width: 100%;
	}
	.circle__icon picture{
		width: 280px;
	}
	.circle__text,
	.circle__list{
		font-size: 1.7rem;
		text-align: left;
	}
	.circle__list li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.circle::before{
		content: none;
	}
	.circle__content{
		position: relative;
		display: block;
		padding: 10px 0;
	    background-color: transparent;
	    border-radius: 0;
	}
}
/* ======================================================

	レイアウト

====================================================== */
.p-check--circle{
	display: flex;
	align-items: center;
	margin-left: calc( -180 / 640 * 100% );
	padding: 50px 50px 50px calc( 210 / 640 * 100% );
	min-height: 360px;
}
@media screen and (max-width: 767px) {
	.p-check--circle{
		display: block;
		margin-left: 0;
		padding: 0;
		min-height: auto;
	}
}
/* ======================================================

	ハイブリッドパスの4つの機能

====================================================== */
.circle2-wrap{
	position: relative;
	max-width: 860px;
	margin: 0 auto 20px;
}
.circle2-x{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    width: 350px;
	height: 350px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.circle2-x__title{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #295c94;
}
@media screen and (max-width: 767px) {
	.circle2-wrap{
		margin: 0 auto 0;
	}
	.circle2-x{
		position: relative;
		border: none;
	    border-radius: 0;
	    margin-bottom: 20px;
	    width: auto;
		height: auto;
		top: 0;
		left: 0;
		transform: none;
	}
	.circle2-wrap .c-row{
		margin-left: 0;
		margin-right: 0;
		border: 2px solid #ffffff;
	}
}
/******************************************************/
.circle2{
    margin-bottom: 20px;
}
.circle2__content{
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    color: #000000;
}
.circle2__inner{
	max-width: 230px;
	margin: 0 auto;
}
.circle2__icon{
	max-width: 90px;
	margin: 0 auto 20px;
}
.circle2__title{
	font-size: 2.0rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.circle2{
		padding: 25px 0;
	}
	.circle2::before{
		content: none;
	}
	.circle2__content{
		position: relative;
	    border: none;
	    border-radius: 0;
	}
}
/* ======================================================

	各セクション

====================================================== */
.hy-sec{
	padding: 40px;
	background-color: #ffffff;
}
.hy-sec__title{
	margin-bottom: 20px;

	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.hy-sec__title span{
	display: block;
	max-width: 60px;
	margin: 0 auto;
}
.hy-sec__list{
	margin-bottom: 20px;
}
.hy-sec .c-col-48{ width: 48%; }
.hy-sec .c-col-52{ width: 52%; }
.hy-sec .c-col-37{ width: 37%; }
.hy-sec .c-col-46{ width: 46%; }

/********************************************************/
.hy-sec-blk{
	margin-bottom: 40px;
}
.hy-sec-blk__title{
	margin-bottom: 10px;

	font-size: 1.8rem;
	font-weight: bold;
	color: #0a5097;
}