/*
Theme Name: msia
Author: gikan miki
Version: 1.0
*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2em;
	background-color: white;
	color: black;
	letter-spacing: 1px;
}
#top {
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}




/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin:0 auto;
	position: relative;
	margin-top: 50px;
	top: 50px;
	text-align: center;
}

.wrapper {
	width: 1200px;
	margin:0 auto;
	position: relative;
	text-align: center;
}

.lottery{
	width: 100%;
	text-align: center;
	background-color: #EDF7FD;
}

.block1{
	width: 100%;
	text-align: center;
	background-color: #EDF7FD;
}

.block2{
	width: 100%;
	text-align: center;
	background-color: #EEF5E8;
}

.block3{
	width: 100%;
	text-align: center;
	background-color: #F6F6F6;
}
#map{
	height: 400px;
	margin: 2rem auto;
	width: 860px;
}
.hideClass {
	transform: translateY(-100px);
}
img.icon{
    width: 40px !important;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
header{
	background: white;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100px;
	transition: 0.5s;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
}
header .wrapper{
	display: flex;
	align-items: center;
	width: 1400px;
}
header #header-logo{
	width: 30%;
	flex-grow: 1;
    text-align: left;
}
header #header-logo h1{
	text-align: left;
	font-family: "BIZ UDPGothic", "BIZ UDゴシック", sans-serif;
	display: inline-block;
}
header #header-logo a{
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	color: black;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 1.8rem;
}
header #header-logo a img{
	width: 100%;
	max-width: 120px;
}
header #header-logo a span{
    font-size: 0.65rem;
    line-height: 1.4rem;
    display: block;
    letter-spacing: 0;
}
header #header-navi{
	width: 70%;
	flex-grow: 1;
}
header #menu{
	width: 100%;
}
header #menu ul.navi{
	display: flex;
	justify-content: end;
}
header #menu ul.navi li{
}
header #menu ul.navi li a{
	color: black;
	font-size: 1rem;
	line-height: 2rem;
	text-decoration: none;
	margin-left: 15px;
	font-weight: 500;
}
header #menu ul.navi li.contact-btn a{
	color: white;
	background: #FF8C00;
	padding: 2px 20px;
	border-radius: 5px;
	margin-left: 30px;
	font-size: 0.9rem;
}
header #menu ul.navi li.contact-btn a:hover{
	background: #FFB151;
	transition: 0.5s;
}
header #menu .contact{
	font-size: 1rem;
	text-align: right;
	margin-bottom: 2px;
    display: flex;
    justify-content: end;
}
header #menu .contact span{
	margin-left: 2rem;
	font-size: 0.8rem;
}
header #menu .contact span a{
	text-decoration: none;
	color: black;
	margin-left: 10px;
	font-size: 1rem;
}
.language select{
    font-size: 1rem;
}
.gtranslate_wrapper{
	display: inline-block;
}
.gtranslate_wrapper select{
	font-size: 1rem;
    font-size: 1rem;
    width: 90%;
    padding: 2px 0;
    max-width: 300px;
}

/* nav 
---------------------------------------------------------------------------*/
nav.pc-menu{
	background-color: #00285D;
}
nav.pc-menu ul{
	width: 100%;
	padding: 10px 0;
}
nav.pc-menu ul li{
	float: left;
	margin-right: 10px;
}
nav.pc-menu ul li a::after{
	content: '|';
	padding-left: 10px;
}
nav.pc-menu ul li:nth-child(4) a::after,
nav.pc-menu ul li:last-child a::after{
	content: none
}
nav.pc-menu ul li:last-child {
	float: right;
	margin-right: 0;
}
nav.pc-menu ul li a{
	color: white;
	font-size: 80%;
}
nav.pc-menu ul li:last-child a{
	color: #E2D108;
}


