
/* ------------------------
top
--------*/

@import url('https://fonts.googleapis.com/css?family=Red+Hat+Text&display=swap');

/*
Common
*/

#top .container {
	padding: 6rem 2rem;
}
@media screen and (min-width: 751px) {
	#top .container {
		padding: 12rem 0;
	}
}


@media all and (min-width: 751px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} 
@media all and (max-width: 750px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} 



/*
Mv
*/
#mv {
	position: relative;
  opacity: 0;
  transition: opacity 1s linear;
	margin: 0 auto;
}
#mv.slick-initialized {
	opacity: 1;
}
#mv .mv_msg {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 0 2rem;
}
#mv h1 > span {
	font-size: 2.3rem;
	color: #fff;
	display: inline-block;
	background: #0043a1;
	padding: 0.75rem 1rem;
	margin-top: 0.5rem;
}
#mv p {
	font-size: 1.2rem;
	margin-top: 1.5rem;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#mv p.en {
	font-size: 1.4rem;
	font-family: 'Red Hat Text', sans-serif;
	color: #00429e;
	margin-top: 1rem;
	position: relative;
	padding-left: 2rem;
}
#mv p.en:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
	width: 13px;
	height: 1px;
	background-color: #00429e;
	outline: 1px solid #fff;
}
/*
Mv サーキュラーエコノミー用 SP
*/
#mv .mv_msg2 {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 0 2rem;
}
#mv .mv_msg2 p{
	text-shadow:inherit;
}
#mv .mv_msg2 .title_main {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin:0 0  10px;
  text-align: center;
}
#mv .mv_msg2 .title_main span{
  font-size: 40px;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-top: 5px;
  display: inline-block;
} 
#mv .mv_msg2 .img {
	max-width: 75%;
	margin: 30px 10% auto 30px;
}
#mv .mv_msg2 .img img {
	width: 100%;
}
#mv .mv_msg2 .text {
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
#mv .mv_msg2 .btn {
	margin: 2rem auto 0;
	background: #fff;
}
#mv .slick-dots {
  bottom: 15px;
}
#mv .slick-track {
	height: 190vw;
}
#mv .slick-slide img {
	width: inherit;
}
.slick-slide img {
	margin: auto;
	height: 100%;
  width: 100%;
  object-fit: cover;
}
.slick-dots {
  position: absolute;
	left: calc( 50% - 5.6rem/2); 
  bottom: 3.5rem;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.5rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
	border-radius: 50%;
	background-color: #dce2e5;
  text-align: center;
}
.slick-dots li.slick-active button:before {
	background-color: #2aa7eb;
}


@media screen and (min-width: 751px) {
#mv .mv_msg {
	left: 10%;
	padding: 0;
}
#mv h1 > span {
	font-size: 3.8rem;
}
#mv p {
 font-size: 1.4rem;
 margin-top: 1.25rem;
}
#mv p.en {
 font-size: 1.8rem;
 padding-left: 2.5rem;
 margin-top: 1rem;
}
#mv p.en:before {
	width: 15px;
}
/*
Mv サーキュラーエコノミー用 PC
*/
#mv .mv_msg2 {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
}
#mv .mv_msg2 p{
	text-shadow:inherit;
}
#mv .mv_msg2 .title_main {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
  white-space: nowrap;
}
#mv .mv_msg2 .title_main span{
  font-size: 52px;
  letter-spacing: 0.2rem;
} 
#mv .mv_msg2 .img {
	max-width: 435px;
	margin: 0;
}
#mv .mv_msg2 .text {
	color: #fff;
	font-size: 18px;
	line-height: 2;
}
#mv .mv_msg2 .btn {
	margin: 5rem auto 0 0;
	background: #fff;
}


#mv .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
#mv .slick-track {
	height: inherit;
}
.slick-dots {
	left: 10%; 
  bottom: 2rem;
}
.slick-dots li {
  margin: 0 1.2rem 0 0;
}
.slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
}
.slick-dots li button:before {
  width: 1.4rem;
  height: 1.4rem;
}
}

@media screen and (max-width: 375px) {
#mv .mv_msg2 .text {
	font-size: 3.2vw;
}
}


