@charset "utf-8";
/*=============================
		ttl_fukidashi
===============================*/
.ttl_fukidashi{
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	background: #0e5e99;
}
.ttl_fukidashi::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -60px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #0e5e99 transparent transparent transparent;
}
/*=============================
		headline
===============================*/
.hl_underline{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 40px;
	line-height: 1.3;
	padding-bottom: 20px;
}
.hl_underline span{
	color: #00add6;
}
.hl_underline::before,
.hl_underline::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
}
.hl_underline::before{
	width: 100%;
	background: #b7cfe0;
	z-index: 1;
}
.hl_underline::after{
	width: 180px;
	background: #0e5e99;
	z-index: 2;
}

/*=============================
		white_box
===============================*/
.white_box{
	background: #fff;
	border-radius: 20px;
	padding: 60px;
}
/*=============================
		mainvisual
===============================*/
#mainvisual{
	width: 100%;
	min-height: 460px;
	height: 42.2vw;
	background: url("../images/mainvisual_bg.webp") no-repeat bottom center;
	background-size: cover;		
}
#mainvisual .textbox{
	width: 59%;
	padding-left: 3.4%;
	padding-top: 2.8vw;
}
#mainvisual h1{
	margin-bottom: 1.8vw;
}/*
#mainvisual ul {
	display: flex;
	justify-content: center;
	column-gap: 0.5vw;
	margin-top: 1.3vw;
}
#mainvisual ul li{
	width: calc((100% - 2vw) / 3);
}*/
#mainvisual .detail{
	padding-left: 21.5%;
	margin-top: 2.5vw;
}
#mainvisual .chance{
	position: absolute;
	width: 26.7%;
	height: auto;
	right: 0;
	top: 1.8vw;
	z-index: 2;
}

/*=============================
		contact_1
===============================*/
.contact_common{
	background: #00add6;
	padding: 35px 0 45px;
}
.contact_common h2{
	font-size: 28px;
	text-align: center;
}
.contact_common h2 .slash{
	font-family: 'Zen Maru Gothic', sans-serif;
    display: inline-block;
    padding: 0 45px;
    color: #fff;
    line-height: 1.4;
    background: url(../images/contact_slash_left.svg) no-repeat left bottom, url(../images/contact_slash_right.svg) no-repeat right bottom;
    background-size: 20px auto;
}
.contact_common h2 .yellow{
	display: inline-block;
	margin-right: 5px;
	color: #ffeb00;
	font-size: 36px;
}
.contact_common .white_box .flex_wrap{
	align-items: center;
    justify-content: center;
	width: 100%;
}
.contact_common .white_box{
	width: 880px;
	margin: 20px auto 0;
	padding: 30px 50px 35px;
	border-radius: 10px;
}
.contact_common .white_box p.tx_ca {
	clear: both;
	width: 100%;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0;
	padding: 18px 0px 0px 0px;
}

.contact_common .white_box .flex_wrap{
	column-gap: 40px;
}
.contact_common .telbox a{
	display: block;
	transition: opacity .4s ease;
}
.contact_common .telbox a img{
	display: block;
}
.contact_common .telbox a:hover{
	opacity: 0.6;
}
.contact_common .telbox p {
	clear: both;
	width: 100%;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
	letter-spacing: 0.25em;
    color: #FFF;
    margin-bottom: 10px;
	padding: 3px 0px;
	background-color: #0e5e99;
	border-radius: 6px;
}


.contact_common .mailbox a{
    display: block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 370px;
    height: 80px;
    border-radius: 70px;
    color: #fff;
    background: #ff9127;
    padding: 29px 0 24px;
    box-shadow: 0px 5px 0 #c06a1b;
    transition: all .4s ease;
	z-index: 3;
}
.contact_common .mailbox a:hover {
    background: #c06a1b;
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}
.contact_common .mailbox a span{
    display: inline-block;
    padding-left: 30px;
    background: url(../images/ic_mail.svg) no-repeat left center;
    background-size: 23px auto;
}

