@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/*------------------------------------------------
html,body
------------------------------------------------*/


html,
body {
	/*font-family: Hiragino Sans, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯',Hiragino Kaku Gothic ProN, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo;*/
	font-family:'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	color: #333;
	background: #f7f7f7 none;
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

*::selection {
	background: rgba(0, 0, 0, .2);
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

.ff-releway {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 800;
	font-style: italic;
}
.oh-open {
	overflow: visible;
}
.overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	opacity: .5;
	background-color: #000;
}
@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
}
.bg_line-wrap {
	position: fixed;
	z-index: 1;
	right: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 65px);
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.bg_line-wrap {
		min-width: 1120px;
	}
}
/* /pc-only -----------*/

.bg_line {
	width: 1px;
	height: 100vh;
	background-color: #f7f7f7;
}
.bg_line:last-child {
	opacity: 0;
}

.page-effect {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: .1s 2s;
	pointer-events: none;
}
.page-effect::after {
    content: '';
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: 1s cubic-bezier(.645, .045, .355, 1);
    background-color: #5873b8;
}
.page-effect::before {
	content: '';
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: 1.5s .5s;
	opacity: 1;
	background-color: #fff;
}

/* animation ------------*/

.page-effect.pageon::after {
	left: 105%;
}
.page-effect.pageon::before {
	opacity: 0;
}
.page-effect.pageon {
	visibility: hidden;
	transition-delay: 2s;
}

.page-effect.pageout {
	visibility: visible;
	transition-delay: 0s;
}
.page-effect.pageout::after {
	left: 0;
	animation: pageout 1s cubic-bezier(.645, .045, .355, 1) forwards;
}
@keyframes pageout {
	0% {
		left: -105%;
	}
	100% {
		left: 0;
	}
}

/* /animation -----------*/

/*------------------------------------------------
wrapper
------------------------------------------------*/

#wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.wrapper__in {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	#wrapper,
	.wrapper__in {
		min-width: 1120px;
	}
	#wrapper .w1100 {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*------------------------------------------------
header
------------------------------------------------*/

#header {
	position: fixed;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	#header {
		min-width: 1120px;
	}
}

/*------------ header__left ------------*/

.header__left {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	width: 65px;
	height: 100vh;
	background-color: #fff;
}

/*------------ header__menu-wrap ------------*/

.header__menu-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 65px;
    cursor: pointer;
    background-color: #5873b8;
}
.header__menu {
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 35px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

/* close default ------------*/

.header__btn {
	position: relative;
	width: 31px;
	height: 26px;
}

.header__btn-line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin: auto;
	transition: all .3s ease;
	opacity: 1;
	background-color: #fff;
}

.header__btn-line:nth-of-type(1) {
	top: 0;
	width: 90%;
}

.header__btn-line:nth-of-type(2) {
	top: calc(50% - 2px);
	width: 90%;
}

.header__btn-line:nth-of-type(3) {
	top: calc(50% - 2px);
	width: 90%;
	opacity: 0;
}

.header__btn-line:nth-of-type(4) {
	bottom: 0;
	width: 90%;
}

/* open ------------*/

.btn-open .header__btn-line:nth-of-type(1) {
	left: -100%;
	opacity: 0;
}

.btn-open .header__btn-line:nth-of-type(2) {
	width: 30px;
	transform: rotate(137deg);
}

.btn-open .header__btn-line:nth-of-type(3) {
	width: 30px;
	transform: rotate(-137deg);
	opacity: 1;
}

.btn-open .header__btn-line:nth-of-type(4) {
	left: 100%;
	opacity: 0;
}

/*------------ header__nav ------------*/

.header__name-wrap {
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	left: -48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 160px;
	transform: rotate(90deg);
}
.header__name-ico {
	display: block;
}
.header__name-ico i {
	font-size: 22px !important;
}

.header__name-ico img{
	width: 40px;
}
.header__name {
	font-size: 11px;
	letter-spacing: .4em;
}

/*------------ header__nav ------------*/

.header__nav {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 65px;
	/*display: none;*/
	display: block;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 500px;
	height: 100vh;
	transition: 1s ease;
	opacity: 0;
	background-color: #fff;
}

.header__nav-list {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-right: auto;
	margin-left: auto;;
}
.header__nav-item {
	width: 100%;
	margin-bottom: 15px;
	transition: .8s;
	transform: translateX(-100px);
	text-align: center;
	opacity: 0;
}
.header__nav-item:nth-of-type(2) {
	transition-delay: .1s;
}
.header__nav-item:nth-of-type(3) {
	transition-delay: .2s;
}
.header__nav-item:nth-of-type(4) {
	transition-delay: .3s;
}
.header__nav-item:nth-of-type(5) {
	transition-delay: .4s;
}
.header__nav-item:nth-of-type(6) {
	transition-delay: .5s;
}
.header__nav-link {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	letter-spacing: .1em;
	color: #333;
}
.header__nav-logo {
	position: absolute;
	z-index: 1;
	bottom: 50px;
	right: 50px;
	opacity: .3;
	width:100%;
	max-width: 200px;
}

