@charset "utf-8";
/* CSS Document */

/*トップコンテンツ*/
.top-contents{
	width: 100%;
	height: 100vh;
	background-color: #000000;
}
.top-inner{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	padding: 50px 2.5% 0;
}
.top-con-slide-back{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%,-50%);
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	opacity: 0.85;
}
.top-back-img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	filter: blur(10px);
}
.top-copy{
	position: relative;
	z-index: 2;
	width: 50%;
	padding-right: 60px;
}
.top-copy p{
	font-size: 1rem;
	letter-spacing: 0.44em;
	color: #ffffff;
}
.top-copy h2{
	margin-top: 22px;
}
.top-con-slide{
	width: clamp(300px, 45vw, 700px);
	height: clamp(300px, 45vw, 700px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.top-con-slide li.slick-slide a{
	display: block;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.top-con-slide .top-con{
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.top-con-slide .top-con h3{
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.top-con-link{
	display: inline-block;
	margin-top: 15px;
	font-size: 1rem;
	letter-spacing: 0.075em;
	padding: 0 3em;
	height: 60px;
	line-height: 58px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: .3s ease;
}
.top-con-slide li.slick-slide a:hover .top-con-link{
	color: #303e66;
	background-color: #ffffff;
}
.top-con-num{
	position: absolute;
	bottom: 50px;
	right: 5%;
	z-index: 2;
	width: 70px;
	height: 80px;
}
.top-con-num::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #ffffff;
	transform: 
		translate(-50%,-50%)
		rotate(45deg);
}
.top-con-num span{
	position: absolute;
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1em;
}
.top-con-num span.child{
	top: 0;
	left: 0;
}
.top-con-num span.oya{
	right: 0;
	bottom: 0;
}

/*コンセプト*/
.concept{
	padding: 220px 0;
	text-align: center;
	position: relative;
}
.concept h2{
	font-size: 2.5rem;
	letter-spacing: 0.075em;
}
.concept p{
	margin-top: 8px;
	font-size: 1rem;
	letter-spacing: 0.22em;
}
.concept .logo-back{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,-50%);
	width: clamp(160px,40%,400px);
}

/*学校だより*/
.letters{
	position: relative;
}
.letters-title{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	padding-left: 25px;
	border-left: 20px solid #d6aa2f;
}
.letters-title h2{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-right: 0.5em;
}
.letters-title p{
	font-size: 1rem;
	letter-spacing: 0.13em;
}
.letter-deco{
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -1;
	font-size: clamp(1rem, 8vw, 5rem);
	font-weight: 700;
	line-height: 0.75em;
	transform: translateY(-100%);
	color: #f3f3f3;
}
.letters-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* 5列のグリッド */
	gap: 0; /* 間隔 */
	list-style: none;
	padding: 0;
	margin: 0;
}
.letters-list li {
	width: 100%;
	height: calc(100vw / 5);
	background-color: #f0f0f0;
}
.letters-list li:nth-of-type(odd){
	background-color: #C7C7C7;
}
.letters-list li.first a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #303e66;
}
.letters-list li.first a img{
	position: absolute;
	top: 42%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: 40%;
}
.insta-btn{
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	font-size: 0.8rem;
	padding: 0em 2em;
	height: 60px;
	line-height: 58px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: .3s ease;
}
.letters-list li.first a:hover .insta-btn{
	color: #303e66;
	background-color: #ffffff;
}
.letters-list li:not(:first-of-type) a{
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s ease;
}
.letters-list li:not(:first-of-type) a:hover{
	opacity: 0.5;
}
.letters-list li:not(:first-of-type) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

/*学校だより：一時的*/
.re-letters{
	padding: 100px 50px;
	border-top: 10px solid #303e66;
	position: relative;
}
.re-letters-deco{
	position: absolute;
	font-size: clamp(1rem, 5vw, 3rem);
	line-height: 0.75em;
	font-weight: 700;
	color: #303e66;
	opacity: 0.15;
	right: 0;
	bottom: 0;
}
.re-letters-title{
	color: #303e66;
	text-align: left;
}
.re-letters-title h2{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.re-letters-title p{
	margin-top: 8px;
	font-size: 1rem;
	letter-spacing: 0.13em;
}
.re-letters ul{
	margin-top: 15px;
}
.re-letters ul li a{
	padding: 1em 0;
	font-size: 0.9rem;
	letter-spacing: 0.075em;
	border-bottom: 2px solid #303e66;
	transition: .3s ease;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.re-letters ul li a:hover{
	background-color: rgba(0,0,0,0.15);
}
.re-letters ul li a.thum-none{
	display: block;
}
.re-letters ul li a .re-letters-thum{
	width: 120px;
}
.re-letters ul li a .re-letters-contents{
	width: calc(100% - 150px);
}
.re-letters ul li a span{
	font-size: 0.9em;
	margin-right: 0.5em;
}
.re-letters-link{
	display: block;
	margin: 35px auto 0;
	text-align: center;
	font-size: 1rem;
	padding: 0em 2em;
	width: 250px;
    height: 60px;
    line-height: 56px;
	color: #303e66;
    border: 2px solid #303e66;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	transition: .3s ease;
}
.re-letters-link:hover{
	color: #ffffff;
	background-color: #303e66;
}



/*更新情報 + お知らせ*/
.news-wrap{
	display: flex;
	flex-wrap: wrap;
}
.what,
.news{
	width: 50%;
	padding: 150px 50px;
	color: #ffffff;
	position: relative;
}
.what-deco,
.news-deco{
	position: absolute;
	font-size: clamp(1rem, 5vw, 3rem);
	line-height: 0.75em;
	font-weight: 700;
	color: #ffffff;
	opacity: 0.15;
}
.what-deco{
	top: 0;
	left: 0;
}
.news-deco{
	right: 0;
	bottom: 0;
}
.what{
	background-color: #d6aa2f;
}
.news{
	background-color: #303e66;
}
.what-title,
.news-title{
	color: #ffffff;
	text-align: center;
}
.what-title h2,
.news-title h2{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.what-title p,
.news-title p{
	margin-top: 8px;
	font-size: 1rem;
	letter-spacing: 0.13em;
}
.what ul,
.news ul{
	margin-top: 15px;
}
.what ul li a,
.news ul li a{
	display: block;
	padding: 1em 0;
	font-size: 0.9rem;
	letter-spacing: 0.075em;
	border-bottom: 2px solid #ffffff;
	transition: .3s ease;
}
.what ul li a:hover,
.news ul li a:hover{
	background-color: rgba(0,0,0,0.15);
}
.what ul li a span,
.news ul li a span{
	font-size: 0.9em;
	margin-right: 0.5em;
}
.what-link,
.news-link{
	display: block;
	margin: 35px auto 0;
	text-align: center;
	font-size: 1rem;
	padding: 0em 2em;
	width: 250px;
    height: 60px;
    line-height: 58px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	transition: .3s ease;
}
.what-link:hover{
	color: #d6aa2f;
	background-color: #ffffff;
}
.news-link:hover{
	color: #303e66;
	background-color: #ffffff;
}
.middle-deco{
	width: 100%;
	height: 500px;
	background-image: url("../img/front/kousha.jpg");
	background-position: center top 15%;
	background-size: cover;
}


/*広島学院について*/
.about{
	padding-top: 280px;
}
.about-title{
	text-align: center;
	position: relative;
}
.about-title h2{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.about-title-deco{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	text-align: center;
	font-size: clamp(2.5rem, 10vw, 9rem);
	line-height: 0.75em;
	font-weight: 700;
	color: #f3f3f3;
}

/*理念*/
.ideal{
	margin-top: 80px;
	border-top: 10px solid #d6aa2f;
	padding: 180px 5%;
	position: relative;
	background-image: url("../img/front/ideal.jpg");
	background-position: center center;
	background-size: cover;
}
.ideal::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.ideal-deco{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: clamp(2rem, 8vw, 6rem);
    line-height: 0.75em;
    font-weight: 700;
    color: #ffffff;
	opacity: 0.15;
}
.ideal-con{
	position: relative;
	z-index: 3;
	color: #ffffff;
	width: 100%;
	max-width: 550px;
}
.ideal-con h3{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.ideal-con p{
	margin-top: 8px;
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.13em;
}
.ideal-link{
	display: block;
	margin-top: 35px;
    text-align: center;
    font-size: 1rem;
    padding: 0em 2em;
    width: 250px;
    height: 60px;
    line-height: 58px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: .3s ease;
}
.ideal-link:hover{
	color: #303e66;
	background-color: #ffffff;
}


/*社会奉仕*/
.social{
	margin: 80px auto 0;
	width: 90%;
	padding: 40px;
	background-color: #303e66;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.social-deco{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 5vw, 5rem);
    line-height: 0.75em;
    font-weight: 700;
    color: #ffffff;
	opacity: 0.15;
}
.social-img{
	width: 60%;
	height: 500px;
	background-image: url("../img/front/social.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.social-con{
	width: calc(40% - 40px);
	position: relative;
	z-index: 2;
	color: #ffffff;
}
.social-con h3{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.social-con p{
	margin-top: 8px;
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.13em;
}
.social-link{
	display: block;
	margin-top: 35px;
    text-align: center;
    font-size: 1rem;
    padding: 0em 2em;
    width: 250px;
    height: 60px;
    line-height: 58px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: .3s ease;
}
.social-link:hover{
	color: #303e66;
	background-color: #ffffff;
}


/*ILP*/
.ilp{
	margin-top: 80px;
	padding: 100px 5%;
	background-color: #d6aa2f;
	position: relative;
}
.ilp-deco{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 4vw, 5rem);
    line-height: 0.6em;
    font-weight: 700;
    color: #ffffff;
	opacity: 0.15;
}
.ilp-con{
	width: 40%;
	color: #ffffff;
}
.ilp-con h3{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.ilp-con p{
	margin-top: 8px;
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.13em;
}
.ilp-link{
	display: block;
	margin-top: 35px;
    text-align: center;
    font-size: 1rem;
    padding: 0em 2em;
    width: 250px;
    height: 60px;
    line-height: 58px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: .3s ease;
}
.ilp-link:hover{
	color: #d6aa2f;
	background-color: #ffffff;
}
.ilp-img{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	width: 45%;
	max-width: 600px;
}


/*クラブ活動*/
.club{
	margin-top: 150px;
	border-top: 10px solid #303e66;
	border-bottom: 10px solid #303e66;
	padding: 250px 5%;
	position: relative;
}
.club-deco{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 6vw, 5rem);
    line-height: 0.75em;
    font-weight: 700;
    color: #303e66;
	opacity: 0.15;
}
.club-con{
	width: 40%;
	color: #303e66;
}
.club-con h3{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.club-con p{
	margin-top: 8px;
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.13em;
}
.club-link{
	display: block;
	margin-top: 35px;
    text-align: center;
    font-size: 1rem;
	font-weight: 500;
    padding: 0em 2em;
    width: 250px;
    height: 60px;
    line-height: 56px;
    color: #303e66;
    border: 2px solid #303e66;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: .3s ease;
}
.club-link:hover{
	color: #ffffff;
	background-color: #303e66;
}
.club-img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
}
.club-img::before,
.club-img::after{
	content: "";
	position: absolute;
	width: 70%;
	height: 60%;
	background-position: center center;
	background-size: cover;
}
.club-img::before{
	top: 0;
	right: 0;
	z-index: 0;
	background-image: url("../img/page/seikatsu/club/syougi.jpg");
}
.club-img::after{
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("../img/front/club2.jpg");
}


/*トップページ下部*/
.top-bottom{
	margin: 80px auto 0;
    width: 90%;
	padding-bottom: 80px;
}
.top-bottom-mainlink{
	width: 100%;
}
.top-bottom-mainlink li:not(:first-of-type){
	margin-top: 40px;
}
.top-bottom-mainlink li a{
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.top-bottom-mainlink li:nth-of-type(1) a{
	background-color: #303e66;
}
.top-bottom-mainlink li:nth-of-type(2) a{
	background-color: #d6aa2f;
}
.mainlink-title{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.mainlink-title h3{
	color: #ffffff;
	font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.mainlink-title p{
	display: block;
    margin: 25px auto 0;
    text-align: center;
    font-size: 1rem;
    padding: 0em 2em;
    width: 250px;
    height: 60px;
    line-height: 58px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: .3s ease;
}
.top-bottom-mainlink li:nth-of-type(1) a:hover .mainlink-title p{
	color: #303e66;
	background-color: #ffffff;
}
.top-bottom-mainlink li:nth-of-type(2) a:hover .mainlink-title p{
	color: #d6aa2f;
	background-color: #ffffff;
}
.mainlink-deco{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: right;
    font-size: clamp(1rem, 5.5vw, 6rem);
    line-height: 0.6em;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.15;
}
.top-bottom-sublink{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #303e66;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.top-bottom-sublink li{
	width: calc(100% / 3);
	border-right: 1px solid #303e66;
	border-bottom: 1px solid #303e66;
}
.top-bottom-sublink li:nth-of-type(3n){
	border-right: none;
}
.top-bottom-sublink li:nth-of-type(n+4){
	border-bottom:none;
}
.top-bottom-sublink li a{
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	transition: .3s ease;
	color: #303e66;
}
.top-bottom-sublink li a:hover{
	color: #ffffff;
	background-color: #303e66;
}
.top-bottom-sublink li a .link-mark{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 80px;
}
.top-bottom-sublink li a p{
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
	text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}



/*調整用*/
@media screen and (max-width:1200px) {
	.letters-list li.first a img{
		width: 35%;
	}
	.insta-btn{
		font-size: 0.75rem;
		padding: 0 1em;
		height: 50px;
		line-height: 48px;
	}
}


/*スマートフォン*/
@media screen and (max-width:780px) {
	
	/*トップコンテンツ*/
	.top-contents{
		height: auto;
	}
	.top-inner{
		padding: 90px 5% 30px;
	}
	.top-copy{
		width: 100%;
		padding-right: 0px;
	}
	.top-copy p{
		text-align: center;
		font-size: 0.7rem;
		letter-spacing: 0.3em;
	}
	.top-con-slide{
		margin-top: 20px;
	}
	.top-con-slide .top-con{
		bottom: 20px;
	}
	.top-con-slide .top-con h3{
		font-size: 1rem;
	}
	.top-con-link{
		font-size: 0.8rem;
		padding: 0 2em;
		height: 30px;
		line-height: 28px;
	}
	.top-con-num{
		bottom: 15px;
		width: 35px;
		height: 50px;
	}
	.top-con-num span{
		font-size: 1.2rem;
	}
	
	/*コンセプト*/
	.concept{
		padding: 60px 0;
	}
	.concept h2{
		font-size: 1rem;
	}
	.concept p{
		font-size: 0.7rem;
	}
	
	/*更新だより*/
	.letters-title{
		height: 60px;
		border-width: 10px;
		padding-left: 15px;
	}
	.letters-title h2{
		font-size: 1.3rem;
	}
	.letters-title p{
		font-size: 0.8rem;
	}
	.letter-deco{
		top: 60px;
		z-index: -1;
	}
	.letters-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.letters-list li{
		height: calc(100vw / 2);
	}
	.letters-list li:nth-of-type(odd){
		background-color: #f0f0f0;
	}
	.letters-list li:nth-of-type(4n+1),
	.letters-list li:nth-of-type(4n+4){
		background-color: #C7C7C7;
	}
	.insta-btn{
		bottom: 25px;
		font-size: 0.7rem;
        padding: 0 1em;
        height: 30px;
        line-height: 28px;
	}
	
	/*学校だより：一時的*/
	.re-letters{
		padding: 40px 5%;
	}
	.re-letters-title{
		text-align: center;
	}
	.re-letters-title h2{
		font-size: 1.3rem;
	}
	.re-letters-title p,
	.re-letters ul li a{
		font-size: 0.8rem;
	}
	.re-letters ul li a span{
		display: block;
	}
	.re-letters ul li a .re-letters-thum{
		width: 90px;
	}
	.re-letters-link{
        margin-top: 25px;
        width: 100%;
        font-size: 0.9rem;
        height: 40px;
        line-height: 36px;
    }
	.re-letters ul li a .re-letters-contents{
		width: calc(100% - 110px);
	}
	
	
	
	/*更新情報 ＆ お知らせ*/
	.what,
	.news{
		width: 100%;
		padding: 40px 5%;
	}
	.what-title h2,
	.news-title h2{
		font-size: 1.3rem;
	}
	.what-title p,
	.news-title p{
		font-size: 0.8rem;
	}
	.what ul li a,
	.news ul li a{
		font-size: 0.8rem;
	}
	.what ul li a span,
	.news ul li a span{
		display: block;
	}
	.what-link,
	.news-link{
		font-size: 0.9rem;
        height: 40px;
        line-height: 38px;
	}
	
	.middle-deco{
		height: 180px;
	}
	
	/*広島学院について*/
	.about{
		padding-top: 80px;
	}
	.about-title h2{
		font-size: 1.3rem;
	}
	.about-title-deco{
		bottom: 10px;
	}
	
	/*理念*/
	.ideal{
		margin-top: 15px;
		padding: 80px 5%;
	}
	.ideal-con h3{
		font-size: 1.3rem;
	}
	.ideal-con p{
		font-size: 0.8rem;
	}
	.ideal-link{
		margin-top: 25px;
		width: 100%;
		font-size: 0.9rem;
		height: 40px;
        line-height: 38px;
	}
	
	/*社会奉仕*/
	.social{
		margin: 40px auto 0;
		padding: 20px 20px 40px;
	}
	.social-img{
		width: 100%;
		height: 180px;
	}
	.social-con{
		margin-top: 25px;
		width: 100%;
	}
	.social-con h3{
		font-size: 1.3rem;
	}
	.social-con p{
		font-size: 0.8rem;
	}
	.social-link{
		margin-top: 15px;
		width: 100%;
		font-size: 0.9rem;
		height: 40px;
        line-height: 38px;
	}
	
	/*ILP*/
	.ilp{
		margin-top: 40px;
		padding: 40px 5% 55px;
		display: flex;
		flex-wrap: wrap;
	}
	.ilp-img{
		order: 0;
		position: initial;
		transform: none;
		width: 80%;
		margin: 0 auto;
	}
	.ilp-con{
		order: 1;
		margin-top: 25px;
		width: 100%;
	}
	.ilp-con h3{
		font-size: 1.3rem;
	}
	.ilp-con p{
		font-size: 0.8rem;
	}
	.ilp-link{
		margin-top: 15px;
		width: 100%;
		font-size: 0.9rem;
		height: 40px;
        line-height: 38px;
	}
	
	/*クラブ活動*/
	.club{
		margin-top: 0px;
		display: flex;
		flex-wrap: wrap;
		padding: 0px;
	}
	.club-img{
		order: 0;
		position: relative;
		width: 100%;
		height: 150px;
	}
	.club-img::before,
	.club-img::after{
		width: 50%;
		height: 100%;
	}
	.club-con{
		order: 1;
		margin: 25px 5% 40px;
		width: 100%;
	}
	.club-con h3{
		font-size: 1.3rem;
	}
	.club-con p{
		font-size: 0.8rem;
	}
	.club-link{
		margin-top: 15px;
		width: 100%;
		font-size: 0.9rem;
		height: 40px;
        line-height: 36px;
	}
	
	/*トップページ下部*/
	.top-bottom{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.top-bottom-mainlink li:not(:first-of-type){
		margin-top: 20px;
	}
	.top-bottom-mainlink li a{
		height: 150px;
	}
	.mainlink-title h3{
		font-size: 1.5rem;
	}
	.mainlink-title p{
		margin-top: 15px;
		font-size: 0.9rem;
		width: 200px;
        height: 40px;
        line-height: 38px;
	}
	.top-bottom-sublink{
		margin-top: 20px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.top-bottom-sublink li{
		width: 50%;
	}
	.top-bottom-sublink li:nth-of-type(3n){
		border-right: 1px solid #303e66;
	}
	.top-bottom-sublink li:nth-of-type(n+4){
		border-bottom: 1px solid #303e66;
	}
	.top-bottom-sublink li:nth-of-type(2n){
		border-right: none;
	}
	.top-bottom-sublink li:nth-of-type(n+5){
		border-bottom: none;
	}
	.top-bottom-sublink li a{
		height: 130px;
	}
	.top-bottom-sublink li a .link-mark{
		font-size: 55px;
	}
	.top-bottom-sublink li a p{
		bottom: 10%;
		font-size: 0.9rem;
		letter-spacing: 0;
	}
}