@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.sp {
	display: none;
}

.cf:after {
	content:'';
	display: block;
	clear: both;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}

* {
	box-sizing: border-box;
}

/*form tag*/
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea,
button {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	appearance: none;
	outline: none;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
	font-size: 100%;
}

select {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	outline: none;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}

/* //form tag*/

body {
	font-family: 'Zen Kaku Gothic New', "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	margin: 0;
	padding: 0;
	line-height: 1.8;
	width: 100%;
	min-width: 1295px;
	font-feature-settings: "palt";
	font-size: 14px;
	color: #000;
}
body.hidden {
	position: fixed;
}

a {
	color: #3B4A71;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
	opacity: 1;
	transition: opacity .5s ease;
}
.alpha:hover,
a:hover img {
	opacity: 0.7;
}
.alpha:hover img {
	opacity: 1;
}

p {
	margin: 0 0 1.5em 0;
}
*:last-child {
	margin-bottom: 0!important;
}

#wrapper {
	padding-top: 85px;
}
.inner_wrap {
	width: 1240px;
	margin: 0 auto;
}
#contents {
	margin-top: 90px;
}

/*///// header /////*/
#gb_header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
#gb_header .header_inner {
	width: 1295px;
	margin: 0 auto;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gb_navigation ul {
	display: inline-block;
	position: relative;
}
#gb_navigation ul li {
	display: inline-block;
}
#gb_navigation ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 1em;
}
#gb_navigation ul li a.current,
#gb_navigation ul li a:hover {
	color: #002F4D;
}
#gb_navigation ul.sub_menu {
	margin-left: 1em;
	padding-left: 1em;
}
#gb_navigation ul.sub_menu:before {
	content:'';
	width: 1px;
	height: 1.5em;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.7em;
}
#gb_navigation ul.sub_menu a {
	padding: 1em 0.5em;
}

/*///// footer /////*/
#gb_footer {
	background: #C9C9C9;
	padding: 130px 0 50px;
	text-align: center;
	margin-top: 200px;
	position: relative;
}
#gb_footer .navi {
	margin-bottom: 1em;
}
#gb_footer ul {
	display: inline;
}
#gb_footer ul:after {
	content:'/';
}
#gb_footer ul:last-child:after {
	display: none;
}
#gb_footer ul li {
	display: inline-block;
}
#gb_footer ul li:after {
	content:'/';
}
#gb_footer ul li:last-child:after {
	display: none;
}
#gb_footer ul li a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	padding: 0.5em;
}
#gb_footer ul li a:hover {
	text-decoration: underline;
}
#gb_footer .logo {
	margin-top: 2em;
}
#gb_footer .address {
	font-weight: 500;
	margin-top: 1em;
}
#gb_footer .address span {
	display: inline-block;
	margin-left: 1em;
}
#gb_footer .address span:first-child {
	margin: 0;
}
#copyright {
	font-size: 13px;
	margin-top: 0.5em;
	font-family: 'Libre Franklin';
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 0;
	transform: translateY(-20px);
	display: none;
}
#pagetop.stop {
	position: absolute;
	bottom: 100%;
}
#pagetop a {
	display: block;
	width: 20px;
	height: 100px;
	border-right: 1px solid #707070;
	position: relative;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop a:before {
	content:'';
	display: block;
	width: 30px;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 0;
	right: 0;
	transform:rotate(-60deg);
	transform-origin:right top;
}

/*///// parts /////*/
.section {
	margin-bottom: 150px;
}
.section_ttl {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 1em;
	line-height: 1.4;
}

.btn1 {
	color: #000;
	border: 1px solid #707070;
	line-height: 2;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	transition: background-color 0.5s ease, color 0.5s ease;
	border-radius: 2em;
	
}
.btn1:hover,
.btn1.current {
	color: #fff;
	background-color: #3B4A71;
}

.btn2 {
	color: #fff;
	line-height: 2;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 500;
	background-color: #939393;
	transition: background-color 0.5s ease;
	border-radius: 2em;
	
}
.btn2:hover,
.btn2.current {
	background-color: #136FB2;
}

