@charset "UTF-8";


/* ---------------------------------------
  共通
-----------------------------------------*/
.pagettl {
	width: 100%;
	padding: 0 8%;
	background-color: #dcc8a4;
}

/* ---------------------------------------
  共通
-----------------------------------------*/
.secttl2 .ttl.en {
	display: inline-block;
	position: relative;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	line-height: .8;
	padding: 22px 51px;
}

.secttl2 .ttl.ja {
	display: inline-block;
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.secttl2 .ttl.en::before,
.secttl2 .ttl.en::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/common/kakko.png) no-repeat center / 100% auto;
	position: absolute;
}

.secttl2 .ttl.en::before {
	left: 0;
	top: 0;
}

.secttl2 .ttl.en::after {
	transform: scale(-1, -1);
	bottom: 0;
	right: 0;
}

.secttl2 .txt {
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	margin-left: 2em;
}

@media screen and (max-width: 768px) {
	.secttl2 {
		text-align: center;
	}

	.secttl2 .ttl.en {
		font-size: 6.93vw;
		padding: 4vw 9.6vw;
	}

	.secttl2 .ttl.ja {
		font-size: 5.6vw;
	}

	.secttl2 .ttl.en::before,
	.secttl2 .ttl.en::after {
		width: 2.66vw;
		height: 2.66vw;
	}


	.secttl2 .txt {
		display: block;
		font-size: 4.4vw;
		line-height: 1.9;
		margin-left: 0;
		margin-top: .75em;
	}
}

/* ---------------------------------------
  sec_initiatives
-----------------------------------------*/

#sec_initiatives .bg {
	position: relative;
	background-color: #dcc8a4;
	background-image: none;
}

#sec_initiatives .bg::before {
	content: "";
	width: 100%;
	height: 522px;
	background-image: url(../img/common/bg_stripe.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

#sec_initiatives .inner {
	display: flex;
	justify-content: space-between;
	padding: 130px 0 54px;
}

#sec_initiatives .secttl.is-show .border {
	max-height: 520px;
}

#sec_initiatives .cntblock {
	width: 1048px;
	display: flex;
	align-items: flex-start;
}

#sec_initiatives .cntblock .txtwrap {
	width: 558px;
	min-height: 575px;
	background-color: #fff;
	padding: 50px;
	position: relative;
	margin-top: 24px;
	z-index: 1;
}

#sec_initiatives .cntblock .txtwrap::before,
#sec_initiatives .cntblock .txtwrap::after {
	content: "";
	position: absolute;
	background-color: #000;
}

#sec_initiatives .cntblock .txtwrap::before {
	width: 1px;
	height: 16px;
	left: 0;
	top: -4px;
}

#sec_initiatives .cntblock .txtwrap::after {
	width: 16px;
	height: 1px;
	left: -4px;
	top: 0;
}

#sec_initiatives .cntblock .txtwrap .ttl {
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 2.5em;
}

#sec_initiatives .cntblock .txtwrap .midashi {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 1.5em;
}

#sec_initiatives .cntblock .txtwrap .txt {
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.125;
}

#sec_initiatives .cntblock .imgwrap {
	width: 525px;
	margin-left: -34px;
}

#sec_initiatives .cntblock .imgwrap .img + .img {
	margin-top: 26px;
}

#sec_initiatives .feature {
	background: #fff;
	padding: 90px 0 94px;
}

#sec_initiatives .feature_list {
	display: flex;
	flex-wrap: wrap;
}

#sec_initiatives .feature_list .item {
	width: 368px;
}

#sec_initiatives .feature_list .item .img,
#sec_initiatives .feature_list .item .img img {
	width: 100%;
}

#sec_initiatives .feature_list .item .num {
	line-height: 1;
	margin: 1em 0;
	position: relative;
	padding-left: 5em;
}

#sec_initiatives .feature_list .item .num::before {
	content: "";
	width: 4em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: .4em;
}

#sec_initiatives .feature_list .item .ttl {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: .6em 0;
}

#sec_initiatives .feature_list .item .txt {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.02em;
	text-align: justify;
}

@media screen and (min-width: 769px) {
	#sec_initiatives .feature_list .item + .item:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
}

