#main {
	display: block;
	margin: 0;
	padding: 0;
}

a#toTop {
	background-image: url(../images/icon_totop_white.svg);
}

/****************************
  visual_top
****************************/

.visual_top {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50vh;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../../files/contact/vt.png);
}

.visual_top > div {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
/*
	background-color: rgba(0, 0, 0, 0.15);
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px 4px;
	background-image: url(../images/bg/pat.png);
*/
}

.visual_top > div > div {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

.visual_top h1 > b {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 2px solid #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.visual_top h1 > i {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'RedditSans-SemiBold', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
	/* color: rgba(37, 169, 201, 1); */
	color: #fff;
	letter-spacing: 0.04em;
}

.visual_top p {
	width: 100%;
	margin: 0;
	padding: 1em 0 0;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
}

@media (min-width: 768px) {
	.visual_top {
		height: 35vh;
	}

	.visual_top > div > div {
		width: 400px;
	}
}
@media (min-width: 1000px) {
	.visual_top {
		height: 30vw;
	}

	.visual_top > div > div {
		bottom: 8%;
		left: 7vw;
		width: 32em;
		padding: 19px 17px;
	}

	.visual_top h1 > b {
		border-right: 2px solid #fff;
		font-size: 19px;
	}

	.visual_top h1 > i {
		font-size: 22px;
	}

	.visual_top p {
		font-size: 16px;
	}
}

.visual_top > div > div {
	opacity: 0;
	animation: visualtopCopyAnimation 12s ease forwards;
	animation-delay: 0.7s;
}

.visual_top h1 > b {
	opacity: 0;
	animation: visualtopCopyAnimation 12s linear forwards;
	animation-delay: 1.3s;
}

.visual_top h1 > i {
	opacity: 0;
	animation: visualtopCopyAnimation 12s linear forwards;
	animation-delay: 1.6s;
}

.visual_top p {
	opacity: 0;
	animation: visualtopCopyAnimation 12s linear forwards;
	animation-delay: 2.0s;
}

@keyframes visualtopCopyAnimation {
	0% {opacity: 0; transform: translateY(20px);}
	6% {opacity: 0; transform: translateY(20px);}
	10% {opacity: 1; transform: translateY(0px);}
	75% {opacity: 1; transform: translateY(0px);}
	100% {opacity: 1; transform: translateY(0px);}
}

.visual_top > span {
	display: block;
	position: absolute;
	bottom: 12%;
	left: 7vw;
}

@media (min-width: 1000px) {
	.visual_top > span {
		bottom: 12%;
		left: 7vw;
	}
}

/****************************
  container
****************************/

.container {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

.container > div {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.container > div > div {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container > div > figure {
	max-width: 100%;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}

.container > div figure > img {
	max-width: 350px;
}

.container > div > div + div {
	max-width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

.container > div > div + div figure + figure {
	padding: 20px 0 0;
}

.contents_title {
	width: 12em;
	margin: 0;
	padding: 0 0 0.4em;
	border-bottom: 3px solid var(--blue_1_border);
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.contents_body {
	margin: 0;
	padding: 1.2em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}

@media (min-width: 768px) {
	.container > div > figure {
		text-align: left;
	}

	.container > div > div + div figure {
		display: inline-block;
		padding: 0;
	}

	.container > div figure > img {
		max-width: 280px;
	}

	.container > div > div + div figure + figure {
		padding: 0 0 0 10px;
	}

	.container > div > div + div figure img {
		height: 200px;
	}
}
@media (min-width: 1000px) {
	.container {
		width: 100%;
		margin: 0;
		padding: 0 7vw;
		background-color: #fff;
	}

	.container > div {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 70px 0;
	}

	.container > div > div {
		width: 60%;
		margin: 0;
		padding: 0;
	}

	.container > div > figure {
		max-width: 35%;
		margin: 0;
		padding: 65px 0 0;
	}

	.container > div figure > img {
		max-width: 450px;
	}

	.container > div > div + div {
		width: initial;
		max-width: 35%;
		margin: 0;
		padding: 65px 0 0;
	}

	.container > div > div + div figure {
		display: block;
		padding: 0;
	}

	.container > div > div + div figure + figure {
		padding: 50px 0 0;
	}

	.container > div > div + div figure img {
		height: initial;
	}

	.contents_title {
		border-bottom-width: 3px;
		font-size: 24px;
	}

	.contents_body {
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.container > div > div {
		width: 62%;
	}
}

/****************************
  job_wrapper
****************************/

.job_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
}

.job_wrapper > li {
	display: table;
	width: calc(50% - 7px);
	margin: 20px 0 0;
	padding: 0;
}

.job_wrapper > li > a {
	display: table-cell;
	margin: 0;
	padding: 1rem 0.7rem;
	border-radius: 20px;
	vertical-align: middle;
	text-align: center;
	color: var(--base_font_color);
	background-color: rgba(0, 156, 226, 0.4);
}

.job_wrapper > li:nth-child(even) > a {
	background-color: rgba(234, 199, 159, 0.3);
}

.job_wrapper > li > a figure {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.job_wrapper > li > a dt {
	margin: 0;
	padding: 0.5rem 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1;
}

.job_wrapper > li > a dd {
	margin: 0;
	padding: 0.5rem 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 1.5;
}

.job_wrapper > li > a span {
	display: table;
	margin: 0.5rem auto 0;
	padding: 0 1rem;
	border-radius: 3rem;
	background-color: rgba(15, 50, 71, 0.9);
	font-style: normal;
	font-weight: normal;
	font-size: 0.7rem;
	line-height: 2.5;
	color: #fff;
}

@media (min-width: 1000px) {
	.job_wrapper {
		padding: 20px 0 0;
	}

	.job_wrapper > li {
		width: 320px;
	}

	.job_wrapper > li > a {
		padding: 3rem 2rem 3rem;
		border-radius: 20px;
		transition: all 0.3s;
	}

	.job_wrapper > li > a:hover {
		background-color: rgba(0, 156, 226, 0.3);
		text-decoration: none;
	}

	.job_wrapper > li:nth-child(even) > a:hover {
		background-color: rgba(234, 199, 159, 0.2);
	}

	.job_wrapper > li > a figure {
		width: 60px;
		height: 60px;
		background-size: 60px auto;
		transition: all 0.2s ease-out;
	}

	.job_wrapper > li > a:hover figure {
		animation: shake-rotate 0.2s infinite linear;
	}

	.job_wrapper > li > a dt {
		padding: 1rem 0 0;
		font-size: 1.3rem;
	}

	.job_wrapper > li > a dd {
		padding: 1rem 0 0;
		font-size: 1rem;
	}

	.job_wrapper > li > a span {
		display: table;
		margin: 0.75rem auto 0;
		padding: 0 1.5rem;
		font-size: 0.9rem;
	}
}

.job_wrapper > li:nth-child(1) > a figure {
	background-image: url(../../files/common/icon_job_1.svg);
}
.job_wrapper > li:nth-child(2) > a figure {
	background-image: url(../../files/common/icon_job_2.svg);
}
.job_wrapper > li:nth-child(3) > a figure {
	background-image: url(../../files/common/icon_job_3.svg);
}
.job_wrapper > li:nth-child(4) > a figure {
	background-image: url(../../files/common/icon_job_4.svg);
}
.job_wrapper > li:nth-child(5) > a figure {
	background-image: url(../../files/common/icon_job_5.svg);
}
.job_wrapper > li:nth-child(6) > a figure {
	background-image: url(../../files/common/icon_job_6.svg);
}

@keyframes shake-rotate {
	0%   { transform: rotate(5deg); }
	25%  { transform: rotate(-5deg); }
	50%  { transform: rotate(5deg); }
	75%  { transform: rotate(-5deg); }
	100% { transform: rotate(5deg); }
}

/****************************
  contact
****************************/

#footer_contact_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/files/common/footer_contact_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

#footer_contact_nav > div {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px 15px;
	background-color: rgba(0, 0, 0, 0.15);
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px 4px;
	background-image: url(../images/bg/pat.png);
}

#footer_contact_nav::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

#footer_contact_nav h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}

#footer_contact_nav ul {
	margin: 0 auto;
	padding: 0;
}

#footer_contact_nav ul > li {
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0 0;
	vertical-align: middle;
	text-align: center;
}

#contact_email > a {
	display: block;
	margin: 0;
	padding: 12px 0px;
	background-color: var(--footer_bg);
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: all 0.3s;
}

#contact_email > a:hover {
	background-color: var(--footer_bg_over);
	text-decoration: none;
}

#contact_email > a > h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

#contact_email > a > h3::before {
	font-family: 'FontAwesome';
	content: '\f0e0';
	margin-right: 8px;
	vertical-align: -1px;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

#contact_email > a > p {
	margin: 0;
	padding: 8px 0 0;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

#contact_phone > a {
	display: block;
	margin: 0;
	padding: 12px 0px;
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: all 0.3s;
}

#contact_phone > a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

#contact_phone > a > h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: var(--footer_bg);
	text-decoration: none;
}

