#future .future-content {
  padding: 45px 0 65px;
}
@media screen and (max-width: 767px) {
  #future .future-content {
    padding: 6vw 0;
  }
}

.future-news {
  background-color: #f8f8f8;
  padding: 0 0 110px;
}
.future-news.-list {
  margin-top: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .future-news.-list {
    margin-top: 4vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .future-news {
    padding: 9.3vw 0 10.6vw;
    padding-top: 0;
  }
}
.future-news .btn {
  padding: 0;
  max-width: 100%;
  width: 300px;
  margin: 40px auto auto;
  background: #81bf00;
}
@media screen and (max-width: 767px) {
  .future-news .btn {
    width: 80%;
    margin: 5.3vw auto auto;
  }
}
.future-news .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .future-news .btn a {
    padding: 4vw 0;
    font-size: 3rem;
  }
}

.news_box_wrap {
  display: block;
}
.news_box_wrap .news_box {
  width: 100%;
}
.news_box_wrap .news_box + .news_box {
  margin-top: 15px;
}
.news_box_wrap .news_box a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.news_box_wrap .news_box a::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-right: 22px solid #76B700;
}
.news_box_wrap .news_box .img {
  width: 230px;
  height: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box .img {
    width: 100%;
    height: 196px;
  }
}
.news_box_wrap .news_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.news_box_wrap .news_box.-new a {
  position: relative;
}
.news_box_wrap .news_box.-new a::before, .news_box_wrap .news_box.-new a::after {
  position: absolute;
  z-index: 1;
}
.news_box_wrap .news_box.-new a::before {
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 72px 0 0;
  border-color: #e9518e transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box.-new a::before {
    border-width: 13.037809648vw 13.037809648vw 0 0;
  }
}
.news_box_wrap .news_box.-new a::after {
  top: 18px;
  left: 3px;
  content: "NEW";
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box.-new a::after {
    top: 3vw;
    left: 1vw;
    font-size: 2rem;
  }
}
.news_box_wrap .news_box .news_box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box .news_box_inner {
    display: block;
  }
}
.news_box_wrap .news_box .txt_box {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box .txt_box {
    margin-left: 0;
    margin-top: 10px;
  }
}
.news_box_wrap .news_box .txt_box .date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ACACAC;
  word-break: break-all;
}
.news_box_wrap .news_box .txt_box .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  word-break: break-all;
  margin-top: 10px;
}
.news_box_wrap .news_box .txt_box .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.news_box_wrap .news_box .txt_box .category p {
  display: block;
  padding: 4px 8px 6px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #76b700;
  border: solid 1px #76b700;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box .txt_box .category p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .news_box_wrap .news_box {
    width: 100%;
    margin: 0;
  }
  .news_box_wrap .news_box + .news_box {
    margin-top: 5vw;
    margin-left: 0;
  }
  .news_box_wrap .news_box a::after {
    border-top-width: 8vw;
    border-right-width: 8vw;
  }
  .news_box_wrap .news_box .txt_box {
    padding: 3vw 4vw 6vw;
  }
  .news_box_wrap .news_box .txt_box .date,
  .news_box_wrap .news_box .txt_box .ttl {
    font-size: 3rem;
  }
  .news_box_wrap .news_box .txt_box .date {
    margin-bottom: 2vw;
  }
}

  /*
  .news_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
}
.news_box_wrap .news_box {
		width: 31%;
}

.news_box_wrap .news_box:nth-child(2) {
		 margin: 0 15px;
  }

.news_box_wrap .news_box:nth-child(3) {
		 margin: 0px 0px 0px;
  }


.news_box_wrap .news_box a {
		position: relative;
		display: block;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
}
.news_box_wrap .news_box .img {
		width: 100%;
}
.news_box_wrap .news_box .img img {
		width: 100%;
}
.news_box_wrap .news_box.-new a {
		position: relative;
}
.news_box_wrap .news_box.-new a::before, .news_box_wrap .news_box.-new a::after {
		position: absolute;
		z-index: 1;
}
.news_box_wrap .news_box.-new a::before {
		left: 0;
		top: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 72px 72px 0 0;
		border-color: #e9518e transparent transparent transparent;
}
@media screen and (max-width: 767px) {
		.news_box_wrap .news_box.-new a::before {
				border-width: 13.037809648vw 13.037809648vw 0 0;
		}
}
.news_box_wrap .news_box.-new a::after {
		top: 18px;
		left: 3px;
		content: "NEW";
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
		.news_box_wrap .news_box.-new a::after {
				top: 3vw;
				left: 1vw;
				font-size: 2rem;
		}
}
.news_box_wrap .news_box .txt_box {
		padding: 15px 30px 20px;
		position: relative;
}
.news_box_wrap .news_box .txt_box::after {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 30px solid transparent;
		border-right: 30px solid #81bf00;
}
.news_box_wrap .news_box .txt_box .date {
		font-size: 1.6rem;
		word-break: break-all;
		margin-bottom: 8px;
}
.news_box_wrap .news_box .txt_box .ttl {
		font-size: 1.6rem;
		font-weight: bold;
		word-break: break-all;
}

@media screen and (max-width: 767px) {
	.news_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		justify-content: center;
	}
		.news_box_wrap .news_box {
				width: 100%;
				margin: 0;
		}
		.news_box_wrap .news_box + .news_box {
				margin-top: 5vw;
				margin-left: 0;
		}
		.news_box_wrap .news_box a::after {
				border-top-width: 8vw;
				border-right-width: 8vw;
		}
		.news_box_wrap .news_box .txt_box {
				padding: 3vw 4vw 6vw;
		}
		.news_box_wrap .news_box .txt_box .date,
		.news_box_wrap .news_box .txt_box .ttl {
				font-size: 3rem;
		}
		.news_box_wrap .news_box .txt_box .date {
				margin-bottom: 2vw;
		}
}
*/

