@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
	display: block
}

body {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

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
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	min-height: 100vh;
	background-color: white;
	font-family: YakuHanJP, 'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	color: #444;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	word-wrap: break-word;
	-ms-overflow-style: none;
	scrollbar-width: none
}

body::-webkit-scrollbar {
	display: none
}

body._isOpen {
	overflow: hidden
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit
}

p {
	margin: 0
}

i,
em {
	font-style: normal
}

strong {
	font-weight: inherit
}

a {
	text-decoration: none;
	color: inherit
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	color: inherit
}

a:focus {
	outline: none
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom
}

picture {
	display: block
}

a[href^='tel:'] {
	cursor: default;
	pointer-events: none
}

@media only screen and (max-width: 599px) {
	a[href^='tel:'] {
		cursor: pointer;
		pointer-events: auto
	}
}

.loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #00549c;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1.6s;
	transition: all 1.6s
}

.loading__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
	height: 800px
}

.loading__circle {
	width: 15.625vw;
	animation: loaderCircleBounce 1800ms linear 3;
	-webkit-animation: loaderCircleBounce 1800ms linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.loading._isLoaded {
	opacity: 0;
	visibility: hidden
}

@media screen and (max-width: 640px) {
	.loading__logo {
		width: 37.33333vw
	}

	.loading__circle {
		width: 8vw
	}
}

@-webkit-keyframes loaderCircleBounce {
	0% {
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	25% {
		transform: translateY(-80%);
		-webkit-transform: translateY(-80%);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
	}

	50% {
		transform: translateY(0);
		-webkit-transform: translateY(0%);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	75% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0%)
	}
}

@keyframes loaderCircleBounce {
	0% {
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	25% {
		transform: translateY(-80%);
		-webkit-transform: translateY(-80%);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
	}

	50% {
		transform: translateY(0);
		-webkit-transform: translateY(0%);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	75% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0%)
	}
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
	padding-bottom: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__logo {
	width: 117px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__logo .logo_default {
	display: none
}

.l-header__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 994px
}

.l-header .menuButton {
	display: none
}

.l-header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px
}

.l-header__menu ._list:not(:last-of-type) {
	margin-right: 24px
}

.l-header__menu ._link ._inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 6px;
	color: white;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.l-header__menu ._link ._inner:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	border-bottom: 2px solid white;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__menu ._link ._inner:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	display: block;
	width: 0;
	border-bottom: 2px solid white;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__menu ._link ._inner ._jp {
	margin-bottom: 3px;
	font-size: 12px;
	font-size: 1.2rem
}

.l-header__menu ._link ._inner ._en {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 800;
	font-size: 10px;
	font-size: 1rem
}

.l-header__menu ._link ._inner ._en>i {
	font-size: 14px;
	font-size: 1.4rem
}

.l-header__menu ._link:hover ._inner:before {
	width: 30%
}

.l-header__menu ._link:hover ._inner:after {
	width: 30%
}

.l-header__banner {
	width: 298px;
	height: 46px
}

.l-header__banner ._link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.l-header__banner ._link:after {
	content: "";
	position: absolute;
	top: -0.5px;
	left: -1px;
	display: block;
	width: 300px;
	height: 47px;
	border: 1px solid #dcdcdc;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__banner ._link ._spTxt {
	display: none
}

.l-header__banner ._link ._button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	width: 100%;
	height: 100%;
	background-image: url("../img/rikunabi-logo.png");
	background-color: white;
	background-position: top 16px left 8px;
	background-repeat: no-repeat;
	background-size: 89px
}

.l-header__banner ._link ._box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 192px;
	height: 46px;
	background-color: #f99c1c;
	font-size: 15px;
	font-size: 1.5rem;
	color: white;
	font-weight: 900;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header__banner ._link ._box ._en {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 800;
	font-size: 18px;
	font-size: 1.8rem
}

.l-header__banner ._link ._box:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-bottom: 2px solid #fbcb89
}

.l-header__banner ._link ._box:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-bottom: 2px solid #fbcb89
}

.l-header__banner ._link:hover ._box {
	background-color: #ffba00
}

.l-header__banner ._link:hover ._box:before {
	width: 50%;
	border-bottom: 2px solid #ffdb7b
}

.l-header__banner ._link:hover ._box:after {
	width: 50%;
	border-bottom: 2px solid #ffdb7b
}

.l-header._isScroll {
	background-color: white
}

