/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?33666053');
	src: url('../fonts/fontello.eot?33666053#iefix') format('embedded-opentype'),
				url('../fonts/fontello.woff2?33666053') format('woff2'),
				url('../fonts/fontello.woff?33666053') format('woff'),
				url('../fonts/fontello.ttf?33666053') format('truetype'),
				url('../fonts/fontello.svg?33666053#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
*, *:before, *:after {
	-webkit-appearance: none
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	transition: all .25s ease-in-out;
}
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 {
	display: block;
}
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;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.gothic {font-family: "Noto Sans JP", sans-serif;}
.mincho {font-family: "Noto Serif JP", serif;}
.alphabet {font-family: "Montserrat", sans-serif;}




/*
======================================
Base Style
======================================
*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	background: #fff;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 400;
	color: #000;
	height: 100%;
	line-height: 2.0em;
}
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.btn-back-to-top {
	position: fixed;
	z-index: 6000;
	bottom: 7em;
	right: 1em;
	width: 50px;
	height: 50px;
	border: none;
	background: var(--maincolor) url(../gifs/icon_pagetop.svg) no-repeat;
	background-position: top 50% left 50%;
	background-size: 35% auto;
	border-radius: 100px;
	line-height: 1.25em;
	cursor: pointer;
	outline: none;
}
.btn-back-to-top span {
	display: none;
}
.btn-back-to-top:hover {
	opacity: .9;
}
@media screen and (max-width:768px) {
	/* ----- Back to Top ----- */
	.btn-back-to-top {
		width: 40px;
		height: 40px;
	}
}
main {
	overflow: hidden;
}





#nav-toggle {
	display: none;
}
#toggle {
	z-index: 7000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 46px;
	background: rgba(0,147,66,.975);
	color: #333;
	transform: translate(-100%);
	transition: all .25s ease-in-out;
	opacity: 0;
}
header.open #toggle {
	transform: translate(0%);
	opacity: 1;
	overflow-y: auto;
}
#toggle .logo {
	position: absolute;
	top: 7px;
	left: 1em;
}
#toggle ul {
	border-bottom: 1px solid #25b565;
}
#toggle ul li {
	background: url(../gifs/icon_arrow_wh.svg) no-repeat;
	background-position: top 28px right 1em;
	background-size: 6px auto;
}
#toggle ul li.has-child {
	background: url(../gifs/icon_plus.svg) no-repeat;
	background-position: top 28px right 0.95em;
	background-size: 10px auto;
}
#toggle ul li.has-child.on {
	background: url(../gifs/icon_minus.svg) no-repeat;
	background-position: top 28px right 0.95em;
	background-size: 10px auto;
}
#toggle ul li.extarnal {
	background: url(../gifs/icon_externallink_wh.svg) no-repeat;
	background-position: top 28px right 1em;
	background-size: 10px auto;
}
#toggle ul li a {
	display: block;
	padding: 1em 2em;
	border-top: 1px solid #25b565;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#toggle ul li a:hover {
	background: rgba(0,0,0,.15);
}
#toggle ul li ul {
	display: none;
}
#toggle ul li ul li a {
	padding-left: 3em;
	background: rgba(0,0,0,.15);
}
#toggle ul li ul li a:hover {
	background: rgba(0,0,0,.25);
}
#toggle .toggle-creahouse {
	padding: 1.5em 2em;
}
#toggle .toggle-creahouse a {
	display: block;
	width: 70%;
	margin: 0 auto;
}
#toggle .toggle-creahouse a figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	#nav-toggle {
		display: block;
		position: absolute;
		right: 6px;
		top: 6px;
		width: 36px;
		height: 36px;
		padding: 6px;
		cursor: pointer;
		z-index: 8000;
		background: transparent;
		font-size: 64.28%;
		text-align: center;
		border-radius: 100px;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: var(--maincolor);
		left: 0;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {top: 2px;}
	#nav-toggle span:nth-child(2) {top: 10px;}
	#nav-toggle span:nth-child(3) {top: 18px;}
	#nav-toggle span:nth-of-type(1) {
		animation: btn-bar01 .75s forwards;
	}
	@keyframes btn-bar01 {
		0% {
			transform: translateY(8px) rotate(45deg);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	#nav-toggle span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	#nav-toggle span:nth-of-type(3) {
		animation: btn-bar03 .75s forwards;
	}
	@keyframes btn-bar03 {
		0% {
			transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	#nav-toggle.open span:nth-of-type(1) {
		animation: active-btn-bar01 .75s forwards;
	}
	@keyframes active-btn-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(8px) rotate(45deg);
			background: #fff;
		}
	}
	#nav-toggle.open span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-toggle.open span:nth-of-type(3) {
		animation: active-btn-bar03 .75s forwards;
	}
	@keyframes active-btn-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(-8px) rotate(-45deg);
			background: #fff;
		}
	}
}

#mv.company {background: url(../gifs/mv_company.jpg) no-repeat;}
#mv.philosophy {background: url(../gifs/mv_philosophy.jpg) no-repeat;}
#mv.commitment {background: url(../gifs/mv_commitment.jpg) no-repeat;}
#mv.sustainability {background: url(../gifs/mv_sdgs.jpg) no-repeat;}
#mv.group-company {background: url(../gifs/mv_group-company.jpg) no-repeat;}
#mv.business {background: url(../gifs/mv_business.jpg) no-repeat;}
#mv.works {background: url(../gifs/mv_works.jpg) no-repeat;}
#mv.news {background: url(../gifs/mv_news.jpg) no-repeat;}
#mv.recruit {background: url(../gifs/mv_recruit.jpg) no-repeat;}
#mv.recruit_new_kenchiku {background: url(../gifs/mv_recruit_new_kenchiku.jpg) no-repeat;}
#mv.recruit_new_doboku {background: url(../gifs/mv_recruit_new_doboku.jpg) no-repeat;}
#mv.recruit_mid_kenchiku {background: url(../gifs/mv_recruit_mid_kenchiku.jpg) no-repeat;}
#mv.recruit_mid_doboku {background: url(../gifs/mv_recruit_mid_doboku.jpg) no-repeat;}
#mv.contact {background: url(../gifs/mv_contact.jpg) no-repeat;}
#mv.privacy {background: url(../gifs/mv_privacy.jpg) no-repeat;}

#mv.sub {
	position: relative;
	display: flex;
	align-items: center;
	background-position: left 50% top 50%;
	background-size: cover;
	height: 500px;
}
/*#mv.sub::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,147,66,0.6);
	z-index: 1;
}*/
#mv.sub div {
	position: relative;
	z-index: 2;
	 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#mv.sub div h1 {
	font-size: 7.2rem;
	font-weight: 600;
	line-height: 1.25em;
	color: #fff;
}
#mv.sub div span {
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width:1200px) {
	#mv.sub {
		height: 400px;
	}
	#mv.sub div h1 {
		font-size: 6.0rem;
	}
	#mv.sub div span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:768px) {
	#mv.sub {
		height: 300px;
	}
	#mv.sub div h1 {
		font-size: 4.8rem;
	}
	#mv.sub div span {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:480px) {
	#mv.sub {
		height: 250px;
	}
	#mv.sub div h1 {
		font-size: 3.6rem;
	}
	#mv.sub div span {
		font-size: 1.4rem;
	}
}





#topicpath {
	width: 100%;
	padding: 1.25em 1em;
	background: #fff;
	transition: all .25s ease-in-out;
}
#topicpath ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	transition: all .25s ease-in-out;
}
#topicpath ul li,
#topicpath ul li a {
	font-size: 1.2rem;
	line-height: 1.25em;
	color: #000;
	text-decoration: none;
}
#topicpath ul li {
	display: inline-block;
	padding-right: 1.5em;
}
#topicpath ul li::after {
	display: inline;
	content: "／";
	padding-left: 1.5em;
}
#topicpath ul li:last-child::after {
	content: none;
}
#topicpath ul li:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
#topicpath ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:640px) {
	#topicpath {
		padding: .75em 1em;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
}





.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}
.wide-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 1em;
}
.box {
	padding: 8em 0 6em;
}
@media screen and (max-width:480px) {
	.box {
		padding: 4em 0 4em;
	}
}
.aligncenter {text-align: center;}
.alignrigth {text-align: right;}
.alignleft {text-align: left;}
.b1sd {border: 1px solid #ddd;}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
}


:root {
	--maincolor: #009342;
	--subcolor: #e60025;
}






.heading.aic {
	display: flex;
	align-items: center;
}
.heading.aifs {
	display: flex;
	align-items: flex-start;
}
.heading.jcc {
	justify-content: center;
}
.heading.fdc {
	flex-direction: column;
}
.heading span {
	font-size: 7.2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
.heading strong {
	margin-left: 1.5em;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
}
.heading.fdc strong {
	margin: 1em 0 0;
}
.heading strong.green {
	color: var(--maincolor);
}
@media screen and (max-width:1200px) {
	.heading span {
		font-size: 6.0rem;
	}
	.heading strong {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:768px) {
	.heading span {
		font-size: 4.8rem;
	}
	.heading strong {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:640px) {
	.heading.aic {
		flex-direction: column;
	}
	.heading.aic strong {
		margin: 1em 0 0;
	}
}
@media screen and (max-width:480px) {
	.heading span {
		font-size: 3.6rem;
	}
	.heading strong {
		font-size: 1.4rem;
	}
}
.subheading.tac {
	text-align: center;
}
.subheading span {
	font-size: 4.2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1em;
	color: var(--maincolor);
}
.subheading strong {
	display: block;
	margin-top: .5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1em;
}
.subheading br.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.subheading br.sp {
		display: inline;
	}
}
@media screen and (max-width:480px) {
	.subheading span {
		font-size: 2.8rem;
	}
	.subheading strong {
		font-size: 1.6rem;
	}
}


















#globalheader {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 1em;
	background: #fff;
	transition: all .25s ease-in-out;
}
#globalheader .logo {
	margin-right: auto;
}
#globalheader .logo img {
	width: 270px;
	height: auto;
	vertical-align: top;
	transition: all .25s ease-in-out;
}
#globalheader nav ul {
	display: flex;
}
#globalheader nav ul li {
	position: relative;
	margin-right: 2em;
}
#globalheader nav ul li a {
	display: block;
	padding: .5em 0;
	color: #000;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#globalheader nav ul li a:hover {
	color: var(--maincolor);
}
#globalheader nav ul ul {
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 4;
	display: block;
	width: 270px;
	padding: 0 0 1em;
	background: rgba(255,255,255,1);
	box-shadow: 0px 11px 18px -20px #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease-in-out;
}
#globalheader nav ul li.has-child.right ul {
	left: inherit;
	right :0;
}
#globalheader nav ul li.has-child:hover > ul {
	visibility: visible;
	opacity: 1;
}
#globalheader nav ul ul li {
	margin-right: 0;
}
#globalheader nav ul ul li a {
	display: flex;
	align-items: center;
	padding: .5em 1.5em;
}
#globalheader nav ul ul li a::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 1em;
	border-radius: 100px;
	background: var(--subcolor);
}
#globalheader nav ul ul li a.extarnal em::after {
	display: inline-block;
	content: "";
	margin-left: .5em;
	width: 10px;
	height: 10px;
	background: url(../gifs/icon_externallink.svg) no-repeat;
	background-size: 10px auto;
}
#globalheader .creahouse {
	margin-right: 1.5em;
}
#globalheader .creahouse a {
	display: block;
	width: 200px;
	line-height: 1em;
}
#globalheader .creahouse a figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: all .25s ease-in-out;
}
#globalheader .creahouse a:hover figure img {
	opacity: .65;
}
#globalheader .group-recruit a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25em 3em 1.25em 1.5em;
	background: rgba(0, 61, 198, 7.2);
	background: linear-gradient(90deg, rgba(0, 61, 198, 1) 0%, rgba(61, 161, 224, 1) 100%);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#globalheader .group-recruit a:hover {
	opacity: .75;
}
#globalheader .group-recruit a span::after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	border-right: 0;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
}
#globalheader .group-recruit a span figure {
	width: 175px;
	line-height: 1em;
}
#globalheader .group-recruit a span figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#globalheader .group-recruit a span em {
	display: block;
	margin-top: .35em;
	font-size: 1.2rem;
	line-height: 1em;
	color: #f6ff00;
}
#globalheader .group-recruit a span em em {
	display: inline;
}
.fixed #globalheader {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.925);
	box-shadow: 0 4px 15px 0 rgba(0,0,0,.08);
	z-index: 500;
}
.fixed #globalheader:hover {
	background: rgba(255,255,255,1);
}
@media screen and (max-width:1500px) {
	#globalheader .creahouse a {
		width: 160px;
	}
	#globalheader nav ul li.home {
		display: none;
	}
	#globalheader nav ul li {
		margin-right: 1.5em;
	}
}
@media screen and (max-width:1300px) {
	#globalheader .logo img {
		width: 200px;
	}
	#globalheader .creahouse a {
		width: 140px;
	}
}
@media screen and (max-width:1200px) {
	#globalheader .creahouse {
		margin-right: 1em;
	}
	#globalheader .creahouse a {
		width: 120px;
	}
	#globalheader nav ul li {
		margin-right: 1em;
	}
	#globalheader nav ul ul {
		width: 240px;
	}
	#globalheader nav ul li.contact {
		display: none;
	}
	#globalheader nav ul ul {
		top: 61px;
	}
	#globalheader .group-recruit a {
		padding: 1.25em 2em 1.25em 1em;
	}
	#globalheader .group-recruit a span::after {
		right: 1em;
	}
	#globalheader .group-recruit a span figure {
		width: 150px;
	}
	#globalheader .group-recruit a span em {
		font-size: 1.1rem;
	}
}
@media screen and (max-width:1024px) {
	#globalheader .logo img {
		width: 180px;
	}
	#globalheader nav ul li {
		margin-right: .75em;
	}
	#globalheader nav ul li.news {
		display: none;
	}
	#globalheader nav ul li a {
		font-size: 1.4rem;
	}
	#globalheader nav ul ul {
		top: 58px;
	}
	#globalheader .creahouse {
		margin-right: .75em;
	}
	#globalheader .group-recruit a {
		padding: 1.25em .75em;
	}
	#globalheader .group-recruit a span::after {
		display: none;
	}
	#globalheader .group-recruit a span figure {
		width: 120px;
	}
	#globalheader .group-recruit a span em {
		font-size: 1.0rem;
	}
}
@media screen and (max-width:768px) {
	#globalheader {
		padding: 0 3em 0 1em;
	}
	#globalheader .logo img {
		width: 180px;
	}
	#globalheader .creahouse {
		display: none;
	}
	#globalheader nav {
		display: none;
	}
	#globalheader .group-recruit a {
		padding: .5em .75em;
	}
	.fixed #globalheader {
		padding: 0 3em 0 1em;
	}
}
@media screen and (max-width:480px) {
	#globalheader .logo img {
		width: 170px;
	}
	#globalheader .group-recruit a {
		padding: .5em;
	}
	#globalheader .group-recruit a span figure {
		width: 100px;
	}
	#globalheader .group-recruit a span em em {
		display: none;
	}
}










