@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	共通

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/

:root {
	--text-color: 51,51,51;
	--orenge-color: 241,141,0;
	--blue-color: 0,185,239;
	--gray-color: 213,226,228;
	--bg-yellow-color: 237,237,223;
	--gradient: linear-gradient(90deg,rgba(var(--orenge-color),.85) 0%,rgba(var(--blue-color),.85) 100%);
	--gradient-vertical: linear-gradient(180deg,rgba(var(--orenge-color),.85) 0%,rgba(var(--blue-color),.85) 100%);
}


/*------------------------------------------------------------------------------

	image replacement

------------------------------------------------------------------------------*/

#content > header h1.logo,
#content > header p.logo a,
#content > footer .logo,
#content > footer #field_work h2,
#content > footer #info .link .banner a,
body.contents.about main .number .group li {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}


/*------------------------------------------------------------------------------

	全体

------------------------------------------------------------------------------*/

/*	site_column
------------------------------------------------------------------------------*/

.site_column {
	position: relative;
	margin: 0 auto;
	width: 86%;
	max-width: 925px;
}

.site_column.header,
body.home #promotion .site_column {
	max-width: 1615px;
}

#message .site_column,
body.contents main header .site_column,
footer #field_work .site_column {
	max-width: 1240px;
}

footer #info .site_column {
	max-width: 1012px;
}

body.contents.work main .message .site_column {
	max-width: 720px;
}

body.contents.about main .number .site_column {
	max-width: 1400px;
}


/*	body・textarea・input
------------------------------------------------------------------------------*/

body,
textarea,
input,
select {
	line-height: 1.8;
	font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	color: rgba(var(--text-color),1);
  	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

textarea,
input,
select {
	-webkit-appearance: none;
}

@media screen and (max-width: 1024px) {

body,
textarea,
input  {
	font-size: 14px;
}

}

@media screen and (max-width: 767px) {

body,
textarea,
input {
	font-size: 3.2vw;
}

}


/*	見出し
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

/*	アンカー
------------------------------------------------------------------------------*/

a,
a:hover,
a:visited {
	outline: none;
	text-decoration: none;
	color: rgba(var(--text-color),1);
}

a {
	transition: opacity .4s;
}

a:hover {
	text-decoration: none;
	opacity: .4;
}

main a,
main a:visited {
	text-decoration: underline;
}

main .external::after {
	content: "";
	display: inline-block;
	width: .75em;
	aspect-ratio: 1/1;
	margin: 0 .5em 0 .4em;
	background-image: url(../../common/img/icon_external_bk.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 767px) {

a:hover {
	opacity: 1;
}

a[href^="tel:"] {
	text-decoration: underline;
}

}

@media screen and (min-width: 768px){
	
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}

a[href^="tel:"]:hover {
	cursor: default;
	opacity: 1;
}

}


/*	リスト
------------------------------------------------------------------------------*/

main ol,
main ul {
	margin: 1em 0 1em 1.5em;
}

main ul {
	list-style: disc;
}

main ol {
	list-style: decimal;
}

main li {
	margin-bottom: .5em;
	line-height: 1.4;
}

#content main table ol,
#content main table ul {
	margin: 0 0 0 1.5em;
	background: none;
}

#content main table ol li,
#content main table ul li {
	background: none;
	font-weight: normal;
}


/*	テーブル
------------------------------------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: .6em 1em;
	border: 3px solid #FFF;
	line-height: 1.6;
}

th {
	background-color: rgba(var(--gray-color),1);
	text-align: center;
	font-weight: bold;
}

td {
	background-color: rgba(var(--gray-color),.4);
}

tr th:first-child {
	border-left: none;
}

tr td:last-child {
	border-right: none;
}

tr:first-child th,
tr:first-child td {
	border-top: none;
}

tr:last-child th,
tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width: 767px) {

th,
td {
	font-size: 2.75vw;
}

}


/*	その他
------------------------------------------------------------------------------*/

em {
	font-style: normal;
}

figcaption {
	margin-top: .5em;
	text-align: center;
	font-size: .875em;
}

img {
	vertical-align: bottom;
}

address {
	font-style: normal;
}


/*	共通設定
------------------------------------------------------------------------------*/

main p,
main dd {
	margin-bottom: .5em;
	text-align: justify;
}

main li:last-child,
main p:last-of-type,
main dd:last-of-type {
	margin-bottom: 0;
}


