@charset "UTF-8";

/* 共通クラス */
li {
	list-style: none;
}

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

.u-mincho.-min {
    font-family: "游明朝", YuMincho
}
.gBody * {
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol32/bg-main@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #C1443E;
	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;
}

th,td {
	font-weight: normal;
}

/* ここから */
.intro {
	margin: 0 auto 50px;
	max-width: 1010px;
	padding: 0 20px;
	text-align: center;
}

.intro_ttl {
	line-height: 1;
	font-size: 0;
}

.intro_text {
	margin-top: 30px;
	text-align: left;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
	gap:10px 20px;
}

.intro_link_item {
	width: 300px;
	/*margin: 0 10px;*/
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #882849;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px;
}

.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	/*background: #882849;*/
	/*background: linear-gradient(135deg, transparent 5px, #F2F2EE 0) top left, linear-gradient(-135deg, transparent 5px, #F2F2EE 0) top right, linear-gradient(-45deg, transparent 5px, #F2F2EE 0) bottom right, linear-gradient(45deg, transparent 5px, #F2F2EE 0) bottom left;*/
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#FFF;
}

.cettification {
	background: radial-gradient(#E6D5B9,90%,#DEC8A4);
	text-align: center;
	padding: 70px 140px;
	margin-bottom: 90px;
	position: relative;
	z-index: 1;
}
.cettification::before {
	content: "";
	background-image: url(../img/feature_vol32/ambassador01@2x.png);
	position: absolute;
	width: 158px;
	height: 184px;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0%;
	bottom: 0;
	z-index: 2;
}
.cettification h3 {
	font-size: 30px;
	color: #83653C;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin-bottom: 45px;
}
.certificaiton_cnt {
}
.certificaiton_cnt ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.logo_inner {
	margin:  0 auto;
	padding: 0 20px;
	max-width: 1160px;
}
.logo .logo_cnt {
	padding: 37px 59px;
	border: solid 1px #CECECE;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	max-width: 1160px;
	margin: 0 auto 124px;
}
.logo_img {
	text-align: center;
}
.logo_txt h4 {
	font-size: 20px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin-bottom: 20px;
	font-weight: normal;
}
.interview {
	margin-bottom: 40px;
}
.interview_inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px;
}
.interview_intro {
	display: flex;
	justify-content: center;
	gap: 158px;
	margin-bottom: 83px;
}
.interview_cnt_img {
	position: relative;
}
.interview_cnt_img img {
	width: 100%;
    height: auto;
    max-width: 940px;
}
.interview_name {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 35px;
	font-size: 16px;
	;line-height: 32px;
}
.interview_name .big {
	font-size: 25px;
	margin: 0 20px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
}
.interview_cnt_ttl {
	font-size: 32px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 40px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
	position: relative;
}
.interview_cnt_ttl::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../img/feature_vol32/interview_diamond.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 1%;
	transform: translateX(50%);
	right: 50%;
}
.interview_txt {
	text-align: center;
}
.interview_txt h3 {
	font-size: 24px;
	margin-bottom: 64px;
	position: relative;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
}
.interview_txt h3::after {
	content: '';
	border-bottom: solid 1px #C1443E;
	width: 50px;
	position: absolute;
	transform: translateX(50%);
	right: 50%;
	top: 160%;
}
.interview_txt p {
	font-size: 15px;
	text-align: left;
}

