@charset "utf-8";
/*
Theme Name: iwaki-cc-theme
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid
Version: 9999
*/
/* Child Styles */

/*---- Roboto fontの追加 ----*/
.roboto-regular {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-bold {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

.roboto-black {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: normal;
}

/*---- Roboto fontの追加 ここまで ----*/



/*---- homeのフォントを'Roboto'へ設定----*/

.home{
	font-family:'Roboto';
	word-break: auto-phrase;
}

/*---- homeのフォントを'Roboto'へ設定 ここまで----*/



/*---- headerのフォントを'Roboto'へ設定----*/

.header-area{
	font-family:'Roboto';
}

/*---- headerのフォントを'Roboto'へ設定----*/


/*---- pageのフォントを'ゴシックMB101 B'へ設定----*/
.page{
	font-family:"ゴシックMB101 B";
}



/*---- m-plus_2 fontの追加 ----*/
/*---- homeのh2見出しへ設定 ----*/
h2.top-title {
	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 4rem;
	color: #0082AA;
	position: relative;
	line-height: 3.5rem;
	margin-top: 0.4em;
	display: inline-block;
}
h2.top-title::first-letter {
    font-size: 8rem !important;
	font-weight: 800;
}
h2.top-title > span.kana {
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    bottom: 1rem;
    left: 1rem;
	display: inline-block;
}
@media (max-width: 768px) {
	h2.top-title {
		font-size: 7vw !important;
		line-height: 12vw;
	    text-align: center;
	}
	h2.top-title::first-letter {
		font-size: 16vw !important;
	}
	h2.top-title > span.kana {
		font-size: 1.3rem;
		display: block;
		line-height: 2rem;
		text-align: center;
	}
}

/* 共通パーツ */
.relative{
	position:relative;
}

.post{
	padding-top:132px;
}

.w-100{
	width:100%;
}

.display-sp{
	display:none;
}

.display-xl-sp{
	display:none;
}

/* header パーツ */
.header-area{
	position:fixed;
	z-index:999;
	width:100%;
	padding-top:1em;
	background-color:white;
	filter:drop-shadow(0 3px 5px #0005);
}

.search-btn-position{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}

.search-text-box{
	border:2px solid #0082AA;
	border-radius:5px;
}

.search-button{
	color:white;
	background-color:#0082AA;
	border:2px solid #0082AA;
	border-radius:5px;
}

ul.menu-ul{
	display:flex;
	justify-content:space-between;
	margin:1em 0;
	padding:0;
}

.menu-ul a{
	position:relative;
	color:#0082AA;
	font-weight:bold;
	padding-bottom:0.2em;
	transition:all 0.3s;
}

.menu-ul a:hover{
	color:#F5A0AA;
	text-decoration:none;
}

.menu-ul a:after{
	content:"";
	position:absolute;
	width:0;
	height:2px;
	bottom:0;
	left:0;
	background-color:#F5A0AA;
	transition:all 0.3s;
}

.menu-ul a:hover:after{
	width:100%;
}

.header-manu-li .sub-menu{
	display:none;
	position:absolute;
	padding:0;
	background-color:white;
	border-radius:0.25em;
	min-width:12em;
}

.sub-menu>li{
	margin:0.5em;
}

.sub-menu>li>a{
	font-size:0.9em;
}

.global-menu-pc .current-menu-parent > a , .global-menu-pc .current-menu-item > a{
	color: #F5A0AA;
	text-decoration: none;
}

.global-menu-pc .current-menu-parent > a:after , .global-menu-pc .current-menu-item > a:after{
	width: 100%;
}


/*バーガーメニュー パーツ*/
.menu-btn {
display: flex;
	position:relative;
height: 60px;
width: 100%;
	padding-left:1em;
align-items: center;
z-index: 90;
background-color: #3584bb;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: '';
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
	transition:transform 0.3s , background-color 0.3s;

}

.menu-btn span:before {
bottom: 8px;
}

.menu-btn span:after {
top: 8px;
}

#menu-btn-check {
display: none;
}


.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: -100vh;
left: 0;/*leftの値を変更してメニューを画面外へ*/
z-index: 80;
transition: all 0.5s;/*アニメーション設定*/
}

.global-menu-sp{
	max-height:100vh;
	overflow:scroll;
}

.sp-menu-div{
background-color: white;
	padding-bottom:3em;
}



/*装飾*/
.sp-menu-div>ul{
	display:flex;
	flex-wrap:wrap;
padding: 100px 1em 0;
}

.sp-menu-div>ul>li {
width: 30%;
	margin-right:3.3%;
	margin-bottom:3em;
	display:block!important;
}

.sp-menu-div>ul>li>a {
	position:relative;
	display:block;
	color:#0082AA;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:0.2em;
}

.sp-menu-div>ul>li>a:hover {
	text-decoration:none;
}

.sp-menu-div>ul>li>a:after{
	content:"";
	position:absolute;
	background-color:#0082AA;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
}


.sp-menu-div>ul>li>.sub-menu{
	margin-top:0.5em;
	padding:0;
}

.sp-menu-div>ul>li>.sub-menu>li{
	margin:0.5em 0;
	display:block!important;
}

.sp-menu-div>ul>li>.sub-menu>li>a{
	color:#0082AA;
}

.sp-menu-div>ul>li>.sub-menu>li>a:hover{
	text-decoration:none;
}


/*ボタンが押された時の処理*/
#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}


#menu-btn-check:checked ~ .menu-content {
	top: 0;/*メニューを画面内へ*/
}



