@charset "UTF-8";
/*==============================================
 * message.scss
 * IMPORT SCSS
 *=============================================*/
/*
 * RESET
 */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*==============================================
 * SETTING
 *=============================================*/
/*
 * variables
 */
/*
 * mixins
 */
/*==============================================
 * HEADER
 *=============================================*/
.header {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.header {
		position: relative;
		max-width: 100%;
		width: 100%;
		height: 4.28em;
		z-index: 12;
	}
}

.header__main {
	position: relative;
	padding-top: 2.14em;
}

@media screen and (max-width: 480px) {
	.header__main {
		padding-top: 0;
	}
}

.header__main__ttl {
	width: 16.8em;
	margin-left: 3%;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.header__main__ttl {
		position: absolute;
		text-align: left;
		top: 2.0em;
		padding: 0;
		border: none;
		font-size: 0.64em;
	}
}

.header__main__logo {
	width: 22em;
	margin: -2.6em auto;
	text-align: center;
}

.header__main__logo img {
	width: 22em;
}

@media screen and (max-width: 480px) {
	.header__main__logo {
		position: absolute;
		top: 1em;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 20;
	}
	.header__main__logo img {
		width: 51%;
	}
}

.header__main__entry {
	position: absolute;
	width: 10.5em;
	top: 270%;
	right: 3%;
	z-index: 1;
}

.header__main__entry img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.header__main__entry a {
	display: block;
}

.header__main__entry:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 480px) {
	.header__main__entry {
		display: none;
		-webkit-transition: none;
		transition: none;
	}
}

.header__main__web {
	z-index: 2;
	position: absolute;
	width: 10.5em;
	top: 100%;
	right: 3%;
}

.nav {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12%;
	width: 60%;
	margin: 0 auto;
	color: #000000;
}

@media screen and (max-width: 480px) {
	.nav {
		position: relative;
		width: 100%;
		top: 4.28em;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		background: rgba(0, 0, 0, 0) none no-repeat scroll top left;
		z-index: 0;
	}
}

@media screen and (max-width: 480px) {
	.active.nav {
		position: fixed;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		background: white;
		overflow: scroll;
	}
}

.nav__ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 480px) {
	.nav__ul {
		display: block;
		top: 4.28em;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.nav__ul__item {
	font-size: 1.2em;
	padding-right: 0;
}

.nav__ul__item img {
	width: 1.8em;
	margin: -2px 3px 0 0;
}

.nav__ul__item a {
	position: relative;
	display: inline-block;
	-webkit-transition: width 1s ease .1s;
	transition: width 1s ease .1s;
}

.nav__ul__item a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	right: 0;
	bottom: -6px;
	left: auto;
	background: url(../../image/border.png) no-repeat scroll center center;
	background-size: cover;
	-webkit-transition: width .2s ease .0s;
	transition: width .2s ease .0s;
}

.nav__ul__item a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.nav__ul__item a p {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.nav__ul__item {
		display: block;
		width: 9.6em;
		margin: 0 auto;
		font-size: 16px;
		text-align: left;
		padding: 7% 0;
	}
	.nav__ul__item a {
		text-decoration: none;
		color: #000000;
	}
	.nav__ul__item a:hover {
		color: #000000;
	}
	.nav__ul__item img {
		margin: -3px 14px 0 0;
	}
}

.nav__entry {
	display: none;
}

@media screen and (max-width: 480px) {
	.nav__entry {
		position: relative;
		text-align: center;
		margin: 0 auto 2em;
		display: block;
	}
	.nav__entry img {
		width: 40%;
	}
}

.item--line {
	border-bottom: none;
}

.no-event {
	pointer-events: none;
}

.no-event a {
	color: #ccc;
}

/*
 * HAMBURGER BUTTON
 */
@media screen and (max-width: 480px) {
	.header__line {
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		right: 12px;
		top: 8px;
		background: #ffffff none no-repeat scroll top left;
		cursor: pointer;
		z-index: 9999;
	}
	.header__line span {
		display: block;
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		animation: backCenter 1s ease 0s 1 normal both;
		-moz-animation: backCenter 1s ease 0s 1 normal both;
		-webkit-animation: backCenter 1s ease 0s 1 normal both;
	}
	.header__line span::before {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		animation: backTop 1s ease 0s 1 normal both;
		-moz-animation: backTop 1s ease 0s 1 normal both;
		-webkit-animation: backTop 1s ease 0s 1 normal both;
	}
	.header__line span::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		animation: backBottom 1s ease 0s 1 normal both;
		-moz-animation: backBottom 1s ease 0s 1 normal both;
		-webkit-animation: backBottom 1s ease 0s 1 normal both;
	}
	.header__ttl {
		font-size: 1em;
		padding-left: 0;
	}
	.header__main div {
		width: auto;
	}
	.header__main__btn {
		left: 0;
	}
	.active.header__line span {
		animation: lineCenter 1s ease 0s 1 normal both;
		-moz-animation: lineCenter 1s ease 0s 1 normal both;
		-webkit-animation: lineCenter 1s ease 0s 1 normal both;
	}
	.active.header__line span::before {
		content: '';
		animation: lineTop 1s ease 0s 1 normal both;
		-moz-animation: lineTop 1s ease 0s 1 normal both;
		-webkit-animation: lineTop 1s ease 0s 1 normal both;
	}
	.active.header__line span::after {
		content: '';
		animation: lineBottom 1s ease 0s 1 normal both;
		-moz-animation: lineBottom 1s ease 0s 1 normal both;
		-webkit-animation: lineBottom 1s ease 0s 1 normal both;
	}
	@-webkit-keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@-webkit-keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-webkit-keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@-webkit-keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@-webkit-keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@-webkit-keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
	@keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
}

