@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Fonts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'), url('../fonts/noto-sans-jp-medium.woff2') format('woff2'), url('../fonts/noto-sans-jp-medium.woff') format('woff'); 
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url('../fonts/noto-sans-jp-bold.woff2') format('woff2'), url('../fonts/noto-sans-jp-bold.woff') format('woff');
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Reset
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em {
	font-style: normal;
}
strong,th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
html {
  	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	position: relative;
	background: #f5f5f5;
	color: #000;
	font-size: 1.4em;
}
a, a:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: all 0.2s;
	outline: none;
}
#container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section {
	width: 100%;
	position: relative;
}
.normalSection {
	padding: 40px 0 70px;
	float: left;
}
.fadeUp {
 	transition: opacity 0.7s;
	transition: transform 0.7s;
}
.content {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 60px;
	box-sizing: border-box;
	letter-spacing: 0;
	position: relative;
}
.sectionTitle {
	width: 100%;
	height: auto;
	margin: 80px auto 40px;
	color: #262e33;
	font-size: 400%;
	text-align: center;
	line-height: 0.8;
}
.sectionTitle span {
	font-size: 50%;
	text-align: center;
}
.end::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	background: rgba(0,0,0,.7);
}
a[href^="tel:"] {
	pointer-events: none;
}
.kerning {
	letter-spacing: 0;
}
.map {
	width: 100%;
	height: 400px;
}
dd.map-dd {
	padding: 20px 0 0;
}
}
@media screen and (max-width: 768px) {
#container {
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}
.content {
	width: 100%;
	height: auto;
	padding: 2rem 1rem;
	margin: 0 auto;
	float: left;
	overflow: hidden
}
a[href^="tel:"] {
	pointer-events: auto;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
header {
	width: 1040px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/logo.svg) left center no-repeat;
	line-height: 80px;
	background-size: auto 40px;
}
header p {
	width: 100%;
	height: 80px;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	font-size: 90%;
}
.tag {
	width: auto;
	height: 30px;
	line-height: 28px;
	background: #262e33;
	box-sizing: border-box;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
.topLink {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background: #036eb7;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	float: right;
	letter-spacing: 0;
	text-decoration: none;
}
.topLink:hover {
	background-image: linear-gradient(90deg, #29cc7d, #00aad9);
}
h1 {
	margin: 40px 0 30px;
	font-size: 200%;
	font-weight: 700;
	line-height: 2em;
	text-align: justify;
	letter-spacing: 0;
}
h1 br {
	display: none;
}
.requirement-img {
	width: 920px;
	height: 460px;
	margin: 20px auto 40px;
	display: block;
}
.fa-arrow-circle-right {
	margin-left: 0.5rem;
}
}
@media screen and (max-width: 768px) {
header {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: url(../images/logo.svg) no-repeat;
	background-position: 0 center;
	line-height: 40px;
	background-size: auto 24px;
}
header p {
	width: 100%;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	font-size: 70%;
	text-align: right;
}
.tag {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	background: #262e33;
	box-sizing: border-box;
	color: #fff;
	font-size: 100%;
	text-align: center;
}
.topLink {
	width: 100%;
	height: 4rem;
	margin: 1rem 0 2rem 0;
	display: block;
	line-height: 3.75rem;
	border: none;
	background: none;
	box-sizing: border-box;
	color: #036eb7;
	font-size: 90%;
	text-align: center;
	float: none;
	letter-spacing: 0;
	text-decoration: none;
	font-weight: 700;
}
.topLink::before {
	margin: 0 0.5em 0 0;
}
.topLink:hover {
	color: #036eb7;
	background: none;
}
h1 {
	margin: 2rem 0;
	font-size: 140%;
	font-weight: 700;
	line-height: 1.35;
}
h1 br {
	display: inherit;
}
h1 span {
	display: none;
}
.requirement-img {
	width: 100%;
	height: auto;
	margin: 1rem auto 2rem;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contents
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl {
	margin: 0 0 40px;
	display: block;
}
dt {
	height: 60px;
	line-height: 58px;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 0 1rem;
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 40px;
	display: block;
}
dd {
	padding: 0 1rem;
	line-height: 2;
	font-size: 110%;
	display: block;
}
ul dl {
	margin: 0 0 40px;
	display: block;
}
ul dt {
	height: 60px;
	line-height: 58px;
	border-top: none;
	border-bottom: none;
	font-size: 100%;
	font-weight: 700;
	margin: 0;
	display: block;
	padding: 0;
}
ul dd {
	padding: 0;
	line-height: 2;
	font-size: 100%;
	display: block;
	margin-bottom: -20px;
	text-align: justify;
}
ul li:first-of-type dt {
	margin-top: -18px;
}
ul li:last-of-type dd {
	padding-bottom: 22px;
}
.apply a {
	width: 400px;
	height: 60px;
	line-height: 58px;
	margin: 60px auto 20px;
	text-align: center;
	border-radius: 2px;
	font-size: 130%;
	font-weight: 700;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #036eb7;
}
.apply a:hover {
	background: 	#262e33;
	transition: .3s;
	color: #fff;
}
.back a {
	width: 400px;
	height: 60px;
	line-height: 58px;
	margin: 80px auto;
	text-align: center;
	border: 2px solid #036eb7;
	border-radius: 2px;
	font-size: 110%;
	font-weight: 500;
	display: block;
	color: #036eb7;
	text-decoration: none;
}
.back a:hover {
	background: 	#036eb7;
	transition: .3s;
	color: #f5f5f5;
}
.phoneNum {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
    margin: 20px 0 0
}
.phoneNum em {
	font-size: 4.2rem;
	color: #036eb7;
	font-weight: 700;
}
.phoneNum a {
	font-size: 100%;
	color: #036eb7;
	padding: 1rem 0 2rem;
	text-decoration: none;
}
.fa-phone-square {
	font-size: 105%;
	padding: 0 10px 0 0;
}
.workplace ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.workplace img {
	width: 290px;
	height: 290px;
	overflow: hidden;
}
.workplace p {
	padding: 0 1rem;
	border-top: 1px solid rgba(0,0,0,.05);
	height: 100px;
	line-height: 100px;
	font-size: 120%;
	font-weight: 700;
}


/* Contents SP */

@media screen and (max-width: 768px) {
dl {
	margin: 0;
	padding: 0 1rem;
}
dt {
	height: 4rem;
	line-height: 4rem;
	padding: 0;
	font-size: 110%;
	font-weight: 700;
	margin: 2rem 0;
	text-align: center;
}
dd {
	padding: 0;
	line-height: 1.75;
	font-size: 95%;
}
ul dl {
	margin: 0;
	display: block;
	padding: 0;
}
ul dt {
	height: auto;
	line-height: 1.5;
	border-top: none;
	border-bottom: none;
	font-size: 100%;
	font-weight: 700;
	margin: 0 0 1rem;
	display: block;
	padding: 1rem 0 0 0;
	text-align: justify;
}
ul dd {
	padding: 0;
	line-height: 2;
	font-size: 100%;
	display: block;
	margin-bottom: 0;
	letter-spacing: 0;
}
ul li:first-of-type dt {
	margin-top: 2rem;
}
ul li:last-of-type dd {
	padding-bottom: 0;
}
.apply a {
	width: 75%;
	height: 6rem;
	line-height: 6rem;
	margin: 4rem auto 3rem;
	text-align: center;
}
.back a {
	width: calc(100% - 1rem);
	height: 6rem;
	line-height: 6rem;
	margin: 4rem auto;
	box-sizing: border-box;
}
.back a::before {
	margin: 0 0.25em 0 2rem;
}
.phoneNum {
	width: 100%;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0;
    margin: 0 0 1rem;
}
.phoneNum em {
	font-size: 3.2rem;
	color: #036eb7;
	font-weight: 700;
}
.phoneNum a {
	font-size: 100%;
	color: #036eb7;
	padding: 1rem 0 2rem;
	text-decoration: none;
}
.fa-phone-square {
	font-size: 105%;
	padding: 0 10px 0 0;
}
	.workplace ul {
		display: flex;
		margin: 2rem auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.workplace li {
		width: 100%;
		height: 30vh;
		overflow: hidden;
		margin-bottom: 2rem;
	}
	.workplace img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.workplace p {
		padding: 2rem 0 0;
		border-top: 1px solid rgba(0,0,0,.05);
		font-size: 110%;
		font-weight: 700;
		margin: 2rem 0 0;
		text-align: center;
		height: auto;
		line-height: 2rem;
	}
}
@media screen and (max-width: 320px) {
.back a {
	font-size: 14px;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

footer {
	width: 100%;
	height: auto;
	float: left;
}
address {
	width: 100%;
	margin: 20px auto 30px;
	text-align: center;
	font-size: 12px;
}
#footer-logo {
	width: 280px;
	height: 80px;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin: 0 auto 30px;
}
#copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 70%;
}

/* Footer SP */

@media screen and (max-width: 768px) {
	address span {
		display: none;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Other
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#page_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 12px;
}
#page_top a {
	background: #ccc;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 40px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 1px;
	text-indent: 0px;
	font-weight: 500;
	line-height: 40px;
}
#page_top a::before {
	content: "\f077";
	font-family: FontAwesome;
	margin: 0 0.25em 0 0;
}
#page_top a:hover {
	text-decoration: none;
	background: #999;
}
.clearboth {
	clear: both;
}
.pchidden {
	display: none;
}
.indent {
	text-indent: -1.6em;
	padding-left: 1.6em;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#page_top {
	display: none;
	}
	.sphidden {
		display: none;
	}
	.pchidden {
		display: inherit;
	}
.indent {
	text-indent: 0;
	padding-left: 0;
}
}