@charset "utf-8";

.tenmincho {
	font-family: ten-mincho, serif;
}

/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	background: #fff;
	position: relative;
	color: #333;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	text-align: left;
	min-width: 1000px;
}

a {
	color: inherit;
	text-decoration: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

.nopc {
	display: none !important;
}

img {
	max-width: 100%;
}

.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 970px;
	background: url(./sapmle.png) no-repeat center center/cover;
}

.bg-video-wrap video {
	width: 100%;
	z-index: 1;
}

.bg-video-wrap .overlay {
	width: 100%;
	height: 100%;
	max-height: 970px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .5) 50%);
	background-size: 4px 4px;
	z-index: 2;
}

.bg-video-wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.bg-video-wrap>img {
	display: none;
}

/*==================================================
$header
==================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	min-width: 1000px;
}

.header_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	height: 90px;
}

header .logo {
	min-width: 300px;
	width: 30%;
}

header .logo a {
	padding: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

header .logo img {
	max-width: 140px;
	width: 40%;
}

header .logo span {
	margin-left: 5px;
}

.burger {
	display: none;
}

header nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	width: 70%;
	height: 100%;
}

header nav dl dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

header nav dl.ac dt::after {
	content: '';
	width: 1px;
	height: 0;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}

header nav dl.ac dt:hover::after {
	height: 30px;
}

header nav dl dt a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

header nav dl:not(.contact) dt a::before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	transition: .3s;
}

header nav dl:not(.contact) dt a:hover::before {
	width: 100%;
}

header nav dl dd {
	display: none;
	position: fixed;
	top: 90px;
	right: 0;
	background: rgba(0, 0, 0, .7);
	padding: 20px 50px;
	max-width: 890px;
}

header nav dl dt.active::after {
	height: 30px;
}

header nav dl dt.active+dd {
	display: block;
}

header nav dl dd strong {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}

header nav dl dd strong a {
	padding-right: 30px;
	position: relative;
	display: inline-block;
	line-height: 1.2;
}

header nav dl dd strong a::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

header nav dl dd strong a::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

header nav dl dd strong a:hover::after {
	width: 0;
}

header nav dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

header nav dl dd ul li {
	width: 178px;
	margin-right: 20px;
	margin-bottom: 20px;
}

header nav dl dd ul li:nth-child(4n) {
	margin-right: 0;
}

header nav dl dd ul li a {
	display: block;
	position: relative;
}

header nav dl dd ul li a span:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 10px;
	transition: .3s;
	color: #333;
}

header nav dl dd ul li a:hover span:last-child {
	background: #8DC200;
	color: #fff;
}

header nav dl.contact {
	background: #8DC200;
	color: #fff;
	margin-left: 10px;
	padding: 0;
}

header nav dl.contact dt a {
	padding: 10px 20px;
}

header nav dl.contact dt a::before {
	content: '';
	width: 2em;
	height: 1.5em;
	background: url(../img/ico_mail_w.svg) no-repeat center/contain;
	margin-right: 5px;
}

header nav dl.contact dt a::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
	background: #fff;
}

header nav dl.contact dt a:hover::after {
	width: 80%;
}

header .sp_contact {
	display: none;
}

/*==================================================
$footer
==================================================*/
footer {
	background: #000;
	color: #fff;
	padding-top: 20px;
}

footer div {
	text-align: center;
}

footer div strong {
	font-size: 16px;
	display: block;
}

footer div span {
	display: block;
}

footer div dl dt a {
	font-size: 40px;
	color: #8DC200;
	line-height: 1.3;
}

footer div dl dt a span {
	font-size: 20px;
	display: inline-block;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

footer p {
	background: #8DC200;
	padding: 10px;
	text-align: center;
}

/*==================================================
$top
==================================================*/
.inner {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	position: relative;
}

.title {
	text-align: center;
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
}

.title span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	opacity: .3;
	position: relative;
	padding: 0 50px;
}