@media screen and (min-width: 1100px) {

	#mv h1 > span {
		font-size: 4.8rem;
	}
	.mv1 h1 > br {
		display: none;
	}
	#mv .mv1 h1 > br + span {
		padding-left: 0;
		margin-left: -1rem;
	}
	#mv p {
	 font-size: 1.8rem;
	 margin-top: 2rem;
	}
	#mv p.en {
	 font-size: 2.4rem;
	 padding-left: 3rem;
	 margin-top: 1.5rem;
	}
	#mv p.en:before {
		width: 20px;
	}
	#mv .mv1 p.mv_txt {
		padding-bottom: 3rem;
	}
}

/*
Infomation
*/
@media screen and (min-width: 751px) {
	#top #information .content_inner {
		max-width: 830px;
	}
}


/*
Reason
*/
.reason_inner > div {
	background: #f0f6fa;
	padding: 2rem;
}
.reason_inner > div:not(:first-child) {
	margin-top: 1.5rem;
}
.reason_inner h3 {
	color: #333;
	text-align: center;
}
.reason_inner h3 img {
	width: 60px;
}
.reason_inner h3 span {
	margin-top:1rem;
	display: block;
}
@media screen and (min-width: 751px) {
	.reason_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
	.reason_inner > div {
		padding: 3rem 2rem;
		width: 24.1%;
	}
	.reason_inner > div:not(:first-child) {
		margin: 0 0 0 1.2rem;
	}
	.reason_inner h3 img {
		width: 70px;
	}
	.reason_inner h3 span {
		margin-top: 2rem;
		font-size: 1.8rem;
	}
}
/*
Service
*/
#service h2 {
	display: none;
}
#service >div.bg_pic:nth-of-type(1) {
	background-image: url(../images/top_serv_bg1_sp.jpg);
}
#service >div.bg_pic:nth-of-type(2) {
	background-image: url(../images/top_serv_bg2_sp.jpg);
}
#service >div.bg_pic:nth-of-type(3) {
	background-image: url(../images/top_serv_bg3_sp.jpg);
}
#service .container > div {
	background: #fff;
	opacity: 0.9;
	padding: 2.5rem;
}
#service p.btn {
	margin-top: 2rem;
}
@media screen and (min-width: 751px) {
	
	#service >div.bg_pic {
		height: 500px;
	}
	#service >div.bg_pic:nth-of-type(1) {
		background-image: url(../images/top_serv_bg1.jpg);
	}
	#service >div.bg_pic:nth-of-type(2) {
		background-image: url(../images/top_serv_bg2.jpg);
	}
	#service >div.bg_pic:nth-of-type(3) {
		background-image: url(../images/top_serv_bg3.jpg);
	}
	#service .container {
		padding: 0;
		height: 500px;
	  -webkit-box-align: center;
     align-items: center;
	}
	#service >.bg_pic:nth-of-type(1) .container,
	#service >.bg_pic:nth-of-type(3) .container {
		-webkit-box-pack: end;
   	justify-content: flex-end;
	}
	#service .container > div {
		width: 540px;
		padding: 5rem;
	}
	#service p.btn {
		margin: 2.5rem 0 0 auto;
	}
	
}

/* About */
#about picture {
	width: 100%;
}
#about h3 {
	margin-top: 2rem;
}
@media screen and (min-width: 751px) {
	#about h3 {
		margin-top: 0;
	}
	#about .content_inner .row {
		align-items: center;
	}
	#about .content_inner .row > div {
		padding: 0 2rem 0;
		width: 50%;
	}
	#about picture img {
		width: 470px;
	}
}


/* Pickup */
#pickup picture {
	width: 100%;
}
#pickup h3 {
	margin-top: 2rem;
}
#pickup .text {
	margin-top: 20px;
}
#pickup .content_inner .row .item:not(:last-child) {
	margin-bottom: 50px;
}
#pickup .pickup_list .slick-prev,.slick-next {
		display: inherit;
}
#pickup .pickup_list .item {
	margin:0 1rem;
}
#pickup .pickup_list .slick-prev {
	left:-10px;
	z-index: 1;
}
#pickup .pickup_list .slick-next {
	right:-10px;
	z-index: 1;
}
#pickup .pickup_list .slick-dots {
	position: initial;
	text-align: center;
}