/*  sp-menu
---------------------------------------------------------------------------*/
header .menu-sp-btn {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 20px;
}
header .menu-sp-btn span {
	display: block;
	height: 3px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 6px;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
header .menu-sp-btn span:last-child {
	margin-bottom: 0;
}
header .menu-sp-btn.is-clicked span:first-child {
	-webkit-transform: translateY(9px) rotateZ(-135deg);
			-ms-transform: translateY(9px) rotate(-135deg);
					transform: translateY(9px) rotateZ(-135deg);
}
header .menu-sp-btn.is-clicked span:nth-child(2) {
	opacity: 0;
}
header .menu-sp-btn.is-clicked span:last-child {
	-webkit-transform: translateY(-9px) rotateZ(135deg);
	-ms-transform: translateY(-9px) rotate(135deg);
	transform: translateY(-9px) rotateZ(135deg);
}

@media (max-width: 1200px) and (min-width: 768px) {
	header{
		padding: 0;
	}
	header .wrapper{
		width: 100%;
		margin: 0;
        letter-spacing: 0;
	}
	header #header-logo{
		width: 35%;
	}
	header #header-logo a{
        letter-spacing: 0;
		font-size: 1.4rem;
	}
	header #header-logo a img{
	    max-width: 80px;
	}
	header #header-logo a span{
		line-height: 1;
	    font-size: 0.45rem;
	}
	header #header-navi{
		width: 65%;
		padding: 0;
        box-sizing: border-box;
	}
	header #menu ul.navi li a{
		margin-left: 10px;
		font-size: 0.76rem;
	}
	header #menu ul.navi li:last-child a{
		padding: 2px 10px;
	    font-size: 0.8rem;
	}
	header #menu ul.navi li:last-child a{
		margin-left: 10px;
	}
}


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

	/* header 
	---------------------------------------------------------------------------*/
	header{
		position: fixed;
		padding: 0;
		height: 60px;
		width: 100%;
		z-index: 2;
	}
	header h1 img{
		width: 160px;
		margin-top: 0;
	}
	header #header-navi{
		display: none;
	}
	header #header-logo{
		width: 100%;
		box-sizing: border-box;
	}
	header #header-logo a{
		gap: 5px;
		font-size: 1.2rem;
	}
	header #header-logo a img{
		width: 60px;
	}
	


	/* sp-menu
	---------------------------------------------------------------------------*/
	header .menu-sp-btn {
		display: block;
	}
	header .menu-sp-btn span {
		background-color: #005baa;
	}

	/* sp-nav
	---------------------------------------------------------------------------*/
	nav.sp-menu{
		position: absolute;
		width: 100%;
		top: 60px;
		left: 100%;
		z-index: 1;
		padding: 0;
		background-color: #00326F;
		-webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
		box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background: white;
		padding-top: 1rem;
	}
	nav.sp-menu.is-displayed {
		left: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	nav.sp-menu ul.navi li{
		text-align: center;
		border-bottom: 1px solid white;
	}
	nav.sp-menu ul.navi li a{
		display:block;
		padding: 0.5rem 0;
		font-size: 1rem;
		text-decoration: none;
		color: black;
		font-size: 1rem;
	}
	nav.sp-menu ul.navi li.contact-btn{
		margin-top: 1rem;
	}
	nav.sp-menu ul.navi li.contact-btn a{
		display: inline-block;
		background: #FF8C00;
		color: white;
		width: 260px;
		padding: 5px;
		border-radius: 5px;
	}
	nav.sp-menu ul.navi li a span{
		display: block;
		font-size: 70%;
		line-height: 1;
	}
	nav.sp-menu .contact{
		text-align: center;
		padding-top: 1rem;
		font-size: 0.8rem;
		padding-bottom: 20px;
	}
	nav.sp-menu .contact span{
		margin: 0 0.5rem;
	}
	nav.sp-menu .contact span a{
		text-decoration: none;
		color: black;
		margin-left: 5px;
	}

	
	nav.sp-menu ul.social{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1rem 0;
	}
	nav.sp-menu ul.social li{
		width: 40px;
		text-align: center;
	}
	nav.sp-menu ul.social li a{
	}
	nav.sp-menu ul.social li a img{
		width: 20px;
	}
}