@media screen and (max-width: 768px) {

	#sec_initiatives .bg::before {
		height: 168.26vw;
		background-size: 2.133vw auto;
	}

	#sec_initiatives .inner {
		padding: 12vw 0 13.33vw;
	}

	#sec_initiatives .cntblock {
		width: 100%;
		display: block;
	}

	#sec_initiatives .cntblock .txtwrap {
		width: 100%;
		min-height: inherit;
		padding: 8vw;
		margin-top: 0;
	}


	#sec_initiatives .cntblock .txtwrap::before {
		height: 3.2vw;
		top: -.8vw;
	}

	#sec_initiatives .cntblock .txtwrap::after {
		width: 3.2vw;
		left: -.8vw;
	}

	#sec_initiatives .cntblock .txtwrap .ttl {
		font-size: 4.8vw;
		margin-bottom: 1.5em;
	}

	#sec_initiatives .cntblock .txtwrap .midashi {
		font-weight: bold;
		font-size: 4vw;
		margin-bottom: 1.6em;
	}

	#sec_initiatives .cntblock .txtwrap .txt {
		font-size: 3.2vw;
	}

	#sec_initiatives .cntblock .imgwrap {
		width: 100%;
		margin-left: 0;
		margin-top: 4vw;
	}

	#sec_initiatives .cntblock .imgwrap .img + .img {
		margin-top: 4vw;
	}

	#sec_initiatives .feature {
		padding: 10vw 0 12.5vw;
	}

	#sec_initiatives .feature_list .item {
		width: 100%;
	}

	#sec_initiatives .feature_list .item + .item {
		margin-top: 8vw;
	}

	#sec_initiatives .feature_list .item .ttl {
		font-size: 4vw;
	}

	#sec_initiatives .feature_list .item .txt {
		font-size: 3.2vw;
	}

}


/* ---------------------------------------
  sec_works
-----------------------------------------*/
#sec_works {
	padding: 0 0 65px;
}

#sec_works .secttl {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	top: -.38em;
	margin-bottom: -.38em;
}

#sec_works .secttl .ttl {
	padding: 0;
	padding-right: 20px;
}

#sec_works .secttl .border {
	width: 100px;
	height: 1px;
	min-height: inherit;
}

#sec_works .secttl .border:after {
	left: calc(100% - 3px);
	bottom: -3px;
}

#sec_works .secttl.is-show .border {
	width: 100%;
}

#sec_works .subttl {
	font-weight: 700;
	font-size: 1.6rem;
	position: relative;
	margin-top: 25px;
	padding-left: 23px;
	line-height: 1;
}

#sec_works .subttl::before {
	content: "";
	width: .8em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: .4em;
}

#sec_works .works_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

#sec_works .works_list .item {
	width: 282px;
	margin-bottom: 65px;
}

#sec_works .works_list .item a {
	display: block;
}

#sec_works .works_list .item a:hover {
	opacity: .8;
}

#sec_works .works_list .item .img,
#sec_works .works_list .item .img img {
	width: 100%;
}


#sec_works .works_list .item .cate {
	line-height: 1;
	margin: 10px 0 5px;
}

#sec_works .works_list .item .cate span {
	display: inline-block;
	font-size: 1.4rem;
	height: 23px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 .4em;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sec_works .works_list .item .cate span.cate_p {
	background-color: #000;
}

#sec_works .works_list .item .cate span.cate_c {
	background-color: #cdb07c;
}

#sec_works .works_list .item .date {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: .6em;
}

#sec_works .works_list .item .worksttl {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.04em;
	text-align: justify;
}

#sec_works .btn a {
	width: 242px;
}

#sec_works .btn a::before {
	width: 70px;
}

#sec_works .btn a::after {
	left: 70px;
}

#sec_works .btn a > span {
	padding: 0 20px;
}

/*IE*/
.ie #sec_works .works_list .item .cate span:not(.en) {
	line-height: 28px;
}

@media screen and (min-width: 769px) {
	#sec_works .works_list .item + .item:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
}

