@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
	}
}

.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: 253px
}

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

.mv {
	position: relative;
	width: 100%;
	height: 500px;
	padding-top: 180px;
	padding-left: 80px;
	padding-right: 80px;
	background-image: url("../img/about-mv.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.mv__inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.mv__title {
	color: #fff
}

.mv__title ._en {
	display: block;
	margin-bottom: 14px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-size: 74px;
	font-size: 7.4rem
}

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

@media screen and (max-width: 640px) {
	.mv {
		height: 131.46667vw;
		padding-top: 29.86667vw;
		padding-left: 8vw;
		padding-right: 0;
		background-image: url("../img/about-mv-sp.png")
	}

	.mv__inner {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.mv__title ._en {
		margin-bottom: 1.33333vw;
		font-size: 120px;
		font-size: 16vw;
		line-height: 0.9
	}

	.mv__title ._jp {
		font-size: 50px;
		font-size: 6.66667vw
	}
}

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

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

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

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

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

	.introduction__box {
		width: 84vw;
		padding-top: 10.66667vw;
		padding-left: 0;
		padding-right: 0
	}

	.introduction__title {
		font-size: 36px;
		font-size: 4.8vw;
		line-height: 1.45
	}
}

.introduction__title {
	margin-bottom: 40px
}

.introduction__text {
	display: block;
	padding-left: 92px;
	padding-right: 92px;
	padding-bottom: 80px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character
}

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

@media screen and (max-width: 640px) {
	.introduction__title {
		margin-bottom: 5.33333vw
	}

	.introduction__text {
		padding-bottom: 10.66667vw;
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.825
	}
}

.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
}

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

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

.content .adAgency {
	width: 100%;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 337px;
	background-image: url("../img/about-adagency-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1000px
}

.content .adAgency__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.content .adAgency__title {
	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;
	margin-bottom: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: .1em
}

.content .adAgency__title ._text {
	display: inline-block;
	padding-bottom: 32px;
	text-align: center
}

.content .adAgency__title:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #c1c1c1
}

@media screen and (max-width: 640px) {
	.content .adAgency__title {
		margin-bottom: 8vw;
		font-size: 36px;
		font-size: 4.8vw
	}

	.content .adAgency__title ._text {
		padding-bottom: 8vw;
		line-height: 1.38
	}

	.content .adAgency__title:after {
		width: 26.66667vw
	}
}

.content .adAgency__text {
	display: block;
	padding-left: 92px;
	padding-right: 92px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character
}

.content .business {
	width: 100%;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 427px;
	background-image: url("../img/about-business-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1000px
}

.content .business__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.content .business__title {
	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;
	margin-bottom: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: .1em
}

.content .business__title ._text {
	display: inline-block;
	padding-bottom: 32px;
	text-align: center
}

.content .business__title:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #c1c1c1
}

@media screen and (max-width: 640px) {
	.content .business__title {
		margin-bottom: 8vw;
		font-size: 36px;
		font-size: 4.8vw
	}

	.content .business__title ._text {
		padding-bottom: 8vw;
		line-height: 1.38
	}

	.content .business__title:after {
		width: 26.66667vw
	}
}

.content .business__text {
	display: block;
	padding-left: 92px;
	padding-right: 92px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character
}

.content .company {
	width: 100%;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	background-color: #e8f4ff
}