.fixedmenu {
	min-width: 1295px;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.fixedmenu.fixed {
	position: fixed;
	top: 85px;
}

/*///// cntents_top /////*/
#contents_top {
	display: flex;
	align-items: flex-end;
	margin-top: 35px;
}
#contents_top .image {
	width: 707px;
}
#contents_top .text {
	flex: 1;
	margin: 0 0 0 60px;
	padding-bottom: 20px;
}
#contents_top .text span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#contents_top .text .ja {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#contents_top .text .en {
	display: block;
	font-size: 63px;
	font-weight: bold;
	line-height: 1;
	color: #C9C9C9;
	font-family: 'Libre Franklin';
}

/*///// breadcrumb /////*/
#breadcrumb {
	margin-top: 1em;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
}
#breadcrumb ul li:after {
	content:'>';
	margin: 0 0.2em 0 0.5em;
}
#breadcrumb ul li:last-child:after {
	display: none;
}
#breadcrumb ul li a {
	color: #C9C9C9;
}

/*///// index /////*/
#index {
	width: 100%;
	overflow-x: hidden;
}
#index .main_image .video {
	width: 100%;
	overflow: hidden;
}
#index .main_image video {
	width: 100%;
	vertical-align: top;
	object-fit: cover;
	position: relative;
}
#index .main_image .important_text {
	background: #C9C9C9;
	text-align: center;
	padding: 1em 0;
}
#index .main_image .important_text strong {
	font-size: 20px;
}
#index .main_image .important_text span {
	font-size: 18px;
	font-weight: bold;
}

#index .section {
	margin: 0 auto;
	display: flex;
}
#index .section .ttl_box {
	width: 460px;
	background: #ccc;
	display: flex;
	align-items: flex-start;
	justify-content:flex-end;
	padding-top: 120px;
	position: relative;
}
#index .section .ttl_box:before {
	content:'';
	display:block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ccc;
}
#index .section .ttl_box .index_section_ttl {
	color: #fff;
	font-size: 30px;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	width: 100%;
	position: relative;
}
#index .section .ttl_box .index_section_ttl span {
	font-size: 66.6%;
}
#index .section .content_box {
	width: 640px;
	margin-left: 140px;
	padding: 120px 0 130px;
}

#index .section .caption {
	font-size: 21px;
	display: block;
	text-align: center;
	font-weight: 500;
	position: relative;
	padding: 0.5em;
	letter-spacing: 0.15em;
	margin-bottom: 1.5em;
}
#index .section .caption:before {
	content:'';
	width: 3em;
	height: 1em;
	border-top:1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}
#index .section .caption:after {
	content:'';
	width: 3em;
	height: 1em;
	border-bottom:1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	bottom: 0;
	right: 0;
}
#index .section .movie {
	width: 100%;
	padding-bottom: 36.45%;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
#index .section .movie iframe {
	width: 101%;
	height: 101%;
	position: absolute;
	top: -0.5%;
	right: 0.5%;
}
#index .section .button {
	text-align: center;
	margin-top: 50px;
}
#index .section .button a {
	display: inline-block;
	width: 400px;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: left;
	padding: 1em 2em;
	border-radius: 3em;
	position: relative;
	transition: background-color 0.5s ease, color 0.5s ease;
}
#index .section .button a i {
	display:block;
	width: 100px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 1.3em;
	right: 2.5em;
	transition: background-color 0.5s ease;
}
#index .section .button a i:after {
	content:'';
	display: block;
	width: 15px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	right: 0;
	transform:rotate(25deg);
	transform-origin:right bottom;
	transition: background-color 0.5s ease;
}
#index .section .button a strong {
	font-size: 17px;
	display: block;
	line-height: 1.2;
}
#index .section .button a span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
}
#index .section .button a:hover {
	border-color: #434343!important;
	background-color: #434343!important;
	color: #fff!important;
}
#index .section .button a:hover i,
#index .section .button a:hover i:after {
	background-color: #fff!important;
}

