@charset "utf-8";
/* CSS Document */
/*共通*/
#future {
  width: auto;
  margin: auto;
  font-family: serif;
}
#future .sp {
  display: block;
}
#future .pc {
  display: none;
}
#future p {
  font-size: 3.5vw;
  line-height: 1.75;
  text-align: justify;
  font-weight: 500;
}
#future .wrap {
  text-align: center;
  margin: 0 20px 60px;
}
#future .wrap > p {
  margin: 20px auto;
}
#future h3 {
  width: 100%;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 1px #333;
}
#future h3 span {
  position: relative;
  font-size: 16px;
  margin: 20px auto;
  padding-left: 30px;
  line-height: 1.5;
}
#future h3 span::before {
  content: attr(number);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#future .img_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#future .img_list img {
  width: 49%;
  margin-right: 5px;
}
#future .img_list img:last-child {
  margin-right: 0;
}
#future small{
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
/*共通*/
/*パンくず・SNS*/
.page_nav {
  margin: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.page_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
}
.page_nav ul.breadcrumbs li{
  width: auto;
}
.page_nav ul.breadcrumbs li::after {
  content: '\03e';
  padding: 10px;
}
.page_nav ul.breadcrumbs li:last-child::after {
  content: none;
}
.page_nav ul.sns {
  justify-content: right;
}
.page_nav ul.sns li {
  margin-right: 5px;
  line-height: 0;
  vertical-align: bottom;
}
/*パンくず・SNS*/
/*メインビジュアル*/
#mainvisual{
  margin: 10px 0 40px;
}
/*メインビジュアル*/
/*リード*/
#lead {
  text-align: center;
  margin-bottom: 100px;
}
#lead .d-headding01{
  padding: 0 5px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#lead .d-headding01 > .subTxt{
  line-height: 1;
  font-size: 15px;
}
#lead > p{
  margin: 0 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.03em;
}
#lead > p + p{
  margin-top: 30px;
}
/*リード*/
/*アイテムカラム*/
.item_list {
  display: block;
}
.item_list .item_box {
  width: 100%;
  margin-bottom: 60px;
  display: block;
}
.item_list .item_box .img_ {}
.item_list .item_box .txt_ > p {
  margin: 20px auto;
  text-align: justify;
}
.item_list .item_box .txt_ .detail {
  padding: 0;
}
#future .item_list .item_box .txt_ .detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
#future .item_list .item_box .txt_ .detail li p{
  font-size: 4vw;
  letter-spacing: 0.05em;
  color: #333;
}
.item_list .item_box .txt_ .detail .check a {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  background: #333;
  font-size: 2vw;
  color: #fff;
  letter-spacing: 0;
  line-height: 1px;
  padding: 4px 20px 2px 10px;
}
.item_list .item_box .txt_ .detail .check a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 60%;
  right: 14%;
  margin-top: -6px;
}
.item_list a.more_btn {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #00583f;
  color: #fff;
  font-size: 3.5vw;
  float: none;
  margin-top: 20px;
}
.item_list a.more_btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 54%;
  right: 7%;
  margin-top: -6px;
}
/*アイテムカラム*/
#future.feature #other_future ul li span {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #00583f;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 3.5vw;
}
#future #other_future p{
  text-align: center;
}
/*特集リスト*/
/* 2024 */
:root{
  --font-bodoni-moda:'Bodoni Moda', serif;
  --base-width-sp:375;
}
#future.feature{
  font-feature-settings: "palt" 1;
}
#future.feature .d-fig img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*タイトル・テキスト*/
#future.feature .d-headding02{
  padding: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
  min-height: auto;
  color: #231F20;
  margin: 0 auto 30px;
  font-size: 4.5vw;
  font-weight: bold;
}
#future.feature .d-headding02::before,
  #future.feature .d-headding02::after{
  display: none!important;
}
#future.feature .d-headding02 > .headdingBG{
  display: block;
  position: absolute;
  width: calc(100% - 81px);
  height: 6px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