/*	独自class
------------------------------------------------------------------------------*/

.note {
	margin-left: 0;
}

.note li {
	display: block;
	position: relative;
	padding-left: 1em;
	font-size: .875em;
}

.note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.l {
	display: block;
}

@media screen and (max-width: 767px) {

.l {
	display: inline;
}

}


/*	募集中
------------------------------------------------------------------------------*/

body.contents.work main .interview .job.join::before,
#content > footer #field_work .work .job_list .join a::before {
	content: "";
	display: block;
	position: absolute;
	top: -2em;
	left: -2em;
	width: 30%;
	aspect-ratio: 1/1;
	background-image: url(../img/icon_joinus_c.svg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10em;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	z-index: 1;
	rotate: 0deg;
	animation: 3.5s joinus infinite;
	transform-origin: center;
}

#content > footer #field_work .work .job_list li:nth-child(1) a::before { animation-delay: 3.7s;}
#content > footer #field_work .work .job_list li:nth-child(2) a::before { animation-delay: 0s;}
#content > footer #field_work .work .job_list li:nth-child(3) a::before { animation-delay: 4.2s;}
#content > footer #field_work .work .job_list li:nth-child(4) a::before { animation-delay: 2s;}

@keyframes joinus {
	0% {  rotate: 0deg;}
	90% { rotate: 0deg;}
	100% { rotate: 360deg;}
}

body.contents.work main .interview .job.join::before {
	top: 1.5em;
	left: -1em;
}

#content > footer #field_work .work .job_list .join a::before {
	top: -2em;
	left: -2em;
}

@media screen and (max-width: 900px) {

body.contents.work main .interview .job.join::before,
#content > footer #field_work .work .job_list .join a::before {
	width: 33%;
}

#content > footer #field_work .work .job_list .join a::before {
	top: -1.5em;
	left: -1.5em;
}

}

@media screen and (max-width: 767px) {

body.contents.work main .interview .job.join::before {
	top: 3vw;
	left: -2vw;
}

}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

#content > header {
	padding: 35px 0;
}

#content > header .logo {
	aspect-ratio: 800/88;
	width: 100%;
	max-width: 384px;
}

#content > header h1.logo,
#content > header p.logo a {
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#content > header .site_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content > header p.logo a {
	display: block;
	height: 100%;
}

#content > header .gnav ul {
	display: flex;
	align-items: center;
}

#content > header .gnav ul li {
	margin-right: 1em;
}

#content > header .gnav ul li a {
	display: block;
	padding: .85em .55em;
	color: rgba(var(--text-color),1);
	font-weight: bold;
	line-height: 1;
	font-size: 1.125em;
}

#content > header .gnav .home a {
	position: relative;
	padding-left: 2.5em;
	background-image: url(../img/icon_home_c.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.85em;
}

#content > header .gnav .official {
	margin-right: 0;
	margin-left: 1.5em;
}

#content > header .gnav .official a {
	padding: .85em 1.75em .85em 2em;
	background-color: rgba(var(--text-color),1);
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .25em;
	font-size: inherit;
	color: #FFF;
}

@media screen and (max-width: 1500px) {

#content > header {
	padding: 25px 0;
}

#content > header h1.logo,
#content > header p.logo a {
	background-image: url(../img/logo_sp_c.svg);
}

#content > header .logo { max-width: 216px;}

#content > header .logo {
	aspect-ratio: 300/92;
}

}

@media screen and (max-width: 1300px) {

#content > header .gnav ul li {
	margin-right: .5em;
}

#content > header .gnav .official {
	margin-left: 1em;
}

}

@media screen and (max-width: 1240px) {

#content > header .logo {
	max-width: 180px;
}

#content > header .gnav ul li a {
	font-size: 1em;
}

#content > header .gnav .official a {
	padding-right: 1.25em;
	padding-left: 1.5em;
	font-size: .875em;
}

}

@media screen and (max-width: 1080px) {

#content > header .logo {
	max-width: 160px;
}

#content > header .gnav ul li a {
	padding-right: .25em;
	padding-left: .25em;
}

#content > header .gnav .official {
	margin-left: .75em;
}

#content > header .gnav .official a {
	padding-right: 1em;
	padding-left: 1.25em;
}

}

@media screen and (max-width: 900px) {

#content > header .logo {
	max-width: 145px;
}