#index .section .info_list li > * {
	display: flex;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	position: relative;
	overflow: hidden;
	padding: 1em 2em 1em 0;
	align-items: flex-start;
	transition: border-color 0.5s ease;
}
#index .section .info_list li > a:after {
	content:'';
	width: 1em;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -1px;
	right: 0;
	transform:rotate(35deg);
	transform-origin:right bottom;
}
#index .section .info_list li > a:hover {
	border-color:#3B4A71;
}
#index .section .info_list li > * time {
	width: 10em;
	font-size: 17px;
	font-weight: 500;
	color:#3B4A71;
	line-height: 1.4;
}
#index .section .info_list li > * p {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.1em;
	transition: opacity 0.5s ease;
}
#index .section .info_list li > a:hover p {
	border-color:#3B4A71;
	opacity: 0.7;
}

#index .section .news_list li {
	width: 190px;
	margin-right: 35px;
	float: left;
}
#index .section .news_list li:nth-child(3n) {
	margin-right: 0;
}
#index .section .news_list li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#index .section .news_list li .image {
	position: relative;
}
#index .section .news_list li .image img {
	position: relative;
}
#index .section .news_list li .image:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	z-index: 1;
}
#index .section .news_list li .ttl {
	padding: 0.5em 1em;
}
#index .section .news_list li .ttl strong {
	font-size: 20px;
	vertical-align: middle;
}
#index .section .news_list li .ttl span {
	font-weight: 500;
	color: #806B57;
	vertical-align: middle;
	margin-left: 0.5em;
}
/*whats*/
#index .section.whats .ttl_box:before {
	background: #3D3E53;
}
#index .section.whats .content_box {
	padding-top: 170px;
}
#index .section.whats .button a {
	color: #3B4A7;
	border-color: #3B4A71;
}
#index .section.whats .button a i,
#index .section.whats .button a i:after {
	background-color: #3B4A71;
}
#index .download {
	margin: 2em 0 3em;
}
#index .download a {
	background: url("../images/common/icon_download.svg") right center no-repeat;
	display: inline-block;
	padding-right: 1.8em;
	font-weight: bold;
}

/*information*/
#index .section.information .ttl_box:before {
	background: #8D8D57;
}

/*newsletter*/
#index .section.newsletter .ttl_box:before {
	background: #7E213D;
}
#index .section.newsletter .content_box {
	padding-top: 170px;
}
#index .section.newsletter .button a {
	color: #7E213D;
	border-color: #7E213D;
}
#index .section.newsletter .button a i,
#index .section.newsletter .button a i:after {
	background-color: #7E213D;
}

/*///// info /////*/
#info .main_text {
	color: #fff;
	background: #3D3E53;
	text-align: center;
	padding: 60px 0 90px;
	margin-bottom: 160px;
	position: relative;
}
#info .main_text:before {
	content:'';
	display: block;
	width: 256px;
	height: 452px;
	background: url("../images/common/bg_pattern.svg") top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -650px;
}
#info .main_text strong {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 1em;
	display: block;
}
#info .main_text p {
	font-weight: 500;
}

#info .feature {
	display: flex;
}
#info .feature .item {
	width: 384px;
	margin-left: 44px;
}
#info .feature .item:first-child {
	margin-left: 0;
}
#info .feature .item .image {
	text-align: right;
	position: relative;
}
#info .feature .item .image img {
	width: 340px;
}
#info .feature .item .image .name {
	writing-mode: vertical-rl;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: 0.3em;
}
@media all and (-ms-high-contrast:none){
	#info .feature .item .image .name {
		-ms-writing-mode: tb-rl;
	}
}
#info .feature .item .image .num {
	font-size: 61px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0.1em;
}
#info .feature .item .text {
	margin-top: 1.5em;
	width: 100%;
}
#info .feature .item .text .caption {
	font-size: 20px;
	font-weight: bold;
	color: #3B4A71;
	line-height: 1.6;
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
}

