@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 400;
  	src: url('fonts/NotoSansJP-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 500;
  	src: url("fonts/NotoSansJP-Medium.woff2") format("woff2");
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 700;
  	src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
	font-display: swap;
}

body {
  	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  	margin: 0;
  	padding: 0;
  	font-size: 16px;
　	line-height: 2em;
	letter-spacing: 0.1em;
  	position: relative;
  	background: #FFF;
	counter-reset: mycounter;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}
	@media only screen and (max-width: 1024px) {
		body {
		font-size: 14px;
		}
	}

*{
  	box-sizing:border-box; 
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  	margin: 0;
  	padding: 0;
}

p{
  	line-height: 2.0em;
  	margin-bottom: 30px;
}

header, section, navi, footer {
  	display: block;
}

a, ins {
  	text-decoration: none;
}

a:hover{
  	color: #0068b7;
}

.container a[href^="http"]:not([href*="consortium-toyama.jp"])::after {
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	margin-left: 0.25em;
  	width: 1em;
  	height: 1em;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z'/%3E%3Cpath d='M5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7H5V5z'/%3E%3C/svg%3E");
  	background-repeat: no-repeat;
  	background-size: contain;
}

address, em, cite, dfn, var {
  	font-style: normal;
}

/** input, textarea {
  	font-weight: normal;
  	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 14px; } **/

img {
  	vertical-align: baseline;
  	max-width: 100%;
  	height: auto;
}

a img {
  	border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  	color: #333;
}

h1, h2, h3, h4 {
  	font-weight: normal;
  	letter-spacing: 0.1em;
}

a {
  	color: #333;
}

li {
  	list-style: none;
}

a[href^="tel:"] {
  	cursor: default;
  	opacity: 1 !important;
}

br.pcn {
  	display: none;
}
  	@media screen and (max-width: 1024px) {
    		br.pcn {
      			display: block;
		}
	}

@media screen and (max-width: 1024px) {
  	br.spn {
    		display: none;
		}
	}

.tx-green{
  	color: #51a000;
}

mark {
  	background-color: #ffff99;
}

/** elementor **/
.uael-sub-heading{
	font-family: "senobi-gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.exterior-box .uael-infobox h5{
	font-family: "Abel", sans-serif;
}

/** buttun **/
.button a {
    	position: relative;
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
    	margin: 0;
    	max-width: 280px;
    	padding: 10px 0 10px 60px;
    	font-family: "Noto Sans Japanese";
    	line-height: 1.8;
    	text-decoration: none;
    	color: #333;
    	transition: 0.3s ease-in-out;
    	font-weight: 500;
}
.button a:before, .button a:after {
  	content: "";
  	position: absolute;
  	display: block;
  	top: 50%;
}
.button a:before {
  	width: 0.5rem;
  	height: 0.5rem;
  	left: 1.1rem;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	z-index: 2;
  	transform: translateY(-50%) rotate(45deg);
  	transition: all 0.3s;
}
.button a:after {
  	left: 0;
  	background: #2f4f86;
  	z-index: 1;
  	width: 3rem;
  	height: 3rem;
  	border-radius: 4rem;
  	transform: translateY(-50%);
  	transition: all 0.5s;
}
.button a span {
  	position: relative;
  	transition: all 0.3s;
  	z-index: 3;
}

.button a:hover span {
  	color: #fff;
}
.button a:hover:before {
  	left: 2.5rem;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
}
.button a:hover:after {
  	right: 0;
  	width: 100%;
  	background: #2f4f86;
}

/** table **/
table{
	border-collapse: collapse !important;
	border: none !important;
	margin: 0;
}

table th{
	border-right: none !important;
	border-top: 1px solid #2f4f86 !important;
	border-bottom: 1px solid #2f4f86 !important;
	padding: 20px 20px 20px 0px !important;
	text-align: left;
	font-weight: normal;
}

table td{
	border-right: none !important;
	border-top: 1px dotted #CCCCCC !important;
	border-bottom: 1px dotted #CCCCCC !important;
	padding: 20px 20px 20px 30px !important;
	line-height: 2.0em;
}

@media only screen and (max-width: 1024px) {
	table th{
		width: 18% !important;
		padding: 20px 0px 20px 0px !important;
	}
	table td{
		padding: 20px 20px 20px 20px !important;
	}
}

@media screen and (max-width: 1024px) {
  .onlyPC {
    display: none; } }

.onlySP {
  display: none; }
  @media screen and (max-width: 1024px) {
    .onlySP {
      display: initial; } }

.anime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }

.move {
  opacity: 1; }

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s; }

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.delay1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }
  @media screen and (max-width: 1024px) {
    .delay1 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }
  @media screen and (max-width: 1024px) {
    .delay2 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay3 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }
  @media screen and (max-width: 1024px) {
    .delay3 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay4 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }
  @media screen and (max-width: 1024px) {
    .delay4 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay5 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }
  @media screen and (max-width: 1024px) {
    .delay5 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

/* ヘッダー
------------------------------------------ */
.header {
  	box-sizing: border-box;
  	transition: 0.2s;
	background: #fff;
  	width: 100%;
  	height: 100px;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: start;
  	flex-wrap: nowrap;
  	margin: 0 auto;
	padding: 0 105px 0 0;
  	align-items: center;
	z-index: 10;
	/** border-bottom: 1px solid #2f4f86; **/
}
  	@media screen and (max-width: 1024px) {
		.header{
			width: 100%;
			height: 51px;
	  		padding: 0 0 0 0;
			margin: 0 auto;
			background: #fff !important;
		}
		.header .site-branding{
			width: 100%;
			background: #fff;
		}
		.header .site-branding img{
			max-width: 220px;
			height: auto;
			margin: 0 !important;
			padding: 0 !important;
		}
	}

.header.scroll-nav {
	width: 100%;
  	height: 60px;
  	padding-top: 0px;
  	padding-bottom: 10px;
  	margin: 0;
  	vertical-align: middle;
  	background: #fff;
	}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav {
      		height: 50px;
	  	padding-top: 0px;
	  	padding-bottom: 0px;
  		background: #fff;
		}
	}

.header.scroll-nav .site-branding img{
  	margin-top: 0 auto 0 0;
	max-width: 240px;
	height: auto;
	}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav .site-branding img {
		max-width: 170px;
		height: auto;
		}
	}

.header .header-translation{
	margin: 0 20px 0 auto;
}
	@media screen and (max-width: 1024px) {
		.header .header-translation{
			margin: 0 auto;
			padding: 10px;
			position: absolute;
			top: 51px;
		}
	}
.header .header-translation ul{
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: flex-end;
	flex-direction: column;
  	flex-wrap: wrap;
}
.header .header-translation ul li{
	font-size: 90%;
	text-align: right;
	letter-spacing: 0.07em;
}
	@media screen and (max-width: 1024px) {
		.header .header-translation ul li{
			text-align: center;
		}
	}
.header .header-translation ul li a, .header .header-translation ul li a:visited{
	color: #0000ff;
}
.header .header-translation ul li a:hover{
	text-decoration: underline;
}
.header .header-translation .linkbox a{
	display: block;
    	width: auto;
	font-size: 100%;
	padding: 10px 30px;
    	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #2f4f86;
}
	@media screen and (max-width: 1024px) {
		.header .header-translation .linkbox a{
			max-width: 170px;
			font-size: 10px;
			line-height: 1.2em;
			padding: 5px 5px;
			border-radius: 20px;
			border: 1px solid #2f4f86;
		}
	}
.header .header-translation .linkbox a:hover{
	color: #fff;
    	background-color:#2f4f86;
	text-decoration: none;
}

.header .header-nav{
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 1024px) {
		.header .header-nav{
			display: none;
		}
	}

.header .header-nav ul.utility-list li{
	position: relative;
	display: inline-block;
  	list-style: none;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 33px;
}
.header .header-nav ul.utility-list li::after {
      	content: "";
  	position: absolute;
  	top: 50%;
  	right: 0%;
  	transform: translate(-50%, -50%);
  	width: 1px;
  	height: 40px;
  	background-color: #ccc;
  	z-index: 0;
}
.header .header-nav ul.utility-list li:last-child::after {
	display: none;
}

.global{
	width: 100%;
}
.global .global_inner{
	width: 1200px;
	margin: 0 auto;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner{
			width: 100%;
			margin: 0 auto;
		}
	}
.global .global_inner ul.global-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.global .global_inner ul.global-list li{
	position: relative;
	width: 25%;
	height: 90px;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list li{
			width: 50%;
			height: 50px;
			font-size: 16px;
			border-bottom: 1px solid #ccc;
		}
	}
.global .global_inner ul.global-list li:first-child{
	background: url(../img/common/icon_college_student.png) no-repeat 20% center;
	background-size: 40px auto;
}
.global .global_inner ul.global-list li:nth-child(2){
	background: url(../img/common/icon_faculty.png) no-repeat 20% center;
	background-size: 40px auto;
}
.global .global_inner ul.global-list li:nth-child(3){
	background: url(../img/common/icon_high_school.png) no-repeat 7% center;
	background-size: 40px auto;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list li:first-child{
			background: url(../img/common/icon_college_student.png) no-repeat 15% center;
			background-size: 30px auto;
		}
		.global .global_inner ul.global-list li:nth-child(2){
			background: url(../img/common/icon_faculty.png) no-repeat 15% center;
			background-size: 30px auto;
		}
		.global .global_inner ul.global-list li:nth-child(3){
			background: url(../img/common/icon_high_school.png) no-repeat 7% center;
			background-size: 30px auto;
		}
	}

