@charset "UTF-8";

#header {
	margin-bottom: 130px;
}

#header .bg div {
	display: none;
}

#header .bg div:nth-child(1) {
	display: block;
}

#header .bg div:nth-child(1) .forpc {
	display: block;
}

#header .bg div:nth-child(1) .forsp {
	display: none;
}

#header .scroll {
	display: none;
}

#header #gnav {
	position: absolute;
	right: 0;
	bottom: -42px;
	left: 0;
}

#header #gnav.top:before, #header #gnav.interview:before, #header #gnav.news:before {
	background-color: #d20032 !important;
}

#header #gnav.top:after, #header #gnav.interview:after, #header #gnav.news:after {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5) !important;
}

#header #gnav.kansai:before {
	background-color: #009678 !important;
}

#header #gnav.kansai:after {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5) !important;
}

#header #gnav.kanto:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5) !important;
}

#header #gnav.kanto:after {
	z-index: 0;
	background-color: #5064c3 !important;
}

#header #gnav.kyushu:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5) !important;
}

#header #gnav.kyushu:after {
	z-index: 0;
	background-color: #f09700 !important;
}

#header #gnav.tokai:before {
	background-color: #0096be !important;
}

#header #gnav.tokai:after {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5) !important;
}

#header #gnav.fixed {
	bottom: auto;
	z-index: 100;
}

#header #gnav.fixed .gnav-inner {
	position: fixed;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 100;
}

.section {
	padding: 0 0 94px;
}

section {
	padding: 0 0 94px;
}

section.list h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.4;
}

section.list .lead {
	margin: 0 50px 80px;
	font-size: 15px;
	font-size: 1.5rem;
}

section.list ul {
	margin-bottom: -24px;
}

section.list ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

section.list ul li {
	position: relative;
	float: left;
	margin: 0 2.4% 24px 0;
	width: 23.1999%;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
	box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}

section.list ul li:nth-child(4n) {
	margin-right: 0;
}

section.list ul li a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
}

section.list ul li figure {
	position: relative;
	overflow: hidden;
	padding-bottom: 64.2%;
	width: 100%;
	height: 0;
}

section.list ul li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-width: none;
	width: auto;
	height: 120%;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