#globalfooter .contactus {
	padding: 4em 0;
	background: var(--maincolor);
	color: #fff;
}
#globalfooter .contactus dl {
	display: flex;
	align-items: center;
}
#globalfooter .contactus dl dt {
	width: 50%;
}
#globalfooter .contactus dl dt p {
	margin-top: 1.5em;
}
#globalfooter .contactus dl dd {
	width: 50%;
}
#globalfooter .contactus dl dd .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.25em 1em;
	border: 2px solid #fff;
	border-radius: 100px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#globalfooter .contactus dl dd .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
	transition: all .25s ease-in-out;
}
#globalfooter .contactus dl dd .btn a:hover {
	background: #fff;
	color: var(--maincolor);
}
#globalfooter .contactus dl dd .btn a:hover span::after {
	border-left-color: var(--maincolor);
}
@media screen and (max-width:1200px) {
	#globalfooter .contactus {
		padding: 3em 0;
	}
	#globalfooter .contactus dl dt .heading.aic {
		align-items: flex-start;
		flex-direction: column;
	}
	#globalfooter .contactus dl dt .heading.aic strong {
		margin: .25em 0 0 0;
	}
	#globalfooter .contactus dl dt p br {
		display: none;
	}
	#globalfooter .contactus dl dd .btn {
		padding: 0 0 0 2em;
	}
}
@media screen and (max-width:768px) {
	#globalfooter .contactus dl {
		flex-direction: column;
	}
	#globalfooter .contactus dl dt,
	#globalfooter .contactus dl dd {
		width: 100%;
	}
	#globalfooter .contactus dl dd {
		margin-top: 2em;
	}
	#globalfooter .contactus dl dd .btn {
		padding: 0;
	}
	#globalfooter .contactus dl dd .btn a {
		padding: 1em;
		font-size: 2.0rem;
	}
}
@media screen and (max-width:480px) {
	#globalfooter .contactus dl dd .btn a {
		font-size: 1.8rem;
	}
}



#globalfooter .sns {
	padding: 3.5em 0;
	background: #eee;
}
#globalfooter .sns ul {
	display: flex;
}
#globalfooter .sns ul li {
	width: 25%;
	border-right: 1px solid #ccc;
	text-align: center;
}
#globalfooter .sns ul li:last-child {
	border-right: none;
}
#globalfooter .sns ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	line-height: 1.25em;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#globalfooter .sns ul li a em span {
	display: inline-block;
	padding-right: .5em;
}
#globalfooter .sns ul li.instagram a::before {
	display: inline-block;
	content: "";
	width: 42px;
	height: 42px;
	margin-right:1em;
	background: url(../gifs/icon_sns_instagram.svg) no-repeat;
	background-size: 42px 42px;
}
#globalfooter .sns ul li.tiktok a::before {
	display: inline-block;
	content: "";
	width: 42px;
	height: 42px;
	margin-right:1em;
	background: url(../gifs/icon_sns_tiktok.svg) no-repeat;
	background-size: 42px 42px;
}
#globalfooter .sns ul li.youtube a::before {
	display: inline-block;
	content: "";
	width: 42px;
	height: 42px;
	margin-right:1em;
	background: url(../gifs/icon_sns_youtube.svg) no-repeat;
	background-size: 42px 42px;
}
#globalfooter .sns ul li a:hover {
	color: #666;
}
#globalfooter .sns ul li a:hover::before {
	opacity: .5;
}
@media screen and (max-width:1200px) {
	#globalfooter .sns ul li a em span {
		display: block;
		text-align: left;
	}
}
@media screen and (max-width:768px) {
	#globalfooter .sns ul li a {
		flex-direction: column;
		font-size: 1.4rem;
	}
	#globalfooter .sns ul li a em span {
		text-align: center;
	}
	#globalfooter .sns ul li.instagram a::before,
	#globalfooter .sns ul li.tiktok a::before,
	#globalfooter .sns ul li.youtube a::before {
		margin: 0 0 .5em;
	}
}
@media screen and (max-width:480px) {
	#globalfooter .sns {
		padding: 1.5em 0;
	}
	#globalfooter .sns ul li a {
		font-size: 1.0rem;
	}
	#globalfooter .sns ul li.instagram a::before,
	#globalfooter .sns ul li.tiktok a::before,
	#globalfooter .sns ul li.youtube a::before {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
}


#globalfooter .sitemap {
	padding: 5em 0;
}
#globalfooter .sitemap .col2 {
	display: flex;
}
#globalfooter .sitemap .col2 .address {
	width: 350px;
}
#globalfooter .sitemap .col2 .address figure {
	width: 100%;
	max-width: 350px;
	margin-bottom: 1em;
	transition: all .25s ease-in-out;
}
#globalfooter .sitemap .col2 .address figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#globalfooter .sitemap .col2 .nav {
	display: flex;
	width: auto;
	margin-left: auto;
}
#globalfooter .sitemap .col2 .nav ul {
	margin-left: 4em;
}
#globalfooter .sitemap .col2 .nav ul li {
	margin-top: 1em;
}
#globalfooter .sitemap .col2 .nav ul li:first-child {
	margin-top: 0;
}
#globalfooter .sitemap .col2 .nav ul li.sub {
	margin-top: 0;
}
#globalfooter .sitemap .col2 .nav ul li a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
#globalfooter .sitemap .col2 .nav ul li.sub a {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 400;
}
#globalfooter .sitemap .col2 .nav ul li.sub a::before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 1px;
	margin: 0 1em 0 .1em;
	background: #999;
}
#globalfooter .sitemap .col2 .nav ul li a:hover {
	text-decoration: underline;
}
#globalfooter .sitemap .col2 .nav ul li a.extarnal em::after {
	display: inline-block;
	content: "";
	margin-left: .5em;
	width: 10px;
	height: 10px;
	background: url(../gifs/icon_externallink.svg) no-repeat;
	background-size: 10px auto;
}
@media screen and (max-width:1200px) {
	#globalfooter .sitemap .col2 .address figure {
		max-width: 300px;
	}
	#globalfooter .sitemap .col2 .nav ul {
		margin-left: 3rem;
	}
	#globalfooter .sitemap .col2 .nav ul li a {
		font-size: 1.4rem;
	}
	#globalfooter .sitemap .col2 .nav ul li.sub a {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1024px) {
	#globalfooter .sitemap {
		padding: 3em 0;
	}
	#globalfooter .sitemap .col2 {
		flex-direction: column;
	}
	#globalfooter .sitemap .col2 .address {
		width: 100%;
		text-align: center;
	}
	#globalfooter .sitemap .col2 .address figure {
		margin: 0 auto 1em;
	}
	#globalfooter .sitemap .col2 .nav {
		width: 100%;
		justify-content: center;
		margin-top: 3em;
	}
}
@media screen and (max-width:768px) {
	#globalfooter .sitemap .col2 .nav {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#globalfooter .sitemap .col2 .nav ul {
		width: calc(50% - 3rem);
		margin-top: 2em;
	}
}
@media screen and (max-width:480px) {
	#globalfooter .sitemap {
		padding: 2em 0;
	}
	#globalfooter .sitemap .col2 .address figure {
		max-width: 240px;
	}
	#globalfooter .sitemap .col2 .nav {
		display: none;
	}
}



#globalfooter small {
	display: block;
	padding: 1em 3em 5em;
	border-top: 1px solid #ccc;
	font-size: 1.1rem;
	color: #333;
	text-align: right;
}
@media screen and (max-width:480px) {
	#globalfooter small {
		text-align: center;
	}
}


#top #mv {
	position: relative;
	width: 100%;
}
#top .hero {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	background-color: #fff;
}
#top #mv h1 {
	position: absolute;
	bottom: -8%;
	left: 0%;
	width: 100%;
	height: auto;
	text-align: right;
}
#top #mv h1 img {
	width: 50%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1400px) {
	#top #mv h1 img {
		width: 60%;
	}
}
@media screen and (max-width:1024px) {
	#top .hero {
		height: 70vh;
	}
	#top #mv h1 img {
		width: 70%;
	}
}
@media screen and (max-width:768px) {
	#top .hero {
		height: 50vh;
	}
}
@media screen and (max-width:480px) {
	#top .hero {
		height: calc(100vh - 45.5px);
	}
	#top #mv h1 {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#top #mv h1 img {
		width: auto;
		height: 90%;
	}
}




#top .column {
	padding: 6em 0;
}
#top h2 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5em;
}
#top .btn {
	margin-top: 2em;
}
#top .btn a {
	display: inline-block;
	padding: .35em 2em .5em;
	background: var(--maincolor);
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#top .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	border-right: 0;
	transition: all .25s ease-in-out;
}
#top .btn a:hover {
	background: #fff;
	color: var(--maincolor);
}
#top .btn a:hover span::after {
	border-left-color: var(--maincolor);
}
@media screen and (max-width:1024px) {
	#top h2 {
		font-size: 2.0rem;
	}
	#top .btn {
		text-align: center;
	}
	#top .btn a {

	}
}
@media screen and (max-width:768px) {
	#top .column {
		padding: 4em 0;
	}
	#top h2 {
		font-size: 1.8rem;
	}
}


#top .pickup {
	padding: 6em 0;
	background: #FDE0E0;
	background: linear-gradient(90deg, rgba(253, 224, 224, 1) 0%, rgba(195, 234, 222, 1) 100%);;
}
#top .pickup dl {
	display: flex;
	align-items: center;
	gap: 5em;
}
#top .pickup dl dt,
#top .pickup dl dd {
	width: 50%;
}
#top .pickup dl dt h2 {
	margin-top: 1.5em;
	font-size: 3.0rem;
	line-height: 1.5em;
}
#top .pickup dl dt h2 span {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5em;
}
#top .pickup dl dt p {
	margin-top: 1em;
}
#top .pickup dl dd .mov-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#top .pickup dl dd .mov-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1024px) {
	#top .pickup {
		padding: 4em 0;
	}
	#top .pickup dl {
		flex-direction: column;
		gap: 3em;
	}
	#top .pickup dl dt,
	#top .pickup dl dd {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#top .pickup dl dt h2 {
		font-size: 2.6rem;
	}
}