/* 共通
---------------------------------------------------------------------------*/
.only-sp{
	display: none;
}
.only-pc{
	display: block;
}




/* TOPページ
---------------------------------------------------------------------------*/
#top main{
	position: relative;
	top: 100px;
}
#top .title{
	position: relative;
	padding-bottom: 20px;
}
#top .title img{
	height: 60px;
}
#top .title .all{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 26px;
}
#top .title .all a{
	text-decoration: none;
	color: black;
}
#top .title .all a i{
	margin-right: 5px;
}
#top h2{
	font-size: 2.8rem;
	display: block;
	font-weight: 300;
	line-height: 4rem;
	letter-spacing: 0;
	font-family: "BIZ UDPGothic", "BIZ UDゴシック", sans-serif;
}
#top h3{
	font-size: 1rem;
	margin-bottom: 30px;
	font-weight: normal;	
	font-family: "BIZ UDPGothic", "BIZ UDゴシック", sans-serif;
}
#top #about,
#top #course,
#top #support,
#top #admission{
	margin: 120px 0;
}
#top .leadtext{
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 500;
}
#top #icatch{
	width: 100%;
	height: calc(100vh - 100px);
	overflow-y: hidden;
}
#top #icatch #main{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	background-size: cover;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(/wordpress/wp-content/uploads/2026/03/iStock-2211454219.jpg);
}
#top #icatch #main .message{
	animation: fadeIn 3s ease-in-out forwards;
	font-size: 3rem;
	color: white;
	letter-spacing: 2px;
}
@keyframes fadeIn  {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
#top #news{
	background: #005baa;
	padding: 50px 0;
	color: white;
}
#top #news #news-wrapper{
	display: flex;
    align-items: center;
    gap: 10%;
    align-items: start;
}
#top #news  #news-block{
	width: 60%;
}
#top #news  #facebook{
	width: 30%;
}
#top #news  #news-block #title{
    font-size: 1.3rem;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 10px 0;
}
#top #news  #news-block #title .to-all a{
	color: white;
	font-size: 0.8rem;
	margin-top: 20px;
	display: inline-block;
}
#top #news  #news-block ul{
	text-align: left;
	flex-grow: 1;
	margin-bottom: 1rem;
}
#top #news  #news-block ul li{
	border-bottom: 1px solid;
}
#top #news  #news-block ul li:last-child{
}
#top #news  #news-block ul li .date{
	text-align: left;
}
#top #news  #news-block ul li .date{
	font-size: 0.8rem;
	display: block;
	line-height: 1rem;
}
#top #news  #news-block ul li span.notice{
	border: 1px solid white;
	margin-right: 1rem;
	padding: 2px 10px;
	font-size: 0.8rem;
	background: white;
	color: #005baa;
}
#top #news  #news-block ul li span.new{
	background: white;
	color: #005baa;
	margin-right: 1rem;
	font-size: 0.7rem;
	padding: 2px 10px;
}
#top #news  #news-block ul li a{
	text-decoration: none;
	color: white;
	padding: 10px;
	display: block;
}
#top #news  #news-block ul li a:hover{
	background: #0075DB;
	transition: 0.5s;
}
#top #news  #news-block .to-all{
	text-align: right;
}
#top #news  #news-block .to-all a{
	color: white;
    font-size: 0.8rem;
    text-decoration: none;
}
#top #about .wrapper{
	width: auto;
	padding: 20px;
    box-sizing: border-box;
}
#top #about .photo-text{
	display: flex;
	gap: 5%;
	align-items: center;
}
#top #about .photo-text .photo{
	flex-grow: 1;
    width: 40%;
}
#top #about .photo-text .text{
	text-align: left;
	flex-grow: 1;
	width: 55%;
}
#top #course{
	padding: 40px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/top-bg01.jpg);
	background-size: cover;
	background-position-x: center;
}
#top #course  h2,
#top #course  h3,
#top #course .leadtext{
	color: white;
}
#top #course ul.index{
    display: flex;
    justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}
