@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url("../images/message/bg-key.jpg") no-repeat center;
    background-size: cover;
    height: 55vh;
}

h1,h2,h3{
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 767px) {
.ttl {
    align-items: flex-end;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.underKeyimages .key-wrap {
    background-size: cover;
    height: 65vh;
}
	.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
}
}

@media screen and (max-width: 768px) {
.underKeyimages .key-wrap {
    background: url(../images/message/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}

	h1 {
	}
	h4 {
		font-size: 25px;
		margin-left: 3em;
	}
}

/*****共通end*****/

.sec1 {
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 0;
	background: #fff;
	position: relative;
}
.sec1 .wrap{
	max-width: 100%;
	overflow: hidden;
  position: relative;
}
.sec1 .abso-cont{
	background: url("../images/message/top-message.png") no-repeat center;
    background-size: cover;
	    padding: 190px 40px;
}
.sec1 .abso-cont p{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #e26737;	
	margin-bottom: 10px;
}
.sec1 .abso-cont h2{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 25px;
}
.sec1 h3 {
    color: #082a8b;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}
.sec1 p{

}

@media screen and (min-width: 768px) {
.sec1 .wrap{
	max-width: 1200px;
	padding: 80px 0;
	position: relative;
	        padding-bottom: 50px;
}

}

@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1530px) {

}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec1 h1 {
        font-size: 85px;
    }
	    .sec1 .txt {
        margin-left: 3em;
        padding-top: 6em;
    }
	.sec1 p{
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 767px) {
.sec1 .abso-cont {
    background: url(../images/message/top-message.png) no-repeat center;
    background-size: cover;
    padding: 60px 25px;
}
	.sec1 .wrap{
		padding-bottom: 3em;
        padding-top: 3em;
	}

.sec1 .abso-cont h2 {
    font-size: 20px;

}
	.sec1 h3 {
    color: #082a8b;
    font-size: 17px;
    line-height: 30px;
}

	.sec1 .ttl{
		margin-bottom: 3em;
	}

}



.sec2{
	background-color: #eaecf9;
	position: relative;
	background-size: cover;
}

.sec2 .flex{
	justify-content: right;
	justify-content: space-between;
}
.sec2 .message-flex1 {
	margin-bottom: 9em;
	    align-items: center;
}
.sec2 p{
	word-break: break-all;
    text-align: justify;
}
@media screen and (min-width: 768px) {
	.sec2 .wrap{
	max-width: 1200px;
}
	.sec2 p{
		line-height: 33px;
		        letter-spacing: 0;
			font-size: 16px;
		
	}
.sec2 .message-flex1 .boxL{
	width: 50%;
	padding-right: 30px;
}
.sec2 .message-flex2 .boxR{
	width: 50%;
	padding-left: 30px;
}
	
	.sec2 .right-ma{
	margin-right: 8em;
}
}

@media screen and (min-width: 768px) and (max-width: 1380px){

	    .sec2 .right-ma {
        margin-right: 2em;
    }
}
@media screen and (max-width: 767px) {
	.sec2 {
		padding-top: 40px;
	}
	.sec2 p{
		line-height: 27px;
	}
	.sec2 .message-flex1 {
    margin-bottom: 2em;
	}
	.sec2 .boxR{
		margin-top: 2em;
	}
}



.sec3{
	background-image: linear-gradient(#9cc7f1 50%, #e1f6ff 95% 100%);
	position: relative;
	padding-top: 100px;
	padding-bottom: 150px;
}
.sec3 p{
	font-size: 17px;
	line-height: 40px;
	word-break: break-all;
    text-align: justify;
}

.sec3 .flex{
	    align-items: center;
}
.sec3 .sub-ttl {
    font-size: 75px;
    color: #9cc7f1;
    font-weight: 900;
    margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 75px;
}
.sec3 .sub-ttl span {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.sec3 .wrap{
}
	.sec3 ul.flex li{
			margin: 0 30px;
		}
.sec3 .boxL{
	width: 48%;
    padding-right: 70px;
    padding-left: 18em;
}
}
@media screen and (min-width: 1580px) and (max-width: 1680px){
	    .sec3 .boxL {
        width: 50%;
        padding-right: 30px;
        padding-left: 10em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1580px){
	.sec3 .sub-ttl {
		font-size: 55px;
	}
	.sec3 .boxL {
		width: 65%;
		padding-left: 10em;
	}
}
@media screen and (max-width: 767px) {
	.sec3{
		padding: 60px 0;
	}
	.sec3 p {
    font-size: 14px;
    line-height: 30px;
}
	.sec3 .sub-ttl span{
		margin-bottom: 15px;
	}
	.sec3 .sub-ttl {
		line-height: 45px;
        font-size: 30px;
		    margin-bottom: 10px;
	}
	.sec3 .boxL{
		padding: 0 20px;
	}
	.sec3 .boxR{
		padding: 30px 0;
	}
}