#info .region .top_text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
#info .region .notes {
	text-decoration: underline;
	font-weight: 500;
}
#info .region .tab_menu {
	text-align: center;
	margin: 3em 0 1em;
}
#info .region .tab_menu li {
	display: inline-block;
	margin: 0 0.5em;
}
#info .region .tab_menu li a {
	display: inline-block;
	text-decoration: none;
	color: #3B4A71;
	border: 1px solid #3B4A71;
	border-radius: 1em;
	font-size: 128%;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	width: 8em;
}
#info .region .tab_menu li a.current,
#info .region .tab_menu li a:hover {
	background: #3B4A71;
	color: #fff;
}
#info .region .tab_wrap > .tab {
	display: none;
}
#info .region .tab_wrap > .tab:first-child {
	display: block;
}
#info .region .tab_wrap > span {
	width: 1190px;
	margin: 0 auto;
	display: block;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
#info .region .tab_wrap .region_img {
	text-align: center;
}
#info .region .column {
	width: 600px;
	float: left;
}
#info .region .column.right {
	float: right;
}
#info .region .sub_section {
	margin-top: 90px;
}
#info .region .sub_section .sub_ttl {
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	position: relative;
}
#info .region .sub_section .sub_ttl a {
	position: relative;
	top: 0.5em;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	float: right;
	background: url("../images/common/icon_arrow02.svg") right center no-repeat;
	display: inline-block;
	padding-right: 2em;
}
#info .region .sub_section .sub_ttl a:hover {
	text-decoration: underline;
}
#info .region .sub_section .item {
	margin-bottom: 1.5em;
}
#info .region .sub_section .item .item_ttl {
	font-size: 20px;
	font-weight: bold;
}
#info .region .sub_section .item strong {
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#info .region .sub_section .item ul li {
	padding-left: 1.2em;
	position: relative;
}
#info .region .sub_section .item ul li:before {
	content:'●';
	position: absolute;
	left: 0;
}
/*sub1*/
#info .region .sub_section.sub1 .sub_ttl {
	border-color: #DB8B2E;
}
#info .region .sub_section.sub1 .item .item_ttl,
#info .region .sub_section.sub1 .item ul li:before {
	color: #DB8B2E;
}
/*sub2*/
#info .region .sub_section.sub2 .sub_ttl {
	border-color: #094EA2;
}
#info .region .sub_section.sub2 .item .item_ttl,
#info .region .sub_section.sub2 .item ul li:before {
	color: #094EA2;
}
/*sub3*/
#info .region .sub_section.sub3 .sub_ttl {
	border-color: #BCD951;
}
#info .region .sub_section.sub3 .item .item_ttl,
#info .region .sub_section.sub3 .item ul li:before {
	color: #BCD951;
}

/*///// curriculum /////*/
#curriculum .education {
	display: flex;
	align-items: flex-start;
}
#curriculum .education .text {
	width: 730px;
	margin-right: 125px;
}
#curriculum .education .image {
	flex: 1;
}
#curriculum .education .image img {
	width: 306px;
}
#curriculum .education .caption {
	font-weight: bold;
	font-size: 20px;
}
#curriculum .education .caption strong {
	font-size: 29px;
}
#curriculum .education .caption span {
	font-size: 24px;
}
#curriculum .education .lead {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1.5em;
}
#curriculum .education .lead strong {
	color: #214989;
	font-weight: 500;
}
#curriculum .education dl dt {
	background: #E6E6E6;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #0080C1;
	padding: 0.5em;
	position: relative;
	margin-bottom: 0.5em;
}
#curriculum .education dl dt:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #3F73A7;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#curriculum .education dl dd {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2em;
}

#curriculum .lesson ul {
	display: flex;
}
#curriculum .lesson ul li {
	width: 384px;
	margin-left: 44px;
}
#curriculum .lesson ul li:first-child {
	margin-left: 0;
}
#curriculum .lesson ul li .image {
	margin-bottom: 1em;
}
#curriculum .lesson ul li .movie {
	width: 100%;
	height: 216px;
	margin-bottom: 1em;
}
#curriculum .lesson ul li .movie iframe {
	width: 100%;
	height: 100%;
}
#curriculum .lesson ul li strong {
	display:block;
	font-size: 20px;
	color: #3B4A71;
	margin-bottom: 0.5em;
}

