@charset "utf-8";
header {
	border: none;
}
/**********************************************
    * top共通
*********************************************/
.index_title {
    line-height: 1.5;
    font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    max-height: 100%;
/*     position: relative; */
}

.index_title::before {
    display: block;
    content: attr(data-txt)'';
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}

/**********************************************
    * mv
*********************************************/
.mv {
    display: block;
    margin: auto;
    width: 100%;
    position: relative;
}


.mv img {
    display: block;
    width: 100%;
    max-height: 70.8vh;
    min-height: 600px;
    object-fit: cover;
    object-position: bottom;
}

.mv_txt {
    position: absolute;
    width: 1320px;
    padding: 0 20px;
    max-width: 100%;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv_txt h1 {
    line-height: 2;
    font-size: 2.5rem;
/* 	font-weight: 200; */
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #03382D;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32); */
/* 	text-align: center; */
    position: relative;
}
.mv_txt p {
    margin-top: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
}

/**********************************************
    * news
*********************************************/
#index_news {
    padding: 79px 0 78px;
}

.news_area {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.news_head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}

.news_head h2 {
    margin-bottom: 0;
}

#index_news .news_list {
    border-top: 1px solid #F0F0F0;
}

#index_news .news_list li {
    border-bottom: 1px solid #F0F0F0;
}

#index_news .news_list li a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #03382D;
    text-decoration: none;
    padding: 24px 98px 20px 0;
    box-sizing: border-box;
    transition: all .3s ease;
    align-items: center;
    position: relative;
}

#index_news .news_list li a::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid #DADEDC;
    border-right: 2px solid #DADEDC;
    top: calc(50% - 6px);
    right: 32px;
    transform: rotate(45deg);
    transition: all .3s ease;
}

#index_news .news_cate {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #03382D;
    width: 130px;
    margin-right: 20px;
    padding: 8px 10px;
    background: #F2F4F3;
    border-radius: 3px;
    transition: all .3s ease;
    max-height: 100%;
    border-radius: 100px;
}

#index_news .news_date {
	width: 100px;
    margin-right: 9px;
    max-height: 100%;
	font-family: 'Urbanist', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#index_news .news_title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    max-width: calc(100% - 260px);
    max-height: 100%;
}

/* hover */
#index_news .news_list li a:hover {
    color: #62B06C;
}

#index_news .news_list li a:hover .news_cate {
    color: #FFF;
    background: #62B06C;
}

#index_news .news_list li a:hover::after {
    border-color: #62B06C;
}

	    /**********************************************
        * recist bnr
    *********************************************/
#index_recist {
    padding: 0 20px 80px;
}

.recist_link {
    display: flex;
	max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s ease;
	text-decoration: none;

}
.recist_link:hover{
	opacity: 0.7;
}


.recist_txt {
    padding: 15px 30px 5px;
    display: flex;
    width: 66.5%;
    /* min-width: 40%; */
    box-sizing: border-box;
    flex-direction: column;
    align-self: center;
}

.recist_head {
    font-size: 125%;
}

.recist_img img {
    vertical-align: bottom;
	width: 100%;
}

/* #index_recruit .rec_more {
    display: block;
    text-align: right;
    font-size: 87.5%;
}

.rec_more span {
    background: url(../img/arrow_right_blue.svg)left center no-repeat;
    background-position: left;
    background-size: 16px;
    padding-left: 22px;
}
 */



/**********************************************
    * link
*********************************************/


#index_link {
    padding: 0 0 97px;
}

