@charset "UTF-8";

.contentpage .m_img_area .m_img {
	background-image: url("../images/first/m_img@2x.jpg");
}



/*box1
---------------------------------------------------------*/
.box1 {
	background: #f9f5f0;
	padding: 120px 0;
}
.box1 .com_index3 {
	color: #2b2a2a;
	margin-bottom: 70px;
}
.box1 .flex_box {
	display: flex;
    justify-content: space-between;
}
.box1 .flex_box dl {
	width: 49.5%;
	max-width: 620px;
	box-sizing: border-box;
	background: #fff;
	padding: 60px 4%;
}
.box1 .flex_box dt {
	text-align: center;
	color: #2b2a2a;
	font-size: 150%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding: 2.5em 0 1.5em;
	position: relative;
	background: url("../images/first/icon1@2x.png") no-repeat center top;
	background-size: 1.6em auto;
	margin-bottom: 1.5em;
}
.box1 .flex_box .box_r dt {background-image: url("../images/first/icon2@2x.png");}
.box1 .flex_box dt::before {
	content: "";
	position: absolute;
	width: 4em;
	height: 1px;
	background: #2b2a2a;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box1 .flex_box dd .com_list {
	margin-top: 30px;
	color: #bea276;
	font-size: 95%;
	border-top: solid 1px rgba(180,148,120,0.5);
	padding-top: .6em;
}
.box1 .flex_box dd .com_list li {
	padding-bottom: .5em;
	border-bottom: solid 1px #e6e6e6;
}
.box1 .flex_box dd .com_list li::before {
	color: #bea276;
}

.box1 .fukidashi {
	text-align: center;
	color: #2b2a2a;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 1.3em;
}
.box1 .fukidashi span {
	display: inline-block;
	padding: 0 2.0em;
	background-image: url("../images/first/slash_l@2x.png"), url("../images/first/slash_r@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 1.4em auto, 1.4em auto;
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.box1 .fukidashi {
	font-size: 130%;
	letter-spacing: .15em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 {
	padding: 8% 0;
}
.box1 .com_index3 {
	margin-bottom: 5%;
}
.box1 .flex_box {
	display: flex;
    justify-content: space-between;
}
.box1 .flex_box dl {
	padding: 5% 4% 3%;
}
.box1 .flex_box dt {
	padding: 2.2em 0 1.0em;
	margin-bottom: 1.0em;
}
.box1 .flex_box dd .com_list {
	margin-top: 3%;
}

.box1 .fukidashi {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 {
	padding: 12% 0;
}
.box1 .com_index3 {
	margin-bottom: 10%;
}
.box1 .flex_box {
	display: block;
}
.box1 .flex_box dl {
	width: 100%;
	max-width: 100%;
	padding: 6% 6% 8%;
	margin-bottom: 6%;
}
.box1 .flex_box .box_r {
	margin-bottom: 0;
}
.box1 .flex_box dt {
	font-size: 130%;
	letter-spacing: .15em;
	padding: 1.8em 0 .8em;
	background-size: 1.2em auto;
	margin-bottom: .8em;
}

.box1 .fukidashi {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.box1 .fukidashi span {
	padding: 0 1.0em;
	background-position: left center, right center;
	background-size: 1.2em 2.0em, 1.2em 2.0em;
}
}



/*flow
---------------------------------------------------------*/
#flow .lead .flt_box ul {
	float: right;
	width: 47%;
	max-width: 580px;
	display: flex;
    justify-content: space-between;
	transform: translateX(5%);
}
#flow .lead .flt_box p {
	float: left;
	width: 53%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .lead .flt_box p {
	float: none;
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .lead .flt_box ul {
	float: none;
	width: 90%;
	transform: translateX(3%);
	margin: 0 auto;
}
#flow .lead .flt_box p {
	float: none;
	width: 100%;
}
}



/*mtm
---------------------------------------------------------*/
.mtm {
	background: #e8eecb;
	padding: 120px 0;
}
.mtm .com_index1 {
	background: #96AB34;
	background: linear-gradient(90deg,rgba(150, 171, 52, 1) 0%, rgba(177, 197, 83, 1) 100%);
}
.mtm .step_list {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 80px;
	display: flex;
    justify-content: space-between;
	text-align: center;
	color: #fff;
	font-size: min(95%,1.6vw);
	font-weight: bold;
	line-height: 1.4em;
	box-sizing: border-box;
}
.mtm .step_list.col6 li {
	width: 15%;
	letter-spacing: .1em;
}
.mtm .step_list.col5 li {
	width: 18.5%;
	letter-spacing: .2em;
}
.mtm .step_list li {
	height: 4.5em;
	background: #a8bf3b;
	position: relative;
}
.mtm .step_list li::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 100%;
	left: 100%;
	top: 0;
	background: url("../images/first/flow1@2x.png") no-repeat center center;
	background-size: 100% 100%;
}
.mtm .step_list li:nth-child(even) {background: #7d8f2c;}
.mtm .step_list li:nth-child(even)::after {background-image: url("../images/first/flow2@2x.png");}
.mtm .step_list li span {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mtm .com_flow_box .sub_box {
	text-align: center;
}
.mtm .com_flow_box .sub_box h5 {
	color: #a8bf3b;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
.mtm .com_flow_box .sub_box ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mtm .com_flow_box .sub_box ul li {
	width: 23%;
	max-width: 220px;
	margin: 40px 1% 0;
}
.mtm .com_flow_box .sub_box ul.col4 li:nth-child(-n+4) {
	margin-top: 0;
}
.mtm .com_flow_box .sub_box ul.col3 li:nth-child(-n+3) {
	margin-top: 0;
}
.mtm .com_flow_box .sub_box ul p {
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: .8em;
}

/*こども*/
#kodomo .mtm {background: #faf2d4;}
#kodomo .mtm .com_index1 {
	background: #AD8D0E;
	background: linear-gradient(90deg,rgba(173, 141, 14, 0.85) 0%, rgba(204, 166, 17, 0.85) 100%);
}
#kodomo .mtm .step_list li {background: rgba(204,166,17,0.85);}
#kodomo .mtm .step_list li::after {background-image: url("../images/first/flow3@2x.png");}
#kodomo .mtm .step_list li:nth-child(even) {background: rgba(173,138,2,0.85);}
#kodomo .mtm .step_list li:nth-child(even)::after {background-image: url("../images/first/flow4@2x.png");}
#kodomo .mtm .com_flow_box .flow_title::before {background-image: url("../images/first/arrow2@2x.png");}
#kodomo .mtm .com_flow_box .flow_title .no span {color: rgba(204,166,17,0.85);}
#kodomo .mtm .com_flow_box .flow_title .memo {background: rgba(204,166,17,0.85);}
#kodomo .mtm .com_flow_box .sub_box {border-color: #ddd000;}
#kodomo .mtm .com_flow_box .sub_box h5 {color: #ddd000;}

#kodomo .mtm .step3 .bnr_lifekids {
	width: 70%;
	max-width: 560px;
	margin: 50px auto 1.0em;
	position: relative;
}
#kodomo .mtm .step3 .bnr_lifekids > div {
	position: relative;
	z-index: 0;
}
#kodomo .mtm .step3 .bnr_lifekids .btn {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 6%;
	text-align: center;
}
#kodomo .mtm .step3 .bnr_lifekids .com_arrow_link a {
	font-size: 90%;
	letter-spacing: .2em;
	line-height: 1.4em;
	padding-right: 2.2em;
}
#kodomo .mtm .step3 .bnr_lifekids .com_arrow_link .arrow {
	width: 1.8em;
	height: 1.8em;
}
#kodomo .mtm .step3 .bnr_lifekids:hover .com_arrow_link a .arrow::before {
  transform: scale(0, 1);
}
#kodomo .mtm .step3 .bnr_lifekids:hover .com_arrow_link a .arrow::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mtm {
	padding: 8% 0;
}
.mtm .step_list {
	margin-bottom: 8%;
	font-size: 95%;
}
.mtm .step_list.col6 li,
.mtm .step_list.col5 li {
	letter-spacing: .15em;
}

