@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area {background-image: url(../images/mechanism/m_img@2x.jpg);}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area {background-position: right center}
}


/* 色 */
.blue,
.blue a{
	color: #41ACFF;
}



/*下層共通
---------------------------------------------------------*/
.com_lead{
	margin-bottom: 60px;
}
.com_lead_index span {
	display: block;
	font-size: 61%;
	letter-spacing: 0.1em;
	line-height: 1.75em;
	margin-bottom: 0.3em;
}
.com_lead .com_lead_index small{
	font-size: 86%;
	letter-spacing: 0.1em;
	line-height: 1.75em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead{
	margin-bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead{
	margin-bottom: 8%;
}
}


/*com_flt
---------------------------------------------------------*/
.com_flt .img_l,
.com_flt .img_r{
	max-width: 330px;
	width: 30%;
	margin-bottom: 0;
}
.com_flt .txt_l,
.com_flt .txt_r{
	max-width: 710px;
	width: 66%;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flt .img_l,
.com_flt .img_r{
	width: 70%;
	margin-bottom: 1.0em;
}
.com_flt .txt_l,
.com_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
}



/*strong_txt
---------------------------------------------------------*/
.strong_txt{
	font-size: min(175%,2.9vw);
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.strong_txt{
	font-size: 135%;
	letter-spacing: 0.1em;
}
}



/*fn-sg-cooperation
---------------------------------------------------------*/
.fn-sg-cooperation dt{
	font-size: min(156.25%,2.3vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	background: #999;
	position: relative;
	max-width: 36.8em;
	padding: 0.6em 1em;
	box-sizing: border-box;
	border-radius: 1.35em;
	margin: 0 auto 2.4em;
}
.fn-sg-cooperation dt::before{
	content: "";
	position: absolute;
	top: 0;
	right: -2.8em;
	width:calc(50% + 2.8em);
	height: 100%;
	background: rgba(255,255,255,.1);
	transform: skewX(120deg);
	transform-origin: center;
}
.fn-sg-cooperation dt::after{
	content: "";
	position: absolute;
	background: url("../images/mechanism/fukidashi-arrow@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 2.24em;
	height: 2.24em;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
}
.fn-sg-cooperation dd ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1020px;
	margin: 0 auto;
}
.fn-sg-cooperation dd ul li:nth-child(1){
	max-width: 493px;
	width: 48.43%;
}
.fn-sg-cooperation dd ul li:nth-child(2){
	max-width: 106px;
	width:10.413%;
}
.fn-sg-cooperation dd ul li:nth-child(3){
	max-width: 365px;
	width:36%;
	position: relative;
	z-index: 1;
}
.fn-sg-cooperation dd ul li:nth-child(3)::before{
	position: absolute;
	content: "";
	background: url("../images/mechanism/bg-grad-circle@2x.png") no-repeat center center;
	background-size: 100% auto;
	width: 9.231em;
	height: 9.231em;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
.fn-sg-cooperation dd ul li:nth-child(3){
	font-size: min(162%,2.385vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
.fn-sg-cooperation dd ul li:nth-child(3) p span{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #DB0028;
	display: block;
	margin: 0.3em auto;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fn-sg-cooperation dt{
	font-size:115%;
	letter-spacing: 0.1em;
	max-width: 36.8em;
	border-radius: 3.6em;
	margin: 0 auto 2em;
}
.fn-sg-cooperation dd ul{
    display:block;
	max-width: 100%;
}
.fn-sg-cooperation dd ul li:nth-child(1){
	max-width: 493px;
	width: 90%;
	margin: 0 auto;
}
.fn-sg-cooperation dd ul li:nth-child(2){
	max-width: 106px;
	width:19.35%;
	margin: 3% auto;
}
.fn-sg-cooperation dd ul li:nth-child(2) img{
	transform: rotate(90deg);
}
.fn-sg-cooperation dd ul li:nth-child(3){
	max-width: 100%;
	width:100%;
}
.fn-sg-cooperation dd ul li:nth-child(3){
	font-size: 120%;
	letter-spacing: 0.05em;
}
.fn-sg-cooperation dd ul li:nth-child(3) p span{
	letter-spacing: 0.05em;
}
}



/*box01
---------------------------------------------------------*/
.box01 .step{
    display: flex;
    justify-content: space-between;
	margin: 40px auto 0;
	font-size: min(118.75%,1.6vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.box01 .step li{
	max-width: 210px;
	width: 19.1%;
	padding: 1.5em 0 2em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.box01 .step li:nth-child(1){
	background-color: #8CBBDA;
}
.box01 .step li:nth-child(2){
	background-color: #599DCA;
}
.box01 .step li:nth-child(3){
	background-color: #3386BD;
}
.box01 .step li:nth-child(4){
	background-color: #1977B5;
}
.box01 .step li:nth-child(5){
	background-color: #005A8C;
}
.box01 .step li::before{
	position: absolute;
	content: "";
	background: url("../images/mechanism/step-arrow@2x.png") no-repeat center right;
	background-size: 100% auto;
	width:1.58em;
	height:1.58em;
	top:50%;
	transform: translateY(-50%);
	right: -0.79em;
	z-index: 2;
}
.box01 .step li:last-child::before{
	position: static;
	background: none;
}
.box01 .step li .abs{
	position: absolute;
	display: block;
	max-width: 144px;
	width: 7.579em;
	height: 7.579em;
	right: 0;
	top:0;
	transform: translate(40%,-48%);
	z-index: 2;
}
.box01 .step li dt{
	font-size: 158%;
	letter-spacing: 0.05em;
	font-style: italic;
	line-height: 1;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	position: relative;
}
.box01 .step li dt::before{
	position: absolute;
	content: "";
	background:  #fff;
	width: 0.867em;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.box01 .step li dd i{
	font-style: normal;
	font-size: 0.5em;
	line-height: 1em;
	display: inline-block;
	transform: translateY(-0.8em);
}
.box01 .step_note{
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align: center;
}
.box01 .flow_flex{
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.box01 .flow_flex::before{
	font-size: min(100%,1.3vw);
	position: absolute;
	content: "";
	background: url("../images/mechanism/flow-abs@2x.png") no-repeat center center;
	background-size: 100% auto;
	width: 6em;
	height: 6em;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
.box01 .flow_flex li{
	max-width: 520px;
	width: 47.5%;
}
.box01 .flow_flex li:nth-child(1){
	background-color: #FFF8ED;
}
.box01 .flow_flex li:nth-child(2){
	background-color: #ECFAE1;
}
.box01 .flow_flex li .tit{
	padding: 30px 17%;
	color: #fff;
	position: relative;
}
.box01 .flow_flex li:nth-child(1) .tit{
	background-color: #E5B26E;
}
.box01 .flow_flex li:nth-child(2) .tit{
	background-color: #8EBA65;
}
.box01 .flow_flex li .tit h3{
	font-size: min(175%,3vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
.box01 .flow_flex li .tit .no,
.box01 .flow_list li .no{
	font-size: min(112.5%,1.9vw);
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	width: 5em;
	height: 5em;
	border-radius: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	left: 0;
	top:0;
	transform: translate(-20%,-20%);
}
.box01 .flow_flex li:nth-child(1) .tit .no{
	background-color: #D18F3F;
}
.box01 .flow_flex li:nth-child(2) .tit .no{
	background-color: #6F9E32;
}
.box01 .flow_list li:nth-child(1) .no{
	background-color: #3386BD;
}
.box01 .flow_list li:nth-child(3) .no{
	background-color: #1977B5;
}
.box01 .flow_list li:nth-child(5) .no{
	background-color: #005A8C;
}
.box01 .flow_flex li .tit .no p,
.box01 .flow_list li .no p{
	font-style: italic;
}
.box01 .flow_flex li .tit .no span,
.box01 .flow_list li .no span{
	font-size: 183.4%;
	letter-spacing: 0.05em;
	line-height: 1em;
	display: block;
}
.box01 .flow_flex li .con{
	padding: 45px 6%;
	position: relative;
	z-index: 1;
}
.box01 .flow_flex li:nth-child(1) .con::before{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,  rgba(209,143,63,0.3) 0%,rgba(255,255,255,0) 100%);
	width: 100%;
	height: 2.125em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.box01 .flow_flex li:nth-child(2) .con::before{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,  rgba(172,206,137,0.3) 0%,rgba(255,255,255,0) 100%);
	width: 100%;
	height: 2.125em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.box01 .flow_flex li .con dl{
	max-width: 408px;
	margin: 0 auto;
}
.box01 .flow_flex li .con dl dt{
	font-size: min(150%,2.5vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0.8em;
}
.box01 .flow_flex li:nth-child(1) .con dl dd strong{
	color: #D18F3F;
}
.box01 .flow_flex li:nth-child(2) .con dl dd strong{
	color: #6F9E32;
}
.box01 .flow_arrow{
	font-size: min(100%,1.6vw);
	max-width: 138px;
	width: 8.625em;
	margin: 3em auto 1.25em;
}
.box01 .flow_txt{
	font-size: min(156.25%,2.6vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.box01 .flow_list{
	margin-bottom: 60px;
}
.box01 .flow_list li:nth-child(odd){
	background-color: #E1F0FA;
	padding: 45px 3%;
	position: relative;
}
.box01 .flow_list li:nth-child(odd) .inbox{
	max-width: 980px;
	margin: 0 auto;
}
.box01 .flow_list li:nth-child(odd) .tit{
	font-size: min(175%,2.9vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 0.8em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #303E4D;
} 
.box01 .flow_list li:nth-child(odd) .flt_box .img_r{
	max-width: 330px;
	width: 34%;
	float: right;
}
.box01 .flow_list li:nth-child(odd) .flt_box .txt_l{
	max-width: 590px;
	width: 62%;
	float: left;
}
.box01 .flow_list li.arrow{
	font-size: min(100%,1.6vw);
	max-width: 138px;
	width: 8.625em;
	margin: 0 auto 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.box01 .step li .abs{
	transform: translate(20%,-65%);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .step{
	margin: 4% auto 0;
}
.box01 .flow_flex{
	margin: 8% auto 0;
}
.box01 .flow_flex li .tit{
	padding:3vw 17%;
}
.box01 .flow_flex li .con{
	padding:4vw 6%;
}
.box01 .flow_flex li:nth-child(1) .con::before{
	height: 3vw;
}
.box01 .flow_flex li:nth-child(2) .con::before{
	height: 3vw;
}
.box01 .flow_txt{
	margin-bottom: 5%;
}
.box01 .flow_list{
	margin-bottom: 6%;
}
.box01 .flow_list li:nth-child(odd){
	padding: 5% 3%;
}
.box01 .flow_list li:nth-child(odd) .inbox{
	max-width: 100%;
}
.box01 .flow_list li.arrow{
	margin: 0 auto 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box01 .step{
    display: block;
	margin: 6% auto 0;
	font-size:100%;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	width: 80%;
}
.box01 .step li{
	max-width:100%;
	width: 100%;
	padding: 1em 0 1.5em;
	margin-bottom: 5%;
}
.box01 .step li:last-child{
	margin-bottom: 0;
}
.box01 .step li::before{
	background-position: center bottom;
	top:auto;
	bottom: 0;
	transform: translateY(50%) rotate(90deg);
	right: 0;
	left: 0;
	margin: auto;
}
.box01 .step li:last-child::before{
	position: static;
	background: none;
}
.box01 .step li .abs{
	width: 7em;
	height: 7em;
	transform: translate(35%,-13%);
}
.box01 .step_note{
	letter-spacing: 0.05em;

}
.box01 .flow_flex{
	margin: 10% auto 0;
	display: block;
	width: 92%;
}
.box01 .flow_flex::before{
	position: static;
	background: none;
}
.box01 .flow_flex li{
	max-width: 100%;
	width: 100%;
	margin-top: 10vw;
}
.box01 .flow_flex li:first-child{
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.box01 .flow_flex li:first-child::before{
	position: absolute;
	content: "";
	background: url("../images/mechanism/flow-abs@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 16vw;
	height: 16vw;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -13vw;
}
.box01 .flow_flex li .tit{
	padding: 5% 15%;
	color: #fff;
	position: relative;
}
.box01 .flow_flex li .tit h3{
	font-size:135%;
	letter-spacing: 0.05em;
}
.box01 .flow_flex li .tit .no,
.box01 .flow_list li .no{
	font-size: 90%;
}
.box01 .flow_flex li .con{
	padding: 7% 6%;
}
.box01 .flow_flex li:nth-child(1) .con::before{
	height: 6%;
}
.box01 .flow_flex li:nth-child(2) .con::before{
	height: 6%;
}
.box01 .flow_flex li .con dl{
	max-width: 408px;
	margin: 0 auto;
}
.box01 .flow_flex li .con dl dt{
	font-size:120%;
	letter-spacing: 0.05em;
	margin-bottom: 0.6em;
}
.box01 .flow_arrow{
	font-size:80%;
	margin: 2.5em auto 1em;
}
.box01 .flow_txt{
	font-size: 124%;
	letter-spacing: 0.1em;
	margin-bottom: 7%;
}
.box01 .flow_list{
	margin-bottom: 8%;
}
.box01 .flow_list li:nth-child(odd){
	padding: 7% 6%;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.box01 .flow_list li:nth-child(odd) .inbox{
	max-width: 100%;
}
.box01 .flow_list li:nth-child(odd) .tit{
	font-size: 135%;
	letter-spacing: 0.05em;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
} 
.box01 .flow_list li:nth-child(odd) .flt_box .img_r{
	width: 70%;
	margin: 0 auto 5%;
	float: none;
}
.box01 .flow_list li:nth-child(odd) .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
.box01 .flow_list li.arrow{
	font-size:80%;
	margin: 0 auto 6%;
}
}



/*box02
---------------------------------------------------------*/
.box02 .essentials {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.box02 .essentials > li{
	width: 32.55%;
	margin-right: 1.175%;
	background-color: #F5F5F5;
	margin-top:15px;
}
.box02 .essentials > li:nth-child(3n),
.box02 .essentials > li:last-child{
	margin-right: 0;
}
.box02 .essentials > li:nth-child(-n + 3){
	margin-top: 0;
}
.box02 .essentials > li dt{
	background-color: #3386BD;
	font-size: min(137.5%,2.4vw);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	padding: 0.8em;
	box-sizing: border-box;	
}
.box02 .essentials > li dd{
	padding: 30px 8%;
	position: relative;
	z-index: 1;
}
.box02 .essentials > li dd::before{
	position: absolute;
	content: "";
	background: url("../images/mechanism/essentials_shadow@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 34px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.box02 .essentials > li dd p,
.box02 .essentials > li dd ul{
	max-width: 240px;
	margin: 0 auto;
}
.box02 .essentials > li dd ul{
	font-size: min(112.5%,2vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
}
.box02 .essentials > li dd ul li{
	margin-top: 0.5em;
	padding-left: 2em;
	position: relative;
}
.box02 .essentials > li dd ul li::before{
	position: absolute;
	content: "";
	background: url("../images/mechanism/icon-check.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top:-0.03em;
}
.box02 .essentials > li dd ul li:first-child{
	margin-top: 0;
}
.box02 .top_border{
	padding-top: 70px;
	margin-top: 130px;
	border-top: 1px solid #ccc;
}
.box02 .strong_txt{
	margin-top: 0.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box02 .essentials {
	margin-top: 5%;
}
.box02 .essentials > li{
	margin-top:1.25%;
}
.box02 .essentials > li dd{
	padding: 3vw 8%;
}
.box02 .top_border{
	padding-top: 7%;
	margin-top: 12%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box02 .essentials {
    display: block;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
.box02 .essentials > li{
	width: 100%;
	margin-right: 0;
	margin-top: 3%!important;
}
.box02 .essentials > li:nth-child(-n + 1){
	margin-top: 0!important;
}
.box02 .essentials > li dt{
	font-size: 120%;
}
.box02 .essentials > li dd{
	padding: 5% 8%;
}
.box02 .essentials > li dd p,
.box02 .essentials > li dd ul{
	max-width:100%;
}
.box02 .essentials > li dd ul{
	font-size:105%;
}
.box02 .top_border{
	padding-top: 9%;
	margin-top: 14%;
}
}