.contact_common .wrap{
	overflow: visible;
}
.contact_common .wrap::before{
	content:"";
	width: 234px;
	height: 192px;
    background: url(../images/common_contact_hiromi.webp) no-repeat center;
    background-size: 100% auto;
	position: absolute;
    right: -42px;
    bottom: -45px;
	z-index: 2;
}
/*=============================
		okomari
===============================*/
#okomari{
	padding: 80px 0 100px;
	background: url("../images/okomari_bg.webp") no-repeat bottom center, #f3f3f3;
	background-size: cover;		
}
#okomari h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
#okomari h2 .kakko{
	display: inline-block;
    padding: 20px 60px 10px;
	background: url("../images/okomari_kakko_left.svg") no-repeat left center, url("../images/okomari_kakko_right.svg") no-repeat right center;
	background-size: 17px auto;		
}
#okomari h2 .dot{
	display: inline-block;
}
#okomari h2 .dot::before{
	content:"";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #b7cfe0;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -2.5px;
}
#okomari h2 .underline{
	display: inline-block;
	font-size: 39px;
	color: #0e5e99;
	padding: 0 5px 18px;
	background: url("../images/okomari_underline.svg") no-repeat bottom center;
	background-size: auto 10px;
}
#okomari .imgbox{
	background: url("../images/okomari_img.webp") no-repeat bottom center;
	background-size: 425px auto;	
	height: 360px;
}
#okomari .imgbox .fukidashi{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 29px;
	line-height: 1.1;
	text-align: center;
	width: 286px;
	height: 165px;
    padding: 35px 0 0;
	position: absolute;
}
#okomari .imgbox .fukidashi span{
	display: inline-block;
	font-size: 37px;
	color: #00add6;
	padding-bottom: 2px;
	z-index: 1;
}
#okomari .imgbox .fukidashi span::before{
	content:"";
	width: 100%;
	height: 8px;
	background: #ffeb00;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#okomari .imgbox .fukidashi.left{
	background: url("../images/okomari_fukidashi_left.webp") no-repeat top center;
	background-size: 100% auto;		
}
#okomari .imgbox .fukidashi.right{
	background: url("../images/okomari_fukidashi_right.webp") no-repeat top center;
	background-size: 100% auto;		
}
#okomari .imgbox .fukidashi.no1{
	left: 80px;
	top: 0;
}
#okomari .imgbox .fukidashi.no2{
	right: 80px;
	top: 0;
}
#okomari .imgbox .fukidashi.no3{
	left: 20px;
	top: 180px;
}
#okomari .imgbox .fukidashi.no4{
	right: 20px;
	top: 180px;
}
/*=============================
		kaizen
===============================*/
#kaizen{
	background: url("../images/kaizen_bg.webp") no-repeat top center, #f6fdfe;
	background-size: cover;	
}
#kaizen::before{
	content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -80px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #f4f4f4 transparent transparent transparent;	
}
#kaizen .wrap{
	padding: 140px 0 100px;
}
#kaizen h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 44px;
	line-height: 1.3;
	text-align: center;
}
#kaizen h2 .kakko{
	display: inline-block;
	font-size: 52px;
	color: #0e5e99;
	padding: 0 30px;
}
#kaizen h2 .kakko::before,
#kaizen h2 .kakko::after{
	color: #86aecc;
	font-size: 42px;
	position: absolute;
}
#kaizen h2 .kakko::before{
	content:"「";
	left: -15px;
	top: 0;
}
#kaizen h2 .kakko::after{
	content:"」";
	right: -15px;
	bottom: 0;
}
#kaizen h2 .underline{
	font-size: 65px;
	display: inline-block;
	padding-bottom: 5px;
	color: #ff9127;
	border-bottom: 3px solid #ff9127;
}
#kaizen h2 .small{
	display: inline-block;
	padding-left: 110px;
}
#kaizen h2 .large{
	font-size: 52px;
}
#kaizen .fukidashi{
	content:"";
	width: 100px;
	height: 100px;
	position: absolute;
	background: url("../images/kaizen_txt_fukidashi.svg") no-repeat center;
	background-size: 100% auto;
	left: 0;
    top: -40px;
}
#kaizen .white_box{
	width: 890px;
	margin: 90px auto 0;
	border: 4px solid #cfdfeb;
}
#kaizen .white_box h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: #0e5e99;
    padding: 8px 0 18px;
    border-radius: 60px;
    width: 700px;
    margin: -95px auto 45px;
}
#kaizen .white_box h3 span{
	font-size: 45px;
	color: #ffeb00;
}
#kaizen .white_box h3::before {
	content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #0e5e99 transparent transparent transparent;
}
#kaizen .white_box .txt{
	line-height: 2;
	margin-bottom: 40px;
}
#kaizen .white_box .mini{
	font-size: 11px;
	text-align: right;
	margin-top: 20px;
}
/*=============================
		merit
===============================*/
#merit{
	background: #fffde5;
	padding-bottom: 100px;
}
#merit .ttl_fukidashi{
	text-align: center;
	padding: 20px 0 45px;
	margin-bottom: 100px;
}
#merit .ttl_fukidashi h2{
	font-size: 58px;
}
#merit .ttl_fukidashi .slash{
	display: inline-block;
	padding: 0 50px;
	font-size: 32px;
}
#merit .ttl_fukidashi .slash::before,
#merit .ttl_fukidashi .slash::after{
	position: absolute;
	bottom: 0;
}
#merit .ttl_fukidashi .slash::before{
	content:"＼";
	transform: rotate(15deg);
	left: 0;
}
#merit .ttl_fukidashi .slash::after{
	content:"／";
	transform: rotate(-15deg);
	right: 0;
}
#merit .ttl_fukidashi .large{
	display: block;
}
#merit .ttl_fukidashi h2 .yellow{
	font-size: 80px;
	color: #ffeb00;
}
#merit .merit_section{
	margin-bottom: 100px;
}
#merit .merit_section:last-child{
	margin-bottom: 0;
}
#merit .num{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 40px;
	text-align: center;
	color: #fff;
	background: url("../images/merit_ic_home.svg") no-repeat center;
	background-size: 100% auto;
	width: 90px;
	height: 85px;
	margin: 0 auto 20px;
	padding: 19px 0 0;
}
#merit .num span{
	display: block;
	font-size: 17px;
}
#merit h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 56px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
	color: #0e5e99;
}
#merit h3 .orange{
	color: #ff9127;
}
/*whitebox*/
#merit .white_box{
	border: 4px solid #0e5e99;
}
#merit .white_box .hl_underline{
	margin-bottom: 20px;
}
#merit .white_box .check{
	content:"";
	width: 105px;
	height: 34px;
	margin-bottom: 5px;
}
#merit .white_box .check.left{
	background: url("../images/merit_check_left.svg") no-repeat center;
	background-size: 100% auto;
}
#merit .white_box .check.center{
	background: url("../images/merit_check_center.svg") no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
}
#merit .white_box .txt{
	line-height: 2;
}
#merit .white_box .txt .bold{
	font-weight: 700;
}
#merit .white_box .txt .blue{
	color: #0e5e99;
}
/*solution*/
#merit .white_box .blue_box{
	border-radius: 15px;
	background: #f2fbfd;
	padding: 100px 60px 60px;
}
#merit .white_box .blue_box::before{
	content: "";
	width: 120px;
	height: 120px;
	background: url("../images/merit_ic_arrow_solution.webp") no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -45px;
}
#merit .white_box .blue_box .hl_solution{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
	text-align: center;
	line-height: 1.4;
	color: #0e5e99;
	margin-bottom: 35px;
}
#merit .white_box .blue_box .hl_solution span{
	display: inline-block;
	margin: 0 5px;
	padding: 0 0 2px;
	border-bottom: 3px solid #00add6;
	font-size: 36px;
	color: #00add6;
}
#merit .white_box .blue_box .txt{
	color: #0e5e99;
	margin-bottom: 40px;
}
#merit .blue_box .imgbox{
	width: 590px;
	margin: 0 auto;
}
#merit .white_box .blue_box .imgbox h5{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 27px;
	color: #fff;
	text-align: center;
	background: #0e5e99;
    padding: 8px 0 10px;
	border-radius: 60px;
	margin-bottom: 30px;
}
#merit .white_box .blue_box .imgbox h5 span{
	color: #ffeb00;
}
#merit .white_box .blue_box .imgbox img{
	display: block;
	margin: 0 auto;
}
#merit .white_box .blue_box .imgbox .fukidashi{
	position: absolute;
	z-index: 2;
}
/*1.health*/
#merit .flex_wrap.health{
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
#merit .flex_wrap.health .textbox{
	width: 495px;
}
#merit .flex_wrap.health .imgbox{
	width: 307px;
}
#merit .flex_wrap.health.border{
    margin: 60px 0 80px;
    padding-top: 60px;
    border-top: 4px dotted #ccc;
}
#merit .white_box .blue_box .imgbox .fukidashi.health{
	top: 56px;
	right: -66px;
}
/*2.ketsuro*/
#merit .white_box .textbox.ketsuro,
#merit .white_box .ketsuro_flow,
#merit .white_box .textbox.eco{
	width: 760px;
	margin: 0 auto;
}
#merit .white_box .textbox.ketsuro .hl_underline{
	width: 460px;
	margin: 0 auto 20px;
	text-align: center;
}
#merit .white_box .ketsuro_flow{
	margin: 40px auto 90px;
}
#merit .white_box .ketsuro_flow .gray{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px 0 12px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    background: #676767;
}
#merit .white_box .ketsuro_flow .flex_wrap .flow_box{
	width: calc(100% / 3);
	text-align: center;
}
#merit .white_box .ketsuro_flow .flex_wrap .flow_box::after{
    content: "";
    width: 26px;
    height: 60px;
    background: url(../images/merit_ic_arrow_ketsuro.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -12px;
    margin-top: -50px;
    top: 50%;
}
#merit .white_box .ketsuro_flow .flex_wrap .flow_box:last-child::after{
	display: none;
}
#merit .white_box .ketsuro_flow .flex_wrap .flow_box p{
	margin-top: 10px;
	line-height: 1.4;
}
#merit .white_box .blue_box .imgbox .fukidashi.ketsuro{
	top: 55px;
	right: 0;
}
/*3.eco*/
#merit .white_box .textbox.eco .hl_underline{
	width: 660px;
	margin: 0 auto 20px;
	text-align: center;	
}
#merit .blue_box.eco{
	padding-top: 60px;
	margin-top: 40px;
}
#merit .blue_box.eco::before{
	display: none;
}
#merit .blue_box .imgbox.eco{
	width: 732px;
}
#merit .blue_box .imgbox .condition{
	font-size: 11px;
	line-height: 1.5;
	margin-top: 30px;
}

