@charset "UTF-8";

section {
	margin-bottom: 100px;
}

section:last-child {
	margin-bottom: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.feature_cmnlink {
	margin: 0 auto;
	height: 50px;
	width: 300px;
	border: 1px solid #787878;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.feature_cmnlink::after {
	margin-left: 5px;
	height: 19px;
	width: 19px;
	display: inline-block;
	content: "";
	background-image: url(/assets/img/feature_vol25/clip-link_blank.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol25/pt-main-feature.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #E83428;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

.intro {
	text-align: center;
}

.intro_ttl {
	line-height: 1.2;
	position: relative;
	font-size: 45px;
	font-weight: normal;
}

.intro_text {
	margin-top: 30px;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}

.intro_link_item {
	height: 80px;
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #F2F2EF;
	transition: opacity 0.4s;
}

.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {}

.sechero {
	height: 400px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	margin: -40px auto 50px;
	height: 80px;
	line-height: 1;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.secttl::before,
.secttl::after {
	border-style: solid;
	border-width: 40px 20px;
	border-color: #000000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.secttl span {
	font-size: 30px;
	z-index: 10;
}

.characteristic .secttl,
.kaburazushi .secttl {
	background: #333333;
}

.characteristic .secttl::before,
.characteristic .secttl::after,
.kaburazushi .secttl::before,
.kaburazushi .secttl::after {
	border-color: #333333 transparent;
}

.sectxt {
	text-align: center;
}

.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}

.kind.-bggray {
	background-color: #F2F2EF;
}

.kind.-green::before {}

.kind.-orange::before {}

.characteristic .sechero {
	background-image: url(/assets/img/feature_vol25/pt-hero_characteristic@2x.jpg);
}

.characteristic_list {}

.characteristic_item {
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #707070;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.characteristic_item.-rev {
	flex-direction: row-reverse;
}

.characteristic_item:last-child {
	border-bottom: none;
}

.characteristic_item_detail {
	width: 100%;
	padding-right: 20px;
}

.-rev .characteristic_item_detail {
	padding-right: 0;
	padding-left: 20px;
}

.characteristic_item_detail_head {
	font-size: 45px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.characteristic_item_detail_head figure {
	position: relative;
}

.characteristic_item_detail_head figcaption {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.characteristic_item_detail_head h5 {
	padding-left: 20px;
}

.characteristic_item_detail_txt {
	margin-top: 10px;
}

.characteristic_item_img img {
	border-radius: 50%;
}

.kaburazushi .sechero {
	background-image: url(/assets/img/feature_vol25/pt-hero_kaburazushi@2x.jpg);
}

.kaburazushi_galttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.kaburazushi_gal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.kaburazushi_gal>li {
	margin-bottom: 20px;
	border: 1px solid #F2F2EF;
	box-sizing: border-box;
	background-color: #F2F2EF;
}

.kaburazushi_gal.-medium>li {
	width: 48%;
}

.kaburazushi_gal.-small>li {
	width: 32%;
}

.kaburazushi_gal_img>img {
	width: 100%;
	height: auto;
}

.kaburazushi_gal_desc {
	padding: 20px;
}

.kaburazushi_gal_desc .-company {
	line-height: 1.5;
	font-size: 24px;
}

.kaburazushi_gal_desc .-name {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

.kaburazushi_gal_desc_list {
	margin: 10px 0;
}

.kaburazushi_gal_desc_list li {
	padding: 5px 10px;
	border-top: 1px solid #DDDDDD;
}

.kaburazushi_gal_desc_list li:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.-small .kaburazushi_gal_desc_list li:last-child {
	border-bottom: none;
}

.kaburazushi_gal_desc_list li.-address::before {
	content: "住所：";
}

.kaburazushi_gal_desc_list li.-phone::before {
	content: "TEL：";
}

.kaburazushi_gal_desc_link {
	padding: 0 10px;
	line-height: 1.5;
}

.kaburazushi_gal_desc_link dd {
	padding-bottom: 10px;
}

.kaburazushi_gal_desc_link dd:last-child {
	padding-bottom: 0;
}

.kaburazushi_gal_desc_link dd a {
	text-decoration: underline;
	transition: opacity 0.3s;
}

.kaburazushi_gal_desc_link dd a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.interview .sechero {
	height: 500px;
	background-image: url(/assets/img/feature_vol25/pt-hero_interview@2x.jpg);
}

.interview {
	padding-bottom: 100px;
	background-color: #F2F2EF;
}

.interview_ttl {
	margin-top: -50px;
	text-align: center;
	color: #E5645B;
	font-size: 50px;
	font-weight: bold;
}

.interview_ttl span {
	position: relative;
}

.interview_ttl span::before,
.interview_ttl span::after {
	content: "";
	display: block;
	height: 60px;
	width: 0;
	border: 1px solid #E5645B;
	position: absolute;
	top: 50%;
}

.interview_ttl span::before {
	left: -30px;
	transform: translate(-50%, -50%) rotate(-30deg);
}

.interview_ttl span::after {
	right: -30px;
	transform: translate(-50%, -50%) rotate(30deg);
}

.interview_txt {
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	line-height: 1.5;
}

.interview_intro {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.interview_intro_img {
	width: 57.7%;
	margin-right: 60px;
}

.interview_intro_img img {
	max-width: 100%;
	height: auto;
}

.interview_intro_detail {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 25px 15px;
	margin-top: -60px;
}

.interview_intro_pro {
	font-size: 17px;
	line-height: 1.5;
}

.interview_intro_name {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 10px;
}

.interview_item {
	margin-top: 90px;
}

.interview_item_img img {
	max-width: 100%;
	height: auto;
}

.interview_item_ttl span {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	max-width: 780px;
	margin: -30px auto 0;
	background: #0D0606;
}

.interview_item_ttl span::before,
.interview_item_ttl span::after {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	font-size: 85px;
	display: inline-block;
	line-height: 1;
	color: #0D0606;
}

.interview_item_ttl span::before {
	content: "\e90e";
	left: -19.5px;
}

.interview_item_ttl span::after {
	content: "\e90f";
	right: -19.5px;
}

.interview_item_desc {
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	margin-top: 50px;
}

.interview_item_txt_cnt {
	margin-top: 30px;
	padding: 0 90px;
}

.interview_item_txt {
	line-height: 1.8;
}

.interview_item_txt:nth-child(n+2) {
	margin-top: 20px;
}

.interview_group {
	margin-top: 55px;
}

.interview_group:last-child {
	padding-bottom: 100px;
}

.interview_group_img {
	text-align: center;
}

.interview_group_txt_cnt {
	margin-top: 50px;
	padding: 0 90px;
}

.interview_group_txt {
	line-height: 1.8;
}

.interview_group_txt:nth-child(n+2) {
	margin-top: 20px;
}

.interview_pro {
	padding-top: 100px;
	border-top: 1px solid #DDD;
}

.interview_pro_col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.interview_pro_img_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.interview_pro_img {}

.interview_pro_img:last-child {
	margin-top: 20px;
}

.interview_pro_img img {
	max-width: 100%;
	height: auto;
}

.interview_pro_detail {
	width: 50%;
}

.interview_pro_txt {
	padding-bottom: 20px;
}

.interview_pro_txt.-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.interview_pro_txt.-flex>* {
	max-width: 240px;
	width: 100%;
}

.interview_pro_detail .feature_cmnlink {
	margin-left: 0;
	width: 250px;
}

.recipe {
	margin: 30px 0 100px;
}

.recipe_detail {
	text-align: center;
}

.recipe_desc {
	line-height: 1.9;
	margin-top: 25px;
}

.recipe_ttl {
	font-size: 30px;
}

.recipe_process li::before {
	content: "・";
}

.shokuneta {
	padding: 50px 0;
	background-color: #FCF9EC;
	text-align: center;
}

.shokuneta_ttl {
	margin-bottom: 50px;
}

.shokuneta_item {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #707070;
}

.shokuneta_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.shokuneta_item_img {
	padding-bottom: 20px;
}

.shokuneta_item_ttl {
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: bold;
}

.shokuneta_item_overview {
	margin: 50px auto 0;
	max-width: 600px;
	width: 100%;
	text-align: left;
}

.shokuneta_item_overview dt {
	width: 4em;
	float: left;
	clear: both;
}

.shokuneta_item_overview dd {
	margin-left: 4em;
}

.shokuneta_item .feature_cmnlink {
	margin-top: 30px;
}

.shokuneta_list_inquily {
	margin: 30px auto 0;
	max-width: 500px;
	width: 100%;
	text-align: left;
}

.shokuneta_list_inquily .-contact::before {
	content: "問合せ先：";
}

.shokuneta_list_inquily .-phone::before {
	content: "TEL：";
}

.shokuneta_list_inquily .-mail::before {
	content: "E-mail：";
}

@media screen and (max-width:999px) {
	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.intro_ttl {
		font-size: 32px;
	}

	.sechero {
		height: 300px;
	}

	.secttl {
		margin-top: -35px;
		max-width: 600px;
		height: 70px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 35px 17.5px;
	}

	.secttl span {
		font-size: 24px;
	}

	.interview .sechero {
		height: 400px;
	}

	.interview_item_ttl span {
		max-width: 650px;
		font-size: 25px;
	}

	.interview_item_ttl span::before,
	.interview_item_ttl span::after {
		font-size: 77px;
	}

	.interview_item_ttl span::before {
		left: -17.5px;
	}

	.interview_item_ttl span::after {
		right: -18px;
	}

	.interview_pro {
		padding-top: 40px;
	}

	.interview_pro_col {
		display: block;
	}

	.interview_pro_img_cnt {
		width: 100%;
		flex-direction: row;
	}

	.interview_pro_img {
		text-align: center;
	}

	.interview_pro_img:last-child {
		margin-top: 0;
	}

	.interview_pro_detail {
		width: 100%;
		margin-top: 30px;
	}

	.interview_pro_txt_cnt {
		margin-top: 20px;
	}

	.interview_pro_txt {
		line-height: 1.8;
	}

	.interview_pro_txt.-flex {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}

	.interview_pro_txt.-flex>* {
		max-width: none;
	}

	.interview_pro_txt.-flex>figure {
		text-align: center;
	}

	.interview_pro_detail .feature_cmnlink {
		margin-left: auto;
	}

}

@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 79px;
		height: 79px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.intro_ttl {
		font-size: 24px;
	}

	.intro_text {
		margin-top: 18px;
	}

	.intro_link {
		margin-top: 20px;
	}

	.intro_link_item {
		height: 40px;
		width: 100%;
		margin-bottom: 20px;
	}

	.intro_link_item:last-child {
		margin-bottom: 0;
	}

	.intro_link_item_txt {
		font-size: 13px;
	}

	.sechero {
		height: 200px;
	}

	.secttl {
		margin-top: -30px;
		max-width: 500px;
		height: 60px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 30px 15px;
	}

	.secttl span {
		font-size: 20px;
	}

	.interview .sechero {
		height: 300px;
	}

	.interview_txt {
		padding-top: 50px;
	}

	.interview_intro {
		display: block;
		margin-top: 40px;
		text-align: center;
	}

	.interview_intro_img {
		width: 100%;
		margin-right: 0;
	}

	.interview_intro_detail {
		width: 230px;
		margin: 35px auto 0;
	}

	.interview_intro_pro {
		font-size: 15px;
	}

	.interview_intro_name {
		font-size: 20px;
		margin-top: 5px;
	}

	.interview_item {
		margin-top: 40px;
	}

	.interview_item_desc {
		font-size: 18px;
		margin-top: 30px;
	}

	.interview_item_txt_cnt {
		padding: 0;
		margin-top: 25px;
	}

	.interview_group {
		margin-top: 30px;
	}

	.interview_group:last-child {
		padding-bottom: 40px;
	}

	.interview_group_txt_cnt {
		padding: 0;
		margin-top: 40px;
	}

	.recipe {
		margin: 20px 0 40px;
	}

	.recipe_cnt {
		display: block;
	}

	.recipe_detail {
		width: 100%;
	}

	.recipe_ttl {
		margin-top: 22px;
	}

	.recipe_desc {
		line-height: 1.8;
		margin-top: 20px;
	}

}

@media screen and (max-width:640px) {
	.sechero {
		height: 150px;
	}

	.secttl {
		max-width: calc(100% - 30px);
	}

	.characteristic_item {
		flex-direction: column !important;
		justify-content: center;
		align-items: center;
	}

	.characteristic_item_detail {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.kaburazushi_gal {
		flex-direction: column;
	}

	.kaburazushi_gal li {
		width: 100% !important;
	}

	.interview .sechero {
		height: 200px;
	}

	.shokuneta_item_ttl {
		font-size: 18px;
	}

}