 @charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
 html{
	font-size: 16px;
 }
 
 body {
 	font-size: 1rem;
 	line-height: 160%;
	font-family: 'Noto Sans JP', sans-serif;
 	color: #000000;
 	box-sizing: border-box;
 	text-size-adjust: 100%;
 	letter-spacing: 0;
 }

 body, html {
 	height: 100%;
 	margin: 0;
 }

 .grid-1100 {
 	width: 100%;
 	max-width: 1100px;
 	margin: 0 auto 0 auto;
 	position: relative;
 }

 * {
	margin: 0;
	padding: 0;
 	box-sizing: border-box;
 }

 *::after {
 	box-sizing: border-box;
 }

 *::before {
 	box-sizing: border-box;
 }

 img {
 	max-width: 100%;
 	height: auto;
 }

 a:hover, a:visited, a:focus {
 	outline: none;
 	border: none;
 }

 a, button {
 	color: inherit;
 	text-decoration: none;
 	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	transition: all 0.5s;
 }

 input, textarea, button, select {
 	outline: none;
 	resize: none;
 }

 a:hover, 
 a:focus, 
 a:active, 
 button:hover, 
 button:focus, 
 button:active {
 	-webkit-transition: all 0.35s ease 0s;
 	-moz-transition: all 0.35s ease 0s;
 	transition: all 0.35s ease 0s;
 }

 .hv-o {
 	transition: ease all 0.45s;
 }

 .hv-o:hover {
 	opacity: 0.8;
 }

 .anchor_fixtop {
 	display: block;
 	position: relative;
 	top: -100px;
 	width: 100%;
 	visibility: hidden;
 }

 a[href^="tel:"] {
 	cursor: default;
 	pointer-events: none;
 }

 a[href^="tel:"]:hover {
 	text-decoration: none;
 }

 #pagetop {
    position: fixed;
    bottom: calc(44.25rem + 33px);
    right: 50px;
    border: none;
    cursor: pointer;
    padding: 1.1rem;
    outline: none;
    background-color: #074575;
    z-index: 50;
 }

 #pagetop, 
 #pagetop a{
	 font-size: 0;
	 line-height: 100%;
 }

 .gflex{
	display: flex;
 }

/* 
	===================
	-- C O N M O N T --
	===================
*/

.daigaku__top_one{
	padding-top: 3.75rem;
}

.item__top_one{
	width: 50%;
}

.item_fo_one:not(:last-child),
.item__top_one:not(:last-child){
	margin-right: 2.5rem;
}

.daigaku_title_1{
	font-size: 2.25rem;
	letter-spacing: 1.5px;
}

.daigaku_title_1 .en{
	padding-right: 0.25rem;
}

.daigaku_title_1 .ja{
	font-size: 1rem;
	font-weight: 500;
}

.left_one{
	position: relative;
	left: -0.563rem;
}

.dagaku_img_1 {
    margin-top: 1.438rem;
	font-size: 0;
	line-height: 100%;
}

.text_default{
	color: #000000;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 200%;
	letter-spacing:	0.031rem;
}

.item__top_one p{
	max-width: 450px;
	margin-left: 2.188rem;
	margin-top: 1.063rem;
	margin-right: auto;
	text-align: justify;
	min-height: 84px;
}

.gp_btn_one{
	width: 100%;
	margin-top: 2.688rem;
	display: flex;
	justify-content: flex-end;
}

.gp_btn{
	width: 12.5rem;
	height: 2.813rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.9px;
	display: flex;
	color: #ffffff;
	align-items: center;
	padding-left: 1.563rem;
	justify-content: flex-start;
	background-color: #074575;
	background-image: url(../img/icon__01.png);
	background-position: right 0.813rem center;
	background-repeat: no-repeat;
}

.daigaku__top_two {
    margin-top: 3.688rem;
}

.daigaku__top_two .daigaku_title_1 .en{
	padding-right: 0.75rem;
}

span.left {
    position: relative;
    left: 0.813rem;
}

.list__news {
    margin-top: 1.875rem;
}

.list__news ~ .gp_btn_one{
	margin-top: 1.875rem;
}

.item__news{
	width: 13.125rem;
}

.item__news:last-child{
	width: calc(100% - 13.125rem);
}

.list__news li{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-top: 1px solid #e1e1e1;
}