.content .company__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.content .company__title {
	margin-bottom: 30px;
	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 .company__title ._en {
	margin-bottom: 10px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3rem
}

.content .company__title ._jp {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em
}

@media screen and (max-width: 640px) {
	.content .company__title {
		margin-bottom: 5.33333vw
	}

	.content .company__title ._en {
		margin-bottom: 2.13333vw;
		font-size: 58px;
		font-size: 7.73333vw
	}

	.content .company__title ._jp {
		font-size: 32px;
		font-size: 4.26667vw
	}
}

.content .company__information {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 206px 1fr;
	grid-template-columns: 206px 1fr;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 22px;
	padding-left: 22px;
	padding-bottom: 22px;
	font-size: 14px;
	font-size: 1.4rem
}

.content .access {
	width: 100%;
	margin-bottom: 220px;
	padding-top: 90px;
	padding-left: 30px;
	padding-right: 30px
}

.content .access__inner {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 151px
}

.content .access__title {
	margin-bottom: 30px;
	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 .access__title ._en {
	margin-bottom: 10px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3rem
}

.content .access__title ._jp {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em
}

@media screen and (max-width: 640px) {
	.content .access__title {
		margin-bottom: 5.33333vw
	}

	.content .access__title ._en {
		margin-bottom: 2.13333vw;
		font-size: 58px;
		font-size: 7.73333vw
	}

	.content .access__title ._jp {
		font-size: 32px;
		font-size: 4.26667vw
	}
}

.content .access__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 560px
}

.content .access__map ._embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 640px) {
	.content .access__map {
		padding-top: 73.06667vw
	}
}

.content .access__information {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 440px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: white
}

.content .access__text {
	display: block;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.7
}

.content .access__button {
	position: absolute;
	left: 40px;
	bottom: 65px;
	width: 180px;
	height: 46px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700
}

.content .access__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: #666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff
}

.content .access__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 #333532
}

.content .access__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 #333532
}

.content .access__button ._link:hover {
	background-color: #c1c1c1
}

.content .access__button ._link:hover:before {
	width: 50%;
	border-bottom: 2px solid #333532
}

.content .access__button ._link:hover:after {
	width: 50%;
	border-bottom: 2px solid #333532
}

.content .access__button ._jp {
	font-family: YakuHanJP, 'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700
}

@media screen and (max-width: 1200px) {
	.content .adAgency {
		padding-bottom: 32.25vw;
		background-size: 100%
	}

	.content .adAgency__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.content .business {
		padding-bottom: 40.58333vw;
		background-size: 100%
	}

	.content .business__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width: 1024px) {
	.content .access__button {
		left: 0
	}
}

@media screen and (max-width: 640px) {
	.content .adAgency {
		margin-bottom: 8vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 66vw;
		background-image: url("../img/about-adagency-bg-sp.png")
	}

	.content .adAgency__text {
		padding-left: 0;
		padding-right: 0;
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.8
	}

	.content .business {
		margin-bottom: 8vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 53.06667vw;
		background-image: url("../img/about-business-bg-sp.png")
	}

	.content .business__text {
		padding-left: 0;
		padding-right: 0;
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.8
	}

	.content .company {
		padding-top: 16vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 13.33333vw
	}

	.content .company__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.content .company__information {
		-ms-grid-columns: 25.33333vw 1fr;
		grid-template-columns: 25.33333vw 1fr;
		border-bottom: 1px solid #dcdcdc;
		padding-top: 6.66667vw;
		padding-left: 0;
		padding-bottom: 6.66667vw;
		font-size: 28px;
		font-size: 3.73333vw;
		line-height: 1.785
	}

	.content .access {
		margin-bottom: 0;
		padding-top: 16vw;
		padding-left: 8vw;
		padding-right: 8vw
	}

	.content .access__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0
	}

	.content .access__information {
		position: relative;
		right: auto;
		bottom: 17.33333vw;
		width: 68vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -17.33333vw;
		padding-top: 4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 5.06667vw
	}

	.content .access__text {
		padding-top: 5.06667vw;
		padding-left: 5.06667vw;
		padding-right: 5.06667vw;
		padding-bottom: 5.06667vw;
		font-size: 24px;
		font-size: 3.2vw;
		letter-spacing: .05em;
		line-height: 1.4
	}

	.content .access__button {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		height: 17.33333vw
	}

	.content .access__button ._link {
		font-size: 52px;
		font-size: 6.93333vw
	}

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

	.content .access__button ._link:after {
		content: none
	}

	.content .access__button ._link:hover {
		background-color: #666
	}

	.content .access__button ._link:hover:before {
		width: 26.66667vw;
		border-bottom: none
	}
}

.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
}

@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: 6.13333vw
	}

	.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
	}
}
/* 求人サイト変更のため追記ここから（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） */