@media screen and (min-width: 751px) {
#pickup h3 {
	margin-top: 0;
	font-size: 1.8rem;
}
#pickup .content_inner .row {
	align-items: center;
}
#pickup .content_inner .row .item:not(:last-child) {
	margin-bottom: inherit;
}
#pickup .content_inner .row > div {
	padding: 0 2rem 0;
	width: 100%;
}
#pickup picture img {
	width: 470px;
}
	#pickup .text {
	margin-top: 25px;
}
#pickup .pickup_list .item {
	margin:0 2rem;
}
#pickup .pickup_list .slick-prev {
	left:-4rem;
}
#pickup .pickup_list .slick-next {
	right:-4rem;
}
#pickup .pickup_list .slick-dots {
	margin-top: 30px;
}
}







/* Feature */
#feature picture {
	width: 100%;
}
#feature h3 {
	margin-top: 2rem;
}
#feature .text {
	margin-top: 20px;
}
#feature .content_inner .row .item:not(:last-child) {
	margin-bottom: 50px;
}

#feature .pickup_list .item {
	margin:0 1rem;
}



@media screen and (min-width: 751px) {
#feature h3 {
	margin-top: 0;
	font-size: 1.8rem;
}
#feature .content_inner .row {
	align-items: baseline;
	flex-wrap: wrap;
}
#feature .content_inner .row .item:not(:last-child) {
	margin-bottom: inherit;
}
#feature .content_inner .row .item:nth-child(n+4) {
	margin-top: 50px;
}
#feature .content_inner .row .item {
	padding: 0 1.5rem 0;
	width: 33%;
}
#feature picture img {
	width: 100%;
}
	#feature .text {
	margin-top: 25px;
}
#feature .pickup_list .item {
	margin:0 2rem;
}

}








/* 共通 */
.br_pc {
	display: none;
}
.br_sp {
	display: inherit;
}
@media screen and (max-width: 750px) {
/* SP */

.br_pc {
	display: inherit;
}
.br_sp {
	display: none;
}
}


/* index-flow */
#index-flow .content_inner {
	max-width: 982px;
	}
#index-flow dl dt:not(:first-child) {
	margin-top: 2rem;
}
#index-flow .img_sp {
	display: none;
}
#index-flow .content_inner .head_text {
	margin-bottom: 50px;
}
#index-flow .content_inner .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#index-flow .content_inner .btn_wrap .btn {
	margin:50px 25px 0;
}
@media screen and (max-width: 750px) {
#index-flow .content_inner {
width: 100%;
}
#index-flow dl dt:not(:first-child) {
	margin-top: 1rem;
}
#index-flow .img_pc {
	display: none;
}
#index-flow .img_sp {
	display: block;
}
#index-flow .content_inner .head_text {
	margin-bottom: 30px;
}
#index-flow .content_inner .btn_wrap {
	display: inherit;
}
#index-flow .content_inner .btn_wrap .btn {
	margin:40px auto 0;
}
}



/* recruit */
#recruit .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruit .wrap .img {
	width: 44%;
}
#recruit .wrap .detail {
	width: 52%;
}
#recruit .wrap .detail .title {
	font-size: 20px;
	font-weight: bold;
	color: #00429e;
	margin-bottom: 20px;
}
#recruit .wrap .detail .text em {
	color: #333;
}
@media screen and (max-width: 750px) {
#recruit .wrap {
	display: inherit;
}
#recruit .wrap .img {
	width: 100%;
}
#recruit .wrap .detail {
	width: 100%;
}
#recruit .wrap .detail .title {
	font-size: 18px;
	font-weight: bold;
	color: #00429e;
	margin-bottom: 15px;
	margin-top: 18px;
}
#recruit .wrap .detail .text em {
	color: #333;
}
}


/* 20230712 add*/

.list_point{
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_point li:first-child {
	margin-left:0.5%;
}

.list_point li {
	background: #f0f6fa;
	padding: 1.5rem 2rem;
	text-align: center;
	flex-basis: 32%;
	margin: 10px 0.5% 10px;
}

.list_point span.circle {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60%;
	background: #0043a1;
	text-align: center;
	margin: 0 auto;
	line-height: 60px;
	color: #fff;
	font-size: 2.1rem;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: bold;
}

.list_point h3 {
	margin-top: 1rem;
	padding-bottom: 0;
	color: #333 !important;
	line-height: 1.3;
	height: 5rem;
}

.list_point li h3 + p {
	text-align: left;
	margin-top:1.5rem;
}

.list_point_link li {
	border-bottom: 4px solid #0043a1;
	position: relative;
	padding: 0;
	margin-bottom: 1.5rem;
	padding: 2rem 2rem 4rem;
}
.list_point_link li:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: -10px;
	left: calc(50% - 13px);
	border-style: solid;
	border-width: 6px 12.5px 0 12.5px;
	border-color: #0043a1 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
.list_point h3{
	height:auto;
	line-height: 1.6;
}
.list_point_link li{
	padding: 1.5rem 2rem 2rem;
}
.list_point span.circle {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0043a1;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	color: #fff;
	font-size: 2.1rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: bold;
}
.list_point li h3 + p {
	text-align: left;
	margin-top: 0.5rem;
}
.list_point li:first-child {
	margin-left: 0%;
}
.list_point li {
	margin: 10px 0% 10px;
}
}


