@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 120px auto 0;
	}

	.inner_wrap {
		position: relative;
	}

	footer.bs_footer {
		margin-top: 120px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		margin: 16vw auto 0;
	}

	.inner_wrap {
		position: relative;
	}

	footer.bs_footer {
		margin-top: 16vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
		background: url(../img/bg_main.jpg) center top / cover no-repeat;
		padding: 2.5vw 4.63vw;
	}
	.main_top_in {
		float: left;
		width: 66.5%;
	}
	.main_top_in img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 5px;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
	}
	.main_bn {
		float: left;
		width: 33.5%;
		padding-left: 2.2vw;
	}
	.main_bn ul {
	}
	.main_bn ul li {
	}
	.main_bn ul li:not(:first-of-type) {
		margin-top: 2.25vw;
	}
	.main_bn ul li a {
	}
	.main_bn ul li a img {
		width: 100%;
		border-radius: 0.5vw;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
		background: url(../img/bg_main_sp.jpg) center top / cover no-repeat;
	}
	.main_top_in {
		position: relative;
	}
	.main_top_in img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.main_bn {
		width: 100%;
		padding: 0 4vw 4vw;
		margin-top: 4vw;
	}
	.main_bn ul {
	}
	.main_bn ul li {
	}
	.main_bn ul li:not(:first-of-type) {
		margin-top: 4vw;
	}
	.main_bn ul li a {
	}
	.main_bn ul li a img {
		width: 100%;
		border-radius: 2vw;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
	}
}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 40px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #ffffff;
		color: #0044a1;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		border-radius: 8px;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow2.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 6vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
		font-weight: 700;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #ffffff;
		color: #0044a1;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 1px 1px 6vw rgba(142,142,142,.16);
		border-radius: 2vw;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow2.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	ファンツリー実践会

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row01 {
		background: rgb(187,204,231);
		background: linear-gradient(180deg, rgba(187,204,231,1) 0%, rgba(246,250,255,1) 100%);
	}
	.row01_in {
		background-color: #f5f9ff;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		padding: 60px 40px;
	}

	/* 見出し */
	.row01 .title h2 {
		font-size: 40px;
		font-weight: 900;
		text-align: center;
	}

	/* 説明文 */
	.row01 .summary {
		background-color: #fefd2b;
		font-size: 23px;
		font-weight: 900;
		padding: 20px 60px;
		margin-top: 20px;
	}

	/* 表 */
	.fan_table01 {
		background-color: #14477e;
		color: #ffffff;
		font-size: 30px;
		font-weight: 900;
		text-align: center;
	}
	.fan_table01 span:nth-of-type(1) {
		display: inline-block;
		vertical-align: middle;
	}
	.fan_table01 span:nth-of-type(2) {
		display: inline-block;
		vertical-align: middle;
		color: #fffe1b;
		font-size: 1.6em;
		margin-left: 0.2em;
	}

	/* 表2 */
	.row01_in_in {
		margin-top: 30px;
	}
	.row01_in_in .left {
		width: 50% !important;
		margin-right: 20px;
	}
	.row01_in_in .right {
		width: 50% !important;
		margin-left: 20px;
	}

	.fan_table02 {
	}
	.fan_table02 table {
		width: 100%;
		border-collapse: collapse;
	}
	.fan_table02 table tr td {
		width: 50%;
		background-color: #ffffff;
		border: 2px solid #f5f9ff;
		text-align: center;
		vertical-align: middle;
		padding: 20px 0;
	}
	.fan_table02 table tr td dl {
		font-size: 0;
		letter-spacing: -.4em;
	}
	.fan_table02 table tr td dl dt {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.fan_table02 table tr td dl dd {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 0;
		margin-left: 0.4em;
	}

	.komoku1 {
		background-color: #14477e;
		color: #fffe1b;
		width: 120px;
	}
	.komoku2 {
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row01 {
		background: rgb(187,204,231);
		background: linear-gradient(180deg, rgba(187,204,231,1) 0%, rgba(246,250,255,1) 100%);
		padding: 16vw 4vw;
	}
	.row01_in {
		background-color: #f5f9ff;
		box-shadow: 1px 1px 6vw rgba(142,142,142,.16);
		padding: 8vw 4vw;
	}

	/* 見出し */
	.row01 .title h2 {
		font-size: 6vw;
		font-weight: 900;
		text-align: center;
	}

	/* 説明文 */
	.row01 .summary {
		background-color: #fefd2b;
		font-size: 4vw;
		font-weight: 900;
		padding: 4vw;
		margin-top: 4vw;
	}

	/* 表 */
	.fan_table01 {
		background-color: #14477e;
		color: #ffffff;
		font-size: 5vw;
		font-weight: 900;
		text-align: center;
	}
	.fan_table01 span:nth-of-type(1) {
		display: inline-block;
		vertical-align: middle;
	}
	.fan_table01 span:nth-of-type(2) {
		display: inline-block;
		vertical-align: middle;
		color: #fffe1b;
		font-size: 1.6em;
		margin-left: 0.2em;
	}

	/* 表2 */
	.row01_in_in {
		margin-top: 6vw;
	}
	.row01_in_in .left {
	}
	.row01_in_in .right {
		margin-top: 6vw;
	}

	.fan_table02 {
	}
	.fan_table02 table {
		width: 100%;
		border-collapse: collapse;
	}
	.fan_table02 table tr td {
		width: 50%;
		background-color: #ffffff;
		border: 2px solid #f5f9ff;
		text-align: center;
		vertical-align: middle;
		padding: 4vw 0;
	}
	.fan_table02 table tr td dl {
		font-size: 0;
		letter-spacing: -.4em;
	}
	.fan_table02 table tr td dl dt {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 3vw;
		font-weight: 700;
		letter-spacing: 0;
	}
	.fan_table02 table tr td dl dd {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 4.8vw;
		font-weight: 700;
		letter-spacing: 0;
		margin-left: 0.6em;
	}

	.komoku1 {
		background-color: #14477e;
		color: #fffe1b;
		width: 24vw;
	}
	.komoku2 {
	}
}





/* ================================================================================

	NEWS & TOPICS

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row02 {
		margin-top: 120px;
	}
	.row02_in {
		position: relative;
	}
	.row02_in::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_delta.jpg) center top / contain no-repeat;
		width: 428px;
		height: 290px;
		bottom: -2px;
		left: -154px;
		z-index: -1;
	}

	/* 見出し */
	.title01 {
	}
	.title01 h2 {
		font-size: 36px;
		font-weight: 700;
		font-family: 'Roboto Condensed','Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		text-align: center;
	}
	.title01 h2 span {
		display: inline-block;
		background-color: #14477e;
		color: #fffe1b;
		font-size: 0.5em;
		font-weight: 700;
		text-align: center;
		padding: 0.3em;
	}


	/* NEWS & TOPICS */
	.post_wrap {
		position: relative;
		background-color: #ffffff;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		padding: 60px;
		margin-top: 40px;
		min-height: 342px;
	}

	.post_wrap ul {
	}
	.post_wrap ul li {
		border-bottom: 1px solid #336cab;
		font-size: 0;
		letter-spacing: -.4em;
		padding: 10px 16px;
	}
	.post_wrap ul li:not(:first-of-type) {
		margin-top: 10px;
	}
	.post_date {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		width: 12%;
	}
	.post_title {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		width: 88%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.post_title a {
		color: #14477e;
	}
	.swiper-wrapper ul {
		display: flex;
	}
	.swiper-slide {
		width: 280px;
		margin-top: 40px;
	}
	/* .swiper-button-prev, .swiper-button-next {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		margin-top: -20px;
	} */
	/* .swiper-button-next {
		background-image: url(../img/slider_arrow.png);
		top: -327px;
		position: relative;
		left: 95%;
	}
	.swiper-button-prev {
		background-image: url(../img/slider_arrow.png);
		transform: scale(-1, 1);
		position: relative;
		left: unset;
		right: -2.6%;
		top: -307px;
	} */
	.swiper-slide .post__thumb--img {
		margin: 0 0 15px;
	  }
	  .swiper-slide .post__thumb--img a {
		padding-top: 62.5%;
		width: 100%;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	  }
}
.slider-title {
	text-align: center;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
 }
 .slider-title span {
	font-weight: bold;
	font-size: 20px;
 }


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row02 {
		padding: 0 4vw;
		margin-top: 16vw;
	}
	.row02_in {
		position: relative;
	}
	.row02_in::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_delta.jpg) center top / contain no-repeat;
		width: 60vw;
		height: 41vw;
		bottom: -8vw;
		left: -23vw;
		z-index: -1;
	}

	/* 見出し */
	.title01 {
	}
	.title01 h2 {
		font-size: 6vw;
		font-weight: 700;
		font-family: 'Roboto Condensed','Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		text-align: center;
	}
	.title01 h2 span {
		display: inline-block;
		background-color: #14477e;
		color: #fffe1b;
		font-size: 0.5em;
		font-weight: 700;
		text-align: center;
		padding: 0.3em;
	}


	/* NEWS & TOPICS */
	.post_wrap {
		position: relative;
		background-color: #ffffff;
		box-shadow: 1px 1px 6vw rgba(142,142,142,0.22);
		padding: 4vw;
		margin-top: 6vw;
	}

	.post_wrap ul {
		height: 80vw;
		padding-right: 3vw;
	}
	.post_wrap ul li {
		border-bottom: 1px solid #336cab;
		font-size: 0;
		letter-spacing: -.4em;
		padding: 3vw 4vw;
	}
	.post_wrap ul li:not(:first-of-type) {
	}
	.post_date {
		font-size: 3.2vw;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.post_title {
		margin-top: 0.2em;
		font-size: 3.5vw;
		font-weight: 700;
		letter-spacing: 1px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.post_title a {
		color: #14477e;
	}
}





/* ================================================================================

	成功事例

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row03 {
		margin-top: 120px;
	}


	/* NEWS & TOPICS */
	.case_wrap {
		margin-top: 40px;
	}

	.case_wrap ul {
		font-size: 0;
		letter-spacing: -.4em;
	}
	.case_wrap ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		letter-spacing: 1px;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
	}
	.case_wrap ul li:nth-of-type(1) {
		width: 480px;
	}
	.case_wrap ul li:nth-of-type(2) {
		width: 480px;
		margin-left: 40px;
	}
	.case_wrap ul li:nth-of-type(3) {
		width: 320px;
		margin-top: 40px;
	}
	.case_wrap ul li:nth-of-type(4) {
		width: 320px;
		margin-top: 40px;
		margin-left: 20px;
	}
	.case_wrap ul li:nth-of-type(5) {
		width: 320px;
		margin-top: 40px;
		margin-left: 20px;
	}
	.case_wrap ul li a {
		display: block;
		background-color: #ffffff;
	}

	/* 画像 */
	.case_thumb img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}
	.case_wrap ul li:nth-of-type(1) .case_thumb img,
	.case_wrap ul li:nth-of-type(2) .case_thumb img {
		height: 270px;
	}

	/* タイトル */
	.case_title {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		padding: 0.5em 20px 0;
	}
	.case_wrap ul li:nth-of-type(1) .case_title,
	.case_wrap ul li:nth-of-type(2) .case_title {
		font-size: 20px;
	}

	/* 日付 */
	.case_date {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 8px;
		color: #252525;
		padding: 0.5em 20px 20px;
	}
	.case_wrap ul li:nth-of-type(1) .case_date,
	.case_wrap ul li:nth-of-type(2) .case_date {
		font-size: 16px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row03 {
		padding: 0 4vw;
		margin-top: 16vw;
	}


	/* NEWS & TOPICS */
	.case_wrap {
		margin-top: 6vw;
	}

	.case_wrap ul {
		font-size: 0;
		letter-spacing: -.4em;
	}
	.case_wrap ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 3.5vw;
		letter-spacing: 1px;
		box-shadow: 1px 1px 6vw rgba(142,142,142,0.22);
	}
	.case_wrap ul li:not(:first-of-type) {
		margin-top: 6vw;
	}
	.case_wrap ul li a {
		display: block;
		background-color: #ffffff;
	}

	/* 画像 */
	.case_thumb img {
		width: 100%;
		height: 51vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

	/* タイトル */
	.case_title {
		font-size: 3.5vw;
		font-weight: 500;
		line-height: 1.4;
		padding: 0.5em 3vw 0;
	}

	/* 日付 */
	.case_date {
		font-size: 3.2vw;
		line-height: 1.2;
		margin-top: 2vw;
		color: #252525;
		padding: 0 3vw 3vw;
	}
}