#top #course ul.index li{
	padding: 10px;
	flex: 1;
	font-size: 1rem;
	background: white;
}
#top #course ul.index li i{
	margin-right: 5px;
}
#top .to-detail{
	margin-top: 50px;
}
#top .to-detail a{
	color: white;
    background: #FF8C00;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 80px;
    display: inline-block;
}
#top .to-detail i{
	margin-right: 5px;
}
#top #course .to-detail  a:hover{
	background: #FFB151;
	transition: 0.5s;
}
#top #admission{
	color: white;
	padding: 80px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/top-bg02.jpg);
	background-size: cover;
}
#top #campuslife ul.photos{
	display: flex;
	margin-top: 30px;
}
#top #preparation{
	margin-top: 80px;
}
#top #preparation .text{
	margin-top: 30px;
	border: 1px solid red;
	padding: 20px;
}
#top #preparation .text p:first-child{
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
@media (max-width: 1200px) and (min-width: 768px) {
	#top #icatch{
		height: 500px;
	}
	#top h2{
		font-size: 2.2rem;
	}
}
@media screen and (max-width:767px){
	#top #icatch{
		height: 200px;
	}
	#top #about, #top #course, #top #support, #top #admission {
    	margin: 60px 0;
	}
	#top main{
		top: 60px;
	}
	#top #icatch #main .message{
		font-size: 1.4rem;
	}
	#top h2 {
    	font-size: 1.6rem;
	}
	#top .to-detail a{
		padding: 10px 20px;
		font-size: 1rem;
	}
	#top #course ul.index{
		flex-direction: column;
	}
	#top .leadtext{
		font-size: 1.1rem;
	}
	#top #news #news-wrapper {
		flex-direction: column;
        gap: 0;
	}
	#top #news  #news-block,
	#top #news  #facebook{
		width: 100%;
	}
	#top #news #news-wrapper #title{
        text-align: left;
		display: flex;
		align-items: center;
	}
	#top #news #news-wrapper #facebook{
		margin-top: 50px;
	}
	#top #news #news-wrapper #facebook iframe{
		width: 100% !important;
	}
	#top #news ul li a{
		font-size: 0.9rem;
	}
	#top #news #news-wrapper #title .to-all{
		flex-grow: 1;
	}
	#top #news #news-wrapper #title .to-all a{
		margin-top: 0;
		float: right;
	}
	#top #news #news-wrapper #title span{
		float: left;
	}
	#top #about .photo-text{
		flex-direction: column;
		gap: 30px;
	}
	#top #about .photo-text .photo,
	#top #about .photo-text .text{
		width: 100%;
	}
	#top #about .wrapper{
		padding: 0;
	}
	#top #course ul.index{
		gap: 10px;
	}
}




/*下層共通
---------------------------------------------------------------------------*/
#sub main {
	position: relative;
	top: 100px;
}
#sub #subtop {
	text-align: center;
	height: 200px;
	background: #005baa;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub #subtop p{
	font-size: 2rem;
    letter-spacing: 5px;
	color: white;
	font-family: "BIZ UDPGothic", "BIZ UDゴシック", sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
}
#sub .breadcrumb{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#sub .breadcrumb ul{
	display: flex;
    font-size: 0.8rem;
}
#sub .breadcrumb ul li:after {
	content: "＞";
	margin: 0 0.5rem;
}
#sub .breadcrumb ul li:last-child:after {
	content: "";
}
#sub h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 20px 0;
	margin-bottom: 40px;
	background: #ecf0f0;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6) 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6) 1px, #ecf0f0 1px, #ecf0f0 16px);
}
#sub h3{
	font-size: 1.3rem;
	font-weight: 400;
	color: white;
	text-align: left;
	padding: 6px 0 6px 20px;
	border-radius: 5px;
	background: #005baa;
	margin-bottom: 2rem;
}
#sub h3:before {
	content: '';
	border-left: 4px solid #FF8C00;
	padding-right: 1rem;
}
#sub .photo-text-box{
	display: flex;
	gap: 50px;
}
#sub .photo-text-box .photo{
	flex-grow: 1;
	width: 40%;
}
#sub .photo-text-box .text{
	flex-grow: 1;
	width: 60%;
}
#sub table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#sub table th,
#sub table td{
	font-size: 0.9rem;
}
#sub .photo-frame{
	display: inline-block;
	box-shadow: 10px 10px 5px #bbbbbb;
	/* transform: rotate(-2deg); */
	padding: 10px;
	box-sizing: border-box;
}
#sub .block{
	padding: 50px 0;
}
#sub .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#sub #access{
	margin-top: 100px;
	padding-top: 100px;
}