#curriculum .course .tab_menu {
	text-align: center;
	margin-bottom: 60px;
}
#curriculum .course .tab_menu li {
	display: inline-block;
	margin: 0 0.5em;
}
#curriculum .course .tab_menu li a {
	width: 9em;
	font-size: 18px;
}
#curriculum .course .tab_wrap .tab {
	display: none;
}
#curriculum .course .tab_wrap .tab:first-child {
	display: block;
}

/*///// campuslife /////*/
#campuslife .voice {
	position: relative;
}
#campuslife .voice .section_ttl {
	margin-bottom: 0.5em;
}
#campuslife .voice .section_ttl span {
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: 2em;
}
#campuslife .voice .navi {
	position: absolute;
	top: 0;
	right: 0;
}
#campuslife .voice .navi li {
	display: inline-block;
	margin-left: 1em;
}
#campuslife .voice .navi li a {
	font-size: 16px;
	width: 9em;
	line-height: 2.5;
}
#campuslife .voice .item {
	border-top: 1px solid #707070;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}
#campuslife .voice .item .caption {
	width: 334px;
}
#campuslife .voice .item .caption strong {
	font-family: 'Libre Franklin';
	font-size: 17px;
	color:#009DE1;
	font-weight: 500;
	display: block;
	margin-bottom: 0.2em;
}
#campuslife .voice .item .caption .copy {
	font-size: 16px;
	font-weight: 500;
}
#campuslife .voice .item .caption .name {
	font-size: 15px;
	font-weight: 500;
	display: block;
	margin-bottom: 1em;
}
#campuslife .voice .item .caption ul {
	font-size: 12px;
	font-weight: 500;
}
#campuslife .voice .item .contents {
	width: 906px;
	display: flex;
	flex-wrap: wrap;
}
#campuslife .voice .item .contents .column {
	width: 428px;
}
#campuslife .voice .item .contents .column:last-child {
	margin-left: 40px;
}
#campuslife .voice .item .contents .image,
#campuslife .voice .item .contents .text {
	margin-bottom: 2.5em;
}
#campuslife .voice .item .contents .text .question {
	font-size: 15px;
	margin-bottom: 1em;
}
#campuslife .voice .item .contents .text .question strong {
	font-weight: 500;
	background: #F7F7F7;
	display: inline;
	padding: 0.1em 0.5em 0.2em;
	line-height: 2;
}
#campuslife .voice .item .contents .text p {
	font-size: 13px;
}

