.sub_header_wrap.page.voice {
    position: relative;
}
.voice .title {
    position: absolute;
    padding: 70px;
    background-color: #fff;
    width: 900px;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sub_header_wrap.page.voice .sub_header__inner {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    position: relative;
    background-position: top;
}
.voice .sub_header__inner .titlexp {
    position: absolute;
    bottom: 110px;
}

.voice .sub_header__inner {
    background-image: url(../images/header_voice.jpg);
}
.voice h3 {
    margin-bottom: 10px;
}



.sub_header_wrap.page.voice .sub_header__inner h9, .sub_header_wrap.page.voice .sub_header__inner h2 {
    color: #0EA546;
}

.voice .titlexp h2 img {
    width: 50px;
}

@media screen and (max-width: 1200px){
.voice .title {
    position: absolute;
    padding: 70px;
    background-color: #fff;
    width: 900px;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.voice .title {
    width: 90%;
}
}


@media screen and (max-width: 767px){
.sub_header_wrap.page.voice .sub_header__inner {
    min-height: 200px;
}
.voice .sub_header__inner .titlexp {
    bottom: 64px;
}
.voice .title {
    padding: 40px;
    min-height: 146px;
}
body:not(.home) .content .content_wrap {
    margin-bottom: 50px;
}
}


/* recruit */
.recruit .schedule {
    margin-top: 50px;
    background-size: auto auto;
    background-color: rgba(240, 255, 243, 1);
    background-image: repeating-linear-gradient( 
-45deg
 , transparent, transparent 8px, rgba(0, 146, 229, 0.06) 8px, rgba(0, 146, 229, 0.06) 11px );
}
.recruit .schedule .content__inner {
	max-width: 1000px;
	padding: 70px 0;
}

/* スケジュール */
ul.ul_schedule {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.ul_schedule li {
	background: #fff;
	border: 2px solid #0EA546;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px;
}
ul.ul_schedule li.li_schedule {
	width: 60%;
}
ul.ul_schedule li.li_private {
	width: 37%;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	font-weight: bold;
}
ul.ul_schedule li.li_private img {
	width: 200px;
	display: block;
	margin: 0 auto;
}
ul.ul_schedule li.li_private span {
	color: #0EA546;
	display: block;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 0;
	font-family: 'TsukuBRdGothic-Regular',sans-serif;
}


.content .content_wrap.syacho {

	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 420px;
	margin-top: 50px;
	background-position: top;
	background-image: url("images/voice_06.jpg");
}
.content .content_wrap.syacho .txt01,
.content .content_wrap.syacho .txt02 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-weight: bold;
	background-color: rgba(14, 165, 70, .7);
	padding: 20px 10px;
	font-size: 24px;
	letter-spacing: .1em;
}
.content .content_wrap.syacho .txt01 {
	position: absolute;
	top: 20px;
	left: 200px;
}
.content .content_wrap.syacho .txt02 {
	position: absolute;
	top: 20px;
	left: 140px;
}
.offset {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -120px;
	width: 55%;
	height: 100%;
	-webkit-transform: skewX(170deg);
	-moz-transform: skewX(170deg);
	transform: skewX(170deg);
	background: #0EA546;
	mix-blend-mode: multiply;
}
.comment_in {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	padding: 80px 50px 50px 250px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #fff;
}
p.name {
	position: absolute;
	bottom: 50px;
	font-size: 50px;
	line-height: 1.4;
	width: auto;
	padding-right: 50px;
}
p.name span {
	display: inline-block;
	font-size: 20px;
	padding-bottom: 10px;
}
p.name img {
	width: auto;
}

/* タブメニュー */
.tabnav .content__inner {
    max-width: 1000px;
}
.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: solid 5px #0EA546;
	margin: 0 auto;
}
.tab_item {
	width: calc(100%/4);
	padding: 30px 0;
	background-color: #0EA546;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	border-left: solid 1px #fff;
}
.tab_item.xp {
	border-left: none;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 5%;
	clear: both;
	overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
	display: block;
}
.tab_container input:checked + .tab_item {
	background-color: #fff;
	color: #0EA546;
}

.tabnav ul {
    display: flex;
    justify-content: space-between;
}
.tabnav ul li {
    width: 48%;
}
.tabnav h5 {
	position: relative;
	display: inline-block;
	color: #0EA546;
	font-size: 14px;
	margin: 0;
	border: solid 1px #0EA546;
	padding: 5px 0 5px 10px;
	min-width: 150px;
	border-left: solid 10px #0EA546;
	margin-bottom: 20px;
}
.tabnav div.box {
	position: relative;
	margin-bottom: 60px;
}
.tabnav div.box::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #0EA546;
	left: 0;
	top: 32px;
	width: 100%;
}
.tabnav div.box p span {
	color: #0EA546;
	font-weight: bold;
}
.tanto {
	font-size: 20px;
	font-weight: bold;
}


.recruit_contact .titlexp, .contact .titlexp {
    line-height: 1.5;
    text-align: center;
    padding: 30px 0 50px;
    background-size: auto auto;
    background-color: rgba(240, 255, 243, 1);
    background-image: repeating-linear-gradient(
-45deg
, transparent, transparent 8px, rgba(0, 146, 229, 0.06) 8px, rgba(0, 146, 229, 0.06) 11px );
}