#top .news .wrap {
	position: relative;
}
#top .news .news-list {
	margin-top: 2em;
}
#top .news .news-list .item {
	margin: 0 1em;
}
#top .news .news-list .item a {
	display: block;
	text-decoration: none;
	color: #000;
}
#top .news .news-list .item a figure {
	position: relative;
}
#top .news .news-list .item a figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top .news .news-list .item a figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 120px;
	padding: .4em 1em .5em;
	background: #000;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1em;
	text-align: center;
}
#top .news .news-list .item a figure figcaption.cat1 {background: var(--maincolor);;}
#top .news .news-list .item a figure figcaption.cat2 {background: #1e2585;}
#top .news .news-list .item a figure figcaption.cat3 {background: #ff6c00;}
#top .news .news-list .item a figure figcaption.cat4 {background: #e60025;}
#top .news .news-list .item a .date {
	margin-top: .45em;
	color: #929fa7;
	line-height: 1.5em;
}
#top .news .news-list .item a strong {
	line-height: 1.75em;
}
#top .news .news-list .slick-dots {
	position: relative;
}
#top .news .news-list .slick-dots li button:before {
	font-size: 10px;
}
#top .news .news-list .slick-dots li.slick-active button:before {
	color: var(--maincolor);
}
#top .news .news-list .slick-prev,
#top .news .news-list .slick-next {
	top: 40%;
	width: 20px;
	height: 36px;
}
#top .news .news-list .slick-prev {
	left: -35px;
}
#top .news .news-list .slick-next {
	right: -35px;
}
#top .news .news-list .slick-prev::before {
	content: "\e809";
	font-family: "fontello";
	font-size: 36px;
	color: var(--maincolor);
	opacity: 1;
}
#top .news .news-list .slick-next::before {
	content: "\e80a";
	font-family: "fontello";
	font-size: 36px;
	color: var(--maincolor);
	opacity: 1;
}
#top .news .link {
	position: absolute;
	top: 1.5em;
	right: 0;
}
#top .news .link a {
	padding: .75em 60px .75em 0;
	background: url(../gifs/top/top_news_link_icon.png) no-repeat;
	background-position: right 5px top 50%;
	background-size: 42px 42px;
	text-decoration: none;
	color: #333;
	transition: all .25s ease-in-out;
}
#top .news .link a:hover {
	background-position: right 0px top 50%;
	color: var(--maincolor);
}
@media screen and (max-width:1200px) {
	#top .news .news-list {
		margin: 2em calc(50% - 50vw);
	}
		#top .news .link {
		right: 1em;
	}
}
@media screen and (max-width:1024px) {
	#top .news .link {
		top: .5em;
	}
}
@media screen and (max-width:640px) {
	#top .news .link {
		position: relative;
		text-align: right;
	}
}
@media screen and (max-width:480px) {
	#top .news .link a {
		padding: .75em 40px .75em 0;
		background: url(../gifs/top/top_news_link_icon.png) no-repeat;
		background-position: right 5px top 50%;
		background-size: 26px 26px;
	}
}



#top .business {
	background: url(../gifs/top/top_business_bg.jpg) no-repeat;
	background-position: left 50% top 0;
	background-size: 1900px auto;
}
#top .business h2 {
	margin-top: 2em;
}
#top .business ul {
	display: flex;
	justify-content: center;
	gap: 5em;
	width: 90%;
	margin: 4em auto 0;
}
#top .business ul li {
	position: relative;
	width: 30%;
	background: url(../gifs/top/top_business_image01.jpg) no-repeat;
	background-position: left 50% top 50%;
	background-size: auto 100%;
	overflow: hidden;
	transition: all .5s ease-in-out;
}
#top .business ul li:nth-of-type(2) {
	margin-top: 25px;
	background: url(../gifs/top/top_business_image02.jpg) no-repeat;
	background-position: left 50% top 50%;
	background-size: auto 100%;
	/*transform: translateY(25px);*/
}
#top .business ul li:nth-of-type(3) {
	margin-top: 50px;
	background: url(../gifs/top/top_business_image03.jpg) no-repeat;
	background-position: left 50% top 50%;
	background-size: auto 100%;
	/*transform: translateY(50px);*/
}
#top .business ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	transition: all .25s ease-in-out;
}
#top .business ul li:hover {
	background-size: auto 110%;
}
#top .business ul li:hover::before {
	background: rgba(0,147,66,.85);
}
#top .business ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 480px;
	color: #fff;
	text-decoration: none;
}
#top .business ul li a strong {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
	transform: translate(-50%,-50%);
}
#top .business ul li a strong br {
	display: none;
}
#top .business ul li a span {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 16px;
	right: 5px;
	font-size: 2.4rem;
	font-weight: 600;
}
#top .business ul li a span em {
	margin-left: 15px;
	font-size: 9.0rem;
}
@media screen and (max-width:1200px) {
	#top .business ul li a strong {
		font-size: 3.0rem;
	}
	#top .business ul li a span {
		bottom: 10px;
		font-size: 2.0rem;
	}
	#top .business ul li a span em {
		font-size: 7.2rem;
	}
}
@media screen and (max-width:1024px) {
	#top .business ul {
		gap: 2em;
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	#top .business {
		background-size: 1200px auto;
	}
	#top .business ul li a strong br {
		display: inline;
	}
	#top .business ul li a {
		height: 400px;
	}
	#top .business ul li a strong {
		font-size: 3.0rem;
	}
	#top .business ul li a span {
		bottom: 0px;
		font-size: 1.8rem;
	}
	#top .business ul li a span em {
		font-size: 4.8rem;
	}
}
@media screen and (max-width:640px) {
	#top .business {
		background-size: 1700px auto;
	}
	#top .business ul {
		flex-direction: column;
		align-items: center;
		gap: 1em;
		margin: 3em auto 0;
	}
	#top .business ul li {
		width: 90%;
		margin-top: 0;
		background-size: 100% auto;
		transform: translate(-15px);
	}
	#top .business ul li:nth-of-type(2) {
		margin-top: 0;
		background-size: 100% auto;
		transform: translateX(15px);
	}
	#top .business ul li:nth-of-type(3) {
		margin-top: 0;
		background-size: 100% auto;
		transform: translateX(-15px);
	}
	#top .business ul li a {
		width: 100%;
		height: auto;
		padding: 4em;
	}
	#top .business ul li a strong br {
		display: none;
		text-align: left;
	}
	#top .business ul li a span {
		bottom: -6px;
		margin-right: 5px;
	}
	#top .business ul li a span em {
		margin-left: 10px;
		font-size: 3.0rem;
	}
}


#top .about {
	background: url(../gifs/bg_diagonal-line2.png) no-repeat;
	background-position: left 50% top 10%;
	background-size: 100% auto;
}
#top .about dl {
	display: flex;
	gap: 5em;
}
#top .about dl dt,
#top .about dl dd {
	width: 50%;
}
#top .about dl dt h2 {
	margin: 3em 0 1.5em;
}
#top .about dl dd figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1024px) {
	#top .about {
		background-position: left 50% top 50%;
		background-size: 150% auto;
	}
	#top .about dl {
		flex-direction: column-reverse;
	}
	#top .about dl dt {
		width: 90%;
		margin: -150px auto 0;
		padding: 2em;
		background: rgba(255,255,255,0.8);
	}
	#top .about dl dd {
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	#top .about {
		background-size: 200% auto;
	}
}
@media screen and (max-width:640px) {
	#top .about {
		background-position: left 50% top 40%;
		background-size: 150% auto;
	}
	#top .about dl dt {
		width: 92%;
		margin-top: -100px;
	}
}
@media screen and (max-width:480px) {
	#top .about {
		background-position: left 50% top 25%;
		background-size: 250% auto;
	}
	#top .about dl dt {
		width: 96%;
		margin-top: -100px;
	}
	#top .about dl dt h2 br {
		display: none;
	}
}



#top .works {
	overflow: hidden;
}
#top .works dl {
	position: relative;
	display: flex;
	gap: 5em;
	width: calc(576px + 50vw);
	padding: 10em 0;
	background: var(--maincolor);
}
#top .works dl::before {
	position: absolute;
	top: 0;
	left: -9%;
	display: block;
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--maincolor);
	z-index: 1;
}
#top .works dl dt {
	position: relative;
	color: #fff;
	z-index: 2;
}
#top .works dl dt h2 {
	margin: 2.5em 0 1.5em;
}
#top .works dl dt .btn a {
	border: 1px solid #fff;
}
#top .works dl dd {
	position: relative;
	display: flex;
	gap: 30px;
	padding-right: 30px;
	z-index: 3;
}
#top .works dl dd .item {
	width: 50%;
}
#top .works dl dd .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top .works dl dd .item div {
	padding: .5em 1em 0;
	font-weight: 600;
	color: #fff;
}
#top .works dl dd .item div span {
	position: relative;
}
#top .works dl dd .item div span::before {
	position: absolute;
	top: 12px;
	right: -40px;
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
}
#top .works dl dd .item div span::after {
	position: absolute;
	top: 7px;
	right: -45px;
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: var(--subcolor);
	border-radius: 50%;
}
#top .works dl dd .item div strong {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5em;
}
@media screen and (max-width:1400px) {
	#top .works dl::before {
		left: 0;
	}
}
@media screen and (max-width:1200px) {
	#top .works dl::before {
		margin: 0 calc(50% - 50vw);
	}
	#top .works dl {
		width: 100%;
		padding: 6em 0;
	}
}
@media screen and (max-width:1024px) {
	#top .works dl {
		gap: 3em;
		flex-direction: column;
	}
	#top .works dl dd {
		padding-right: 0;
	}
}
@media screen and (max-width:640px) {
	#top .works dl dd {
		flex-direction: column;
	}
	#top .works dl dd .item {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#top .column.works {
		padding: 0;
	}
	#top .works dl {
		padding: 4em 0;
	}
	#top .works dl dt h2 {
		text-align: center;
	}
}


#top .recruit .slider {
	position: relative;
	z-index: 5;
}
#top .recruit .slider img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
#top .recruit .slider .scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
#top .recruit .slider .scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
#top .recruit .slider .scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#top .recruit .slider .scroll-infinity__item {
	width: calc(100vw / 3);
}
#top .recruit .slider .scroll-infinity__item > img {
	width: 100%;
}
#top .recruit .recruit-box {
	position: relative;
	margin-top: -100px;
	padding: 4em 1em;
	background: #fff;
	box-shadow: 0px 5px 36px -13px #777;
	z-index: 10;
	text-align: center;
}
#top .recruit .recruit-box h2 {
	margin-top: 2em;
}
#top .recruit .recruit-box p {
	margin-top: 1em;
}
@media screen and (max-width:1200px) {
	#top .recruit .recruit-box {
		margin-top: -50px;
	}
}
@media screen and (max-width:1024px) {
	#top .recruit .slider .scroll-infinity__item {
		width: calc(100vw / 2.5);
	}
}
@media screen and (max-width:768px) {
	#top .recruit .slider .scroll-infinity__item {
		width: calc(100vw / 2);
	}
}
@media screen and (max-width:480px) {
	#top .recruit .slider .scroll-infinity__item {
		width: calc(100vw / 1.5);
	}
	#top .recruit .recruit-box {
		margin-top: -25px;
		padding: 2em 1em;
	}
}

#top .sustainability {
	background: #F1F3F0;
	background: linear-gradient(90deg, rgba(241, 243, 240, 1) 45%, rgba(249, 231, 235, 1) 100%);
}
#top .sustainability .heading .green {
	display: block;
	margin: 1em 0 0 0;
}
#top .sustainability dl {
	display: flex;
}
#top .sustainability dl dt {
	width: 47%;
}
#top .sustainability dl dt .sp-only {
	display: none;
	margin-bottom: 2em;
}
#top .sustainability dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top .sustainability dl dd {
	width: 53%;
}
#top .sustainability dl dd {
	padding-left: 70px;
}
#top .sustainability dl dd h2 {
	margin-top: 1em;
}
#top .sustainability dl dd p {
	margin-top: 1em;
}
@media screen and (max-width:1024px) {
	#top .sustainability dl {
		flex-direction: column;
	}
	#top .sustainability dl dt,
	#top .sustainability dl dd {
		width: 100%;
		padding: 0;
	}
	#top .sustainability dl dt .sp-only {
		display: flex;
	}
	#top .sustainability dl dd .pc-only {
		display: none;
	}
}