.header--fixed {
	z-index: 30;
	position: fixed;
	max-width: 1400px;
	min-width: 1000px;
	width: 100%;
	height: 70px;
	top: 0;
	margin: 0 auto;
	background: #fff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

@media screen and (max-width: 480px) {
	.header--fixed {
		display: none;
	}
}

.header--fixed .nav {
	bottom: 24%;
}

.header__sub img {
	width: 14em;
}

.header__sub__logo {
	margin: 0.8em auto;
	text-align: center;
}

.header__sub__ttl {
	width: 12%;
	margin-left: 3%;
	margin: 2.1em 0 0 2.6em;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

.is-active.header--fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	z-index: 32;
}

/*==============================================
 * IF IE
 *=============================================*/
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .header--fixed {
		display: none;
	}
	*::-ms-backdrop, .is-active.header--fixed {
		display: block;
	}
}

.header--fixed {
	display: none\9;
}

.is-active.header--fixed {
	display: block\9;
}

/*==============================================
 * FOOTER
 *=============================================*/
.footer {
	position: relative;
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	padding: 4em 0 2em 0;
	overflow: hidden;
	z-index: 10;
}

@media screen and (max-width: 480px) {
	.footer {
		position: relative;
		max-width: 100%;
		z-index: 10;
		width: 87.5%;
		padding-top: 1em;
	}
}

.footer__btn {
	width: 6em;
	margin: 0 auto 4em;
	cursor: pointer;
}

.footer__btn img {
	display: block;
	width: 4em;
	margin: 0 auto;
}

.footer__btn__txt {
	color: #000000;
	padding-top: 1.42em;
	font-size: 0.92em;
	font-weight: 400;
}

.footer__small {
	text-align: center;
	float: right;
}

@media screen and (max-width: 480px) {
	.footer__small {
		text-align: left;
		float: none;
	}
}

.footer__small small {
	font-size: 0.85em;
}

@media screen and (max-width: 480px) {
	.footer__small small {
		font-size: 0.75em;
	}
}

.footer__ul {
	display: inline-block;
	padding-bottom: 2%;
}

.footer__ul__item {
	display: inline-block;
	padding-right: 1em;
}

.footer__ul__item a {
	color: #000;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.footer__ul__item {
		display: block;
		padding-top: 8%;
		font-size: 0.85em;
	}
	.footer__ul__item:nth-child(2) {
		display: none;
	}
}

/*==============================================
 * LAYOUT
 *=============================================*/
.l-frame--limit {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}

.l-frame--large {
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	.l-frame--large {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.l-frame {
	max-width: 1200px;
	margin: 4.28em auto;
	padding-top: 4.28em;
}

@media screen and (max-width: 480px) {
	.l-frame {
		max-width: 100%;
		margin: 2em auto;
		padding-top: 0;
	}
}

.l-frame--member {
	position: relative;
}

/*
 * hide
 */
@media (max-width: 480px) {
	.sp-none {
		display: none;
	}
}

@media (min-width: 481px) {
	.pc-none {
		display: none;
	}
}

/*
 * btn transition
 */
.u-btn {
	cursor: pointer;
}

.u-btn img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

@media screen and (max-width: 480px) {
	.u-btn img {
		-webkit-transition: none;
		transition: none;
	}
}

.u-btn:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 480px) {
	.u-btn:hover img {
		-webkit-transform: none;
		transform: none;
	}
}

/*
 * IF IE
 */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .l-frame--large {
		overflow: hidden !important;
	}
}

.l-frame--large {
	overflow: hidden !important;
}

/*==============================================
 * COMMON
 *=============================================*/
body {
	font-size: 87.50%;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std M', 'TsukuARdGothicStd-M';
	color: #000000;
}