#content > header .gnav ul li a {
	font-size: .9em;
}

#content > header .gnav .official {
	margin-left: .5em;
}

#content > header .gnav .official a {
	padding-right: .5em;
	padding-left: .75em;
}

#content > header .gnav .official span {
	display: block;
	text-align: center;
}

}

@media screen and (max-width: 767px) {

#content > header {
	padding: 0;
	min-height: 20vw;
}

#content > header .logo {
	position: absolute;
	top: 4.25vw;
	left: 0;
	max-width: 34vw;
}

body.menu_open #content > header .logo {
	left: 7vw;
	position: fixed;
	z-index: 10000;
}

body.menu_open #content > header h1.logo,
body.menu_open #content > header p.logo a {
	background-image: url(../img/logo_sp_w.svg);
}

#content > header .gnav ul {
	flex-direction: column;
	justify-content: flex-start;
	margin: 30vw 0;
}

#content > header .gnav ul li {
	width: 70%;
	margin-right: 0;
}

body.menu_open #content > header .gnav ul li a {
	padding: 7vw 10vw;
	font-size: 4.5vw;
	text-align: center;
	color: #FFF;
}

body.menu_open #content > header .gnav .home a {
	padding-top: 11vw;
	background-image: url(../img/icon_home_w.svg);
	background-position: center top;
}

body.menu_open #content > header .gnav .official {
	width: auto;
	margin-top: 15vw;
	margin-left: 0;
}

body.menu_open #content > header .gnav .official a {
	padding-top: 5vw;
	padding-bottom: 5vw;
	background-color: transparent;
	border: 1px solid #FFF;
	font-weight: 600;
	letter-spacing: .25em;
}

#content > header .gnav .official span {
	display: inline;
}

}


/*------------------------------------------------------------------------------

	menu

------------------------------------------------------------------------------*/

/*	メニュー本体開閉CSS
　　スマホサイズでcloseした時のdisplay:none を、再びPCサイズにした時、
　　非表示になるのを回避
------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {

#content > header .menu {
	display: block !important;
}

}

@media screen and (max-width: 767px) {

#content > header .menu {
	display: none;
}

}


/*	メニュー本体
------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	
#content > header .menu {
	overflow-y: scroll;
	position: fixed;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/field_work.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 9999;
}
		
}


/*	開閉ボタン
------------------------------------------------------------------------------*/

.menu_button {
	display: none;
}

@media screen and (max-width: 767px) {
	
.menu_button,
.menu_button span {
	display: inline-block;
	transition: translate .4s, rotate .4s, display .4s, background .4s, top .4s, bottom .4s, opacity .4s;
	box-sizing: border-box;
}
	
.menu_button {
	position: fixed;
	display: block;
	z-index: 9999;
	right: 3vw;
	top: 3.25vw;
	width: 12vw;
	height: 12vw;
}
	
.menu_button:hover {
	cursor: pointer;
}

.menu_button span {
	position: absolute;
	left: 50%;
	translate: -50% 0;
	width: 60%;
	height: .4vw;
	background-color: rgba(var(--text-color),1);
	border-radius: 100em;
}
	
.menu_button.active {
	background-color: transparent;
}

.menu_button.active span {
	background-color: #FFF;
}

.menu_button span:nth-of-type(1) { top: 3.125vw;}
.menu_button span:nth-of-type(2) { top: 50%; translate: -50% -50%;}
.menu_button span:nth-of-type(3) {	bottom: 3.125vw;}

.menu_button.active span:nth-of-type(1) { top: 50%; translate: -50% -50%; rotate: -315deg;}
.menu_button.active span:nth-of-type(2) { opacity: 0;}
.menu_button.active span:nth-of-type(3) { top: 50%; bottom: auto; translate: -50% -50%; rotate: 315deg;}

}

/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

main #xxxxx {
	
}

/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#content > footer {
	margin-top: 90px;
}

#content > footer #field_work {
	position: relative;
	padding: 95px 0 100px;
	background-color: rgba(var(--bg-yellow-color),1);
	background-image: url(../img/field_work.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

body.home #content > footer #field_work {
	background-image: none;
}

body.home #content > footer #field_work::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 42.9%;
	background-image: url(../img/field_work.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#content > footer #field_work .work {
	position: relative;
	z-index: 10;
}

#content > footer #field_work h2,
#content > footer #field_work p,
#content > footer #field_work .carousel {
	position: relative;
	z-index: 10;
}