/* animation ------------*/

.header__nav.is-active {
	visibility: visible;
	opacity: 1;
}
.is-active .header__nav-item {
	transform: translateX(0px);
	opacity: 1;
}

/* /animation -----------*/

/*------------ header-logo ------------*/

.header-logo {
	position: fixed;
	z-index: 2;
	top: 25px;
	left: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 25px;
}

/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.header-logo {
		min-width: 1120px;
	}
}
/* /pc-only -----------*/

.logo__link {
	display: block;
	width: 250px;
	height: 40px;
	transition: .3s;
	background: url(../common/img/logo.svg) no-repeat center / cover;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.logo__link:hover {
		opacity: .7;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
main
------------------------------------------------*/

@media screen and (min-width: 768px) {
	#main {
		display: block;
		overflow: hidden;
		margin-right: 65px;
	}
}

/*------------------------------------------------
ä¸‹å±¤ãƒšãƒ¼ã‚¸
------------------------------------------------*/

.p-main {
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 375px;
	margin-bottom: 70px;
}
.p-main::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

}
.p-main__in {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding-left: 150px;
}
.p-main__in::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: auto;
	transition: .5s;
	transition-delay: .8s;
	background-color: #fff;
}
.p-main__ttl-en,
.p-main__ttl {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 2;
	min-height: 0;
	letter-spacing: .15em;
	color: #fff;
}
.p-main__ttl-en span {
	display: inline-block;
	transition: .8s;
	transform: translateY(20px);
	opacity: 0;
}

/* option ------------*/
.p-main__ttl-en span:nth-of-type(1) {
	transition-delay: .9s;
}
.p-main__ttl-en span:nth-of-type(2) {
	transition-delay: .95s;
}
.p-main__ttl-en span:nth-of-type(3) {
	transition-delay: 1s;
}
.p-main__ttl-en span:nth-of-type(4) {
	transition-delay: 1.05s;
}
.p-main__ttl-en span:nth-of-type(5) {
	transition-delay: 1.1s;
}
.p-main__ttl-en span:nth-of-type(6) {
	transition-delay: 1.15s;
}
.p-main__ttl-en span:nth-of-type(7) {
	transition-delay: 1.2s;
}
.p-main__ttl-en span:nth-of-type(8) {
	transition-delay: 1.25s;
}
.p-main__ttl-en span:nth-of-type(9) {
	transition-delay: 1.3s;
}
.p-main__ttl-en span:nth-of-type(10) {
	transition-delay: 1.35s;
}
.p-main__ttl-en span:nth-of-type(11) {
	transition-delay: 1.4s;
}
.p-main__ttl-en span:nth-of-type(12) {
	transition-delay: 1.45s;
}
.p-main__ttl-en span:nth-of-type(13) {
	transition-delay: 1.5s;
}
.p-main__ttl-en span:nth-of-type(14) {
	transition-delay: 1.55s;
}
.p-main__ttl-en span:nth-of-type(15) {
	transition-delay: 1.6s;
}
.p-main__ttl-en span:nth-of-type(16) {
	transition-delay: 1.65s;
}
/* /option -----------*/

.p-main__ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	transition: 1s;
	transition-delay: 1.5s;
	letter-spacing: .1em;
	opacity: 0;
}
.p-main__txt {
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	z-index: 2;
	bottom: 25%;
	left:180px;
	height: 1em;
	letter-spacing: .1em;
	pointer-events: none;
	opacity: .2;
	color: #fff;
}

/* animation ------------*/

.p-main.js_load--on .p-main__in::before {
	width: 110px;
}
.p-main.js_load--on .p-main__ttl-en span {
	transform: translateY(0px);
	opacity: 1;
}
.p-main.js_load--on .p-main__ttl {
	opacity: 1;
}

/* /animation -----------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
	line-height: 1;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 500px;
	height: 40px;
	margin: auto;
	padding: 0 30px;
	background-color: #fff;
}
.breadcrumb__item {
	display: inline;
}
.breadcrumb__item:not(:last-child)::after {
	content: '\f105';
	font-family: fontawesome;
	display: inline-block;
	margin: 0 8px 0 5px;
	text-decoration: none;
}
.breadcrumb__link {
	font-size: 11px;
	line-height: 1;
	letter-spacing: .1em;
}
p.breadcrumb__link {
	display: inline;
}
a.breadcrumb__link {
	position: relative;
	transition: .2s;
	color: #3f96d6;
}
a.breadcrumb__link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	transition: .3s;
	background-color: #3f96d6;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	a.breadcrumb__link:hover {
		opacity: .3;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
recruit
------------------------------------------------*/