/*illust*/
#merit .merit_section .white_box::before,
#merit .merit_section .white_box::after{
	content: "";
	width: 184px;
	height: 188px;
	position: absolute;
	top: -188px;
	z-index: -1;
}
#merit .merit_section:nth-child(1) .white_box::before{
	background: url("../images/merit_ttl_1_left.webp") no-repeat center;
	background-size: 100% auto;
	left: 20px;
}
#merit .merit_section:nth-child(1) .white_box::after{
	background: url("../images/merit_ttl_1_right.webp") no-repeat center;
	background-size: 100% auto;
	right: 50px;
}
#merit .merit_section:nth-child(2) .white_box::before{
	background: url("../images/merit_ttl_2_left.webp") no-repeat center;
	background-size: 100% auto;
	left: 35px;
}
#merit .merit_section:nth-child(2) .white_box::after{
	background: url("../images/merit_ttl_2_right.webp") no-repeat center;
	background-size: 100% auto;
	right: 22px;
}
#merit .merit_section:nth-child(3) .white_box::before{
	background: url("../images/merit_ttl_3_left.webp") no-repeat center;
	background-size: 100% auto;
	left: -15px;
}
#merit .merit_section:nth-child(3) .white_box::after{
	background: url("../images/merit_ttl_3_right.webp") no-repeat center;
	background-size: 100% auto;
	right: 5px;
}