@media screen and (max-width: 768px) {
	#sec_works {
		padding: 0 0 13.33vw;
	}

	#sec_works .secttl .ttl {
		padding-right: 6vw;
	}

	#sec_works .secttl .border {
		width: 100px;
		height: 1px;
		min-height: inherit;
	}

	#sec_works .secttl .border:after {
		left: calc(100% - 1.4vw);
		bottom: 0;
		margin-top: -.7vw;
	}

	#sec_works .secttl.is-show .border {
		width: 100%;
	}

	#sec_works .subttl {
		font-size: 3.2vw;
		margin-top: 1.2em;
		padding-left: 1.2em;
	}

	#sec_works .subttl::before {
		top: .36em;
	}

	#sec_works .works_list {
		margin-top: 8vw;
	}

	#sec_works .works_list .item {
		width: 48%;
		margin-bottom: 9.33vw;
	}

	#sec_works .works_list .item + .item:not(:nth-child(odd)) {
		margin-left: 4%;
	}

	#sec_works .works_list .item .cate {
		margin: 3.2vw 0 2.6vw;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#sec_works .works_list .item .cate span {
		width: auto;
		font-size: 2.8vw;
		height: 4.6vw;
		line-height: 4.6vw;
		padding: 0 .4em;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sec_works .works_list .item .cate span + span {
		margin-top: 2vw;
	}

	#sec_works .works_list .item .date {
		font-size: 3.2vw;
	}

	#sec_works .works_list .item .worksttl {
		font-size: 3.06vw;
	}

	#sec_works .btn a {
		width: 54vw;
	}

	#sec_works .btn a::before {
		width: 21vw;
	}

	#sec_works .btn a::after {
		left: 21vw;
	}

	#sec_works .btn a > span {
		padding: 0 4.6vw;
	}

}

/* ---------------------------------------
  sec_media
-----------------------------------------*/
#sec_media {
	padding: 0 0 100px;
}

#sec_media .secttl {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

#sec_media .secttl .ttl {
	padding: 0;
	padding-right: 20px;
}

#sec_media .secttl .border {
	width: 100px;
	height: 1px;
	min-height: inherit;
}

#sec_media .secttl .border:after {
	left: calc(100% - 3px);
	bottom: -3px;
}

#sec_media .secttl.is-show .border {
	width: 100%;
}

#sec_media .subttl {
	font-weight: 700;
	font-size: 1.6rem;
	position: relative;
	margin-top: 25px;
	padding-left: 23px;
	line-height: 1;
}

#sec_media .subttl::before {
	content: "";
	width: .8em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: .4em;
}

#sec_media .media_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

#sec_media .media_list .item {
	width: 282px;
	margin-bottom: 65px;
}

#sec_media .media_list .item a {
	display: block;
}

#sec_media .media_list .item a:hover {
	opacity: .8;
}

#sec_media .media_list .item .img,
#sec_media .media_list .item .img img {
	width: 100%;
}


#sec_media .media_list .item .cate {
	line-height: 1;
	margin: 10px 0 5px;
}

#sec_media .media_list .item .cate span {
	display: inline-block;
	font-size: 1.4rem;
	height: 23px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 .4em;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sec_media .media_list .item .cate span.cate_p {
	background-color: #000;
}

#sec_media .media_list .item .cate span.cate_c {
	background-color: #cdb07c;
}

#sec_media .media_list .item .date {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: .6em;
}

#sec_media .media_list .item .mediattl {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.04em;
	text-align: justify;
}

#sec_media .btn a {
	width: 242px;
}

#sec_media .btn a::before {
	width: 70px;
}

#sec_media .btn a::after {
	left: 70px;
}

#sec_media .btn a > span {
	padding: 0 20px;
}

/*IE*/
.ie #sec_media .media_list .item .cate span:not(.en) {
	line-height: 28px;
}

@media screen and (min-width: 769px) {
	#sec_media .media_list .item + .item:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
}

@media screen and (max-width: 768px) {
	#sec_media {
		padding: 0 0 13.33vw;
	}

	#sec_media .secttl .ttl {
		padding-right: 6vw;
	}

	#sec_media .secttl .border {
		width: 100px;
		height: 1px;
		min-height: inherit;
	}

	#sec_media .secttl .border:after {
		left: calc(100% - 1.4vw);
		bottom: 0;
		margin-top: -.7vw;
	}

	#sec_media .secttl.is-show .border {
		width: 100%;
	}

	#sec_media .subttl {
		font-size: 3.2vw;
		margin-top: 1.2em;
		padding-left: 1.2em;
	}

	#sec_media .subttl::before {
		top: .36em;
	}

	#sec_media .media_list {
		margin-top: 8vw;
	}

	#sec_media .media_list .item {
		width: 48%;
		margin-bottom: 9.33vw;
	}

	#sec_media .media_list .item + .item:not(:nth-child(odd)) {
		margin-left: 4%;
	}

	#sec_media .media_list .item .cate {
		margin: 3.2vw 0 2.6vw;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#sec_media .media_list .item .cate span {
		width: auto;
		font-size: 2.8vw;
		height: 4.6vw;
		line-height: 4.6vw;
		padding: 0 .4em;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sec_media .media_list .item .cate span + span {
		margin-top: 2vw;
	}

	#sec_media .media_list .item .date {
		font-size: 3.2vw;
	}

	#sec_media .media_list .item .mediattl {
		font-size: 3.06vw;
	}

	#sec_media .btn a {
		width: 54vw;
	}

	#sec_media .btn a::before {
		width: 21vw;
	}

	#sec_media .btn a::after {
		left: 21vw;
	}

	#sec_media .btn a > span {
		padding: 0 4.6vw;
	}

}

