@charset "utf-8";

:root {
  --media_pc: 1680; /* VW計算用 calc(vw / var(--media_pc)) */
  --media_sp: 750;
}

.img_wrap {
  position: relative;
}
.img_wrap h3{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:244px;
}
.train .img_wrap h3{
  top:47.68%;
  width:283px;
}
.container .caption {
  line-height: 1.2;
}
.img_wrap .caption{
  position: absolute;
  font-size: 12px;
  right: 4px;
  bottom: 2px;
  color: #fff;
  line-height: 1.2;
}
.img_wrap .caption.wh {
  color: #fff;
}
.img_wrap .caption.bk {
  color: #000;
}
.section,
.section_inner_wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
.main_wrap{
  position: relative;
  max-width: 100%;
  width:100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.container{
  overflow: hidden;
}
.main_wrap > div.bg{
  object-fit: cover;
  margin: auto;
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: calc(100vh - 105px);
  height: calc(100svh - 105px);
}
.main_wrap > div.bg_wrap {
  background: url(../img/future/kv_pc.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  transition: transform 8s;
}
.loaded .main_wrap > div.bg_wrap {
  transform: scale(1);
  transition: transform 8s;
}
.bg h2 {
  width: 197px;
  margin: 0 auto;
  opacity:0;
  font-size: 70px;
  color: #fff;
  font-family: "AGaramondPro-Regular";
}
.bg.active h2 {
  opacity:1;
  transition-duration: .5s;
}
.main_wrap > div.bg .caption{
  position: absolute;
  bottom:0;
  right:0;
  margin:5px;
  font-size:12px;
  color:#fff;
}.main_wrap > div.bg .caption.bk {
  color: #000;
}
.section.intro .page_copy {
  font-size: 15px;
  line-height: calc(40/15);
  text-align: center;
  /*! padding: 96px 0; */
  letter-spacing: 0.12em;
  margin-top: 53px;
}
@media all and (max-width: 768px) {
  .img_wrap h3{
    width: calc(204 / var(--media_sp) * 100vw);
  }
  .train .img_wrap h3{
    width: calc(236 / var(--media_sp) * 100vw);
    top:50%;
  }
  .container .caption {
    line-height: 1.2;
  }
  .img_wrap .caption{
    margin: 0.267vw 0.333vw;
    font-size: 2.667vw;
  }
  .container{
    margin-top: 18.667vw;
  }
  .main_wrap{
    position: relative;
    max-width: 100%;
    width:100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom:106.667%;
  }
  .main_wrap > div.bg{
    height:auto;
    padding-bottom:106.667%;
    position: absolute;
    top:0;
    left:0;
  }
  .bg h2 {
    width: calc(172 / var(--media_sp) * 100vw);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    font-size: calc(35 * 2 / var(--media_sp) * 100vw);
  }
  .main_wrap > div.bg_wrap {
    background: url(../img/future/kv_sp.webp) no-repeat center;
    background-size: cover;
  }
  .main_wrap > div.bg .caption{
    margin:0.667vw 1.333vw;
    font-size:2.667vw;
  }
  .section.intro .page_copy {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: 2;
    padding: calc(53 / var(--media_sp) * 100vw) 0 calc(0 / var(--media_sp) * 100vw);
    margin: 0 auto;
  }
}

.section.intro p {
  line-height: 1;
  text-align: center;
}
.section.intro .title .jp-title {
  font-size: 50px;
  letter-spacing: 0.4em;
  width: fit-content;
  margin: 0 auto;
  display: block;
  left: 0.20em;
  position: relative;
  margin-bottom: 24px;
}
.section.intro .title .en-title {
  color: #76829f;
  font-size: 18px;
  font-family: "AGaramondPro-Regular";
  letter-spacing: 0.09em;
}
.section.intro  {
  padding: 110px 0 127px;
}
@media all and (max-width: 768px) {
  .section.intro .title .jp-title {
    font-size: calc(28 * 2 / var(--media_sp) * 100vw);
    margin-bottom: 24px;
  }
  .section.intro .title .en-title {
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
  }
  .section.intro  {
    padding: calc(107 / var(--media_sp) * 100vw) 0 calc(100 / var(--media_sp) * 100vw);
  }
}

.contents_wrap {
  background: url(../img/future/cont_bg_pc.webp) no-repeat top right;
  background-size: cover;
}
.section.illustmap {
  padding-top: 151px;
  background-color: rgba(255,255,255,0.4);
  padding-bottom: 194px;
}
.illustmap .illustmap-list {
  max-width: 1360px;
  margin: 0 auto;
}
.illustmap-list ul {
  display: grid;
  grid-template-columns: 800fr 420fr;
  gap: 0 5%;
  padding: 0 40px;
  box-sizing: border-box;
}
.illustmap-list li:nth-child(1){
  grid-row: 2/3;
  grid-column: 1/3;
  margin-top: 74px;
}
.illustmap-list li:nth-child(2){
  grid-row: 1/2;
  grid-column: 1/2;
}
.illustmap-list li:nth-child(3){
  grid-row: 1/3;
  grid-column: 2/3;
  padding-right: 19px;
}
.illustmap-list li:nth-child(4){
  grid-row: 3/4;
  grid-column: 1/3;
  width: 940px;
  margin-top: -229px;
}
@media all and (max-width: 1280px) {
  .illustmap-list li:nth-child(4){
    margin-top: -12vw;
  }
}
@media all and (max-width: 1000px) {
  .illustmap-list ul {
    grid-template-columns: 100%;
    padding: 0 40px;
    gap: 40px 0;
    box-sizing: content-box;
  }
  .illustmap-list li:nth-child(1){
    grid-row: 3/4;
    grid-column: 1/2;
    margin-top: 0;
  }
  .illustmap-list li:nth-child(2){
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .illustmap-list li:nth-child(3){
    grid-row: 2/3;
    grid-column: 1/2;
    padding-right: 19px;
  }
  .illustmap-list li:nth-child(4){
    grid-row: 5/6;
    grid-column: 1/2;
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .contents_wrap {
    background: url(../img/future/cont_bg_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .section.illustmap {
    padding-top: 12.1vw;
    background-color: rgba(255,255,255,0.4);
    padding-bottom: 9vw;
  }
  .illustmap .illustmap-list {
    max-width: 1360px;
    margin: 0 auto;
  }
  .illustmap-list ul {
    grid-template-columns: 100%;
    padding: initial;
    gap: 40px 0;
    box-sizing: content-box;
    
    display: block;
  }
  .illustmap-list li {
    width: 89.333333333333333%;
    margin: 13.7vw auto 0px;
  }
  .illustmap-list li:nth-child(1){
    margin-top: 0;
    width: 100%;
  }
  .illustmap-list li:nth-child(2){
    margin: 9.2vw auto 0px;
  }
  .illustmap-list li:nth-child(3){
    padding-right: initial;
  }
  .illustmap-list li:nth-child(4){
    width: 100%;
    margin-top: initial;
    width: 89.333333333333333%;
    margin: 18.7vw auto 0px;
  }
}

.illustmap-list li p,
.illustmap-list li span {
  line-height: 1;
}
.illustmap-list li .illustmap-content .title-wrap  {
  height: fit-content;
  display:flex;
  align-content: center;

  border-bottom: solid 1px #ccc;
  padding-bottom: 6px;
  margin-bottom: 29px;
}
.illustmap-list li .title-wrap .number-block {
  width: 30px;
  height: 30px;
  background-color: #2780b3;
  display: inline-grid;
  place-content: center;
}
.illustmap-list li .title-wrap .number-block span {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-family: "AGaramondPro-Regular";
  display: block;
  top: 0.1em;
  position: relative;
}
.illustmap-list li .title-wrap .number-title {
  display: inline-block;
  position: relative;
  top: -2px;
  height: fit-content;
}
.illustmap-list li .title-wrap .number-title p {
  font-size: 25px;
  color: #2780b3;
  height: 30px;
  line-height: calc(35/25);
  height: fit-content;
  margin-left: 8px;
  letter-spacing: 0.15em;
}
.illustmap-list li .title-wrap .number-title .small_char,
.illustmap-list li .title-wrap .number-title .tentative {
  font-size: 16px;
}
.illustmap-list li .title-wrap .number-title sup {
font-size: 0.5em;
  vertical-align: 0.8em;
}
@media all and (max-width: 768px) {
  .illustmap-list li p,
  .illustmap-list li span {
    line-height: 1;
  }
  .illustmap-list li .illustmap-content .title-wrap  {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5.1vw;
    margin-bottom: 5.1vw;
  }
  .illustmap-list li .title-wrap .number-block {
    width: 7.33vw;
    height: 7.33vw;
    min-width: 7.33vw;
  }
  .illustmap-list li .title-wrap .number-block span {
    color: #fff;
    line-height: 1;
    font-size: calc(17 * 2 / var(--media_sp) * 100vw);
    font-family: "AGaramondPro-Regular";
    display: block;
    top: 0.1em;
    position: relative;
  }
  .illustmap-list li .title-wrap .number-title {
    display: inline-block;
    position: relative;
    top: -2px;
    height: fit-content;
    width: fit-content;
  }
  .illustmap-list li .title-wrap .number-title p {
    font-size: calc(17 * 2 / var(--media_sp) * 100vw);
    height: initial;
    line-height: calc(26/17);
    top: 0.4vw;
    position: relative;
    margin-left: 2.8vw;
  }
  .illustmap-list li .title-wrap .number-title .small_char,
  .illustmap-list li .title-wrap .number-title .tentative {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    letter-spacing: 0.15em;
  }
  .illustmap-list li .title-wrap .number-title sup {
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
    vertical-align: 0.08em;
    letter-spacing: 0.15em;
  }
}

.illustmap-list li .main-text .title {
  font-size: 24px;
  line-height: calc(37/24);
  margin-top: -4px;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.illustmap-list li .main-text .text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  white-space: ;
}
.illustmap-list li .label-wrap {
  display: flex;
  gap: 2px;
  width: 100%;
  margin-bottom: 17px;
}
.illustmap-list li .label {
  height: 34px;
  display: grid;
  place-content: center;
  background-color: #2780b3;
  width: 100%;
}
.illustmap-list li .label p {
  font-size: 17px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.illustmap-list li .detail-list .title,
.illustmap-list li .detail-list .list .dot {
  font-size: 13px;
  line-height: calc(19/13);
  color: #2780b3;
  letter-spacing: 0.1em;
}
.illustmap-list li .detail-list .list {
    font-size: 13px;
  line-height: calc(19/13);
    letter-spacing: 0.1em;
}
.illustmap-list li .detail-list .caption {
  font-size: 12px;
  line-height: calc(19/12);
  letter-spacing: 0.1em;
}
.image-wrap .caption {
  font-size: 13px;
  line-height: calc(19/13);
  position: absolute;
  bottom: 0;
  right: 4px;
  letter-spacing: 0.1em;
  text-align: left;
}
.image-wrap .caption.wh {
  color: #fff;
}
@media all and (max-width: 768px) {
  .illustmap-list li .main-text .title {
    font-size: calc(16 * 2 / var(--media_sp) * 100vw);
    line-height: calc(24/16);
    margin-top: initial;
    margin-bottom: 2vw;
    letter-spacing: 0.15em;
  }
  .illustmap-list li .main-text .text {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: 2;
    margin-bottom: calc(26 / var(--media_sp) * 100vw);
    letter-spacing: 0.1em;
    white-space: ;
    letter-spacing: 0.15em;
    white-space: initial;
  }
  .illustmap-list li .label-wrap {
    gap: calc(10 / var(--media_sp) * 100vw);
    margin-bottom: 4.1vw;
  }
  .illustmap-list li .label {
    height: calc(61 / var(--media_sp) * 100vw);
  }
  .illustmap-list li .label p {
    font-size: calc(13 * 2 / var(--media_sp) * 100vw);
    letter-spacing: 0.15em;
  }
  .illustmap-list li .detail-list .title,
  .illustmap-list li .detail-list .list .dot {
    font-size:  calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: calc(17/12);
    color: #2780b3;
    letter-spacing: 0.1em;
    letter-spacing: 0.15em;
  }
  .illustmap-list li .detail-list .list {
    font-size:  calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: calc(17/12);
      letter-spacing: 0.06em;
  }
  .illustmap-list li .detail-list .caption {
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
    line-height: calc(17/10);
    letter-spacing: 0.15em;
  }
  .image-wrap .caption {
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
    line-height: calc(17/10);
    right: 0;
    letter-spacing: 0;
  }
}

.illustmap-list li:nth-child(2) .illustmap-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.illustmap-list li:nth-child(2) .illustmap-content .title-wrap {
  grid-row: 1/2;
  grid-column: 1/3;
}
.illustmap-list li:nth-child(2) .illustmap-content .text-wrap {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-right: 28px;
}
.illustmap-list li:nth-child(2) .illustmap-content .image-wrap {
  grid-row: 2/3;
  grid-column: 2/3;
  position: relative;
  height: fit-content;
}
.illustmap-list li:nth-child(2) .illustmap-content .image-wrap .caption {
  right: initial;
  left: 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .illustmap-list li:nth-child(2) .illustmap-content {
    display: block;
  }
  .illustmap-list li:nth-child(2) .illustmap-content .text-wrap {
    padding-right: initial;
  }
  .illustmap-list li:nth-child(2) .illustmap-content .title-wrap  {
    padding-bottom: 1vw;
    padding-bottom: 3vw;
  }
  .illustmap-list li:nth-child(2) .illustmap-content .image-wrap {
    margin-top: 5vw;
  }
}

.illustmap-list li:nth-child(3) .grid-wrap {
  display: grid;
  gap: 5px;
  margin-top: 23px;
}
.illustmap-list li:nth-child(3) .grid-wrap .img-wrap {
  display: block;
  position: relative;
}
.illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.illustmap-list li:nth-child(3) .grid-wrap .img-wrap .caption {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 12px; 
  letter-spacing: 0;
}
.illustmap-list li:nth-child(3) .image-wrap {
  position: relative;
}
.illustmap-list li:nth-child(3) .image-wrap > .caption {
  bottom: -1.8em;
  right: initial;
  left: 0;
}
.illustmap-list li:nth-child(3) .title-wrap .number-title p{
  white-space: nowrap
}
@media all and (max-width: 768px) {
  .illustmap-list li:nth-child(3) .grid-wrap {
    gap: calc(8 / var(--media_sp) * 100vw);
    margin-top: 4.1vw;
  }
  .illustmap-list li:nth-child(3) .grid-wrap .img-wrap {
    display: block;
    position: relative;
  }
  .illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .illustmap-list li:nth-child(3) .grid-wrap .img-wrap:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .illustmap-list li:nth-child(3) .grid-wrap .img-wrap .caption {
    bottom: 2px;
    right: 4px;
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
  }
  .illustmap-list li:nth-child(3) .image-wrap {
    position: relative;
  }
  .illustmap-list li:nth-child(3) .image-wrap > .caption {
    bottom: -1.8em;
    right: initial;
    left: 0;
  }
}

.illustmap-list li:nth-child(4) .illustmap-content {
  display: grid;
  height: auto;
  grid-template-columns: 473fr 412fr;
}
.illustmap-list li:nth-child(4) .illustmap-content > .title-wrap {
  grid-row: 1/2;  
  grid-column: 1/3;
  width: 74.893%;
}
.illustmap-list li:nth-child(4) .illustmap-content > .text-wrap {
  grid-row: 2/3;  
  grid-column: 1/2;
  margin-bottom: 8px;
}
.illustmap-list li:nth-child(4) .illustmap-content > .text-wrap .main-text {
  white-space: nowrap;
}
.illustmap-list li:nth-child(4) .illustmap-content > .image-wrap.num3-imgs {
  grid-row: 3/4;  
  grid-column: 1/2;
}
.illustmap-list li:nth-child(4) .illustmap-content > .image-wrap.num3-fig {
  grid-row: 2/4;  
  grid-column: 2/3;
  align-content: end;
}
.illustmap-list li:nth-child(4) .illustmap-content > .image-wrap.num3-fig img {
  width: 96%;
  margin: 0 0 0 auto;
  display: block;
}
.illustmap-list li:nth-child(4) .num3-imgs .grid-wrap {
  display:flex;
  gap: 5px;
}
.illustmap-list li:nth-child(4) .num3-imgs > p.caption {
  position: relative;
  bottom: -0.5em;
  right: initial;
  letter-spacing: 0.1em;
}
.illustmap-list li:nth-child(4) .num3-imgs .img-wrap {
  position: relative;
}
@media all and (max-width: 1000px) {
  .illustmap-list li:nth-child(4) .illustmap-content {
    grid-template-columns: 1fr;
  }
  .illustmap-list li:nth-child(4) .illustmap-content > .title-wrap {
    grid-row: 1/2;  
    grid-column: 1/2;
    width: 74.893%;
  }
  .illustmap-list li:nth-child(4) .illustmap-content > .image-wrap.num3-fig {
    grid-row: 4/5;  
    grid-column: 1/2;
    align-content: end;
  }
  .illustmap-list li:nth-child(4) .illustmap-content > .image-wrap.num3-fig img {
    width: 100%;
    margin: 40px auto 0;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .illustmap-list li:nth-child(4) .illustmap-content {
    display: block;
  }
  .illustmap-list li:nth-child(4) .illustmap-content > .title-wrap {
    width: 100%;
    padding-bottom: 4.1vw;
  }
  .illustmap-list li:nth-child(4) .title-wrap .number-title p .small-char {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    top: -0.2vw;
    position: relative;
    letter-spacing: 0.15em;
  }
  .illustmap-list li:nth-child(4) .num3-imgs > p.caption {
    bottom: -0.1em;
  }
}