.l-header._isScroll>.l-header__inner {
	padding-top: 10px
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo {
	width: 67px
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo .logo_default {
	display: block
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo .logo_white {
	display: none
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner {
	color: #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner:before {
	border-bottom: 2px solid #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner:after {
	border-bottom: 2px solid #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item>.l-header__banner ._link:after {
	opacity: 1
}

.l-header._isOpen>.l-header__inner .menuButton:before {
	opacity: 0;
	visibility: hidden
}

.l-header._isOpen>.l-header__inner .menuButton:after {
	opacity: 1;
	visibility: visible
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(2) {
	opacity: 0
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(3) {
	bottom: 13px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (max-width: 1200px) {
	.l-header__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.l-header__wrap {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}

	.l-header .menuButton {
		cursor: pointer;
		position: fixed;
		top: 24px;
		right: 30px;
		z-index: 5;
		-webkit-transition: all .3s;
		transition: all .3s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 34px;
		height: 41px
	}

	.l-header .menuButton:before {
		content: "MENU";
		position: absolute;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .3s;
		transition: all .3s;
		font-family: "din-2014-narrow", sans-serif;
		font-weight: 900;
		font-size: 10px;
		font-size: 1rem;
		color: #333532;
		letter-spacing: .1em
	}

	.l-header .menuButton:after {
		content: "CLOSE";
		position: absolute;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		font-family: "din-2014-narrow", sans-serif;
		font-weight: 900;
		font-size: 10px;
		font-size: 1rem;
		color: #333532;
		letter-spacing: .1em
	}

	.l-header .menuButton ._lines {
		position: relative;
		width: 100%;
		height: 26px
	}

	.l-header .menuButton ._lines>span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #333532;
		border-radius: 1.5px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.l-header .menuButton ._lines>span:nth-of-type(1) {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	.l-header .menuButton ._lines>span:nth-of-type(2) {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 100
	}

	.l-header .menuButton ._lines>span:nth-of-type(3) {
		position: absolute;
		right: 0;
		bottom: 0;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	.l-header__item {
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transform: translateX(400px);
		transform: translateX(400px);
		-webkit-transition: all .3s;
		transition: all .3s;
		overflow-y: scroll;
		display: block;
		width: 400px;
		height: auto;
		background-color: white
	}

	.l-header__menu {
		display: block;
		height: auto;
		margin-bottom: 30px;
		padding-top: 60px;
		padding-left: 40px;
		padding-right: 40px
	}

	.l-header__menu ._list:not(:last-of-type) {
		margin-right: 0
	}

	.l-header__menu ._link {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px
	}

	.l-header__menu ._link ._inner {
		position: relative;
		display: block;
		-webkit-transition: unset;
		transition: unset;
		width: 280px;
		padding-bottom: 10px;
		color: #444
	}

	.l-header__menu ._link ._inner:before {
		content: none
	}

	.l-header__menu ._link ._inner:after {
		content: none
	}

	.l-header__menu ._link ._inner ._jp {
		display: block;
		margin-bottom: 3px;
		font-size: 16px;
		font-size: 1.6rem
	}

	.l-header__menu ._link ._inner ._en {
		font-family: "din-2014-narrow", sans-serif;
		font-weight: 800;
		font-size: 20px;
		font-size: 2rem
	}

	.l-header__menu ._link ._inner ._en>i {
		font-size: 30px;
		font-size: 3rem
	}

	.l-header__menu ._link._current ._inner {
		border-bottom: 2px solid #f99c1c
	}

	.l-header__banner {
		width: 100%;
		height: auto
	}

	.l-header__banner ._link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
		background-color: #f99c1c
	}

	.l-header__banner ._link:after {
		content: none
	}

	.l-header__banner ._link ._spTxt {
		margin-bottom: 16px;
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		color: white
	}

	.l-header__banner ._link ._button {
		height: 60px;
		background-image: url("../img/rikunabi-logo.png");
		background-color: white;
		background-position: top 20px left 10px;
		background-repeat: no-repeat;
		background-size: 100px
	}

	.l-header__banner ._link ._box {
		width: 210px;
		height: 100%;
		background-color: white;
		font-size: 20px;
		font-size: 2rem;
		color: #f99c1c;
		-webkit-transition: unset;
		transition: unset
	}

	.l-header__banner ._link ._box ._en {
		font-size: 22px;
		font-size: 2.2rem
	}

	.l-header__banner ._link ._box:before {
		content: none;
		position: absolute
	}

	.l-header__banner ._link ._box:after {
		content: none
	}

	.l-header__banner ._link:hover ._box {
		background-color: white
	}

	.l-header._isScroll>.l-header__inner>.l-header__wrap .menuButton {
		top: 16px
	}

	.l-header._isOpen>.l-header__inner>.l-header__item {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media screen and (max-width: 640px) {
	.l-header {
		position: fixed;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.l-header__inner {
		padding-top: 0;
		padding-bottom: 0;
		display: block
	}

	.l-header__wrap {
		position: relative;
		z-index: 10;
		width: 100%;
		height: 21.33333vw;
		padding-left: 0;
		padding-right: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header__logo {
		position: fixed;
		top: 5.33333vw;
		left: 5.33333vw;
		z-index: 5;
		width: 15.46667vw
	}

	.l-header__item {
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
		background-color: white
	}

	.l-header .menuButton {
		top: 5.33333vw;
		right: 5.33333vw;
		width: 9.06667vw;
		height: 10.66667vw
	}

	.l-header .menuButton:before {
		font-size: 18px;
		font-size: 2.4vw
	}

	.l-header .menuButton:after {
		font-size: 18px;
		font-size: 2.4vw
	}

	.l-header .menuButton ._lines {
		height: 6.4vw
	}

	.l-header .menuButton ._lines>span {
		height: .53333vw;
		background-color: #333532;
		border-radius: .26667vw
	}

	.l-header__menu {
		margin-bottom: 8vw;
		padding-top: 18.66667vw;
		padding-left: 5.33333vw;
		padding-right: 5.33333vw
	}

	.l-header__menu ._link {
		padding-top: 2.66667vw;
		padding-bottom: 2.66667vw
	}

	.l-header__menu ._link ._inner {
		width: 57.06667vw;
		padding-bottom: 2.66667vw
	}

	.l-header__menu ._link ._inner ._jp {
		margin-bottom: .53333vw;
		font-size: 24px;
		font-size: 3.2vw
	}

	.l-header__menu ._link ._inner ._en {
		font-size: 50px;
		font-size: 6.66667vw
	}

	.l-header__menu ._link ._inner ._en>i {
		font-size: 70px;
		font-size: 9.33333vw
	}

	.l-header__menu ._link ._inner._current ._inner {
		border-bottom: 2px solid #f99c1c
	}

	.l-header__menu ._link._scrolled ._link {
		color: #333532
	}

	.l-header__menu ._link._scrolled ._link:before {
		border-bottom: 2px solid #333532
	}

	.l-header__menu ._link._scrolled ._link:after {
		border-bottom: 2px solid #333532
	}

	.l-header__banner ._link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 5.33333vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 5.33333vw;
		background-color: #f99c1c
	}

	.l-header__banner ._link ._spTxt {
		margin-bottom: 2.66667vw;
		display: inline-block;
		font-size: 24px;
		font-size: 3.2vw;
		color: white
	}

	.l-header__banner ._link ._button {
		height: 16.26667vw;
		background-image: url("../img/rikunabi-logo.png");
		background-position: top 6vw left 2.66667vw;
		background-repeat: no-repeat;
		background-size: 25.2vw
	}

	.l-header__banner ._link ._box {
		width: 53.33333vw;
		height: 100%;
		background-color: white;
		font-size: 34px;
		font-size: 4.53333vw;
		color: #f99c1c
	}

	.l-header__banner ._link ._box ._en {
		font-size: 46px;
		font-size: 6.13333vw
	}

	.l-header__banner ._link ._box:before {
		content: none
	}

	.l-header__banner ._link ._box:after {
		content: none
	}

	.l-header__banner._scrolled ._link:after {
		opacity: 1
	}

	.l-header._isScroll>.l-header__inner {
		padding-top: 0
	}

	.l-header._isScroll>.l-header__inner>.l-header__wrap {
		background-color: white
	}

	.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo {
		width: 15.46667vw
	}

	.l-header._isScroll>.l-header__inner>.l-header__wrap .menuButton {
		top: 5.33333vw
	}

	.l-header._isOpen>.l-header__inner>.l-header__wrap {
		background-color: white
	}

	.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(1) {
		top: 3.33333vw
	}

	.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(3) {
		bottom: 2.4vw
	}
}

.l-main {
	width: 100%;
	margin-bottom: 135px
}

@media screen and (max-width: 640px) {
	.l-main {
		margin-bottom: 26.66666vw
	}
}

.mv {
	position: relative;
	width: 100%;
	height: 41.66667vw;
	overflow: hidden
}

.mv__inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/mv.jpg") 0 no-repeat;
	background-position-y: 100%;
	background-size: cover;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	opacity: 0
}

.mv__inner._loaded {
	-webkit-animation: mvAnimation 6s cubic-bezier(0.65, 0.05, 0.36, 1) 1s forwards;
	animation: mvAnimation 6s cubic-bezier(0.65, 0.05, 0.36, 1) 1s forwards
}

.mv__inner._visited {
	opacity: 1;
	background-position-y: 0
}

@media screen and (max-width: 640px) {
	.mv {
		height: 131.46667vw
	}

	.mv__inner {
		background: url("../img/mv-sp.jpg") 0 no-repeat;
		background-size: cover
	}
}

@-webkit-keyframes mvAnimation {
	0% {
		opacity: 0;
		background-position-y: 100%
	}

	50% {
		opacity: 1;
		background-position-y: 100%
	}

	100% {
		opacity: 1;
		background-position-y: 0
	}
}

@keyframes mvAnimation {
	0% {
		opacity: 0;
		background-position-y: 100%
	}

	50% {
		opacity: 1;
		background-position-y: 100%
	}

	100% {
		opacity: 1;
		background-position-y: 0
	}
}

.introduction {
	position: relative;
	bottom: 60px;
	width: 100%;
	margin-bottom: 55px
}

.introduction__button {
	display: none
}

.introduction__box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-left: 200px;
	padding-right: 200px;
	background-color: white
}

.introduction__box ._wrap {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #c1c1c1
}

.introduction__title {
	font-size: 2.8rem;
	color: #00549c;
	font-weight: 600;
	line-height: 2.1;
	letter-spacing: .1em;
	text-align: center
}

.introduction__title>img {
	display: inline-block;
	width: 108px;
	margin: 0 6px;
	padding-bottom: 10px
}

.introduction__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.125;
	text-align: center
}

@media screen and (max-width: 1200px) {
	.introduction__box {
		margin-left: 0;
		margin-right: 0;
		padding-left: 60px;
		padding-right: 60px
	}
}

@media screen and (max-width: 1024px) {
	.introduction__text {
		text-align: justify;
		text-justify: inter-ideograph;
		text-justify: inter-character
	}
}

@media screen and (max-width: 640px) {
	.introduction {
		bottom: 0;
		margin-bottom: 26.66666vw
	}

	.introduction__button__wrap {
		display: block;
		position: absolute;
		top: -18.26667vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

  .introduction__button{
    display: block;
		width: 84vw;
		border: 1px solid #dcdcdc;
		background-color: white;
    margin-bottom:20px;
  }
  
  .introduction__button img{
    padding: 15px;
    margin: 0 auto;
    display: block;
    width: 225px;
    height: auto;
  }

  .introduction__button.onecareer img{
    padding: 15px;
    margin: 0 auto;
    display: block;
    width: auto;
    height: 90px;
  }

  .introduction__button ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: unset;
    transition: unset;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #f6e6cd;
    background:#f99c1c;
    color: #fff;
  }

  .introduction__button ._inner ._jp{
    padding-right: .8vw;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 900;
  }

  .introduction__button ._inner ._en{
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 24px;
  }

	.introduction__button ._link ._box {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 53.33333vw;
		height: 100%;
		background-color: #f99c1c;
		font-size: 34px;
		font-size: 4.53333vw;
		color: white;
		font-weight: 900
	}

	.introduction__button ._link ._box:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		width: 24.8vw;
		height: .66667vw;
		background-color: #fbcb89
	}

	.introduction__button ._link ._box ._en {
		font-family: "din-2014-narrow", sans-serif;
		font-weight: 800;
		font-size: 46px;
		font-size: 6.13333vw
	}

	.introduction__box {
		max-width: 100%;
		padding: 290px 8vw 0;
		margin: 0
	}

	.introduction__box ._wrap {
		margin-bottom: 8vw;
		padding-bottom: 6.66667vw
	}

	.introduction__title {
		font-size: 40px;
		font-size: 5.33333vw;
		color: #00549c;
		font-weight: 600;
		line-height: 1.45
	}

	.introduction__title>img {
		display: inline-block;
		width: 17.6vw;
		margin: 0 1.33333vw;
		padding-bottom: 1.33333vw
	}

	.introduction__text {
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.8;
		text-align: justify;
		text-justify: inter-ideograph;
		text-justify: inter-character
	}
}

.content {
	width: 100%
}

.content__article {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all .6s;
	transition: all .6s;
	max-width: 1200px;
	margin: 0 auto;
}

.content__article._isShow {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.content__article ._button {
	width: 180px;
	height: 50px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700
}

.content__article ._button ._link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #f99c1c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff
}

.content__article ._button ._link:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fbcb89
}

.content__article ._button ._link:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fbcb89
}

.content__article ._button ._link:hover {
	background-color: #ffba00
}

.content__article ._button ._link:hover:before {
	width: 50%;
	border-bottom: 2px solid #ffdb7b
}

.content__article ._button ._link:hover:after {
	width: 50%;
	border-bottom: 2px solid #ffdb7b
}

@media screen and (max-width: 640px) {
	.content__article {
		-webkit-transform: translateY(10.66667vw);
		transform: translateY(10.66667vw)
	}
}

.content__article ._title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.content__article ._title ._number {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
	font-size: 100px;
	font-size: 10rem;
	color: #00549c
}

.content__article ._title ._wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.content__article ._title ._en {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-size: 50px;
	font-size: 5rem
}

.content__article ._title ._jp {
	font-size: 20px;
	font-size: 2rem
}

.content__article ._text {
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .15em;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character
}

.content .about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 510px;
	margin-left: auto;
	margin-bottom: 150px;
	padding-left: 50px;
	background-image: url("../img/top-about-bg.png");
	background-position: center left 605px;
	background-repeat: no-repeat;
	background-size: auto
}

.content .about ._box {
	max-width: 445px
}

.content .about ._title ._number {
	letter-spacing: -.09em
}

.content .about ._title ._wrap {
	padding-top: 10px;
	padding-left: 6px
}

.content .about ._title ._en {
	letter-spacing: -.01em
}

.content .works {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 562px;
	max-width: 1480px;
	margin-bottom: 150px;
	padding-right: 190px;
	background-image: url("../img/top-work-bg.png");
	background-position: center right 745px;
	background-repeat: no-repeat;
	background-size: auto 494px
}

.content .works ._box {
	max-width: 445px
}

.content .works ._title ._number {
	letter-spacing: -.07em
}

.content .works ._title ._wrap {
	padding-top: 10px;
	padding-left: 28px
}

.content .interview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 492px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	background-image: url("../img/top-interview-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}

.content .interview ._box {
	display: flex;
	align-items: center;
	padding-left: 50px
}

.content .interview ._box._01 ._inner {
	width: 390px
}

.content .interview ._box._01 ._inner ._title ._number {
	letter-spacing: -.01em
}

.content .interview ._box._01 ._inner ._title ._wrap {
	padding-top: 10px;
	padding-left: 14px;
}

.content .staffData {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1480px;
	height: 499px;
	margin-bottom: 150px;
	padding-right: 190px;
	background-image: url("../img/top-staffData-bg.png");
	background-position: center right 745px;
	background-repeat: no-repeat;
	background-size: auto 499px
}

.content .staffData ._box {
	max-width: 445px
}

.content .staffData ._title ._number {
	letter-spacing: -.07em
}

.content .staffData ._title ._wrap {
	padding-top: 10px;
	padding-left: 28px
}

.content .recruit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	height: 609px;
	padding-top: 120px;
	background-image: url("../img/top-recruit-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}

.content .recruit ._box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content .recruit ._title ._number {
	letter-spacing: -.04em
}

.content .recruit ._title ._wrap {
	padding-top: 10px;
	padding-left: 18px
}

@media screen and (max-width: 640px) {
	.content__article ._title ._number {
		font-size: 150px;
		font-size: 20vw
	}

	.content__article ._title ._wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.content__article ._title ._en {
		font-size: 75px;
		font-size: 10vw
	}

	.content__article ._title ._jp {
		font-size: 33px;
		font-size: 4.4vw
	}

	.content__article ._text {
		margin-bottom: 9.33333vw;
		font-size: 32px;
		font-size: 4.26667vw;
		letter-spacing: .1em;
		line-height: 1.8
	}

	.content__article ._button {
		width: 100%;
		height: 17.33333vw
	}

	.content__article ._button ._link {
		font-size: 6.93333vw
	}

	.content__article ._button ._link:before {
		position: absolute;
		bottom: 0;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		width: 26.66667vw;
		height: .8vw;
		background-color: #fbcb89;
		-webkit-transition: 0;
		transition: 0;
		border-bottom: none
	}

	.content__article ._button ._link:after {
		content: none
	}

	.content__article ._button ._link:hover {
		background-color: #f99c1c
	}

	.content__article ._button ._link:hover:before {
		width: 26.66667vw;
		border-bottom: none
	}

	.content .about {
		display: block;
		max-width: 100%;
		height: auto;
		padding-left: 8vw;
		padding-right: 8vw;
		margin-bottom: 26.66666vw;
		background-image: url("../img/top-about-bg-sp.png");
		background-position: top 23.46667vw left 0;
		background-repeat: no-repeat;
		background-size: 100%
	}

	.content .about ._box {
		max-width: 100%
	}

	.content .about ._title {
		margin-bottom: 66.66667vw
	}

	.content .about ._title ._number {
		letter-spacing: -.09em
	}

	.content .about ._title ._wrap {
		padding-top: 1.86667vw;
		padding-left: 2.4vw;
		padding-bottom: 1.06667vw
	}

	.content .works {
		display: block;
		max-width: 100%;
		height: auto;
		margin-bottom: 26.66666vw;
		padding-left: 8vw;
		padding-right: 8vw;
		background-image: url("../img/top-work-bg-sp.png");
		background-position: top 21.33333vw right 0;
		background-size: 100%
	}

	.content .works ._box {
		max-width: 100%
	}

	.content .works ._title {
		margin-bottom: 70.66667vw
	}

	.content .works ._title ._number {
		letter-spacing: -.03em
	}

	.content .works ._title ._wrap {
		padding-top: 1.86667vw;
		padding-left: 2.13333vw;
		padding-bottom: 1.33333vw
	}

	.content .interview {
		display: block;
		max-width: 100%;
		height: auto;
		background-image: url("../img/top-interview-bg-sp.jpg");
		background-size: 100%;
		background-position: top 21.33333vw right 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 26.66666vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 0
	}

	.content .interview ._box {
		max-width: 100%
	}

	.content .interview ._box._01 {
		padding: 0;
	}

	.content .interview ._box._01 ._inner {
		width: 100%
	}

	.content .interview ._box._01 ._inner ._title {
		margin-bottom: 65.66667vw
	}

	.content .interview ._box._01 ._inner ._title ._number {
		letter-spacing: -.01em
	}

	.content .interview ._box._01 ._inner ._title ._wrap {
		padding-top: 10px;
		padding-left: 14px;
	}

	.content .staffData {
		display: block;
		max-width: 100%;
		height: auto;
		margin-bottom: 26.66666vw;
		padding-left: 8vw;
		padding-right: 8vw;
		background-image: url("../img/top-staffData-bg-sp.png");
		background-position: top 24vw right 0;
		background-size: 100%
	}

	.content .staffData ._box {
		max-width: 100%
	}

	.content .staffData ._title {
		margin-bottom: 70.66667vw
	}

	.content .staffData ._title ._number {
		letter-spacing: -.03em
	}

	.content .staffData ._title ._wrap {
		padding-top: 1.86667vw;
		padding-left: 2.13333vw;
		padding-bottom: 1.33333vw
	}

	.content .recruit {
		display: block;
		height: auto;
		padding-top: 0;
		background-image: url("../img/top-recruit-bg-sp.jpg");
		background-position: top 24vw left;
		background-size: 100%
	}

	.content .recruit ._box {
		display: block;
		padding-left: 8vw;
		padding-right: 8vw
	}

	.content .recruit ._title {
		margin-bottom: 70.66667vw
	}

	.content .recruit ._title ._number {
		letter-spacing: -.04em
	}

	.content .recruit ._title ._wrap {
		padding-top: 1.86667vw;
		padding-left: 2.13333vw;
		padding-bottom: 1.33333vw;
	}

	.content .recruit ._text {
		letter-spacing: .05em
	}
}

.pc {
	display: block !important
}

@media screen and (max-width: 640px) {
	.pc {
		display: none !important
	}
}

.pc-s {
	display: block !important
}

@media screen and (max-width: 1024px) {
	.pc-s {
		display: none !important
	}
}

.tab {
	display: none !important
}

@media screen and (max-width: 1024px) {
	.tab {
		display: block !important
	}
}

.sp {
	display: none !important
}

@media screen and (max-width: 640px) {
	.sp {
		display: block !important
	}
}

.c-scrollButton {
	position: fixed;
	z-index: 4;
	right: 50px;
	bottom: 50px;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	width: 70px;
	height: 70px
}

.c-scrollButton._scrolled {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.c-scrollButton ._link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 100%
}

.c-scrollButton ._link ._text {
	margin-bottom: 6px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	color: #dcdcdc;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.c-scrollButton ._link:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	-webkit-transform: rotate(-45deg) skew(20deg, 20deg);
	transform: rotate(-45deg) skew(20deg, 20deg);
	-webkit-transition: all .3s;
	transition: all .3s
}

.c-scrollButton ._link:hover {
	border: 1px solid #c1c1c1
}

.c-scrollButton ._link:hover ._text {
	color: #c1c1c1
}

.c-scrollButton ._link:hover:after {
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1
}

@media screen and (max-width: 640px) {
	.c-scrollButton {
		position: absolute;
		left: 50%;
		right: auto;
		bottom: 62.4vw;
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		-webkit-transition: unset;
		transition: unset;
		opacity: 1;
		visibility: visible;
		width: 12.53333vw;
		height: 12.53333vw
	}

	.c-scrollButton._scrolled {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%)
	}

	.c-scrollButton ._link {
		padding-top: 1.33333vw
	}

	.c-scrollButton ._link ._text {
		margin-bottom: .8vw;
		font-size: 18px;
		font-size: 2.4vw;
		color: #c1c1c1;
		-webkit-transition: unset;
		transition: unset
	}

	.c-scrollButton ._link:after {
		width: 2.66667vw;
		height: 2.66667vw;
		border-top: 1px solid #c1c1c1;
		border-right: 1px solid #c1c1c1;
		-webkit-transform: rotate(-45deg) skew(20deg, 20deg);
		transform: rotate(-45deg) skew(20deg, 20deg);
		-webkit-transition: unset;
		transition: unset
	}
}

.l-footer {
	position: relative;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 30px
}

.l-footer .entry {
	position: absolute;
	left: 50%;
	top: -253px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.l-footer .entry__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f99c1c;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-footer .entry__link ._title {
	margin-bottom: 5px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
	font-size: 60px;
	font-size: 6rem;
	color: white
}

.l-footer .entry__link ._text {
	margin-bottom: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	color: white;
	font-weight: 400
}

.l-footer .entry__link ._banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	width: 512px;
	height: 78px;
	background-image: url("../img/rikunabi-logo.png");
	background-color: white;
	background-position: top 27px left 14px;
	background-repeat: no-repeat;
	background-size: 152px
}

.l-footer .entry__link ._banner ._inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 331px;
	height: 100%;
	border-left: 1px solid #f6e6cd;
	color: #f99c1c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-footer .entry__link ._banner ._inner ._jp {
	padding-right: 6px;
	padding-bottom: 2px;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 900
}

.l-footer .entry__link ._banner ._inner ._en {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 800;
	font-size: 36px;
	font-size: 3.6rem
}

.l-footer .entry__link:hover {
	background-color: #ffba00
}

.l-footer .entry__link:hover ._inner {
	color: #ffba00
}

.l-footer__relatedLogos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 46px
}

.l-footer__relatedLogos ._emnet {
	width: 84px;
	margin-left: 17px;
	margin-right: 17px
}

.l-footer__relatedLogos ._rikunabi {
	width: 209px;
	margin-left: 17px;
	margin-right: 17px
}

.l-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 26px
}

.l-footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px
}

.l-footer__menu ._list ._link {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right: 1px solid #dcdcdc;
	font-size: 10px;
	font-size: 1rem;
	color: #c1c1c1
}

.l-footer__menu ._list ._link._current {
	font-weight: 700
}

.l-footer__menu ._list:first-of-type ._link {
	padding-left: 0
}

.l-footer__menu ._list:last-of-type ._link {
	padding-right: 0;
	border-right: none
}

.l-footer__button {
	width: 166px;
	height: 31px;
	font-weight: 600
}

.l-footer__button ._link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #c1c1c1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 10px;
	font-size: 1rem;
	color: #fff
}