.recruit_contact .titlexp h2, .contact .titlexp h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0EA546;
}
.recruit_contact .titlexp h2 {
    font-size: 26px;
}
.recruit_contact .titlexp h2 img, .contact .titlexp h2 img {
    width: 50px;
}



.comment_in h4 {
	position: absolute;
	top: 75px;
	right: 0;
	font-size: 14px;
	color: #0EA546;
	background-color: #fff;
	width: 160px;
	padding: 13px;
	font-weight: bold;
	letter-spacing: .1em;
}
.comment_in h5 {
	position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0;
    border: solid 1px #fff;
    padding: 5px 0 5px 10px;
    min-width: 150px;
    border-left: solid 10px #fff;
    margin-bottom: 30px;
}
.comment_in h6 {
	font-size: 34px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
    font-style: italic;
	letter-spacing: 0.034em;
}
.comment_in h8 {
	color: #fff;
	font-size: 15px;
	display: block;
	border-top: solid 1px #fff;
	padding-top: 10px;
	letter-spacing: .5em;
}


ul.voice_06_ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.voice_06_ul li {
	width: 100%;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.voice_06_ul li:last-child {
	padding-bottom: 0px;
}

ul.voice_06_ul li .img_box {
	width: 40%;
}
ul.voice_06_ul li .img_box img {
	width: 100%;
}

ul.voice_06_ul li .text_box {
	width: 56%;
	background-color: #fff;
	font-size: 16px;
}

ul.voice_06_ul li span {
	position: relative;
	display: block;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5em;
}
ul.voice_06_ul li span::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #0EA546;
	left: 0;
	bottom: -20px;
}


@media screen and (max-width:1000px){
	.content .content_wrap.syacho {
		min-height: 420px;
	}
	.content .content_wrap.syacho .txt01,
	.content .content_wrap.syacho .txt02 {
		top: 10px;
		font-size: 20px;
	}
	.content .content_wrap.syacho .txt01 {
		left: 100px;
	}
	.content .content_wrap.syacho .txt02 {
		left: 40px;
	}
	.offset,
	.comment_in {
		width: 60%;
	}
	.offset {
		-webkit-transform: skewX(175deg);
		-moz-transform: skewX(175deg);
		transform: skewX(175deg);
	}
	.comment_in {
		padding-left: 200px;
	}
	
	ul.voice_06_ul {
		width: 90%;
	}
	ul.voice_06_ul li {
		width: 100%;
		padding-bottom: 80px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.voice_06_ul li .img_box {
		width: 100%;
		margin-bottom: 30px;
	}
	ul.voice_06_ul li .text_box {
		width: 100%;
	}
	
	ul.voice_06_ul li:last-child .img_box {
		order: 1;
	}
	ul.voice_06_ul li:last-child .text_box {
		order: 2;
	}
	
	ul.voice_06_ul li span {
	font-size: 110%;
}
	
	/* スケジュール */
	.recruit .schedule .content__inner {
    max-width: 1000px;
    padding: 70px 30px;
}
	ul.ul_schedule li.li_schedule {
		width: 100%;
		margin-bottom: 30px;
	}
	ul.ul_schedule li.li_private {
		width: 100%;
	}
}

@media screen and (max-width:940px){
	.offset,
	.comment_in {
		width: 65%;
		padding-left: 180px;
	}
	p.name span {
		display: block;
		margin-top: 30px;
	}
	.comment_in h6 {
    font-size: 30px;
}
}
@media screen and (max-width:767px){
	/* スケジュール */
	ul.ul_schedule li.li_schedule {
		margin-bottom: 20px;
	}
	
	.recruit .schedule .content__inner {
		padding: 40px 30px;
	}
	.tab_item {
		font-size: 12px;
		min-height: 90px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.2;
	}
	.tabnav ul {
		display: block;
	}
	.tabnav ul li {
		width: 100%;
	}
	.content .content_wrap.syacho {
		min-height: inherit;
	}
	.content .content_wrap.syacho .sp {
		position: relative;
	}
	p.name,
	.comment_in,
	.offset {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		height: auto;
		transform: none;
		padding: 0;
		mix-blend-mode: normal;
	}
	.offset {
		display: none;
	}
	.content .content_wrap.syacho {
		background: none;
	}
	.comment_in {
		padding: 30px;
		background-color: #0EA546;
	}
	.content .content_wrap.syacho .sp .txt01,
	.content .content_wrap.syacho .sp .txt02 {
		font-size: 20px;
		position: absolute;
		writing-mode: inherit;
		top: auto;
		left: 0;
		right: auto;
		bottom: 0;
		padding: 10px;
	}
	.content .content_wrap.syacho .sp .txt01 {
		bottom: 55px;
	}
	.content .content_wrap.syacho .sp .txt02 {
		bottom: 10px;
	}
	.sp img {
		width: 130%;
	}
	.comment_in h4 {
	position: absolute;
	top: 25px;
}
.comment_in h5 {
	position: relative;
    margin-bottom: 30px;
}
.comment_in h6 {
	font-size: 24px;
	letter-spacing: inherit;
	margin-top: 0px;
}
.comment_in h8 {
	font-size: 13px;
	margin-bottom: 10px;
}
}