/*=============================
		hojokin
===============================*/
#hojokin{
	background: url(../images/hojokin_bg.svg), #f0f8ea;
	background-size: 40px auto;
	padding: 60px 0 80px;
}
#hojokin h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	margin-bottom: 80px;
}
#hojokin h2 .kakko{
	display: inline-block;
	padding: 52px 70px 10px;
    background: url("../images/hojokin_kakko_left.svg") no-repeat left bottom, url("../images/hojokin_kakko_right.svg") no-repeat right bottom;
    background-size: 22px auto;
}
#hojokin h2 .fukidashi{
	content: "";
    width: 112px;
    height: 80px;
    position: absolute;
    background: url(../images/hojokin_txt_fukidashi.svg) no-repeat center;
    background-size: 100% auto;
    left: 0;
    top: -50px;
}
#hojokin h2 .small{
	font-size: 30px;
	display: inline-block;
    padding-left: 132px;
	margin-bottom: 20px;
}
#hojokin h2 .dot{
	display: inline-block;
	color: #66b732;
}
#hojokin h2 .dot::before{
	content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #66b732;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -2.5px;
}
#hojokin h2 .num{
	font-size: 112px;
}
#hojokin h2 .otoku{
	font-size: 50px;
	vertical-align: 6px;
}
#hojokin h2 .green{
	display: inline-block;
    content:"";
	width: 278px;
	height: 102px;
	background: url("../images/hojokin_txt_200.svg") no-repeat center;
	background-size: 100% auto;
    vertical-align: -10px;
	margin-right: 10px;
}