#content > footer #field_work .carousel {
	display: flex;
	margin-bottom: 70px;
	overflow: hidden;
}

#content > footer #field_work .carousel ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	animation: slider 60s linear infinite;
}

@keyframes slider {
0% { translate: 0;}
100% { translate: -100% 0;}
}

#content > footer #field_work .carousel li {
	position: relative;
	width: 280px;
	aspect-ratio: 1/1;
	margin-right: 45px;
}

body.home #content > footer #field_work .group {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
}

#content > footer #field_work h2 {
	margin: 0 auto 70px;
	background-image: url(../img/work.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 165px;
	aspect-ratio: 165/72;
}

body.home #content > footer #field_work h2 {
	width: 382px;
	aspect-ratio: 382/68;
	background-image: url(../../home/img/field_work.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#content > footer #field_work .work .job_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

#content > footer #field_work .work .job_list li {
	width: 23%;
	background-color: #FFF;
}

#content > footer #field_work .work .job_list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	border: 1em solid #FFF;
	text-align: center;
	line-height: 1;
	color: inherit;
}

#content > footer #field_work .work .job_list li a:hover {
	opacity: 1;
}

#content > footer #field_work .work .job_list li a span {
	display: block;
}

#content > footer #field_work .work .job_list li a .title {
	order: 2;
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.125em;
}

#content > footer #field_work .work .job_list li a .title::before {
	content: "";
	display: inline-block;
	vertical-align: .15em;
	width: .5em;
	aspect-ratio: 1/1;
	margin-right: .5em;
	background-image: url(../img/icon_arrow_bk.svg);
	background-repeat: repeat;
	background-size: cover;
}

#content > footer #field_work .work .job_list li a .en {
	order: 3;
	margin: 1em 0 .5em;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: .75em;
}

#content > footer #field_work .work .job_list li a .en {
	color: rgba(var(--orenge-color),1);
}

#content > footer #field_work .work .job_list li:nth-child(odd) a .en {
	color: rgba(var(--blue-color),1);
}

#content > footer #field_work .work .job_list figure {
	position: relative;
	order: 1;
	aspect-ratio: 250/300;
}

#content > footer #field_work .work .job_list figure::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--gray-color),1);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 97%);
}

#content > footer #field_work .work .job_list figure img {
	position: absolute;
	left: 50%;
	translate: -50% 0;
	bottom: 0;
	width: 80%;
	margin: 0 auto;
	z-index: 1;
}

#content > footer #field_work .work .recruit_button {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content > footer #field_work .work .recruit_button a {
	display: block;
	padding: 1.25em 3.25em 1.25em 3.5em;
	background: var(--gradient);
	border-radius: 10em;
	text-align: center;
	color: #FFF;
}

#content > footer #field_work .work .recruit_button a span {
	display: block;
	letter-spacing: .25em;
	font-weight: bold;
	line-height: 1;
}

#content > footer #field_work .work .recruit_button a .main {
	margin-bottom: .5em;
	font-size: 1.75em;
}

#content > footer #field_work .work .recruit_button a .sub {
	font-size: .938em;
}

@media screen and (max-width: 1300px) {

#content > footer #field_work {
	padding-top: 80px;
	padding-bottom: 95px;
}

body.home #content > footer #field_work::after {
	height: 45%;
}

#content > footer #field_work .carousel {
	margin-bottom: 50px;
}

#content > footer #field_work .carousel li {
	width: 220px;
	margin-right: 30px;
}

#content > footer #field_work .work .job_list li a .title {
	font-size: 1em;
}

#content > footer #field_work .work .job_list li a .en {
	font-size: .65em;
}


}

@media screen and (max-width: 1200px) {

#content > footer {
	margin-top: 70px;
}

#content > footer #field_work {
	padding-top: 80px;
	padding-bottom: 95px;
}

#content > footer #field_work h2 {
	margin-bottom: 55px;
	width: 128px;
}

body.home #content > footer #field_work h2 {
	width: 306px;
}

#content > footer #field_work .work .job_list {
	margin-bottom: 75px;
}

#content > footer #field_work .work .job_list li a .title {
	font-size: .85em;
}

#content > footer #field_work .work .job_list li a .en {
	font-size: .6em;
}

#content > footer #field_work .work .recruit_button a .main {
	font-size: 1.5em;
}

