@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


/* =====================================
 *  RESET
 * ===================================== */

* { font-size: 100%;line-height: 100%;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;padding:0;margin:0; }
footer { display: block; }
a { color: inherit; text-decoration: none; }
img { height: auto; vertical-align: bottom; }



/* =====================================
 *  装飾
 * ===================================== */
body {
	font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo;
	color: #333;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}



/*
 * @WP LOGIN BAR
 *****************************************/


.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #a0a0a0;
	z-index: 10;
}

.pageTop img {
	width: 50px;
}

/*
 * global nav
 *****************************************/


.topConts3 {
	position: relative;
	background: url(../img/bg4.jpg) no-repeat;
	background-position: center bottom;
	background-size:cover;
  height: 300px;
}

.compData {
	color: #fff;
}

.compData .dataInner {
	display: inline-block;
	position: relative;
	padding-right: 115px;
}

.compData .compTtl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}

.compData .compAdd {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}


.copyright {
    color: #fff;
    text-align: center;
    background-color: #000;
    font-size: 15px;
    padding: 3em 0;
    line-height: 1.3em;
}



/* =====================================
 *  header
 * ===================================== */


 .siteHeader .logoArea {
    position: relative;
    z-index: 2;
    padding-top: 26px;
    padding-left: 28px;
    padding-bottom: 155px;
    background-image: url(../img/shp_tri1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .siteHeader .logoArea {
        padding-top: 12px;
        padding-bottom: 0;
        padding-left: 12px;
    }
}

.siteHeader .logoArea .logo{
height: 98px;
}


.logo img {
	width: 60%;
}


/* =====================================
 *  MV
 * ===================================== */

.lp-mainvisual img {
	margin-top: -173px;
	z-index: 9999;
	position: relative;
}

@media (max-width: 767px) {
    .lp-mainvisual img {
        margin-top: -50px;
    }
}






/* =====================================
 *  PC / SP 出し分け
 * ===================================== */

.sp_in { display: none; }


/*===========================================================

共通

===========================================================*/
.c-section__body {
  padding-inline: 8.75em;
}

@media (max-width: 768px) {
    .c-section__body {
        padding-inline: 1.75em;
    }
}





.c-section__header {
  padding-inline: 8.75em;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
    .c-section__header {
        margin-bottom: 25px;
		padding-inline: 1.75em;
    }
}



.c-section__header img {
	width: auto !important;
}


.background-img {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 90%);
	-webkit-clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 90%);
	padding-bottom: 16em;
}



/* =====================================
 *  学生レポート
 * ===================================== */
.custom-post-section {
	padding-top: 12.5rem;
}


 .custom-post-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

 .cpt-item:nth-child(-n+3) {
	width: calc((97% - 24px) / 3);
}
 .cpt-item {
	width: calc((94% - 24px) / 4);
}

@media (max-width: 1100px) {
	.cpt-item:nth-child(-n+3) {
		width: calc((95% - 24px) / 3);
	}
	.cpt-item {
		width: calc((91.5% - 24px) / 4);
	}
}


@media (max-width: 768px) {
	.cpt-item:nth-child(-n+3) {
		width: calc((96% - 24px) / 3);
	}
	.cpt-item {
		width: calc((90.5% - 12px) / 4);
	}
}

@media (max-width: 660px) {
	.cpt-item {
		width: calc((100% - 12px) / 2) !important;
	}
}

.cpt-thumbnail img {
	border-radius: 5px 5px 0 0;
}


.cpt-content {
	background-color: #fff;
	padding-block: 25px 20px;
	padding-inline: 20px;
	border-radius: 0 0 5px 5px ;
}


.cpt-content h2 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cpt-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.cpt-text p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nopost {
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}


@media (max-width: 560px) {
	.custom-post-list{
		gap: 12px;
	}
	.cpt-content {
		padding-block: 12px 10px;
		padding-inline: 15px;
	}

	.cpt-title {
        font-size: 14px;
    }
	.cpt-text{
		font-size: 12px;
		height: 3em;
	}
}