/*mado*/
#hojokin .mado_box .hl_green{
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: #66b732;
    padding: 10px 0 16px;
    border-radius: 60px;
    width: 700px;
    margin: -90px auto 50px;
}
#hojokin .mado_box .hl_green span{
	color: #ffeb00;
}
#hojokin .mado_box .hl_green::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #66b732 transparent transparent transparent;
}
#hojokin .mado_box .flex_wrap{
	font-family: 'Zen Maru Gothic', sans-serif;
}
#hojokin .mado_box .left_box{
	width: 270px;
}
#hojokin .mado_box .left_box .maru{
    font-size: 17px;
    padding: 34px 0 0px;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    color: #0e5e99;
    background: #ffeb00;
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: 3;
}
#hojokin .mado_box .left_box h4{
	font-size: 27px;
	line-height: 1.3;
	color: #fff;
	width: 220px;
	height: 110px;
	background: #0e5e99;
	text-align: center;
	padding: 20px 0 20px 10px;
}
#hojokin .mado_box .left_box h4::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 55px 0 55px 20px;
    border-color: transparent transparent transparent #0e5e99;
}
#hojokin .mado_box .right_box{
	width: 580px;
}
#hojokin .mado_box .right_box .txt{
	font-size: 27px;
	color: #0e5e99;
	line-height: 1.4;
}
#hojokin .mado_box .right_box .txt span{
	display: inline-block;
	color: #ff9127;
	padding-bottom: 1px;
	border-bottom: 3px solid #ff9127;
}
#hojokin .mado_box .right_box .mini{
	color: #0e5e99;
	font-size: 13px;
	margin-top: 10px;
}
#hojokin .mado_box .check_box{
	margin-top: 45px;
}
#hojokin .mado_box .check_box h4{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	background: #e5f7fb;
    padding: 15px 25px;
}
#hojokin .mado_box .check_box h4 span{
	display: inline-block;
	padding-left: 30px;
	color: #0e5e99;
	background: url("../images/hojokin_ic_check.svg") no-repeat left center;
	background-size: 20px auto;
}
#hojokin .mado_box .check_box .textbox{
	padding: 20px 25px 25px;
	border: 3px solid #e5f7fb;
	letter-spacing: 0.05em;
}
#hojokin .mado_box .check_box .textbox .txt{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
#hojokin .mado_box .check_box .textbox .txt.maru{
	display: inline-block;
	padding-left: 20px;
}
#hojokin .mado_box .check_box .textbox .txt.maru::before{
	content:"";
    width: 12px;
    height: 12px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #00add6;
}
#hojokin .mado_box .check_box .textbox .mini{
	font-size: 12px;
}
#hojokin .mado_box .check_box .textbox .graybox{
	background: #f4f4f4;
	margin-top: 20px;
	padding: 20px;
}
#hojokin .mado_box .check_box .textbox .condition{
	font-size: 14px;
	margin-bottom: 10px;
}
/*kodomo*/
#hojokin .kodomo_box{
	padding-top: 120px;
}
#hojokin .kodomo_box .more{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 22px;
    padding-top: 13px;
    letter-spacing: 0;
	width: 214px;
	height: 80px;
	text-align: center;
	color: #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -107px;
	z-index: 1;
}
#hojokin .kodomo_box .more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 80px 107px 0 107px;
    border-color: #ff9127 transparent transparent transparent;
	z-index: -1;
}
#hojokin .kodomo_box h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 46px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 40px;
}
#hojokin .kodomo_box h3 .slash{
	display: inline-block;
	padding: 0 80px;
	background: url("../images/hojokin_slash_left.svg") no-repeat left bottom 10px, url("../images/hojokin_slash_right.svg") no-repeat right bottom 10px;
	background-size: 32px auto;
}
#hojokin .kodomo_box h3 .green{
	color: #66b732;
}
#hojokin .kodomo_box .txt{
	line-height: 2;
	margin-bottom: 30px;
}
#hojokin .kodomo_box .txt .green{
	color: #66b732;
	font-weight: 700;
}
#hojokin .kodomo_box .target{
    text-align: center;
    color: #66b732;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 95px;
}
#hojokin .kodomo_box .target span{
	display: inline-block;
    padding: 8px 25px 10px;
	border: 1px solid #66b732;
	border-radius: 5px;
}
#hojokin .kodomo_box .yellow_box{
	background: #fffde5;
	border-radius: 10px;
	padding: 45px 0;
}
#hojokin .kodomo_box .yellow_box::before{
    content: "";
    width: 268px;
    height: 204px;
    background: url(../images/hojokin_img_kodomo.webp) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -10px;
    top: -60px;
}
#hojokin .kodomo_box .yellow_box .fukidashi{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: #0e5e99;
    padding: 10px 0 12px;
    border-radius: 60px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -24px;
}
#hojokin .kodomo_box .yellow_box .fukidashi::after{
	content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 14px 0 14px;
    border-color: #0e5e99 transparent transparent transparent;
}
#hojokin .kodomo_box .yellow_box .example_box{
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}
#hojokin .kodomo_box .yellow_box .example_box p{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 28px;
	color: #0e5e99;
}
#hojokin .kodomo_box .yellow_box .example_box p .large{
	font-size: 40px;
}
#hojokin .kodomo_box .yellow_box .example_box p.blue{
	margin-bottom: 15px;
}
#hojokin .kodomo_box .yellow_box .example_box p.blue .large{
	color: #00add6;
}
#hojokin .kodomo_box .yellow_box .example_box p.green .large{
	color: #66b732;
}
#hojokin .kodomo_box .yellow_box .example_box p .category{
	display: inline-block;
	font-size: 20px;
    line-height: 1.3;
    color: #fff;
    width: 180px;
    height: 90px;
    text-align: center;
    padding: 20px 0 20px 5px;
	margin-right: 40px;
	vertical-align: -8px;
}
#hojokin .kodomo_box .yellow_box .example_box p.blue .category{
	background: #00add6;
}
#hojokin .kodomo_box .yellow_box .example_box p.green .category{
	background: #66b732;
}
#hojokin .kodomo_box .yellow_box .example_box p .category::after{
	content: "";
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 45px 0 45px 20px;  
}
#hojokin .kodomo_box .yellow_box .example_box p.blue .category::after{
	border-color: transparent transparent transparent #00add6;
}
#hojokin .kodomo_box .yellow_box .example_box p.green .category::after{
	border-color: transparent transparent transparent #66b732;
}
#hojokin .kodomo_box .yellow_box p.orange{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #ff9127;
}
#hojokin .kodomo_box .yellow_box p.orange .underline{
	display: inline-block;
	font-size: 47px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ffc893;
}
#hojokin .kodomo_box .btn_wrap {
	width: 100%;
	justify-content: space-between;
	margin-top: 40px;
}
#hojokin .kodomo_box .btn_wrap .btn_large{
	display: block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
	letter-spacing: 0.02em;
    text-align: center;
    width: 415px;
    height: 110px;
    border-radius: 10px;
    background: #fff;
    padding: 32px 30px 30px 70px;
    transition: all .4s ease;
}
#hojokin .kodomo_box .btn_wrap .btn_large span{
	display: block;
	font-size: 13px;
	margin-top: 7px;
}
#hojokin .kodomo_box .btn_wrap .btn_large.blue{
	color: #00add6;
	border: 3px solid #00add6;
	box-shadow: 0px 5px 0 #00add6;
    background: url(../images/ic_link_b.svg) no-repeat left 38px center, #fff;
    background-size: 28px auto;
}
#hojokin .kodomo_box .btn_wrap .btn_large.green{
	color: #66b732;
	border: 3px solid #66b732;
	box-shadow: 0px 5px 0 #66b732;
    background: url(../images/ic_link_g.svg) no-repeat left 30px center, #fff;
    background-size: 28px auto;
}
#hojokin .kodomo_box .btn_wrap .btn_large:hover{
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}
/*=============================
		simulation
===============================*/
#simulation{
	padding: 80px 0;
    background: #0e5e99;
}
#simulation h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 56px;
	text-align: center;
	color: #fff;
    margin-bottom: 50px;
}
#simulation h2 .small{
	display: block;
	font-size: 28px;
	margin-bottom: 15px;
}
#simulation h2 .plus{
	display: inline-block;
	margin: 0 10px;
}
#simulation h2 .category{
	display: inline-block;
	padding: 8px 25px 10px;
	border-radius: 40px;
	text-align: center;
}
#simulation h2 .category.blue{
	background: #00add6;
}
#simulation h2 .category.green{
	background: #66b732;
}
#simulation .flex_wrap{
	justify-content: space-between;
	align-items: center;
}
#simulation .imgbox{
	width: 390px;
}
#simulation .textbox{
	width: 430px;
}
#simulation table th,
#simulation table td{
	padding: 15px 10px;
	font-weight: 700;
	border: 1px solid #c6c6c6;
	text-align: center;
}
#simulation table th{
	background: #676767;
	color: #fff;
}
#simulation table td.price{
	text-align: right;
	background: #f2fbfd;
}
#simulation table td.price.green{
	background: #f7fbf5;
}
#simulation table td.total{
	color: #ff6630;
	font-size: 32px;
	background: #fffde5;
	text-align: right;
}
#simulation .mado_txt,
#simulation .kodomo_txt{
	position: absolute;
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 120px;
    padding-left: 30px;
    line-height: 1.2;
    right: 0;
}
#simulation .mado_txt{
	color: #00add6;
	height: 240px;
	top: 47px;
	background: url("../images/simulation_line_b.svg") no-repeat left center;
	background-size: 22px auto;
}
#simulation .kodomo_txt{
    color: #66b732;
    height: 62px;
    top: 276px;
	background: url("../images/simulation_line_g.svg") no-repeat left center;
	background-size: 22px auto;
}
/*omakase*/
#simulation .omakase_box{
	font-family: 'Zen Maru Gothic', sans-serif;
    background: #f2fbfd;
    border-radius: 10px;
    padding: 30px 0 20px 140px;
	margin-top: 55px;
}
#simulation .omakase_box:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 118px;
	height: 136px;
	background: url("../images/simulation_img_omakase.webp") no-repeat center;
	background-size: 100% auto;
}
#simulation .omakase_box .fukidashi{
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0e5e99;
    padding: 5px 0 7px;
    border-radius: 60px;
    width: 180px;
    position: absolute;
    left: 140px;
    top: -10px;
}
#simulation .omakase_box .fukidashi::before {
	content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 12px 0 12px;
    border-color: #0e5e99 transparent transparent transparent;
}
#simulation .omakase_box .daiko{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	line-height: 1.3;
}
#simulation .omakase_box .daiko .red{
	color: #ff6630; 
	font-size: 26px;
}

