@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

/* ------------------------------------------------------------------------ */

/* 共通

/* ------------------------------------------------------------------------ */
#contentsBlock section{
    margin-top: 100px;
}

.contents,
.contents > section {
    text-align: left;
}

.contents > section {
    margin: 0 0 100px;
}

.contents > section > div{
    margin-bottom: 60px;
}

.contents > section > div > p,
.contents > p,
.contents > section > p{
    font-size: 1.6rem;
    line-height: 2.0;
}

.contents > section > div > p > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.hd01 span{
    color: #2fa77f;
}

.lead_txt{
    margin: 0 0 135px;
}

.ulStyle01 {
	margin	: 0 15px 10px;
    font-size: 1.6rem;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}


/* ------------------------------------------------------------------------ */

/* 特徴

/* ------------------------------------------------------------------------ */
.featuresBox .flex{
    flex-wrap: wrap;
}
.featuresBox .flex li{
    width: 33%;
    margin-bottom: 24px;
}
.featuresBox .flex.features-column4 li{
    width: 24%;
}

.photo_box .flex{
    justify-content: center;
    align-items: baseline;
}
.photo_box .flex figure{
    margin: 0 20px;
}
.photo_box .flex figure figcaption{
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo_box.other .flex figure figcaption{
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.photo_box .flex figure figcaption span{
    font-size: 1.4rem;
    background: #e44728;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: normal;
    min-width: 50px;
    margin-left: 10px;
}
.photo_box.other .flex figure figcaption span{
    margin: 0 0 10px;
}
.photo_box .flex figure div{
    font-size: 1.6rem;
    text-align: center;
}


/* ------------------------------------------------------------------------ */

/* PDFエリア

/* ------------------------------------------------------------------------ */
.member_area{
    background: #e9f7f3;
    padding: 60px 20px;
}
.member_area p{
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #219e74;
    text-align: center;
}
.member_area .member_file{
    display: flex;
    justify-content: center;
}
.member_area .member_file a.com-btn{
    border: solid 1px #2fa77f;
    color: #2fa77f;
    text-align: center;
    margin: 20px;
    width: 100%;
}

.member_area .member_file a.com-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.member_area .member_file a.com-btn span::after{
	content: "";
	display: block;
	width: 18px;
	height: 20px;
	background: url("/common/img/icon_pdf.png") no-repeat center / contain;
    margin-left: 8px;
}

.member_area a.com-btn::after{
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background: url("/common/img/icon_arrow_grn.png") no-repeat center / contain;
	position: absolute;
	top: calc(100% / 2 - 3px);
	right: 19px;
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.member_area a.com-btn:hover{
	background: #2fa77f;
	color: #fff;
}
.member_area a.com-btn:hover::after{
	background-image: url("/common/img/icon_arrow36.png");
}


/* ------------------------------------------------------------------------ */

/* 問い合わせエリア

/* ------------------------------------------------------------------------ */
.contact_area{
    padding-bottom: 100px;
}
.contact_area section{
    margin: 40px auto !important;
}
.contact_area .ttl{
    font-size: 1.8rem;
    font-weight: bold;
}
.contact_area .end_txt{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.0;
}
.contact_area a.com-btn{
    background: #2fa77f;
    border: solid 1px #2fa77f;
    color: #fff;
    text-align: center;
    margin: 40px auto;
    width: 100%;
}
.contact_area a.com-btn::after{
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background: url("/common/img/icon_arrow36.png") no-repeat center / contain;
	position: absolute;
	top: calc(100% / 2 - 3px);
	right: 19px;
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.contact_area a.com-btn:hover{
	background: #fff;
	color: #2fa77f;
}
.contact_area a.com-btn:hover::after{
	background-image: url("/common/img/icon_arrow_grn.png");
}

.contact_area .join_area{
    max-width: 694px;
    margin: 100px auto;
}
.contact_area .btn_area a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    #contentsBlock section{
        margin-top: 40px;
    }
    
    .contents > section{
        margin: 0 0 40px;
    }
    
    .contents > section > div{
        margin-bottom: 20px;
    }
    
    .lead_txt{
        margin: 0 0 20px;
    }
    
    .photo_box .flex figure figcaption,
    .photo_box.other .flex figure figcaption{
        font-size: 1.8rem;
    }
    
    .hd01{
        margin: 0 auto 20px;
    }
    
    .hd02{
        font-size: clamp(2rem,5vw,2.5rem);
    }
}

@media screen and (max-width: 700px) {
    .featuresBox .flex li,
    .featuresBox .flex.features-column4 li{
        width: 49%;
    }
    
    .photo_box .flex figure{
        margin: 0 0 30px;
    }
    
    .flex.btn_area li{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 568px) {
    .photo_box .flex,
    .member_area .member_file{
        display: block;
    }
    
    .member_area .member_file a.com-btn{
        margin: 20px auto;
    }
    
    .contact_area .join_area{
        margin: 40px auto;
    }
    
    .flex.btn_area{
        display: block;
    }
}

@media screen and (max-width: 478px) {
    .contents > section > div > p,
    .contents > p,
    .contents > section > p,
    .photo_box .flex figure div{
        font-size: 1.4rem;
    }
    
    .photo_box .flex figure figcaption,
    .photo_box.other .flex figure figcaption,
    .contact_area .ttl,
    .contact_area .end_txt,
    .member_area p{
        font-size: 1.6rem;
    }
}