/* 学校紹介
---------------------------------------------------------------------------*/
#sub #about #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-about.jpg);
    background-size: cover;
}
#sub #about .greeting-box{
	display: flex;
	gap: 10%;
}
#sub #about .greeting-box .photo{
	width: 20%;
}
#sub #about .greeting-box .text{
	width: 70%;
	text-align: left;
}
#sub #about .greeting-box .text p{
	margin-bottom: 1rem;
}
#sub #about .greeting-box .photo .sign{
	margin: 1rem;
	font-size: 0.9rem;
}

#sub #about #philosophy p.leadtext{
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
#sub #about #philosophy p{
	font-size: 1.1rem;
	text-align: left;
	margin-bottom: 1rem;
}
#sub #about #goals p.leadtext{
    text-align: center;
    font-size: 1.6rem;
	margin: 60px 0;
	line-height: 2.6rem;
}
#sub #about #goals p.title{
	border-bottom: 1px solid black;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
#sub #about #goals ul{
	margin-bottom: 50px;
    margin-left: 2rem;
}
#sub #about #goals ul li{
	text-align: left;
	list-style-type: disc;
}
#sub #about #outline table{
	width: 100%;
}
#sub #about #outline table th,
#sub #about #outline table td{
	text-align: left;
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: normal;
}
#sub #about #outline table th{
	background: #eee;
	font-size: 0.9rem;
}
#sub #about #outline table td{
	font-size: 1rem;
}
#sub #about #goals .goal-index{
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
}
#sub #about #goals .goal-index .goal-item{
	width: 45%;
}

@media screen and (max-width:767px){
	#sub #about .greeting-box{
		flex-direction: column;
	}
	#sub #about .greeting-box .text,
	#sub #about .greeting-box .photo{
		width: 100%;
	}
	#sub #about .greeting-box .photo img{
		width: 200px;
	}
	#sub #about #goals .goal-index{
		flex-direction: column;
	}
	#sub #about #goals .goal-index .goal-item{
		width: 100%;
	}

}



/* コース紹介
---------------------------------------------------------------------------*/
#sub #course #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-course.jpg);
    background-size: cover;
}
#sub #course p{
	text-align: left;
	margin-bottom: 0.5rem;
}
#sub #course table th,
#sub #course table td{
	text-align: left;
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: normal;
}
#sub #course table th{
	background: #eee;
}
#sub #course #time-table{
	display: flex;
	gap: 50px;
}
#sub #course #time-table .item{
	flex-grow: 1;
}
#sub #course #time-table .item p{
	text-align: center;
}
#sub #course #curriculum{
}
#sub #course #curriculum table th:nth-child(1){
	width: 10%;
}
#sub #course #curriculum table th:nth-child(2){
	width: 45%;
}
#sub #course #curriculum ul{
	list-style-type: disc;
	margin-left: 2rem;
}
#sub #course #curriculum li{
	
}
#sub #course #expense table th{
	text-align: center;
}
#sub #course #expense table tr:nth-child(3) td:nth-child(1),
#sub #course #expense table tr:nth-child(3) td:nth-child(2){
	width: 30%;
}
#sub #course #expense table tr:nth-child(3) td:nth-child(3),
#sub #course #expense table tr:nth-child(3) td:nth-child(4){
	width: 20%;
}
#sub #course #expense table tr.sum td{
	background: #eee;
	text-align: right;
}
#sub #course #expense .right{
	text-align: right;
}
#sub #course #expense .center{
	text-align: center;
}




