@charset "UTF-8";
/*---------------------------------------------
all
---------------------------------------------*/
.wrap{
	min-width:1440px;
}
.inner{
	max-width:1200px;
	margin:auto;
}
.marker01{
	display:inline-block;
	background: linear-gradient(transparent 60%, #ffe000 60%);
}
.marker02{
	display:inline-block;
	background: linear-gradient(transparent 75%, #ffe000 25%);
}
.iBlock{
	display:inline-block;
}
.indentTxt li{
	padding:0 0 0 1em;
	text-indent:-1em;
}
@media only screen and (min-width: 751px) {
	.u-sp{
		display:none !important;
	}
	.pc_mr10{
		margin-right:10px;
	}
	.pc_mr20{
		margin-right:20px;
	}
	.pc_mr40{
		margin-right:40px;
	}
	.pc_mr80{
		margin-right:80px;
	}
	.pc_wid01{
		width:748px;
		margin:auto;
	}
	.pc_wid02{
		width:760px;
		margin:auto;
	}
}
@media only screen and (max-width: 750px) {
	.u-pc{
		display:none !important;
	}
	.wrap{
		min-width:100%;
	}
	.sp_mr10{
		margin-right:10px;
	}
	.sp_mr15{
		margin-right:15px;
	}
	.sp_mr20{
		margin-right:20px;
	}
	.wrap .sp_mt40{
		margin-top:40px;
	}
}

/*---------------------------------------------
header
---------------------------------------------*/
header{
	background:#fff;
	padding:30px 0;
}
.head_logo{
	width:176px;
	margin:auto;
}
@media only screen and (max-width: 750px) {
	header{
		padding:20px 0;
	}
	.head_logo{
		width:120px;
	}
}
/*---------------------------------------------
footer
---------------------------------------------*/
footer{
	background:#e2e2e2;
	padding:90px 0 0;
	text-align:center;
}
.copyright{
	background:#fff;
	display:block;
	font-size:0.857em;
	padding:1em 0;
}
.footSec{
	background:#fff;
	margin:0 0 90px;
	padding:90px 0;
}
.footSec_tit{
	font-size:2.286em;
	margin:0 0 30px;
	font-weight:bold;
}
.foot_btn{
	width:860px;
	margin:auto;
	display:flex;
	justify-content:center;
	border-radius:10px;
	box-shadow:3px 3px 6px rgba(0,0,0,0.4);
	align-items:center;
}
.foot_btn_tit{
	font-size:3.000em;
	font-weight:bold;
}
.foot_btn-entry{
	background:#ff7300;
	padding:55px 0;
	color:#fff;
}
.foot_btn-line{
    background: #1dc45d;
}
.footSec_tit-entry{
	color:#ff7300;
}
.foot_btn-entry_icon{
	width:50px;
	margin:0 20px 0 0;
}
.entry_tel{
	margin:30px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.entry_tel_titArea{
	text-align:left;
	margin:0 100px 0 0;
}
.entry_tel_tit{
	font-size:1.714em;
	font-weight:bold;
}
.entry_tel_comment{
	font-size:0.714em;
	font-weight:bold;
}
.entry_tel_num{
	position:relative;
	font-size:3.000em;
}
.entry_tel_num{
	font-size:3.000em;
	font-weight:bold;
	position:relative;
}
.entry_tel_num::before{
	content:"";
	display:block;
	width:22px;
	height:40px;
	background:url(../img/icon_phone.png) no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	right:calc(100% + 20px);
	transform:translateY(-50%);
}
.footSec_tit-more{
	color:#00168d;
}
.foot_btn-more{
	background:#e1efff;
	border:1px solid #00168d;
	color:#00168d;
	padding:25px 0;
}
.foot_btn-more_icon{
	width:68px;
	margin:0 20px 0 0;
}
.more_btn_logo{
	margin:0 0 0 20px;
	width:160px;
}
@media only screen and (max-width: 750px) {
	footer{
		padding:40px 0 0;
	}
	footer .inner{
		max-width:calc(100% - 40px);
	}
	.copyright{
		font-size:0.714em;
		padding: 1em 20px;
		line-height:1.6;
	}
	.footSec{
		margin:0 0 20px;
		padding:20px;
	}
	.footSec_tit{
		font-size:1em;
		margin:0 0 15px;
	}
	.foot_btn{
		width:100%;
	}
	.foot_btn_tit{
		font-size:1.143em;
		text-align:left;
	}
	.foot_btn-entry{
		padding:15px 20px;
	}
	.foot_btn-entry_icon{
		width:25px;
		margin:0 10px 0 0;
	}
	.entry_tel{
		margin:20px 0 ;
		display:block;
	}
	.entry_tel_titArea{
		text-align:center;
		margin:0 0 10px;
	}
	.entry_tel_tit{
		font-size:1em;
	}
	.entry_tel_comment{
		font-size:0.714em;
	}
	.entry_tel_num{
		font-size:1.714em;
		display:inline-block;
	}
	.entry_tel_num::before{
		width:12px;
		height:20px;
		right:calc(100% + 10px);
	}
	.foot_btn-more{
		padding: 15px 10px;
	}
	.foot_btn-more_icon{
		width:25px;
		margin:0 10px 0 0;
	}
	.more_btn_logo{
		margin:0 0 0 10px;
		width:100px;
		display:none;
	}
}

/*---------------------------------------------
main
---------------------------------------------*/
/* view */
.mainView{
	position:relative;
	margin:0 0 40px;
}
.mainView_img{
	position:relative;
	text-align:center;
	z-index:10;
}
.mainView_bg{
	display:flex;
	position:absolute;
	z-index:1;
	width:100%;
	top:0;
	left:0;
}
.mainView_bg li{
	width:50%;
	height:600px;
	position:relative;
	z-index:1;
}
.mainView_bg li:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.mainView_bg_item01{
	background:url(../img/main_bg01.jpg) no-repeat center center;
	background-size:cover;
}
.mainView_bg_item01::after{
	background:rgba(1,23,142,0.8);
}
.mainView_bg_item02{
	background:url(../img/main_bg02.jpg) no-repeat center center;
	background-size:cover;
}
.mainView_bg_item02:after{
	background:rgba(38,141,0,0.8);
}
/* Gnav */
.navList{
	display:flex;
	margin:0 0 120px;
}
.navList li:not(:last-child){
	border-right:1px solid #666;
}
.navList_item01{
	width:240px;
}
.navList_item02,
.navList_item03{
	width:370px;
}
.navList_item04{
	width:220px;
}
.navList a{
	display:flex;
	align-items:center;
	font-size:1.714em;
	font-weight:bold;
}
.navList li:nth-child(odd) a{
	color:#01178e;
}
.navList li:nth-child(even) a{
	color:#268d00;
}
.navList_item02 a,
.navList_item03 a{
	justify-content:center;
}
.navList_item04 a{
	justify-content:flex-end;
}
.navList_icon{
	width:60px;
	margin:0 20px 0 0;
}
/**/
.mainTit{
	font-size:3.000em;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px;
}
.aboutUs{
	border:1px solid #666;
	padding:80px 0;
	display:flex;
	align-items:center;
	margin:0 0 160px;
}
.aboutUs_tit{
	text-align:center;
	width:530px;
	flex-shrink:0;
	font-size:2.571em;
	font-weight:bold;
}
.aboutUs_list{
	font-size:1.714em;
}
/* sec */
.sec{
	padding:30px 100px 100px;
	position:relative;
	margin:0 0 160px;
}
.sec::after{
	content:"";
	display:block;
	width:300px;
	height:300px;
	border-radius:50%;
	position:absolute;
	top:-70px;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
}
.sec-blue,
.sec-blue::after{
	background:#01178e;
}
.sec-green,
.sec-green::after{
	background:#268d00;
}
.sec_tit{
	text-align:center;
	color:#fff;
	font-size:2.286em;
	font-weight:bold;
	position:relative;
	margin:0 0 30px;
}
.sec_tit_icon{
	width:80px;
	position:absolute;
	bottom:100%;
	left:50%;
	transform:translateX(-50%);
}
.sec_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 -20px;
}
.sec_list > li{
	background:#fff;
	padding:40px 40px 60px;
	margin:0 0 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align:center;
}
.wid-half{
	width:49%;
}
.wid-third{
	width:32%;
}
.wid-seven{
	width:66%;
}
.wid-all{
	width:100%;
}
.sec_list_flex{
	display:flex;
	justify-content:center;
	margin:0 0 60px;
}
.sec_list_flex:not(.sec_list_flex-top){
	align-items:flex-end;
}
.sec_list_titArea{
	height:210px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
    position: relative;
}
.sec-blue .sec_list_titArea{
	color:#01178e;
}
.sec-green .sec_list_titArea{
	color:#268d00;
}
.sec-green .sec_list_titArea .sec_list_txt_comment{
	color:#333333;
    font-weight: bold;
}
.sec_list_tit01{
	font-size:1.714em;
	font-weight:bold;
	margin:0 0 20px;
}
.sec_list_tit02{
	font-size: 8.370em;
	font-weight:bold;
	line-height:1;
}
.sec_list_tit02-small{
	font-size:0.267em;
	vertical-align:baseline;
	padding-right: 10px;
}
.sec_list_tit02-big{
	font-size:11.429em;
}
.sec_list_tit02-big .sec_list_tit02-small{
	font-size:0.300em;
}
.sec_list_img-small{
	width:132px;
}
.sec_list_img-big{
	width:242px;
}
.sec_list_img-big02{
	width:262px;
}
.sec_list_img-big03{
    margin-top: auto;
	width:412px;
}
.sec_list_txt{
	position:relative;
	z-index:2;
	font-size:1.286em;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sec_list_txt_comment{
	font-size:0.714em;
	position:absolute;
	top:calc(100% + 15px);
	right:-5px;
}
.sec_list_txt-low{
	height:59px;
}
.sec_list_txt-middle{
	height:96px;
}
.sec_list_txt-high{
	height:123px;
}
.health_img{
	width:190px;
}
.sec_list_txt::before,
.sec_list_txt::after{
	width:100px;
	height:40px;
	content:"";
	display:block;
	position:absolute;
	z-index:1;
}
.sec_list_txt::before{
	border-top:1px solid;
	border-left:1px solid;
	top:-5px;
	left:-5px;
}
.sec_list_txt::after{
	border-bottom:1px solid;
	border-right:1px solid;
	bottom:-5px;
	right:-5px;
}
.sec-blue .sec_list_txt{
	background:#e1f1ff;	
}
.sec-blue .sec_list_txt::before,
.sec-blue .sec_list_txt::after{
	border-color:#01178e;
}
.sec-green .sec_list_txt{
	background:#efffcc;
}
.sec-green .sec_list_txt::before,
.sec-green .sec_list_txt::after{
	border-color:#268d00;
}
.sec_list_safeBox01,
.sec_list_safeBox02{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:255px;
	width:50%;
}
.sec_list_safeBox01{
	color:#01178e;
}
.sec_list_safeBox02{
	padding:0 0 0 40px;
}
.sec_list_safeBox02_tit{
	font-size:1.714em;
	color:#01178e;
	font-weight:bold;
	margin:0 0 10px;
	text-align:left;
}
.sec_list_safeBox02_list{
	font-size:1.143em;
	font-weight:bold;
	display:flex;
	flex-wrap:wrap;
	text-align:left;
}
.sec_list_safeBox02_list li{
	width:50%;
	margin:0 0 10px;
}
.safe-all{
	margin:0;
}
/* flow bnr */
.flow_form{
	width:210px;
	height:210px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	position:fixed;
	right:-20px;
	bottom:100px;
	z-index:1000;
	background:#ff7300;
	color:#fff;
	font-size:1.714em;
	border-radius:50%;
	transform:translateX(100%);
	transition:.2s;
	text-align:center;
}
.flow_form_icon{
	width:50px;
	height:40px;
	margin:0 auto 10px;
}
.flow_form.scrolled{
	transform:translateX(0);
}
@media only screen and (max-width: 750px) {
	/* view */
	.mainView{
		margin:0 0 20px;
	}
	.mainView img{
		width:100%;
	}
	.mainView_bg{
		display:none;
	}
	/* Gnav */
	.navList{
		margin:0 0 40px;
	}
	.navList li:not(:last-child){
		border-right:none;
	}
	.navList_item01{
		width:25%;
	}
	.navList_item02,
	.navList_item03{
		width:25%;
	}
	.navList_item04{
		width:25%;
	}
	.navList a{
		font-size:0.857em;
		display:block;
		text-align:center;
	}
	.navList_icon{
		width:30px;
		margin:0 auto 10px;
	}
	/**/
	.mainTit{
		font-size:1.286em;
		margin:0 0 20px;
	}
	.aboutUs{
		padding:20px;
		flex-direction:column;
		margin:0 auto 80px;
		max-width:calc(100% - 20px);
	}
	.aboutUs_tit{
		text-align:center;
		width:100%;
		font-size:1.000em;
		margin:0 0 20px;
	}
	.aboutUs_list{
		font-size:0.857em;
	}
	/* sec */
	.sec{
		padding:15px 20px 20px;
		margin:0 0 80px;
	}
	.sec::after{
		width:100px;
		height:100px;
		top:-30px;
	}
	.sec_tit{
		font-size:1.286em;
		margin:0 0 15px;
	}
	.sec_tit_icon{
		width:40px;
	}
	.sec_list{
		display:block;
	}
	.sec_list > li{
		padding: 25px 20px 30px;
		display: block;
	}
	.wid-half,
	.wid-third,
	.wid-seven{
		width:100%;
	}
	.sec_list_flex{
		margin:0 0 30px;
	}
	.sec_list_titArea{
		height:auto;
	}
	.sec_list_tit01{
		font-size:1em;
		margin:0 0 10px;
	}
	.sec_list_tit02,
	.sec_list_tit02-big{
		font-size:5.000em;
	}
	.sec_list_tit02-small{
		padding-right: 5px;
	}
	.sec_list_img-small{
		width:66px;
	}
	.sec_list_img-big{
		width:121px;
	}
	.sec_list_img-big02{
		width:131px;
	}
	.sec_list_txt{
		font-size:1em;
		height:auto;
		padding:15px 20px;
	}
	.sec_list_txt_comment {
		top: calc(100% + 10px);
	}
	.sp_list_flex{
		flex-wrap:wrap;
	}
	.health_img{
		width:100%;
		text-align:center;
		margin:20px 0 0;
	}
	.health_img img{
		width:100px;
	}
	.sec_list_txt::before,
	.sec_list_txt::after{
		width:50px;
		height:20px;
	}
	.sec_list_safeBox01,
	.sec_list_safeBox02{
		height:auto;
		width:100%;
		justify-content:center;
		align-items:center;
	}
	.sec_list_safeBox01{
		margin:0 0 20px;
	}
	.sec_list_safeBox02{
		padding:0;
	}
	.sec_list_safeBox02_tit{
		font-size:1em;
		text-align:left;
	}
	.sec_list_safeBox02_list{
		font-size:0.857em;
		width:100%;
		margin:0 0 20px;
	}
	.sec_list_safeBox02_list li{
		width:50%;
		margin:0 0 5px;
		min-width:13em;
	}
	/* flow bnr */
	.flow_form{
		width:100px;
		height:100px;
		font-size:1em;
		right:-10px;
		bottom:40px;
	}
	.flow_form_icon{
		width:25px;
		margin:0 auto 5px;
		height:auto;
	}
}
/*---------------------------------------------
2309追加
---------------------------------------------*/
.mainIcon{
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e50110;
	color: #FFF;
	font-size: 1.714em;
	font-weight: bold;
	margin-left: 380px;
	margin-top: 20px;
	text-align: center;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	letter-spacing: 0.1em;
	z-index: 100;
	
	width: 8em;
	height: 8em;
	flex-direction: column;
}
.mainIcon .mainIcon-large{
	line-height: 110%;
	font-size: 1.5em;
	margin-top: 0.5em;
}
@media only screen and (max-width: 750px) {
	.mainIcon{
		left: auto;
		right: 0;
		font-size: 1em;
		margin-left: 0;
		margin-top: 10px;
		margin-right: 10px;	
		width: 10em;
		height: 10em;
	}
	.mainIcon .mainIcon-large{
		line-height: 110%;
		font-size: 2.5em;
		margin-top: 0.25em;
	}
}

.footSec_tit{
	margin: 30px 0;
}
.footSec_tit-entry{
	margin-top: 60px;
	color: #00168d;
}
.entry_tel{
	display:flex;
	align-items:center;
	justify-content:center;
	
	margin:30px auto 0;
	border: 1px solid #00168d;
	padding: 25px 0;
	max-width: 860px;
	border-radius: 10px;
}
@media only screen and (max-width: 750px) {
	.entry_tel{
		flex-direction: column;
	}
}
.entry_form{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 860px;
	margin: 0 auto 30px;
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.entry_form{
		flex-direction: column;
	}
}
.entry_form_area{
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #ff7300;
	width: 100%;
	padding: 10px 20px 20px;
}

.entry_form_tit{
	padding: 1em 0;
	font-size: 2.286em;
	color: #ffffff;
}
@media only screen and (max-width: 750px) {
	.entry_form_tit{
		font-size: 1em;
	}
}

.entry_form_btn a{
	display: block;
	padding: 1em 0;
	font-size: 1.286em;
	background:#ffffff;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	color: #ff7300;
	letter-spacing: 0.25em;
}
@media only screen and (max-width: 750px) {
	.entry_form_btn a{
		font-size: 1em;
	}
}





