@charset "utf-8";
.eyecatch_inc.message{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.message .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/message/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.eyecatch_inc.message .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: 220px;
	padding: 59px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.message .eyecatch_inc01 .eyecatch_inc01_01{
		max-width: 320px;
		padding: 27px 0;
		background: none;
	}
}
.eyecatch_inc.message .eyecatch_inc01 h2{
	margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.message .eyecatch_inc01 h2{
        font-size: 19px;
        line-height: 30px;
	}
}
.eyecatch_inc.message .eyecatch_inc01 h2 span{
    display: block;
    margin-top: 14px;
    font-size: 37px;
    line-height: 47px;
}
@media only screen and (max-width: 767px){
    .eyecatch_inc.message .eyecatch_inc01 h2 span{
        font-size: 28px;
        line-height: 39px;
    }
}

.cont01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 70px 0;
}
@media only screen and (max-width: 767px){
    .cont01 {
        padding: 30px 0;
    }
}
.cont01 .cont01_01 {
    width: 878px;
    height: auto;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_01 {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
    }
}
.cont01 .cont01_01 .item01 {
    width: 100%;
    height: auto;
    margin: 42px auto 0;
    padding: 50px;
    border: 2px solid #00683C;
    border-radius: 20px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.cont01 .cont01_01 .item01:nth-of-type(1) {
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_01 .item01 {
        padding: 30px;
        flex-direction: column;
    }
}
.cont01 .cont01_01 .item01 img {
    display: block;
    width: 164px;
    height: auto;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_01 .item01 img {
        width: 140px;
        margin: 0 auto 20px;
    }
}
.cont01 .cont01_01 .item01 .item01_01 {
    width: 100%;
    height: auto;
    margin-left: 34px;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_01 .item01 .item01_01 {
        margin: 0;
    }
}
.cont01 .cont01_01 .item01 .item01_01 .text01 {
    font-size: 15px;
    line-height: 25px;
    color: #00683C;
    margin-bottom: 5px;
}
.cont01 .cont01_01 .item01 .item01_01 .text02 {
    font-size: 25px;
    line-height: 35px;
    color: #00683C;
    margin-bottom: 10px;
}
.cont01 .cont01_01 .item01 .item01_01 .text02 span {
    font-size: 17px;
    line-height: 27px;
}
.cont01 .cont01_01 .item01 .item01_01 .text03 {
    font-size: 17px;
    line-height: 27px;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_01 .item01 .item01_01 .text03 {
        font-size: 14px;
        line-height: 22px;
    }
}


.cont01 .cont01_02 {
    width: 878px;
    height: auto;
    margin: 50px auto 0;
    padding: 30px 50px;
    background-color: #E9F5F0;
    border-radius: 20px;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 {
        width: 90%;
        max-width: 320px;
        padding: 30px 20px 20px;
    }
}
.cont01 .cont01_02 .text01 {
    width: 100%;
    height: auto;
    padding: 0 0 8px;
    margin: 0 auto 25px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: relative;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 .text01 {
        font-size: 25px;
        line-height: 30px;
    }
}
.cont01 .cont01_02 .text01::before {
    content: '';
    width: 340px;
    height: 3px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00683C;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 .text01::before {
        width: 170px;
    }
}
.cont01 .cont01_02 .text01 span {
    font-size: 20px;
    line-height: 30px;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 .text01 span {
        font-size: 15px;
        line-height: 25px;
    }
}
.cont01 .cont01_02 h4 {
    width: 100%;
    height: auto;
    margin: 0 auto 28px;
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    display: block;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 h4 {
        font-size: 18px;
        line-height: 28px;
    }
}
.cont01 .cont01_02 .cont01_01 {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 .cont01_01 {
        flex-direction: column;
    }
}
.cont01 .cont01_02 .cont01_01 ul {
    width: 30%;
    height: auto;
}
@media only screen and (max-width: 767px){
    .cont01 .cont01_02 .cont01_01 ul {
        width: 100%;
    }
}
.cont01 .cont01_02 .cont01_01 ul li {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}
.cont01 .cont01_02 .cont01_01 ul li:nth-of-type(1) {
    margin-top: 0;
}
.cont01 .cont01_02 .cont01_01 ul .right {
    font-size: 15px;
    line-height: 25px;
    text-align: right;
}
