@charset "UTF-8";

/* グロナビのカレント表示 */
ul.gnavi li.future a p span::after {
	width: 100%;
	max-width: 44px;
}

sup.base {
  vertical-align: baseline;
}

.inner {
  position: relative;
  max-width: 1020px;
  padding-inline: 20px;
  margin-inline: auto;
}
/* mv
========================== */
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv_box_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.mv_box {
  position: relative;
  width: 100%;
  max-width: 465px;
  background-color: #060933;
  color: #fff;
  padding: 20px 20px;
}
.mv_box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 97, .4);
  top: 20px;
  left: 20px;
  z-index: -1;
}
.mv_title .en {
  display: block;
  font-size: 17px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
.mv_title {
  font-size: 45px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-weight: 100;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.mv_text {
  margin-top: 14px;
  font-size: 15px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width:768px) {
  .mv_box_wrap {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: 0;
  }
  .mv_box {
    position: relative;
    width: 70%;
    padding: 20px 20px;
  }
  .mv_box::before {
    top: 14px;
    left: 14px;
  }
  .mv_title .en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
  }
  .mv_title {
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-weight: 100;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .mv_text {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

/* 共通タイトル
========================== */
.title {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.text {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
.text .cap {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: normal;
}
.contents_bg .title,
.contents_bg .text {
  color: #fff;
}

@media only screen and (max-width:768px) {
  .title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .text {
    font-size: 13px;
    line-height: 2;
  }
}


/* contents
============================== */
.contents {
  padding-top: 100px;
}
.contents_kv {
  margin-bottom: 60px;
}
.contents .title {
  margin-bottom: 16px;
}
.contents_title {
  position: relative;
  color: #B4A064;
  padding-top: 6px;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.contents_title::before {
  content: '';
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1  );
  bottom: 0;
  width: calc(100vw - ((100vw - 980px) / 2 )   );
  height: 1px;
  background-color: #B4A064;
}
.contents_title::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 132px;
  background-color: #B4A064;
}
.contents_cap {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1.5;
}

@media only screen and (max-width:768px) {
  .contents {
    padding-top: 60px;
  }
  .contents_kv {
    margin-bottom: 20px;
  }
  .contents .title {
    margin-bottom: 16px;
  }
  .contents_title {
    padding-top: 6px;
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .contents_title::before {
    left: -20px;
    bottom: 0;
    width: calc(100% + 20px);
  }
  .contents_title::after {
    left: -10px;
  }
}


/* contents_top
==================================== */
.contents_top {
  padding-bottom: 120px;
}

@media only screen and (max-width:768px) {
  .contents_top {
    padding-bottom: 60px;
  }
}

/* town_contents
======================================= */
.town_contents {
  margin-top: 80px;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
.town_item {
  width: calc(50% - 15px);
}
.town_item_a {
  background: url(../images/future/a_bg.jpg) no-repeat center center / cover;
}
.town_item_b {
  background: url(../images/future/b_bg.jpg) no-repeat center center / cover;
}
.town_item_c {
  background: url(../images/future/c_bg.jpg) no-repeat center center / cover;
}
.town_item_d {
  background: url(../images/future/d_bg.jpg) no-repeat center center / cover;
}
.town_item_e {
  width: 100%;
  background: url(../images/future/e_bg.jpg) no-repeat center center / cover;
}
.town_item_body {
  display: flex;
  min-height: 180px;
}
.town_item_left {
  width: 36px;
  flex-shrink: 0;
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  padding-top: 30px;
  color: #fff;
}
.town_item_a .town_item_left {
  background-color: #e78b5e;
}
.town_item_b .town_item_left {
  background-color: #62a296;
}
.town_item_c .town_item_left {
  background-color: #d0b727;
}
.town_item_d .town_item_left {
  background-color: #1c8cb0;
}
.town_item_e .town_item_left {
  background-color: #777596;
}
.town_item_right {
  padding: 30px 20px 0px 20px;
}
.town_item_title {
  font-size: 17px;
  margin-bottom: 14px;
}
.town_item_text {
  font-size: 15px;
}
.town_item_wrap {
  display: flex;
  column-gap: 30px;
}
.t_cap_bottom {
  bottom: -16px;
}
@media only screen and (max-width:768px) {
  .town_contents {
    margin-top: 80px;
    row-gap: 20px;
  }
  .town_item {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  .town_item_body {
    display: flex;
    min-height: auto;
  }
  .town_item_left {
    width: 28px;
    font-size: 18px;
    font-family: sans-serif !important;
    padding-top: 18px;
  }
  .town_item_right {
    padding: 20px 10px;
  }
  .town_item_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .town_item_text {
    font-size: 12px;
  }
  .town_item_wrap {
    flex-direction: column;
    row-gap: 24px;
  }
}


/* contents_bg
======================================= */
.contents_bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(103,114,132);
  background: linear-gradient(90deg, #677284 0%, #465064 100%);
}
.histry_contents {
  margin-top: 50px;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1020px;
}
.histry_contents_title {
  color: #fff;
  font-size: 18px;
}


@media only screen and (max-width:768px) {
  .contents_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .histry_contents_title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
}