/*=============================
		product
===============================*/
#product{
	padding: 80px 0;
	background: url("../images/product_bg.webp"), #f4f4f4;
	background-size: 100% auto;
}
#product h2{
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 66px;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 60px;
}
#product h2 span{
    display: inline-block;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #0e5e99;
    padding: 10px 36px 13px;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -184px;
}
#product h2 span::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 14px 0 14px;
    border-color: #0e5e99 transparent transparent transparent;
}
#product .product_box{
	border: 8px solid #d9d9d9;
	margin-bottom: 80px;
}
#product .product_box:last-child{
	margin-bottom: 0;
}
#product .product_box .flex_wrap.detail{
	width: 100%;
	justify-content: space-between
}
#product .product_box .imgbox{
	border-radius: 10px;
	overflow: hidden;
}
#product .product_box .imgbox img{
	display: block;
	margin: 0 auto;
}
#product .product_box .textbox{
	width: 400px;
}
#product .product_box .textbox .copy{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 26px;
	color: #0e5e99;
	margin-bottom: 35px;
}
#product .product_box .textbox .copy .dot{
	display: inline-block;
}
#product .product_box .textbox .copy .dot::before{
	content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #0e5e99;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -2.5px;
}
#product .product_box .textbox .copy .small{
	font-size: 20px;
}
#product .product_box .textbox h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 54px;
	padding-left: 95px;
	margin-bottom: 25px;
}
#product .product_box .textbox h3 .maru{
	font-size: 20px;
	line-height: 1.1;
	width: 84px;
	height: 84px;
	padding: 18px 0;
	border-radius: 84px;
	background: #f49127;
	display: inline-block;
	text-align: center;
	color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -42px;
}
#product .product_box .textbox .txt{
	line-height: 2;
}
#product .product_box .textbox .type_wrap{
	display: flex;
	column-gap: 15px;
}
#product .product_box .textbox .type_wrap dl{
	font-weight: 700;
	text-align: center;
	width: calc((100% - 15px) / 2);
}
#product .product_box .textbox .type_wrap dl dt{
	color: #0e5e99;
	display: block;
    width: 130px;
    font-size: 22px;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: -11px;
    left: 50%;
    margin-left: -65px;
}
#product .product_box .textbox dl dd{
    display: flex;
    font-size: 28px;
    line-height: 1.2;
    width: 100%;
    height: 115px;
    padding: 10px 0 5px;
    justify-content: center;
    align-items: center;
    border: 2px solid #0e5e99;
    border-radius: 5px;
}
#product .product_box .textbox .category{
	font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 20px 0 40px;
    padding: 14px 0;
    font-size: 20px;
    border-radius: 3px;
}
#product .product_box .textbox .category.blue{
	background: #00add6;
}
#product .product_box .textbox .category.green{
	background: #66b732;
}
#product .product_box .textbox .category .ic{
	display: inline-block;
	padding-left: 30px;
}
#product .product_box .textbox .category.blue .ic{
	background: url("../images/product_ic_check_b.svg") no-repeat left center;
    background-size: 20px auto;
}
#product .product_box .textbox .category.green .ic{
	background: url("../images/product_ic_check_g.svg") no-repeat left center;
    background-size: 20px auto;
}
#product .product_box .imgbox{
	width: 400px;
}