.list__news li:last-child{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.wpcate{
	min-width: 6rem;
	height: 1.563rem;
	color: #fff;
	font-size: 0.625rem;
	letter-spacing: 1px;
	font-weight: 400;
	margin-right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

.wpcate span{
	position: relative;
	line-height: 100%;
	top: -0.031rem;
}

.item_cate_date:last-child{
	font-size: 0.75rem;
	letter-spacing: 0.063rem;
	font-weight: 400;
}

.item_cate_date:last-child span{
	position: relative;
	top: -0.063rem;
}

.title_news{
	position: relative;
    top: -2px;
}

.gp_cate_date{
    line-height: 100%;
    align-items: center;
}

.news{
	font-size: 0.813rem;
	color: #ff0000;
	font-weight: 400;
	letter-spacing: 0.031rem;
	padding-left: 1.25rem;
}

.files{
    position: absolute;
    top: -0.063rem;
    right: 0;
}

.daigaku__menu{
	margin-top: 3.75rem;
	height: 4.063rem;
    display: flex;
    align-items: center;
	background-color: #e6e7e9;
}

.menu_fo{
	list-style: none;
}

.menu_fo li{
	width: 50%;
	line-height: 100%;
	border-right: 1px solid #000;
}

.menu_fo li:last-child{
	border-right: 0;
}

.menu_fo li a{
	height: 43px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 2px 0;
	letter-spacing: 1.5px;
	position: relative;
}

.menu_fo li span{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 140%;
	display: inline-block;
}

.menu li span{
	/* top: -0.063rem; */
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.menu li:nth-child(4) span{
	top: 0;
}

.daigaku__fo_one{
	padding-bottom: 3.75rem;
	background-color: #074575;
}

.item_fo_one{
	width: 50%;
	text-align: center;
	color: #fff;
}

.item_fo_one iframe{
	width: 100%;
	height: 21.563rem;
	border: 0;
}

.item_fo_one .gp_btn_one{
	justify-content: center;
	margin-top: 1.438rem;
}

.item_fo_one .gp_btn_one .gp_btn{
	border: 1px solid #fff;
}

.gp_language{
	list-style: none;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 1.375rem 0;
	justify-content: flex-end;
}

.gp_language a, .gp_language li,
.gp_language span{
	line-height: 100%;
	display: inline-block;
}

.gp_language li:not(:last-child){
	margin-right: 2px;
}

.gp_language a{
	font-weight: 400;
	font-size: 0.813rem;
	height: 1.688rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.25rem;
	letter-spacing: 1px;
}

.gp_language .active a,
.gp_language li:hover a{
	color: #000000;
	background-color: #ffffff;
	opacity: 1;
}

.logoFo {
	font-size: 1.5rem;
	letter-spacing: 2px;
}

.logoFo p{
	margin-top: 18px;
	line-height: 160%;
	font-weight: bold;
}

.item_fo_one > p{
	color: #ffffff;
	letter-spacing: 1.5px;
	margin-top: 0.688rem;
}

.daigaku__fo_two{
	width: 100%;
	background-color: #000000;
}

.daigaku__fo_two .gflex{
	justify-content: center;
	align-items: center;
	max-width: 890px;
	margin: 0 auto;
}

.item__logo {
	text-align: center;
}

.item__logo,
.item__logo a{
	font-size: 0;
	line-height: 100%;
}

.item__logo:not(:last-child) {
    margin-right: 8.75rem;
}

.daigaku__fo_two{
	padding-top: 2rem;
	padding-bottom: 1.563rem;
}

.txt__coppy{
	text-align: center;
	letter-spacing: 1px;
	line-height: 160%;
	color: #fff;
	font-weight: 300;
	font-size: 0.625rem;
	margin-top: 2.688rem;
}

.sp_shows{
	display: none;
}

.gp__header_top{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.item__header_top{
	width: calc(100% - 25rem);
}

.item__header_top:first-child{
	padding-left: 3.125rem;
}

.item__header_top:last-child{
	width: 25rem;
	display: flex;
	justify-content: flex-end;
	color: #ffffff;
}

.gp_contact_header img{
	display: block;
	margin-bottom: 0.438rem;
	margin-left: auto;
	margin-right: auto;
}

.gp_contact_header a{
	width: 10.625rem;
	height: 5.313rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #074575;
}

.gp_contact_header a span{
	font-size: 1rem;
	letter-spacing: 1.75px;
	font-weight: 400;
}

.item__header_top .gp_language{
	color: #000;
}

.item__header_top .gp_language a{
	height: 1.75rem;
    padding: 0 1.1rem;
}

.ie .gp_language span{
	/* top: -1.3px; */
	top: -0.8px;
	position: relative;
}

.item__header_top .gp_language span{
	position: relative;
	top: 0;
}

.item__header_top .gp_language .active a, 
.item__header_top .gp_language li:hover a {
    color: #ffffff;
    background-color: #000;
    opacity: 1;
}

.gp_contact_header {
    margin-left: 3.063rem;
}

.gp__header_menu{
	height: 4.063rem;
	display: flex;
	align-items: center;
}

.gp__header_menu .grid-1100{
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.title__site{
	font-size: 1.5rem;
	line-height: 150%;
	letter-spacing: 2px;
	color: #000000;
    position: relative;
    top: -3px;
}

.item_logos:first-child{
	width: 2.688rem;
	line-height: 100%;
	font-size: 0;
}

.item_logos:first-child a{
	line-height: 100%;
	font-size: 0;
	display: block;
}

.item_logos:last-child{
	padding-left: 1.25rem;
	width: calc(100% - 2.688rem);
}

.item_logos p{
	letter-spacing: 1.3px;
	line-height: 130%;
    margin-bottom: 5px;
}

.logo{
	align-items: center;
}

.sliderMV{
	width: 100%;
	/* max-width: 1200px; */
	margin-left: auto;
	margin-right: auto;
}

.item_slick{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item_slick:nth-child(2n) .wp_txt_slick{
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 0;
}

.item_slick:nth-child(2n) .wp_txt_slick{
	position: relative;
	top: 0.625rem;
}

.wp_txt_slick{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 38.75rem;
	display: flex;
	align-items: center;
    justify-content: center;
	padding-bottom: 0rem;
}

.wp_txt_slick p{
	font-size: 2.875rem;
	letter-spacing: 0.33rem;
	color: #fff;
	font-weight: 600;
	line-height: 220%;
	font-family: 'Noto Serif JP', serif;
}

.wp_txt_slick.vs--1 p{
	font-size: 2.25rem;
	letter-spacing: 0.25rem;
	text-shadow: rgba(27, 95, 147, 0.9) 1px 0 5px, rgba(27, 95, 147, 0.9) 1px 0 5px;
}

.menu{
	color: #333;
}

.menu li{
	position: relative;
    border-right: 1px solid #e6e7e9;
}

.menu li::before{
	content: "";
	width: calc(100% - 1rem);
	height: calc(100% - 4px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	transition: ease all 0.35s;
}

.menu li:hover::before,
.menu li.active::before{
	background-color: #e6e7e9;
}

.menu li a{
	font-weight: 500;
	line-height: 43px;
    height: 43px;
	position: relative;
}

.custom_files{
	top: -0.188rem;
    padding-right: 1.875rem;
}

.files img{
	width: 1.125rem;
}

.logoFo img{
	width: 5.063rem;
}

#gp_header_fix{
	width: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 99;
	background-color: #ffffff;
	transition: ease all 0.35s;
}

#gp_header_fix.active{
	top: 0;
}

.grid-1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.item__header_fix,
.sub_header_fix{
	display: flex;
}

#gp_header_fix .gflex{
	align-items: center;
	justify-content: space-between;
}

.item__header_fix:first-child{
	width: 5.625rem;
}

.item__header_fix:last-child{
	width: calc(100% - 5.625rem);
	justify-content: space-between;
}

.sub_header_fix:first-child{
	width: calc(100% - 22.5rem);
}

.sub_header_fix:last-child{
	width: 22.5rem;
	justify-content: space-between;
}

.sub_header_fix .menu{
	width: 100%;
}

.sub_header_fix .gp_language{
	color: #000;
}

.sub_header_fix .gp_language a{
	letter-spacing: 1px;
}

.sub_header_fix .gp_language .active a, 
.sub_header_fix .gp_language li:hover a {
    color: #fff;
    background-color: #000;
    opacity: 1;
}

.sub_header_fix .gp_contact_header{
	margin-left: 0.125rem;
	color: #ffffff;
}

#gp_header_fix ul.gflex{
	justify-content: flex-start;
	padding-right: 20px;
}

#gp_header_fix .menu_fo li {
    width: calc(100% / 5);
}

#gp_header_fix .menu_fo li a{
	padding: 0.25rem 0rem;
}

.item__header_fix:first-child,
.item__header_fix:first-child a{
	/* font-size: 0; */
	line-height: 100%;
}

#gp_header_fix .gp_contact_header a{
	height: 5.5rem;
}

.logo_01_cs {
	display: inline-block;
	line-height: 100%;
	font-size: 0;
    background-color: #fff;
    padding: 12px 20px 11px 20px;
}

@media (max-width:1400px) {
	#gp_header_fix .menu_fo li a {
		padding: 0.25rem 0rem;
	}
}

@media (max-width:1150px) {
	.grid-1100,
	.wp_txt_slick{
		padding-left: 15px;
		padding-right: 15px;
	}

	html{
		font-size: 1.391vw;
	}
}

@media (max-width:1024px) {
	.menu li span{
		top: 0;
	}

	.item__header_top:first-child{
		padding-left: 15px;
	}

	.item__top_one p{
		margin-left: auto;
		margin-right: auto;
	}

	.item__news:last-child{
		padding-left: 0.938rem;
	}


	.item_logos p br{
		display: none;
	}

	.gp_contact_header a {
		height: 7.313rem;
	}

	.item_logos:first-child {
		width: calc( 3.688rem + 15px);
		padding-left: 15px;
	}

	.item_logos:last-child {
		padding-left: 1.25rem;
		width: calc(100% - 3.688rem - 15px);
	}

	.item__header_fix:first-child {
		justify-content: center;
	}
}