#top .group {
	background: #f2f2f2;
}
#top .group h2 {
	margin-top: 2em;
}
#top .group dl {
	display: flex;
	margin-top: 3em;
}
#top .group dl dt {
	width: 35%;
	padding-right: 50px;
}
#top .group dl dt p {
	margin-bottom: 1em;
}
#top .group dl dd {
	width: 65%;
}
#top .group dl dd picture {
	display: block;
}
#top .group dl dd picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1024px) {
	#top .group dl {
		flex-direction: column-reverse;
	}
	#top .group dl dt,
	#top .group dl dd {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width:480px) {
	#top .group h2 br {
		display: none;
	}
}





















/*
======================================
Company Style
======================================
*/
#company .column {
	margin-bottom: 12em;
}
#company .column.mb3em {
	margin-bottom: 3em;
}
@media screen and (max-width:640px) {
	#company .column {
		margin-bottom: 8em;
	}
}
#company .greeting .greeting-box {
	margin-top: 4em;
}
#company .greeting .greeting-box figure {
	float: right;
	width: 400px;
	margin: .6em 0 2em 4em;
}
#company .greeting .greeting-box figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#company .greeting .greeting-box figure figcaption {
	margin-top: 1em;
	line-height: 1.25em;
	text-align: center;
}
#company .greeting .greeting-box p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
#company .greeting .greeting-box p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	#company .greeting .greeting-box {
		margin-top: 3em;
}
	#company .greeting .greeting-box figure {
		float: none;
		margin: 0 auto 2em;
		width: 100%;
		max-width: 400px;
	}
}
#company .profile table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 4em;
}
#company .profile table td {
	width: 75%;
	padding: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#company .profile table .th {
	width: 25%;
	border-top: 1px solid var(--maincolor);
	border-bottom: 1px solid var(--maincolor);
	font-weight: 600;
	color: var(--maincolor);
}
@media screen and (max-width:768px) {
	#company .profile table {
		position: relative;
		margin-top: 3em;
		border-bottom: 1px solid #ccc;
	}
	#company .profile table::after {
		position: absolute;
		bottom: -1px;
		left: 0;
		content: "";
		width: 30%;
		height: 1px;
		background-color: var(--maincolor);
	}
	#company .profile table tr,
	#company .profile table td,
	#company .profile table .th {
		display: block;
		width: 100%;
		border: none;
	}
	#company .profile table td {
		padding: 0 1.5em 1.5em;
	}
	#company .profile table .th {
		position: relative;
		padding: 1.5em 1.5em 0;
		border: none;
		border-top: 1px solid #ccc;
	}
	#company .profile table .th::after {
		position: absolute;
		top: -1px;
		left: 0;
		content: "";
		width: 30%;
		height: 1px;
		background-color: var(--maincolor);
	}
}
#company .history {
	background: url(../gifs/bg_diagonal-line.png) no-repeat;
	background-position: left 50% top 10%;
	background-size: 100% auto;
}
#company .history-list {
	position: relative;
	margin-top: 4em;
}
#company .history-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 220px;
	bottom: 0;
	width: 1px;
	background-color: #afafaf;
}
#company .history-list .hlist_item:not(:last-child) {
	border-bottom: 1px dashed #bababa;
}
#company .history-list .hline:first-child {
	padding-top: 18px;
}
#company .history-list .hline:last-child {
	padding-bottom: 18px;
}
#company .history-list .hline {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 18px 0 0;
}
#company .history-list .hline .txtyear {
	position: relative;
	width: 220px;
	text-align: center;
}
#company .history-list .hline .txtyear .year {
	margin-bottom: 3px;
	padding-right: 8px;
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--maincolor);
}
#company .history-list .hline .txtyear::after {
	content: "";
	position: absolute;
	top: 19px;
	right: 0;
	width: 12px;
	height: 12px;
	background-color: var(--maincolor);
	border-radius: 100px;
	transform: translate(50%, -50%);
}
#company .history-list .hlist_item:first-child .txtyear::after {
	top: 3%;
}
#company .history-list .hlist_item:first-child .hline:first-child .txtyear::after {
	top: 11px;
	transform: translateX(50%);
}
#company .history-list .hline .txtinfo {
	display: flex;
	align-items: flex-start;
	flex: 1;
	padding-left: 90px;
}
#company .history-list .hline:first-child .txtinfo {
	padding-top: 4px;
}
#company .history-list .hline .txtinfo .date {
	width: 100%;
	max-width: 100px;
	margin: 0 50px 0 0;
	padding: 5px 10px 7px;
	background-color: var(--maincolor);
	border-radius: 100px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
#company .history-list .hline .txtinfo .txt {
	font-size: 1.6rem;
	line-height: 1.5em;
}
@media screen and (max-width:1024px) {
	#company .history {
		background-size: 150% auto;
	}
}
@media screen and (max-width:768px) {
	#company .history {
		background-size: 200% auto;
	}
	#company .history-list::before {
		left: 120px;
	}
	#company .history-list .hline .txtyear {
		width: 120px;
	}
	#company .history-list .hline .txtyear .year {
		font-size: 3.0rem;
	}
	#company .history-list .hline .txtinfo {
		padding-left: 35px;
	}
	#company .history-list .hline .txtinfo .date {
		margin-right: 20px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width:480px) {
	#company .history {
		background-size: 250% auto;
	}
	#company .history-list::before {
		left: 100px;
	}
	#company .history-list .hline .txtyear {
		width: 100px;
	}
	#company .history-list .hline .txtyear .year {
		font-size: 2.6rem;
	}
	#company .history-list .hline .txtinfo {
		display: block;
	}
	#company .history-list .hline .txtinfo .date {
		margin: 0 0 5px;
	}
}
#company .accessmap .map {
	margin-top: 4em;
}
#company .accessmap .map iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width:768px) {
	#company .accessmap .map iframe {
		height: 400px;
	}
}
@media screen and (max-width:480px) {
	#company .accessmap .map {
		margin-top: 3em;
	}
}





/*
======================================
Philosophy Style
======================================
*/
#philosophy .lead {
	margin-bottom: 6em;
}
#philosophy .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#philosophy .lead h1 br.sp {
	display: none;
}
#philosophy .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
#philosophy .lead picture {
	display: block;
	width: 80%;
	margin: 4em auto;
}
#philosophy .lead picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1200px) {
	#philosophy .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#philosophy .lead {
		margin-bottom: 4em;
	}
	#philosophy .lead h1 {
		font-size: 3.6rem;
	}
	#philosophy .lead p br {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#philosophy .lead h1 {
		font-size: 3.0rem;
	}
	#philosophy .lead h1 br.sp {
		display: inline;
	}
}
#philosophy .phi-slider {
	margin-bottom: 10em;
}
#philosophy .phi-slider img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#philosophy .phi-slider .scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
#philosophy .phi-slider .scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
#philosophy .phi-slider .scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#philosophy .phi-slider .scroll-infinity__item {
	width: calc(100vw / 3);
}
#philosophy .phi-slider .scroll-infinity__item > img {
	width: 100%;
}
#philosophy .phi h2 {
	margin: 2em 0;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5em;
}
#philosophy .phi .image {
	padding: 3em 1em;
	background: #efefef;
	border-radius: 40px;
}
#philosophy .phi .image figure {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
#philosophy .phi .image figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	#philosophy .phi h2 {
		font-size: 2.8rem;
	}
}
@media screen and (max-width:640px) {
	#philosophy .phi h2 br {
		display: none;
	}
	#philosophy .phi-slider {
		margin-bottom: 5em;
	}
}
@media screen and (max-width:480px) {
	#philosophy .phi h2 {
		font-size: 2.0rem;
	}
	#philosophy .phi .image {
		padding: 2em 1em;
		border-radius: 20px;
	}
}





/*
======================================
Commitment Style
======================================
*/
#commitment .lead {
	margin-bottom: 6em;
}
#commitment .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#commitment .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
#commitment .lead .btn {
	margin-top: 1.5em;
}
#commitment .lead .btn a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 2em auto 0;
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#commitment .lead .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#commitment .lead .btn a:hover {
	background: var(--maincolor);
	color: #fff;
}
#commitment .lead .btn a:hover span::after {
	border-left-color: #fff;
}
#commitment .items {
	margin-top: 6em;
}
#commitment .items h2 {
	position: relative;
	margin: 0 0 1em;
	padding: .5em 0;
	border-bottom: 3px solid #c7d1d4;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5em;
}
#commitment .items h2::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	background-color: var(--maincolor);
}
#commitment .items .items-box {
	margin-top: 3em;
}
#commitment .items .items-box h3 {
	margin-bottom: 1em;
	padding: .5em 1em;
	background: var(--maincolor);
	border-radius: 5px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.25em;
}
#commitment .items p {
	margin-top: 1em;
}
#commitment .items .whats {
	margin-top: 1.5em;
	padding: 1.5em;
	background: #e6f7ed;
}
#commitment .items .whats dt {
	font-weight: 600;
}
#commitment .items .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	margin-top: 3em;
}
#commitment .items .gallery li {
	width: calc((100% - 2em) / 2);
}
#commitment .items .gallery li figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#commitment .items .col2 {
	display: flex;
	justify-content: space-between;
}
#commitment .items .col2 .text {
	width: 60%;
}
#commitment .items .col2 .image {
	width: 35%;
}
#commitment .items .col2 .image figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1200px) {
	#commitment .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#commitment .lead {
		margin-bottom: 4em;
	}
	#commitment .lead h1 {
		font-size: 3.6rem;
	}
	#commitment .lead p br {
		display: none;
	}
	#commitment .items .gallery {
		gap: 1em;
	}
	#commitment .items .gallery li {
		width: calc((100% - 1em) / 2);
	}
	#commitment .items .col2 {
		flex-direction: column-reverse;
	}
	#commitment .items .col2 .text {
		width: 100%;
	}
	#commitment .items .col2 .image {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width:480px) {
	#commitment .lead h1 {
		font-size: 3.0rem;
	}
	#commitment .lead .btn a {
		width: 90%;
	}
	#commitment .items h2 {
		font-size: 2.0rem;
	}
	#commitment .items .items-box h3 {
		font-size: 1.8rem;
	}
	#commitment .items .gallery {
		gap: 0.5em;
	}
	#commitment .items .gallery li {
		width: calc((100% - 0.5em) / 2);
	}
}