#future .future-news .news_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
}
#future .future-news .news_box_wrap .news_box {
		width: 31%;
}

#future .future-news .news_box_wrap .news_box:nth-child(2) {
		 margin: 0 15px;
  }

#future .future-news .news_box_wrap .news_box:nth-child(3) {
		 margin: 0px 0px 0px;
  }


#future .future-news .news_box_wrap .news_box a {
		position: relative;
		display: block;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
		padding: 0;
}
#future .future-news .news_box_wrap .news_box .img {
		width: 100%;
}
#future .future-news .news_box_wrap .news_box .img img {
		width: 100%;
}
#future .future-news .news_box_wrap .news_box.-new a {
		position: relative;
}
#future .future-news .news_box_wrap .news_box.-new a::before, #future .future-news .news_box_wrap .news_box.-new a::after {
		position: absolute;
		z-index: 1;
}
#future .future-news .news_box_wrap .news_box.-new a::before {
		left: 0;
		top: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 72px 72px 0 0;
		border-color: #e9518e transparent transparent transparent;
}
@media screen and (max-width: 767px) {
		#future .future-news .news_box_wrap .news_box.-new a::before {
				border-width: 13.037809648vw 13.037809648vw 0 0;
		}
}
#future .future-news .news_box_wrap .news_box.-new a::after {
		top: 18px;
		left: 3px;
		content: "NEW";
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
		#future .future-news .news_box_wrap .news_box.-new a::after {
				top: 3vw;
				left: 1vw;
				font-size: 2rem;
		}
}
#future .future-news .news_box_wrap .news_box .txt_box {
		padding: 15px 30px 20px;
		position: relative;
		margin: 0;
}
#future .future-news .news_box_wrap .news_box .txt_box::after {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 30px solid transparent;
		border-right: 30px solid #81bf00;
}
#future .future-news .news_box_wrap .news_box .txt_box .date {
		font-size: 1.6rem;
		word-break: break-all;
		margin-bottom: 8px;
}
#future .future-news .news_box_wrap .news_box .txt_box .ttl {
		font-size: 1.6rem;
		font-weight: bold;
		word-break: break-all;
}

@media screen and (max-width: 767px) {
	#future .future-news .news_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		justify-content: center;
	}
		#future .future-news .news_box_wrap .news_box {
				width: 100%;
				margin: 0;
		}
		#future .future-news .news_box_wrap .news_box + .news_box {
				margin-top: 5vw;
				margin-left: 0;
		}
		#future .future-news .news_box_wrap .news_box a::after {
				border-top-width: 8vw;
				border-right-width: 8vw;
		}
		#future .future-news .news_box_wrap .news_box .txt_box {
				padding: 3vw 4vw 6vw;
		}
		#future .future-news .news_box_wrap .news_box .txt_box .date,
		#future .future-news .news_box_wrap .news_box .txt_box .ttl {
				font-size: 3rem;
		}
		#future .future-news .news_box_wrap .news_box .txt_box .date {
				margin-bottom: 2vw;
		}
}


.content-inner {
  width: 1040px;
  max-width: 100%;
  margin: auto auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding-top: 8vw;
    width: 84%;
    display: block;
  }
}
.content-inner .main-col {
  width: 735px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .content-inner .main-col {
    width: 100%;
  }
}
.content-inner .side-col {
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .content-inner .side-col {
    width: 100%;
    margin-top: 6.518904824vw;
  }
}