/* キャンパスライフ
---------------------------------------------------------------------------*/
#sub #campuslife #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-campus.jpg);
    background-size: cover;
    background-position: bottom;
}
#sub #campuslife #schedule{

}
#sub #campuslife #schedule-index{
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}
#sub #campuslife #schedule-index li{
	width: 30%;
	box-sizing: border-box;
    margin-bottom: 5%;
    border: 1px solid;
    padding: 20px;
}
#sub #campuslife #schedule-index li img{
	max-width: 200px;
}
#sub #campuslife #dormitory .photo{
	margin-top: 1rem;
}
#sub #campuslife #dormitory .photo img{
	max-width: 500px;
}
#sub #campuslife #sendai p{
	text-align: left;
}
#sub #campuslife #sendai ul.photo{
	display: flex;
	gap: 1px;
	margin-bottom: 2rem;
}
#sub #campuslife #sendai ul.photo img{
	object-fit: cover;
	width: 250px;
	height: 150px;
}
@media screen and (max-width:767px){

	#sub #campuslife #schedule-index{
        gap: 5%;
        justify-content: space-evenly;
	}
	#sub #campuslife #schedule-index li{
		width: 47%;
	}
	#sub #campuslife #dormitory .photo img{
		width: 100%;
	}
	#sub #campuslife #schedule-index li img{
		width: 80%;
	}

}





/* 入学案内
---------------------------------------------------------------------------*/
#sub #admission #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-admission.jpg);
    background-size: cover;
    background-position: center;
}
#sub #admission .download-files{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
#sub #admission .download-files li{
	width: 50%;
	margin-bottom: 10%;
}
#sub #admission .download-files li a{
    display: block;
    color: black;
}
#sub #admission .download-files .thumbnail img{
	width: 200px;
    border: 1px solid;
    margin-bottom: 1rem;
}
@media screen and (max-width:767px){
	#sub #admission .download-files{
		gap: 30px;
	    width: 100%;
	}
}




/* お問い合わせ
---------------------------------------------------------------------------*/
#sub #contact #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-contact.jpg);
    background-size: cover;
}
#sub #contact-form table{
	margin: 2rem 0;
}
#sub #contact-form table th,
#sub #contact-form table td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 20px;
	font-weight: normal;
}
#sub #contact-form table th{
	background: #eee;
	text-align: center;
}
#sub #contact-form table th span{
	color: red;
	margin-right: 5px;
}
#sub #contact-form table td input,
#sub #contact-form table td textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 8px 5px;
	border: 1px solid darkgray;
}
#sub #contact-form .btn input{
	color: white;
	background: #FF8C00;
	border: 0;
	padding: 10px 80px;
	font-size: 1.2rem;
	border-radius: 5px;
}
#sub #contact-form .btn input:hover{
	background: #FFB151;
	transition: 0.5s;
}
@media screen and (max-width:767px){
	#sub #contact-form p{
		text-align: left;
	}
	#sub #contact-form table th,
	#sub #contact-form table td{
		display: block;
		padding: 5px;
	}
	#sub #contact-form .btn p{
		text-align: center;
	}
	#sub #contact-form .btn input{
		font-size: 1rem;
		padding: 5px 40px;
	}

}