/* home ローディング用パーツ */

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#fff;
  text-align:center;
  color:#fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width:100%;
}

/* fadeUpをするアイコンの動き */
.loading-fadeUp{
animation-name: loading-fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes loading-fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}




/* home パーツ */

.home-slider-box{
    overflow-y: clip;
    position: relative;
}
.home-slider{
	padding-top:132px;
}
.home-slider2{
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(10px) brightness(0.9);
}

.home .home-area{
	margin-top:-100px;
}

.home .news-titl-box{
	display:inline-block;
	position:relative;
	/*width:calc(100% - 73%);*/
	padding:1.5em 3.5em;
	background-color:#fffd;
	border-radius:0 1.5em 1.5em 0;
	box-shadow:3px 3px 5px #0008;
	z-index:500;
	backdrop-filter: blur(5px);
}

.home .news-title{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	font-size:3em;
	font-weight:bold;
	color:#0082AA;
	margin-bottom:0;
}

.home span.sub-title{
	font-size:0.5em;
	font-weight:500;
}

.home .news-area{
	margin-top:5em;
}

.home img.pickup-img-sp{
	margin-bottom:1em;
}

.home .news-area .row{
	align-items:center;
}

.home .overflow-unset{
	overflow:unset;
}

.home .pickup-news-box{
	display:flex;
	align-items:center;
}

.home .pickup-news-box > p{
	display:inline-block;
	margin-bottom:0;
}

.home .pickup-news-title{
	color:#0082AA;
	font-size:1.3em;
	font-weight:bold;
	margin-right:1em;
}

.home .pickup-news-date{
	margin-right:1em;
}


.home .topix-news{
	width:calc(305px * 10);
	overflow:hidden;
	margin-top:1rem;
}

.topix-news-area h2.top-title::first-letter {
	margin-right: -0.14em;
}
.topix-news-area h2.top-title>span.topixnews_title{
	font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    color: #0082AA;
    position: relative;
    line-height: 5.5rem;
	display: inline-block;
    bottom: 0;
}
.topix-news-area h2.top-title>span.topixnews_title::first-letter {
    font-size: 8rem !important;
    font-weight: 800;
}
@media (max-width: 768px) {
	.topix-news-area h2.top-title>span.topixnews_title{
		font-size: 7vw !important;
		line-height: 12vw;
	    text-align: center;
	}
	.topix-news-area h2.top-title>span.topixnews_title::first-letter {
		font-size: 16vw !important;
	}
}
@media (max-width: 495px){
	.home .pickup-news-box{
		flex-wrap: wrap;
	}
	.home .pickup-news-box p.pickup-news-title{
		width: 100%;
	}
}

.topix-news-area h2.top-title>span.and {
    margin: 0 0.5rem;
}


.home .topix-news-box {
width: calc(305px * 10);
position: relative;
top: 0px;
left: 0px;
	display:flex;
	align-items:stretch;
	overflow:hidden;
		
/* スライドアニメーションさせるため */
transition: left 0.5s ease;
}
.topix-news-box.position01 { left: calc(-300px * 0); }
.topix-news-box.position02 { left: calc(-300px * 1); }
.topix-news-box.position03 { left: calc(-300px * 2); }
.topix-news-box.position04 { left: calc(-300px * 3); }
.topix-news-box.position05 { left: calc(-300px * 4); }
.topix-news-box.position06 { left: calc(-300px * 5); }
.topix-news-box.position07 { left: calc(-300px * 6); }
.topix-news-box.position08 { left: calc(-300px * 7); }
.topix-news-box.position09 { left: calc(-300px * 8); }
.topix-news-box.position010 { left: calc(-300px * 9); }

.home .topix-news-div {
display: inline-block;
	position:relative;
margin-right: 20px;
width: 280px;
}