#campuslife .faq {
	background: #F2F2F2;
	padding: 130px 0 20px;
}
#campuslife .faq_ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
#campuslife .category_menu {
	text-align: center;
	padding: 10px 0;
	background: #F2F2F2;
}
#campuslife .category_menu  li {
	display: inline-block;
	font-size: 15px;
	margin: 0 0.3em;
}
#campuslife .category_menu  li a {
	width: 10em;
	line-height: 2.5;
}
#campuslife .faq_category {
	padding: 110px 0 120px;
	border-bottom: 1px solid #707070;
}
#campuslife .faq_category:last-child {
	border: none;
}
#campuslife .faq_category .faq_category_ttl {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}
#campuslife .faq_category ul {
	width: 750px;
	margin: 0 auto;
}
#campuslife .faq_category ul li {
	display: block;
	background: #fff;
	border-radius: 2em;
	margin-bottom: 1.5em;
}
#campuslife .faq_category ul li .question {
	position: relative;
	padding: 0.5em 0.8em;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#campuslife .faq_category ul li .question span {
	font-size: 27px;
	font-weight: bold;
	background: #ccc;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	line-height: 1.5em;
	border-radius: 100%;
}
#campuslife .faq_category ul li .question strong {
	font-size: 16px;
	margin-left: 1em;
	line-height: 1.6;
	flex: 1;
}
#campuslife .faq_category ul li .answer {
	padding: 1.5em 2em 1.5em 5.2em;
	display: none;
}
#campuslife .faq_category ul li .answer > span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #939393;
	margin-bottom: 0.5em;
}
#campuslife .faq_category ul li .answer > .close {
	text-align: center;
}
#campuslife .faq_category ul li .answer > .close > a {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#campuslife .faq_category ul li .content {
	display: flex;
	padding-bottom: 3em;
}
#campuslife .faq_category ul li .content .text {
	flex: 1;
}
#campuslife .faq_category ul li .content .image {
	width: 200px;
	margin-left: 2em;
}
#campuslife .faq_category ul li .content .link {
	color: #3B4A71;
}
#campuslife .faq_category ul li .content .link span {
	display: inline-block;
	margin-right: 1em;
}
#campuslife .faq_category ul li .content .link a {
	display: inline-block;
	word-break: break-all;
}
/*cat*/
#campuslife .faq_category.cat1 .question span {
	background: #99E1E3;
}
#campuslife .faq_category.cat2 .question span {
	background: #FFBF8D;
}
#campuslife .faq_category.cat3 .question span {
	background: #8AB5EA;
}
#campuslife .faq_category.cat4 .question span {
	background: #DAEB9B;
}

/*///// laboratory /////*/
#laboratory .link_area {
	background: #3D3E53;
	padding: 85px 0 150px;
}
#laboratory .link_area .link_area_ttl {
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	margin-bottom: 2em;
}
#laboratory .link_area ul {
	display: flex;
}
#laboratory .link_area ul li {
	width: 384px;
	margin-left: 44px;
}
#laboratory .link_area ul li:first-child {
	margin-left: 0;
}
#laboratory .link_area ul li a {
	display: block;
	width: 100%;
	padding-bottom: 85%;
	position: relative;
	text-decoration: none;
	background-image: url("../images/common/bg_pattern.svg");
	background-position:  top -75px left -40px;
	background-repeat:  no-repeat;
	background-size: 256px auto;
}
#laboratory .link_area ul li:nth-child(1) a {
	background-color: #136FB2;
}
#laboratory .link_area ul li:nth-child(2) a {
	background-color: #305693;
}
#laboratory .link_area ul li:nth-child(3) a {
	background-color: #5A5C89;
}
#laboratory .link_area ul li a strong {
	color:#fff;
	white-space: nowrap;
	font-weight: 500;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#laboratory .link_area ul li a span {
	color:#fff;
	font-weight: 500;
	font-size: 22px;
	position: absolute;
	bottom: 0.6em;
	right: 1em;
}
#laboratory .link_area ul li a i {
	display: block;
	width: 43%;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 2em;
	left: 1.5em;
}
#laboratory .link_area ul li a i:after {
	content:'';
	width: 0.8em;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	right: 0;
	transform:rotate(35deg);
	transform-origin:right bottom;
}