@media (max-width:950px) {
	.text_default{
		font-size: 1.2rem;
	}


	.gp_language a {
		font-size: 1rem;
	}

	.item__header_top .gp_language span {
		top: 0.031rem;
	}

	.gp__header_menu {
		height: 5.063rem;
	}


	.item_fo_one > p {
		letter-spacing: 0.5px;
	}
/* 
	.menu li::before {
		height: 2.3rem;
	} */

	.item__top_one p {
		min-height: 6.944rem;
	}

	.item__news {
		width: 15.125rem;
	}

	.item__news:last-child {
		width: calc(100% - 15.125rem);
	}

	.news {
		font-size: 1.2rem;
	}

	.wpcate {
		min-width: 7.3rem;
		height: 1.8rem;
		font-size: 0.8rem;
	}

	.wpcate span {
		top: 0;
	}

	.gp_contact_header {
		margin-left: 2.063rem;
	}

	.item__header_top:last-child {
		width: 26rem;
	}

	.item__header_top {
		width: calc(100% - 26rem);
	}

	.daigaku_title_1 {
		font-size: 3rem;
		line-height: 130%;
	}

	.daigaku_title_1 .ja {
		font-size: 1.2rem;
	}

	.item_cate_date:last-child span {
		top: 0;
	}

	.item_cate_date:last-child {
		font-size: 1rem;
	}

	.gp_cate_date {
		top: 0.125rem;
		position: relative;
	}

	.gp_btn {
		width: 13.5rem;
		height: 3.2rem;
		font-size: 1rem;
	}

	.gp__header_menu .grid-1100 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp_txt_slick p {
		font-size: 2rem;
		line-height: 210%;
	}

	.item_slick:nth-child(2n) .wp_txt_slick {
		top: 0;
	}

	.txt__coppy {
		font-size: 0.8rem;
	}

	.item_fo_one iframe {
		height: 22.8rem;
	}

	#gp_header_fix .gp_contact_header a {
		width: 8.625rem;
	}

	.item__header_fix:first-child img{
		width: 35px;
	}

	.sub_header_fix .gp_language{
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}

	.sub_header_fix .gp_language li:not(:last-child){
		margin-bottom: 5px;
	}

	.sub_header_fix:last-child {
		width: 16.5rem;
	}

	.sub_header_fix:first-child {
		width: calc(100% - 16.5rem);
	}

	#gp_header_fix .menu_fo li a{
		letter-spacing: 0;
		padding: 0.25rem 0rem;
	}

	#gp_header_fix .menu li span {
		top: 1px;
	}

	.item__header_fix:first-child {
		padding-left: 10px;
	}

	.item__header_fix:first-child img{
	    width: 2.5rem;
	}

	#gp_header_fix {
		box-shadow: 1px 1px 3px 2px rgba(51, 51, 51, 0.1);
	}
}

@media (max-width:850px) {
	.item__header_fix:first-child {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: all;
	}

	#gp_header_fix{
		display: none;
	}

	header{
		height: 144.3px;
	}

	.gp__header_top{
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		flex-wrap: wrap;
		background-color: #fff;
	}

	.gp_txt_logo{
		width: 100%;
		padding: 1.956vw 15px;
		background-color: #000;
	}


	.gp_txt_logo * {
		color: #fff;
	}

	.item__header_top{
		width: 100%;
	}

	.daigaku__top_one{
		flex-wrap: wrap;
	}

	.item__top_one{
		width: 100%;
		margin-right: 0 !important;
	}

	.item__top_one:not(:last-child){
		margin-bottom: 30px;
	}

	.daigaku_title_1 {
		font-size: 30px;
		line-height: 120%;
	}

	.daigaku_title_1 .ja {
		font-size: 16px;
	}

	.text_default {
		font-size: 14px;
		line-height: 180%;
	}

	.gp_btn {
		width: 200px;
		height: 45px;
		font-size: 13px;
		padding-left: 15px;
		background-position: right 10px center;
	}

	.gp_btn span{
		position: relative;
		top: 0px;
		line-height: 120%;
	}

	.item__top_one p {
		min-height: auto;
	}

	.daigaku__top_one {
		padding-top: 40px;
	}

	.gp_btn_one {
		margin-top: 20px;
	}

	.wp_txt_slick p {
		line-height: 200%;
	}

	.grid-1100, .wp_txt_slick{
		padding-left: 30px;
		padding-right: 30px;
	}

	.dagaku_img_1 img{
		width: 100%;
	}

	.item__top_one p{
		max-width: 100%;
		text-align: left;
	}

	.daigaku__top_two {
		margin-top: 40px;
	}

	.list__news {
		margin-top: 20px;
	}

	.list__news li{
		display: block;
		padding-top: 15px;
    	padding-bottom: 10px;
	}

	.item__news {
		width: 100% !important;
	}

	.item__news:last-child{
		padding-left: 0;
		margin-top: 10px;
	}

	.item_cate_date:last-child{
		font-size: 14px;
	
	}

	.title_news {
		top: 0;
	}

	.files img {
		width: 20px;
		position: relative;
		top: -4px;
	}

	.wpcate {
		min-width: 120px;
		height: 25px;
		font-size: 13px;
		margin-right: 15px;
	}

	.custom_files {
		top: 0;
		padding-right: 28px;
	}

	.list__news ~ .gp_btn_one {
		margin-top: 30px;
	}

	.daigaku__menu {
		margin-top: 40px !important;
		height: auto;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.menu_fo {
		margin-bottom: -5px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.menu_fo li{
		width: calc( (100% - 5.2px) / 2 );
		margin-right: 5px;
		margin-bottom: 5px;
		border: 1px solid #333 !important;
	}

	.gp__header_menu .menu_fo li{
		border: 1px solid #e6e7e9 !important;
	}

	.menu_fo li:nth-child(2n),
	.menu_fo li:last-child{
		margin-right: 0;
	}

	.menu_fo li a{
		padding: 20px 15px;
		height: 50px;
	}

	.wrap_fo_one{
		flex-wrap: wrap;
	}

	.item_fo_one{
		width: 100%;
		margin-right: 0 !important;
	}

	.item_fo_one:not(:last-child){
		margin-bottom: 30px;
	}

	.logoFo {
		font-size: 4.5vw;
		letter-spacing: 2px;
	}

	.item_fo_one > p {
		margin-top: 1.688rem;
		margin-bottom: 4rem;
	}

	.logoFo img {
		width: 70px;
	}

	.item_fo_one iframe {
		height: 45.8rem;
	}

	.daigaku__fo_one {
		padding-bottom: 30px;
	}

	.gp_language {
		padding: 30px 0;
	}

	.gp_language a {
		font-size: 14px;
		height: 25px;
		padding: 0 15px;
	}

	.txt__coppy {
		font-size: 14px;
		margin-top: 40px;
	}

	.sp_shows{
		display: block !important; 
	}

	.daigaku__fo_two .gflex{
		flex-wrap: wrap;
	}

	.item__logo:not(:last-child) {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5rem;
	}

	

	.daigaku__fo_two {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.news {
		font-size: 13px;
	}

	.item__header_top:last-child,
	.gp__header_menu{
		display: none;
	}

	.item__header_top:first-child{
		width: 100%;
		padding-right: 0px;
	}

	.logo img{
		width: 35px;
	}	

	.item_logos:first-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 15px;
	}

	.title__site {
		font-size: 20px;
		letter-spacing: 0;
	}

	.item_logos:last-child{
		display: none;
	}

	.gp_language.vs--5 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.item_logos:first-child .gp_language.vs--5 a {
		font-size: 14px;
		display: flex;
		height: 25px;
		padding: 0 15px;
	}

	.gp_contact_header {
		margin-left: 10px;
	}

    /*toggle menu */
    .chane-x {
        display: block;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
		width: 70px;
		height: 70px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 40px;
        height: 4px;
        margin: 10px auto;
        background: linear-gradient(143deg, rgba(0,133,192,1) 0%, rgba(7,69,117,1) 100%);
        transition: .4s;
    }

    .bar1 {
        margin-top: 0
    }

    .bar3{
        margin-bottom: 0;
    }

    .change .bar2 {
        opacity: 0
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-11px, -9px);
        transform: rotate(45deg) translate(-11px, -9px);
        -moz-transform: rotate(45deg) translate(-11px, -9px);
        -ms-transform: rotate(45deg) translate(-11px, -9px);
        -o-transform: rotate(45deg) translate(-11px, -9px);
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-10px, 9px);
        transform: rotate(-45deg) translate(-10px, 9px);
        -moz-transform: rotate(-45deg) translate(-10px, 9px);
        -ms-transform: rotate(-45deg) translate(-10px, 9px);
        -o-transform: rotate(-45deg) translate(-10px, 9px);
    }

    /* end toggle */


	.gp_contact_header a {
	    width: 150px;
    	height: 70px;
		color: #fff;
		text-align: center;
		display: flex !important;
	}

	.gp_contact_header a span{
		font-size: 14px;
		display: inline-block;
		line-height: 160%;
	}

	.gp_contact_header img{
		width: 26px;
		margin-bottom: 5px;
	}

	.item_logos .sp_shows > .gflex{
		align-items: center;
	}

	.gp__header_menu {
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 999;
		display: none;
		top: 155px;
		background: #fff;
		height: auto;
		padding: 15px;
		border-top: 1px solid rgba(238, 238, 238, 0.5);
	}

	.gp__header_menu .menu_fo li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.gp__header_menu .menu_fo li:last-child{
		margin-bottom: 0;
	}

	.menu li::before {
		height: calc(100% - 10px);
		width: calc(100% - 10px);
	}

	.gp__header_menu .grid-1100{
		padding-left: 0;
		padding-right: 0;
	}

	.gp__header_menu .menu_fo li a {
		padding: 20px 15px;
		height: 50px;
	}

	.gp_txt_logo p{
		font-size: 11px;
		margin-bottom: 5px;
	}

	.item_fo_one > p {
		letter-spacing: 0;
	}
}
@media (max-width:643px) {
	.gp__header_menu {
		top: 170px;
	}

	.wp_txt_slick.vs--1 p{
		letter-spacing: 0.05rem;
	    font-size: 2.6rem;
	}
}
@media (max-width:480px) {
	.grid-1100, .wp_txt_slick {
		padding-left: 15px;
		padding-right: 15px;
	}

	header {
		height: 132px;
	}

	.gp__header_menu{
		top: 131px;
	}

	.title__site {
		font-size: 15px;
	}
	
	.daigaku_title_1 {
		font-size: 26px;
	}

	.daigaku_title_1 .ja {
		font-size: 14px;
	}

	.wp_txt_slick p {
		font-size:20px;
		line-height: 180%;
	}

	.menu_fo li a{
		padding: 15px;
	}

	.wpcate {
		height: 25px;
	}

	.gp_contact_header a{
		width: 120px;
		background: linear-gradient(143deg, rgba(0,133,192,1) 0%, rgba(7,69,117,1) 100%);
	}

	.gp_contact_header a span {
		font-size: 12px;
	}

	.gp_language.vs--5{
		flex-direction: column;
	}

	.gp_language.vs--5 a{
		width: 88px;
		border: 1px solid #000;
	}

	.gp_language.vs--5 li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.item__header_top .gp_language span {
		top: -0.5px;
	}

	.txt__coppy {
		font-size: 12px;
		margin-top: 30px;
	}

	.gp_language a span{
		top: -1px;
	}

	.gp_contact_header img {
		width: 24px;
	}

	
	.menu_fo li:last-child{
		width: 100%;
	}
	#pagetop{
		right: 15px;
		bottom: 15px !important;
		padding: 10px;
	}
	#pagetop img{
		width: 20px;
	}

	.gp_btn span{
		top: 0;
	}
}