#content > footer #field_work .work .recruit_button a .sub {
	font-size: .838em;
}

}

@media screen and (max-width: 900px) {

#content > footer {
	margin-top: 60px;
}

#content > footer #field_work {
	padding-top: 65px;
	padding-bottom: 80px;
}

body.home #content > footer #field_work::after {
	height: 47%;
}

#content > footer #field_work h2 {
	margin-bottom: 45px;
	width: 96px;
}

body.home #content > footer #field_work h2 {
	width: 240px;
}

#content > footer #field_work .carousel {
	margin-bottom: 40px;
}

#content > footer #field_work .carousel li {
	width: 140px;
	margin-right: 15px;
}

#content > footer #field_work .work .job_list {
	margin-bottom: 65px;
}

#content > footer #field_work .work .job_list li a {
	border-width: .75em;
}

#content > footer #field_work .work .job_list li a .title {
	font-size: .725em;
}

#content > footer #field_work .work .job_list li a .en {
	font-size: .5em;
}

}

@media screen and (max-width: 767px) {

#content > footer {
	margin-top: 7vw;
}

#content > footer #field_work {
	padding-top: 10vw;
	padding-bottom: 15vw;
}

body.home #content > footer #field_work::after {
	height: 67%;
}

#content > footer #field_work h2 {
	margin-bottom: 7vw;
	width: 25vw;
}

body.home #content > footer #field_work h2 {
	width: 53vw;
}

#content > footer #field_work .carousel {
	margin-bottom: 7vw;
}

#content > footer #field_work .carousel li {
	width: 30vw;
	margin-right: 3vw;
}

#content > footer #field_work .work .job_list {
	margin-bottom: 12vw;
}

#content > footer #field_work .work .job_list li {
	width: 47%;
}

#content > footer #field_work .work .job_list li:nth-child(1),
#content > footer #field_work .work .job_list li:nth-child(2) {
	margin-bottom: 5vw;
}

#content > footer #field_work .work .job_list li a {
	border-width: 2.25vw;
}

#content > footer #field_work .work .job_list li a .title {
	font-size: 2.75vw;
}

#content > footer #field_work .work .job_list li a .en {
	font-size: 2vw;
}

#content > footer #field_work .work .recruit_button a .main {
	font-size: 4.5vw;
}

#content > footer #field_work .work .recruit_button a .sub {
	font-size: 2.5vw;
}

}


/*	 info
------------------------------------------------------------------------------*/

#content > footer #info,
#content > footer #info a {
	color: #FFF;
}

#content > footer #info {
	padding: 105px 0 90px;
	background-color: #000;
}

#content > footer #info section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

#content > footer #info section::after {
	order: 2;
	content: "";
	display: block;
	width: 1px;
	height: 10em;
	background-color: #FFF;
	rotate: 30deg;
}

#content > footer #info .group {
	order: 1;
}

#content > footer #info .group h2 {
	letter-spacing: .125em;
	font-weight: bold;
}

#content > footer #info .group address p {
	margin-bottom: 1.25em;
	letter-spacing: .125em;
	font-size: .875em;
}

#content > footer #info .group address dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content > footer #info .group address dl dt {
	margin-right: 2em;
	padding: .75em .875em .75em 1em;
	letter-spacing: .125em;
	border: 1px solid  #FFF;
	line-height: 1.4;
	font-size: .875em;
}

#content > footer #info .group address dl span {
	display: block;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#content > footer #info .group address dl dd {
	letter-spacing: .125em;
	line-height: 1;
}

#content > footer #info .group address dl dd .main {
	font-size: 1.25em;
}

#content > footer #info .group address dl dd .sub {
	font-size: .875em;
}

#content > footer #info .link {
	order: 3;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
}

#content > footer #info .link .text {
	margin-top: 2em;
	margin-right: 2em;
}

#content > footer #info .link .text p {
	margin-bottom: .25em;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 1.25em;
}

#content > footer #info .link .text .external a {
	padding-left: 1.125em;
	background-image: url(../img/icon_external_w.svg);
	background-repeat: no-repeat;
	background-size: .75em;
	background-position: left center;
	font-size: .75em;
}

#content > footer #info .link .banner a {
	display: block;
	width: 336px;
	aspect-ratio: 800/365;
	background-image: url(../img/banner_history.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1300px) {

#content > footer #info {
	padding-top: 95px;
	padding-bottom: 80px;
}