/* お知らせ
---------------------------------------------------------------------------*/
#sub #news-index #subtop,
#sub #news-single #subtop{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wordpress/wp-content/uploads/2026/03/sub-news.jpg);
    background-size: cover;
    background-position-y: center;
}
#sub #news-index ul.index{
	margin-bottom: 50px;
    border-top: 1px solid;
}
#sub #news-index ul.index li{
	text-align: left;
	border-bottom: 1px solid black;
}
#sub #news-index ul.index li .date{
    margin-right: 1rem;
    font-size: 0.8rem;
}
#sub #news-index ul.index li .new{
	font-size: 0.9rem;
	border: 1px solid;
	padding: 0 20px;
	margin-right: 1rem;
}
#sub #news-index ul.index li .title{
}
#sub #news-index ul.index li a{
	padding: 10px 0;
	text-decoration: none;
	color: black;
	display: block;
}
#sub #news-index ul.index li a:hover{
	background: #eee;
}
#sub #news-single .article{
	margin-bottom: 100px;
}
#sub #news-single .date{
    font-size: 0.8rem;
	text-align: left;
}
#sub #news-single .article .body{
	margin: 50px 0;
}
.page-nav a{
    display: inline-block;
    background: darkcyan;
    color: white;
    text-decoration: none;
    padding: 2px 10px;
    margin: 0 1rem;
}

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

	#sub #news-index ul.index li .date{
		display: block;
		margin: 0;
		font-size: 0.7rem;
	}
	#sub #news-index ul.index li .new{
		font-size: 0.7rem;
		padding: 0 10px;
	}
	#sub #news-index ul.index li a{
		font-size: 0.8rem;
	}
	#sub #news-single .article .body {
	    font-size: 0.9rem;
	}
	.page-nav a{
		font-size: 0.8rem;
	}

}





/* プライバシーポリシー
---------------------------------------------------------------------------*/
#sub #privacy p{
	text-align: left;
}
#sub #privacy  ol {
	margin-left: 1rem;
	margin-top: 2rem;
}
#sub #privacy  ol > li{
	text-align: left;
	margin-bottom: 2rem;
}
#sub #privacy  ol li > p{
	margin-bottom: 1rem;
}
#sub #privacy  ol li > p:first-child{
	font-weight: bold;
}
#sub #privacy  ol li ul{
	margin-left: 1rem;
}
#sub #privacy  ol li ul li{
	list-style-type: disc;
}


    


/*フッター
---------------------------------------------------------------------------*/
#footer {
	position: relative;
	top: 100px;
	padding-bottom: 50px;
}
#footer #footer-inner{
	display: flex;
	margin: 80px 0;
}
#footer #information{
	flex: 1;
    text-align: left;
}
#footer #information .name{
	margin-bottom: 20px;
}
#footer #information .name a{
	display: flex;
	align-items: center;
	text-decoration: none;
    color: black;
    font-size: 1.8rem;
    gap: 10px;
}
#footer #information .address{
    margin-bottom: 10px;
    padding-left: 1rem;
    box-sizing: border-box;
}
#footer #information .tel,
#footer #information .email{
	padding-left: 1rem;
    box-sizing: border-box;
}
#footer #information .tel a,
#footer #information .email a{
    color: black;
	text-decoration: none;
	margin-left: 10px;
}
#footer #information .name img{
	width: 80px;
}

#footer #page-index{
	flex: 1;
    text-align: left;
}
#footer #page-index ul{
	margin-left: 1rem;
}
#footer #page-index li{
	margin: 2px 0;
	list-style-type: disc;
}
#footer #page-index li a{
	text-decoration: none;
    color: black;
}
#footer #social-icon{
	display: flex;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
}
#footer #social-icon li{
	width: 50px;
	text-align: center;
}
#footer #social-icon li img{
	width: 30px;
}



/* topback
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	margin:0;
	z-index:100;
	display:none;
}
#page-top a {
	color: #005baa;
	text-align: center;
	display: block;
	margin:0;
	font-size: 250%;
}
#page-top a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}







/* ========PCメインナビ======== */
@media only screen and (min-width: 767px){
	#navi ul{
		display:block !important;
	}
	a#menu{display:none;}

	#footer .copy span.only-pc{
		display: inline-block;
	}
}