.mtm .com_flow_box .sub_box ul li {
	margin-top: 4%;
}
.mtm .com_flow_box .sub_box ul p {
	font-size: 90%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mtm {
	padding: 10% 0;
}
.mtm .step_list {
	width: 70%;
	margin-bottom: 15%;
	display: block;
	font-size: 90%;
}
.mtm .step_list li {
	width: 100% !important;
	letter-spacing: .1em !important;
	height: 3.0em;
	margin-bottom: .8em;
}
.mtm .step_list li::after {
	width: 10%;
	height: .5em;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	background-image: url("../images/first/flow1_sp@2x.png");
	background-size: 100% 100%;
}
.mtm .step_list li:last-child::after {
	display: none;
}
.mtm .step_list li:nth-child(even)::after {background-image: url("../images/first/flow2_sp@2x.png");}
#kodomo .mtm .step_list li::after {background-image: url("../images/first/flow3_sp@2x.png");}
#kodomo .mtm .step_list li:nth-child(even)::after {background-image: url("../images/first/flow4_sp@2x.png");}

.mtm .com_flow_box .sub_box h5 {
	margin-bottom: 1.0em;
}
.mtm .com_flow_box .sub_box ul {
    justify-content: space-between;
}
.mtm .com_flow_box .sub_box ul li {
	width: 49%;
	max-width: 100%;
	margin: 6% 0 0 !important;
}
.mtm .com_flow_box .sub_box ul.col4 li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.mtm .com_flow_box .sub_box ul div {
	width: 90%;
	margin: 0 auto;
}
.mtm .com_flow_box .sub_box ul p {
	font-size: 90%;
	letter-spacing: normal;
	margin-top: .5em;
}

#kodomo .mtm .step3 .bnr_lifekids {
	width: 100%;
	margin-top: 6%;
}
#kodomo .mtm .step3 .bnr_lifekids .btn {
	bottom: 3%;
}
#kodomo .mtm .step3 .bnr_lifekids .com_arrow_link a {
	font-size: 70%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}