.container {
	background: #FFF none no-repeat scroll top left;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

li {
	list-style: none;
}

p {
	letter-spacing: 1px;
	line-height: 1.4;
}

.nav__ul__item:nth-child(5) a::before {
	width: 100%;
}

.container {
	min-width: 1000px;
	background: #ffffff none no-repeat scroll top left;
}

@media screen and (max-width: 480px) {
	.container {
		min-width: 100%;
	}
}

.cover {
	position: relative;
	width: 62%;
	margin: 5em auto;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.cover {
		width: 87.5%;
		margin: 2.4em auto 13em;
	}
}

.cover__ttl {
	width: 75%;
	letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
	.cover__ttl {
		width: 102%;
		margin: 2.4em auto;
		padding-top: 6em;
	}
}

.cover__balloon {
	position: absolute;
	background: url(../../recruit/image/recruit-balloon.png) no-repeat scroll top center;
	background-size: contain;
	padding: 1.6em 3.7em;
	top: 0;
	right: -5em;
	font-size: 1.71em;
}

@media screen and (max-width: 480px) {
	.cover__balloon {
		font-size: 1em;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
		padding: 1.8em 4em;
	}
}

.cover__img {
	position: absolute;
	width: 12em;
	top: 11em;
	right: -4em;
}

@media screen and (max-width: 480px) {
	.cover__img {
		width: 28%;
		top: 112%;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.block {
	width: 62%;
	margin: 7em auto;
}

@media screen and (max-width: 480px) {
	.block {
		position: relative;
		width: 87.5%;
		z-index: 5;
	}
}

.block__heading {
	margin-bottom: 3em;
	font-size: 2em;
	letter-spacing: 2px;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.block__heading {
		margin-bottom: 2em;
		font-size: 1.28em;
	}
}

.block__inner {
	clear: both;
	border-top: 2px solid #000000;
	width: 100%;
	padding-bottom: 2em;
	overflow: hidden;
}

.block__inner p {
	position: relative;
	font-size: 1.28em;
	padding-top: 1.8em;
	line-height: 2.0;
}

@media screen and (max-width: 480px) {
	.block__inner p {
		padding-top: 1.2em;
	}
}

.block__inner p span {
	text-align: left;
	position: absolute;
	left: 26%;
}

@media screen and (max-width: 480px) {
	.block__inner p span {
		left: 40%;
	}
}

.block__inner .block__inner__left {
	width: 25%;
	float: left;
}

@media screen and (max-width: 480px) {
	.block__inner .block__inner__left {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.block__inner .block__inner__left p {
		font-size: 1.28em;
	}
}

.block__inner .block__inner__right {
	width: 75%;
	float: left;
}

@media screen and (max-width: 480px) {
	.block__inner .block__inner__right {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.block__inner .block__inner__right p {
		font-size: 1em;
	}
}

.block__inner .block__inner__right a {
	color: #777;
	border-bottom: 1px solid #777;
}

.block__inner .block__inner__right a:hover {
	color: #ccc;
}

.block__inner .block__inner--small {
	font-size: 1em;
	line-height: 1.6;
	padding-top: 2.8em;
}

.block__inner ul {
	padding-top: 2em;
}

.block__inner ul li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1.6em;
	text-indent: -1.6em;
	font-size: 1.28em;
	padding: 0.2em 0 0.2em 1.6em;
	line-height: 2.0;
}

@media screen and (max-width: 480px) {
	.block__inner ul li {
		font-size: 1em;
	}
}

.block--last {
	border-bottom: 2px solid #000000;
}

.block__inner--space {
	padding-top: 3.5em;
}

@media screen and (max-width: 480px) {
	.block__inner--space {
		padding-top: 2em;
	}
}

.block__inner__right__box {
	position: relative;
	width: 31.8em;
}

@media screen and (max-width: 480px) {
	.block__inner__right__box {
		width: 100%;
	}
}

.block__inner__right__box p.block__inner__right__box__ttl {
	position: absolute;
	text-align: center;
	top: -0.8em;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 1.71em;
}

@media screen and (max-width: 480px) {
	.block__inner__right__box p.block__inner__right__box__ttl {
		font-size: 1.2em;
	}
}

.block__inner__right__box p.block__inner__right__box__txt {
	position: absolute;
	text-align: left;
	padding: 0 1.8em;
	top: 5.6em;
	font-size: 1em;
	line-height: 0.4;
	line-height: 1.8;
}

@media screen and (max-width: 480px) {
	.block__inner__right__box p.block__inner__right__box__txt {
		top: 4em;
		font-size: 0.7em;
	}
}

.block__image {
	width: 640px;
	margin: 5em auto;
}

@media screen and (max-width: 480px) {
	.block__image {
		width: 70%;
		margin: 3em auto 0;
	}
}

/*==============================================
 * IF IE
 *=============================================*/
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .cover__ttl {
		height: 388px;
	}
}

.cover__ttl {
	height: 388px\9;
}