/*flow*/
#product .product_box .flow_box{
	width: 756px;
	margin: 75px auto 50px;
}
#product .product_box .flow_box h4{
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 0 12px;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
    background: #575757;
}
#product .product_box .flow_box img{
	display: block;
	margin: 0 auto 30px;
}
#product .product_box .flow_box ol{
	background: #f4f4f4;
    border-radius: 5px;
    padding: 30px 0;
    column-gap: 48px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
	overflow: hidden;
}
#product .product_box .flow_box ol.short{
	width: 620px;
	column-gap: 62px;
	margin: 0 auto;
}
#product .product_box .flow_box ol li{
	list-style: none;
    color: #0e5e99;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 37px;
    letter-spacing: 0;
	display: flex;
	align-items: center;
}
#product .product_box .flow_box ol li::after{
	content: "";
    width: 22px;
    height: 110px;
    background: url("../images/product_ic_arrow.svg") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -31px;
	top: 50%;
	margin-top: -55px;
}
#product .product_box .flow_box ol.short li::after{
	right: -40px;
}
#product .product_box .flow_box ol li:last-child::after{
	display: none;
}
#product .product_box .flow_box ol li span{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    background: #0e5e99;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
}
/*btn*/
#product .product_box .btn_wrap{
	display: flex;
	justify-content: center;
	background: #f2fbfd;
	border-radius: 10px;
	padding: 30px 0;
	column-gap: 25px;
}
#product .product_box .btn_wrap a {
    display: block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    text-align: center;
    width: 360px;
    height: 96px;
    border-radius: 70px;
    color: #0e5e99;
    background: #fff;
	border: 3px solid #b7cfe0;
    padding: 24px 0 19px;
	box-shadow: 0px 5px 0 #b7cfe0;
	transition: all .4s ease;
}
#product .product_box .btn_wrap a:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}
#product .product_box .btn_wrap a .ic{
	display: inline-block;
	font-size: 20px;
	padding-left: 32px;
	background: url(../images/ic_link_n.svg) no-repeat left center;
    background-size: 22px auto;
}
#product .product_box .btn_wrap a .mini{
	display: block;
    font-size: 13px;
    margin-top: 8px;
}
/*small*/
#product .product_box.small .textbox {
    width: 730px;
}
#product .product_box.small .imgbox{
	width: 270px;
}
#product .product_box.small .textbox .copy{
	font-size: 20px;
	margin-bottom: 25px;
}
#product .product_box.small .textbox h3{
    font-size: 51px;
	padding-left: 225px;
    margin-bottom: 25px;
}
#product .product_box.small .textbox h3 .maru{
	font-size: 18px;
    width: 215px;
    height: 66px;
    padding: 12px 0;
    margin-top: -31px;
}
#product .product_box.small .category{
	width: 360px;
	font-size: 18px;
}
#product .product_box.small .category .mini{
	display: inline-block;
    position: absolute;
    color: #66b732;
    right: -250px;
    top: 3px;
    line-height: 1.3;
    text-align: left;
    font-size: 16px;
}
#product .slash{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 36px;
    text-align: center;
    padding-top: 110px;
    background: url(../images/product_ic_plus.svg) no-repeat top center;
    background-size: 66px auto;
    margin: -30px auto 40px;
}
#product .slash span{
	display: inline-block;
	padding: 0 50px;
}
#product .slash span::before,
#product .slash span::after{
    position: absolute;
    bottom: 0;
}
#product .slash span::before {
    content: "＼";
    transform: rotate(15deg);
    left: 0;
}
#product .slash span::after {
    content: "／";
    transform: rotate(-15deg);
    right: 0;
}