/*===============================================
 狭いブラウザとタブレット向け	
===============================================*/
@media (max-width: 1200px) and (min-width: 768px) {
	html, body{
		width: 100%;
	}
	body.subpage main .wrapper{
		width: 96% !important;
	}
	footer .wrapper,
	#footer .wrapper,
	section .section-inner,
	main .wrapper{
        width: 90%;
        margin: 0 5%;
	}
}



/*===============================================
 スマホ：画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){
	.only-sp{
		display: block;
	}
	.only-pc{
		display: none;
	}
	html,body{ 
		width:100%; 
		min-width: 300px;
	    line-height: 1.6em;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	img{
		height:auto;
		max-width: 100%
	}
	header .wrapper{
		width: 100%;
	}
	header #header-logo a span{
		font-size: 0.5rem;
		line-height: 0.8rem;
	}
	footer .wrapper,
	#footer .wrapper,
	section .section-inner,
	main .wrapper{
        width: 90%;
        margin: 0 5%;
	}
	#container{
		width:100%;
		float:none;
		clear:both;
	}
	.gtranslate {
		text-align: center;
		background: aliceblue;
		padding: 10px 0;
		font-size: 0.8rem;
	}
	#icatch-main, #icatch-sub, #icatch-event{
		width: 300px;
	}
	#sub main{
		top: 60px;
	}
	#sub #subtop{
		height: 100px;
	}
	#sub .block{
		padding: 20px 0;
	}
	#sub #subtop h2 {
    	font-size: 1rem;
	}
	#sub #subtop p{
		font-size: 1rem;
	}
	#sub .breadcrumb {
    	width: 95%;
	}
	#sub .breadcrumb li{
		font-size: 0.6rem;
	}
	#sub h2{
	    font-size: 1rem;
    	padding: 1rem 0;
	}
	#sub h3{
	    font-size: 1rem;
    	padding: 1rem 0;
    	padding: 5px 0 5px 20px;
	}
	#sub .photo-text-box {
		gap: 50px;
		flex-direction: column-reverse;
	}
	#sub .photo-text-box .text,
	#sub .photo-text-box .photo{
		width: 100%;
	}
	#footer #footer-inner{
		flex-direction: column;
	}
	#footer #information {
		font-size: 0.9rem;
	}
	#footer #information .name a{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	#footer #page-index{
		margin-left: 1rem;
	    margin-top: 20px;
	}
	#sub #footer{
		position: relative;
	}
	#access img{
		width: 300px;
	}
	#sub .company-list img{
		width: 85%;
	}
	#sub .wrapper img, #sub .lottery img{
		max-width: 100%;
	}
	#about table th, #about table td{
		 padding: 0.2rem 1rem 0.2rem 1rem
	}

	.scroll{
		overflow: auto;
		white-space: nowrap;
		overflow-x:scroll;
	}
	.scroll::-webkit-scrollbar{height:6px;}
	.scroll::-webkit-scrollbar-track{background:#eee;}
	.scroll::-webkit-scrollbar-thumb{background:#ccc;}


	/* コース
	---------------------------------------------------------------------------*/
	#sub #course #time-table{
		gap: 0;
		flex-direction: column;
	}
	#sub #course #curriculum table th{
		display: none;
	}
	#sub #course #curriculum table td{
	    display: block;
	}
	#sub #course #curriculum table tr{
		margin-bottom: 1rem;
		display: block;
	}

	/* ページング
	---------------------------------------------------------------------------*/
	.wp-pagenavi a, .wp-pagenavi span{
		display: inline-flex;
	}

	/*topback
	---------------------------------------------------------------------------*/
	#page-top {
		position: fixed;
		bottom:0;
		right: 10px;
		margin:0;
		z-index:100;
	}
	#page-top a {
		text-decoration: none;
		text-align: center;
		display: block;
		margin:0;
	}
	#page-top img {
		width: 40px;
	}
}



/*印刷調整
---------------------------------------------------------------------------*/
@media print {
	header{
		position: absolute;
	}
	#slider{
		height: 400px;
	}
	.slick-box{
		display:none;
	}
}





