@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

nav {
	width: 100%;
	position: absolute;
	top: 20px;
	min-width: 1050px;
}

nav .panel-btn {
	animation-duration: 1s;
	animation-name: fade-out;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-out;
}

.strage {
	transition: background .5s ease;
	position: fixed;
	top: 0;
	/* nav open */
	/* nav close */
	/* nav common */
}

.strage.on {
	background-color: #fff;
}

.strage.on>ul {
	border-bottom: 1px solid #eaeaea;
}

.strage.on>ul>li:not(.head_logo):not(.panel-btn):not(.sp) {
	left: 0;
}

.strage.on .panel-btn {
	margin-left: 0;
}

.strage>ul {
	padding-left: 0;
}

.strage>ul>li:not(.head_logo):not(.panel-btn) {
	position: relative;
	left: 100vw;
	transition: left 1s ease;
}

.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 240px;
	background-position: left 20px center;
}

.strage .head_logo a {
	width: 100%;
	padding-top: 71px;
	-webkit-background-size: 175px auto;
	background-size: 175px auto;
	background-position: left 20px center;
}

.strage .head_logo,
.strage .panel_btn {
	height: 70px;
	max-height: 100%;
	background-color: #fff;
}

.strage .panel-btn {
	display: block;
	position: relative;
	background-color: #188260;
	width: 71px;
	margin-left: auto;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}

.strage .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fff;
	transition: .2s;
}

.strage .panel-btn-icon::before,
.strage .panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: .3s;
}

.strage .panel-btn-icon::before {
	margin-top: -12px;
}

.strage .panel-btn-icon::after {
	margin-top: 8px;
}

.strage .panel-btn .close {
	background: transparent;
}

.strage .panel-btn .close::before,
.strage .panel-btn .close::after {
	margin-top: 0;
}

.strage .panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.strage .panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.tags {
	border: 1px solid #d2c1af;
	margin-bottom: 5px;
	height: 22px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	padding: 0 5px;
	background-color: #188260;
	color: #FFF;
}



.tags:not(:last-of-type) {
	margin-right: 5px;
}

.tag_list {
	color: #8f6050;
	font-weight: bold;
}

.tag_list li {
	border: 1px solid #d2c1af;
	margin-bottom: 5px;
	padding: 1px 5px 0;
	height: 22px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
}

.tag_list li:not(:last-child) {
	margin-right: 5px;
}

main {
	width: 1000px;
	margin: 30px auto 60px;
	display: block;
}

main h2.main-ttl {
	font-size: 3rem;
	width: 1000px;
	max-width: 100%;
	padding: 42px 30px 40px;
	box-sizing: border-box;
	border: solid 1px #eaeaea;
	background-image: url(../img/column/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin: 0 auto 30px auto;
}

main h2.main-ttl>span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

main h2.main-ttl>span>.copy {
	font-size: 1.8rem;
	margin-bottom: 8px;
	line-height: 1;
}

h3 {
	color: #188260;
	font-size: 2rem;
	padding-bottom: 6px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1.4;
	border-bottom: 1px solid #dadada;
}

h3.corp-name {
	font-size: 2.2rem;
	border: 0;
	padding: 2rem 1.5rem;
	margin-bottom: 25px;
	position: relative;
}

h3.corp-name::before {
	content: '';
	width: 3px;
	background-color: #188260;
	position: absolute;
	top: 6px;
	left: 0;
	bottom: 6px;
}

article,
article * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

article .content-wrapper {
	border: solid 3rem #f1f1f1;
	padding: 2rem;
}

.main-body {
	padding: 0 15px;
	margin-bottom: 40px;
}

.main-body img {
	float: right;
	margin: 0 0 10px 25px;
}

.main-body h4.main-copy {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 18px;
	float: left;
}

.main-body h4.sub-copy {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #188260;
}

.point-body {
	float: left;
	/* width: 548px; */
	background-color: #c8e6dc;
	padding: 20px;
}

.main-body p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.section-wrapper>section {
	margin-bottom: 40px;
	padding: 0 15px;
}

.section-wrapper>section>p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.section-wrapper>section>p>img.pos-right {
	float: right;
	margin: 0 0 20px 25px;
}

.section-wrapper>section>p>img.pos-left {
	float: left;
	margin: 0 25px 20px 0;
}

.job_detail_outline figure img {
	display: block;
	width: 100%;
}

#Adviser_msg {
	margin: 40px 0 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	padding: 0 15px;
	background-color: transparent;
}

#Adviser_msg>div:first-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 5px;
	background-color: #c8e6dc;
	padding: 20px;
}

#Adviser_msg figure {
	text-align: center;
}

#Adviser_msg figcaption {
	padding-top: 5px;
}

#Adviser_msg figure span {
	font-size: 1.2rem;
}

#Adviser_msg .review {
	height: 22px;
	margin: 0 8px;
}

#Adviser_msg .comment {
	background-color: #c8e6dc;
	margin-left: 15px;
	width: 915px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