@media (max-width:370px) {
	.gp_contact_header a {
		width: 32.432vw;
	}

	.item__header_top:first-child{
		padding-left: 10px;
	}

	.chane-x {
		width: 50px;
		height: 60px;
	}

	.gp_contact_header a{
		height: 60px;
	}

	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 2px;
		margin: 10px auto;
	}

	.gp_language.vs--5 a {
		width: 70px;
		border: 1px solid #000;
	}

	.item_logos:first-child .gp_language.vs--5 a {
		font-size: 10px;
		display: flex;
		height: 20px;
		padding: 0 5px;
	}

	.item__header_top .gp_language span {
		top: 0;
	}

	.logo img {
		width: 28px;
	}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -7px);
		transform: rotate(45deg) translate(-8px, -7px);
		-moz-transform: rotate(45deg) translate(-8px, -7px);
		-ms-transform: rotate(45deg) translate(-8px, -7px);
		-o-transform: rotate(45deg) translate(-8px, -7px);
	}

	.gp__header_menu {
		top: 60px;
	}

	.gp_contact_header img {
		width: 20px;
	}

	.wp_txt_slick p {
		font-size: 13px;
	}

	.daigaku_title_1 {
		font-size: 20px;
	}

	.daigaku_title_1 .ja {
		font-size: 12px;
		padding-left: 10px;
	}

	header{
		height: 115px;
	}

	.gp_txt_logo {
		padding: 1.956vw 10px;
	}

	.gp_txt_logo p {
		font-size: 10px;
	}

	.title__site {
		font-size: 13px;
		letter-spacing: 0.4px;
	}

	.gp__header_menu {
		top: 115px;
	}

	.logoFo ~ p{
		font-size: 12px;
	}
}

/* WaTUSとは */
.banner-child {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 268px;
	position: relative;
	display: flex;
	align-items: center;
}
.banner-child::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(7, 69, 117, 0.4);
	top: 0;
	left: 0;
}
.banner-h2 {
	position: relative;
	/* top: -3px; */
	top: 0;
}
.banner-h2 span{
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 100%;
}
.banner-h2 span:last-child {
	font-size: 16px;
	letter-spacing: 0.75px;
	font-weight: 500;
	margin-top: 16px;
}
.bredcrum {
	width: 100%;
	height: 45px;
	background-color: #074575;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 150%;
	font-weight: normal;
}
.bredcrum .grid-1100 {
	position: relative;
	top: -1px;
}
.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}
.about-1 .grid-1100 {
	position: relative;
}
.about-col {
	position: relative;
	padding-bottom: 50px;
}
.about-cont-all {
	position: relative;
}
.about-pos {
	content: "";
	width: 731px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(7, 69, 117, 0.1);
}

.gradient svg .main {
    fill: #fff;
}
.gradient svg {
    height: 100%;
    width: 100%;
}
.gradient {
    width: 120px;
    height: 100%;
}
.about-item:first-child {
	margin-right: 40px;
	margin-top: -3px;
	position: relative;
	z-index: 1;
}

.item-def {
	width: 50%;
}
.col-def {
	display: flex;
}
.about-item-img {
	font-size: 0;
	line-height: 100%;
}
.aboiut-dig-text {
	background-color: #074575;
	max-width: 449px;
	width: 100%;
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	color: #fff;
	padding-left: 30px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 24px;
}
.aboiut-dig-text p{
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 215%;
	font-weight: 500;
}
.aboiut-dig-text-h4 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 100%;
	margin-top: 10px;
}
.about-h3 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	line-height: 100%;
	margin-bottom: 58px;	
}
.about-item:last-child p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 225%;
	color: #000000;
}
.about-item:last-child {
	padding-top: 80px;
	padding-right: 40px;
	position: relative;
}
.about-cont .about-1 {
	margin-bottom: 120px;
}
.about-cont {
	padding-top: 60px;
	padding-bottom: 56px;
}