.feature {
	background-color: #f8f8f0;
	padding-top: 64px;
	padding-bottom: 10px;
}
.feature_ttl,
.thought_ttl,
.thandling_ttl,
.store_ttl {
	font-size: 24px;
	margin-bottom: 84px;
	position: relative;
	text-align: center;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
}
.feature_ttl::after,
.thought_ttl::after,
.thandling_ttl::after,
.store_ttl::after {
	content: '';
	border-bottom: solid 1px #C1443E;
	width: 50px;
	position: absolute;
	transform: translateX(50%);
	right: 50%;
	top: 160%;
}
.feature_inner {
	max-width: 990px;
	padding: 0 30px;
	margin: 0 auto;
}
.feature_part {
	display: flex;
	justify-content: center;
	gap: 90px;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.feature_part.-part01::before {
	content: "";
	background-image: url(../img/feature_vol32/ambassador03@2x.png);
	position: absolute;
	width: 310px;
	height: 217px;
	background-size: cover;
	background-repeat: no-repeat;
	right: -18%;
	bottom: -15%;
	z-index: 2;
}
.feature_part.-part02::before {
	content: "";
	background-image: url(../img/feature_vol32/ambassador02@2x.png);
	position: absolute;
	width: 209px;
	height: 202px;
	background-size: cover;
	background-repeat: no-repeat;
	left: -8%;
	bottom: -10%;
	z-index: 2;
}
.feature_part_img img {
	width: 100%;
	height: auto;
	max-width: 560px;
	min-width: 560px;
}
.number {
	color: #C1443E;
	font-size: 19px;
	margin-bottom: 35px;
	line-height: 17px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
	position: relative;
}
.number::after {
	content: '';
	border-bottom: solid 1px #C1443E;
	width: 50px;
	position: absolute;
	transform: translateY(50%);
	top: 50%;
	left: 25%;
}

.part_ttl {
	font-size: 22px;
	margin-bottom: 35px;
	line-height: 32px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
}

.thought {
	background-color: #f8f8f0;
	padding-bottom: 60px;
}
.thought_inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 30px;
}

.thought_img {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 50px;
}
.thought_img img {
	width: 100%;
	height: auto;
	max-width: 560px;
}
.handling {
	padding-top: 64px;
	padding-bottom: 84px;
}
.handling_inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 30px;
}

.handling_cnt {
	background-color: #C1443E;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    max-width: 580px;
    margin: 0 auto;
}
.handling_cnt_txt {
	color: #fff;
	outline: 2px solid rgb(255, 255, 255);
	margin: 0 10px;
	padding: 10px 0;
}
/* .handling_cnt tr {
	border-bottom: solid 1px #CECECE;
}
.handling_cnt tr:first-child {
	border-top: solid 1px #CECECE;
}
.handling_cnt th {
	background-color: #C1443E;
	color: #fff;
	padding: 25px 106px;
	width: 3em;
}
.handling_cnt td {
	padding: 25px 40px;
} */