/* ---------------------------------------
  sec_faq
-----------------------------------------*/
#sec_faq {
	padding: 65px 0 115px;
	background-color: #f2f2f2;
}

#sec_faq .faq_block {
	margin-top: 156px;
}

#sec_faq .faq_block:first-of-type {
	margin-top: 100px;
}

#sec_faq .faq_block .q_txt {
	width: 866px;
	margin: 0 auto;
	position: relative;
	padding: 0 54px;
	display: flex;
	z-index: 1;
	transform: translateY(-50%);
}

#sec_faq .faq_block .q_txt::before,
#sec_faq .faq_block .q_txt::after {
	content: '';
	width: 14px;
	height: 28px;
	background-image: url(../img/bim/part_kakko01.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 29px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#sec_faq .faq_block .q_txt::before {
	left: -9px;
}

#sec_faq .faq_block .q_txt::after {
	right: -9px;
	transform: scale(-1, 1)translateY(-50%);
}

/* 左カッコ */
#sec_faq .faq_block .q_txt .kakko-left {
	left: 0;
}

#sec_faq .faq_block .q_txt .kakko-left::before,
#sec_faq .faq_block .q_txt .kakko-left::after {
	content: '';
	border-left: 5px solid black;
	height: calc(50% - 25px);
	left: 0;
	position: absolute;
}

#sec_faq .faq_block .q_txt .kakko-left::before {
	top: 14px;
}

#sec_faq .faq_block .q_txt .kakko-left::after {
	bottom: 14px;
}

#sec_faq .faq_block .q_txt .kakko-left span {
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#sec_faq .faq_block .q_txt .kakko-left span::before,
#sec_faq .faq_block .q_txt .kakko-left span::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(../img/bim/part_kakko02.svg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sec_faq .faq_block .q_txt .kakko-left span::before {
	top: 0;
}

#sec_faq .faq_block .q_txt .kakko-left span::after {
	bottom: 0;
	transform: scale(1, -1);
}

/* 右カッコ */
#sec_faq .faq_block .q_txt .kakko-right {
	right: 0;
}

#sec_faq .faq_block .q_txt .kakko-right::before,
#sec_faq .faq_block .q_txt .kakko-right::after {
	content: '';
	border-right: 5px solid black;
	height: calc(50% - 25px);
	right: 0;
	position: absolute;
}

#sec_faq .faq_block .q_txt .kakko-right::before {
	top: 14px;
}

#sec_faq .faq_block .q_txt .kakko-right::after {
	bottom: 14px;
}

#sec_faq .faq_block .q_txt .kakko-right span {
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#sec_faq .faq_block .q_txt .kakko-right span::before,
#sec_faq .faq_block .q_txt .kakko-right span::after {
	right: 0;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(../img/bim/part_kakko02.svg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sec_faq .faq_block .q_txt .kakko-right span::before {
	top: 0;
	transform: scale(-1, 1);
}

#sec_faq .faq_block .q_txt .kakko-right span::after {
	bottom: 0;
	transform: scale(-1, -1);
}



#sec_faq .faq_block .q_txt .txt {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.8;
	padding-left: 100px;
	padding-right: 38px;
	position: relative;
	min-height: 111px;
	display: flex;
	align-items: center;
}

#sec_faq .faq_block .q_txt .txt::before {
	content: "Q.";
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	line-height: 1;
	font-size: 5.3rem;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}