#contact_phone > a > h3::before {
	font-family: 'FontAwesome';
	content: '\f2a0';
	margin-right: 10px;
	vertical-align: 2px;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

#contact_phone > a > p {
	margin: 0;
	padding: 8px 0 0;
	font-size: 13px;
	line-height: 1;
	color: var(--footer_bg);
	text-decoration: none;
}

@media (min-width: 1000px) {
	#footer_contact_nav {
		margin: 0;
		padding: 0;
	}

	#footer_contact_nav > div {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 100px 0;
	}

	#footer_contact_nav h2 {
		font-size: 22px;
		line-height: 1.2;
	}

	#footer_contact_nav ul {
		display: table;
		margin: 40px auto 0;
	}

	#footer_contact_nav ul > li {
		max-width: initial;
		display: table-cell;
		margin: 0;
		padding: 0 50px 0 0;
	}

	#footer_contact_nav ul > li + li {
		padding: 0;
	}

	#contact_email > a {
		height: 70px;
		padding: 12px 50px 0;
	}

	#contact_email > a > h3 {
		font-size: 17px;
		line-height: 1;
	}

	#contact_email > a > h3::before {
		margin-right: 10px;
		vertical-align: -1px;
		font-size: 22px;
		line-height: 1;
	}

	#contact_email > a > p {
		padding: 8px 0 0;
		font-size: 14px;
		line-height: 1;
	}

	#contact_phone > a {
		height: 70px;
		padding: 12px 60px 0;
	}

	#contact_phone > a > h3 {
		font-size: 24px;
		line-height: 1;
	}

	#contact_phone > a > h3::before {
		margin-right: 12px;
		vertical-align: 2px;
		font-size: 24px;
		line-height: 1;
	}

	#contact_phone > a > p {
		padding: 8px 0 0;
		font-size: 14px;
		line-height: 1;
	}
}