.title span::before,
.title span::after {
	content: '';
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.title span::after {
	left: auto;
	right: 0;
}

.btn {
	max-width: 280px;
	width: 90%;
	border: 1px solid #8DC21F;
	color: #8DC21F;
	text-align: center;
	padding: 10px 50px;
	margin: auto;
	position: relative;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

.btn::after {
	content: '';
	width: 30px;
	height: 1px;
	background: #8DC21F;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}

.btn:hover {
	color: #fff;
	background: #8DC21F;
}

.btn:hover::after {
	background: #fff;
	width: 50px;
}

.contents.top main>section {
	padding: 50px 0;
}

.top_about {
	padding: 100px 0 50px;
}

.top_about>div {
	max-width: 1300px;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.top_about span {
	max-width: 925px;
	width: 100%;
	display: block;
	margin-right: auto;
	position: relative;
	padding: 24% 0;
}

.top_about span img {
	height: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top_about .inbox {
	max-width: 470px;
	width: 45%;
	padding: 50px;
	background: #fff;
	position: absolute;
	right: 0;
	margin: auto;
}

.top_about .inbox .headline {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.top_about .inbox .headline span {
	display: block;
	text-align: center;
	color: #8DC21F;
	font-size: 16px;
	padding: 0;
}

.top_about .inbox p {
	margin-bottom: 20px;
}

.news_area ul {
	margin-bottom: 50px;
}

.news_area ul li {
	width: 100%;
}

.news_area ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	background: #fff;
	transition: .3s;
}

.news_area ul li a:hover {
	background: #efefef;
}

.news_area ul li a span {
	font-size: 16px;
	opacity: .4;
}

.top_store div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 50px;
}

.top_store div ul li {
	max-width: 360px;
	width: 23%;
	margin-right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transition: .3s;
}

.top_store div ul li:last-child {
	margin-right: 0;
}

.top_store div ul li:hover {
	box-shadow: 0 0 10px rgba(141, 194, 0, 1);
}

.top_store div ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_store div ul li a span {
	display: block;
	width: 100%;
	padding: 32% 0;
	position: relative;
}

.top_store div ul li a span img {
	height: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top_store div ul li a div {
	padding: 30px 20px;
}

.top_store div ul li a strong {
	font-size: 30px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	line-height: 1.3;
}

.top_store div ul li a p {
	margin-bottom: 20px;
}

.top_store div ul li a:hover .btn {
	color: #fff;
	background: #8DC200;
}

.top_store div ul li a:hover .btn::after {
	background: #fff;
	width: 50px;
}

.top_recruit {
	background: url(../img/recruit_bg.jpg) no-repeat center left -50px/auto 100%;
	padding: 3% 0 !important;
	position: relative;
	margin-bottom: 100px;
}

.top_recruit::after {
	content: '';
	width: 100%;
	padding: 10% 0;
	background: #F4F7FA;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: -1;
}

.top_recruit>div {
	position: relative;
	max-width: 1300px;
	margin: auto;
	width: 100%;
}

.top_recruit div .inbox {
	max-width: 400px;
	width: 40%;
	padding: 30px;
	background: #fff;
	margin-left: auto;
}

.top_recruit div .inbox p {
	margin-bottom: 30px;
}

.btn_area {
	padding: 50px 0;
}

.btn_area ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.btn_area ul li {
	width: 100%;
	max-width: 500px;
	margin-right: 20px;
	background: #8DC200;
	color: #fff;
}

.btn_area ul li:last-child {
	margin-right: 0;
}

.btn_area ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.btn_area ul li div {
	width: 100%;
}

.btn_area ul li .title {}

.btn_area ul li .title span {
	opacity: 1;
}

.btn_area ul li .title span::before,
.btn_area ul li .title span::after {
	background: #fff;
}

.btn_area ul li .btn {
	border-color: #fff;
	color: #fff;
}

.btn_area ul li .btn::after {
	background: #fff;
}

.btn_area ul li .btn:hover {
	background: #fff;
	color: #8DC200;
}

.btn_area ul li .btn:hover::after {
	background: #8DC200;
}

/*==================================================
$store
==================================================*/
.page_title {
	text-align: center;
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 50px;
	background: #F4F7FA;
	padding: 80px 0;
	position: relative;
}

.page_title span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	opacity: .3;
	position: relative;
	padding: 0 50px;
}

.page_title span::before,
.page_title span::after {
	content: '';
	width: 40px;
	height: 1px;
	background: #8DC200;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.page_title span::after {
	left: auto;
	right: 0;
}

.page_title.store {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.page_title.store::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1;
}

.page_title.store img {
	position: relative;
	z-index: 2;
	max-width: 550px;
}

.yamaya .page_title {
	background: url(../img/yamaya_bg.jpg) no-repeat center/cover;
}

.gu .page_title {
	background: url(../img/gu_bg.jpg) no-repeat center/cover;
}

.nanatsuboshi .page_title {
	background: url(../img/nanatsuboshi_bg.jpg) no-repeat center/cover;
}

.takota .page_title {
	background: url(../img/takota_bg.jpg) no-repeat center/cover;
}

.umechan .page_title {
	background: url(../img/umechan_bg.jpg) no-repeat center/cover;
}

.seiniku .page_title {
	background: url(../img/seiniku_bg.jpg) no-repeat center/cover;
}

.wagyunosato .page_title {
	background: url(../img/wagyunosato_bg.jpg) no-repeat center/cover;
}

.coinlaundry .page_title {
	background: url(../img/coinlaundry_bg.jpg) no-repeat center/cover;
}

.store_list li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.store_list li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
}

.store_list li .photo {
	width: 50%;
	margin: 50px;
	position: relative;
	z-index: 2;
	padding: 20% 0;
}

.store_list li .photo span {
	width: 55%;
	position: absolute;
}

.store_list li .photo .first {
	top: 0;
	left: 0;
}

.store_list li .photo .second {
	bottom: 0;
	right: 0;
}

.store_list li .txt {
	width: 50%;
	padding: 50px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.store_list li .txt .name {
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.store_list li .txt p {
	margin-bottom: 20px;
}

.store_list li .txt .btn {
	border-color: #fff;
	color: #fff;
	margin-left: 0;
}

.store_list li .txt .btn::after {
	background: #fff;
}

.store_list li .txt .btn:hover {
	background: rgba(255, 255, 255, .5);
}

.store_list li.yamaya {
	background: url(../img/yamaya_bg.jpg) no-repeat center/cover;
}

.store_list li.gu {
	background: url(../img/gu_bg.jpg) no-repeat center/cover;
}

.store_list li.nanatsuboshi {
	background: url(../img/nanatsuboshi_bg.jpg) no-repeat center/cover;
}

.store_list li.takota {
	background: url(../img/takota_bg.jpg) no-repeat center/cover;
}

.store_list li.seiniku {
	background: url(../img/seiniku_bg.jpg) no-repeat center/cover;
}

.store_list li.umechan {
	background: url(../img/umechan_bg.jpg) no-repeat center/cover;
}

.store_list li.coinlaundry {
	background: url(../img/coinlaundry_bg.jpg) no-repeat center/cover;
}

.store_list li.wagyunosato {
	background: url(../img/wagyunosato_bg.jpg) no-repeat center/cover;
}

.store_gallary {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

.store_gallary li {
	width: 33.33%;
	padding: 13% 0;
	overflow: hidden;
	position: relative;
}

.store_gallary li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	width: 100%;
	height: auto;
}

.store_head {
	padding: 50px 0 100px;
	position: relative;
	font-size: 20px;
}

.store_head .headline {
	margin-bottom: 30px;
}

.store_detail {
	margin-bottom: 200px;
}

.store_detail .shop_name {
	font-size: 30px;
	margin-bottom: 20px;
}

.store_detail .photo {
	margin-bottom: 50px;
	display: block;
	max-width: 600px;
}

.store_detail .txt {
	font-size: 20px;
}

.store_detail .txt p {
	margin-bottom: 20px;
}

.store_detail .map {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.store_detail .map iframe,
.store_detail .map object,
.store_detail .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.data_list {
	width: 100%;
	font-size: 16px;
}

.store_detail .data_list {
	margin-bottom: 20px;
}

.data_list tr {
	border-bottom: 1px solid #000;
}

.data_list tr:last-child {
	border: none;
}

.data_list tr th {
	padding: 20px;
	background: #F4F7FA;
}

.data_list tr td {
	padding: 20px 30px;
	position: relative;
}

.data_list tr.address td {
	padding-right: 300px;
}

.data_list tr.address td .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

/*==================================================
$company
==================================================*/
.company main .inner>section {
	margin-bottom: 150px;
}

.company .greeting div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.company .greeting div .headline {
	font-size: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.company .greeting div .photo {
	width: 35%;
	max-width: 360px;
}

.company .greeting div .txt {
	width: 65%;
	max-width: 650px;
	font-size: 20px;
}

.company .greeting div .txt p {
	margin-bottom: 30px;
}

.company .greeting div .txt span {
	display: block;
	text-align: right;
	width: 100%;
}

.company .philosophy {
	margin-bottom: 100px;
}

.company .philosophy .title {
	margin-bottom: 80px;
}

.company .philosophy .headline {
	font-size: 30px;
	margin-bottom: 80px;
	text-align: center;
}

.company .philosophy div {
	font-size: 20px;
	text-align: center;
}

.company .philosophy div strong {
	display: block;
}

/*210528関連会社追加*/
.company section#affiliates {
	padding-bottom: 75px;
	border-bottom: 1px dotted;
	margin-bottom: 0;
}

.company section#affiliates02 {
	margin-top: 75px;
}


/*==================================================
$recruit
==================================================*/
.recruit_entrance .recruit_mv {
	background: url(../img/recruit_bg.jpg) no-repeat center/contain;
	width: 100%;
	padding: 15% 0;
	margin-bottom: 50px;
}

.recruit_entrance .headline {
	text-align: center;
	font-size: 30px;
}

.recruit_entrance p {
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: auto;
}

.recruit_heading {
	max-width: 1260px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 560px;
	margin-bottom: 100px;
}

.talent .recruit_heading {
	background: url(../img/talent01.jpg) no-repeat center/cover;
}

.kusazumi .recruit_heading {
	background: url(../img/kusazumi/kusazumi_main.jpg) no-repeat center/cover;
}

.ozaki .recruit_heading {
	background: url(../img/ozaki/ozaki_main.jpg) no-repeat center/cover;
}

.minamizaki .recruit_heading {
	background: url(../img/minamizaki/minamizaki_main.jpg) no-repeat center/cover;
}

.shibata .recruit_heading {
	background: url(../img/shibata/shibata_main.jpg) no-repeat center/cover;
}

.recruit_heading div {
	max-width: 550px;
	width: 60%;
	margin: 0 100px 0 auto;
	background: #fff;
	padding: 50px 40px;
}

.recruit_heading div strong {
	font-size: 20px;
	color: #8DC21F;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #8DC21F;
	margin-bottom: 20px;
	line-height: 1.3;
}

.recruit_heading div strong span {
	font-size: 40px;
	margin-left: 10px;
}

.recruit_heading div p {
	font-size: 30px;
	margin-bottom: 10px;
}

.talent .recruit_heading div p {
	font-size: 20px;
}

.recruit_heading div>span span {
	font-size: 20px;
}

.talent_box01 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;
}

.talent_box01 .headline {
	font-size: 30px;
	color: #8DC200;
	margin-bottom: 30px;
	text-align: center;
}

.talent_box01 div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.talent_box01 div dl {
	max-width: 280px;
	width: 32%;
	margin: 0 1%;
}

.talent_box01 div dl dt {
	font-size: 20px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 3em;
	margin-bottom: 20px;
}

.talent_box02 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;
}

.talent_box02 .headline {
	font-size: 30px;
	color: #8DC200;
	margin-bottom: 30px;
	text-align: center;
}

.talent_box02 div p {
	margin-bottom: 20px;
}

.talent_box02 span {
	display: block;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}

.discu_mv {
	max-width: 1260px;
	width: 100%;
	display: block;
	margin: 0 auto 50px;
}

.discu_mv img {}

.discu_member {}

.discu_member strong {
	display: block;
	font-size: 20px;
	color: #8DC200;
	margin-bottom: 10px;
}

.discu_member ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 50px;
}

.discu_member ul li {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.discu_member ul li .photo {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}

.discu_member ul li .photo img {}

.discu_member ul li .txt {
	font-size: 20px;
	line-height: 1.3;
}

.discu_talk {
	margin-bottom: 100px;
}

.discu_talk .inbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 50px;
}

.discu_talk .inbox .txt {
	width: 55%;
}

.discu_talk .inbox .txt strong {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #8DC200;
}

.discu_talk .inbox .txt p {
	margin-bottom: 10px;
}

.discu_talk .inbox .photo {
	width: 40%;
}

.discu_talk .inbox .photo img {
	margin-bottom: 20px;
}

.interview_box {}

.interview_box .inbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
}

.interview_box .inbox .txt {
	width: 100%;
	max-width: 850px;
	margin: auto;
	padding: 50px;
}

.interview_box .inbox .txt .headline {
	text-align: center;
	font-size: 20px;
	color: #8DC21F;
	margin-bottom: 20px;
}

.interview_box .inbox .txt p {}

.interview_box .inbox .photo {
	display: block;
	min-width: 500px;
	width: 50%;
}

.interview_message {
	width: 100%;
	height: 350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 100px;
}

.kusazumi .interview_message {
	background: url(../img/kusazumi/kusazumi_message.jpg) no-repeat center/cover;
}

.ozaki .interview_message {
	background: url(../img/ozaki/ozaki_message.jpg) no-repeat center/cover;
}

.minamizaki .interview_message {
	background: url(../img/minamizaki/minamizaki_message.jpg) no-repeat center/cover;
}

.shibata .interview_message {
	background: url(../img/shibata/shibata_message.jpg) no-repeat center/cover;
}

.interview_message .headline {
	text-align: center;
	position: absolute;
	top: -20px;
	width: 100%;
	line-height: 1.3;
}

.interview_message .headline span {
	font-size: 30px;
	color: #8DC21F;
	display: block;
}

.interview_message div {
	max-width: 550px;
	width: 60%;
	margin: 0 auto 0 50px;
	padding: 50px 40px;
}

.interview_message div strong {
	font-size: 20px;
	display: block;
}

.recruit_link {}

.recruit_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 50px;
}

