@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//	レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
/* [PAGE]
/* [SINGLE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#mainvisual {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
}
#mainvisual .inner {
	position: relative;
	z-index: 1;
}
#mainvisual .inner .bg-img {
	position: relative;
}
#mainvisual .inner img {
	width: 100%;
	height: auto;
}
#mainvisual .inner .wrap {
	position: absolute;
	width: 100%;
	max-width: 680px;
	padding: 0 30px 0;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	z-index: 1;
}
#mainvisual .inner .wrap .dsp-box div {
	margin-bottom: 5px;
}
#mainvisual .inner .wrap .dsp-box p {
	display: inline-block;
	padding: 5px 10px 6px;
	background: #fff;
	color: #043C78;
	font-weight: 800;
	line-height: 100%;
	font-size: 16px;
}
.fade-up {
	opacity: 0;
	transform: translateY(30px);
}
@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#mainvisual .fade-up {
	animation: fadeInUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#mainvisual .fade-up:nth-child(1) {
	animation-delay: 0.2s;
}
#mainvisual .fade-up:nth-child(2) {
	animation-delay: 0.5s;
}
#mainvisual .fade-up:nth-child(3) {
	animation-delay: 0.8s;
}
@media (min-width:768px) {
	#mainvisual .inner .wrap .dsp-box p {
		font-size: 26px;
	}
}
@media (min-width:1020px) {
	#mainvisual {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	#mainvisual .inner {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	#mainvisual .bg-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; /* 画面より少し高くして、動かせる余裕を作る */
		z-index: 1;
		will-change: transform; /* パフォーマンス向上 */
	}
	#mainvisual .bg-img picture,
	#mainvisual .bg-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	@keyframes kenBurns {
		0% { transform: scale(1); }
		100% { transform: scale(1.1); }
	}
	#mainvisual .bg-img img {
		animation: kenBurns 20s ease-in-out infinite alternate;
	}
	#mainvisual .inner .wrap {
		position: absolute;
		z-index: 20;
		max-width: 1380px;
		padding: 0 40px;
		bottom: 18%;
	}
	#mainvisual .inner .wrap .dsp-in {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#mainvisual .inner .wrap .dsp-box div {
		margin-bottom: 10px;
	}
	#mainvisual .inner .wrap .dsp-box p {
		font-size: 44px;
	}
}
@media (min-width:1900px) {
	#mainvisual .inner .wrap .dsp-box p {
		font-size: 60px;
	}
}
.about-main {
	width: 100%;
	height: auto;
	background-image: repeating-linear-gradient(#ffffff, #fdfeff 65%, #d7f1fe);
}
.about-main .wrap {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 130px 30px 20px;
	position: relative;
}
.about-main .wrap:after {
	content: "";
	position: absolute;
	background: url(../images/layouts/icon-university.svg) no-repeat;
	display: block;
	width: 190px;
	height: 168px;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.8;
}
.about-main .wrap .txt-conts {
	position: relative;
	z-index: 1;
}
.about-main .wrap .txt-conts .catch-01 {
	font-size: 26px;
	font-weight: 800;
	line-height: 140%;
	color: #043C78;
	margin-bottom: 30px;
	text-align: center;
}
.about-main .wrap .txt-conts .dsp {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	letter-spacing: 0;
	font-size: 16px;
}
.about-main .wrap .txt-conts .dsp p {
	margin-bottom: 35px;
}
.about-main .wrap .txt-conts .dsp p:last-child {
	margin-bottom: 0;
}
.about-img {
	width: 100%;
	height: auto;
	background: #D7F1FE;
}
.about-img img {
	width: 100%;
	height: auto;
}
@media (min-width:1020px) {
	.about-main .wrap {
		padding: 130px 40px 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.about-main .wrap:after {
		width: 511px;
		height: 453px;
		top: 130px;
		left: 40px;
		right: auto;
		margin: 0;
	}
	.about-main .wrap .txt-conts {
		width: 67%;
	}
	.about-main .wrap .txt-conts .dsp {
		max-width: 100%;
		font-size: 22px;
		line-height: 160%;
	}
	.about-main .wrap .txt-conts .catch-01 {
		font-size: 58px;
		text-align: left;
		margin-bottom: 60px;
	}
}
.campus-main {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
.campus-main .wrap {
	width: 100%;
	margin: 0 auto 40px;
	padding: 80px 30px 60px;
	position: relative;
}
.campus-main .wrap:after {
	content: "";
	position: absolute;
	background: url(../images/layouts/icon-university.svg) no-repeat;
	display: block;
	width: 295px;
	height: 261px;
	bottom: 0;
	right: 30px;
	opacity: 0.8;
	z-index: -1;
}
.campus-main .wrap .ttl {
	font-size: 18px;
	line-height: 140%;
	font-weight: 800;
	color: #043C78;
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.campus-main .wrap .ttl {
		font-size: 38px;
		line-height: 120%;
	}
}
@media (min-width:1020px) {
	.campus-main .wrap .ttl {
		font-size: 70px;
		margin-bottom: 60px;
	}
	.campus-main .wrap .dsp {
		font-size: 18px;
		line-height: 180%;
	}
	.campus-main .wrap:after {
		width: 414px;
		height: 368px;
	}
}
.campus-image {
	width: 100%;
	margin-bottom: 60px;
}
.campus-image .ttl-box {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px 40px;
}
.campus-image .ttl-box .eng {
	color: #043C78;
	font-size: 32px;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
}
.campus-image .ttl-box .ttl {
	font-size: 18px;
	line-height: 120%;
	color: #043C78;
	font-weight: 800;
	margin-bottom: 20px;	
}
@media (min-width:1020px) {
	.campus-image {
		margin-bottom: 120px;
	}
	.campus-image .ttl-box .eng {
		font-size: 52px;
	}
	.campus-image .ttl-box .ttl {
		margin-bottom: 40px;
	}
	.campus-image .ttl-box .dsp {
		font-size: 18px;
		line-height: 180%;
	}
}
/* --- スライダー全体を包むコンテナ --- */
.wide-slide-box {
	position: relative;
	width: 100%;
	overflow: hidden; /* 右側に突き抜けるスライドをカット */
	background: #fff;
}
/* 左側の白いマスク 
	JSの slidesOffsetBefore とこの幅を同期させることで先頭を揃えます 
*/
.wide-slide-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px; /* スマホ時のデフォルト幅 */
	height: 100%;
	background: #fff;
	z-index: 10;
	pointer-events: none; /* マスクの上からでも操作可能にする */
}
/* Swiper本体の設定 */
.campus-slide {
	width: 100%;
	padding: 0 !important; /* JSで余白を制御するため、CSSのpaddingは必ず0 */
	overflow: visible;	 /* 重要：offset分、左側にスライドがはみ出すのを許容する */
}
/* スライドカードの基本設定（スマホ） */
.campus-slide .swiper-slide {
	width: 280px; 
	height: auto;
	opacity: 1;
	transition: opacity 0.3s;
}
.campus-img-li .thum img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	display: block;
	object-fit: cover;
	/* アスペクト比を固定したい場合は aspect-ratio: 3 / 2; 等を追加 */
}
.campus-img-li .ttl {
	margin-top: 15px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #003366;
}
/* 補足テキスト */
.campus-image .hosoku {
	width: 100%;
	max-width: 1380px; /* コンテンツ幅に合わせる */
	padding: 20px 30px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	box-sizing: border-box;
}
/* --- PC（1020px以上）の調整 --- */
@media (min-width: 1020px) {
	.campus-main .wrap {
		padding: 80px 40px 80px;
	}
	/* マスクの幅をコンテンツ幅(1300px)の外側に合わせる */
	.wide-slide-box::before {
		width: calc((100vw - 1300px) / 2);
		/* 1300px以下の画面幅でも最小余白を確保する場合 */
		min-width: 40px; 
	}
	/* PC時のタイトルエリアの余白 */
	.campus-image .ttl-box {
		max-width: 1380px;
		margin: 0 auto;
		padding: 0 40px 60px;
		box-sizing: border-box;
	}
	/* スライドの幅をPC用に調整 */
	.campus-slide .swiper-slide {
		/* 3枚見せて、4枚目が少し見えるくらいの計算 */
		width: 400px; 
	}
}
.LR-content .ttl-box {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px;
}
.LR-content .ttl-box .ttl {
	font-size: 36px;
	line-height: 100%;
	font-weight: 800;
	color: #043C78;
	margin-bottom: 40px;
}
.LR-content .ttl-box .ttl span {
	position: relative;
	display: inline-block;
	padding: 0 5px;
}
.LR-content .ttl-box .ttl span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 14px;
	background: #FFFF00;
	left: 0;
	bottom: -7px;
	z-index: -1;
}
:root {
	/* 上のコンテンツと共通の最大幅（例：1020px） */
	--container-width: 1300px;
}
/* --- [1] デフォルト：スマホ (768px未満) --- */
.split-layout {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 30px; /* 左側に余白を持たせる */
	overflow-x: hidden; /* 画像のはみ出しによる横揺れ防止 */
	margin-bottom: 40px;
}
.text-content {
	margin-bottom: 30px;
	padding-right: 20px;
}
.full-right-image {
	width: 100%;
}
.full-right-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* スマホ時は右端まで突き抜けるようにネガティブマージン */
	margin-right: -20px; 
	border-radius: 20px 0 0 20px;
}
.split-layout .sub-ttl {
	font-size: 26px;
	color: #043C78;
	line-height: 120%;
	font-weight: 800;
	margin-bottom: 30px;
}
/* --- [2] タブレット・中画面 (768px以上) --- */
@media (min-width: 768px) {
	.split-layout {
		display: grid;
		/* 左右の余白を確保しつつ2カラム化 */
		grid-template-columns: 20px 1fr 1fr 20px;
		gap: 10px;
		padding: 0;
		margin-bottom: 60px;
	}
	.text-content {
		grid-column: 2;
		margin-bottom: 0;
		padding-right: 30px;
	}
	.full-right-image {
		grid-column: 3 / 5; /* 画像を右端（4列目の外）まで */
	}
	.full-right-image img {
		height: auto;
		margin-right: 0;
	}
}
/* --- [3] デスクトップ・大画面 (1020px以上) --- */
@media (min-width: 1180px) {
	.LR-content .ttl-box {
		padding: 0 40px;
	}
	.LR-content .ttl-box .ttl {
		font-size: 56px;
		margin-bottom: 60px;
	}
	.split-layout {
        /* テキスト側を 0.6、画像側を 0.4 の比率で計算 */
        grid-template-columns: 
            1fr 
            calc(var(--container-width) * 0.55) 
            calc(var(--container-width) * 0.45) 
            1fr;
			gap: 40px;
    }
    /* 画像が縮みすぎないよう調整 */
    .full-right-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 比率が変わっても画像が歪まないように */
    }
	.text-content {
		padding-right: 60px;
	}
	.full-right-image img {
		height: auto;
	}
	.split-layout {
		margin-bottom: 80px;
	}
	.split-layout .sub-ttl {
		font-size: 42px;
		margin-bottom: 40px;
	}
	.split-layout .dsp {
		font-size: 18px;
		line-height: 180%;
		letter-spacing: 0;
	}
}
@media (min-width: 1380px) {
	.split-layout {
		grid-template-columns:
			gap: 0px;
	}
}
#access-method {
	margin-bottom: 80px;
}
#access-method .inner {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding:0 30px 0; 
}
#access-method .ttl-box {
	margin-bottom: 20px;
}
#access-method .ttl-box .ttl {
	font-size: 18px;
	font-weight: 800;
	color: #043C78;
	line-height: 100%;
	margin-bottom: 10px;
}
#access-method .ttl-box .hosoku {
	font-size: 10px;
	line-height: 140%;
}
.access-li {
	width: 100%;
}
.access-li li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.access-li li .icon {
	width: 11%;
	height: auto;
}
.access-li li .icon img {
	width: 100%;
	height: auto;
}
.access-li li .txt-box {
	width: 85%;
}
.access-li li .txt-box .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 8px;
}
.access-li li .txt-box .box:last-child {
	margin-bottom: 0;
}
.access-li li .txt-box .box .txt {
	width: 65%;
}
.access-li li .txt-box .box .time {
	width: 30%;
	text-align: right;
}
.access-li li .txt-box .box .time span {
	font-size: 24px;
	color: #FF7CAF;
}
@media (min-width: 768px) {
	#access-method .ttl-box .ttl {
		font-size: 22px;
	}
	#access-method .ttl-box .hosoku {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.access-li {
		width: 100%;
		height: auto;
	}
	.access-li li .icon {
		width: 7%;
	}
	.access-li li .txt-box {
		width: 88%;
	}
	.access-li li .txt-box .box {
		justify-content: flex-start;
	}
	.access-li li .txt-box .box .txt {
		width: 40%;
	}
	.access-li li .txt-box .box .time {
		width: 20%;
	}
}
@media (min-width: 1020px) {
	#access-method {
		margin-bottom: 140px;
	}
	#access-method .inner {
		padding: 0 40px 0;
	}
	.access-li li .icon {
		width: 5%;
	}
	.access-li li .txt-box {
		width: 93%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.access-li li .txt-box .box {
		width: 48%;
		font-size: 18px;
		margin-bottom: 12px;
		justify-content: flex-start;
	}
	.access-li li .txt-box .box:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.access-li li .txt-box .box .time span {
		font-size: 28px;
	}
}
#dormitory {
	margin-bottom: 60px;
}
.dormitory-conts {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px;
}
.img-popup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.img-popup a {
	display: block;
	width: 48%;
	margin-bottom: 4%;
}
.img-popup a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.img-popup a .txt {
	line-height: 100%;
	text-align: center;
	padding: 10px 0 0;
	font-size: 12px;
}
@media (min-width: 768px) {
	.img-popup {
		justify-content:flex-start;
	}
	.img-popup a {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.img-popup a:nth-child(4n) {
		margin-right: 0;
	}
	.img-popup a .txt {
		font-size: 14px;
	}
}
.bnr-conts {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 30px 30px 80px;
}
.bnr-li {
	width: 100%;
	height: auto;
}
.bnr-li li {
	width: 100%;
	margin-bottom: 10px;
}
.bnr-li li img {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.bnr-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bnr-li li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.bnr-li li:nth-child(3n),
	.bnr-li li:last-child {
		margin-right: 0;
	}
}


/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}