@charset "utf-8";

.exTop{
	background-color: #55bcc4;
	color: #fff;
	padding: 10px 0;
}

.exTop img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

html .marugo{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

html .paeceOfMind{
	padding-bottom: 25px;
}

.bigTitle{
    font-size: 36px;
    color: var(--mainColor);
    line-height: 42px;
    text-align: center;
    margin-bottom: 10px;
    }

.moreBigTitle{
	font-size: 44px;
}

.moreBigSub{
	font-size: 30px;
    text-align: center;
    margin-bottom: -11px;
}

.bigTitle-txt{
	color: #454545;
	font-size: 15px;
	font-weight: 600;
    line-height: 25px;
}

.ex-mainImg-under{
    padding: 10px 0;
    color: #fff;
    background-color: #454545;
    text-align: center;
    }

.ex-mainImg-under.boldTxt{
    color: #fff;
}	

.ex-mainImg{
	width: 100%;
	}	
	
html .bgBlueGreenTitle{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.roundZone{
    background-color: #fff;
    border-radius: 10px;
    padding: 23px 26px;
    line-height: 23px;
    width: 90%;
    margin: 0 auto;
}

.roundZone:not(:last-child){
	margin-bottom: 18px;
	}
	
.bgBlueGreen .roundZone{
	font-size: 15px;
}

.roundZoneTitle{
	text-align: center;
	font-size: 21px;
	font-weight: 600;
}	

.bgBlueGreen .roundZoneTitle{
	color: #55bcc4;
}

.line{
	display: flex;
    margin: 9px 0;
}

.check{
    width: 23px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.checkTxt{
	display: inline-block;
}

.checkWrapper{
	display: inline-block;
}

.reason-sigle{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
}

.flow{
	padding-bottom: 0
}

.flowTitle{
	font-size: 18px;
	font-weight: 600;
	color: var(--mainColor);
}

.flowNumber{
	font-weight: 600;
	font-size: 50px;
	color: #cdcdcd;
	margin: 0 14px 0 6px;
	vertical-align: -12px;
}

#wrapper .redLink{
	color: var(--mainColor);
	text-decoration: underline;
}

.toContact{
	text-align: center;	
    margin-top: 43px;
    padding: 40px 0;
    }

.toContactButton{
	border: 3px solid #aa0003;
	background-color: #fff;
	font-size: 21px;
    padding: 5px 16px;
	display: inline-block;
	margin: 7px auto 0;
	text-align: center;	
	color: var(--mainColor);
	transition: .6s;
}

.toContactButton:hover{
	background-color: #aa0003;
	color: #fff;
}
	
.grayBand{
	color: #454545;
	background-color: #e1e1e1;
	padding: 3px 0 3px 10px;
	font-size: 15px;
	font-weight: 600;
	margin: 13px 0;
}

.kodawari{
	width: 100%;
	position: relative;
	height: 264px;
	color: white;
	background-image: url(../experience/img/bgKodawari.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 24px;
}

.kodawariImg{
    width: 100%;
    margin: 10px 0 25px 0;
}

.kodawariTitle{
	padding-top: 52px;
	font-size: 30px;
}

html .kodawariTxt{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.ex3Caution{
	font-size: 15px;
	font-weight: 600;
	color: var(--mainColor);
	line-height: 24px;
    margin: 20px 0 10px 0;

}

.exLast{
	color: #454545;
    text-align: center;
    font-size: 15px;
	padding: 12px 0;
}

.footer{
    padding-top: 68px;
}

.kodawariImg-img{
	width: 100%;
}

@media screen and (max-width: 599px) {    
	.redButtonWrapper{
	    position: absolute;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 100%;
	}
	
	.flowLeft{
		position: relative;
	}
	
}

@media screen and (min-width:600px) and ( max-width:979px) {
	.toContact{
	    margin-top: 105px;
	}
	
	.redButtonWrapper{
	    position: absolute;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 100%;
	}
	
	.flowLeft{
		position: relative;
	}

	.exTop img {
	    width: 90%;
	}
    
    .exTop{
        padding: 22px 0;
    }
    
    .bigTitle-txt{
		font-size: 18px;
	    font-weight: 600;
	    text-align: center;
	    line-height: 33px;
	    margin-bottom: 25px;
    }
    
    html .ex-mainImg-under{
	    font-size: 18px;
    }
    
    .reason-sigle {
		width: 329px;
    }
    
	.bigTitle {
	    font-size: 37px;
        margin: 3px auto 15px;
    }
    
    html .another{
        padding-top: 45px;
    }
    
    html .bgBlueGreenTitle{
	    font-size: 21px;
        margin-bottom: 9px;
    }
    
    html body .bgBlueGreen{
	    padding: 40px 0;
    }
    
    .moreBigSub {
	    font-size: 24px;
	    }
    
    .moreBigTitle {
	    font-size: 38px;
    }
    
    .roundZone:first-child{
	    margin-bottom: 13px;
    }
    
    html a.redButtonWrapper{
	    margin: 0;
    }
    
    html .redButtonRadius {
	    margin-top: 20px;
    }
    
    .roundZone:not(:first-child){
	    margin-left: 30px;
    }
    
    .roundZone{
	    max-height: 284px;
    }    
    
    
    .patation {
	    margin-top: 257px;
    }
    
    .kodawari{
	    height: 234px;
	    margin-top: 38px;
	     margin-bottom: 38px;
    }
    
    .kodawariTxt{
	    text-align: center;
    }
    
    .exLast{
	    margin-top: 30px;
    }
    
    #wrapper .flow{
	    padding-bottom: 0;
    }

}

@media screen and (min-width: 980px) {    
	.exTop img {
	    width: 660px;
    }
    
    .exTop{
        padding: 22px 0;
    }
    
    .bigTitle-txt{
		font-size: 21px;
	    font-weight: 600;
	    text-align: center;
	    line-height: 33px;
	    margin-bottom: 25px;
    }
    
    html .ex-mainImg-under{
	    font-size: 21px;
    }
    
    .another{
	    background-image: url(../experience/img/bgReasonPc.svg);
	    background-repeat: no-repeat;
	    background-size: 980px;
	    background-position-x: center;
        background-position-y: 200px;
	    background-position-y: 170px;
    }
    
    .reason-sigle {
		width: 329px;
    }
    
    .bigTitle {
    font-size: 50px;
    margin: 15px auto 15px;
    }
    
    html .another{
        padding-top: 45px;
    }
    
    html .bgBlueGreenTitle{
	    font-size: 21px;
        margin-bottom: 9px;
    }
    
    html body .bgBlueGreen{
	    padding: 40px 0;
    }
    
    .moreBigSub {
	    font-size: 24px;
	    }
    
    .moreBigTitle {
	    font-size: 38px;
    }
    
    
    
    html a.redButtonWrapper{
	    margin: 0;
    }
    
    html .redButtonRadius {
	    margin-top: 20px;
    }
    
    .roundZoneWrapper{
		display: flex;
		justify-content: space-around;
		width: 980px;
		margin: 0 auto;   
    }
    
    .roundZone:not(:first-child){
	    margin-left: 30px;
    }
    
    .roundZone{
	    height: 284px;
    }    
    
    .flowLeft{
	    width: 632px;
    }
    
    html .flowRight{
	    margin: 0;
	    width: 305px;
    }
    
    .flowWrapper{
	    display: flex;
	    justify-content: space-between;
    }
    
    .patation {
    margin-top: 257px;
    }
    
    .kodawari{
	    height: 234px;
	    margin-top: 38px;
	     margin-bottom: 38px;
    }
    
    .kodawariTxt{
	    text-align: center;
    }
    
    .exLast{
	    margin-top: 30px;
    }
}