#index_link h3 {
    font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.link_area {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.link_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.link_img {
    display: block;
	max-width: 100%;
    overflow: hidden;
	border-radius: 14px;
}

.link_item {
    display: block;
    max-width: calc((100% - 42px) / 2);
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.link_item:nth-child(2n) {
    margin-right: 0;
}

.link_img img {
    display: block;
    max-width: 100%;
    transition: all .3s ease;
}

.link_txt {
/*     position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 0 20px 0;
}

.link_txt strong {
    display: block;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #03382D;
    padding-right: 60px;
    position: relative;
}

.link_txt strong::before {
    display: block;
    content: attr(data-txt) '';
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}

/* hover */
.link_img:hover img {
    transform: scale(1.05);
}

/**********************************************
    * donations
*********************************************/
.donations_area {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

#index_donations {
	/*background: url(../images/index_donations_bg.jpg) no-repeat center;*/
	background: linear-gradient(170deg, 
        #a5da96 0%,   /* 左上付近の薄い緑 */
        #6ad09e 40%,  /* 中央あたりのエメラルド */
        #1abf87 100%  /* 右下付近の濃いグリーン */
    );
    padding: 135px 0 180px 0;
}

.donations_txt {
    width: 500px;
    margin: 25px 0 60px;
}

/**********************************************
    * sponsor
*********************************************/	
	#index_sponsor {
    background-color: #eff1ec;
}

	.sponsor_area {
    max-width: 1040px;
    padding: 80px 20px 50px;
    margin: auto;
}

.sponsor_box {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.sponsor_item {
	display: block;
    max-width: calc((100% - 40px) / 3);
    position: relative;
    overflow: hidden;
}

.sponsor_img{
    display: block;
	max-width: 100%;
    overflow: hidden;
}

.sponsor_img img {
	display: block;
    max-width: 100%;
}


a.sponsor_txt {
	display: inline-block;
    background: none;
	padding-right: 0;
}

/* hover */
.sponsor_img:hover img {
    opacity: 0.7;
	transition: 0.3s;
}

/**********************************************
    * banner
*********************************************/
.banner_area {
    max-width: 830px;
    padding: 0 20px;
    margin: auto;
}

.banner_box {
    display: flex;
    gap: 30px;
	padding: 80px 0;
}

.banner_item a {
    text-decoration: none;
}

.banner_item a:hover {
	opacity: 0.7;
	transform: 0.5s;
}

.banner_img img {
	display: block;
    width: 100%;
	margin-bottom: 10px;
	border-radius: 8px;
}

.banner_txt {
	font-size: 1.6rem;
    font-weight: 500;
}


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

    /**********************************************
        * top共通
    *********************************************/
    .index_title {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .index_title::before {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
	
	#index_link h3 {
		font-size: 1.8rem;
		font-weight: 600;
	}

    /**********************************************
        * mv
    *********************************************/

    .mv img {
        min-height: 474px;
    }

    .mv_txt {
        top: 50.1%;
    }

    .mv_txt h1 {
       font-size: 1.8rem;
        text-align: left;
        line-height: 1.8;
    }
	
	.mv_txt p {
    	font-size: 1.3rem;
	}

    /**********************************************
        * news
    *********************************************/
    #index_news {
        padding: 47px 0 0;
    }

    .news_area {
        max-width: 1140px;
        padding: 0 20px;
        margin: auto;
        position: relative;
    }

    .news_head {
        justify-content: flex-end;
        margin-bottom: 18px;
    }

    .news_head h2 {
        margin-bottom: 24px;
        width: 100%;
    }

    #index_news .news_list {
        border-top: 1px solid #F0F0F0;
    }

    #index_news .news_list li {
        border-bottom: 1px solid #F0F0F0;
    }

    #index_news .news_list li a {
        padding: 11px 34px 12px 0;
    }

    #index_news .news_list li a::after {
        width: 10px;
        height: 10px;
        right: 17px;
    }

    #index_news .news_cate {
        font-size: 1.2rem;
        font-weight: 500;
        width: 106px;
        margin-right: 10px;
        padding: 3px 7px 2px;
        background: #F0F0F0;
        border-radius: 3px;
        transition: all .3s ease;
    }

    #index_news .news_date {
        font-size: 1.3rem;
        letter-spacing: 0;
        width: 80px;
        margin: 2px 0 0;
    }

    #index_news .news_title {
        font-size: 1.3rem;
		width: 100%;
        max-width: none;
        margin: 8px 0 0;
    }

    /* hover */
	
	
	    /**********************************************
        * recist bnr
    *********************************************/

    .recist_img {
        max-width: 40%;
    }

    .recist_img img {
        max-width: none;
        height: 100% !important;
        object-fit: cover;
    }

    .recist_txt {
        padding: 6px 15px;
        width: 60%;
    }
	
	.recist_head {
    	font-size: 100%;
	}
	
	#index_recist {
    padding: 20px 20px 0px;
}


    /**********************************************
        * link
    *********************************************/
    #index_link {
        padding: 50px 0 40px;
/*         background: #F5F5F5; */
    }

    .link_box {
		gap: 0;
    }

    .link_item {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .link_item:nth-child(2n) {
        margin-right: 0;
    }

    .link_item img {
        width: 100%;
        max-width: none;
        object-fit: cover;
        aspect-ratio: 67/48;
    }

    .link_txt {
    padding: 7px 0 20px 0;
    }

    .link_txt strong {
        font-size: 2.5rem;
        padding-right: 60px;
    }



    .link_txt strong::before {
        font-size: 1.2rem;
        margin-bottom: 1px;
    }

    .link_txt strong::after {
        bottom: -2px;
    }
	
	
/**********************************************
    * donations
*********************************************/	
	#index_donations {
			padding: 50px 0 55px;
	}
	.donations_area {
		text-align: center;
	}

	
	.donations_txt {
		width: 100%;
		margin: 25px 0 30px;
	}
	
/**********************************************
    * sponsor
*********************************************/		
	
	.sponsor_area {
		padding: 50px 20px;
	}
	
	.sponsor_box {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	
	.sponsor_item {
		max-width: 100%;
	}

	
/**********************************************
    * banner
*********************************************/		
	.banner_box {
		gap: 20px;
		padding: 40px 0;
		flex-direction: column;
	}
	
	.banner_img img {
		margin-bottom: 5px;
	}

	.banner_txt {
		font-size: 1.4rem;
	}
	
}