#content > footer #info section {
	margin-bottom: 80px;
}

#content > footer #info .link .text {
	margin-right: 0;
}

#content > footer #info .link .banner a {
	width: 270px;
}

}

@media screen and (max-width: 1200px) {

#content > footer #info section {
	margin-bottom: 70px;
}

#content > footer #info {
	padding-top: 85px;
	padding-bottom: 70px;
}

#content > footer #info .link .text {
	margin-top: 1em;
}

#content > footer #info .link .banner a {
	width: 220px;
}

}

@media screen and (max-width: 1100px) {

#content > footer #info section {
	justify-content: flex-start;
	margin-bottom: 60px;
}

#content > footer #info .group,
#content > footer #info section::after {
	margin-right: 4em;
}

#content > footer #info .link .banner a {
	width: 170px;
}

}

@media screen and (max-width: 900px) {

#content > footer #info section {
	margin-bottom: 50px;
}

#content > footer #info section::after {
	margin-right: 2em;
	height: 7em;
}

#content > footer #info .group {
	margin-right: 3em;
}

}

@media screen and (max-width: 820px) {

#content > footer #info section::after {
	margin-right: 3.5em;
	height: 9.5em;
}

#content > footer #info .group {
	margin-right: 4em;
}

#content > footer #info .link {
	flex-direction: column;
	align-items: flex-start;
}

#content > footer #info .link .text {
	margin-bottom: .5em;
	margin-left: 1.5em;
}

}

@media screen and (max-width: 767px) {

#content > footer #info {
	padding-top: 15vw;
	padding-bottom: 10vw;
}

#content > footer #info section {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 8vw;
}

#content > footer #info section::after {
	margin: 3vw 0;
	height: 10vw;
}

#content > footer #info .group {
	margin-right: 0;
}

#content > footer #info .group h2,
#content > footer #info .group address p {
	text-align: center;
}

#content > footer #info .group h2 {
	font-size: 4vw;
	margin-bottom: 3vw;
}

#content > footer #info .group address p {
	margin-bottom: 5vw;
}

#content > footer #info .link {
	align-items: center;
}

#content > footer #info .link .text p,
#content > footer #info .link .text .external a {
	text-align: center;
}

#content > footer #info .link .banner a {
	width: 55vw;
	margin-top: 6vw;
	margin-right: 3vw;
}

}


/*	 recruit_fixed
------------------------------------------------------------------------------*/

#content > footer #recruit_fixed {
	display: block;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 999;
	translate: 0;
	animation: 2.8s recruit 1 ease;
}

@keyframes recruit {
0% { translate: 150% 0;}
90% { translate: 150% 0;}
100% { transform: 0 0;}
}

#content > footer #recruit_fixed a {
	display: block;
	width: 3.5em;
	padding: 3em 1em 3em;
	background: var(--gradient-vertical);
	letter-spacing: .5em;
	writing-mode: vertical-rl;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
}

#content > footer #recruit_fixed a::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	aspect-ratio: 1/1;
	margin-bottom: .85em;
	background-image: url(../img/icon_peaple_w.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 900px) {

#content > footer #recruit_fixed a {
	width: 3em;
	padding: 2em .75em 2em;
}

#content > footer #recruit_fixed a::before {
	width: 1.25em;
	margin-bottom: .85em;
}

}

@media screen and (max-width: 844px) and (orientation: landscape) {

#content > footer #recruit_fixed {
	display: none
}

}


@media screen and (max-width: 767px) {

#content > footer #recruit_fixed {
	top: 60vw;
	bottom: auto;
}

}

/*	 copy
------------------------------------------------------------------------------*/

#content > footer #copy {
	text-align: center;
	font-size: .75em;
}


/*	 page_top
------------------------------------------------------------------------------*/

#page_top {
	position: fixed;
	right: 3vw;
	bottom: 3vw;
	z-index: 1000;
	width: 10vw;
	height: 10vw;	
	max-width: 60px;
	max-height: 60px;
	transition: opacity .6s;
	background-color: #FFF;
	opacity: 0;
}

.moved #page_top {
	opacity: .7;
}

#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--text-color),1);
	border: 1px solid #FFF;
	text-decoration: none;
	cursor: default;
}

.moved #page_top a {
	cursor: pointer;
	opacity: 1;
}

#page_top a::after {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)  rotate(45deg);
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

}