/*
======================================
SDGs Style
======================================
*/
#sustainability .lead {
	margin-bottom: 6em;
}
#sustainability .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#sustainability .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
#sustainability .lead figure {
	width: 80%;
	margin: 4em auto 0;
}
#sustainability .lead figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#sustainability .lead .btn {
	margin-top: 1.5em;
}
#sustainability .lead .btn a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 2em auto 0;
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#sustainability .lead .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#sustainability .lead .btn a:hover {
	background: var(--maincolor);
	color: #fff;
}
#sustainability .lead .btn a:hover span::after {
	border-left-color: #fff;
}
@media screen and (max-width:1200px) {
	#sustainability .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#sustainability .lead {
		margin-bottom: 4em;
	}
	#sustainability .lead h1 {
		font-size: 3.6rem;
	}
	#sustainability .lead p br {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#sustainability .lead h1 {
		font-size: 3.0rem;
	}
	#sustainability .lead .btn a {
		width: 90%;
	}
}
#sustainability .actions dl:first-of-type {
	margin-top: 4em;
}
#sustainability .actions dl {
	display: flex;
	justify-content: space-between;
	padding: 3em 2em;
	border-top: 1px solid #ccc;
}
#sustainability .actions dl dt {
	width :165px;
}
#sustainability .actions dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#sustainability .actions dl dd {
	width: calc(100% - 165px - 3em);
}
#sustainability .actions dl dd strong {
	display: block;
	margin-bottom: .5em;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5em;
}
#sustainability .actions dl dd ul {
	margin-left: .75em;
}
#sustainability .actions dl dd ul li {
	margin-top: .5em;
	padding-left: .75em;
	text-indent: -.75em;
	font-size: 1.8rem;
	line-height: 1.5em;
}
#sustainability .actions dl dd ul li::before {
	content: "●";
	display: inline-block;
	margin-right: .5em;
}
#sustainability .actions dl.action3 dd strong {color:#1b973a;}
#sustainability .actions dl.action4 dd strong {color:#c50e28;}
#sustainability .actions dl.action5 dd strong {color:#e83418;}
#sustainability .actions dl.action6 dd strong {color:#00a6d9;}
#sustainability .actions dl.action7 dd strong {color:#fabd00;}
#sustainability .actions dl.action8 dd strong {color:#970a31;}
#sustainability .actions dl.action9 dd strong {color:#ec6a06;}
#sustainability .actions dl.action10 dd strong {color:#dc097b;}
#sustainability .actions dl.action11 dd strong {color:#f5a20b;}
#sustainability .actions dl.action12 dd strong {color:#d39206;}
#sustainability .actions dl.action13 dd strong {color:#407936;}
#sustainability .actions dl.action16 dd strong {color:#004c88;}
#sustainability .actions dl.action17 dd strong {color:#023067;}
#sustainability .actions dl.action3 dd ul li::before{color:#1b973a;}
#sustainability .actions dl.action4 dd ul li::before{color:#c50e28;}
#sustainability .actions dl.action5 dd ul li::before{color:#e83418;}
#sustainability .actions dl.action6 dd ul li::before{color:#00a6d9;}
#sustainability .actions dl.action7 dd ul li::before{color:#fabd00;}
#sustainability .actions dl.action8 dd ul li::before{color:#970a31;}
#sustainability .actions dl.action9 dd ul li::before{color:#ec6a06;}
#sustainability .actions dl.action10 dd ul li::before {color:#dc097b;}
#sustainability .actions dl.action11 dd ul li::before {color:#f5a20b;}
#sustainability .actions dl.action12 dd ul li::before {color:#d39206;}
#sustainability .actions dl.action13 dd ul li::before {color:#407936;}
#sustainability .actions dl.action16 dd ul li::before {color:#004c88;}
#sustainability .actions dl.action17 dd ul li::before {color:#023067;}
@media screen and (max-width:768px) {
	#sustainability .actions dl {
		flex-direction: column;
	}
	#sustainability .actions dl dt,
	#sustainability .actions dl dd {
		width: 100%;
	}
	#sustainability .actions dl dt {
		margin-bottom: 2em;
	}
	#sustainability .actions dl dt figure {
		width: 200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:480px) {
	#sustainability .actions dl {
		padding: 2em 1em;
	}
	#sustainability .actions dl dt figure {
		width: 140px;
	}
	#sustainability .actions dl dd strong {
		font-size: 2.0rem;
		text-align: center;
	}
	#sustainability .actions dl dd ul li {
		margin-top: 1em;
		font-size: 1.6rem;
	}
}




/*
======================================
GroupCompany Style
======================================
*/
#gc .lead {
	margin-bottom: 6em;
}
#gc .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#gc .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
#gc .lead figure {
	width: 80%;
	margin: 2em auto;
}
#gc .lead figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1200px) {
	#gc .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#gc .lead {
		margin-bottom: 4em;
	}
	#gc .lead h1 {
		font-size: 3.6rem;
	}
	#gc .lead p br {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#gc .lead h1 {
		font-size: 3.0rem;
	}
}
#gc .gc-item {
	padding: 4em 0;
}
#gc .gc-item.gray {
	background: #eee;
}
#gc .gc-item dl {
	display: flex;
}
#gc .gc-item dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
}
#gc .gc-item dl dt figure {
	width: 260px;
	margin: 0 auto;
}
#gc .gc-item dl dt figcaption {
	margin-top: 1em;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
#gc .gc-item dl dd {
	width: calc(100% - 380px);
	padding-left: 90px;
	border-left: 1px solid #ccc;
}
#gc .gc-item dl dd .service {
	margin: 0 0 1.5em .75em;
}
#gc .gc-item dl dd .service li {
	margin-top: .25em;
	padding-left: .75em;
	text-indent: -.75em;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5em;
}
#gc .gc-item dl dd .service li::before {
	content: "●";
	display: inline-block;
	margin-right: .5em;
	color: var(--maincolor);
}
#gc .gc-item dl dd .service li .mini {
	display: block;
	margin-top: .5em;
	padding-left: 4.5em;
	font-size: 1.4rem;
	font-weight: 500;
	text-indent: -4.5em;
	line-height: 1.5em;
}
#gc .gc-item dl dd table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#gc .gc-item dl dd table td {
	width: calc(100% - 120px);
	padding: .5em 0;
	font-size: 1.8rem;
	line-height:  1.75em;
}
#gc .gc-item dl dd table .th {
	width: 120px;
	padding: .5em 0;
	font-weight: 600;
	color: var(--maincolor);
}
#gc .gc-item dl dd .btn {
	margin-top: 1.5em;
}
#gc .gc-item dl dd .btn a {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#gc .gc-item dl dd .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#gc .gc-item dl dd .btn a:hover {
	background: var(--maincolor);
	color: #fff;
}
#gc .gc-item dl dd .btn a:hover span::after {
	border-left-color: #fff;
}
@media screen and (max-width:1024px) {
	#gc .lead figure {
		width: 100%;
	}
	#gc .gc-item dl {
		flex-direction: column;
	}
	#gc .gc-item dl dt,
	#gc .gc-item dl dd {
		width: 100%;
	}
	#gc .gc-item dl dd {
		width: 80%;
		margin: 0 auto;
		padding: 2em 0 0;
		border: none;
	}
	#gc .gc-item dl dd .btn a {
		margin: 0 auto;
	}
}
@media screen and (max-width:640px) {
	#gc .gc-item dl dd {
		width: 100%;
	}
	#gc .gc-item dl dd .service li {
		font-size: 1.8rem;
	}
	#gc .gc-item dl dd table td {
		width: calc(100% - 100px);
		font-size: 1.6rem;
	}
	#gc .gc-item dl dd table .th {
		width: 100px;
	}
	#gc .gc-item dl dd .btn a {
		width: 90%;
	}
}





/*
======================================
Business Style
======================================
*/
#business .column {
	margin-bottom: 12em;
}
#business .column:last-of-type {
	margin: 0;
}
#business .lead {
	margin-bottom: 6em;
}
#business .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#business .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
@media screen and (max-width:1200px) {
	#business .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#business .column {
		margin-bottom: 6em;
	}
	#business .lead {
		margin-bottom: 4em;
	}
	#business .lead h1 {
		font-size: 3.6rem;
	}
	#business .lead p br {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#business .lead h1 {
		font-size: 3.0rem;
	}
	#business .lead h1 br {
		display: none;
	}
}



#business .item .eye {
	background: var(--maincolor);
}
#business .item.doboku .eye {
	background: url(../gifs/business/business_eye_doboku.jpg) no-repeat;
	background-position: right 0% top 50%;
	background-size: auto 100%;
}
#business .item.kenchiku .eye {
	background: url(../gifs/business/business_eye_kenchiku.jpg) no-repeat;
	background-position: right 0% top 50%;
	background-size: auto 100%;
}
#business .item.jutaku .eye {
	background: url(../gifs/business/business_eye_jutaku.jpg) no-repeat;
	background-position: right 0% top 50%;
	background-size: auto 100%;
}
#business .item .eye .head {
	display: block;
	width: 40%;
	padding: 9em 1em;
	background: var(--maincolor);
	color: #fff;
	text-align: center;
}
#business .item .eye .head h1 {
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
}
#business .item .eye .head span {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5em;
}
#business .item .text {
	margin: 4em 0;
	text-align: center;
}
#business .item .text h2 {
	font-size: 3.0rem;
	font-weight: 600;
	color: var(--maincolor);
	line-height: 1.5em;
}
#business .item .text p {
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 2em;
}
#business .item .type {
	display: block;
}
#business .item .type .type-item {
	width: calc((100% - 6em) / 3);
	margin: 0 1em;
}
#business .item .type .type-item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#business .item .type .type-item strong {
	display: block;
	margin: .65em 0;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--maincolor);
}
#business .item .type .item p {
	font-size: 1.6rem;
	line-height: 2em;
}
#business .item .slick-dots {
	position: relative;
	margin-top: 1em;
}
#business .slick-dots li button:before {
	font-size: 10px;
}
#business .slick-dots li.slick-active button:before {
	color: var(--maincolor);
}
#business .item .btn {
	margin-top: 3em;
}
#business .item .btn a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#business .item .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#business .item .btn a:hover {
	background: var(--maincolor);
	color: #fff;
}
#business .item .btn a:hover span::after {
	border-left-color: #fff;
}
#business .item .creahouse-link {
	width: 100%;
	max-width: 700px;
	margin: 3em auto 0;
	padding: 3em 1em;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#business .item .creahouse-link a {
	display: block;
	text-decoration: none;
	color: #000;
}
#business .item .creahouse-link a figure {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1.5em;
}
#business .item .creahouse-link a figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#business .item .creahouse-link a p {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 1em;
	background: #000;
	border: 1px solid #000;
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#business .item .creahouse-link a p span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#business .item .creahouse-link a:hover p {
	opacity: .75;
}
@media screen and (max-width:1024px) {
	#business .item .type .type-item {
		width: 33.333333333333333%;
		margin: 0 .5em;
	}
}
@media screen and (max-width:768px) {
	#business .item .eye {
		padding-top: 200px;
	}
	#business .item.doboku .eye {
		background: url(../gifs/business/business_eye_doboku.jpg) no-repeat;
		background-position: left 50% top 50%;
		background-size: cover;
	}
	#business .item.kenchiku .eye {
		background: url(../gifs/business/business_eye_kenchiku.jpg) no-repeat;
		background-position: left 50% top 50%;
		background-size: cover;
	}
	#business .item.jutaku .eye {
		background: url(../gifs/business/business_eye_jutaku.jpg) no-repeat;
		background-position: left 50% top 50%;
		background-size: cover;
	}
	#business .item .eye .head {
		width: 100%;
		padding: 1em 1em;
	}
	#business .item .eye .head h1 {
		font-size: 3.6rem;
	}
	#business .item .eye .head span {
		font-size: 2.0rem;
	}
	#business .item .text {
		margin: 3em 0;
	}
	#business .item .text h2 {
		font-size: 2.6rem;
	}
	#business .item .type {
		margin: 0 calc(50% - 50vw);
	}
}
@media screen and (max-width:480px) {
	#business .item .eye {
		padding-top: 150px;
		background: #f00;
	}
	#business .item .eye .head h1 {
		font-size: 2.8rem;
	}
	#business .item .eye .head span {
		font-size: 1.8rem;
	}
	#business .item .text {
		margin: 3em 0;
	}
	#business .item .text h2 {
		font-size: 2.2rem;
	}
	#business .item .text p {
		font-size: 1.6rem;
	}
	#business .item .btn a {
		width: 80%;
	}
	#business .item .creahouse-link a figure {
		max-width: 200px;
	}
	#business .item .creahouse-link a p {
		max-width: 300px;
	}
}


#business .qualification ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin: 3em 0 1em;
}
#business .qualification ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 2em) / 3);
	padding: 1em;
	border: 1px solid #ccc;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
#business .qualification ul li div {
	line-height: 1em;
}
#business .qualification ul li div span {
	margin-left: .5em;
	font-size: 3.2rem;
	line-height: 1em;
	color: var(--maincolor);
}
#business .qualification ul li div em {
	margin-left: .25em;
	font-size: 1.6rem;
	line-height: 1em;
}
@media screen and (max-width:1024px) {
	#business .qualification ul li {
		width: calc((100% - 1em) / 2);
	}
}
@media screen and (max-width:640px) {
	#business .qualification ul {
		gap: .5em;
	}
	#business .qualification ul li {
		flex-direction: column;
		width: calc((100% - .5em) / 2);
		font-size: 1.6rem;
	}
	#business .qualification ul li span {
		margin-left: 0;
	}
}
#business .quality .text {
	margin-top: 3em;
}
#business .quality p {
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 2em;
}
#business .quality ul {
	display: block;
	width: 80%;
	margin: 3em auto 1em;
}
#business .quality ul .list {
	width: calc((100% - 6em) / 3);
	margin: 0 1em;
	text-align: center;
}
#business .quality ul .list figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#business .quality ul .list p {
	margin-top: 1em;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5em;
	color: var(--maincolor);
}
#business .quality .slick-dots {
	margin-top: 1em;
	position: relative;
	bottom: inherit;
}
@media screen and (max-width:768px) {
	#business .quality p br {
		display: none;
	}
	#business .quality ul {
		width: 100%;
	}
	#business .quality .list li {
		width: 33.333333333333333%;
		margin: 0 1em;
	}
}
@media screen and (max-width:480px) {
	#business .quality p {
		font-size: 1.6rem;
	}
	#business .quality ul {
		width: 100%;
	}
	#business .quality ul .list p {
		font-size: 1.4rem;
	}
}