.recruit_link ul li {
	width: 32%;
	height: 220px;
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .3s;
}

.recruit_link ul li:hover {
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.recruit_link ul li {
	background: url(../img/kusazumi/kusazumi_main.jpg) no-repeat top left/auto 130%;
}

.recruit_link ul li.i_kusazumi {
	background: url(../img/kusazumi/kusazumi_main.jpg) no-repeat top left/auto 130%;
}

.kusazumi .recruit_link ul li.i_kusazumi {
	display: none;
}

.recruit_link ul li.i_ozaki {
	background: url(../img/ozaki/ozaki_main.jpg) no-repeat top left/auto 130%;
}

.ozaki .recruit_link ul li.i_ozaki {
	display: none;
}

.recruit_link ul li.i_minamizaki {
	background: url(../img/minamizaki/minamizaki_main.jpg) no-repeat top left/auto 130%;
}

.minamizaki .recruit_link ul li.i_minamizaki {
	display: none;
}

.recruit_link ul li.i_shibata {
	background: url(../img/shibata/shibata_main.jpg) no-repeat top left/auto 130%;
}

.shibata .recruit_link ul li.i_shibata {
	display: none;
}

.recruit_link ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	line-height: 1.3;
	padding-bottom: 10px;
}

.recruit_link ul li a p>span {
	font-size: 17px;
	display: block;
	width: 100%;
}