#laboratory .teacher_list {
	margin-top: 5em;
}
#laboratory .teacher_list .teacher_list_ttl {
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	margin-bottom: 2em;
}
#laboratory .teacher_list table th,
#laboratory .teacher_list table td {
	border: 1px solid #707070;
}
#laboratory .teacher_list table thead th {
	background: #E6E7E7;
	font-weight: normal;
	padding: 0.8em 1em;
}
#laboratory .teacher_list table thead th:first-child {
	width: 9em;
}
#laboratory .teacher_list table thead th:nth-child(2) {
	width: 15em;
}
#laboratory .teacher_list table thead th:nth-child(3) {
	width: 12em;
}
#laboratory .teacher_list table thead th:nth-child(4) {
	width: 20em;
}
#laboratory .teacher_list table thead th:last-child {
	width: 12em;
}
#laboratory .teacher_list table tbody td {
	padding:0.8em 2em 0.8em 3em;
	white-space: nowrap;
}
#laboratory .teacher_list table tbody td:nth-child(5) img {
	vertical-align: middle;
	width: auto;
	height: 0.9em;
}
/*low*/
#laboratory .laboratory_low_head .laboratory_ttl {
	font-size: 30px;
	font-weight: bold;
	color: #33436E;
	text-align: center;
	margin-bottom: 1em;
}
#laboratory .laboratory_low_head .menu {
	background: #3D3E53;
}
#laboratory .laboratory_low_head .menu ul {
	text-align: center;
	padding: 1em 0;
}
#laboratory .laboratory_low_head .menu ul li {
	display: inline-block;
	margin: 0 0.5em;
}
#laboratory .laboratory_low_head .menu ul li:first-child {
	margin-left: 0;
}
#laboratory .laboratory_low_head .menu ul li:last-child {
	margin-right: 0;
}
#laboratory .laboratory_low_head .menu ul li .btn {
	font-size: 16px;
	font-weight: 500;
	display: block;
	background-color: #565769;
	color: #fff;
	text-decoration: none;
	line-height: 2.3;
	width: 8em;
	text-align: center;
	border-radius: 2.3em;
	transition: background-color 0.5s ease;
}
#laboratory .laboratory_low_head .menu ul li .btn:hover {
	background-color: #136FB2;
}

#laboratory .lab {
	margin-top: 200px;
}
#laboratory .lab .lab_ttl {
	text-align: center;
	margin-bottom: 90px;
}
#laboratory .lab .lab_ttl .ttl {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
#laboratory .lab .lab_ttl .ttl:before,
#laboratory .lab .lab_ttl .ttl:after {
	content:'';
	display: block;
	width: 65px;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
}
#laboratory .lab .lab_ttl .ttl:before {
	right: 100%;
	margin-right: 1em;
}
#laboratory .lab .lab_ttl .ttl:after {
	left: 100%;
	margin-left: 1em;
}
#laboratory .lab .lab_ttl span {
	display: block;
}
#laboratory .lab .lab_ttl span a {
	font-weight: 500;
	color: #333355;
	text-decoration: none;
}
#laboratory .lab .lab_ttl span a:hover {
	text-decoration: underline;
}

#laboratory .lab .keyword {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#laboratory .lab .keyword .ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.5em;
	width: 100%;
}
#laboratory .lab .keyword .info {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	align-content:space-between;
}
#laboratory .lab .keyword .list {
	width: 100%;
}
#laboratory .lab .keyword .list li {
	display: inline-block;
	margin-right: 0.5em;
}
#laboratory .lab .keyword .list li:last-child {
	margin-right: 0;
}
#laboratory .lab .keyword .theme {
	background: #F2F2F2;
	padding: 15px 20px;
	width: 100%;
}
#laboratory .lab .keyword .theme strong {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#laboratory .lab .keyword .theme ul li {
	padding-left: 1.2em;
	position: relative;
}
#laboratory .lab .keyword .theme ul li:before {
	content:'●';
	position: absolute;
	left: 0;
	color: #136FB2;
}
#laboratory .lab .keyword .image ul {
	display: flex;
}
#laboratory .lab .keyword .image ul li {
	width: 290px;
	margin-left: 22px;
}
#laboratory .lab .keyword .image ul li:first-child {
	margin-left: 0;
}
#laboratory .lab .keyword .image ul li.border {
	position: relative;
}
#laboratory .lab .keyword .image ul li.border:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #D6D6D6;
	position: absolute;
	top: 0;
	left: 0;
}

#laboratory .lab .overview {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 35px 0;
	margin-top: 65px;
}
#laboratory .lab .overview .ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.5em;
}