.home .topix-news-div:after{
	content:"";
	position:absolute;
	background-image:url(./img/topix&news-bottom.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:1em;
	bottom:0;
	left:0;
}

.home .topix-news-img > img{
	height:180px;
	object-fit:cover;
}

.home .slider-span-button{
	display:flex;
	position:absolute;
	justify-content:space-between;
	width:100%;
	top:7em;
}

.home .next ,.home .prev {
	position: absolute;
	display:inline-block;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	background-color:#dfdfdf;
	border-radius:50%;
	top:7em;
}

.home .next{
	right:1rem;
}

.home .no-prev,.home .no-next{
	opacity:0.5;
	cursor:unset;
}

.home .next:before{
	content:"";
	position:absolute;
	top:3px;
	left:15px;
	width:25px;
	height:25px;
	border-top:solid 3px #000;
	border-right:solid 3px #000;
	-webkit-transform: rotate(45deg) translateY(50%);
	transform: rotate(45deg) translateY(50%);
}


.home .prev:before {
	content:"";
	position:absolute;
	width: 25px;
	height: 25px;
	top: 3px;
	left: 25px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}



.home .carousel_buttons {
	text-align: center;
	display:none;
	
	.carousel_button {
		display: inline-block;
		margin: 10px 10px;
		width: 15px;
		height: 15px;
		background: #888;
		border-radius: 50%;
	}
}


.home .open-campus-area{
	margin-top:5em;
	padding:3em 0;
}

.home .open-campus-area:before{
	content:"";
	position:absolute;
	background-image:url(./img/open-campus-bg.png);
	background-position:right;
	background-size:cover;
	border-radius:0 3em 3em 0;
	top:0;
	width:calc(100% - 25%);
	height:100%
}

.home img.open-campus-title{
	margin-bottom:2em;
}

h2.top-title.open-campus {
    font-size: 4rem;
    color: white;
	position: relative;
}
h2.top-title.open-campus::first-letter {
    font-size: 8rem !important;
    background-image: linear-gradient(-50deg, #ebcbe1 40%, transparent 40%, transparent 42%, white 42%);
    background-clip: text;
    color: transparent;
}
h2.top-title.open-campus > span {
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    bottom: 1rem;
    left: 1rem;
}
@media (max-width: 1199px ) and (min-width: 768px ){
	h2.top-title.open-campus  {
		font-size: 6vw !important;
		text-align: center;
	}
	h2.top-title.open-campus::first-letter {
		font-size: 16vw !important;
	}
}
@media (max-width: 767px ){
	h2.top-title.open-campus::first-letter {
		font-size: 16vw !important;
	}
}
.home img.open-campus-banner{
	width:100%;
}

.open-campus-link > div{
	margin:1em;
}

/*
.open-campus-link > div:before{
	content:"";
	position:absolute;
	background-color:white;
	width:100%;
	height:calc(100% - 1em);
	top:0;
	left:0;
	opacity:0;
	border-radius:3em;
	transition:all 0.5s;
}

.open-campus-link:hover > div:before{
	opacity:0.5;
}
*/
.open-campus-link:hover img.attachment-post-thumbnail {
    filter: contrast(0.7) brightness(1.3);
}


.home img.mini-neto{
	position:absolute;
	bottom:0;
	left:0;
}

.home .curriculum-area{
	margin-top:5em;
	padding:5em 0 8em;
}

.home .curriculum-area:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	background-image:url(./img/curriculum-bg.png);
	background-position:right bottom;
	background-size:contain;
	background-repeat:no-repeat;
}

.home .grader-box{
	filter:drop-shadow(3px 3px 3px #0005);
}

.grader-a > div:before{
	content:"";
	position:absolute;
	background-color:white;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:1.5em;
	opacity:0;
	transition:all 0.5s;
}

.grader-a:hover > div:before{
	opacity:0.5;
}

.home img.grader-img{
	width:100%;
	border-radius:1.5em;
}

.home .curriculum-grader-box{
	position:absolute;
	background-color:#FFFC;
	width:100%;
	bottom:0;
	border-radius:0 0 1.5em 1.5em;
}

.home .curriculum-grader-box>p{
	color:#0082AA;
	font-size:1.5em;
	font-weight:bold;
	padding:0.5em 1em 0;
}


.home .achievement-area{
	background-image:url(./img/achievement-bg.jpg);
	padding-top:8em;
	padding-bottom:5em;
}

.home .title-img-right{
	text-align:right;
}

.home .achievement-box{
	background-color:white;
	text-align:center;
	padding:3em 1.5em;
	margin-bottom:5em;
	box-shadow:10px 10px #50AFC8;
}

.home .achievement-box img{
    max-height: 455px;
    width: auto;
}

.home .achievement-div{
	padding-bottom:1em;
}

.home .achievement-top{
	font-size:3em;
	font-weight:bold;
}

.home .achievement-ritsu{
	font-size:2.8em;
	font-weight:bold;
	line-height:2.6em;
	margin-bottom:0;
	z-index: 1;
}



.page-id-156 .achievement-div{
	padding-bottom: 1em;
	text-align: center;
}

.page-id-156 .achievement-top{
	font-size:3em;
	font-weight:bold;
	line-height:unset;
}

.page-id-156 .achievement-ritsu{
	font-size:2.8em;
	font-weight:bold;
	line-height: 3em;
	display: inline-block;
	margin: 1rem 0 0;
	padding:0 3rem;
	z-index: 1;
}
@media (max-width: 495px ){
	.page-id-156 .achievement-div{
		font-size: 10px;
	}
}


.home .achievement-ritsu:before,
.page-id-156 .achievement-ritsu:before{
	content:"";
	position:absolute;
	transform:rotate(-3deg);
	bottom:0.8em;
	left:0;
	width:100%;
	height:10px;
	background-color:#e6beda;
	z-index: -1;
}

.home .achievement-number,
.page-id-156 .achievement-number{
	font-size:3.5em;
	background: linear-gradient(90deg, rgba(69,117,156,1) 0%, rgba(26,150,211,1) 17.0391%, rgba(0,117,190,1) 68.081%, rgba(0,149,174,1) 100%);
	background-clip:text;
	-webkit-text-fill-color:transparent;
}

.page-id-156 .achievement-number{
	font-size:3em;
}

.home .achievement-percent,
.page-id-156 .achievement-percent{
	font-size:1.7em;
	background: linear-gradient(90deg, rgba(69,117,156,1) 0%, rgba(26,150,211,1) 17.0391%, rgba(0,117,190,1) 68.081%, rgba(0,149,174,1) 100%);
	background-clip:text;
	-webkit-text-fill-color:transparent;
}

.home .achievement-text,
.page-id-156 .achievement-text{
	font-size:1.2em;
	margin-top:1.5em;
	margin-bottom:3em;
}

.home .achievement-button{
	display: inline-block;
	font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-color: #50AFC8;
    border: 3px solid #0082AA;
    padding: 0.7em 4em;
    border-radius: 3em;
}

.home .achievement-button:hover{
	text-decoration: none;
    color: #50AFC8;
    background-color: white;
}


.home .career-change-area{
	text-align:center;
	background-color:#77C1D4;
	padding:5em 0;
}

.home .career-change-img{
	margin-bottom:3em;
}
.home .career-change-area h3.arctext {
	margin-top:1rem;
	margin-bottom:3em;
    font-size: 3rem;
	letter-spacing: 2px;
    font-weight: 900;
    color: white;
    text-shadow: #0082AA 0 0.1em 1px,#0082AA 0.1em 0 1px,#0082AA 0 -0.1em 1px,
	#0082AA -0.1em  0 1px,#0082AA 0.1em 0.1em 2px,#0082AA 0.1em -0.1em 2px,
	#0082AA -0.1em 0.1em 2px,#0082AA -0.1em -0.1em 2px;
}
.home .career-change-area h3.arctext#arc_career_sm1 {
	margin-bottom: 1rem;
}
/*画面幅変更*/
@media (max-width: 1199px) {
	.home .career-change-area h3.arctext#arc_career_pc {
		font-size: 2.5rem;
	}
}
@media (max-width: 768px) {
	.home .career-change-area h3.arctext#arc_career_sm1 ,
	.home .career-change-area h3.arctext#arc_career_sm2 {
			font-size:2rem ;
	}
}
@media (max-width: 495px) {
	.home .career-change-area h3.arctext#arc_career_sm1 ,
	.home .career-change-area h3.arctext#arc_career_sm2 {
		font-size: calc(8vw - 8px);
	}
}
.home .career-change-box{
	background-color:white;
	border-radius:1.5em;
	padding:3em 0;
}