#sec_faq .faq_block .box {
	position: relative;
	background-color: #fff;
	padding: 80px 204px 70px;
	padding: 0 204px 70px;
	/*	margin-top: -55px;*/
	background:
		linear-gradient(135deg, transparent 14px, #fff 0),
		linear-gradient(315deg, transparent 14px, #fff 0);
	background-position: top left, bottom right;
	background-size: 100% 50%;
	background-repeat: no-repeat;
}

#sec_faq .faq_block .box::before,
#sec_faq .faq_block .box::after {
	content: "";
	width: 1px;
	height: 42px;
	background-color: #000;
	position: absolute;
	transform: rotate(45deg);
}

#sec_faq .faq_block .box::before {
	left: 8px;
	top: -12px;
}

#sec_faq .faq_block .box::after {
	right: 8px;
	bottom: -12px;
}


#sec_faq .faq_block .a_txt {
	margin: 25px auto 0;
	position: relative;
	display: flex;
	z-index: 1;
}

#sec_faq .faq_block .a_txt .txt {
	font-size: 1.6rem;
	line-height: 2.125;
	padding-left: 100px;
	padding-right: 38px;
	position: relative;
	margin-bottom: 2em;
}

#sec_faq .faq_block .a_txt .txt::before {
	content: "A.";
	font-family: 'Jost', sans-serif;
	color: #cdb07c;
	font-weight: normal;
	font-size: 5.3rem;
	line-height: 1;
	position: absolute;
	left: 14px;
	top: 0;
}

#sec_faq .faq_block .a_txt .txt a {
	text-decoration: underline;
}

#sec_faq .faq_block .a_txt .txt a:hover {
	opacity: .7;
}

#sec_faq .faq_block .box .cnt .txt {
	line-height: 2.125;
	letter-spacing: 0.075em;
	text-align: justify;
}

#sec_faq .faq_block .box .cnt .col2 {
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec_faq .faq_block .box .cnt .col2 > * {
	width: 384px;
}

#sec_faq .faq_block .box .cnt .col2 .item .txt {
	margin-top: 1.5em;
	padding-right: 1em;
}

#sec_faq .faq_block .box .cnt .video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

#sec_faq .faq_block .box .cnt .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 13.33vw 0 18vw;
	}

	#sec_faq .faq_block {
		margin-top: 16vw;
	}

	#sec_faq .faq_block:first-of-type {
		margin-top: 16vw;
	}

	#sec_faq .faq_block .q_txt {
		width: 68vw;
		padding: 0 9.3vw 0;
		display: block;
		transform: translateY(-11vw);
		margin-bottom: -11vw;
	}


	#sec_faq .faq_block .q_txt .txt {
		font-size: 4vw;
		padding: 14.6vw 0 5vw 0;
		min-height: inherit;
		display: block;
	}

	#sec_faq .faq_block .q_txt .txt::before {
		font-size: 10.6vw;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translatex(-50%);
	}


	#sec_faq .faq_block .box {
		padding: 0 8vw 8vw;
		background:
			linear-gradient(135deg, transparent 3vw, #fff 0),
			linear-gradient(315deg, transparent 3vw, #fff 0);
		background-position: top left, bottom right;
		background-size: 100% 50%;
		background-repeat: no-repeat;
	}

	#sec_faq .faq_block .box::before,
	#sec_faq .faq_block .box::after {
		height: 8.5vw;
	}

	#sec_faq .faq_block .box::before {
		left: 1.8vw;
		top: -2.2vw;
	}

	#sec_faq .faq_block .box::after {
		right: 1.8vw;
		bottom: -2.2vw;
	}


	#sec_faq .faq_block .a_txt {
		display: block;
	}

	#sec_faq .faq_block .a_txt .txt {
		font-size: 3.2vw;
		padding-left: 0;
		padding-right: 0;
		padding-top: 14vw;
		padding: 90px 0 94px
	}

	#sec_faq .faq_block .a_txt .txt::before {
		font-size: 10.6vw;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translatex(-50%);
	}


	#sec_faq .faq_block .box .cnt .col2 {
		display: block;
	}

	#sec_faq .faq_block .box .cnt .col2 > * {
		width: 100%;
	}

	#sec_faq .faq_block .box .cnt .col2 > * + * {
		margin-top: 8vw;
	}

	#sec_faq .faq_block .box .cnt .col2 .item .txt {
		margin-top: 1.5em;
		padding-right: 0;
	}
}

.bim-banner {
    margin-bottom: 116px;
}
@media screen and (max-width: 768px) {
	.bim-banner {
		margin-bottom: 16.2vw;
	}
}