@charset "utf-8";
/* CSS Document */
/*共通*/
#future {
  width: 974px;
  margin: auto;
  font-family: serif;
}
#future .pc {
  display: block;
}
#future .sp {
  display: none;
}
#future img {
  vertical-align: bottom;
}
#future p {
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
  height: auto;
}
#future .wrap {
  text-align: center;
  margin: 0 auto 140px;
}
#future .wrap > p {
  margin: 60px auto;
}
#future h3 {
  width: 100%;
  margin: 10px auto 0;
  font-weight: bold;
  line-height: 3.5;
  border-bottom: solid 1px #333;
}
#future h3 span {
  position: relative;
  width: fit-content;
  margin: 20px auto;
  padding-left: 40px;
  line-height: 3.5;
}
#future h3 span::before {
  content: attr(number);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#future .mark {
  background: linear-gradient(transparent 50%, #f5f2eb 50%);
}
#future .img_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#future .img_list img {
  height: 350px;
  margin-right: 20px;
}
#future .img_list img:last-child {
  margin-right: 0;
}
#future a.btn {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  width: 450px;
  padding: 12px;
  background: #333;
  color: #fff;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
#future .btn span{
  display: block;
  font-size: 14px;
}
#future small{
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
/*共通*/
/*パンくず・SNS*/
.page_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  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: 0;
  font-size: 13px;
  line-height: 1;
}
.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: 38px 0 62px;
}
#mainvisual picture {
  vertical-align: bottom;
  display: block;
}
/*メインビジュアル*/
/*リード*/
#lead {
  text-align: center;
  margin-bottom: 150px;
}
#lead .d-headding01{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 52px;
}
#lead .d-headding01 > .subTxt{
  line-height: 1;
  font-size: 14px;
}
#lead > p{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2.2;
}
/*リード*/
/*アイテムカラム*/
.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.item_list .item_box {
  width: 48%;
  margin-bottom: 80px;
}
#future .item_list .item_box .txt_ > p {
  font-size: 14px;
  margin: 20px auto 30px;
  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: 16px;
  letter-spacing: 0.05em;
  color: #231F20;
}
.item_list .item_box .txt_ .detail .check a {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  background: #333;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 28px 4px 16px;
}
.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: 48px;
  line-height: 50px;
  width: 260px;
  background: #00583f;
  color: #fff;
  font-size: 16px;
  float: right;
  margin-top: 36px;
}
.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;
}
/*アイテムカラム*/
a:hover{
  -webkit-text-decoration:none;
  text-decoration:none;
}
#future a {
  transition: opacity .3s;
}
#future .item_box .txt_ .detail .check a:hover,
#future .item_list a.more_btn:hover,
#future a.btn:hover,
#future .greenBtn:hover,
#future .step-item>a:hover {
  -webkit-text-decoration:none;
  text-decoration:none;
  opacity: .8;
}
/*特集リスト*/
/* 2024 */
:root{
  --font-bodoni-moda:'Bodoni Moda', serif;
}

#future.feature .d-fig img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
/*タイトル・テキスト*/
#future.feature .d-headding02{
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: fit-content;
  min-height: 62px;
  color: #231F20;
  margin: 0 auto 50px;
  font-size: 25px;
  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: 660px;
  height: 100%;
}
#future.feature .d-headding02 > .headdingBG > span{
  width: 6px;
  height: 100%;
  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: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#future.feature .d-headding02 > .headdingBG > span::before{
  left: 0;
}
#future.feature .d-headding02 > .headdingBG > span::after{
  right: 0;
}
#future.feature .d-headding02 > .headdingBG > span:nth-of-type(1){
  left: 0;
}
#future.feature .d-headding02 > .headdingBG > span:nth-of-type(1)::before{
  width: 3px;
}
#future.feature .d-headding02 > .headdingBG > span:nth-of-type(2){
  right: 0;
}
#future.feature .d-headding02 > .headdingBG > span:nth-of-type(2)::after{
  width: 3px;
}
#future.feature .d-headding02 > strong{
  flex-shrink: 0;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
#future.feature .d-headding02 > strong > span{
  display: inline!important;
}
#future.feature .d-headding02 > span{
  display: block;
  font-size: 25px;
}
#future.feature .d-headding02 > span > .subTxt{
  font-size: 16px;
  letter-spacing: 0.08em;
}
#future.feature .step-item {
  flex: 1;
}
#future.feature .step-item > dl{
  margin: 12px auto 0;
}
#future.feature .step-item > dl > dt{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#future.feature .step-item > dl > dd{
  padding: 0 0px 0 10px;
  margin: 6px auto 0;
  line-height: 1.8;
  font-size: 13px;
  font-weight: 500;
  /* text-align: justify; */
  letter-spacing: 0.01em;
  text-align: left;
}

/*レイアウト*/
#future.feature .wrap{
  margin-bottom: 150px;
}
#future.feature .wrap.-wrap01 .txt_box p{
  margin-bottom: 150px;
}
#future.feature .wrap.-wrap02 > p{
  margin: 48px auto 0;
  line-height: 2;
}
#future.feature .subWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
#future.feature .wrap.-wrap03 .subWrap {
  width: 702px;
  margin: 0 auto;
}
#future.feature .wrap.-wrap04 .subWrap {
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
#future.feature .wrap.-wrap04 .step-item {
  width: 702px;
}
#future.feature .wrap.-wrap04 .step-item2 {
  display: flex;
}
#future.feature #other_future > figure {
  margin-bottom: 70px;
}

/*****************************************************************************************/
#future.feature .txt_box {
  position: relative;
}
#future.feature .txt_box p {
  margin: 66px 0;
  position: relative;
}
#future.feature .item_box_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#future.feature .item_box{
  flex: 1;
  width: auto;
  margin: 28px auto 0;;
}
#future.feature .item_box > .txt_ > h3{
  font-size: 16px;
  border: none;
  text-align: left;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#future.feature .item_box > .txt_ > h3 span{
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
#future.feature .item_box > .txt_ .txt_inner_{
  padding: 0 0 0 20px;
  margin-top: 18px;
  border-left: 1px solid #366150;
}
#future.feature .item_box > .txt_ .txt_inner_ > p{
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
#future.feature .item_box > .txt_ .txt_inner_ .detail{
  padding: 0;
  margin: 20px auto 0;
  display: flex;
}
#future.feature .item_box > .txt_ .txt_inner_ .name{
  font-size: 13px;
}
#future.feature .item_box > .txt_ .txt_inner_ .price{
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  font-size: 13px;
}
#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: 120px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 12px;
}
#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;
  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;
}
#future.feature .item_box > .txt_ .txt_inner_.simple {
  height: 4em;
  display: flex;
  padding: 10px 0 10px 14px;
  align-items: center;
}
#future.feature .item_box > .txt_ .txt_inner_.simple .detail {
  margin: 0;
}
#future.feature .item_box .txt_ .detail li {
  display: flex;
  align-items: center;
  width: 280px;
}

/* feature btn */
#future.feature .feature_list{
  margin: 150px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#future.feature .feature_list > li{
  width: 270px;
  min-height: 50px;
}
#future.feature .feature_list > li > a{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #1B1819;
  font-weight: 500;
  font-size: 12px;
}

/* sns list */
#future .sns-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
  margin-top: 100px;
}
#future .sns-list .sns-ig img {
	width: 40px;
}
#future .sns-list .sns-yt img {
	width: 50px;
}
#future .sns-list .sns-ln img {
	width: 40px;
}

/* 注目の特集 */
#future .toppage-features-header-sub {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.5;
}
#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;
}