/* ================================================================================

	YOUTUBE

================================================================================ */

.yotu-lightbox .yotu-lightbox-body {
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
	-ms-transform: translateX(-50%) translateY(-50%) !important;
	-o-transform: translateX(-50%) translateY(-50%) !important;
	-moz-transform: translateX(-50%) translateY(-50%) !important;
	-webkit-transform: translateX(-50%) translateY(-50%) !important;
}
.row04 .yotu-videos .yotu-video h3 {
	font-size: 16px;
	color: #0044a1 !important;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row04 {
		margin-top: 120px;
	}


	.row04 .yotu-videos {
		padding-top: 0;
	}
	.row04 .yotu-column-3 li {
		width: 31%;
		margin-right: 0 !important;
		margin-top: 30px !important;
	}
	.row04 .yotu-column-3 li:not(:nth-of-type(3n-2)) {
		margin-left: 3% !important;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row04 {
		padding: 0 4vw;
		margin-top: 16vw;
	}

	.row04 .yotu-videos {
		padding-top: 0;
	}
}

/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.goal_text {
		font-size: 24px;
		width: 600px;
	}
	.goal_yellow {
		font-size: 24px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.goal_text {
		font-size: 4.4vw;
	}
}




/* ================================================================================

	研修実績・お客様の声

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row05 {
		margin-top: 120px;
	}
	.row05 .left {
		margin-right: 20px;
	}
	.row05 .right {
		position: relative;
		margin-left: 20px;
	}
	.row05 .right::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_delta.jpg) center top / contain no-repeat;
		width: 428px;
		height: 290px;
		bottom: -61px;
		right: -154px;
		z-index: -1;
	}


	/* NEWS & TOPICS */
	.voice_wrap {
		position: relative;
		background-color: #ffffff;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		padding: 40px;
		margin-top: 40px;
	}

	.voice_wrap ul {
		height: 400px;
		padding-right: 10px;
	}
	.voice_wrap ul li {
		border-bottom: 1px solid #336cab;
		font-size: 0;
		letter-spacing: -.4em;
		padding: 10px 16px;
	}
	.voice_wrap ul li:not(:first-of-type) {
	}
	.voice_date {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.voice_title {
		margin-top: 0.2em;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.voice_title a {
		color: #14477e;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row05 {
		padding: 0 4vw;
		margin-top: 16vw;
	}
	.row05 .left {
	}
	.row05 .right {
		position: relative;
		margin-top: 16vw;
	}
	.row05 .right::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_delta.jpg) center top / contain no-repeat;
		width: 60vw;
		height: 41vw;
		bottom: -4vw;
		right: -23vw;
		z-index: -1;
	}


	/* NEWS & TOPICS */
	.voice_wrap {
		position: relative;
		background-color: #ffffff;
		box-shadow: 1px 1px 6vw rgba(142,142,142,0.22);
		padding: 4vw;
		margin-top: 6vw;
	}

	.voice_wrap ul {
		height: 80vw;
		padding-right: 3vw;
	}
	.voice_wrap ul li {
		border-bottom: 1px solid #336cab;
		font-size: 0;
		letter-spacing: -.4em;
		padding: 3vw 4vw;
	}
	.voice_wrap ul li:not(:first-of-type) {
	}
	.voice_date {
		font-size: 3.2vw;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.voice_title {
		margin-top: 0.2em;
		font-size: 3.5vw;
		font-weight: 700;
		letter-spacing: 1px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.voice_title a {
		color: #14477e;
	}
}





/* ================================================================================

	ティッカー

================================================================================ */

.row06 .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	margin-bottom: 0;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row06 {
		margin-top: 120px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row06 {
		margin-top: 16vw;
	}

	.row06 .bx-wrapper li {
		width: 300px !important;
		height: 200px !important;
	}
}





/* ================================================================================

	バナー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row07 {
		margin-top: 120px;
	}
	.row07_in {
		padding: 0 10px;
	}

	.bn_top {

	}
	.bn_top ul {
		font-size: 0;
		letter-spacing: -.4em;
		text-align: center;
	}
	.bn_top ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		letter-spacing: 0;
		width: 47.1%;
	}
	.bn_top ul li:nth-of-type(2n) {
		margin-left: 5.8%;
	}
	.bn_top ul li:nth-of-type(n+3) {
		margin-top: 6%;
	}
	.bn_top ul li a img {
		max-width: 100%;
		width: 100%;
		height: auto;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		border-radius: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row07 {
		padding: 0 4vw;
		margin-top: 16vw;
	}

	.bn_top {

	}
	.bn_top ul {
	}
	.bn_top ul li {
	}
	.bn_top ul li:not(:first-of-type) {
		margin-top: 6vw;
	}
	.bn_top ul li a img {
		width: 100%;
		height: auto;
		box-shadow: 1px 1px 30px rgba(142,142,142,0.22);
		border-radius: 2vw;
	}
}