/* 中間部バナー */
.bnr {
	max-width: 760px;
	margin: 0 auto 12rem;
	transition: .3s;
}
.bnr:hover{
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
.bnr {
	max-width: 100%;
	margin: 0 auto 6rem;
	transition: .3s;
	padding: 0 2rem;
}
}








/* 信頼性ブロック */
#credibility {
	background: linear-gradient(90deg, #00429E 0%, #2AA7EB 100%)
}
#credibility .container {
	padding: 15px 0;
}
.credibility_wrap {
	background: #fff;
	padding: 10px 30px 0;
	display: flex;
	justify-content: center;
}
.credibility_item {
	display: flex;
	align-items: center;
}
.credibility_item1 .credibility_item_img {
	max-width: 110px;
	flex-shrink: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.credibility_item2 .credibility_item_img {
	max-width: 62px;
	flex-shrink: 0;
}
.credibility_item3 .credibility_item_img {
	max-width: 62px;
	flex-shrink: 0;
}
.credibility_item2 {
	padding: 0 25px 0;
	margin: 0 25px 10px;
	border-right: 1px solid #DCE2E5;
	border-left: 1px solid #DCE2E5;
}
.credibility_item3 {
	margin: 0 0 10px;
}
.credibility_item_img {
	margin-left: 15px;
}
.credibility_item_ttl {
	font-size: 16px;
	font-weight: bold;
}
.credibility_item1 .credibility_item_ttl span {
	background: linear-gradient(transparent 60%, #A9DBF7 60%);
	padding-bottom: 3px;
}
.credibility_item2 .credibility_item_ttl span {
	background: linear-gradient(transparent 60%, #FFF000 60%);
	padding-bottom: 3px;
}
.credibility_item3 .credibility_item_ttl span {
	color: #225BA9;
}
@media screen and (max-width: 750px) {
/* SP */
#credibility {
	background: linear-gradient(90deg, #00429E 0%, #2AA7EB 100%)
}
#credibility .container {
	padding: 15px 0;
}
.credibility_wrap {
	background: #fff;
	padding: 20px;
	margin: 15px 20px 10px;
	display: block;
}
.credibility_item {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.credibility_item:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}
.credibility_item1 .credibility_item_img {
	max-width: 25%;
	margin-left: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.credibility_item2 .credibility_item_img {
	max-width: 18%;
	margin-left: 30px;
}
.credibility_item3 .credibility_item_img {
	max-width: 18%;
	margin-left: 30px;
}
.credibility_item2 {
	padding: 0 0 0;
	margin: 0 0 0;
	border-right: none;
	border-left: none;
}
.credibility_item_ttl {
	font-size: 1.5rem;
}
.credibility_item1 .headerCredibility_item_ttl span {
	background: linear-gradient(transparent 60%, #A9DBF7 60%);
	padding-bottom: 3px;
}
.credibility_item2 .headerCredibility_item_ttl span {
	background: linear-gradient(transparent 60%, #FFF000 60%);
	padding-bottom: 3px;
}
.credibility_item3 .headerCredibility_item_ttl span {
	color: #225BA9;
}
}









/*
Mv スポット回収用 SP
*/
#mv .mv_spot p{
	text-shadow:inherit;
}
.mv_spot_copy {
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: inherit !important;
	color: #fff;
	background: #2AA7EB;
	margin-top: 0 !important;
	font-size: 16px !important;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 15px;
}
#mv .mv_spot {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 60px 1.5rem 0;
}
#mv .mv_spot .title_main {
  font-size: 8vw;
  color: #FFF500;
  font-weight: bold;
  margin:0 0 10px;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
#mv .mv_spot .title_main span{
	color: #fff;
} 
#mv .mv_spot .title_main span em{
	color: #fff;
	-webkit-text-emphasis: filled;
    text-emphasis: filled;
} 
#mv .mv_spot .title_sub {
  font-size: 6vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mv .mv_spot .title_sub_fs{
	font-size: 3vw;
}
#mv .mv_spot .title_sub_highlight{
	font-size: 6vw;
	color: #0043A1;
	background: #FFF500;
	padding: 5px;
} 
.mv_spotList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 18px 10px;
	margin-top: 25px;
}
.mv_spotItem {
	background: #fff;
}
.mv_spotItem_num {
	width: 20%;
	margin: -14px auto 0 !important;
}
.mv_spotItem_num img {
	width: 100% !important;
}
.mv_spotItem_copy {
	font-weight: bold;
	text-align: center;
	margin: 5px 0 10px !important;
	font-size: 14px;
	line-height: 1.3;
}
.mv_spotItem_copy span {
	font-size: 18px;
	background: linear-gradient(transparent 50%, #FFF500 50%)
}
.mv_spot_note {
	font-size: 8px !important;
	line-height: 1.2;
	color: #fff;
	text-indent: -1em;
  padding-left: 1em;
}
#mv .mv_spot .img {
	max-width: 50%;
	margin: 30px auto ;
}
#mv .mv_spot .img img {
	width: 100%;
}