.recruit_link ul li a p>span span {
	font-size: 34px;
	margin-left: 10px;
}

.recruit_link ul li a p>strong {
	display: block;
	width: 100%;
}

.recruit_link ul li a p>strong span {
	font-size: 20px;
}

.rec_btn {
	font-size: 16px;
	color: #fff;
	background: #8DC200;
	width: 90%;
	max-width: 320px;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 50px;
	transition: .3s;
	border: 1px solid #8DC200;
}

.rec_btn:hover {
	color: #8DC200;
	background: #fff;
}

.recruit_info_box {
	max-width: 1260px;
	width: 100%;
	margin: auto;
}

.recruit_info_box .headline {
	width: 100%;
	padding: 10px;
	background: #F4F7FA;
	margin-bottom: 30px;
}

.recruit_info_box .headline strong {
	max-width: 900px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
}

.recruit_info_box .headline span {
	font-size: 20px;
	margin-right: 20px;
}

.recruit_info_box ol {
	max-width: 900px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto 50px;
}

.recruit_info_box ol li {
	width: 24%;
	max-width: 180px;
}

.recruit_info_box ol li strong {
	width: 100%;
	border: 2px solid #8DC200;
	text-align: center;
	padding: 20px;
	display: block;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.recruit_info_box ol li strong span {
	width: 100%;
	display: block;
	font-size: 20px;
	color: #8DC200;
}

.recruit_info_box ol li>span {
	max-width: 110px;
	height: 90px;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/*==================================================
$contact
==================================================*/
.contact_head {
	margin-bottom: 50px;
}

.contact_head p {
	font-size: 20px;
}

.contact_head p a {
	text-decoration: underline;
}

.contact_head p a:hover {
	text-decoration: none;
}

.contact_form {
	font-size: 20px;
}

.contact_form form table {
	border: none;
}

.contact_form form table tr.required th::after {
	content: '必須';
	color: #fff;
	background: #c00;
	margin-left: 20px;
	font-size: 14px;
	padding: 0 10px;
	display: inline-block;
}

.contact_form form table tr {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.contact_form form table tr:last-child {
	border: none;
}

.contact_form form table tr th {
	background: none;
	width: 25%;
	min-width: 300px;
	vertical-align: middle;
}

.contact_form form table tr td {
	font-size: 16px;
}

.contact_form form table tr td input.input01 {
	padding: 10px;
	width: 100%;
	max-width: 450px;
	border: none;
	background: #F4F7FA;
}

.contact_form form table tr td input.input01[name="address"] {
	margin-top: 10px;
}

.contact_form form table tr td textarea.textarea01 {
	padding: 10px;
	width: 100%;
	max-width: 450px;
	border: none;
	background: #F4F7FA;
}

.contact_form form .btn {
	background: #fff;
	cursor: pointer
}

.contact_form form .btn:hover {
	background: #8DC200;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/*==================================================
$news
==================================================*/
.news_area.under>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 100px;
}

.news_area.under .title {
	width: 100%;
}

.news_area.under .news_list {
	width: 75%;
	position: relative;
	padding-bottom: 50px;
}

.news_area.under ul li.hide {
	display: none;
}

.news_area.under .news_list .btn.more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.news_area.under .news_list .btn.more.hide {
	display: none;
}

.news_area.under .news_sidenav {
	width: 20%;
}

.news_area.under .news_sidenav dl {
	font-size: 16px;
	text-align: center;
}

.news_area.under .news_sidenav dl dt {
	border: 1px solid rgba(0, 0, 0, .5);
	padding: 10px;
}

.news_area.under .news_sidenav dl dd {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: .3s;
	background: #fff;
}

.news_area.under .news_sidenav dl dd:hover {
	background: #efefee;
}

.news_detail article {
	margin-bottom: 100px;
}

.news_detail article .data {
	font-size: 16px;
	opacity: .4;
}

.news_detail article .news_title {
	font-size: 30px;
	margin-bottom: 30px;
}

.news_detail article div img {
	margin-bottom: 20px;
}

.news_detail article div p {
	margin-bottom: 20px;
	font-size: 16px;
}

.news_detail article div strong {
	font-weight: bold;
}

.news_detail article div i {
	font-style: italic;
}

.news_detail article div ul,
.news_detail article div ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.news_detail article div ul li {
	list-style: disc;
	margin-bottom: 5px;
}

.news_detail article div ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

.news_detail article div ul li:last-child,
.news_detail article div ol li:last-child {
	margin-bottom: 0;
}