.side-box {
  background-color: #ffffff;
  padding: 25px 30px 40px;
}
@media screen and (max-width: 767px) {
  .side-box {
    padding: 6vw;
  }
}
.side-box + .side-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .side-box + .side-box {
    margin-top: 6vw;
  }
}

.side-ttl {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .side-ttl {
    font-size: 3rem;
  }
}

.side-search {
  margin-top: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .side-search {
    margin-top: 1.3037809648vw;
    margin-bottom: 2.6075619296vw;
  }
}
.side-search button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.side-search button:hover {
  opacity: 0.7;
}
.side-search input,
.side-search select,
.side-search textarea {
  font-family: inherit;
  font-size: 100%;
}
.side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.side-search-box {
  border: 1px solid #dadada;
  background-color: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .side-search-box {
    padding: 1.3037809648vw;
  }
}
.side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
  width: calc(100% - 16px);
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
    width: calc(100% - 4vw);
    font-size: max(3rem, 16px);
  }
}
.side-search .search-btn {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../img/download/icn_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .side-search .search-btn {
    width: 4vw;
    height: 4vw;
  }
}

.side-category {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .side-category {
    margin-top: 1.3037809648vw;
  }
}
.side-category .item {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5em;
  margin-top: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .side-category .item {
    font-size: 2.4rem;
  }
}
.side-category .item:first-of-type {
  margin-top: 0;
}
.side-category .item::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .side-category .item::before {
    width: 0.3em;
    height: 0.3em;
  }
}

.ranking-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ranking-list {
    margin-top: 1.3037809648vw;
  }
}
.ranking-list .item {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ranking-list .item {
    margin-top: 2.6075619296vw;
  }
}
.ranking-list .item::after {
  content: "";
  width: 47px;
  height: 42px;
  display: block;
  position: absolute;
  left: -15px;
  top: -12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ranking-list .item::after {
    width: 7.1707953064vw;
    height: 7.1707953064vw;
    left: -1.9556714472vw;
    top: -1.5645371578vw;
  }
}
.ranking-list .item:first-of-type {
  margin-top: 0;
}
.ranking-list .item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking-list .item-img {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ranking-list .item-img {
    width: 20vw;
    height: 20vw;
  }
}
.ranking-list .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking-list .item-cnt {
  width: 116px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .ranking-list .item-cnt {
    width: calc(100% - 20vw);
    padding-left: 4vw;
  }
}
.ranking-list .item-cnt .ttl {
  font-size: 1.2rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ranking-list .item-cnt .ttl {
    font-size: 2.4rem;
  }
}
.ranking-list .item.-rank1::after {
  background-image: url(../img/download/rank1@2x.png);
}
.ranking-list .item.-rank2::after {
  background-image: url(../img/download/rank2@2x.png);
}
.ranking-list .item.-rank3::after {
  background-image: url(../img/download/rank3@2x.png);
}
.ranking-list .item.-rank4::after {
  background-image: url(../img/download/rank4@2x.png);
}
.ranking-list .item.-rank5::after {
  background-image: url(../img/download/rank5@2x.png);
}

#main_visual.mv_small {
  height: 200px;
}
@media screen and (max-width: 767px) {
  #main_visual.mv_small {
    height: 120px;
  }
}
#main_visual.mv_small .mv-wrapper {
  height: 100%;
}
#main_visual.mv_small .content__title {
  color: #fff;
  top: 50%;
}

/* .breadcrumb-wrapper,
.breadcrumb {
  background: #fff;
} */

/* 2024-07-17 Added by CSS  */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	#future #main_visual {
		height: auto;
	}
	#future .content__title {
		left: 40px;
	}
	#future .c-bgcolor-box-img {
		width: calc(100% - 440px);
	}
	#news #main_visual {
		height: auto;
	}
	#main_visual.mv_small .content__title {
		left: 40px;
	}
	#news .c-bgcolor-box-img {
		width: calc(100% - 440px);
	}
	#news .content-inner {
		column-gap: 20px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	#future #main_visual {
		height: auto;
	}
	#future .content__title {
		left: 20px;
		bottom: -110px;
	}
	#future .c-bgcolor-box-img {
		width: calc(100% - 400px);
	}
	#future .c-bgcolor-box-cnt {
    	width: 380px;
	}
	#news #main_visual {
		height: auto;
	}
	#news .content__title {
		left: 20px;
	}
	#news .content-inner {
		column-gap: 20px;
		padding: 0 20px;
	}
	#news .content-inner .side-box {
		padding: 20px;
	}
	#news .news_box_wrap .news_box .txt_box .ttl {
    	font-size: 1.5rem;
	}
}