.global .global_inner ul.global-list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.global .global_inner ul.global-list li:hover a{
	background-color: #2f5087;
	color: #fff;
	z-index: 50;
}
.global .global_inner ul.global-list li:first-child:hover a{
	background: url(../img/common/icon_college_student_w.png) no-repeat 20% center #2f5087;
	background-size: 40px auto;
}
.global .global_inner ul.global-list li:nth-child(2):hover a{
	background: url(../img/common/icon_faculty_w.png) no-repeat 20% center #2f5087;
	background-size: 40px auto;
}
.global .global_inner ul.global-list li:nth-child(3):hover a{
	background: url(../img/common/icon_high_school_w.png) no-repeat 7% center #2f5087;
	background-size: 40px auto;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list li:first-child:hover a{
			background: url(../img/common/icon_college_student_w.png) no-repeat 15% center #2f5087;
			background-size: 30px auto;
		}
		.global .global_inner ul.global-list li:nth-child(2):hover a{
			background: url(../img/common/icon_faculty_w.png) no-repeat 15% center #2f5087;
			background-size: 30px auto;
		}
		.global .global_inner ul.global-list li:nth-child(3):hover a{
			background: url(../img/common/icon_high_school_w.png) no-repeat 7% center #2f5087;
			background-size: 30px auto;
		}
	}

.global .global_inner ul.global-list li:first-child::before {
      	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0%;
  	transform: translate(-50%, -50%);
  	width: 1px;
  	height: 40px;
  	background-color: #ccc;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list li:first-child::before {
			background: none;
		}
	}

.global .global_inner ul.global-list li::after {
      	content: "";
  	position: absolute;
  	top: 50%;
  	right: 0%;
  	transform: translate(-50%, -50%);
  	width: 1px;
  	height: 40px;
  	background-color: #ccc;
  	z-index: 0;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list li:nth-child(2)::after{
			background: none;
		}
		.global .global_inner ul.global-list li:last-child::after{
			background: none;
		}
	}

.global .global_inner ul.global-list ul.sub-menu{
    	transform: scaleY(0);
    	transform-origin: center top;
    	transition: all .3s;
    	width: 100%;
    	position: absolute;
    	top: 90px;
    	left: 0;
	z-index: 50;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list ul.sub-menu{
    			top: 50px;
		}
	}
.global .global_inner ul.global-list li:hover ul.sub-menu{
    	transform: scaleY(1);
}
.global .global_inner ul.global-list ul.sub-menu li{
	width: auto;
    	height: 60px;
    	transition: all .3s;
    	position: relative;
	font-size: 70%;
    	background-color: #2f5087;
	background-image: none;
}
	@media screen and (max-width: 1024px) {
		.global .global_inner ul.global-list ul.sub-menu li{
		    	height: 50px;
		}
	}

.global .global_inner ul.global-list ul.sub-menu li:before, .global .global_inner ul.global-list ul.sub-menu li:after{
	background: none;
}
/** .global .global_inner ul.global-list ul.sub-menu li:not(:first-child)::before{
    	content: "";
    	width: 100%;
    	height: 1px;
    	background-color: #3492d1;
    	position: absolute;
    	top: 0;
    	left: 0;
} **/
.global .global_inner ul.global-list ul.sub-menu li:hover, .global .global_inner ul.global-list ul.sub-menu li a:hover{
    	background-color: #0068b7;
	background-image: none;
}
.global .global_inner ul.global-list ul.sub-menu li a{
    	display: flex;
    	justify-content: start;
    	align-items: center;
    	color: #fff;
	text-align: left;
    	text-decoration: none;
    	position: relative;
	background: none !important;
	padding-left: 20px;
	padding-right: 20px;
}
.global .global_inner ul.global-list ul.sub-menu li a::before{
    	content: '';
    	display: block;
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #fff;
    	border-left: 2px solid #fff;
    	transform: rotate(135deg);
    	position: absolute;
    	right: 15px;
    	top: calc(50% - 5px);
}

/* モバイルメニュー
------------------------------------------ */
/*スマートフォン電話ボタン*/
.sp-telephone{
	display: none;
}
@media screen and (max-width: 1024px) {
	.sp-telephone{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.sp-telephone {
		display: block;
  		position: fixed;
  		z-index: 10;
  		top: 0;
  		right: 41px;
  		cursor: pointer;
  		width: 40px;
  		height: 40px;
  		background: #2f4f86;
}
	.sp-telephone img{
  		width: 17px;
  		height: auto;
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		margin: auto;
	}
}

/*ボタン外側*/
.openbtn {
  	position: fixed;
  	z-index: 9999; /*ボタンを最前面に*/
  	top: 0;
  	right: 0;
  	cursor: pointer;
  	width: 100px;
  	height: 100px;
  	background: #2f4f86;
	caret-color:transparent;
}
.scroll-nav .openbtn{
  	width: 80px;
  	height: 80px;
}
.openbtn:hover{
    	background: #0068b7;
}
.openbtn:active{
  	background: #2f4f86;
}

/*ボタン内側*/
.openbtn span {
  	display: inline-block;
  	transition: all .4s; /*アニメーションの設定*/
  	position: absolute;
 	right: 28px;
  	height: 2px;
  	background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  	top: 30px;
  	width: 45%;
}
.openbtn span:nth-of-type(2) {
  	top: 48px;
  	width: 45%;
}
.openbtn span:nth-of-type(3) {
  	top: 66px;
  	width: 45%;
}
.scroll-nav .openbtn span{
  	right: 22px;
}
.scroll-nav .openbtn span:nth-of-type(1) {
  	top: 22px;
  	width: 45%;
}
.scroll-nav .openbtn span:nth-of-type(2) {
  	top: 38px;
  	width: 45%;
}
.scroll-nav .openbtn span:nth-of-type(3) {
  	top: 54px;
  	width: 45%;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  	top: 40px;
  	left: 25px;
  	transform: translateY(6px) rotate(-45deg);
  	width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  	top: 52px;
  	left: 25px;
  	transform: translateY(-6px) rotate(45deg);
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(1) {
  	top: 32px;
  	left: 20px;
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(2) {
  	top: 44px;
  	left: 20px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(3) {
  	display: none;
}
@media screen and (max-width: 834px) {
  	.openbtn {
    		width: 65px;
    		height: 65px;
  	}
	.scroll-nav .openbtn{
	  	width: 65px;
	  	height: 65px;
	}
  	.openbtn span {
    		right: 15px;
  	}
  	.scroll-nav .openbtn span {
    		right: 15px;
  	}
  	.openbtn span:nth-of-type(1) {
    		top: 21px;
  	}
  	.scroll-nav .openbtn span:nth-of-type(1) {
    		top: 21px;
  	}
  	.openbtn span:nth-of-type(2) {
    		top: 32px;
  	}
  	.scroll-nav .openbtn span:nth-of-type(2) {
    		top: 32px;
  	}
  	.openbtn span:nth-of-type(3) {
    		top: 43px;
  	}
  	.scroll-nav .openbtn span:nth-of-type(3) {
    		top: 43px;
  	}
  	.openbtn.active span:nth-of-type(1) {
    		top: 24px;
    		left: 16px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(1) {
    		top: 24px;
    		left: 16px;
  	}
  	.openbtn.active span:nth-of-type(2) {
    		top: 36px;
    		left: 16px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(2) {
    		top: 36px;
    		left: 16px;
  	}
}
@media only screen and (max-width: 1024px) {
  	.openbtn {
    		width: 50px;
    		height: 50px;
  	}
	.scroll-nav .openbtn{
	  	width: 50px;
	  	height: 50px;
	}
  	.openbtn span {
    		height: 1px;
    		right: 12px;
  	}
  	.scroll-nav .openbtn span {
    		height: 1px;
    		right: 12px;
  	}
  	.openbtn span:nth-of-type(1) {
    		top: 15px;
    		width: 50%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(1) {
    		top: 15px;
    		width: 50%;
  	}
  	.openbtn span:nth-of-type(2) {
    		top: 25px;
    		width: 50%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(2) {
    		top: 25px;
    		width: 50%;
  	}
  	.openbtn span:nth-of-type(3) {
    		top: 35px;
    		width: 50%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(3) {
    		top: 35px;
    		width: 50%;
  	}
  	.openbtn.active span:nth-of-type(1) {
    		top: 19px;
    		left: 13px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(1) {
    		top: 19px;
    		left: 13px;
  	}
  	.openbtn.active span:nth-of-type(2) {
    		top: 31px;
    		left: 13px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(2) {
    		top: 31px;
    		left: 13px;
  	}
}
/*========= ナビゲーションCSS ===============*/
#g-nav{
    	position: fixed;
    	z-index: 999;
	top: 0;
    	right: -120%;
	width:100%;
    	height: 100vh;
	background: #e4f3fc;
  	transition: all 0.6s;
}
#g-nav.panelactive{
    	right: 0;
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#g-nav div.g-nav-group {
	display: none;
}
#g-nav.panelactive div.g-nav-group {
	display: block;
	width: 94%;
	margin: auto;
	padding: 4%;
	background: #fff;
}
	@media only screen and (max-width: 1024px) {
		#g-nav.panelactive div.g-nav-group {
			width: 100%;
			padding: 15% 10%;
		}
	}
#g-nav.panelactive div.g-nav-group h3{
	font-size: 22px;
	font-weight: bold;
	color: #2f4f86;
	margin: 0 0 20px 0;
}
  	@media screen and (max-width: 1024px) {
		#g-nav.panelactive div.g-nav-group h3{
			font-size: 18px;
			margin: 20px 0 20px 0;
		}
	}

#g-nav.panelactive div.g-nav-group h3.portal a, #g-nav.panelactive div.g-nav-group h3.portal a:visited{
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
#g-nav.panelactive div.g-nav-group h3.portal a:hover{
	background: linear-gradient(90deg, #f6607c 0%, #f6607c 40%, #f6607c 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

#g-nav ul.panel-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px 24px;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list{
			justify-content: center;
			gap: 12px 0;
		}
		#g-nav ul#menu-utility-1.panel-list{
			margin: 20px 0 0 0;
		}
	}

#g-nav ul.panel-list li {
	display: block;
  	width: calc(100% / 3 - 24px);
  	padding: 0 0 2% 0;
  	margin: 0;
  	list-style-type: none;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list li {
			display: block;
		  	width: calc(100% / 1 - 0px);
			margin: 0 auto;
		  	padding: 0 0 0 0;
		}
	}
#g-nav ul.panel-list li a{
  	position: relative;
  	text-decoration: none;
  	display: block;
  	outline: none;
  	transition: ease .2s;
  	padding: 0.6em 0.6em 0.6em 0.6em;
  	color: #333;
  	letter-spacing: 0.1em;
  	font-size: 1vw;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list li a{
		  	padding: 0.6em 0 1.2em 0.6em;
		  	font-size: 4.2vw;
		}
	}
#g-nav ul.panel-list li a::before {
  	content: '';
  	width: 27px;
  	height: 27px;
  	background: #2f4f86;
  	border-radius: 50%;
  	position: absolute;
  	top: 0;
  	right: 20px;
  	bottom: 0;
  	margin: auto;
  	transition: all .3s;
}
#g-nav ul.panel-list li a:hover{
	color: #0068b7;
}
#g-nav ul.panel-list li a:hover::before {
	background: #0068b7;
  	right: 0px;
}
#g-nav ul.panel-list li a::after{
  	content: '';
  	width: 7px;
  	height: 7px;
  	border: 0;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(45deg);
  	transition: all .3s;
  	position: absolute;
  	top: 0;
  	right: 30px;
  	bottom: 0;
  	margin: auto;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list li a::before {
  			bottom: 0.5em;
		}
		#g-nav ul.panel-list li a::after{
  			bottom: 0.5em;
		}
	}