section.list ul li .icn-new {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff100;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

section.list ul li .ttl {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

section.list ul li .ttl-small {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 8px 3px;
	min-height: 48px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;

	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}

section.list ul li .ttl-medium {
	padding: 9px 8px;
	font-size: 17px;
	font-size: 1.7rem;

	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}

section.list ul li .ttl-medium br {
	display: none;
}

.section-request {
	padding: 94px 0 110px;
	background: url(../img/request-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}

.section-request h2 {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.section-request h2 strong {
	position: relative;
	top: -2px;
	vertical-align: middle;
	font-size: 35px;
	font-size: 3.5rem;
}

.section-request p {
	font-size: 17px;
	font-size: 1.7rem;
}

.section-request .btns:first-child {
	margin-top: 0;
}

.section-request .btns a {
	margin: 10px;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

.section-request .btns a:before {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 14px;
	height: 10px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: 14px;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.section-request .btns a:last-child:before {
	display: none;
}

.section-request .btns a.blank:before {
	display: block;
}

.section-request .btns a:hover:before {
	background: url(../img/icn-blank-b.png) 0 0 no-repeat;
	background-size: 14px;
}

.section-present {
	padding: 94px 0;
}

.section-present h2 {
	margin-bottom: 50px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.2;
}

.section-present h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.3;
}

.section-present h3 small {
	font-size: 15px;
	font-size: 1.5rem;
}

.section-present .inner {
	max-width: 750px;
	font-size: 14px;
	font-size: 1.4rem;
}

.section-present .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 30px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.section-present .flex figure {
	margin-right: 25px;
	font-size: 10px;
	font-size: 1rem;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.section-present .flex figure img {
	width: 126px;
}

.section-present .simekiri > div {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 5px 8px;
	max-width: 100%;
	width: 500px;
	border-radius: 5px;
	background-color: #d20032;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.section-present .simekiri small {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 500px;
	text-align: left;
	letter-spacing: .1em;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.3;
}

.section-info {
	padding: 94px 0;
	background-color: #f5f5f5;
	text-align: center;
}

.section-info h2 {
	margin-bottom: 50px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.2;
}

.section-info h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.3;
}

.section-info h3 span {
	display: inline-block;
	padding: 10px;
	width: 110px;
	border-radius: 5px;
	background-color: #d20032;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.section-info .inner {
	max-width: 750px;
	font-size: 14px;
	font-size: 1.4rem;
}

.section-info figure {
	margin-bottom: 30px;
}

.section-info figure img {
	width: 150px;
}

.fixed-request {
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 9;
	display: none;
}

.fixed-request .btn-request {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fixed-request .btn-request > span {
	margin: 12px 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.fixed-request .btn-request > span strong {
	display: block;
	font-size: 27px;
	font-size: 2.7rem;
}

.fixed-request .btn-request small {
	font-size: 14px;
	font-size: 1.4rem;
}

.fixed-request .btn-request small > span {
	font-size: 12px;
	font-size: 1.2rem;
}

.fixed-request .btn-request:after {
	display: block;
	margin-top: 3px;
	width: 20px;
	height: 20px;
	background: url(../img/icn-linkarrow.png) 0 0 no-repeat;
	background-size: 20px;
	content: "";
}

.fixed-request .btn-top {
	display: none;
}

/* 地域TOP */

/* 関東 */

.kanto #header #gnav:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.kanto #header #gnav:after {
	background-color: #5064c3;
}

.kanto section.list h2 {
	color: #5064c3;
}

.kanto section.list a:hover {
	background-color: #5064c3;
}

.kanto section.section-request {
	padding: 40px 0;
}

.kanto section.section-request .simekiri {
	display: block;
	margin: 10px 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.kanto section.section-request small {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

.kanto section.section-present h3, .kanto section.section-info h3 {
	color: #5064c3;
}

.kanto section.section-present h3 span, .kanto section.section-info h3 span {
	background-color: #5064c3;
}

.kanto section.section-present h3 a, .kanto section.section-present figure a, .kanto section.section-info h3 a, .kanto section.section-info figure a {
	color: #5064c3;
}

.kanto section.section-present .simekiri > div, .kanto section.section-info .simekiri > div {
	background-color: #5064c3;
}

.kanto .fixed-request .btn-request {
	background-color: #5064c3;
}

/* 関西 */

.kansai #header #gnav:before {
	background-color: #009678;
}

.kansai section.list h2 {
	color: #009678;
}

.kansai section.list a:hover {
	background-color: #009678;
}

.kansai section.section-present h3, .kansai section.section-info h3 {
	color: #009678;
}

.kansai section.section-present h3 span, .kansai section.section-info h3 span {
	background-color: #009678;
}

.kansai section.section-present h3 a, .kansai section.section-present figure a, .kansai section.section-info h3 a, .kansai section.section-info figure a {
	color: #009678;
}

.kansai section.section-present .simekiri > div, .kansai section.section-info .simekiri > div {
	background-color: #009678;
}

.kansai.univlist .section-request {
	min-height: 136px;
}

.kansai .fixed-request .btn-request {
	background-color: #009678;
}

/* 東海 */

.tokai #header #gnav:before {
	background-color: #0096be;
}

.tokai section.list h2 {
	color: #0096be;
}

.tokai section.list h2 small {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
}

.tokai section.list a:hover {
	background-color: #0096be;
}

.tokai section.section-present h3, .tokai section.section-info h3 {
	color: #0096be;
}

.tokai section.section-present h3 span, .tokai section.section-info h3 span {
	background-color: #0096be;
}

.tokai section.section-present h3 a, .tokai section.section-present figure a, .tokai section.section-info h3 a, .tokai section.section-info figure a {
	color: #0096be;
}

.tokai section.section-present .simekiri > div, .tokai section.section-info .simekiri > div {
	background-color: #0096be;
}

.tokai .fixed-request .btn-request {
	background-color: #0096be;
}

/* 九州 */

.kyushu #header #gnav:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.kyushu #header #gnav:after {
	background-color: #f09700;
}

.kyushu section.list h2 {
	color: #f09700;
}

.kyushu section.list a:hover {
	background-color: #f09700;
}

.kyushu section.list .block-border {
	overflow: hidden;
	margin: 60px 0 100px;
	padding: 50px;
	border: 1px solid #f09700;
	border-radius: 6px;
}

.kyushu section.list .block-border:last-child {
	margin-bottom: 0;
}

.kyushu section.list .block-border h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.7;
}

.kyushu section.list .block-border p {
	margin-bottom: 1.2em;
}

.kyushu section.list .block-border figure {
	margin: 40px auto 0;
	max-width: 600px;
}

.kyushu section.section-request {
	padding: 94px 0 110px;
	min-height: 136px;
}

.kyushu section.section-request .simekiri {
	display: block;
	margin: 10px 0;
}

.kyushu section.section-request small {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

.kyushu section.section-present h3, .kyushu section.section-info h3 {
	color: #f09700;
}

.kyushu section.section-present h3 span, .kyushu section.section-info h3 span {
	background-color: #f09700;
}

.kyushu section.section-present h3 a, .kyushu section.section-present figure a, .kyushu section.section-info h3 a, .kyushu section.section-info figure a {
	color: #f09700;
}

.kyushu section.section-present .simekiri > div, .kyushu section.section-info .simekiri > div {
	background-color: #f09700;
}

.kyushu section.section-info .inner {
	max-width: 800px;
}

.kyushu section.section-info .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.kyushu section.section-info .flex .col {
	width: 44.5%;
}

.kyushu section.section-info .flex .col h3 span {
	display: block;
	margin-bottom: 15px;
	width: auto;
}

.kyushu section.section-info .flex .col h3 small {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.kyushu section.section-info .flex .col figure {
	float: left;
	margin-right: 18px;
}

.kyushu section.section-info .flex .col figure img {
	width: 142px;
}

.kyushu section.section-info .flex .col p {
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
}

.kyushu section.section-info .flex .col.col2 figure {
	margin-bottom: 20px;
}

.kyushu section.section-info .flex .col.col2 figure img {
	width: 96px;
}

.kyushu section.section-info .flex .col.col2 .btns {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

.kyushu section.section-info .flex .col.col2 .btns a {
	width: 180px;
	border: 1px solid #f09700;
	color: #f09700;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

.kyushu section.section-info .flex .col.col2 .btns a:before {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 14px;
	height: 10px;
	background: url(../../kyushu/img/icn-blank.png) 0 0 no-repeat;
	background-size: 14px;
	content: "";
	-webkit-transition: .05s .3s;
	-o-transition: .05s .3s;
	transition: .05s .3s;
}

.kyushu section.section-info .flex .col.col2 .btns a:after {
	background-color: #f09700;
}

.kyushu .fixed-request .btn-request {
	background-color: #f09700;
}

@media all and (min-width: 759px) {
	#header #gnav .gnav-inner ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		overflow: hidden;
		border-radius: 5px;
		background: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
		box-shadow: 0 0 10px rgba(0, 0, 0, .5);

		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	#header #gnav .gnav-inner ul li {
		width: 16%;
	}

	#header #gnav .gnav-inner ul li a {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		height: 80px;
		text-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#header #gnav .gnav-inner ul li a div {
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	#header #gnav .gnav-inner ul li a div br {
		display: none;
	}

	#header #gnav .gnav-inner ul li a div small {
		display: block;
		color: #999;
		font-weight: normal;
		font-size: 1.1rem;
		font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	}

	#header #gnav .gnav-inner ul li a > span {
		display: none;
	}

	#header #gnav .gnav-inner ul li a:after {
		position: absolute;
		bottom: 0;
		left: 10%;
		z-index: -1;
		display: block;
		width: 80%;
		height: 5px;
		content: "";
		-webkit-transition: -webkit-transform .4s;
		-o-transition: transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s;
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
	}

	#header #gnav .gnav-inner ul li a:hover {
		opacity: 1;
	}

	#header #gnav .gnav-inner ul li a:hover:after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}

	#header #gnav .gnav-inner ul li a.active:after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	#header #gnav .gnav-inner ul li.top a:after {
		background-color: #d20032;
	}

	#header #gnav .gnav-inner ul li.kansai a:after {
		background-color: #009678;
	}

	#header #gnav .gnav-inner ul li.kanto a:after {
		background-color: #5064c3;
	}

	#header #gnav .gnav-inner ul li.kyushu a:after {
		background-color: #f09700;
	}

	#header #gnav .gnav-inner ul li.tokai a:after {
		background-color: #0096be;
	}

	#header #gnav .gnav-inner ul li.interview a:after {
		background-color: #d20032;
	}

	#header #gnav .gnav-inner ul li.news {
		display: none;
	}

	section.list ul li:nth-child(4n+1) {
		clear: both;
	}

	section.list ul li a:hover {
		color: #fff;
		opacity: 1;
	}

	section.list ul li a:hover figure img {
		-webkit-transform: scale(1.08) translate(-50%, -50%);
		-ms-transform: scale(1.08) translate(-50%, -50%);
		transform: scale(1.08) translate(-50%, -50%);
	}

	.kyushu section.section-info .flex .col.col2 .btns a:hover {
		color: #fff;
	}

	.kyushu section.section-info .flex .col.col2 .btns a:hover:before {
		background: url(../img/icn-blank.png) 0 0 no-repeat;
		background-size: 14px;
	}
}