.recruit {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: url(../img/f-cnt/bg_01.jpg) no-repeat center / cover;
	padding-bottom: 60px;
}
.recruit::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .9;
	background-image: #0b6bb9;
	background-image: -webkit-radial-gradient(top right, #5873b8 0%, #042779 100%);
	background-image:      -o-radial-gradient(top right, #5873b8 0%, #042779 100%);
	background-image:         radial-gradient(to bottom left, #5873b8 0%, #042779 100%);

}
.recruit__in {
	position: relative;
	z-index: 2;
	height: 100%;
	padding-top: 60px;
	text-align: center;
}
.recruit__block-ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: .1em;
}
.recruit__block-ttl span {
	font-size: 45px;
	display: block;
	margin-bottom: 0;
	letter-spacing: .2em;
}
.recruit__block-txt {
	font-size: 17px;
	margin-top: 25px;
	letter-spacing: .05em;
}
.recruit__btn {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 450px;
	height: 80px;
	margin: 45px auto 0;
	transition: .4s;
	letter-spacing: .05em;
	border: 1px solid #fff;
}
.recruit__btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s;
	background: #fff;
}
.recruit__btn span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -320px;
	left: 0;
	display: block;
	width: 40px;
	height: 1px;
	margin: auto;
	transition: .4s;
	transform-origin: right;
	background-color: #fff;
}
.recruit__btn span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 1px;
	margin: auto;
	transition: .4s;
	transform: rotate(30deg);
	transform-origin: right;
	background-color: #fff;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.recruit__btn:hover {
		color: #0e192d;
	}
	.recruit__btn:hover::before {
		left: 0;
	}
	.recruit__btn:hover span {
		right: -360px;
		background-color: #0e192d;
	}
	.recruit__btn:hover span::after {
		background-color: #0e192d;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
page-top
------------------------------------------------*/

.page-top-wrp {
	position: relative;
	width: 100%;
	height: 0;
	margin-right: auto;
	margin-left: auto;
}

.pageTop {
	position: relative;
	display: none;
}

@media screen and (min-width: 768px) {
	.pageTop:hover {
		background-color: #6fba2c;
	}
	.pageTop:hover:before {
		top: 8px;
	}
}

.pageTop a {
	font-size: 12px;
	line-height: 1em;
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 30px;
	transition: all .3s ease;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	background-color: #313131;
}


/*------------------------------------------------
footer
------------------------------------------------*/

#footer {
	margin-right: 65px;
	color: #fff;
	background-color: #07122d;
}
.footer__in {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 40px 50px 25px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.footer__in-sbs{
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
/* /pc-only -----------*/
.footer__txt-wrap {
	font-size: 13px;
	letter-spacing: .05em;
}
.footer__logo {
	display: block;
	width: 200px;
}

.footer__pp {
	font-size: 12px;
	letter-spacing: .05em;
}

.page-top {
	position: absolute;
	top: 50px;
	right: 60px;
	display: block;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*------------------------------------------------
not-found 404
------------------------------------------------*/


/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 12px;
		line-height: 1.6;
	}

	.oh-open {
		overflow: hidden;
	}

	.bg_line-wrap {
		position: fixed;
		z-index: 1;
		left: 0;
		width: 100%;
	}

	.bg_line:first-child,
	.bg_line:last-child {
		opacity: 0;
	}

	/*------------------------------------------------
	wrapper
	------------------------------------------------*/

	#wrapper {
		overflow: hidden;
	}

	/*------------------------------------------------
	header
	------------------------------------------------*/

	#header {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 55px;
		padding: 0;
		background-color: #fff;
	}

	/*------------ header__left ------------*/

	.header__left {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		padding-top: 0;
	}

	/*------------ header__menu-wrap ------------*/

	.header__menu-wrap {
		width: 55px;
		height: 55px;
		margin-left: auto;
	}
	.header__menu {
		display: flex;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 35px;
		margin-right: auto;
		margin-left: auto;
		cursor: pointer;
	}

	/* close default ------------*/

	.header__btn {
		position: relative;
		width: 30px;
		height: 26px;
	}
	.header__btn-line {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		transition: all .3s ease;
		opacity: 1;
	}

	.header__btn-line:nth-of-type(1) {
		top: 0;
		width: 90%;
	}

	.header__btn-line:nth-of-type(2) {
		top: calc(50% - 2px);
		width: 90%;
	}

	.header__btn-line:nth-of-type(3) {
		top: calc(50% - 2px);
		width: 90%;
		opacity: 0;
	}

	.header__btn-line:nth-of-type(4) {
		bottom: 0;
		width: 90%;
	}

	/* open ------------*/

	.btn-open .header__btn-line:nth-of-type(1) {
		left: -100%;
		opacity: 0;
	}

	.btn-open .header__btn-line:nth-of-type(2) {
		width: 30px;
		transform: rotate(137deg);
	}

	.btn-open .header__btn-line:nth-of-type(3) {
		width: 30px;
		transform: rotate(-137deg);
		opacity: 1;
	}

	.btn-open .header__btn-line:nth-of-type(4) {
		left: 100%;
		opacity: 0;
	}

	/*------------ header__nav ------------*/

	.header__name-wrap {
		display: none;
	}

	/*------------ header__nav ------------*/


	.header__nav {
		z-index: -1;
		top: 55px;
		left: 0;
		display: block;
		width: 100%;
		height: calc(100vh - 55px);
		padding: 0 15px;
	}

	.header__nav-list {
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
	}
	.header__nav-item {
		margin-bottom: 10px;
		transform: translateX(0) translateY(20px);
	}
	.header__nav-link {
		font-size: 16px;
		padding: 10px;
	}
	.header__nav-logo {
		position: absolute;
		z-index: 1;
		bottom: 20px;
		right: 20px;
		width: 150px;
	}

	/* animation ------------*/

	.is-active .header__nav-item {
		transform: translateX(0) translateY(0);
	}

	/* /animation -----------*/

	/*------------ header-logo ------------*/

	.header-logo {
		position: absolute;
		z-index: 4;
		top: 0;
		bottom: 0;
		left: 10px;
		width: auto;
		padding-right: 0;
	}

	.logo__link {
		display: block;
		width: 200px;
		height: 29px;
	}

	/*------------------------------------------------
	main
	------------------------------------------------*/

	#main {
		margin-top: 55px;
	}

	/*------------------------------------------------
	ä¸‹å±¤ãƒšãƒ¼ã‚¸
	------------------------------------------------*/

	.p-main {
		height: 180px;
		margin-bottom: 30px;
	}

	.p-main__in {
		justify-content: center;
		padding-left: 0;
	}
	.p-main__in::before {
		height: 2px;
	}
	.p-main__ttl-en,
	.p-main__ttl {
		font-size: 30px;
		line-height: 1.3;
		margin-top: 0
	}
	.p-main__ttl {
		font-size: 12px;
		margin-top: 60px;
		margin-bottom: 0;
	}
	.p-main__txt {
		display: none;
	}

	/* animation ------------*/

	.p-main.js_load--on .p-main__in::before {
		width: 0;
	}

	/* /animation -----------*/

	/*------------ breadcrumb ------------*/

	.breadcrumb {
		width: 85%;
		height: 25px;
		padding: 0 15px;
	}
	.breadcrumb__list{
		height: 1em;
		overflow: hidden;
	}
	.breadcrumb__item:not(:last-child)::after {
		margin: 0 8px 0 5px;
	}
	.breadcrumb__link {
		font-size: 10px;
	}
	a.breadcrumb__link::after {
		bottom: -3px;
	}

	/*------------------------------------------------
	recruit
	------------------------------------------------*/

	.recruit {
		height: auto;
	}
	.recruit__in {
		padding-top: 40px;
	}
	.recruit__block-ttl{
		font-size: 11px;
	}
	.recruit__block-ttl span{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.recruit__block-txt{
		margin-top: 15px;
		font-size: 13px;
		text-align: center;
	}
	.recruit__btn{
		width: 290px;
		height: 50px;
		font-size: 13px;
		margin: 30px auto 0;
	}
	.recruit__btn span {
		right: -220px;
		width: 26px;
	}
	.recruit__btn span::after {
		width: 11px;
	}

	/*------------------------------------------------
	footer
	------------------------------------------------*/

	#footer {
		margin-right:0;
	}
	.footer__in {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
		padding: 25px 15px 10px;
	}
	.footer__txt-wrap {
		font-size: 11px;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer__logo {
		width: 140px;
	}
	.footer__cp {
		font-size: 10px;
	}
	.footer__pp {
		font-size: 10px;
	}
	.page-top {
		top: 30px;
		right: 22px;
		width: 20px;
		height: 20px;
	}

	/*------------------------------------------------
	not-found 404
	------------------------------------------------*/
}
.mincho{font-family:'Noto Serif JP', serif !important;}

.SDGsicon{position: absolute;
	width: 70px;
	top:0;
	left:0;
}