#g-nav ul.panel-list li a:hover::after{
  	right: 10px;
}
#g-nav ul.panel-list ul.sub-menu{
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list ul.sub-menu{
			width: auto;
		  	padding: 0 0 6% 0;
		}
	}
#g-nav ul.panel-list ul.sub-menu li{
	display: block;
	width: 100%;
  	padding: 0;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list ul.sub-menu li{
			display: block;
			width: auto;
			margin: 0;
			padding: 0;
		}
	}

#g-nav ul.panel-list ul.sub-menu li a{
  	position: relative;
  	text-decoration: none;
  	display: inline-block;
  	outline: none;
  	transition: ease .2s;
  	padding: 1.2em 0.6em 0 1.8em;
  	color: #333;
  	font-size: 0.7vw;
	font-weight: bold;
	border: none;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list ul.sub-menu li a{
  			padding: 1.2em 0.6em 0 1.8em;
		  	font-size: 3.4vw;
		}
	}

#g-nav ul.panel-list ul.sub-menu li a::before {
  	content: none;
}
#g-nav ul.panel-list ul.sub-menu li a::after{
  	content: '';
  	position: absolute;
  	top: 56%;
  	right: -20px;
  	width: 7px;
  	height: 7px;
  	border-top: 2px solid #2f4f86;
  	border-right: 2px solid #2f4f86;
  	transform: rotate(45deg);
  	transition: all .3s;
}
	@media only screen and (max-width: 1024px) {
		#g-nav ul.panel-list ul.sub-menu li a::after{
	  		content: none;
		}
	}

#g-nav ul.panel-list ul.sub-menu li a:hover{
	color: #0068b7;
}
#g-nav ul.panel-list ul.sub-menu li a:hover::after{
  	right: -40px;
  	border-color: #0068b7;
}

/** #g-nav ul.panel-list.portal ul.sub-menu li a, #g-nav ul.panel-list.portal ul.sub-menu li a:visited{
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
#g-nav ul.panel-list.portal ul.sub-menu li a:hover{
	background: linear-gradient(90deg, #f6607c 0%, #f6607c 40%, #f6607c 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
#g-nav ul.panel-list.portal ul.sub-menu li a::after{
  	border-top: 2px solid #f78a9e;
  	border-right: 2px solid #f78a9e;
}
#g-nav ul.panel-list.portal ul.sub-menu li a:hover::after{
  	border-color: #f6607c;
} **/

#g-nav div.organization{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	gap: 24px 24px;
}
	@media only screen and (max-width: 1024px) {
		#g-nav div.organization{
			justify-content: center;
			gap: 0;
			margin: 20px 0 0 0;
		}
	}
#g-nav div.organization ul {
	display: block;
  	width: calc(100% / 3 - 24px);
  	padding: 2% 0 0 0;
  	font-size: 20px;
  	margin: 0;
  	list-style-type: none;
}
	@media only screen and (max-width: 1024px) {
		#g-nav div.organization ul {
		  	width: calc(100% / 1 - 0px);
		}
	}
#g-nav div.organization ul.sns{
	margin: 0;
}
#g-nav div.organization ul.sns li{
  	display: inline;
}
#g-nav div.organization ul.sns li a{
  	margin: 0 10px 0 0;
}
#g-nav div.organization ul.sns li a img{
	max-width: 40px;
	height: auto;
}
/** #g-nav div.organization ul.sns li:first-child a{
  	background: url(../img/common/icon_facebook.png) no-repeat left center;
  	background-size: 30px auto;
}
#g-nav div.organization ul.sns li:nth-child(2) a{
  	background: url(../img/common/icon_instagram.png) no-repeat left center;
  	background-size: 30px auto;
}
#g-nav div.organization ul.sns li:last-child a{
  	background: url(../img/common/icon_x.png) no-repeat left center;
  	background-size: 30px auto;
} **/
#g-nav div.organization ul.info li{
  	margin: 0;
	font-size: 14px;
}
#g-nav div.organization ul.info li:first-child{
  	font-size: 1.2vw;
	font-weight: bold;
  	letter-spacing: 0.1em;
  	margin: 0 0 5px 0;
	padding: 5px 0 5px 40px;
  	background: url(../img/common/phone_icon_bl.svg) no-repeat left center;
  	background-size: 30px auto;
}
	@media only screen and (max-width: 1024px) {
		#g-nav div.organization ul.info li:first-child{
		  	font-size: 6.0vw;
		}
	}

/** link **/
.link-container{
	width: 100%;
	background-color: #e4f3fc;
	padding: 75px 40px;
	margin: 80px auto 0 auto;
	text-align: center;
}
.link-container h3{
	font-size: 24px;
	font-weight: bold;
	color: #2f4f86;
	text-align: center;
	margin: 0 0 40px 0;
}
.link-container ul{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: no-wrap;
}
.link-container ul li{
	margin: 0 10px;
}
.link-container .conso_movie{
	margin: 40px 0 0 0;
}
.link-container .conso_movie img{
	max-width: 30%;
	height: auto;
}
.link-container .button a {
	margin: 40px auto 0 auto;
	text-align: center;
}
  	@media screen and (max-width: 1024px) {
		.link-container{
			width: 100%;
			background-color: #e4f3fc;
			padding: 40px 20px;
			margin: 40px auto 0 auto;
		}
		.link-container h3{
			font-size: 18px;
			margin: 0 0 20px 0;
		}
		.link-container ul{
			justify-content: space-between;
		    	flex-wrap: wrap;
		}
		.link-container ul::after {
			display: block;
			content:"";
  			width: calc(50% - 20px / 2);
			margin: 5px auto;
		}
		.link-container ul li{
  			width: calc(50% - 20px / 2);
			margin: 5px auto;
			text-align: center;
		}
		.link-container ul li img{
			text-align: center;
		}
		.link-container .conso_movie img{
			max-width: 100%;
			height: auto;
		}
		.link-container .button a {
			margin: 40px auto 0 0;
		}
	}

/** footer **/

.footer {
	margin: 80px 0 0 0;
  	padding: 80px 0;
	background-color: #f5f5f5;
}
.top .footer{
	margin: 0;
}
.footer-container{
	width: 1200px;
	margin: 0 auto;
}
  	@media screen and (max-width: 1024px) {
		.footer {
		  	padding: 40px 20px 0 20px;
		}

		.footer-container{
			width: 100%;
		}
	}
.footer-container h3{
	font-size: 22px;
	font-weight: bold;
	color: #2f4f86;
	margin: 0 0 20px 0;
}
  	@media screen and (max-width: 1024px) {
		.footer-container h3{
			font-size: 18px;
			margin: 0 0 20px 0;
		}
	}