/****************************
  privacypolicy
****************************/

.dl_privacypolicy {
	margin: 0;
	padding: 0;
}

.dl_privacypolicy dt {
	margin: 0;
	padding: 1.5rem 0 0;
	font-weight: bold;
	font-size: 1rem;
}
.dl_privacypolicy dd {
	margin: 0;
	padding: 1rem 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
}

.ul_privacypolicy {
	margin: 0;
	padding: 0 0 0 1.5rem;
	list-style-type: disc;
}

.ul_privacypolicy li {
	margin: 0;
	padding: 0.2rem 0;
	font-size: 0.9rem;
	line-height: 1.2;
}

.dl_privacypolicy dd a, 
.ul_privacypolicy li a {
	text-decoration: underline;
}

/****************************
  misc
****************************/

.signature dt {
	margin: 0;
	padding: 3rem 0 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.signature dd {
	margin: 0;
	padding: 0.6rem 0 0;
	text-align: right;
	font-family: 'SourceHanSerifJP-SemiBold';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.nodata {
	min-height: 25vh;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--base_font_color);
}

@media (min-width: 1000px) {
	.signature dt {
		padding: 3rem 0 0;
		font-size: 18px;
	}

	.signature dd {
		padding: 0.6rem 0 0;
		font-size: 17px;
	}

	.nodata {
		min-height: 25vh;
		font-size: 17px;
	}
}
