nav {
	width: 100%;
	position: absolute;
	top: 20px;
}

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 0.5s ease;
	position: fixed;
	top: 0;
}

.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: #ffbf41;
	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: 0.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: 0.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);
}

main {
	width: 1000px;
	margin: 30px auto 60px;
	display: block;
}

main h2 {
	font-weight: normal;
	/*
	font-size: 1.4rem;
	*/
	font-size: 3rem;
	width: 100%;
	height: 140px;
	letter-spacing: 4px;
	border: solid 1px #eaeaea;
	background-image: url(../img/column/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.abel {
	font-size: 4rem;
	display: block;
	margin-bottom: 6px;
}

.column_content {
	border: 30px solid #f1f1f1;
	padding: 20px;
	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;
	position: relative;
}

h3 {
	color: #ffbf41;
	font-size: 2rem;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1.4;
}

.user_info {
	margin-left: 10px;
	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;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.user_info:not(:last-of-type) {
	margin-right: 20px;
}

.user_info > dt {
	font-weight: bold;
}

.user_info ul {
	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;
	justify-content: space-between;
	height: 100%;
}

.user_info dl {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.user_info dl dt {
	width: 80px;
}

.user_info dl dd {
	font-weight: bold;
}

.tenshoku {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #fef9ef;
	justify-content: center;
	color: #ffbf41;
	line-height: 1.3;
	width: 113px;
	height: 90px;
	text-align: center;
}

.tenshoku + dd {
	margin-left: 10px;
}

.tenshoku + dd ul {
	justify-content: flex-end;
}

.tenshoku + dd li:not(:last-of-type) {
	margin-bottom: 8px;
}

/*.man+dd,
.woman+dd {
	height: 83px;
}*/

.man {
	color: #4a83ea;
	width: 100%;
	flex: none;
}

.woman {
	color: #fa88c6;
	width: 100%;
}

.man,
.woman {
	margin-bottom: 10px;
}

.man span,
.woman span {
	margin-left: 10px;
}

.point {
	margin-top: 40px;
}

.point > dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffbf41;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
	margin-bottom: 15px;
	/*
	background-image: url(../img/column/change_job_case/icon001.svg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 20px 19px;
	background-size: 20px 19px;
	*/
	padding-left: 10px;
}
.point > dt::before {
	content: '';
	background-color: #ffbf41;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 5px);
	width: 3px;
}

.point dl {
	border: 2px solid #f1f1f1;
	padding: 20px;
	position: relative;
}
/*
.point dl::before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 20px;
	background-image: url(../img/column/change_job_case/line.jpg);
}
*/
.point dt,
.point dd {
	position: relative;
}

.point > dd p {
	line-height: 1.6;
	margin-bottom: 40px;
}

.point > dd strong {
	color: #ffbf41;
}

.point > dd dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.point > dd li {
	margin-bottom: 9px;
	line-height: 1.6;
	position: relative;
	padding-left: 23px;
}

.fa-exclamation {
	font-size: 2.4rem;
	color: #ffbf41;
	margin-right: 5px;
}

.fa-check-square {
	font-size: 1.6rem;
	color: #00be62;
	margin-right: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

#Adviser_msg {
	margin: 40px 0 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}

#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: 15px;
	margin-bottom: 5px;
}

#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: #fef9ef;
	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;
}

#Adviser_msg .comment .ttl {
	color: #ffbf41;
	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 #fef9ef 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;
}

.l_banner {
	margin: 70px 0;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid #eaeaea;
}

.l_banner img {
	border: 1px solid #eaeaea;
}

.column_content.list:not(:last-of-type) {
	margin-bottom: 20px;
}

.column_content .btn1 {
	width: 112px;
	height: 39px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.post_date {
	margin-left: auto;
	color: #6a6a6a;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	text-align: right;
}
.change_period {
	font-size: 14px;
	margin-left: 10px;
}

/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 767px) {
	h3 {
		line-height: 1.4;
		display: block;
	}
	.post_date {
		display: block;
	}
	nav {
		position: fixed;
		top: -150%;
	}
	nav.on {
		top: 0px;
		transition: top 1000ms 0s ease;
	}
	main {
		width: 100%;
		margin-top: 17px;
	}

	main h2 {
		padding-bottom: 5%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top right;
	}
	.column_content {
		padding: 3%;
		border: 10px solid #f1f1f1;
		position: relative;
	}
	.column_content > * {
		position: relative;
	}
	.column_content > figure {
		width: 25%;
	}
	.column_content > figure img {
		width: 100%;
	}

	.user_info {
		width: 72%;
		margin-left: 3%;
		align-items: flex-start;
	}
	.user_info:nth-of-type(2) {
		margin-left: 0;
		width: 100%;
		margin-top: 0;
	}
	.user_info ul {
		list-style-type: none;
		margin-left: 0;
	}
	.user_info dl {
		display: block;
	}
	.case_info > dl.user_info.w100p {
		width: 50% !important;
	}
	.user_info dl dt {
		width: auto;
	}
	.user_info dd li {
		margin-top: 5px;
	}
	.user_info dd li:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.user_info:nth-of-type(2) dd li:first-of-type {
		margin-top: 0;
	}
	.user_info dd dd {
		margin-top: 3px;
	}
	.user_info > dt {
		flex: initial;
	}
	.man + dd,
	.woman + dd {
		width: 100%;
		height: 100%;
	}
	.user_info .tenshoku {
		width: 25%;
		height: 100%;
		flex: initial;
	}
	.tenshoku + dd {
		width: 72%;
		margin-left: 3%;
	}
	.user_info:not(:last-of-type) {
		margin-right: 0;
		margin-left: 0;
	}
	.case_info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.case_info figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.case_info figure,
	.man,
	.woman {
		text-align: center;
	}

	.point {
		margin-top: 10%;
	}

	.point > dt {
		background-position: left center;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		-ms-align-items: center;
		align-items: center;
		line-height: 1.2;
	}
	.point dl {
		padding: 3%;
	}
	.point > dd dt {
		margin-bottom: 5%;
		font-size: 2.1rem;
	}
	.point dl::before {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.point > dd li {
		line-height: 1.4;
		position: relative;
		padding-left: 15px;
	}
	.fa-exclamation {
		font-size: 3rem;
	}
	.fa-check-square {
		position: absolute;
		left: 0;
		top: 2px;
	}

	#Adviser_msg {
		background-color: #fef9ef;
		display: block;
		margin: 15% 0 10%;
		padding: 5%;
		position: relative;
	}
	#Adviser_msg > div:first-of-type {
		margin-left: 0;
	}
	#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;
	}
	.l_banner {
		border-top: none;
		margin: 15% 3%;
		padding-top: 0;
	}
	.l_banner img {
		width: 100%;
		border: none;
	}

	footer {
		padding: 0;
	}
	.page_top {
		bottom: 70px;
	}

	.column_content.list .user_info {
		width: 72%;
	}
	.column_content .btn1 {
		position: static;
		width: 100%;
		margin-top: 5%;
	}
	.w100p {
		width: 100% !important;
	}
}