/*=============================
		company
===============================*/
#company{
	padding: 0 0 80px;
	background: #f4fdfe;

}
#company .ttl_fukidashi{
	padding: 30px 0 40px;
	margin-bottom: 100px;
}
#company .ttl_fukidashi .wrap{
	overflow: visible;
}
#company .ttl_fukidashi .wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
   	right: 0;
    width: 200px;
    height: 233px;
    background: url(../images/company_img_ttl.webp) no-repeat center;
    background-size: 100% auto;
}
#company .ttl_fukidashi h2{
	font-size: 42px;
	line-height: 1.4;
}
#company .ttl_fukidashi h2 .yellow{
	font-size: 54px;
	color: #ffeb00;
}
#company .flex_wrap{
	justify-content: space-between;
}
#company .flex_wrap.intro .textbox{
	width: 560px;
}
#company .flex_wrap.intro .textbox .hl_underline{
	font-size: 26px;
    margin-bottom: 15px;
}
#company .flex_wrap.intro .textbox .hl_underline span{
	font-size: 34px;
}
#company .flex_wrap.intro .textbox .txt{
	line-height: 2.2;
}
#company .flex_wrap.intro .textbox .txt .tx_lixil {
	color: #f49127;
	font-weight: 700;
}

#company .flex_wrap.intro .imgbox{
	border-radius: 10px;
	overflow: hidden;
}
#company .flex_wrap.intro .imgbox img{
	display: block;
}
#company .img_wrap{
	display: flex;
	justify-content: center;
	column-gap: 15px;
	margin: 40px auto 80px;
}
#company .img_wrap div{
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 30px) / 3);
}
#company .img_wrap div img{
	display: block;
}
/*=============================
		flow
===============================*/
#flow_window {
	width: 880px;
	margin: 0 auto;
}
#flow_window h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #fff;
	background: #00add6;
	padding: 15px 0 18px;
	border-radius: 20px 20px 0 0;
}
#flow_window h3 span{
    display: inline-block;
    padding-left: 60px;
    background: url(../images/flow_ic_ttl.svg) no-repeat left center;
    background-size: 40px auto;
}
#flow_window .white_box{
	border-radius: 0 0 20px 20px;
	padding: 0 60px;
}
#flow_window .flow_box{
    padding: 30px 0;
    align-items: center;
	border-bottom: 1px solid #cdcdcd;
}
#flow_window .flow_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #cdcdcd transparent transparent transparent;
    z-index: 1;
}
#flow_window .flow_box:last-child{
	border-bottom: none;
}
#flow_window .flow_box:first-child::before{
	display: none;
}
#flow_window .flow_box .textbox{
    width: 540px;
}
#flow_window .flow_box .textbox h4{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	padding-left: 52px;
}
#flow_window .flow_box .textbox h4 span{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 28px;
    padding: 3px 0;
    text-align: center;
    color: #00add6;
    background: #d9f3f9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}
#flow_window .flow_box .textbox p{
	line-height: 1.8;
	margin-top: 20px;
}
#flow_window .flow_box .textbox p a{
	color: #00add6;
	text-decoration: underline;
	transition: opacity .6s ease;
}
#flow_window .flow_box .textbox p a:hover{
	opacity: 0.6;
}
#flow_window .flow_box .imgbox{
	content:"";
	width: 174px;
	height: 174px;
	border-radius: 174px;
	background: #f2fbfd;
}
#flow_window .flow_box .imgbox.no1{
	background:url("../images/flow_ic_1.svg") no-repeat center, #f2fbfd;
	background-size: 100% auto;
}
#flow_window .flow_box .imgbox.no2{
	background:url("../images/flow_ic_3.svg") no-repeat center, #f2fbfd;
	background-size: 100% auto;
}
#flow_window .flow_box .imgbox.no3{
	background:url("../images/flow_ic_2.svg") no-repeat center, #f2fbfd;
	background-size: 100% auto;
}
#flow_window .flow_box .imgbox.no4{
	background:url("../images/flow_ic_4.svg") no-repeat center, #f2fbfd;
	background-size: 100% auto;
}