.home .career-change-div{
	padding-bottom:1.5em;
}

.home .career-change-top{
	font-size:2em;
	font-weight:bold;
	color:#0082AA;
}

.home .career-change-text{
	font-size:1.2em;
}

.home .career-change-ritsu{
	font-size:2.8em;
	font-weight:bold;
	line-height:1.8em;
}

.home .career-change-number{
	font-size:2.5em;
	color:#0082AA;
}

.home .career-change-percent{
	font-size:1.5em;
	color:#0082AA;
}

.home .career-change-button{
	display:inline-block;
	font-size:1.2em;
	font-weight:bold;
	background-color:#50AFC8;
	border:3px solid #0082AA;
	border-radius:3em;
}

.home .career-change-button>a{
	color:white;
	background-color:#50AFC8;
	display:flex;
	width:100%;
	height:100%;
	padding:0.7em 5em;
	border-radius:3em;
}

.home .career-change-button>a:hover{
	text-decoration:none;
	color:#50AFC8;
	background-color:white;
}

.home .mini-neto2{
	position:absolute;
	max-width:20em;
	right:-2em;
	bottom:0;
}



.home .topix-news-area{
	margin:5em 0;
}


.home .news-box{
	background-color:#0082AA;
	padding:2em;
}

.home .news-ul{
	list-style:none;
	margin:0;
	padding:2em 3em;
	background-color:white;
}

.home .news-li{
	margin:1em 0 2em;
	padding-bottom:0.5em;
	border-bottom:1px solid;
}

.home .news-date{
	display:inline-block;
	margin:0 1em 0 0;
}

.home .news-list-area{
	background-color:white;
	padding:0 3em 2em;
	text-align:right;
}

.home .news-list-button{
	display:inline-block;
	font-size:1.2em;
	font-weight:bold;
	border-radius:3em;
}

.home .news-list-button > a{
	color:#0082AA;
	display:flex;
	width:100%;
	height:100%;
	padding:0.7em 4em;
	border:3px solid #0082AA;
	border-radius:3em;
}

.home .news-list-button > a:hover{
	text-decoration:none;
	color:white;
	background-color:#0082AA;
}


.home .gallery-area{
	background-image:url(./img/gallery-bg.png);
}