@media screen and (min-width: 751px) {

/*
Mv スポット回収用 PC
*/
.mv_spot_copy {
	margin-top: 0 !important;
	font-size: 26px !important;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 15px;
}
#mv .mv_spot {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}
#mv .mv_spot .title_main {
  font-size: 72px;
  color: #FFF500;
  font-weight: bold;
  margin:0 0 10px;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 15px;
}
#mv .mv_spot .title_main span{
	color: #fff;
} 
#mv .mv_spot .title_sub {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mv .mv_spot .title_sub_fs{
	font-size: 32px;
}
#mv .mv_spot .title_sub_highlight{
	font-size: 55px;
	color: #0043A1;
	background: #FFF500;
	padding: 5px;
} 
.mv_spotList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6px;
	margin-top: 25px;
}
.mv_spotItem {
	background: #fff;
}
.mv_spotItem_num {
	width: 50px;
	margin: -24px auto 0 !important;
}
.mv_spotItem_copy {
	font-weight: bold;
	text-align: center;
	margin: 15px 0 20px !important;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}
.mv_spotItem_copy span {
	font-size: 24px;
	background: linear-gradient(transparent 50%, #FFF500 50%)
}
.mv_spot_note {
	font-size: 12px !important;
	line-height: 1.4;
	color: #fff;
	text-indent: -1em;
  padding-left: 1em;
}
#mv .mv_spot .img {
	max-width: 350px;
	margin: 0 ;
}
#mv .mv_spot .img img {
	width: 100%;
}
}

@media screen and (min-width: 752px) and (max-width: 1300px) {
/*
Mv スポット回収用 PC
*/
.mv_spot_copy {
	margin-top: 0 !important;
	font-size: 2vw !important;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 15px;
}
#mv .mv_spot {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}
#mv .mv_spot .desc {
	margin-left: 40px;
}
#mv .mv_spot .title_main {
  font-size: 5vw;
  color: #FFF500;
  font-weight: bold;
  margin:0 0 10px;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 10px 15px;
}
#mv .mv_spot .title_main span{
	color: #fff;
} 
#mv .mv_spot .title_sub {
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mv .mv_spot .title_sub_fs{
	font-size: 3vw;
}
#mv .mv_spot .title_sub_highlight{
	font-size: 4vw;
	color: #0043A1;
	background: #FFF500;
	padding: 5px;
} 
.mv_spotList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6px;
	margin-top: 25px;
}
.mv_spotItem {
	background: #fff;
}
.mv_spotItem_num {
	width: 20%;
	margin: -24px auto 0 !important;
}
.mv_spotItem_copy {
	font-weight: bold;
	text-align: center;
	margin: 15px 10px 20px !important;
	font-size: 4vw;
	line-height: 1.4;
	color: #000;
}
.mv_spotItem_copy span {
	font-size: 2vw;
	background: linear-gradient(transparent 50%, #FFF500 50%)
}
.mv_spot_note {
	font-size: 11px !important;
	line-height: 1.4;
	color: #fff;
	text-indent: -1em;
  padding-left: 1em;
}
#mv .mv_spot .img {
	max-width: 25%;
	margin: 0 ;
}
#mv .mv_spot .img img {
	width: 100%;
}
}
}


