.l-footer__button ._link:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #dcdcdc
}

.l-footer__button ._link:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	display: block;
	width: 18%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #dcdcdc
}

.l-footer__button ._link:hover {
	background-color: #dcdcdc
}

.l-footer__button ._link:hover:before {
	width: 50%;
	border-bottom: 2px solid #eaeaea
}

.l-footer__button ._link:hover:after {
	width: 50%;
	border-bottom: 2px solid #eaeaea
}

.l-footer__copyright {
	font-size: 10px;
	font-size: 1rem;
	color: #c1c1c1;
	text-align: center
}

/* 求人サイト変更のため追記ここから（2025.07.17 haito） */
.l-header__inner{
  padding: 15px 0;
}
.l-header._isScroll>.l-header__inner{
  padding-top: 15px;
}
.headerBannerWrap{
  display: flex;
  height: 60px;
}

.headerBannerWrap a{
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.headerBannerWrap a img{
  width: 170px;
}

.headerBannerWrap .mynavi{
  background: #fff;
}

.headerBannerWrap .onecareer img{
  height: 100%;
  width: auto;
}

.entryBox{
  position: absolute;
	left: 50%;
	top: -370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.entryBoxInner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f99c1c;
	text-align: center;
}

 .entryBoxInner ._title {
	margin-bottom: 5px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
	font-size: 60px;
	font-size: 6rem;
	color: white
}

 .entryBoxInner ._text {
	margin-bottom: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	color: white;
	font-weight: 400
}

.entryBox a{
  display: flex;
  align-items: center;
	width: 512px;
	height: 90px;
  background: #fff;
  transition: 0.3s;
}

.entryBox a:hover{
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}

.entryBox a img{
  display: block;
  width: 225px;
  height: auto;
  padding: 0 10px;
}

.entryBox .onecareer img{
  width: auto;
  height: 60px;
  padding: 0 15px;
}

.entryBox ._inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 331px;
	height: 100%;
	border-left: 1px solid #f6e6cd;
	color: #f99c1c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.entryBox ._inner ._jp {
    padding-right: 6px;
    padding-bottom: 2px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
}