.home .gallery-title-img{
	margin-top:5em;
}
.gallery-area h2.top-title.gallery{
	margin-top: 120px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-shadow:white 0 0.07em 1px,white 0.07em 0 1px,white 0 -0.07em 1px,
	white -0.07em 0 1px,white 0.07em 0.07em 2px,white -0.07em 0.07em 2px,
	white 0.07em -0.07em 2px,white -0.07em -0.07em 2px;
}
h2.top-title.gallery::after {
    content: "G";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    font-size: 8rem;
    color: white;
    text-shadow:white 0 0.05em 1px,white 0.05em 0 1px,white 0 -0.05em 1px,
	white -0.05em 0 1px,white 0.05em 0.05em 2px,white -0.05em 0.05em 2px,
	white 0.05em -0.05em 2px,white -0.05em -0.05em 2px;
}
.gallery-area h2.top-title.gallery::first-letter{
	background-image: linear-gradient(-50deg, #0082A6 50%, white 51%, white 54%, #ebcbe1 54%);
	background-clip: text;
	color: transparent;
	text-shadow:none;
}
.gallery-area h2.top-title.gallery span.kana{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.gallery-area h2.top-title.gallery span.kana::after {
    content: "ギャラリー";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-weight: 900;
    z-index: -1;
    text-shadow:white 0 0.03em 2px,white 0.03em 0 2px,white 0 -0.03em 2px,
	white -0.03em 0 2px,white 0.03em 0.03em 2px,white -0.03em 0.03em 2px,
	white 0.03em -0.03em 2px,white -0.03em -0.03em 2px;
}
@media (max-width: 768px) {
	h2.top-title.gallery::after {
		font-size: 16vw !important;
	}
	.gallery-area h2.top-title.gallery span.kana {
		display: block;
		width: fit-content;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}



.home .gallery-box{
	text-align:center;
	margin-bottom:3em;
}

.home .gallery-buttom{
	text-align:center;
	margin:2em 0;
}

.home .gallery-list-button{
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #50AFC8;
	border: 3px solid #0082AA;
	border-radius: 3em;
}

.home .gallery-list-button>a{
	color: white;
	background-color: #50AFC8;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0.7em 3em;
	border-radius: 3em;
}

.home .gallery-list-button>a:hover{
	text-decoration: none;
	color: #50AFC8;
	background-color: white;
}


/* page パーツ */

.page .detail{
	padding-top:200px;
}

.page .h1-box{
	display:flex;
	align-items:flex-end;
	position:relative;
}

h1.ttl_h1{
	margin:0;
	font-weight:bold;
	background: linear-gradient(90deg, rgba(69, 117, 156, 1) 0%, rgba(26, 150, 211, 1) 17.0391%, rgba(0, 117, 190, 1) 68.081%, rgba(0, 149, 174, 1) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.h1-box:before,.h1-box:after{
	opacity:1;
	transform: translateX(0px);
}

.h1-box:before{
	content:'';
	display:inline-block;
	background-image:url(./img/page-h1-before.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin-right:1rem;
}

.h1-box:after{
	content:'';
	position:absolute;
	bottom:-1rem;
	left:0;
	background: linear-gradient(90deg, rgba(69, 117, 156, 1) 0%, rgba(26, 150, 211, 1) 17.0391%, rgba(0, 117, 190, 1) 68.081%, rgba(0, 149, 174, 1) 100%);
	width:100%;
	height:6px;
}

ul.breadcrumb{
	background:none;
	padding:1.5em 0 0;
	font-weight:bold;
}

.page p{
	font-size:1.1rem;
	line-height:1.8rem;
}


.work-group{
	margin-bottom:5rem;
}

p.work-year{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0.75em;
	background-color:#E9FBFF;
}

div.work-columns{
	margin: 0;
    padding: 2em 1.5em;
    background-color: #efefef;
}


/* 在校生からひとこと */
p.current-student-voice{
	position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 5px #f3a923;
    box-sizing: border-box;
    line-height: unset;
    border-radius: 0.5em;
}

p.current-student-voice:before{
	content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

p.current-student-voice:after{
	content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
    border: 19px solid transparent;
    border-top: 19px solid #f3a923;
    z-index: 1;
}

.current-student-voice > strong{
	font-size: 1.5em;
}


p.current-student-p{
	margin: 0;
    padding: 0.75em 1.5em;
}

p.current-student-name{
	color: white;
    background-color: #f3a923;
    font-size: 1.2em;
    font-weight: bold;
}

p.current-student-text{
	background-color: #efefef;
}



/* システム設計科の調整 */
div.First-grader-bg{
	background-color:#00aee31f;
	padding:1.5rem;
}

div.Second-grader-bg{
	background-color:#ffa40038;
	padding:1.5rem;
}

div.it-engineer-bg{
	background-color:#ffffff88;
	padding:1rem 1rem 0;
}

div.it-business-bg{
	background-color:#ffffff88;
	padding:1rem 1rem 0;
}

div.choice-bg{
	background-color:#31cb4b24;
	padding:1.5rem;
}

div.cg-bg,div.game-bg{
	background-color: #FFF8;
	padding: 1rem;
}




/* 上書き */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width:100%;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) > p{
	margin-bottom:0;
}


/*page table 共通パーツ*/

table p{
	margin-bottom:0;
}

/* 各テーブルパーツ */

.annai-table tr:nth-child(even){
	background-color:#E9FBFF;
}

.annai-table td:nth-child(odd){
	width:30%;
}


.zaidan-table th{
	color:#008EE5;
	background-color:#E9FBFF;
	width:25%;
}


.kamokumenu-table tr:nth-child(even){
	background-color:#E9FBFF;
}


.kikan_naiyou_houhou-table tr:nth-child(1){
	color:#008EE5;
	background-color:#E9FBFF;
}

.s-table tr:nth-child(even){
	background-color:#F5FDFF;
}


.first-system-design-table>table{
	background-color:white;
}

.first-system-design-table tr:nth-child(odd){
	background-color:#E9FBFF;
}

.first-system-design-table tr:last-child>td:nth-child(even){
	display:none;
}


.system-design-table>table{
	background-color:white;
}

.system-design-table tr:nth-child(odd){
	background-color:#E9FBFF;
}



.yotei-table td:nth-child(odd){
	width:25%;
}

.yotei-table tr:nth-child(even){
	background-color:#E9FBFF;
}



.app-table th:nth-child(odd){
	width:35%;
	background-color:#E9FBFF;
}


.jutaku-kouza-table td:nth-child(odd){
	width:25%;
}


.jutaku-kouza-table tr:nth-child(even){
	background-color:#E9FBFF;
}


.jutaku-class-table tr:nth-child(even){
	background-color:#E9FBFF;
}


.jutaku-example-table tr:nth-child(1){
	background-color:#E9FBFF;
}

.jutaku-example-table tr:nth-child(even){
	background-color: #F5FDFF;
}



.syusyoku-list-table tr:nth-child(even){
	background-color:#E9FBFF;
}


.sotsuken-table td:nth-child(odd){
	width: 20%;
	background-color:#E9FBFF;
}

/* フォーム調整 */
table span[data-name="your-yubin"] > input{
	width: 7rem;
}
table span[data-name="your-address"] > input{
	width: 23rem;
}
@media (max-width: 495px){
	table textarea,table input{
		width: 100%;
	}
	table span[data-name="your-yubin"] > input{
		width: 7rem;
	}	
	table input[type="checkbox"],table input[type="radio"]{
		width: unset;
	}
	table select[name="menu-course"]{
		width: 100%;
	}
	table span[data-name="your-address"] > input{
		width: calc(100% - 5rem);
	}
}

/* 各ページのトップの空間 */

div.post, div.archive, div.search {
	padding-top:200px;
}



/* 卒業生メッセージ(吹き出し)の調整 */

p.graduate-voice-title{
	position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 5px #2aaa9d;
    box-sizing: border-box;
    line-height: unset;
    border-radius: 0.5em;
}

.graduate-voice-title>strong{
	font-size:1.5em;
}

p.graduate-voice-title:before{
	content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

p.graduate-voice-title:after{
	content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
    border: 19px solid transparent;
    border-top: 19px solid #2aaa9d;
    z-index: 1;
}


/* メッセージの調整 */
.graduate-voice{
	background-color:#F3F3F3;
	margin-bottom:3em;
}

p.graduate-voice-p{
	margin:0;
	padding:0.75em 1.5em;
}

p.graduate-voice-name{
	color:white;
	background-color:#2aaa9d;
	font-size:1.2em;
	font-weight:bold;
}

/* 資格 */
ul.shikaku_box li {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}







/*footer パーツ*/
footer{
	background:white;
	padding:5em 0 0;
}

footer .footer-1{
	padding-bottom:2em;
}

footer .footer-banner{
	margin-bottom:3em;
	text-align:center;
}

footer .footer-button{
	height:100%;
	text-align:center;
}

footer .footer-button>a{
	display:flex;
	align-items:center;
	justify-content:center;
}

footer .footer-button>a:hover{
	text-decoration:none;
	opacity:0.7;
}

footer .footer-pamph-button > a{
	color:white;
	width:100%;
	height:100%;
	padding:0.8em 0;
	font-size:1.3em;
	font-weight:bold;
	background-color:#50AFC8;
	border-radius:0.5em;
}

footer .footer-inquiry-button > a{
	color:#50AFC8;
	width:100%;
	height:100%;
	padding:0.8em 0;
	font-size:1.3em;
	font-weight:bold;
	background-color:white;
	border:5px solid #50AFC8;
	border-radius:0.5em;
}

footer .footer-access-button > a{
	color:white;
	width:100%;
	height:100%;
	padding:0.8em 0;
	font-size:1.3em;
	font-weight:bold;
	background-color:#37BEC3;
	border-radius:0.5em;
}

footer hr{
	padding-top:5px;
	background:linear-gradient(90deg, rgba(69,117,156,1) 0%, rgba(26,150,211,1) 17.0391%, rgba(0,117,190,1) 68.081%, rgba(0,149,174,1) 100%);
	margin-top:0;
	margin-bottom:0;
}

footer .footer-2{
	margin-top:2em;
}

footer .footer-div{
	margin-bottom:3em;
}

footer .footer-p{
	font-size:1.2em;
}

footer .sns-icons>a{
	margin:0 0.5em;
}

footer .sns-icons>a:hover{
	text-decoration:none;
	opacity:0.6;
}

footer p.gray-text{
	color:#7F7F7F;
	margin-bottom:0;
}

footer .footer-menu-ul{
	display:flex;
	flex-wrap:wrap;
	padding:0;
}

footer .footer-menu-ul>li{
width: 30%;
	margin-right:3.3%;
	margin-bottom:3em;
}

footer .footer-menu-ul>li>a{
	position:relative;
	display:block;
	color:#50AFC8;
	font-weight:bold;
	padding-bottom:0.2em;
}

footer .footer-menu-ul>li>a:after{
	content:"";
	position:absolute;
	background-color:#50AFC8;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
}

footer .footer-menu-ul>li>a:hover{
	color:#F5A0AA;
	text-decoration:none;
}

footer .sub-menu{
	margin-top:0.5em;
	padding:0;
}

footer .sub-menu>li{
	
}

footer .sub-menu>li>a{
	color:black;
}

footer .sub-menu>li>a:hover{
	text-decoration:none;
	opacity:0.6;
}


/* ページトップへ戻るボタン */
.pagetop-button{
	position:fixed;
	bottom:80px;
	right:50px;
	width:60px;
	height:60px;
	background-color:#EDCDE1;
	border-radius:3em;
}

.pagetop-button:before{
	content:"";
	position:absolute;
	width:60%;
	height:calc(tan(60deg)*60%/2);
	clip-path:polygon(50% 0,100% 100%,0 100%);
	left:20%;
	top:20%;
	background-color:white;
}

.pagetop-button > a{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:3em;
}


/* ページ内アコーディオンの設定 */
.faq-button {
	position:relative;
	background: #29B3CF;
	font-size:1.2em;
	padding: 12px;
	color: #fff;
}

.faq-button:after{
	content:"";
	position:absolute;
	right:25px;
	top:22px;
	transition:all 0.2s ease-in-out;
	display:block;
	width:10px;
	height:10px;
	border-top:solid 3px white;
	border-right:solid 3px white;
	transform:rotate(135deg);
}

.selected:after{
	transform:rotate(-45deg);	
}

.faq-button:hover {
	cursor: pointer;
}

.faq-content {
	border: 1px solid #eee;
	margin: 12px auto;
}

.faq-detail{
	display:none;
	padding:12px;;
}

/* Q&A アコーディオン用 */

.faq-button-qa {
	position:relative;
	background: #29B3CF;
	font-size:1.2em;
	padding: 12px;
	color: #fff;
}

.faq-button-qa:after{
	content:"";
	position:absolute;
	right:25px;
	top:22px;
	transition:all 0.2s ease-in-out;
	display:block;
	width:10px;
	height:10px;
	border-top:solid 3px white;
	border-right:solid 3px white;
	transform:rotate(-45deg);	
}

.selected-qa:after{
	transform:rotate(135deg);
}

.faq-button:hover {
	cursor: pointer;
}

.faq-content-qa {
	border: 1px solid #eee;
	margin: 12px auto;
}

.faq-detail-qa{
	padding:12px;;
}


/* 404 パーツ */

.error404 .detail{
	padding-top: 165px;
}



/* アニメーションパーツ */

/*フェードアップ*/
.fade-up{
	animation-name: fade-up-anime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform:translateY(100px);
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		opacity:1;
		transform:translateY(0);
	}
}

/*フェードダウン*/
.fade-down{
	animation-name: fade-up-anime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform:translateY(-100px);
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		opacity:1;
		transform:translateY(0);
	}
}


/*フェードレフト*/
.fade-left{
	animation-name: fade-left-anime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform:translateX(100px);
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		opacity:1;
		transform:translateX(0);
	}
}

/*フェードライト*/
.fade-right{
	animation-name: fade-left-anime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform:translateX(-100px);
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		opacity:1;
		transform:translateX(0);
	}
}

/*回転しながら左に*/
.rotate-left{
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		animation-name: rotate-left-anime;
	}
}
@keyframes rotate-left-anime{
	0%{opacity:0;transform:translate(300px) rotateY(-270deg);}
	100%{opacity:1;transform:translate(0) rotateY(0deg);}
}

/*回転しながら右に*/
.rotate-right{
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
	
	/*アニメーション*/
	&.is-animated{
		animation-name: rotate-right-anime;
	}
}
@keyframes rotate-right-anime{
	0%{opacity:0;transform:translate(-300px) rotateY(270deg);}
	100%{opacity:1;transform:translate(0) rotateY(0deg);}
}

/*ジャンプして飛び出る*/
.jump {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transition:opacity 1s, transform 1s;
	transform-origin:bottom;
	opacity: 0;
  
	/*アニメーション*/
	&.is-animated{
		animation-name: jump-anime;
	}
}	
  @keyframes jump-anime {
	0% {opacity:0;transform:translateY(100px) scale(1,1);}
  	40% {opacity:1;transform:translateY(-150px) scale(1,1);}
	80% {opacity:1;transform:translateY(-10px) scale(1,1);}
  	90% {opacity:1;transform:translateY(0) scale(1.03,0.98);}
	100% {opacity:1;transform:translateY(0) scale(1,1);}
  }


/*h1のフェードアニメーション*/
.h1-fade-left{
	animation-name: h1-fade-in;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform:translateX(100px);
	transition:opacity 1.5s, transform 1.5s;
	opacity: 0;
}

@keyframes h1-fade-in{
	0% {
		opacity: 0;
		transform:translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
  }
}


/* その他パーツ */
.wp-block-query>ul>.post{
	padding-top:0;
	max-width:100%!important;
}

@media (max-width: 1309px) {
	/* home */
	.home .home-area{
		margin-top: -30px;
	}
}
/*画面幅変更*/
@media (max-width: 1199px) {
	/* 共通パーツ */
	.display-xl-pc{
		display:none;
	}
	
	.display-xl-sp{
		display:block;
	}
	
	
	/* header */
	.header-area{
		padding-top:0;
	}
		
	.search-btn-position{
		justify-content:center;
		background-color:white;
		padding-bottom:2em;
	}
	
	.home .header-ps-margin{
		padding:0.5em;
	}
	
	/* footer パーツ */
	footer .footer-menu-ul>li>a{
		font-size:1em;
	}
}

@media (max-width: 991px) {
	/* 共通パーツ */
	.display-pc{
		display:none;
	}
	
	.display-sp{
		display:block;
	}
	
	
	/* home */
	
	.home .home-area{
		margin-top:0;
	}
	
	.home .news-area{
		margin-top:2em;
	}



	.home .news-titl-box{
		display:none;
	}
	
	.home .curriculum-area{
		padding: 5em 0 3em;
	}
	
	.home .grader-box{
		margin-bottom:3em;
	}
	
	.home .achievement-button{
		margin-bottom:3em;
	}
	
	
	.home .news-li>a{
		display:inline-block;
		width:100%;
	}
	
	
	.home .mini-neto2{
		display:none;
	}
	
	.home .news-list-area{
		padding:0 0 2em;
		text-align:center;
	}
	
}

@media (max-width: 767px) {
	/* 共通パーツ */
	.display-md-pc{
		display:none;
	}
	
	h1.ttl_h1{
		font-size:2rem;
	}

	
	
	/*バーガーメニュー*/
	.sp-menu-div>ul{
		flex-wrap: unset;
		flex-direction:column;
		padding: 70px 1em 0;
	}

	.sp-menu-div>ul>li {
		width:unset;
		margin-right:unset;
		margin-bottom:1em;
	}

	.sp-menu-div>ul>li>a {
		padding: 9px 15px 10px 0;
	}
	
	.sp-menu-div>ul>li>.sub-menu{
		padding-left:1.5em;
	}
	.sp-menu-div .current-menu-item {
		background-color: #3584bb;
		padding: 0.5em;
		margin: 0 -0.5em !important;
	}
	.sp-menu-div .current-menu-item a {
		color: white !important;
	}
	/*end　バーガーメニュー*/
	
	/*home パーツ*/
	.home .open-campus-area:before{
		width:100%;
	}
	
	.home img.mini-neto{
		display:none;
	}
	
	.home .achievement-top{
		font-size:2.5em;
	}
	
	.home .achievement-ritsu{
		font-size:2.3em;
	}
	
	.home .career-change-top{
		font-size:1.5em;
	}
	
	

	/* footer パーツ */
	footer .footer-margin{
		margin-bottom:1em;
	}
	
	.pagetop-button{
		bottom:30px;
		right:30px;
		width:45px;
		height:45px;
	}


	/* table パーツ */
	.table-bordered td, .table-bordered th{
		display:inline-block;
		width:100%;
	}
	
	/* 各テーブルパーツ */
	
	.annai-table tr:nth-child(even){
		background-color:white;
	}

	.annai-table td:nth-child(odd){
		width:100%;
		background-color:#E9FBFF;
	}



	.zaidan-table th{
		width:100%;
	}
	
	
	
	.kamokumenu-table tr:nth-child(even){
		background-color:white;
	}

	.kamokumenu-table td:nth-child(odd){
		background-color:#E9FBFF;
	}
	
	
	

	.kikan_naiyou_houhou-table th,.kikan_naiyou_houhou-table td{
		display: table-cell;
		width: auto;
	}

	.yotei-table td:nth-child(odd){
		width:100%;
	}

	
	
	.app-table th:nth-child(odd){
		width:100%;
	}


	
	
	.jutaku-kouza-table td:nth-child(odd){
		width:100%;
	}

	.jutaku-example-table td{
		display:table-cell;
		width:50%;
	}

	.syusyoku-list-table td{
		display:table-cell;
		width:50%;
	}


	.jutaku-kouza-table tr:nth-child(even){
		background-color:white;
	}

	.jutaku-kouza-table td:nth-child(odd){
		background-color:#E9FBFF;
	}


	.sotsuken-table td:nth-child(odd){
		width: 100%;
	}


	.first-system-design-table tr:nth-child(odd){
		background-color:white;
	}
	
	.first-system-design-table td:nth-child(odd){
		background-color:#E9FBFF;
	}




	.yotei-table td:nth-child(odd){
		background-color: #E9FBFF;
	}

	.yotei-table tr:nth-child(even){
		background-color:white;
	}



	/* アコーディオン 矢印 */
	.faq-button:after{
		display:none;
	}
	
	.faq-button-qa:after{
		display:none;
	}
	
	
	.page-id-156 .achievement-ritsu{
		padding:0;
	}

}

@media (max-width: 575px) {
	.home .news-ul{
		padding: 2em 1em;
	}
	
	.home .topix-news{
		width:100vw;
	}
	
	.home .topix-news-box{
		width:calc(98% * 10);
	}
	
	.topix-news-box.position01 { left: calc(-98% * 0); }
	.topix-news-box.position02 { left: calc(-98% * 1); }
	.topix-news-box.position03 { left: calc(-98% * 2); }
	.topix-news-box.position04 { left: calc(-98% * 3); }
	.topix-news-box.position05 { left: calc(-98% * 4); }
	.topix-news-box.position06 { left: calc(-98% * 5); }
	.topix-news-box.position07 { left: calc(-98% * 6); }
	.topix-news-box.position08 { left: calc(-98% * 7); }
	.topix-news-box.position09 { left: calc(-98% * 8); }
	.topix-news-box.position010 { left: calc(-98% * 9); }

	.home .topix-news-div{
		width:100%;
		padding-bottom:1em;
	}
	
	.home .topix-news-div:after{
		height:2em;
	}
	
	.home .topix-news-img > img{
		height:300px;
	}
	
	.home .next, .home .prev{
		top:50%;
	}
	
	
}

@media (max-width: 499px){
	
	.home .achievement-top{
		font-size:8vw;
	}
	
	.home .achievement-ritsu{
		font-size:7.5vw;
	}
	
	.home .achievement-text{
		font-size:4vw;
		margin-top:1.5em;
	}
	
	.home .career-change-top{
		font-size:4vw;
	}
	
	.home .career-change-text{
		font-size:1em;
	}
	
	.home .career-change-ritsu{
		font-size:7.5vw;
	}	
	
}