#future.feature .d-headding02 > .headdingBG > span{
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#future.feature .d-headding02 > .headdingBG > span::before,
  #future.feature .d-headding02 > .headdingBG > span::after{
  content: '';
  display: block;
  background: #231F20;
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#future.feature .d-headding02 > .headdingBG > span::before{
  top: 0;
  height: 3px;
}
#future.feature .d-headding02 > .headdingBG > span::after{
  bottom: 0;
}
#future.feature .d-headding02 > .headdingBG > span:nth-of-type(2){
  display: none!important;
}
#future.feature .d-headding02 > strong{
  padding: 0 30px;
  flex-shrink: 0;
  font-size: 26px;
  line-height: 1;
  font-style: italic;
  font-family: 'Bodoni Moda', serif;
  font-family: var(--font-bodoni-moda);
  font-weight: 400;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
}
#future.feature .d-headding02 > span{
  display: block;
  font-size: 18px;
}
#future.feature .d-headding02 > span > .subTxt{
  font-size: 13px;
  letter-spacing: 0.08em;
}
#future.feature .step-item > dl{
  margin: 12px auto 0;
}
#future.feature .step-item > dl > dt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#future.feature .step-item > dl > dd{
  padding: 0;
  margin: 2px auto 0;
  line-height: 2;
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.01em;
}
/*レイアウト*/
#future.feature > .wrap{
  padding: 0;
  margin: 0;
}
#future.feature > .wrap:nth-of-type(n+2){
  margin-top: 100px;
}
#future.feature .txt_box {
  position: relative;
  margin: 0 20px;
}
#future.feature .txt_box p {
  margin: 40px auto 50px;
  line-height: 2;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#future.feature .wrap.-wrap01 .d-fig{
  margin: 0 20px;
}
#future.feature .wrap.-wrap02 .d-fig,
#future.feature .wrap.-wrap03 .d-fig,
#future.feature .wrap.-wrap04 .d-fig,
#future.feature #other_future .d-fig{
  width: calc(100% - 81px);
  margin: 0 auto 20px;
}
#future.feature .wrap.-wrap02 > p{
  padding: 0 20px 0;
  margin: 28px auto 0;
  line-height: 1.8;
}
#future.feature .wrap.-wrap02 > p + p{
  margin: 25px auto 0;
}
#future.feature .wrap.-wrap04 .item_list{
  padding: 0 40px 0;
  margin: 20px auto 0;
  display: block;
}

/****************************************************************************/

#future.feature .item_box_wrap{
  display: block;
  width: 100%;
  margin: 20px auto 0;
}
#future.feature .item_box{
  margin: 0 auto 50px;
  padding: 0 40px 0;
}
#future.feature .item_box:nth-of-type(n+2){
  margin-top: 38px;
}
#future.feature .item_box > .txt_ > h3{
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border: none;
  text-align: left;
  line-height: 1;
  padding: 0;
  margin: 0;
  position: relative;
}
#future.feature .item_box > .txt_ > h3 > span{
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
#future.feature .item_box > .txt_ > h3::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background:#366150;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
#future.feature .item_box > .txt_ .txt_inner_{
  padding: 0;
  margin: 10px auto 0;
  border: none;
}
#future.feature .item_box > .txt_ .txt_inner_ > p{
  text-align: left;
  font-size: 13px;
}
#future.feature .item_box > .txt_ .txt_inner_ .detail{
  width: 100%;
  padding: 0;
  margin: 16px auto 0;
  display: flex;
}
#future.feature .item_box > .txt_ .txt_inner_ .detail > li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#future.feature .item_box > .txt_ .txt_inner_ .name{
  font-size: 13px;
}
#future.feature .item_box > .txt_ .txt_inner_ .price{
  padding-right: 5px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  font-size: 13px;
  color: #333;
}
#future.feature .item_box > .txt_ .txt_inner_ .price > small{
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 11px;
}
#future.feature .item_box > .txt_ .txt_inner_ .check{
  width: 110px;
  height: 26px;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 12px;
  flex-shrink: 0;
}
#future.feature .item_box > .txt_ .txt_inner_ .check span,
#future.feature .item_box > .txt_ .txt_inner_ .check a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #366150;
}
#future.feature .item_box > .txt_ .txt_inner_ .check span::after,
#future.feature .item_box > .txt_ .txt_inner_ .check a::after{
  display: none;
}
#future.feature .item_box > .txt_ .txt_inner_ .check span{
  background: #534e4e;
  white-space: nowrap;
  letter-spacing: 0;
}
#future.feature .long span {
  line-height: 2;
}
#future.feature .item_box > .txt_ > h3.long {
  margin: 20px 0 20px;
}
#future.feature .item_box > .txt_ > h3.long::after {
  top: 60%;
}
#future.feature #other_future p {
  width: calc(100% - 42px);
  margin: 30px auto 0;
  text-align: left;
}

/* feature btn */
#future.feature .feature_list{
  margin: 100px auto 80px;
}
#future.feature .feature_list > li{
  width: calc(100% - 75px);
  margin: 0 auto;
}
#future.feature .feature_list li:nth-of-type(n+2) {
  margin-top: 12px;
}
#future.feature .feature_list > li > a {
  display: block;
  width: 100%;
  padding: 0;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #1B1819;
  font-weight: 500;
  font-size: 3.5vw;
}

/* sns list */
#future .sns-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.86vw;
}
#future .sns-list .sns-ig img {
	width: 8vw;
}
#future .sns-list .sns-yt img {
	width: 10vw;
}
#future .sns-list .sns-ln img {
	width: 8vw;
}

/* 注目の特集 */
#future .toppage-features-header-sub {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
#future .features ul .name {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}