/*
======================================
Works Style
======================================
*/
#works .lead {
	margin-bottom: 6em;
}
#works .lead h1 {
	margin-bottom: .85em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: var(--maincolor);
}
#works .lead p {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 2em;
	text-align: center;
}
@media screen and (max-width:1200px) {
	#works .lead h1 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width:768px) {
	#works .lead {
		margin-bottom: 4em;
	}
	#works .lead h1 {
		font-size: 3.6rem;
	}
	#works .lead p br {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#works .lead h1 {
		font-size: 3.0rem;
	}
}
#works .filter {
	margin-bottom: 5em;
}
#works .filter ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	width: 90%;
	margin: 0 auto;
}
#works .filter ul li {
	position: relative;
	width: calc((100% - 6em) / 4);
}
#works .filter ul li a {
	display: block;
	padding: .9em 1em 1em;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#works .filter ul li.all a {border-color: var(--maincolor); color: var(--maincolor);}
#works .filter ul li.cat1 a {border-color: #ff6c00; color: #ff6c00;}
#works .filter ul li.cat2 a {border-color: #1e2585; color: #1e2585;}
#works .filter ul li.cat3 a {border-color: #333; color: #333;}
#works .filter ul li.all a:hover {background: var(--maincolor); color: #fff;}
#works .filter ul li.cat1 a:hover {background: #ff6c00; color: #fff;}
#works .filter ul li.cat2 a:hover {background: #1e2585; color: #fff;}
#works .filter ul li.cat3 a:hover {background: #333; color: #fff;}
#works .filter ul li.all.active a {background: var(--maincolor); color: #fff;}
#works .filter ul li.cat1.active a {background: #ff6c00; color: #fff;}
#works .filter ul li.cat2.active a {background: #1e2585; color: #fff;}
#works .filter ul li.cat3.active a {background: #333; color: #fff;}
#works .filter ul li.all::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0px solid var(--maincolor);
	border-bottom: 0;
	transform: translateX(-50%);
}
#works .filter ul li.cat1::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0px solid #ff6c00;
	border-bottom: 0;
	transform: translateX(-50%);
}
#works .filter ul li.cat2::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0px solid #1e2585;
	border-bottom: 0;
	transform: translateX(-50%);
}
#works .filter ul li.cat3::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0px solid #333;
	border-bottom: 0;
	transform: translateX(-50%);
}
#works .filter ul li.all.active::after {
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid var(--maincolor);
}
#works .filter ul li.cat1.active::after {
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #ff6c00;
}
#works .filter ul li.cat2.active::after {
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #1e2585;
}
#works .filter ul li.cat3.active::after {
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #333;
}
@media screen and (max-width:1024px) {
	#works .filter ul li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:768px) {
	#works .filter ul {
		width: 100%;
		gap: 1em;
	}
	#works .filter ul li {
		width: calc((100% - 3em) / 4);
	}
}
@media screen and (max-width:640px) {
	#works .filter {
		margin-bottom: 3em;
	}
	#works .filter ul {
		flex-wrap: wrap;
		gap: 0.5em;
	}
	#works .filter ul li {
		width: calc((100% - 1.5em) / 4);
	}
	#works .filter ul li a {
		padding: .5em .5em .7em;
	}
	#works .filter ul li a span em {
		display: none;
	}
	#works .filter ul li.all.active::after {
		bottom: -8px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 9px solid var(--maincolor);
	}
	#works .filter ul li.cat1.active::after {
		bottom: -8px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 9px solid #ff6c00;
	}
	#works .filter ul li.cat2.active::after {
		bottom: -8px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 9px solid #1e2585;
	}
	#works .filter ul li.cat3.active::after {
		bottom: -8px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 9px solid #333;
	}
}
#works .lists {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#works .lists .item {
	position: relative;
	width: 33.3333333333333%;
	margin-bottom: 3em;
	padding: 0 10px;
}
#works .lists .item:nth-of-type(3n) {
	margin-right: 0;
}
#works .lists .item.hide {
	width: 0;
	height: 0;
	opacity: 0;
	padding: 0;
	transition: all .1s;
}
#works .lists .item .cat {
	position: absolute;
	top: 0;
	left: 10px;
	width: 120px;
	padding: .4em 1em .5em;
	background: #000;
	font-size: 1.3rem;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
#works .lists .item .all {background: var(--maincolor);}
#works .lists .item .cat1 {background: #ff6c00;}
#works .lists .item .cat2 {background: #1e2585;}
#works .lists .item .cat3 {background: #333;}
#works .lists .item dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#works .lists .item dl dd span {
	color: #929fa7;
}
#works .lists .item dl dd p {
	padding: .5em 1em;
	font-size: 1.8rem;
	line-height: 1.5em;
}
@media screen and (max-width:1024px) {
	#works .lists .item dl dd p {
		font-size: 1.6rem;
	}
	#works .lists .item {
		width: 50%;
	}
}
@media screen and (max-width:768px) {
	#works .lists .item {
		padding: 0 5px;
	}
	#works .lists .item .cat {
		left: 5px;
	}
}
@media screen and (max-width:640px) {
	#works .lists .item .cat {
		width: 80px;
		padding: .4em .5em .5em;
		font-size: 1.1rem;
	}
}
@media screen and (max-width:480px) {
	#works .lists .item {
		width: 100%;
		margin-bottom: 2em;
	}
}





/*
======================================
News Style
======================================
*/
#news .select {
	margin-bottom: 5em;
}
#news .select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	width: 90%;
	margin: 0 auto;
}
#news .select ul li {
	width: calc((100% - 6em) / 4);
}
#news .select ul li a {
	display: block;
	padding: .9em 1em 1em;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#news .select ul li.cat1 a {border-color: var(--maincolor); color: var(--maincolor);}
#news .select ul li.cat2 a {border-color: #1e2585; color: #1e2585;}
#news .select ul li.cat3 a {border-color: #ff6c00; color: #ff6c00;}
#news .select ul li.cat4 a {border-color: #e60025; color: #e60025;}
#news .select ul li.cat1 a:hover {background: var(--maincolor); color: #fff;}
#news .select ul li.cat2 a:hover {background: #1e2585; color: #fff;}
#news .select ul li.cat3 a:hover {background: #ff6c00; color: #fff;}
#news .select ul li.cat4 a:hover {background: #e60025; color: #fff;}
@media screen and (max-width:1024px) {
	#news .select ul li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:768px) {
	#news .select ul {
		width: 100%;
		gap: 1em;
	}
	#news .select ul li {
		width: calc((100% - 3em) / 4);
	}
}
@media screen and (max-width:640px) {
	#news .select {
		margin-bottom: 3em;
	}
	#news .select ul {
		flex-wrap: wrap;
	}
	#news .select ul li {
		width: calc((100% - 1em) / 2);
	}
	#news .select ul li a {
		padding: .5em .5em .7em;
	}
}
#news .lists {
	display: flex;
	flex-wrap: wrap;
	gap: 5em 2em;
	margin-bottom: 5em;
}
#news .lists .item {
	width: calc((100% - 6em) / 4);
}
#news .lists .item a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	transition: all .25s ease-in-out;
}
#news .lists .item a:hover {
	opacity: .75;
}
#news .lists .item a .cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	padding: .4em 1em .5em;
	background: #000;
	font-size: 1.3rem;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
#news .lists .item a .cat1 {background: var(--maincolor);}
#news .lists .item a .cat2 {background: #1e2585;}
#news .lists .item a .cat3 {background: #ff6c00;}
#news .lists .item a .cat4 {background: #e60025;}
#news .lists .item a dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#news .lists .item a dl dd span {
	color: #929fa7;
}
#news .lists .item a dl dd p {
	line-height: 1.5em;
}
@media screen and (max-width:1024px) {
	#news .lists .item {
		width: calc((100% - 4em) / 3);
	}
}
@media screen and (max-width:768px) {
	#news .lists .item {
		width: calc((100% - 2em) / 2);
	}
}
@media screen and (max-width:640px) {
	#news .lists {
		gap: 3em 1em;
		margin-bottom: 3em;
	}
	#news .lists .item {
		width: calc((100% - 1em) / 2);
	}
	#news .lists .item a .cat {
		width: 80px;
		padding: .4em .5em .5em;
		font-size: 1.1rem;
	}
}
#news .pagenavi ul {
	display: flex;
	justify-content: center;
}
#news .pagenavi li {
	width: 12%;
	margin: 0 1em;
}
#news .pagenavi li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .5em 1em;
	background: var(--maincolor);
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#news .pagenavi li.prev a span::before {
	display: inline-block;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	width: 8px;
	height: 8px;
	margin-right: .5em;
	transform: translateY(-2px) rotate(225deg);
	transition: all .25s ease-in-out;
}
#news .pagenavi li.next a span::after {
	display: inline-block;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: .5em;
	transform: translateY(-2px) rotate(45deg);
	transition: all .25s ease-in-out;
}
#news .pagenavi li a:hover {
	opacity: .75;
}
@media screen and (max-width:1024px) {
	#news .pagenavi li {
		width: 20%;
	}
}
@media screen and (max-width:768px) {
	#news .pagenavi li {
		width: 40%;
	}
}
.entry-header .meta {
	display: flex;
	align-items: center;
}
.entry-header .meta .date {
	color: #929fa7;
}
.entry-header .meta .cat {
	width: 120px;
	margin-left: 1em;
	padding: .25em 1em .4em;
	background: #000;
	font-size: 1.3rem;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.entry-header .meta .cat1 {background: var(--maincolor);}
.entry-header .meta .cat2 {background: #1e2585;}
.entry-header .meta .cat3 {background: #ff6c00;}
.entry-header .meta .cat4 {background: #e60025;}
.entry-header h1 {
	margin: .5em 0 1.5em;
	padding-bottom: 1em;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5em;
}
.entry-content {
	padding-bottom: 5em;
	line-height: 1.8;
}
.entry-content h1 {
	position: relative;
	margin: 0 0 1em;
	padding: 1em  0;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.25em;
}
.entry-content h1::before {
	position: absolute;
	top: -2px;
	left: 0;
	content: "";
	width: 30%;
	height: 2px;
	background: var(--maincolor);
}
@media screen and (max-width:768px) {
	.entry-content h1 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width:640px) {
	.entry-content h1 {
		font-size: 2.2rem;
	}
}
.entry-content h2 {
	margin: 3em 0 1.5em;
	padding: .5em;
	background: var(--maincolor);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width:768px) {
	.entry-content h2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width:640px) {
	.entry-content h2 {
		font-size: 2.0rem;
	}
}
.entry-content h3 {
	margin: 3em 0 1.5em;
	padding: .35em 0 .5em 1em;
	border-left: 4px solid var(--maincolor);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.entry-content h3 {
		font-size: 2.0rem;
	}
}
@media screen and (max-width:640px) {
	.entry-content h3 {
		font-size: 1.8rem;
	}
}
.entry-content h4 {
	margin: 3em 0 1.5em;
	padding: 1em .5em;
	border-bottom: 1px solid #ccc;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--maincolor);
}
@media screen and (max-width:768px) {
	.entry-content h4 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:640px) {
	.entry-content h4 {
		font-size: 1.6rem;
	}
}
.entry-content h5 {
	margin: 3em 0 1.5em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.entry-content h5 {
		font-size: 1.6rem;
	}
}
.entry-content h6 {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.entry-content h6 {
		font-size: 1.6rem;
	}
}
.entry-content p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content em {
	font-style: italic;
}
.entry-content ol,
.entry-content ul {
	margin-left: 1.3em;
	padding-left: 1.3em;
}
.entry-content ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}
.entry-content ol ol {
	margin-bottom: 0;
	list-style-type: decimal;
}
.entry-content ul {
	margin-bottom: 1em;
	list-style-type: disc;
}
.etnry-content ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}
.etnry-content a {
	color: #1a0dab;
	text-decoration: none;
}
.etnry-content a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.entry-content .has-extra-small-font-size {
	font-size: 1.1rem;
}
.entry-content .has-small-font-size {
	font-size: 1.4rem;
}
.entry-content .has-regular-font-size {
	font-size: 1.6rem;
}
.entry-content .has-large-font-size {
	font-size: 2.4rem;
}
.entry-content .wp-block-media-text {
	margin-bottom: 1.5em;
}
.entry-content .wp-block-media-text__content p:only-child {
	margin-bottom: 0;
}
.entry-content .wp-block-table {
	margin-bottom: 1.5em;
}
.entry-content pre {
	margin-bottom: 1.5em;
}
.entry-content .wp-block-gallery {
	margin-left: 0;
	padding-left: 0;
}
@media screen and (max-width:768px) {
	.entry-header h1 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width:640px) {
	.entry-header h1 {
		font-size: 2.2rem;
	}
}
#news .notfound-content {
	margin-top: 3em;
	padding: 3em 1em;
	border: 1px solid #CED2D9;
	border-radius: 3px;
	text-align: center;
	line-height: 1.5em;
}
#news .notfound-content strong {
	display: block;
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width:768px) {
	#news .notfound-content {
		margin-top: 2em;
	}
	#news .notfound-content strong {
		font-size: 1.8rem;
	}
}