.footer-container h3 a, .footer-container h3 a:visited{
	color: #2f4f86;
}
.footer-container h3 a:hover{
	color: #0068b7;
}
.footer-container h3.portal a, .footer-container h3.portal a:visited{
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.footer-container h3.portal a:hover{
	background: linear-gradient(90deg, #f6607c 0%, #f6607c 40%, #f6607c 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.footer .fmenu{
	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
	margin: 0 0 40px 0;
}
.footer .fmenu ul.panel-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24x 24px;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list{
			justify-content: center;
			gap: 12px 0;
		}
		.footer .fmenu ul#menu-utility-1.panel-list{
			margin: 20px 0 0 0;
		}
	}

.footer .fmenu ul.panel-list li {
	display: block;
  	width: calc(100% / 3 - 24px);
  	padding: 0 0 0 0;
  	margin: 0;
  	list-style-type: none;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list li {
			display: block;
		  	width: calc(100% / 1 - 0px);
			margin: 0 auto;
		  	padding: 0 0 0 0;
		}
	}
.footer .fmenu ul.panel-list li a{
  	position: relative;
  	text-decoration: none;
  	display: block;
  	outline: none;
  	transition: ease .2s;
  	padding: 0.6em 0.6em 0.6em 0.6em;
  	color: #333;
  	letter-spacing: 0.1em;
  	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list li a{
		  	padding: 0.6em 0 1.2em 0.6em;
		  	font-size: 4.2vw;
		}
	}
.footer .fmenu ul.panel-list li a::before {
  	content: '';
  	width: 27px;
  	height: 27px;
  	background: #2f4f86;
  	border-radius: 50%;
  	position: absolute;
  	top: 0;
  	right: 20px;
  	bottom: 0;
  	margin: auto;
  	transition: all .3s;
}
.footer .fmenu ul.panel-list li a:hover{
	color: #0068b7;
}
.footer .fmenu ul.panel-list li a:hover::before {
	background: #0068b7;
  	right: 0px;
}
.footer .fmenu ul.panel-list li a::after{
  	content: '';
  	width: 7px;
  	height: 7px;
  	border: 0;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(45deg);
  	transition: all .3s;
  	position: absolute;
  	top: 0;
  	right: 30px;
  	bottom: 0;
  	margin: auto;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list li a::before {
  			bottom: 0.5em;
		}
		.footer .fmenu ul.panel-list li a::after{
  			bottom: 0.5em;
		}
	}

.footer .fmenu ul.panel-list li a:hover::after{
  	right: 10px;
}
.footer .fmenu ul.panel-list ul.sub-menu{
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list ul.sub-menu{
			width: auto;
		  	padding: 0 0 6% 0;
		}
	}
.footer .fmenu ul.panel-list ul.sub-menu li{
	display: block;
	width: 100%;
  	padding: 0;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list ul.sub-menu li{
			display: block;
			width: auto;
			margin: 0;
			padding: 0;
		}
	}

.footer .fmenu ul.panel-list ul.sub-menu li a{
  	position: relative;
  	text-decoration: none;
  	display: inline-block;
  	outline: none;
  	transition: ease .2s;
  	padding: 1.2em 0.6em 0 1.8em;
  	color: #333;
  	font-size: 0.7vw;
	font-weight: bold;
	border: none;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list ul.sub-menu li a{
  			padding: 1.2em 0.6em 0 1.8em;
		  	font-size: 3.4vw;
		}
	}

.footer .fmenu ul.panel-list ul.sub-menu li a::before {
  	content: none;
}
.footer .fmenu ul.panel-list ul.sub-menu li a::after{
  	content: '';
  	position: absolute;
  	top: 56%;
  	right: -20px;
  	width: 7px;
  	height: 7px;
  	border-top: 2px solid #2f4f86;
  	border-right: 2px solid #2f4f86;
  	transform: rotate(45deg);
  	transition: all .3s;
}
	@media only screen and (max-width: 1024px) {
		.footer .fmenu ul.panel-list ul.sub-menu li a::after{
	  		content: none;
		}
	}
.footer .fmenu ul.panel-list ul.sub-menu li a:hover{
	color: #0068b7;
}
.footer .fmenu ul.panel-list ul.sub-menu li a:hover::after{
  	right: -40px;
  	border-color: #0068b7;
}

/** .footer .fmenu ul.panel-list.portal ul.sub-menu li a, .footer .fmenu ul.panel-list.portal ul.sub-menu li a:visited{
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.footer .fmenu ul.panel-list.portal ul.sub-menu li a:hover{
	background: linear-gradient(90deg, #f6607c 0%, #f6607c 40%, #f6607c 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.footer .fmenu ul.panel-list.portal ul.sub-menu li a::after{
  	border-top: 2px solid #f78a9e;
  	border-right: 2px solid #f78a9e;
}
.footer .fmenu ul.panel-list.portal ul.sub-menu li a:hover::after{
  	border-color: #f6607c;
} **/

.footer  ul.utility-list{
	display: block;
	width: 50%;
	margin: 0 0 40px auto;
	text-align: right;
}
.footer  ul.utility-list li{
	display: inline;
	font-size: 15px;
	margin: 0 0 0 20px;
}
  	@media screen and (max-width: 1024px) {
		.footer ul.utility-list{
			width: 100%;
			margin: 20px 0 40px 0;
		}
		.footer ul.utility-list li{
			display: inline-block;
			margin: 5px 20px 5px 0;
		}
	}

.footer .fcompany{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
	align-items: center;
    	flex-wrap: wrap;
}
.footer .fcompany .flogo{
	flex-basis: 45%;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany .flogo{
			flex-basis: 100%;
		}
	}
.footer .fcompany .faddress{
	flex-basis: 35%;
	font-size: 16px;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany .faddress{
			flex-basis: 100%;
			font-size: 14px;
			margin: 10px 0 20px 0;
		}
	}
.footer .fcompany ul{
	flex-basis: 20%;
	margin: 0 0 0 0;
	text-align: right;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany ul{
			flex-basis: 100%;
			margin: 0 0 20px 0;
		}
	}
.footer .fcompany ul li{
	display: inline;
}
.footer .fcompany ul li.sns{
	margin: 0 0 0 10px;
}
.footer .fcompany ul li.sns img{
	max-width: 60px;
	height: auto;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany ul li.sns img{
			max-width: 30px;
		}
	}
  	@media screen and (max-width: 1024px) {
		.order1 {
		  	order: 1;
		}
		.order2 {
		  	order: 2;
		}
		.order3 {
		  	order: 3;
		}
	}

.footer ul.footer-list{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 40px 0;
	padding: 0;
}
.footer ul.footer-list li{
	width: calc(50% - 60px / 2);
	text-align: left;
	font-size: 24px;
	margin: 0 0 20px 0;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}
  	@media screen and (max-width: 1024px) {
		.footer ul.footer-list{
			margin: 0 0 0 0;
		}
		.footer ul.footer-list li{
			width: calc(50% - 10px / 2);
			font-size: 14px;
		}
	}

.footer ul.footer-list li a{
  	position: relative;
  	text-decoration: none;
  	display: block;
  	outline: none;
  	transition: ease .2s;
	padding: 0 0 20px 0;
  	letter-spacing: 0.1em;
	font-weight: bold;
}
.footer ul.footer-list li a::before {
  	content: '';
  	width: 27px;
  	height: 27px;
  	background: #2f4f86;
  	border-radius: 50%;
  	position: absolute;
  	top: 0;
  	right: 20px;
  	bottom: 12px;
  	margin: auto;
  	transition: all .3s;
}
.footer ul.footer-list li a:hover{
	color: #0068b7;
}
.footer ul.footer-list li a:hover::before {
	background: #0068b7;
  	right: 0px;
}
.footer ul.footer-list li a::after {
  	content: '';
  	width: 7px;
  	height: 7px;
  	border: 0;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(45deg);
  	transition: all .3s;
  	position: absolute;
  	top: 0;
  	right: 30px;
  	bottom: 12px;
  	margin: auto;
}
.footer ul.footer-list li a:hover::after{
  	right: 10px;
}

.copyright {
	display: block;
	width: 100%;
    	font-size: 14px;
    	text-align: center;
	padding: 30px 0 0 0;
}
  	@media screen and (max-width: 1024px) {
		.copyright{
			width: auto;
			padding: 20px 20px 40px 20px;
		}
	}

.sidesns{
	position: fixed;
  	right: 0;
  	top: 170px;
  	z-index: 100;
	width: 70px;
	padding: 15px 0 20px 0;
	background: #2f4f86;
	border-radius: 6px 0 0 6px;
	text-align: center;
}
  	@media screen and (max-width: 1024px) {
		.sidesns{
			display: none;
		}
	}
.sidesns p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.sidesns ul{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
	flex-flow: column;
    	justify-content: center;
    	flex-wrap: wrap;
}
.sidesns ul li{
	margin: 10px 0 0 0;
}
.sidesns ul li img{
	max-width: 36px;
	height: auto;
}

.sidebanner{
	position: fixed;
  	right: 0;
  	top: 350px;
  	z-index: 100;
}
  	@media screen and (max-width: 1024px) {
		.sidebanner{
			display: none;
		}
	}
.sidebanner ul li{
	display: block;
	width: 70px;
	height: auto;
	padding: 0 0 20px 0;
}
.sidebanner ul li img{
	max-width: 100%;
	height: auto;
}

.spsns{
	position: fixed;
  	left: 0;
  	bottom: 0;
  	z-index: 100;
	width: 25%;
	height: 50px;
	background: #2f4f86;
	border-radius: 10px 10px 0 0;
	text-align: center;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
	align-items: center;
    	flex-wrap: no-wrap;
	gap: 0 10px;
	margin: 0;
	padding: 0;
}
  	@media screen and (min-width: 1024px) {
		.spsns{
			display: none;
		}
	}