@media (max-width : 1250px) {
	.about-h3 {
		font-size: 2.880vw;
		margin-bottom: 4.64vw;
	}
	.about-item:last-child {
		padding-top: 6.4vw;
		padding-right: 3.2vw;
	}
	.about-item:first-child {
		margin-right: 3.2vw;
	}
	.about-item:last-child p {
		font-size: 14px;
	}
}
@media (max-width : 1024px) {
	.about-cont .about-1 {
		margin-bottom: 11.719vw;
	}
	.aboiut-dig-text {
		width: 92%;
	}
}
@media(max-width : 950px) {
	.about-col::before {
		width: 100%;
		background-color: #074575;
		opacity: 10%;
	}
	.about-item:first-child,
	.about-item:last-child {
		width: 100%;
		margin-right: 0;
	}
	.about-col {
		flex-wrap: wrap;
		padding-top: 8.421vw;
		padding-bottom: 8.421vw;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-item-img {
		text-align: center;
	}
	.about-item:last-child {
		padding-top: 6.4vw;
		padding-right: 0;
	}
	.bredcrum {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media(max-width : 767px) {
	.item-def {
		width: 100% !important;
	}
	.col-def {
		flex-wrap: wrap;
	}
	.about-cont {
		padding-top: 7.823vw;
		padding-bottom: 7.823vw;
	}
	.about-h3 {
		font-size: 4.694vw;
		margin-bottom: 5.215vw;
	}
	.about-item:last-child p,
	.aboiut-dig-text p {
		font-size: 14px;
		line-height: 180%;
		text-align: left;
	}
	/* .about-item:last-child p br {
		display: none;
	} */
	.aboiut-dig-text-h4 {
		font-size: 3.911vw;
	}
	.aboiut-dig-text {
		padding: 15px;
		margin-top: -5.215vw;
	}
	.banner-h2 span {
		font-size: 6.258vw;
	}
	.banner-h2 span:last-child {
		font-size: 14px;
	}

	.banner-h2 span:last-child{
		display: none;
	}
}

@media(max-width : 480px) {
	.aboiut-dig-text-h4 {
		font-size: 20px;
	}
	.about-h3 {
		font-size: 22px;
	}
	.banner-child {
		height: 55.833vw;
	}
	.banner-h2 span {
		font-size: 32px;
	}
	.banner-h2 span:last-child {
		margin-top: 10px;
	}
}
/* End WaTUSとは */

/* 「水界面」研究について  */
.study-dig .about-item:last-child {
	padding-right: 25px;
}
.study-dig .about-item:first-child {
	padding-top: 100px;
	margin-top: 0 !important;
}
.study-p {
	font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 225%;
    color: #000000;
	margin-top: -10px;
}
.study-dig {
	padding-top: 8px;
}
.study-h5 {
	font-size: 22px;
	line-height: 140%;
	left: 0.5px;
	font-weight: bold;
}
.study-dig  .aboiut-dig-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	height: 80px;
}
.study-dig .about-cont-all:not(:last-child) {
	margin-bottom: 60px;
}
.mt-37 {
	margin-top: 37px;
}
.study-dig .about-col {
	padding-bottom: 70px;
}
.study-1 {
	margin-bottom: 106px;
}
.study-cont {
    padding-top: 55px;
    padding-bottom: 56px;
}
.study-dig .about-item:last-child {
	padding-top: 56px;
}
@media(max-width : 1250px) {
	.study-dig .about-item:first-child {
		padding-top: 8vw;
	}
}
@media(max-width : 1024px) {
	.study-1 {
		margin-bottom: 10.352vw;
	}
}
@media(max-width : 950px) {
	.study-dig .about-item:last-child {
		padding-right: 0;
	}
	.mt-37 {
		margin-top: 3.895vw;
	}
	.study-p {
		font-size: 14px;
		line-height: 180%;
		margin-top: 0;
	}
	.study-dig .about-item:first-child {
		padding-top: 0;
	}
	.study-h5 {
		font-size: 20px;
	}
	.study-dig .about-item:last-child {
		padding-top: 5.895vw;
	}
	.gradient {
		display: none !important;
	}
	.about-pos {
		width: 100%;
	}
}
@media(max-width : 767px) {
	.study-cont {
		padding-top: 7.823vw;
		padding-bottom: 7.823vw;
	}
	.study-dig .about-cont-all:not(:last-child) {
		margin-bottom: 7.8vw;
	}
	.study-h5 {
		font-size: 18px;
	}
	.study-dig .aboiut-dig-text {
		height: auto;
		padding: 3.911vw 1.956vw;
	}
	.study-dig .about-col {
		padding-bottom: 9.126vw;
	}
	.study-dig .about-item:last-child {
		padding-top: 6.4vw;
	}
}

@media(max-width : 480px) {
	.study-h5 {
		font-size: 16px;
		line-height: 160%;
		letter-spacing: 0;
	}
}
/* End 「水界面」研究について  */

/* ニュース / イベント  */
.news-cont-ul ul,
.news-pagenavi ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.news-cont-ul li {
	min-width: 110px;
	border-right: 1px solid #e6e7e9;
	list-style: none;
	line-height: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.news-cont-ul li a{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	transition: ease all 0.35s;
}
.news-cont-ul li a.active,
.news-cont-ul li a:hover {
	background-color: #e6e7e9;
}
.news-cont-ul li:last-child {
	border-right: none;
}
.news-cont-ul li span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 100%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
}
.news-pagenavi li {
	list-style: none;
	line-height: 100%;
}
.news-pagenavi li a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	border-left: none;
	transition: ease all 0.35s;
}
.news-pagenavi li:first-child a {
	border-left: 1px solid #e5e5e5;
}
.news-pagenavi li span {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 100%;
	font-weight: normal;
	color: #bfbfbf;
}
.news-pagenavi li.active a,
.news-pagenavi li a:hover {
	background-color: #074575;
	border: 1px solid #074575;
	border-left: none;
}
.news-pagenavi li.active a span,
.news-pagenavi li a:hover span{
	color: #fff;
}
.news-pagenavi li a{
	background-position: center;
	background-repeat: no-repeat;
}
.news-pagenavi li:first-child a:hover{
	opacity: 1;
	background-image: url(../img/news-3-hover.png);
}

.news-pagenavi li:last-child a:hover img,
.news-pagenavi li:first-child a:hover img{
	opacity: 0;
}
.news-pagenavi li:last-child a:hover {
	opacity: 1;
	background-image: url(../img/news-4-hover.png);
}
.news-pagenavi ul {
	margin-top: 60px;
}
.news-cont {
	padding-top: 56px;
	padding-bottom: 58px;
}
.news-cont .list__news {
	margin-top: 60px;
}
.news-cont .item_cate_date,
.news-cont .text_default {
	color: #333333;
}
.news-gp-dig {
	height: 40px;
	width: 100%;
	margin-top: 55px;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-gp-dig span {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1.4px;
	line-height: 100%;
	color: #ffffff;
}
.news-gp-flex {
	margin-top: 35px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-gp-flex .item_cate_date {
	font-size: 0.75rem;
	letter-spacing: 0.063rem;
	font-weight: 400;
	line-height: 100%;
	color: #333333;
}
.news-gr-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 160%;
	color: #000000;
}

.news-gr-desc{
	display: flex;
	margin-top: 35px;
	margin-bottom: 20px;
}

.news-gr-desc div:first-child{
	width: calc(100% - 230px);
	padding-right: 20px;
}

.news-gr-desc div:last-child{
	width: 230px;
}

.wrap-img-row{
	display: flex;
	margin-top: 40px;
	margin-bottom: 110px;
}


.item-img{
	width: 50%;
}

.item-img:not(:last-child){
	margin-right: 40px;
}

.item-img img{
	width: 100%;
}


.wrap-img-full img {
    width: 100%;
}

.news-gr-desc p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 225%;
	margin: 32px 0;
	color: #000000;
}

.news-gr-desc p:first-child{
	margin-top: 0;
}

.gp_btn_one.left {
	margin-bottom: 10px;
    justify-content: flex-start;
}

.gp_btn_one.left .gp_btn{
	justify-content:flex-end;
	padding-right: 27px;
	background-image: url(../img/icon__05.png);
    background-position: left 0.813rem center;
}

.gp_btn_one.left span.left {
    position: relative;
    left: 0;
}


.news-gr-desc a {
	color: #074575;
}
.news-gp-flex-right,
.news-gp-flex-left {
	display: flex;
	align-items: center;
}
.news-gp-flex-img:first-child {
	margin-right: 15px;
}
.news-gp-flex .news {
	padding-left: 10px;
}

@media (max-width:1024px) {
	.news-gp-flex .item_cate_date {
		font-size: 12px;
	}
}

@media(max-width : 767px) {
	.news-pagenavi li a {
		width: 40px;
		height: 40px;
	}
	.news-gr-desc p,
	.news-pagenavi li span {
		font-size: 14px;
	}

	.news-gr-desc p {
		line-height: 180%;
		margin: 4.563vw 0;
	}

	.news-gr-title {
		font-size: 19px;
	}

	.news-gp-flex-left .item_cate_date{
		width: 90px !important;
		top: 2px;
		position: relative;
	}

	.news-gp-flex{
		margin-top: 4.563vw;
		margin-bottom: 1.956vw;
	}

	.news-gp-flex-left .item__news{
		width: calc(100% - 90px) !important;
	}

	.news-gr-desc {
		margin-top: 4.563vw;
		margin-bottom: 14.342vw;
	}

	.gp_btn_one.left .gp_btn {
		padding-right: 15px;
		background-position: left 10px center;
		background-image: url(../img/icon__05-sp.png);
		background-size: 8px;
	}

	.news-gp-dig {
		margin-top: 7.823vw;
	}

	.banner-h2 {
		position: relative;
		top: 0px;
	}

	.news-cont-ul li a {
		padding-top: 9px;
	}
}

@media(max-width : 550px) {
	.news-cont-ul ul{
		flex-wrap: wrap;
		margin-bottom: -10px;
	}
	.news-cont-ul li {
		width: calc(100% / 3);
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	.news-cont-ul li span {
		letter-spacing: 0;
		font-size: 14px;
		margin-bottom: 8px;
	}
}

@media(max-width : 370px) {
	
	.news-cont-ul li span {
		letter-spacing: -0.7px;
	}
}
/* End ニュース / イベント  */


/* お問い合わせ */
.gp__contact {
    padding-top: 52px;
	padding-bottom: 60px;
}

.contact__desc{
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.contact__desc *{
	line-height: 175%;
}

#content__contact{
	margin-top: 52px;
	padding: 50px;
	background-color: #f5f5f5;
}

.wp__group_input{
	display: flex;
	align-items: center;
}

.wp__group_input span:first-child{
	width: 500px;
}

.wp__group_input span:last-child{
	font-size: 14px;
	color: #333333;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: 400;
}

.wp_item_input{
	width: 100%;
	max-width: 500px;
	height: 35px;
	background-color: #ffffff;
	border: 1px solid #dde1e5;
	border-radius: 5px;
	padding: 0 20px;
}

textarea.wp_item_input {
    height: 155px;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
	overflow-y: auto;
}

.wp__group_txt{
	display: flex;
	align-items: center;
	width: 100%;
    margin-bottom: 15px;
}

.erro_txt{
	min-width: 36px;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	border-radius: 2px;
	background-color: #000000;
	color: #fff;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.erro_txt *{
	position: relative;
	line-height: 100%;
	top: -0.8px;
}

.title_form {
    color: #333;
    letter-spacing: 1px;
    line-height: 150%;
    margin-left: 15px;
    font-weight: 400;
	font-size: 16px;
}

.title_form span {
    position: relative;
    top: -2px;
}

.title_form .lt15{
	letter-spacing: 1.5px;
}

.wrap__co_item:not(:last-child){
	margin-bottom: 22px;
}

.erro_txt.vs--1 {
    background-color: #ffffff;
    color: #000000;
}

.wrap__co_item ul{
	list-style: none;
}

.wrap__co_item li{
	display: flex;
	align-items: center;
}

.wrap__co_item li:not(:last-child){
	margin-bottom: 10px;
}

.title_sub_co {
    width: 120px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 15px;
}

.wrap__co_item li:first-child .wp__group_input span:first-child{
	width: 90px;
}

.wp_item_input.max90 {
    padding: 0 10px;
    text-align: center;
}

::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	top: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	top: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	top: 1px;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	position: relative;
	top: 1px;
}


/* The container */
.container {
	margin-top: 35px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
	position: absolute;
	cursor: pointer;
	border: 0;
	z-index: -5;
	background-color: transparent;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
	display: inline-block;
    top: 1.5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #dde1e5;
    border-radius: 5px;
	margin-right: 12px;
  }
  
  .container input:checked ~ .checkmark {
	background-color: #333333;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .container input:checked ~ .checkmark:after {
	display: block;
  }
  
  .container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2.7px 2.7px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  input.gp_btn{
	  border: 0;
	  cursor: pointer;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: left;
	  padding-left: 45px;
	  transition: ease all 0.35s;
  }

  input.gp_btn:hover{
	  opacity: 0.7;
  }

  .wrap_submit{
	  text-align: center;
	  width: 100%;
	  margin-top: 52px;
	  padding-bottom: 10px;
  }

  @media (max-width:850px) {
	#content__contact {
		margin-top: 50px;
		padding: 40px;
	}

	.wp__group_input span:first-child {
		width: 58.824vw;
	}

	.title_form,
	.contact__desc {
		font-size: 1.882vw;
	}

	.title_form > span{
		position: relative;
		top: -2px;
	}

	input.gp_btn{
		padding-top: 2px;
	}
  }

  @media (max-width:767px) {
	.gp__contact {
		padding-top: 7.823vw;
		padding-bottom: 7.823vw;
	}

	.title_form, .contact__desc {
		font-size: 15px;
	}

	#content__contact {
		margin-top: 8vw;
		padding: 20px 15px;
	}

	.wp__group_input{
		flex-wrap: wrap;
		width: 100%;
	}

	.wp__group_input span:last-child{
		width: 100%;
		margin-top: 10px;
	}

	.title_form > span > span{
		display: block;
		position: relative;
		left: -10px;
	}

	.wp__group_input span:first-child{
		width: 100%;
	}

	.wp_item_input{
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.title_form > span {
		top: 0;
		line-height: 95%;
	}

	.wrap__co_item li{
		flex-wrap: wrap;
	}

	.wrap__co_item li:not(:last-child){
		margin-bottom: 15px;
	}

	.wrap__co_item li .wp__group_input{
		flex-wrap: nowrap;
	}

	.wp__group_input span:first-child,
	.wrap__co_item li .wp__group_input span:first-child{
		width: 65%;
	}

	.wp__group_input span:last-child,
	.wrap__co_item li .wp__group_input span:last-child{
		margin-top: 0;
		width: calc(100% - 65%);
	}

	.wrap__co_item li:first-child .wp__group_input span:first-child{
		width: 90px;
	}

	.wrap__co_item li:first-child .wp__group_input span:last-child{
		width: calc(100% - 90px);
	}

	.title_sub_co{
		padding-left: 0;
		padding-bottom: 5px;
		width: 100%;
		line-height: 150%;
	}

	.wp__group_input span:last-child {
		font-size: 12px;
	}

	.wrap__co_item ul {
		margin-top: -4px;
	}

	.container {
		line-height: 150%;
		align-items: self-start;
	}

	.container span:last-child{
		width: calc(100% - 30px);
	}
	
	.checkmark {
		top: 4.5px;
		margin-right: 10px;
	}

	.wrap_submit {
		margin-top: 25px;
	}

	main {
		margin-top: -5px;
	}

	::-webkit-input-placeholder {
		top: 0px;
		line-height: 100%;
	}
	::-moz-placeholder { /* Firefox 19+ */
		top: 0px;
		line-height: 100%;
	}
	:-ms-input-placeholder { /* IE 10+ */
		top: 0px;
		line-height: 100%;
	}
	:-moz-placeholder { /* Firefox 18- */
		top: 0px;
		line-height: 100%;
	}
	
  }


  @media (max-width:480px) {
	.title_form {
		margin-left: 10px;
	}

	input,textarea{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.container {
		margin-top: 25px;
	}

	.wrap_submit {
		padding-bottom: 20px;
	}

	.wp_item_input {
		height: 45px;
	}
	
  }

  @media (max-width:370px) {
	.title_form, .contact__desc {
		font-size: 14px;
		letter-spacing: 0;
	}

	#content__contact {
		padding: 20px 10px;
	}

	.wp__group_input span:last-child {
		font-size: 10px;
	}

	::-webkit-input-placeholder {
			line-height: 150%;
	}
	::-moz-placeholder { /* Firefox 19+ */
		line-height: 150%;
	}
	:-ms-input-placeholder { /* IE 10+ */
		line-height: 150%;
	}
	:-moz-placeholder { /* Firefox 18- */
		line-height: 150%;
	}


  }

  /* メンバー紹介 */

  .gp__member{
	  padding-top: 56px;
  }

  .gp__member .about-h3{
	  letter-spacing: 3.5px;
  }

  .gp__member_header{
	  align-items: center;
	  margin-top: 73px;
  }

  .item__member_header:first-child{
	  width: 450px;
	  height: 80px;
	  display: flex;
	  color: #ffffff;
	  font-size: 22px;
	  font-weight: bold;
	  letter-spacing: 0px;
	  align-items: center;
	  justify-content: center;
	  background-color: #074575;
  }

  .item__member_header:last-child{
	  width: calc(100% - 450px);
	  padding-left: 23px;
	  font-size: 18px;
	  font-weight: bold;
	  letter-spacing: 0px;
	  color: #000000;
  }

  .wp__member_co{
	margin-bottom: 30px;
	background-color: #e5e5e5;
  }

  .gp__member_content {
		margin-top: 60px;
		position: relative;
	}

	.gp__member_content::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 75px;
		background-color: #ffffff;
	}

	.wrap__title_member{
		width: 110px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-top: 110px;
		padding-bottom: 35px;
	}

	.wp__member_co:not(:first-child) .wrap__title_member{
		padding-top: 35px;
	}

	.wp__member_co:not(:first-child) .wrap__title_con_sub{
		display: none;
	}

	.title__mem{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 100%;
		color: #000000;
		writing-mode: vertical-lr;
		writing-mode: tb-rl;
		display: flex;
		align-items: center;
	}

	.title__mem span:first-child{
		margin-bottom: 15px;
	}

	.wrap__content_member{
		width: calc(100% - 110px);
	}

	.item__co_member{
		width: calc( 100% / 3 );
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}

	.title__con_sub{
		line-height: 100%;
		font-size: 18px;
		color: #000000;
		letter-spacing: 0.5px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.title__con_sub span:first-child{
		margin-right: 17px;
	}

	.title__con_sub span:last-child{
		font-size: 0;
		line-height: 100%;
	}

	.wrap__title_con_sub{
		height: 75px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 2;
	}

	.item__co_member::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% + 30px);
		opacity: 0.5;
		background-color: #5279a3;
	}

	.item__co_member:nth-child(2):before{
		background-color: #fcecec;
	}

	.item__co_member:nth-child(3):before{
		background-color: #abd8cc;
	}

	.gp_member_row{
		min-height: 262px;
		position: relative;
		z-index: 2;
		padding: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-color: #fff;
	}

	.item_me_he:first-child{
		width: 90px;
		font-size: 0;
		line-height: 100%;
	}

	.item_me_he:last-child{
		width: calc(100% - 90px);
		padding-top: 26px;
		padding-left: 15px;
		padding-bottom: 3px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		display: flex;
		flex-direction: column;
		align-items: self-start;
		justify-content: space-between;
	}

	.item_me_he:last-child p{
		line-height: 145%;
	}

	.item_me_he:last-child h5{
		font-size: 16px;
		color: #000;
		letter-spacing: 0px;
		font-weight: bold;
		line-height: 120%;
		margin-bottom: 8px;
	}

	.a_button_me {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #074575;
		color: #fff;
		z-index: 2;
		min-width: 100px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 400;
		line-height: 100%;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 0.5px;
	}

	
	.item__co_member:nth-child(2) .a_button_me{
		background-color: #cc868c;
	}

	.item__co_member:nth-child(3) .a_button_me{
		background-color: #abd8cc;
	}

	.wp_me_content *{
		list-style: none;
		color: #000;
	}

	.wp_me_content p{
		line-height: 170%;
		padding-right: 10px;
	}

	.wp_me_content{
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 400;
		padding-left: 10px;
		padding-right:0px;
		margin-top: 12px;
	}
	
	.wp_me_content ul{
		font-size: 0;
		margin-top: 8px;
		margin-bottom: -4px;
	}

	.wp_me_content li{
		font-size: 12px;
		color: #000000;
		font-weight: 400;
		letter-spacing: 0;
		margin-right: 8px;
		margin-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 100%;
		display: inline-block;
		border: 1px solid #e5e5e5;
	}

	.wp_me_content li span{
		line-height: 140%;
	}

	.wp__link{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.wp__link{
		position: relative;
		right: -10px;
		bottom: -10px;
	}

	.btn__link {
		min-width: 125px;
		height: 33px;
		background-color: #737373;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0;
		font-weight: 400;
		text-align: center;
		display: flex;
		align-items: center;
		padding-left: 13px;
		background-image: url(../img/member-right-arrow.png);
		background-position: right 10px center;
		background-repeat: no-repeat;
		
	}

	.btn__link *{
		color: #fff !important;
	}

	.wp_me_content ul li:last-child{
		margin-right: 0;
	}
	
	.wp_me_content ul.n2n{
		display: flex;
	}

	.wp_me_content ul.n2n li span{
		letter-spacing: -0.4px;
		line-height: 100%;
	}

	.ie .wp_me_content ul.n2n li span{
		letter-spacing: -0.5px;
	}

	.item_me_he.vs--1 {
		padding-top: 6px;
	}

	.wp__member_co.vs--no {
		margin-top: 60px;
		background-color: transparent;
	}

	.wp__member_co.vs--no .wrap__title_member{
		padding-top: 0;
		padding-right: 20px;
	}

	.gp__advisor{
		flex-wrap: wrap;
		margin-bottom: -30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.item--advisor{
		width: calc( (100% - 60.2px) / 3);
		margin-right: 30px;
		margin-bottom: 30px;
		min-height: 150px;
		padding: 24px 10px 27px 30px;
		font-size: 12px;
		color: #000;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		background-color: #f6f8f8;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
	}

	.item--advisor p{
		line-height: 150%;
	}

	.item--advisor:nth-child(3n),
	.item--advisor:last-child{
		margin-right: 0;
	}

	.item--advisor h5{
		font-size: 20px;
		font-weight: bold;
	}

	@media (max-width:1200px) {
		.gp__member {
			padding-top: 3.5rem;
		}

		.gp__member_header {
			margin-top: 4.563rem;
		}

		.item__member_header:first-child {
			width: 28.125rem;
			height: 5rem;
			font-size: 1.375rem;
		}
		.item__member_header:last-child {
			width: calc(100% - 28.125rem);
			padding-left: 1.438rem;
			font-size: 1.125rem;
			line-height: 160%;
		}

		.wrap__title_member {
			width: 6.875rem;
			padding-top: 6.875rem;
			padding-bottom: 2.188rem;
		}

		.wrap__content_member {
			width: calc(100% - 6.875rem);
		}

		.wrap__title_con_sub,
		.gp__member_content::before {
			height: 4.688rem;
		}
	}

	@media (max-width:1024px) {
		.item--advisor {
			width: calc( (100% - 30.2px) / 2);
		}

		.item--advisor:nth-child(3n){
			margin-right: 30px;
		}

		.item--advisor:nth-child(2n), .item--advisor:last-child {
			margin-right: 0;
		}

		.wrap__content_member{
			flex-wrap: wrap;
		}

		.gp_member_row{
			min-height: auto;
		}

		.item__co_member{
			width: 100%;
			padding-top: 2vw;
		}

		.item__co_member::before {
			height: calc(100% + 0px);
		}

		.wrap__title_con_sub, .gp__member_content::before {
			height: 6.688rem;
		}

		
		.wp__member_co:not(:first-child) .wrap__title_con_sub {
			display: flex;
		}

		.gp__member_content::before{
			content: none;
		}

		.wrap__title_member{
			padding-top: 35px;
		}

	}

	@media (max-width:767px) {
		.menu li:nth-child(4) span br{display: none;}
		.news-cont{
			padding-top: 7.823vw;
			padding-bottom: 7.823vw;
		}
		.item--advisor h5 {
			font-size: 18px;
			line-height: 100%;
			margin-top: 15px;
		}

		.gp__advisor {
			margin-bottom: -15px;
			padding-left: 0;
			padding-right: 0;
		}

		.item--advisor {
			width: 100%;
			margin-right: 0px;
			margin-bottom: 15px;
			padding: 24px 15px 27px 15px;
		}

		.item--advisor{
			font-size: 14px;
		}

		.item--advisor p{
			line-height: 170%;
			letter-spacing: 1px;
		}

		.item--advisor p span{
			display: block;
		}

		.wp__member_co.vs--no {
			margin-top: 70px;
		}

		.gp__member_header{
			flex-wrap: wrap;
		}

		.item__member_header{
			width: 100% !important;
		}

		.item__member_header:first-child {
			height: auto;
			font-size: 16px;
			padding: 20px;
			line-height: 160%;
		}
		
		.item__member_header:last-child{
			padding-left: 0;
			font-size: 14px;
			line-height: 175%;
			margin-top: 15px;
		}

		.wrap__title_member {
			width: 100%;
			padding-top: 6.519vw;
			padding-bottom: 6.519vw;
		}

		.wrap__content_member {
			width: 100%;
			display: block;
		}

		.item__co_member{
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
		}

		.wp__member_co{
			flex-wrap: wrap;
		}

		.wp_me_content ul{
			margin-bottom: -8px;
		}

		.gp_member_row {
			min-height: auto;
			padding: 3.911vw;
			margin-top: 3.911vw;
			margin-bottom: 3.911vw;
			overflow: hidden;
		}

		.item__co_member {
			padding-top: 3.911vw;
			padding-left: 3.911vw;
			padding-right: 3.911vw;
		}

		.gp__member_content::before{
			content: none;
		}

		.wrap__title_con_sub, .gp__member_content::before {
			height: auto;
			padding: 5vw;
		}

		.item__co_member::before {
			height: calc(100% + 3.911vw);
		}

		.wp__link {
			right: -3.9vw;
			bottom: -3.9vw;
		}

		.gp__member_content {
			margin-top: 7.823vw;
		}
		.wp__member_co {
			margin-bottom: 3.911vw;
		}

		.wp__member_co.vs--no .wrap__title_member {
			padding-right: 0;
		}

		.wp__member_co.vs--no {
			margin-top: 13vw;
		}


		.wp__member_co.vs--no .wrap__title_member .title__mem{
			writing-mode: inherit;
    		writing-mode: inherit;
		}

		.news-cont .list__news,
		.news-pagenavi ul {
			margin-top: 9.126vw;
		}
	}

	@media (max-width:480px) {
		.wp_me_content{
			padding-left: 0;
		}
		.wp__member_co {
			margin-bottom: 15px;
		}

		.item_me_he:last-child{
			font-size: 11px;
		}

		.item_me_he:last-child h5 {
			font-size: 18px;
		}

		.wp_me_content p {
			padding-right: 0;
		}

		.wp_me_content p br{
			display: none;
		}
	}

	@media (max-width:370px) {
		.item--advisor{
			font-size: 12px;
		}

		.item--advisor p {
			letter-spacing: 0px;
		}
	}

	.gp_thanks{
		padding-top: 80px;
		text-align: center;
	}

	.gp_thanks p:not(:last-child){
		margin-bottom: 40px;
	}

	@media (max-width:480px) {
		.gp_thanks {
			padding-top: 8vw;
			padding-bottom: 0;
		}

		.gp_thanks p:not(:last-child){
			margin-bottom: 5.215vw;
		}
	}

	@media (max-width:1400px) {
		.daigaku__menu {
			margin-top: 6.75rem;
		}
	}

	@media (max-width: 1024px){
		#pagetop {
			right: 15px;
		}

		.daigaku__menu {
			margin-top: 10rem;
			padding-top: 10px;
			height: auto;
			padding-bottom: 10px;
		}
	
		#gp_header_fix ul.gflex {
			padding-right: 1rem;
		}
	}



	.list__news li{
		align-items: center;
	}

	.item_thumbnail{
		width: 140px;
		order: 1;
		padding-right: 20px;
	}

	.item_thumbnail ,
	.item_thumbnail a{
		line-height: 100%;
		font-size: 0;
	}

	.item_post{
		order: 0;
		width: calc(100% - 140px);
		padding-left: 20px;
	}

	.item_post .item__news:last-child{
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}

	@media (max-width:767px) {
		.list__news li{
			flex-wrap: wrap;
		}

		.item_thumbnail,
		.item_post{
			padding-left: 0;
			padding-right: 0;
			width: 100%;
		}

		.item_post{
			padding-top: 20px;
		}

		.item_thumbnail a img{
			width: 100%;
		}
	}

	@media (max-width:767px) {
		.news-gr-desc{
			flex-wrap: wrap;
			margin-bottom: 20px;
		}

		.news-gr-desc div:last-child{
			width: 100%;
			order: 0;
		}

		.news-gr-desc div:first-child{
			width: 100%;
			padding-right: 0;
			order: 1;
		}

		.wrap-img-row {
			margin-top: 5vw;
			margin-bottom: 10vw;
		}

		.item-img:not(:last-child) {
			margin-right: 5vw;
		}

		.news-gr-desc div:last-child img{
			width: 100%;
			margin-bottom: 10px;
		}
	}

	.wrap-img-full {
		font-size: 0;
		line-height: 100%;
	}
	@media (max-width:480px) {
		.wrap-img-row {
			margin-top: 15px;
		}
		.wrap-img-row {
			margin-top: 15px;
		}
	}