#Adviser_msg .comment p {
	line-height: 1.5;
	position: relative;
	z-index: 1;
	width: 100%;
}

#Adviser_msg .comment .ttl {
	color: #188260;
	font-weight: bold;
}

#Adviser_msg .comment p:nth-of-type(n+2) {
	margin-top: 10px;
}

#Adviser_msg .comment::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 11px 3px 0;
	border-color: transparent #c8e6dc transparent transparent;
	position: absolute;
	left: -11px;
	top: 20px;
}

#Adviser_msg .comment::after {
	content: "";
	display: block;
	background-image: url(../img/common/icon001.png);
	width: 92px;
	height: 87px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#Adviser_msg .comment::before,
#Adviser_msg .comment::after {
	display: none;
}

#Adviser_msg img.pos-right {
	float: right;
	margin: 0 0 20px 25px;
}

.job_detail_outline {
	border: 0;
	border-top: 1px solid #dadada;
	padding: 30px 15px 0;
	margin: 30px 0 15px;
}

.job_detail_outline .table_layout {
	margin: 0;
}

.job_detail_outline h2 {
	margin: 0 0 20px 0;
}

.job_detail_outline .table_layout dd {
	width: 719px;
}

.common_contents {
	padding: 0 15px;
	background-color: inherit;
}

.common_contents a.btn2 {
	width: auto;
	padding: 0 20px;
}

.cf:after {
	content: " ";
	display: block;
	clear: both;
}

@media all and (-ms-high-contrast: none) {
	.job_list_body>dd .item_001 dt {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 10px;
	}
}

@media screen and (min-width: 1715px) {
	.job_list_body figure img {
		width: 100%;
	}
}


/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		margin-top: 17px;
	}
	img {
		max-width:100%;	
	}

	main h2.main-ttl,
	main h2.main-ttl * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	main h2.main-ttl {
		padding-bottom: 10%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top right;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
	}
	main h2.main-ttl>span {
		background-color: rgba(106, 66, 151, .1);
		/* color: #FFF; */
		width: 100%;
		padding: 20px 0;

		text-shadow: -1px -1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		1px 1px #FFF;
	}
	nav {
		position: fixed;
		top: -150%;
		min-width: 100%;
	}
	.tag_list li {
		padding: 3px 5px;
		height: auto;
	}
	.tag_list li:not(:last-child)::after {
		display: none;
	}

	h3.corp-name {
		margin-bottom: 15px;
	}
	.copy-img {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.main-body img {
		display: block;
		/* width: 100%; */
		max-width:100%;
		float: none;
		margin: 0 auto 20px;
		/*
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 20px;
		*/
	}
	.main-body h4.main-copy {
		float: none;
	}
	article .content-wrapper {
		border: solid 1.5rem #f1f1f1;
		padding: 1rem;
	}

	#Adviser_msg {
		background-color: #c8e6dc;
		display: block;
		margin: 15% 0 10%;
		padding: 5%;
		position: relative;
	}
	#Adviser_msg>div:first-of-type {
		margin-left: 0;
		position: initial;
		width: 230px;
	}
	#Adviser_msg figure {
		float: left;
		display: block;
		margin-right: 3%;
		text-align: left;
		width: 16%;
	}
	#Adviser_msg figure img {
		width: 100%;
	}
	#Adviser_msg figure figcaption {
		text-align: center;
	}
	#Adviser_msg figure span {
		display: none;
	}
	#Adviser_msg .comment {
		width: auto;
		margin: 0;
		background-color: transparent;
		padding: 0;
	}
	#Adviser_msg .comment::before {
		display: none;
	}
	#Adviser_msg .comment::after {
		bottom: 0;
		right: 0;
	}

	.job_detail_outline .table_layout {
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}
	.job_detail_outline .table_layout dt {
		width: 100%;
		border-right: none;
	}
	.job_detail_outline .table_layout dd {
		width: 100%;
	}
	.job_detail_outline .table_layout dd:first-of-type {
		border-top: 0;
	}
	.job_detail_outline .table_layout dt:last-of-type {
		border-bottom: 1px solid #eaeaea;
	}

	.point-body {
		width: 100%;
	}

	.common_contents {
		height: auto;
		margin-bottom: 5px;
	}
	.common_contents li:last-of-type {
		width: 100%;
		margin: 0;
	}
	.common_contents a.btn2 {
		width: 100%;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 10px 10px;
		line-height: 1.6;
	}

	.section-wrapper>section>p>img.pos-right,
	.section-wrapper>section>p>img.pos-left {
		float: none;
		margin: 0 0 20px 0;
		display: block;
		width: 100%;
	}
	#Adviser_msg {
		padding: 0 15px 0;
		margin-top: 5%;
		background-color: transparent;
	}
	#Adviser_msg .comment {
		padding: 15px 10px;
		background-color: #c8e6dc;
	}
	#Adviser_msg>div:first-of-type {
		width: 100%;
	}
	#Adviser_msg img.pos-right {
		float: none;
		margin: 0 0 20px 0;
		display: block;
		width: 100%;
	}
}