.entryBox ._inner ._en {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 30px;
    font-size: 3rem;
}

.entryBox .mynavi{
  margin-bottom: 14px;
}

.btmlogo{
  width: 209px;
  margin-left: 17px;
  margin-right: 17px;
}

@media screen and (max-width: 640px) {
  .headerBannerWrap{
    flex-wrap: wrap;
  }

  .headerBannerWrap a{
    margin-bottom: 20px;
  }

  .headerBannerWrap .onecareer img{
    height: 60px;
    margin-bottom: 20px;
  }
  .entryBox{
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .entryBoxInner{
    max-width: 100%;
    padding-top: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 12.8vw;
    -webkit-transition: unset;
    transition: unset;
  }
  .entryBoxInner ._title{
    margin-bottom: 6.66667vw;
    font-size: 100px;
    font-size: 13.33333vw;
    line-height: 0.8;
  }
  .entryBoxInner ._text{
    margin-bottom: 6.66667vw;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.6;
  }
  .entryBox a{
    display: block;
    width: 100%;
    height: auto;
    background-position: top 6.13333vw left 2.8vw;
    background-repeat: no-repeat;
    background-size: 25.33333vw;
  }
  .entryBox a img,.entryBox .onecareer img{
    padding: 15px;
    margin: 0 auto;
  }
  .entryBox .onecareer img{
    height: 90px;
  }
  .entryBox ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: unset;
    transition: unset;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #f6e6cd;
  }

  .entryBox ._inner ._jp {
    padding-right: .8vw;
    padding-bottom: 0;
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .entryBox ._inner ._en {
    font-size: 44px;
    font-size:4.86667vw;
  }
  
  .btmlogo{
    width: 28.8vw;
    margin-left: 1.33333vw;
    margin-right: 0
  }
}


/* 求人サイト変更のため追記ここまで（2025.07.17 haito） */

@media screen and (max-width: 1200px) {
	.l-footer__menu {
		display: none
	}
}

@media screen and (max-width: 640px) {
	.l-footer {
		padding-top: 0;
		padding-bottom: 8vw
	}

	.l-footer .entry {
		position: static;
		left: auto;
		top: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.l-footer .entry__link {
		max-width: 100%;
		padding-top: 12vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 12.8vw;
		-webkit-transition: unset;
		transition: unset
	}

	.l-footer .entry__link ._title {
		margin-bottom: 6.66667vw;
		font-size: 100px;
		font-size: 13.33333vw;
		line-height: 0.8
	}

	.l-footer .entry__link ._text {
		margin-bottom: 6.66667vw;
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.6
	}

	.l-footer .entry__link ._banner {
		width: 100%;
		height: 16.26667vw;
		background-position: top 6.13333vw left 2.8vw;
		background-repeat: no-repeat;
		background-size: 25.33333vw
	}

	.l-footer .entry__link ._banner ._inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 52.93333vw;
		height: 100%;
		-webkit-transition: unset;
		transition: unset
	}

	.l-footer .entry__link ._banner ._inner ._jp {
		padding-right: .8vw;
		padding-bottom: 0;
		font-size: 32px;
		font-size: 4.26667vw
	}

	.l-footer .entry__link ._banner ._inner ._en {
		font-size: 44px;
		font-size: 5.86667vw
	}

	.l-footer .entry__link:hover {
		background-color: #f99c1c
	}

	.l-footer .entry__link:hover ._inner {
		color: #f99c1c
	}

	.l-footer__relatedLogos {
		margin-bottom: 8vw;
		padding-top: 25.33333vw
	}

	.l-footer__relatedLogos ._emnet {
		width: 22.66667vw;
		margin-left: 0;
		margin-right:0;
	}

	.l-footer__relatedLogos ._rikunabi {
		width: 28.8vw;
		margin-left: 1.33333vw;
		margin-right: 0
	}

	.l-footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}

	.l-footer__button {
		width: 100%;
		height: 17.33333vw
	}

	.l-footer__button ._link {
		font-size: 32px;
		font-size: 4.26667vw
	}

	.l-footer__button ._link:before {
		position: absolute;
		bottom: 0;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		width: 26.66667vw;
		height: .8vw;
		background-color: #dcdcdc;
		-webkit-transition: 0;
		transition: 0;
		border-bottom: none
	}

	.l-footer__button ._link:after {
		content: none
	}

	.l-footer__button ._link:hover {
		background-color: #c1c1c1
	}

	.l-footer__button ._link:hover:before {
		width: 26.66667vw;
		border-bottom: none
	}

	.l-footer__copyright {
		font-size: 20px;
		font-size: 2.66667vw
	}
}