/*
======================================
Contact Style
======================================
*/
#contact .column {
	margin-bottom: 5em;
}
#contact .column:last-of-type {
	margin-bottom: 0;
}
#contact .column p {
	margin-bottom: 1em;
	text-indent: 1em;
	line-height: 2em;
}
#contact .column .center {
	text-align: center;
	text-indent: 0;
}
#contact .phone {
	width: 80%;
	margin: 1em auto;
	padding: 2em .5em;
	background: #e6f7ed;
	text-align: center;
}
#contact .phone .number {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .phone .number a {
	padding-left: calc(25px + 0.25em);
	background: url(../gifs/icon_tel.svg) no-repeat;
	background-position: top 60% left 0;
	background-size: 28px auto;
	font-size: 4.8rem;
	font-weight: 600;
	color: var(--maincolor);
	line-height: 1.25em;
	text-decoration: none;
}
#contact .phone p {
	margin-top: .5em;
	line-height: 1.25em;
}
#contact .column table {
	margin: 1.5em 0;
	width: 100%;
	border-top: 1px solid #d7e4dd;
}
#contact .column th {
	position: relative;
	width: 30%;
	padding: 2em 1.5em;
	background: #fff;
	border-bottom: 1px solid #d7e4dd;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#contact .column th .hissu {
	position: absolute;
	top: 2.95em;
	right: 1.5em;
	display: inline-block;
	padding: .15em .75em .35em .65em;
	background: var(--maincolor);
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.25em;
}
#contact .column th em {
	display: inline-block;
	font-size: 0.750em;
}
#contact .column td {
	width: 70%;
	padding: 15px;
	border-bottom: 1px solid #d7e4dd;
	vertical-align: middle;
}
#contact .column select,
#contact .column option,
#contact .column input[type=text],
#contact .column input[type=tel],
#contact .column input[type=email],
#contact .column textarea {
	border-radius: 0;
	/*-webkit-appearance: none;*/
	padding: 10px;
	width: 100%;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	font-size: 1em;
	font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	resize: none;
}
#contact .column select::-ms-expand {
	display: none;
}
#contact .column select, #contact .column option, #contact .column input.zip, #contact input.tel, #contact .column input.fax, #contact .column input.email {
	width: 60%;
}
#contact .column input.zip {
	width: 40%;
}
#contact .column textarea {
	height: 300px;
}
#contact .column input:hover, #contact .column textarea:hover {
	border: 1px solid #ddd;
}
#contact .column #btn {
	margin-top: 20px;
	text-align: center;
}
#contact .column #btn input {
	margin: 15px 0;
	padding: 1em 1em 1.25em;
	width: 60%;
	background: var(--maincolor);
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-family: "Noto Sans JP", "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	line-height: 1.5em;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
#contact .column #btn input:hover {
	background: #fff;
	color: var(--maincolor);
}
@media screen and (max-width:768px) {
	#contact .phone .number a {
		padding-left: calc(24px + 0.25em);
		background-size: 24px auto;
		font-size: 3.6rem;
	}
	#contact .column table {
		border-top: none;
		border-bottom: 1px solid #d7e4dd;
	}
	#contact .column tr,
	#contact .column th,
	#contact .column td {
		display: block;
		width: 100%;
	}
	#contact .column th {
		padding: 1em 1.5em 0;
		border-top: 1px solid #d7e4dd;
		border-bottom: none;
	}
	#contact .column th .hissu {
		top: 1.8em;
		right: 1.5em;
	}
	#contact .column td {
		border-bottom: none;
	}
	#contact .column select, #contact .column option, #contact .column input.zip, #contact .column input.tel, #contact .column input.fax, #contact .column input.email {
		width: 100%;
	}
	#contact .column #btn input {
		width: 80%;
	}
}
@media screen and (max-width:640px) {
	#contact .phone {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#contact .phone .number a {
		padding-left: calc(20px + 0.25em);
		background-size: 20px auto;
		font-size: 3.6rem;
	}
}






/*
======================================
Privacy Policy Style
======================================
*/
#privacy .column {
	margin-bottom: 5em;
}
#privacy .column:last-of-type {
	margin-bottom: 0;
}
#privacy .column .heading {
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--maincolor);
	line-height: 1.25em;
}
#privacy .column p {
	margin-bottom: 1em;
	text-indent: 1em;
	line-height: 2em;
}
#privacy .column ol {
	margin-left: 1.35em;
	margin-bottom: 1em;
}
#privacy .column ol li {
	list-style-type: disc;
	line-height: 2em;
}
#privacy .column ul {
	margin-left: 1.35em;
	margin-bottom: 1em;
}
#privacy .column ul li {
	list-style-type: disc;
	line-height: 2em;
}
#privacy .column .name {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2em;
}
#privacy .column .addr {
	text-indent: 0;
}





/*
======================================
Recruit Style
======================================
*/
#recruit .column {
	margin-bottom: 8em;
}
@media screen and (max-width:640px) {
	#recruit .column {
		margin-bottom: 6em;
	}
}
@media screen and (max-width:480px) {
	#recruit .column.mb0 {
		margin-bottom: 0;
	}
}
#recruit .catch dl {
	display: flex;
}
#recruit .catch dl dt {
	width: 47.5%;
	padding-right: 70px;
}
#recruit .catch dl dt h1 {
	margin-bottom: 1em;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
}
#recruit .catch dl dt p {
	margin-top: 2em;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2em;
}
#recruit .catch dl dd {
	width: 100%;
	max-width: 52.5%;
	padding-top: 15px;
}
#recruit .catch dl dd figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1200px) {
	#recruit .catch dl dt h1 {
		font-size: 4.0rem;
	}
}
@media screen and (max-width:1024px) {
	#recruit .catch dl dt h1 {
		font-size: 3.6rem;
	}
	#recruit .catch dl dt h1 br {
		display: none;
	}
	#recruit .catch dl dt p br {
		display: none;
	}
}
@media screen and (max-width:768px) {
	#recruit .catch dl {
		flex-direction: column-reverse;
	}
	#recruit .catch dl dt,
	#recruit .catch dl dd {
		width: 100%;
	}
	#recruit .catch dl dt {
		margin-top: 2em;
		padding: 0;
	}
	#recruit .catch dl dt h1 {
		text-align: center;
	}
	#recruit .catch dl dt p {
		text-align: center;
	}
	#recruit .catch dl dd {
		max-width: 100%;
	}
}
@media screen and (max-width:640px) {
	#recruit .catch dl dt h1 br {
		display: inline;
	}
}
@media screen and (max-width:480px) {
	#recruit .catch dl dt h1 {
		font-size: 3.0rem;
	}
	#recruit .catch dl dt p {
		text-align: left;
	}
}

#recruit .nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5em;
	width: 80%;
	margin: 0 auto;
}
#recruit .nav ul li {
	width: calc((100% - 1.5em) / 4);
}
#recruit .nav ul li a {
	display: block;
	padding: .75em 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
	transition: all .25s ease-in-out;
}
#recruit .nav ul li a:hover {
	background: var(--maincolor);
	color: #fff;
}
@media screen and (max-width:768px) {
	#recruit .nav ul {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	#recruit .nav ul li {
		width: calc((100% - .5em) / 2);
	}
}

#recruit .youtube {
	position: relative;
	margin: calc(5em + 150px) 0 7em;
	background: #FFE0E0;
	background: linear-gradient(90deg, rgba(255, 224, 224, 1) 0%, rgba(194, 234, 222, 1) 100%);
}
#recruit .youtube .mov {
	width: 80%;
	margin: 0 auto;
	transform: translateY(-100px);
}
#recruit .youtube .mov .mov-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#recruit .youtube .mov .mov-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#recruit .youtube .mov p {
	margin-top: 1em;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5em;
}
#recruit .youtube .mov p strong {
	font-size: 2.4rem;
	line-height: 1.5em;
}
@media screen and (max-width:768px) {
	#recruit .youtube {
		margin: calc(1em + 150px) 0 4em;
	}
}
@media screen and (max-width:640px) {
	#recruit .youtube .mov {
		width: 100%;
	}
}

#recruit .careerpath .text {
	margin: 3em 0 1.5em;
	font-size: 1.8rem;
	line-height: 2em;
}
#recruit .careerpath picture {
	display: block;
	width: 80%;
	margin: 0 auto;
}
#recruit .careerpath picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#recruit .careerpath .internship {
	width: 80%;
	margin: 3em auto 0;
	padding: 2em 3em;
	background: #f7f0cf;
	border: 6px double #fff;
}
#recruit .careerpath .internship h2 span {
	position: relative;
	display: block;
	margin: 0 auto .35em;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #333;
	line-height: 1.25em;
}
#recruit .careerpath .internship h2 span:before,
#recruit .careerpath .internship h2 span:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #333;
	width: 2px;
	height: 1.5em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}
#recruit .careerpath .internship h2 span:before {
	transform: rotate(-35deg);
}
#recruit .careerpath .internship h2 span:after {
	transform: rotate(35deg);
}
#recruit .careerpath .internship h2 strong {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
	color: #f55d38;
	text-align: center;
	line-height: 1.5em;
}
#recruit .careerpath .internship dl {
	display: flex;
	margin-top: 1.5em;
}
#recruit .careerpath .internship dl dt {
	width: 30%;
}
#recruit .careerpath .internship dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#recruit .careerpath .internship dl dd {
	width: 70%;
	padding-left: 2em;
}
#recruit .careerpath .internship dl dd p {
	margin-bottom: .5em;
	line-height: 1.75em;
}
#recruit .careerpath .internship dl dd p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	#recruit .careerpath .internship dl {
		display: block;
	}
	#recruit .careerpath .internship dl dt {
		width: 70%;
		margin: 0 auto 1.5em;
	}
	#recruit .careerpath .internship dl dd {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width:640px) {
	#recruit .careerpath {
		margin-bottom: 4em;
	}
	#recruit .careerpath .text {
		margin-top: 2em;
	}
	#recruit .careerpath picture {
		width: 100%;
	}
	#recruit .careerpath .internship {
		width: 100%;
		padding: 1.5em;
	}
	#recruit .careerpath .internship h2 span {
		font-size: 1.8rem;
	}
	#recruit .careerpath .internship h2 span:before,
	#recruit .careerpath .internship h2 span:after {
		width: 1px;
		height: 1.25em;
	}
	#recruit .careerpath .internship h2 strong {
		font-size: 1.8rem;
	}
	#recruit .careerpath .internship dl dd p {
		font-size: 1.4rem;
		line-height: 2em;
	}
}

#recruit .rec-slider {
	margin-bottom: 8em;
}
#recruit .rec-slider img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#recruit .rec-slider .scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
#recruit .rec-slider .scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
#recruit .rec-slider .scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#recruit .rec-slider .scroll-infinity__item {
	width: calc(100vw / 3);
}
#recruit .rec-slider .scroll-infinity__item > img {
	width: 100%;
}
@media screen and (max-width:640px) {
	#recruit .rec-slider {
		margin-bottom: 4em;
	}
	#recruit .rec-slider .scroll-infinity__item {
		width: calc(100vw / 2);
	}
}