.spsns li{
	margin: 0;
	padding: 0;
}
.spsns li img{
	max-width: 30px;
	height: auto;
	margin: 0;
	padding: 0;
}

.spbanner{
	position: fixed;
  	left: 27%;
  	bottom: 0;
  	z-index: 100;
	width: 56%;
	height: 50px;
	background: linear-gradient(#fe968b, #f57087 50%, #f78b9e);
	border-radius: 10px 10px 0 0;
  	z-index: 100;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
	align-items: center;
}
  	@media screen and (min-width: 1024px) {
		.spbanner{
			display: none;
		}
	}
.spbanner li{
	display: block;
	height: auto;
	padding: 0;
	/** background-image: url(../img/common/icon_portal.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto; **/
}
.spbanner li a{
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

.pagetop {
	position: fixed;
  	right: 10px;
  	bottom: 30px;
  	z-index: 100;
  	border: none;
  	cursor: pointer;
  	outline: none;
  	appearance: none;
	background: none;
}

.pagetop a{ 
  	padding: 0;
  	width: 48px;
  	height: 48px;
  	border-radius: 0;
  	background-color: #2f4f86;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	transition: all 0.3s ease;
}

.pagetop a::before {
  	content: "";
  	width: 10px;
  	height: 10px;
  	margin-bottom: -5px;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(-45deg);
}

.pagetop a:hover {
  	transform: scale(1.1);
	background-color: #0068b7;
}
  	@media screen and (max-width: 1024px) {
		.pagetop {
			position: fixed;
		  	right: 5px;
		  	bottom: 5px;
		}
		.pagetop a{ 
		  	padding: 0;
		  	width: 40px;
		  	height: 40px;
		}
	}

/*///////  common  ///////*/
.page_ttl {
  	width: 100%;
  	padding: 80px 0;
  	margin: 0 auto;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
	background-color: #2f4f86;
    	/** background-image: url("../img/common/page_header_bg.jpg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover; **/
}
	@media only screen and (max-width: 1024px) {
		.page_ttl {
			margin: 80px auto 0 auto;
  			padding: 60px 0;
		}
	}
.page_ttl.portal {
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
}
.page_ttl .page_ttl_inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
	@media only screen and (max-width: 1024px) {
		.page_ttl .page_ttl_inner{
			width: 100%;
		}
	}

.page_ttl .ttl_box{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: auto;
	padding: 0;
	text-align: center;
}
	@media only screen and (max-width: 1024px) {
		.page_ttl .ttl_box{
			width: 100%;
		}
	}

.page_ttl .ttl_box  h1{
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	color: #fff
}
	@media only screen and (max-width: 1024px) {
		.page_ttl .ttl_box  h1{
			font-size: 20px;
		}
	}

ul.page_nav{
	width: 100%;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
	align-items: center;
	flex-wrap: no-wrap;
	margin: 20px 0 0 0;
}
ul.page_nav li{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
	margin: 0 10px;
	padding: 0 10px;
	list-style:none;
}
	@media only screen and (max-width: 1024px) {
		ul.page_nav li{
			font-size: 2.3vw;
			margin: 0 5px;
			padding: 0 5px;
		}
	}
ul.page_nav li:before {
	content:"";
	position:absolute;
	right:-10%;
	top:10%;
	background:#fff;
	width:1px;
	height:80%;
}
	@media only screen and (max-width: 1024px) {
		ul.page_nav li:before {
			right:-5%;
			top:10%;
		}
	}
ul.page_nav li:last-child:before {
	width:0;
}
ul.page_nav li a, ul.page_nav li a:visited{
	color: #fff;
}
ul.page_nav li a:hover{
	color: #0068b7;
}
.page_ttl.portal ul.page_nav li a:hover{
	color: #fca3b4;
}

.fixed_page_nav{
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.fixed_page_nav{
			display: block;
		}
		.fixed_page_nav.fixed{
			position: fixed;
  			top: 0;
			left:0;
			width: 100%;
			height: 50px;
			margin: 0;
			padding: 0 50px 0 0;
			z-index:999;
			background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
  			display: -webkit-flex;
  			display: -moz-flex;
  			display: -ms-flex;
  			display: -o-flex;
  			display: flex;
  			justify-content: center;
			align-items: center;
			flex-wrap: no-wrap;
		}
		.fixed_page_nav.fixed ul.page_nav{
			margin: 0;
		}
		.fixed_page_nav.fixed ul.page_nav li{
			font-size: 2.3vw;
		}
		.fixed_page_nav.fixed ul.page_nav li a:hover, .fixed_page_nav.fixed ul.page_nav li a:active{
			color: #fca3b4;
		}
	}

.breadcrumbs_wrap{
	width: 100%;
	/** box-shadow: 2px 2px 2px rgba(0,0,0,0.1); **/
}

.breadcrumbs{
	width: 1200px;
	margin: 0 auto !important;
	padding: 15px 0 !important;
	font-size: 14px;
	color: #a2a3a3;
}
.breadcrumbs a{
	color: #a2a3a3;
}
.breadcrumbs a:hover{
	color: #2f4f86;
}
	@media only screen and (max-width: 1024px) {
		.breadcrumbs{
			width: 100% !important;
			padding: 10px 20px !important;
			font-size: 12px;
		}
	}

/*///////  top  ///////*/
.slider-container{
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 0;
	background: linear-gradient(#e4f3fc 80%, #ffffff 80%);
}
.slider {
  	width: 100%;
  	height: 520px;
	padding: 0 0 0 0;
}
	@media only screen and (max-width: 1024px) {
		.slider-container{
			padding: 20px 0 0 0;
			margin: 80px 0 0 0;
			background: linear-gradient(#e4f3fc 70%, #ffffff 70%);
		}
		.slider {
			width: 100%;
		  	height: auto;
		}
		.slider img{
			max-width: 100%;
			height: auto;
		}
	}
.slider .wpsisac-image-slide{
	margin: 0 20px;
}
.slider .wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow{
	background-color: rgba(47, 79, 134, 0.8);
}
.slider .wpsisac-slick-slider .slick-dots li, .wpsisac-slick-carousal .slick-dots li {
	margin:14px 7px !important;
}
.slider .wpsisac-slick-slider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button{ 
	background:#e4f3fc !important;
	border:none;
	border-radius:50% !important;
	width:20px !important;
	height:20px !important;
}
.slider .wpsisac-slick-slider .slick-dots li.slick-active button, .wpsisac-slick-carousal .slick-dots li.slick-active button{
	background: #2f4f86 !important;
}

.subslider-container{
	width: 100%;
	position: relative;
	z-index: 0;
}
.subslider .wpsisac-image-slide{
	margin: 0 20px;
}

.movie-container{
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 60px 0 0 0;
}
.movie-container .movie{
	width: 1200px;
	margin: 0 auto;
}

@-webkit-keyframes zoomUp {
  	0% {
      	  -webkit-transform: scale(1);
      	  transform: scale(1.1);
  	}
  	100% {
      	  -webkit-transform: scale(1.1);
      	  transform: scale(1.1);
  	}
}

@keyframes zoomUp {
	0% {
      	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
      	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
}

/* button */
.btnarrow-bottom{
	display: block;
}
.btnarrow-bottom a{
  	position: relative;
    	display: inline-block;
  	padding: 0 80px 0 0;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	font-size: 14px;
}

.btnarrow-bottom a::before{
    	content: '';
  	position: absolute;
    	bottom:15%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.btnarrow-bottom a::after{
    	content: '';
  	position: absolute;
    	bottom:30%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.btnarrow-bottom a:hover::before{
    	right:-5%;
  	background: #2f4f86;
}

.btnarrow-bottom a:hover::after{
    	right:-5%;
  	background: #2f4f86;
}

@media only screen and (max-width: 1024px) {
	.btnarrow-bottom a{
		font-size: 12px !important;
	}
	.btnarrow-bottom a::before{
	    	width: 66px;
		right: 5px;
	}
	.btnarrow-bottom a::after{
		right: 5px;
		bottom: 35%;
	}
}

.btnarrow a{
    	display: inline-block;
	position: relative;
  	left: 50%;
  	transform: translateX(-50%);
    	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
    	text-decoration: none;
    	outline: none;
	width: 518px !important;
	/** background: #fff; **/
	background: rgba(255,255,255,0.0);
	color: #333 !important;
	border: 1px solid #333;
	border-radius: 0;
    	transition: all .2s linear;
}

.top_concept .btnarrow a{
	margin: 120px auto 100px auto;
}
	@media only screen and (max-width: 1024px) {
		.top_concept .btnarrow a{
		margin: 60px 0 20px 0;
		}
	}

.btnarrow a:hover{
  	color:#fff !important;
	background: #2f4f86;
	border: 1px solid #2f4f86;
}

.btnarrow a::before{
  	content:"";
  	position: absolute;
  	top:50%;
  	right:-21px;
  	width:70px;
  	height:1px;
  	background:#333;
    	transition: all .2s linear;
}

.btnarrow a::after{
  	content:"";
  	position: absolute;
    	top: 33%;
    	right: -15px;
  	width:1px;
  	height:10px;
  	background:#333;
    	transform:skewX(45deg);
    	transition: all .2s linear;
}

.btnarrow a:hover::before{
  	right:-30px;
}

.btnarrow a:hover::after{
  	right:-25px;
}

@media(max-width:768px){
	.btnarrow a{
		width: 85% !important;
		padding: 15px 25px !important;
		font-size: 12px !important;
	}
	.btnarrow a::before{
	  	width:50px;
	}
	.btnarrow a::after{
	    	top: 28%;
    		right: -18px;
	}
}

.container{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}
.container.notfound{
	margin: 60px auto;
}
	@media only screen and (max-width: 1024px) {
		.container{
			width: 100%;
			margin: 0 auto;
			padding: 40px 20px 0 20px;
		}
		.container.front{
			padding: 10px 20px 0 20px;
		}
		.container.notfound{
			margin: 40px auto;
			padding: 0 20px;
		}
	}

/** parent page **/
.childpagescard_wrap .childpagescard_img img{
	display: none !important;
}

/* h2 title */
h2.top_news_ttl {
    	font-size: 24px;
    	font-weight: bold;
	letter-spacing: 2px;
	color: #2f4f86;
        margin-bottom: 30px;
}
h2.top_news_ttl span{
	font-family: "Noto Serif JP", serif;
	font-size: 72px;
	color: #2f4f86;
	margin: 0 15px 0 0;
}
    	@media screen and (max-width: 1024px) {
      		h2.top_news_ttl {
			font-size: 24px;
        		width: auto;
        		margin-bottom: 15px;
		}
		h2.top_news_ttl span{
			font-size: 48px;
		}
	}

/* h2 title reverse */
h2.news_ttl {
	font-size: 36px;
    	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
	color: #2f4f86;
}
h2.news_ttl span{
	font-family: "Noto Serif JP", serif;
    	font-size: 18px;
	letter-spacing: 2px;
	color: #2f4f86;
	margin: 0 0 0 15px;
}
    	@media screen and (max-width: 1024px) {
      		h2.news_ttl {
			font-size: 24px;
			display: block;
			margin: 0 0 20px 0;
		}
		h2.news_ttl span{
			font-size: 16px;
			display: block;
        		width: auto;
			margin: 0 0 20px 0;
		}
	}

h2.news_ttl.portal {
	background: linear-gradient(90deg, #fe988b 0%, #f56f87 40%, #f78a9e 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

/* top news */
.top_news {
	display: block;
	position: relative;
  	width: 100%;
  	margin: 0 0 40px 0;
	background: #fff;
  	z-index: 1;
  	padding: 30px 0 50px 0;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_news {
      			width: 100%;
      			display: block;
      			padding: 0 0 50px 0;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
.top_news.page {
  	margin: 0;
  	padding: 0;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_news.page {
      			padding: 0;
      			margin: 0;
		}
	}

/** category list **/
.top_news_category{
	width: 100%;
	margin: 40px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
    	@media screen and (max-width: 1024px) {
		.top_news_category{
			margin: 20px 0;
			flex-wrap: wrap;
		}
		.top_news_category::after{
			width: 33.3333%;
			height: 0;
    			display: block;
    			content: "";
		}
	}
.top_news_category li {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
    	@media screen and (max-width: 1024px) {
		.top_news_category li {
			width: 33.3333%;
			flex-wrap: wrap;
		}
	}
.top_news_category li a {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	color: #2f4f86;
	border: 1px solid #d3d2d2;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0;
}
.top_news_category li.border-next {
 	margin-top: -1px;
  	margin-left: -1px;
  	width: calc(25% + 1px);
}
    	@media screen and (max-width: 1024px) {
		.top_news_category li.border-next {
		 	margin-top: -1px;
		  	margin-left: -1px;
		  	width: calc(33.3333% + 1px);
		}
	}
.top_news_category li.college_student a {
	color: #ea6662;
}
.top_news_category li.teacher a {
	color: #009c77;
}
.top_news_category li.high_school a {
	color: #2198c9;
}
.top_news_category li.portal a {
	color: #ef9951;
}
.top_news_category li a:hover {
	background-color: #2f4f86;
	color: #fff;
}
.top_news_category li.college_student a:hover {
	background-color: #ea6662;
	color: #fff;
}
.top_news_category li.teacher a:hover {
	background-color: #009c77;
	color: #fff;
}
.top_news_category li.high_school a:hover {
	background-color: #2198c9;
	color: #fff;
}
.top_news_category li.portal a:hover {
	background-color: #ef9951;
	color: #fff;
}
.top_news_category li a.-current {
	background-color: #2f4f86;
	color: #fff;
}
.top_news_category li a:before {
}
.top_news_category li:first-child a:before {
}
.top_news_category li a:after {
}

.top_news ul.news_list{
	display: block;
}

.top_news ul.news_list li{
	font-size: 16px;
	margin: 10px 0;
}
.top_news ul.news_list li span.update{
	color: #2f4f86;
	margin: 0 30px 0 0;
}
    	@media screen and (max-width: 1024px) {
		.top_news ul.news_list li{
        	font-size: 12px;
		}
		.top_news ul.news_list li span.update{
		font-size: 12px;
		margin: 0 10px 0 0;
		}
	}

/* scholarship_wrap */
.scholarship_wrap {
	display: block;
	position: relative;
  	width: 100%;
  	margin: 0 0 40px 0;
	background: #fff;
  	padding: 0;
  	}
  	@media screen and (max-width: 1024px) {
    		.scholarship_wrap {
      			width: 100%;
      			display: block;
      			padding: 0;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
ul.table_list{
	margin: 0 0 40px 0;
}
  	@media screen and (max-width: 1024px) {
		ul.table_list{
			margin: 0 0 20px 0;
		}
	}
ul.table_list li{
	display: -webkit-flex;
    	display: flex;
	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
ul.table_list li:last-child{
	border-bottom: 1px solid #ccc;
}
ul.table_list li .title{
	flex-basis: 100%;
	font-size: 120%;
	font-weight: bold;
}
  	@media screen and (max-width: 1024px) {
		ul.table_list li .title{
			font-size: 130%;
		}
	}
ul.table_list li .contents{
	flex-basis: 100%;
	font-size: 18px;
	margin: 20px 0 4px 0;
}
ul.table_list li .url{
	flex-basis: 100%;
}
ul.table_list li .url dl{
	width: 100%;
	display: -webkit-flex;
    	display: flex;
	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
  	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
ul.table_list li .url dl dt{
	flex-basis: 10%;
	background: #e4f3fc;
	text-align: center;
	padding: 15px;
}
ul.table_list li .url dl dd{
	flex-basis: 80%;
	padding: 15px;
}
  	@media screen and (max-width: 1024px) {
		ul.table_list li .url dl dt{
			display: block;
			flex-basis: auto;
			padding: 10px 25px;
		}
		ul.table_list li .url dl dd{
			display: block;
			flex-basis: auto;
			padding: 15px 0 0 0;
		}
	}

/* important news */
.important_news {
	display: block;
	position: relative;
  	width: 100%;
  	margin: 0 0 60px 0;
	background: linear-gradient(#f5f5f5 80%, #ffffff 80%);
  	z-index: 1;
  	padding: 94px 0 0 0;
  	}
  	@media screen and (max-width: 1024px) {
    		.important_news {
      			width: 100%;
      			display: block;
      			padding: 20px 20px 50px 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
.important_inner{
	width: 1200px;
	margin: 0 auto;
}
  	@media screen and (max-width: 1024px) {
		.important_inner{
			width: 100%;
		}
	}
.important_inner_white{
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(to left, #ffffff 94%, #f5f5f5 94%);
}
  	@media screen and (max-width: 1024px) {
		.important_inner_white{
			background: linear-gradient(to left, #ffffff 100%, #f5f5f5 100%);
		}
	}
.important_inner_white .important_inner{
	padding: 60px 0;
}
  	@media screen and (max-width: 1024px) {
		.important_inner_white .important_inner{
			padding: 40px 20px 0 20px;
		}
	}
.important_inner .important_title{
	display: -webkit-flex;
    	display: flex;
	-webkit-justify-content: space-between;
    	justify-content: space-between;
}
  	@media screen and (max-width: 1024px) {
		.important_inner .important_title{
			flex-wrap: wrap;
		}
		.important_inner .important_title .button{
			display: block;
			margin: 20px 0 0 auto;
		}
	}
.important_news .important_news_en {
	font-family: "Noto Serif JP", serif;
    	font-size: 100px;
	font-weight: 500;
	color: rgb(47 79 134 / 0.2);
	position: absolute;
	top: -110px;
}
  	@media screen and (max-width: 1024px) {
		.important_news .important_news_en {
		    	font-size: 48px;
			top: -60px;
		}
	}
.important_news h2.important_news_ttl{
	font-size: 24px;
	font-weight: bold;
	color: #2f4f86;
}
.important_news h2.important_news_ttl span{
	font-family: "Noto Serif JP", serif;
	font-size: 72px;
	color: #2f4f86;
	margin: 0 15px 0 0;
}
    	@media screen and (max-width: 1024px) {
      		.top_important h2.important_news_ttl {
        	width: auto;
        	margin-bottom: 15px;
		}
	}

ul.important_list{
	display: block;
	margin: 10px 0 40px 0;
}

ul.important_list li{
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
    	@media screen and (max-width: 1024px) {
		ul.important_list li{
			padding: 10px 0;
        		font-size: 12px;
		}
	}

ul.important_list .details{
	margin: 15px 0;
}
    	@media screen and (max-width: 1024px) {
		ul.important_list .details{
			margin: 10px 0;
		}
	}
ul.important_list .update{
	color: #818181;
	font-size: 15px;
	display: inline;
	margin: 0 10px 0 0;
}
ul.important_list .category{
	color: #ffffff;
	font-size: 14px;
	display: inline;
	margin: 0 10px 0 0;
	padding: 4px 17px;
	background: #ef9951;
	border-radius: 10px;
}
    	@media screen and (max-width: 1024px) {
		ul.important_list .update{
			display: block;
			margin: 0 0 0 0;
		}
		ul.important_list .category{
			display: inline-block;
			margin: 10px 5px 0 0;
		}
	}
ul.important_list .category.office, ul.important_list .category.news{
	background: #2f4f86;
}
ul.important_list .category.college_student{
	background: #ea6662;
}
ul.important_list .category.teacher{
	background: #009c77;
}
ul.important_list .category.high_school{
	background: #2198c9;
}
ul.important_list .category.portal{
	background: #ef9951;
}
ul.important_list .category.important{
	background: #f5f5f5;
	color: #d76767;
}
ul.important_list .category.topics{
	display: none;
}

ul.important_list .category a{
	color: #2f4f86;
}
ul.important_list p.title{
	display: block;
  	font-size: 18px;
	font-weight: normal;
  	line-height: 1.6em;
  	padding: 0 0 0 0;
	margin: 15px 0 10px 0;
	text-align: left;
}
    	@media screen and (max-width: 1024px) {
		ul.important_list p.title{
			margin: 10px 0 10px 0;
		}
	}

/* top business */
.top_business {
	display: block;
	position: relative;
  	width: 100%;
  	margin: 0 0 0 0;
	background: #fff;
  	z-index: 1;
  	padding: 0;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_business {
      			width: 100%;
      			display: block;
      			padding: 0px 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
ul.top_business_inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
}
    	@media screen and (max-width: 1024px) {
		ul.top_business_inner{
			width: 100%;
		}
}
ul.top_business_inner li{
  	width: calc(25% - 75px / 4);
  	padding: 0;
  	margin: 0 0 25px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
}
ul.top_business_inner::before {
	display: block;
	content:"";
  	width: calc(25% - 75px / 4);
	order:1;
}
ul.top_business_inner::after {
	display: block;
	content:"";
  	width: calc(25% - 75px / 4);
}
    	@media screen and (max-width: 1024px) {
		ul.top_business_inner li{
  			width: calc(50% - 15px / 2);
  			margin: 0 0 12px 0;
		}
		ul.top_business_inner::after {
  			width: calc(50% - 15px / 2);
		}
	}
ul.top_business_inner li img{
	transform: scale(1);
	transition:0.3s ease-in-out;;
}
ul.top_business_inner li:hover img{
	opacity:0.7;
	transform:scale(1.06);
}

/** linkcard **/
.clearfix {
  	zoom: 1;
}

.clearfix:after, .clearfix:before {
  	content: '';
  	display: table;
}

.clearfix:after {
  	clear: both;
}

.linkcard_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
	margin: 0 auto;
	width: 1200px;
  	overflow-x: hidden;
}

.swiper {
  	width: 100%;
  	height: auto;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
}

.swiper {
  --swiper-navigation-sides-offset: -40px; /* ナビゲーションボタンの位置 */
  --swiper-pagination-bottom: -20px; /* ページネーションの位置 */
}

.swiper-slide {
  	width: calc((100% - 50px) / 3) !important;
  	height: auto!important;
  	overflow: visible;
  	background: #fff;
  	/** display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center; **/
}
    	@media screen and (max-width: 1024px) {
		.swiper-slide {
  			width: calc((100% - 0px) / 1) !important;
		}
	}

.swiper-slide img{
  	max-width: 100%;
  	height: auto;
}

.linkcard{
  	width: calc((100% - 50px) / 3);
  	padding: 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
}
.linkcard_inner::after{
  	width: calc((100% - 50px) / 3);
  	content:"";
  	display: block;
    	height: 0;
}
    	@media screen and (max-width: 1024px) {
		.linkcard_inner{
	  		width: 100%;
			margin: 20px 0 0 0;
		}
		.linkcard_inner::after{
  			width: calc((100% - 0px) / 1);
		}
		.linkcard{
  			width: calc((100% - 0px) / 1);
			padding: 0 0;
		}
	}

.linkcard-link {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height:100%;
    	width: 100%;
	z-index: 2;
}
.linkcard .main_image{
  	width: 100%;
	overflow: hidden;
}

.linkcard .main_image img{
  	width: 383px;
  	height: 542px;
	object-fit: cover;
  	object-position: center center;
	transform: scale(1);
	transition:0.3s ease-in-out;
}
    	@media screen and (max-width: 1024px) {
		.linkcard .main_image{
  			width: 100%;
			overflow: hidden;
			text-align: center;
		}
		.linkcard .main_image img{
			width: 100%;
  			max-width: 383px;
  			height: auto;
			object-fit: cover;
  			object-position: center center;
		}
	}

.linkcard:hover .main_image img{
	opacity:0.7;
	transform:scale(1.06);
}

.linkcard .thumbnail_image{
  	width: 383px;
  	height: 542px;
	background: #f5f5f5;
	overflow: hidden;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	transform: scale(1);
	transition:0.3s ease-in-out;
}
.linkcard .thumbnail_image dl dt{
	font-family: "Noto Serif JP", serif;
	font-size: 200%;
	font-weight: bold;
	color: #2b4c80;
	margin: 0 0 10px 0;
}
.linkcard .thumbnail_image dl dd{
	font-weight: bold;	
}
    	@media screen and (max-width: 1024px) {
		.linkcard .thumbnail_image{
  			width: 100%;
			height: 180px;
			overflow: hidden;
			text-align: center;
		}
	}

.linkcard:hover .thumbnail_image{
	opacity:0.7;
	transform:scale(1.06);
}

.linkcard .details{
	margin: 15px 0;
}
    	@media screen and (max-width: 1024px) {
		.linkcard .details{
			margin: 10px 0 10px 0;
			padding: 0 10px;
		}
	}

.linkcard .update{
	color: #818181;
	font-size: 15px;
	display: block;
	margin: 0 0 10px 0;
}
.linkcard .category{
	color: #ffffff;
	font-size: 13px;
	display: inline;
	margin: 0 10px 0 0;
	padding: 4px 12px;
	background: #ef9951;
	border-radius: 10px;
}
    	@media screen and (max-width: 1024px) {
		.linkcard .update{
			display: block;
			margin: 0 0 0 0;
		}
		.linkcard .category{
			display: inline-block;
			margin: 10px 5px 0 0;
		}
	}
.linkcard .category.office, .linkcard .category.news{
	background: #2f4f86;
}
.linkcard .category.college_student{
	background: #ea6662;
}
.linkcard .category.teacher{
	background: #009c77;
}
.linkcard .category.high_school{
	background: #2198c9;
}
.linkcard .category.portal{
	background: #ef9951;
}
.linkcard .category.important{
	background: #f5f5f5;
	color: #d76767;
}
.linkcard .category.topics{
	display: none;
}
.linkcard .category a{
	color: #2f4f86;
}
.linkcard p.title{
	display: block;
  	font-size: 18px;
	font-weight: normal;
  	line-height: 1.6em;
  	padding: 0 0 0 0;
	margin: 15px 0 10px 0;
	text-align: left;
}
    	@media screen and (max-width: 1024px) {
		.linkcard p.title{
			margin: 10px 0 10px 0;
		}
	}
.linkcard .excerpt{
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.linkcard .read-more{
	display: none;
}

/** top company **/

.top_company{
	padding: 100px 0 100px 0;
}

.top_company .company_table{
	margin: 120px 0 0 0;
}
    	@media screen and (max-width: 1024px) {
		.top_company{
		padding: 60px 20px;
		}
		.top_company .company_table{
			margin: 60px 0 0 0;
		}
	}

/** page news **/

ul.page_news_list{
	display: block;
}

ul.page_news_list li{
	font-size: 16px;
	margin: 20px 0;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

ul.page_news_list li::before{
    	content: '';
  	position: absolute;
    	bottom:60%;
    	right:15px;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

ul.page_news_list li::after{
    	content: '';
  	position: absolute;
    	bottom:65%;
    	right:15px;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

ul.page_news_list li:hover::before, ul.page_news_list li:hover::after{
  	background:#2f4f86;
}

ul.page_news_list li a{
	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
}
	
ul.page_news_list li span.update{
	color: #2f4f86;
	margin: 0 30px 0 0;
}

    	@media screen and (max-width: 1024px) {
		ul.page_news_list li{
			font-size: 13px;
			margin: 20px 0;
			padding: 20px 0 65px 0;
			border-bottom: 1px solid #ccc;
			position: relative;
		}

		ul.page_news_list li::before{
		    	bottom:20%;
		    	right:15px;
		}

		ul.page_news_list li::after{
		    	bottom:23%;
		    	right:15px;
		}
		ul.page_news_list li span.update{
			display: block;
			margin: 0 0 10px 0;
		}
	}

/*///////  single news / column ///////*/
.news_entry{
	width: 90%;
	margin: 0 auto;
}
    	@media screen and (max-width: 1024px) {
		.news_entry{
			width: 100%;
		}
	}
.news_entry .entry_ttl {
    	font-size: 30px;
    	font-weight: bold;
    	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_ttl {
		    	font-size: 16px;
		    	margin-bottom: 20px;
		}
	}

.single_works .news_entry .entry_ttl {
	font-weight: 500;
}

.news_entry .data {
    	margin-bottom: 10px;
	color: #2f4f86;
	display: inline-block;
}

.news_entry .cat {
    	margin: 0 0 10px 10px;
	color: #2f4f86;
	display: inline-block;
}

.news_entry a {
  	color: #2f5087;
}

.news_entry a:hover {
  	color: #0068b7;
}

.news_entry .entry_body {
    	padding-bottom: 100px;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body {
		    	padding-bottom: 40px;
		}
		.news_entry .data {
		    	font-size: 12px;
		}
		.news_entry .cat {
		    	font-size: 12px;
		}
	}

.single_works .news_entry .entry_body {
	padding-bottom: 40px;
}

.news_entry .entry_body h3{
	font-size: 25px;
}

.single_works .news_entry .entry_body p{
	margin: 0 0 60px 0;
}

.news_entry .column_body {
    	padding-bottom: 100px;
}

.news_entry .column_body .main_image{
    	margin-bottom: 40px;
}

.news_entry .column_body h2{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

/** .news_entry .column_body h2::before {
  	counter-increment: mycounter;
  	content: counter(mycounter, decimal-leading-zero);
	color: #2f4f86;
	margin-right: 20px;
} **/

.news_entry .column_body h3{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body h3{
			font-size: 18px;
		}
		.single_works .news_entry .entry_body p{
			margin: 0 0 20px 0;
		}
	}

/** Table of contents **/
#toc_container {
	width: 100% !important;
	margin: 60px auto 0 auto;
	border-radius: 0;
	padding: 20px 40px 20px 40px !important;
  	background: #fff;
  	border: 1px solid #ccc;
  	border-radius: 0;
}

#toc_container .toc_title {
  	text-align: left !important;
  	margin: 0 0 15px 0;
  	padding: 0;
	color:#333;
  	font-size: 24px !important;
	font-weight: 500;
  	border: none;
}

#toc_container ul.toc_list {
  	list-style-type: none !important;
  	counter-reset: li;
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li {
  	position: relative;
  	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	line-height: 1.6em;
}

#toc_container .toc_list > li a{
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li:after {
  	counter-increment: li;
  	content: counter(li, decimal-leading-zero) ;
  	position: absolute;
  	left: -10px!important;
  	top: 0px;
  	background: none;
  	font-size: 20px !important;
	font-weight: 500;
  	letter-spacing: 0px;
  	color: #2f4f86;
}

#toc_container .toc_list > li a {
  	text-decoration: underline !important;
}

#toc_container .toc_list > li a:hover {
  	text-decoration: none !important;
	color: #2f4f86;
}
@media only screen and (max-width: 1024px) {
  	#toc_container {
    		padding: 15px;
	}
	#toc_container .toc_title {
	  	margin: 0 0 15px 0;
	  	font-size: 14px !important;
	}
  	#toc_container .toc_list > li {
		margin-bottom: 10px;
		margin-left: 15px;
		padding: 0 0 0 15px;
		font-size: 12px;
	}
  	#toc_container .toc_list > li:after {
		left: -14px !important;
		top: 0px;
		font-size: 14px !important;
	}
	.type-post h2 span {
		margin-left: -10px !important;
	}
}

@media only screen and (min-width: 768px) {
  	#toc_container {
    		padding: 25px 40px;
	}

  	#toc_container .toc_title {
    		font-size: 2em;
	}

  	#toc_container .toc_list > li {
		margin-bottom: 18px;
		margin-left: 12px;
		font-size: 1em;
	}

  	#toc_container .toc_list > li:after {
		left: -48px;
		top: 0px;
		font-size: 26px;
	} 
}

.pagenation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagenation ul li {
    margin-right: 3px;
    font-weight: bold; }
    .pagenation ul li:last-of-type {
      margin-right: 0; }
    .pagenation ul li a, .pagenation ul li span {
      width: 28px;
      height: 28px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #51a000;
      box-sizing: border-box; }
    .pagenation ul li a {
      background: #51a000;
      text-align: center;
      color: #FFF; }
    .pagenation ul li span {
      color: #51a000; }

.pagenationSingle {
  margin-bottom: 40px; }
  @media screen and (max-width: 1140px) {
    .pagenationSingle {
      padding: 0 20px; } }
  .pagenationSingle ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pagenationSingle ul li {
      text-align: center;
      height: 40px;
      width: 68px; }
      .pagenationSingle ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 1px solid #ccc; }
      .pagenationSingle ul li:nth-of-type(2) {
        width: 110px; }
        .pagenationSingle ul li:nth-of-type(2) a {
          width: 100%; }

/*///////  page works  ///////*/

/** category list **/
.worksCategory{
	width: 100%;
	background: #F2F2F2;
}
.worksTab {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.worksTab ul{
	margin: 0;
	padding: 0;
}
.worksTab_list {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
.worksTab_list > li {
	padding: 0;
	margin: 0 0 0 1em;
}
.worksTab_list > li:first-child {
	margin-left: 0;
}

.worksTab_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition-duration: .3s;
	transition-property: background-color, color, border-col;
	box-sizing: border-box;
}
.worksTab_list > li > a:hover {
	text-decoration: underline #2f4f86;
  	text-underline-offset:4px;
	/** border-bottom: 1px solid #2f4f86; **/
}
.worksTab_list > li > a.-current {
	text-decoration: underline #2f4f86;
  	text-underline-offset:4px;
	/** border-bottom: 1px solid #2f4f86; **/
}
.worksTab_list > li > a:before {
	position: relative;
  	display: inline-block;
  	content: "";
 	background: #333;
  	width: 1px;
  	height: 1em;
  	margin: 0 1em 0 0;
  	margin-top: -.2em;
  	vertical-align: middle;
	transform: rotate(35deg);
}
.worksTab_list > li:first-child > a:before {
	content: none;
  	margin: 0;
}
.worksTab_list > li > a:after {
	content: "";
}

@media screen and (max-width: 1024px) {
	.worksTab {
		width: 100%;
		padding: 20px;
	}
	.worksTab_list {
		flex-wrap: wrap;
	}
	.worksTab_list > li > a {
		font-size: 12px;
		line-height: 2.0em;
	}
}

/** pagination **/
.pnavi {
    	text-align: center;
   	margin: 55px 0 55px 0;
}
.pagination{
   	margin: 0 0 0 0;
}
.nav-links{
   	display:flex;
}
.pagination .page-numbers{
   	display:inline-block;
   	margin-right:15px;
   	padding:3px 14px 4px 14px;
   	color:#333;
   	background:#fff;
	border: 1px solid #333;
}
.pagination .page-numbers:hover{
	border: 1px solid #2f4f86;
   	background:#2f4f86;
   	color:#fff;
}
.pagination .current{
   	padding:3px 14px 4px 14px;
	border: 1px solid #2f4f86;
   	background:#2f4f86;
   	color:#fff;
}
.pagination .prev,
.pagination .next{
   	background:transparent;
   	box-shadow:none;
   	color:#333;
	border: 1px solid #fff;
}
.pagination .prev:hover,
.pagination .next:hover{
   	background:transparent;
   	color:#2f4f86;
	border: 1px solid #fff;
}
.pagination .dots{
   	background:transparent;
   	box-shadow:none;
}

/** single works **/
.works_page_detail{
	margin: 0 0 100px 0;
}

.works_page_detail .details{
	padding: 30px 40px;
	border: 1px solid #CCCCCC;
	margin: 0 76px;
}

.works_page_detail .details dl{
	display: block;
	padding: 0;
	font-size: 14px;
}

.works_page_detail .details dl dt{
	display: inline-block;
	width: 10%;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

.works_page_detail .details dl dd{
	display: inline-block;
	width: 85%;
	margin: 0;
	padding: 0;
}

.works_page_popular{
	width: 100%;
	padding: 40px 0 0 0;
	border-top: 1px solid #ccc;
}

.works_page_popular h3{
	text-align: center;
	font-size: 26px;
	margin: 0 0 40px 0;
}
	@media screen and (max-width: 1024px) {
		.works_page_detail{
			margin: 0 0 40px 0;
		}

		.works_page_detail .details{
			padding: 10px 20px 30px 20px;
			border: 1px solid #CCCCCC;
			margin: 0 0;
		}
		.works_page_detail .details dl dt{
			display: block;
			width: 100%;
			margin: 20px 0 10px 0;
		}
		.works_page_detail .details dl dd{
			display: block;
			width: 100%;
			padding: 0 0 20px 0;
			border-bottom: 1px solid #ccc;
		}
		.works_page_popular{
			padding: 40px 0 0 0;
		}
		.works_page_popular .container{
			padding: 0 20px;
		}
		.works_page_popular h3{
			font-size: 20px;
		}
	}

/** 404 **/
.not404{
	text-align: center;
}

.not404 h2{
	font-size: 500;
	margin-bottom: 40px;
}
.loader {
  display: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(62, 170, 154, 0.2);
  border-right: 0.6em solid rgba(62, 170, 154, 0.2);
  border-bottom: 0.6em solid rgba(62, 170, 154, 0.2);
  border-left: 0.6em solid #3eaa9a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mw_wp_form_confirm .table .t-td span {
  display: none; }

/*# sourceMappingURL=../maps/style.css.map */

/** google reCAPTCHA　**/
.grecaptcha-badge { 
	visibility: hidden;
}