.store_inner {
	max-width:1020px;
	margin: 0 auto;
	padding: 0 30px;
}
.store_info {
	display: flex;
	justify-content: start;
	gap: 183px;
	margin-bottom: 70px;
}
.store_info_ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: normal;
	font-size: 24px;
}
.store_info dl {
	display: flex;
	gap: 20px;
}
.store_info dt {
	width: 6em;
    text-align: left;
}
.store_info dd {
	width: 276px;
}
.store_img img {
	width: 100%;
	height: auto;
}
.to_map {
	color: #CECECE;
	text-decoration: underline;
	margin-left: 5px;
	position: relative;
}
.to_map::after {
	content: '';
	width: 8px;
	height: 8px;
	background-image: url(../img/feature_vol32/to_map.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: -13px;
	bottom: 0;
}



.view_hero_txt{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.view_hero_txt figcaption{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.view_hero_txt figcaption:before{
	background-image: url(/assets/img/feature_vol31/icn-left.png);
}
.view_hero_txt figcaption:after{
	background-image: url(/assets/img/feature_vol31/icn-right.png);
}
.view_hero_txt figcaption:before,.view_hero_txt figcaption:after{
	content: "";
    display: block;
    width: 26px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.view_hero_img{
	text-align: center;
}

@media screen and (max-width:1050px) {
	.cettification::before {
		width: 128px;
		height: 154px;
	}
	.feature_part_img img {
		min-width: 450px;
	}
	.store_info {
		gap: 0px;
	}
}

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

	img.vis-sp {
		margin: auto;
	}

	.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;
	}

	.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;
	}

	/* ここから */
	.cettification {
		padding: 50px 25px;
		margin-bottom: 30px;
	}
	.cettification h3 {
		font-size: 22px;
	}
	.certificaiton_cnt ul {
		display: grid;
		gap: 15px;
		justify-content: center;
	}
	.cettification::before {
		width: 98px;
		height: 114px;
	}
	.feature_part.-part01::before {
		width: 231px;
		height: 173px;
		right: 2%;
		bottom: 18%;
	}
	.feature_part.-part02::before {
		width: 165px;
		height: 181px;
		left: unset;
		right: 10%;
		bottom: 15%;
	}

	.logo .logo_cnt {
		display: grid;
		padding: 20px;
		margin-bottom: 30px;
		gap: 20px;
	}
	.logo_txt h4 {
		text-align: center;
		font-size: 18px;
	}

	.feature_ttl, .thought_ttl, .thandling_ttl, .store_ttl {
		margin-bottom: 54px;
	}
	.feature_ttl::after, .thought_ttl::after, .store_ttl::after {
		top: 140%;
	}
	.thandling_ttl::after {
		top: 120%;
	}

	.interview {
		margin-bottom: 20px;
	}
	.interview_intro {
		display: grid;
		gap: 15px;
		margin-bottom: 30px;
	}
	.interview_cnt_img {
		order: 2;
	}
	.interview_cnt_ttl {
		order: 1;
		writing-mode: unset;
		padding-left: 40px;
		padding-top: 0px;
		font-size: 20px;
	}
	.interview_txt h3 {
		margin-bottom: 54px;
	}
	.interview_txt h3::after {
		top: 140%;
	}

	.interview_cnt_ttl::before {
		bottom: 50%;
		transform: translateY(50%);
		right: 95%;
	}
	.interview_name {
		position: unset;
		font-size: 13px;
		text-align: right;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 15px;
	}
	.interview_name .big {
		font-size: 20px;

	}

	.feature {
		padding-top: 20px;
	}
	.feature_part {
		margin-bottom: 40px;
	}

	.feature_part_txt img {
		margin-bottom: 20px;
	}
	.number {
		margin-bottom: 15px;
	}
	.number::after {
		left: 18%;
	}
	.part_ttl {
		margin-bottom: 15px;
	}

	.thought {
		padding-bottom: 20px;
	}
	.thought_img {
		display: grid;
		gap: 10px;
	}

	.handling {
		padding-bottom: 0px;
		padding-top: 20px;
	}
	.handling_cnt tr {
		display: grid;
	}
	.handling_cnt th {
		width: unset;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.handling_cnt td {
		padding-right: 0px;
		padding-left: 0px;
	}
	.handling_cnt tr,
	.handling_cnt tr:first-child {
		border: none;
	}
	.handling_inner {
		margin-bottom: 40px;
	}

	.store_info {
		display: grid;
		gap: 20px;
	}
	.store_info_ttl {
		font-size: 18px;
	}

}

@media screen and (max-width:600px) {
	.feature_part.-part01::before {
		right: -13%;
		bottom: 28%;
	}
	.feature_part.-part02::before {
		left: unset;
		right: -3%;
		bottom: 21%;
	}
	.feature_part_txt img {
		min-width: unset;
	}
	.part_ttl {
		font-size: 15px;
	}
	.number::after {
		width: 30px;
	}
}

@media screen and (max-width:450px) {
	.feature_part.-part01::before {
		width: 191px;
		height: 143px;
		right: -8%;
		bottom: 31%;
	}
	.feature_part.-part02::before {
		width: 139px;
		height: 151px;
		right: -7%;
		bottom: 27%;
	}
	.number::after {
		left: 24%;
	}
}
@media screen and (max-width:390px) {
	.feature_part.-part01::before {
		bottom: 38%;
	}
}