#laboratory .lab .teacher {
	margin-top: 50px;
}
#laboratory .lab .teacher .ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.5em;
}
#laboratory .lab .teacher ul {
	display: flex;
	flex-wrap: wrap;
}
#laboratory .lab .teacher ul .item {
	width: 600px;
	margin: 40px 0 0 40px;
	display: flex;
	align-items: flex-end;
}
#laboratory .lab .teacher ul .item:nth-child(-n + 2) {
	margin-top: 0;
}
#laboratory .lab .teacher ul .item:nth-child(odd) {
	margin-left: 0;
}
#laboratory .lab .teacher ul .item .image {
	width: 320px;
	margin-right: 40px;
}
#laboratory .lab .teacher ul .item .info {
	flex:1;
	padding-bottom: 25px;
}
#laboratory .lab .teacher ul .item .info .name {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}
#laboratory .lab .teacher ul .item .info ul li {
	display: inline-block;
}
#laboratory .lab .teacher ul .item .info ul li .icon {
	display: inline-block;
	font-weight: 500;
	background: #F2F2F2;
	line-height: 1.8;
	padding: 0 0.5em;
	margin-right: 0.5em;
}
#laboratory .lab .teacher ul .item .info .button {
	margin-top: 25px;
}
#laboratory .lab .teacher ul .item .info .button .btn {
	font-size: 15px;
	font-weight: 500;
	display: block;
	width: 190px;
	color: #fff;
	border: 1px solid #3B4A71;
	background-color: #3B4A71;
	text-align: center;
	text-decoration: none;
	line-height: 2.5;
	border-radius: 2.5em;
	transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
#laboratory .lab .teacher ul .item .info .button .btn:hover {
	background-color: #fff;
	border-color: #3B4A71;
	color: #3B4A71;
}

/*///// course /////*/
#course .voice .voice_list {
	border-top: 1px solid #707070;
	padding-top:55px;
}
#course .voice .item {
	display: flex;
	margin-bottom: 90px;
}
#course .voice .item .image {
	width: 380px;
	text-align: center;
}
#course .voice .item .image img {
	max-height: 285px;
}
#course .voice .item .content {
	flex: 1;
	margin-left: 45px;
}
#course .voice .item .content > strong {
	font-size: 16px;
	font-weight: 500;
}
#course .voice .item .content > .name {
	font-size: 20px;
	font-weight: 500;
}
#course .voice .item .content > .name span {
	font-size: 73%;
	margin-left: 0.2em;
}
#course .voice .item .content > ul li {
	display: flex;
}
#course .voice .item .content > ul li span {
	white-space: nowrap;
}
#course .voice .item .content .message {
	margin-top: 1em;
}

#course .course .offer {
	background: #A4C336;
	color: #fff;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
#course .course .offer strong {
	font-size: 20px;
	font-weight: 500;
}
#course .course .offer span {
	font-size: 15px;
	font-weight: 500;
}
#course .course .note {
	font-weight: 500;
	padding: 0 0.5em;
}
#course .course .results {
	margin: 0 0 1em 0.5em;
}
#course .course .results .results_ttl {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5em;
}
#course .course .results .results_ttl:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 4em;
}
#course .course .results .results_ttl .ttl {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	position: relative;
}
#course .course .results .results_ttl span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	position: relative;
}
#course .course .results .list {
	display: flex;
	flex-wrap: wrap;
}
#course .course .results .list .image {
	width: 505px;
	margin-left: auto;
}
#course .course .results1 .list .image {
	margin-right: 10px;
}
#course .course .results2 .list .image {
	width: 517px;
}
#course .course .results .list ul {
	width: 230px;
}

/*///// newsletter /////*/
#newsletter .list {
	border-top: 1px solid #707070;
	padding-top:35px;
}
#newsletter .list ul {
	display: flex;
	flex-wrap: wrap;
}
#newsletter .list ul li {
	width: 250px;
	margin:1.5em 0 0 80px;
}
#newsletter .list ul li:nth-child(-n + 4) {
	margin-top: 0;
}
#newsletter .list ul li:first-child,
#newsletter .list ul li:nth-child(4n + 1) {
	margin-left: 0;
}
#newsletter .list ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	background: url("../images/common/icon_pdf.svg") right center no-repeat;
	background-size: 1.5em auto;
}
#newsletter .list ul li a span {
	text-decoration: underline;
	display: inline-block;
	width: 3em;
}
#newsletter .list ul li a:hover span {
	text-decoration: none;
}