#recruit .env .text {
	margin: 3em 0 1.5em;
	font-size: 1.8rem;
	line-height: 2em;
}
#recruit .env ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
#recruit .env ul li {
	width: calc((100% - 3em) / 4);
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 10px;
	text-align: center;
}
#recruit .env ul li strong {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	margin-bottom: .5em;
	font-size: 1.8rem;
	font-weight:600;
	color: var(--maincolor);
	line-height: 1.5em;
}
@media screen and (max-width:1024px) {
	#recruit .env ul li {
		width: calc((100% - 2em) / 3);
	}
}
@media screen and (max-width:768px) {
	#recruit .env ul li {
		width: calc((100% - 1em) / 2);
	}
}
@media screen and (max-width:640px) {
	#recruit .env .text p br {
		display: none;
	}
	#recruit .env ul {
		gap: .5em;
	}
	#recruit .env ul li {
		width: calc((100% - .5em) / 2);
	}
	#recruit .env .text {
		margin-top: 2em;
	}
	#recruit .env ul li strong {
		min-height: 50px;
		font-size: 1.6rem;
	}
	#recruit .env ul li p {
		font-size: 1.4rem;
		line-height: 1.5em;
	}
}

#recruit .pagenav {
	padding: 3em 0;
	background: var(--maincolor);
}
#recruit .pagenav ul {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
#recruit .pagenav ul li {
	width: calc((100% - 2em) / 3);
	background: #fff;
}
#recruit .pagenav ul li a {
	position: relative;
	display: block;
	height: 300px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
#recruit .pagenav ul li.company a {background: #fff url(../gifs/recruit/recruit_pagenav_image01.jpg) no-repeat; background-size: cover; background-position: left 50% top 50%;}
#recruit .pagenav ul li.business a {background: #fff url(../gifs/recruit/recruit_pagenav_image02.jpg) no-repeat; background-size: cover; background-position: left 50% top 50%;}
#recruit .pagenav ul li.works a {background: #fff url(../gifs/recruit/recruit_pagenav_image03.jpg) no-repeat; background-size: cover; background-position: left 50% top 50%;}
#recruit .pagenav ul li a span {
	position: absolute;
	bottom: 1em;
	left: 1em;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#recruit .pagenav ul li a:hover {
	opacity: .75;
}
@media screen and (max-width:700px) {
	#recruit .pagenav ul {
		flex-direction: column;
	}
	#recruit .pagenav ul li {
		width: 100%;
	}
	#recruit .pagenav ul li a {
		height: 120px;
	}
}

#recruit .job dl {
	margin-top: 6em;
}
#recruit .job dl:first-of-type {
	margin-top: 4em;
}
#recruit .job dl dt {
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--maincolor);
	line-height: 1.5em;
}
#recruit .job dl dd {
	display: flex;
	justify-content: space-between;
}
#recruit .job dl dd .job-item {
	width: 46%;
}
#recruit .job dl dd .job-item a {
	position: relative;
	display: block;
	padding: 3em 2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 2.0rem;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	transition: all .25s ease-in-out;
	overflow: hidden;
}
#recruit .job dl dd .job-item a span {
	position: relative;
	z-index: 2;
}
#recruit .job dl dd .job-item a:hover {
	color: var(--maincolor);
}
#recruit .job dl#newgraduates dd .job-item:nth-of-type(1) a::before,
#recruit .job dl#newgraduates dd .job-item:nth-of-type(2) a::before,
#recruit .job dl#midcareer dd .job-item:nth-of-type(1) a::before,
#recruit .job dl#midcareer dd .job-item:nth-of-type(2) a::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../gifs/recruit/recruit_jobdesc_newgraduates_kenchiku.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left 100% top 0;
	transition: all .5s ease-out;
	z-index: 1;
}
#recruit .job dl#newgraduates dd .job-item:nth-of-type(2) a::before {
	background: url(../gifs/recruit/recruit_jobdesc_newgraduates_doboku.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left 100% top 0;
}
#recruit .job dl#midcareer dd .job-item:nth-of-type(1) a::before {
	background: url(../gifs/recruit/recruit_jobdesc_midcareer_kenchiku.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left 100% top 0;
}
#recruit .job dl#midcareer dd .job-item:nth-of-type(2) a::before {
	background: url(../gifs/recruit/recruit_jobdesc_midcareer_doboku.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left 100% top 0;
}
#recruit .job dl#newgraduates dd .job-item:nth-of-type(1) a:hover::before,
#recruit .job dl#newgraduates dd .job-item:nth-of-type(2) a:hover::before,
#recruit .job dl#midcareer dd .job-item:nth-of-type(1) a:hover::before,
#recruit .job dl#midcareer dd .job-item:nth-of-type(2) a:hover::before {
	transform: scale(1.1);
}
@media screen and (max-width:1024px) {
	#recruit .job dl dd .job-item a {
		padding: 2em 1em;
	}
}
@media screen and (max-width:640px) {
	#recruit .job dl:first-of-type {
		margin-top: 3em;
	}
	#recruit .job dl dd {
		flex-direction: column;
	}
	#recruit .job dl dd .job-item {
		width: 100%;
	}
	#recruit .job dl dd .job-item:nth-of-type(2) {
		margin-top: 1em;
	}
}
@media screen and (max-width:480px) {
	#recruit .job dl {
		margin-top: 3em;
	}
	#recruit .job dl dt {
		font-size: 2.0rem;
	}
	#recruit .job dl dd .job-item a {
		padding: 1.5em 1em;
	}
}




#recruit .about {
	background: url(../gifs/bg_diagonal-line.png) no-repeat;
	background-position: left 50% top 10%;
	background-size: 100% auto;
}
#recruit .about h1 {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
#recruit .about h1 span {
	margin-right: 1em;
	font-size: 3.0rem;
	font-weight: 600;
	color: #999;
	line-height: 1.5em;
}
#recruit .about h1 strong {
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.5em;
}
#recruit .about dl {
	display: flex;
}
#recruit .about dl dt {
	width: calc(100% - 41.66666666666%);
	padding-right: 40px;
}
#recruit .about dl dt h2 {
	margin-bottom: 1em;
	font-size: 3.0rem;
	font-weight: 600;
	color: var(--maincolor);
	line-height: 1.5em;
}
#recruit .about dl dt h3 {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 2em;
}
#recruit .about dl dt p {
	margin-top: 1.5em;
}
#recruit .about dl dd {
	width: 41.66666666666%;
}
#recruit .about dl dd figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:1024px) {
	#recruit .about h1 span {
		font-size: 2.4rem;
	}
	#recruit .about h1 strong {
		font-size: 4.0rem;
	}
	#recruit .about dl dt h2 {
		margin-bottom: 1em;
		font-size: 2.4rem;
	}
	#recruit .about dl dt h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:768px) {
	#recruit .about {
		background: url(../gifs/bg_diagonal-line.png) no-repeat;
		background-position: left 50% top 60%;
		background-size: 200% auto;
	}
	#recruit .about dl {
		flex-direction: column-reverse;
	}
	#recruit .about dl dt {
		width: 100%;
		padding: 0;
	}
	#recruit .about dl dd {
		width: 100%;
		padding-bottom: 2em;
	}
}
@media screen and (max-width:640px) {
	#recruit .about h1 {
		flex-direction: column;
	}
	#recruit .about h1 span {
		font-size: 2.0rem;
	}
	#recruit .about h1 strong {
		font-size: 3.6rem;
	}
	#recruit .about dl dt h2 {
		margin-bottom: 1em;
		font-size: 2.4rem;
	}
	#recruit .about dl dt h3 {
		font-size: 1.8rem;
	}
}

#recruit .col2 {
	display: flex;
}
#recruit .col2 .timetable,
#recruit .col2 .voice {
	width: 50%;
	padding: 10px 40px;
	border-left: 1px solid #ccc;
}
#recruit .col2 .voice {
	border-right: 1px solid #ccc;
}
@media screen and (max-width:768px) {
	#recruit .col2 {
		flex-direction: column;
	}
	#recruit .col2 .timetable,
	#recruit .col2 .voice {
		width: 100%;
		padding: 4em 0;
		border:none;
		border-top: 1px solid #ccc;
	}
	#recruit .col2 .voice {
		border-right: none;
		padding-bottom: 0;
	}
}

#recruit .timetable .list_flows {
	position: relative;
	margin-top: 2.5em;
}
#recruit .timetable .list_flows:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(125px - 14px);
	width: 6px;
	height: 100%;
	background: #d0eadc;
	transform: translate(0,-50%);
}
#recruit .timetable .list_flows .list_flow {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	padding: 24px 0;
}
#recruit .timetable .list_flows .list_flow_ttl {
	position: relative;
	width: 125px;
}
#recruit .timetable .list_flows .list_flow_ttl span {
	position: relative;
	display: block;
	width: 80px;
	padding: 5px 15px 7px;
	background-color: var(--maincolor);
	color: #fff;
	text-align: center;
	line-height: 1em;
}
#recruit .timetable .list_flows .list_flow_ttl span::after {
	position: absolute;
	top: 50%;
	right: -6px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-50%);
}
#recruit .timetable .list_flows .list_flow_ttl:before,
#recruit .timetable .list_flows .list_flow_ttl:after {
	content: "";
	display:block;
	position: absolute;
	top: 50%;
	right: 0;
	border-radius: 50%;
}
#recruit .timetable .list_flows .list_flow_ttl:before {
	width: 22px;
	height: 22px;
	background: var(--maincolor);
	border: 1px solid #fff;
	transform: translate(0,-50%);
}
#recruit .timetable .list_flows .list_flow_ttl:after {
	width: 6px;
	height: 6px;
	background: #fff;
	transform: translate(calc(-100% - 2px), -50%););
}
#recruit .timetable .list_flows .list_flow_data {
	flex: 1;
	margin-top: -5px;
	padding: 0 0 0 32px;
	font-size: 1.8rem;
	line-height: 2em;
}
#recruit .timetable .list_flows .list_flow_data .list_discs {
	margin-left: 1.5em;
}
#recruit .timetable .list_flows .list_flow_data .list_discs li {
	list-style-type: disc;
}


#recruit .col2 .voice dl {
	margin-top: 2.5em;
}
#recruit .col2 .voice dl dt figure {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
#recruit .col2 .voice dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 50%;
}
#recruit .col2 .voice dl dd {
	padding-top: 1em;
}
#recruit .col2 .voice dl dd .message {
	margin-top: 1.5em;
	padding: 2em;
	background: #d0eadc;
	border-radius: 5px;
}
#recruit .col2 .voice dl dd .message span {
	display: block;
	margin-bottom: .5em;
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--maincolor);
	text-align: center;
	line-height: 1.5em;
}



#recruit .description table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 4em;
}
#recruit .description table td {
	width: 80%;
	padding: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#recruit .description table .th {
	width: 20%;
	border-top: 1px solid var(--maincolor);
	border-bottom: 1px solid var(--maincolor);
	font-weight: 600;
	color: var(--maincolor);
}
@media screen and (max-width:768px) {
	#recruit .description table {
		position: relative;
		margin-top: 3em;
		border-bottom: 1px solid #ccc;
	}
	#recruit .description table::after {
		position: absolute;
		bottom: -1px;
		left: 0;
		content: "";
		width: 30%;
		height: 1px;
		background-color: var(--maincolor);
	}
	#recruit .description table tr,
	#recruit .description table td,
	#recruit .description table .th {
		display: block;
		width: 100%;
		border: none;
	}
	#recruit .description table td {
		padding: 0 1.5em 1.5em;
	}
	#recruit .description table .th {
		position: relative;
		padding: 1.5em 1.5em 0;
		border: none;
		border-top: 1px solid #ccc;
	}
	#recruit .description table .th::after {
		position: absolute;
		top: -1px;
		left: 0;
		content: "";
		width: 30%;
		height: 1px;
		background-color: var(--maincolor);
	}
}





/*
======================================
404 Style
======================================
*/
#error {
	padding: 8em 0;
}
#error .column {
	text-align: center;
}
#error .column strong {
	display: block;
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: 600;
}
#error .column strong br {
	display: none;
}
#error .column .btn {
	margin-top: 2em;
}
#error .column .btn a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid var(--maincolor);
	border-radius: 100px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: var(--maincolor);
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
#error .column .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--maincolor);
	border-right: 0;
	transform: translateY(-2px);
	transition: all .25s ease-in-out;
}
#error .column .btn a:hover {
	background: var(--maincolor);
	color: #fff;
}
#error .column .btn a:hover span::after {
	border-left-color: #fff;
}
@media screen and (max-width:480px) {
	#error .column strong br {
		display: inline;
	}
	#error .column p br {
		display: none;
	}
	#error .column .btn a {
		width: 90%;
	}
}