@media all and (max-width: 758px) {
	#header {
		margin-bottom: 60px;
	}

	#header #gnav {
		bottom: 0;
	}

	#header #gnav .gnav-inner {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		z-index: 2;
		margin: 0 auto;
		width: 92%;
		border-radius: 4px;
		background: #fff;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	}

	#header #gnav .gnav-inner .spnav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		padding: 15px;
		color: #333;
		text-indent: .07em;
		letter-spacing: .07em;
		font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
		line-height: 1.4;

		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#header #gnav .gnav-inner .spnav .navttl {
		font-weight: bold;
		font-size: .9rem;

		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	#header #gnav .gnav-inner .spnav .navttl .catttl {
		display: inline-block;
		margin-left: 4px;
		padding-left: 6px;
		border-left: 1px solid #999;
		letter-spacing: 0;
	}

	#header #gnav .gnav-inner .spnav .navttl .catttl small {
		margin-left: .4em;
		color: #999;
		font-weight: normal;
	}

	#header #gnav .gnav-inner .spnav .navbtn {
		position: relative;
		padding-right: 25px;
		height: 12px;
		color: #333;
		text-indent: .1em;
		letter-spacing: .1em;
		font-size: .9rem;
		font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	}

	#header #gnav .gnav-inner .spnav .navbtn span {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 17px;
		height: 1px;
		background-color: #333;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}

	#header #gnav .gnav-inner .spnav .navbtn:before, #header #gnav .gnav-inner .spnav .navbtn:after {
		position: absolute;
		right: 0;
		display: block;
		width: 17px;
		height: 1px;
		background-color: #333;
		content: "";
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
	}

	#header #gnav .gnav-inner .spnav .navbtn span {
		top: 50%;
		margin-top: -1px;
	}

	#header #gnav .gnav-inner .spnav .navbtn:before {
		top: -1px;
	}

	#header #gnav .gnav-inner .spnav .navbtn:after {
		bottom: 0px;
	}

	#header #gnav .gnav-inner.close .spnav .navbtn span {
		opacity: 0;
	}

	#header #gnav .gnav-inner.close .spnav .navbtn:before {
		top: 4px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header #gnav .gnav-inner.close .spnav .navbtn:after {
		bottom: 7px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header #gnav .gnav-inner.close ul {
		padding: 25px 0;
		height: 320px;
	}

	#header #gnav .gnav-inner ul {
		overflow: hidden;
		padding: 0;
		height: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	#header #gnav .gnav-inner ul li {
		text-align: center;
	}

	#header #gnav .gnav-inner ul li a {
		display: block;
		padding: 12px 0;
		color: #999;
	}

	#header #gnav .gnav-inner ul li a div {
		font-size: 1.4rem;
		font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
		line-height: 1.4;
	}

	#header #gnav .gnav-inner ul li a div br {
		display: none;
	}

	#header #gnav .gnav-inner ul li a div small {
		display: block;
		font-size: 1rem;
	}

	#header #gnav .gnav-inner ul li a > span {
		display: none;
	}

	#header #gnav .gnav-inner ul li a.active {
		color: #000;
	}

	#header #gnav .gnav-inner ul li a.active div {
		position: relative;
	}

	#header #gnav .gnav-inner ul li a.active div strong {
		position: relative;
		display: inline-block;
	}

	#header #gnav .gnav-inner ul li a.active div strong:before {
		position: absolute;
		top: .6em;
		z-index: -1;
		display: block;
		margin: 0 -20%;
		width: 140%;
		height: 1px;
		background-color: #777;
		content: "";
	}

	#header #gnav .gnav-inner ul li.top, #header #gnav .gnav-inner ul li.interview, #header #gnav .gnav-inner ul li.news {
		text-indent: .15em;
		letter-spacing: .15em;
		font-weight: bold;
	}

	#header #gnav.fixed .gnav-inner {
		top: 15px;
		overflow-y: scroll;
		max-height: 90vh;
	}

	.section {
		padding: 0 0 50px;
	}

	section {
		padding: 0 0 50px;
	}

	section.list h2 {
		font-size: 3.5rem;
	}

	section.list .lead {
		margin: 0 0 60px;
	}

	section.list ul {
		margin-bottom: 0;
	}

	section.list ul li {
		margin: 0 3% 12px 0;
		width: 48.5%;
	}

	section.list ul li:nth-child(2n) {
		margin-right: 0;
	}

	section.list ul li:nth-child(2n+1) {
		clear: both;
	}

	section.list ul li .icn-new {
		top: -6px;
		right: -6px;
		padding-left: 1px;
		width: 35px;
		height: 35px;
		letter-spacing: 1px;
		font-size: 1.2rem;
	}

	section.list ul li .ttl-small {
		font-size: 1.6rem;
	}

	section.list ul li .ttl-medium {
		font-size: 1.6rem;
	}

	.section-request {
		padding: 45px 0;
	}

	.section-request h2 {
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.section-request h2 strong {
		top: 0;
		display: block;
		font-size: 2.7rem;
	}

	.section-request p {
		text-indent: .04em;
		letter-spacing: .04em;
		font-size: 1.2rem;
	}

	.section-present {
		padding: 40px 0;
	}

	.section-present h2 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.section-present h3 {
		font-size: 2.4rem;
	}

	.section-present h3 small {
		position: relative;
		top: -3px;
	}

	.section-present .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.section-present .flex figure {
		margin: 0 0 20px;
	}

	.section-info {
		padding: 40px 0;
	}

	.section-info h2 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.section-info h3 {
		font-size: 2.4rem;
	}

	.section-info h3 span {
		margin-top: 8px;
		padding: 6px;
		font-size: 1.6rem;
	}

	.fixed-request {
		right: 0;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;

		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.fixed-request:after {
		position: absolute;
		top: 20%;
		left: 50%;
		display: block;
		width: 1px;
		height: 60%;
		background-color: #fff;
		content: "";
	}

	.fixed-request .btn-request {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 5px;
		width: 50%;
		height: 50px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
	}

	.fixed-request .btn-request > span {
		margin-top: 0;
		margin-bottom: 2px;
		font-size: .9rem;

		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.fixed-request .btn-request > span strong {
		display: inline;
		text-indent: .2em;
		letter-spacing: .2em;
		font-weight: bold;
		font-size: 1.5rem;
	}

	.fixed-request .btn-request small {
		display: block;
		font-weight: normal;
		font-size: .9rem;
	}

	.fixed-request .btn-request small > span {
		font-size: .9rem;
	}

	.fixed-request .btn-top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 5px;
		width: 50%;
		height: 50px;
		color: #fff;
		text-align: center;
		text-indent: .2em;
		letter-spacing: .2em;
		font-size: 1.4rem;
		font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.univlist footer {
		padding-bottom: 40px;
	}

	.kanto section.section-request {
		padding: 30px 0;
	}

	.kanto .fixed-request {
		background-color: #5064c3;
	}

	.kansai .fixed-request {
		background-color: #009678;
	}

	.tokai .fixed-request {
		background-color: #0096be;
	}

	.kyushu section.list .block-border {
		margin: 45px 0;
		padding: 20px 15px;
	}

	.kyushu section.list .block-border h3 {
		font-size: 1.9rem;

		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
	}

	.kyushu section.section-request {
		padding: 45px 0;
	}

	.kyushu section.section-info .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.kyushu section.section-info .flex .col {
		width: 100%;
	}

	.kyushu section.section-info .flex .col figure img {
		width: 130px;
	}

	.kyushu section.section-info .flex .col.col2 {
		margin-top: 40px;
	}

	.kyushu .fixed-request {
		background-color: #f09700;
	}
}
