@charset "utf-8";
/* ========================
  location
======================== */

#contentWrap {
  margin: 80px 0 0;
}

/* common
--------------- */
figure {
  position: relative;
}
.caption {
  position: absolute;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.5);
  padding: 5px 8px;
  font-size: 13px;
  z-index: 5;
}

.title_Box {
  padding: 70px 0;
  color:#686d71;
  text-align: center;
}
.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}
.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 0px;
}
.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}


ul.img_column_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.img_column_2 li {
  width: calc((100% - 1%) / 2);
  margin-bottom: 1%;
}


.flex.column_4 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.column_4 li {
  width: calc((100% - 6%) / 4);
}
.flex.column_4 li:nth-last-child(n+5) {
  margin-bottom: 20px;
}
.flex.column_4 li figure {
  margin-bottom: 10px;
}
.flex.column_4 li p {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}


.life_info_area {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1200px;
margin: 80px auto 0;
gap: 60px 5%;
}
.life_info_area .info_box {
width: 47.5%;
}
.life_info_area dl {
color: #686d71;
font-size: 14px;
letter-spacing: 0.08em;
display: flex;
justify-content: space-between;

padding-bottom: 0.8em;
border-bottom: 1px solid #686d71;
}
.life_info_area dl:not(:first-of-type) {
margin: 10px auto 0;
}

.life_info_area dl dt {
}
.life_info_area dl dd {
}

[class^="sec_"] .notes {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}

/* contents
--------------- */
.main {

}
.main .title_Box p.copy {
  padding: 0 0 40px;
}





.sec_01 {
}
.sec_01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_01 ul li {
  width: calc((100% - 1%) / 2);
  margin-bottom: 1%;
}
.sec_01 ul li:first-child {
  width: 100%;
}


.sec_07 {
  padding: 80px 0 150px;
}

.sec_08 {
}

.sec_09 .access_Box,
.sec_10 .access_Box {
  max-width: 1120px;
  width:94%;
  background: #efefef;
  padding: 40px 60px;
  margin: 0 auto 80px;
}

.sec_11 .bus {
  max-width: 1000px;
  width:70%;
  margin: 0 auto 80px;
  padding: 0 0 ;
  position: relative;
}
.sec_11 .bus figcaption {
  position: absolute;
  left: 83%;
  bottom: 3%;
  font-size: 13px;
}
.sec_11 .access02 {
  max-width: 1000px;
  width:94%;
  margin: 0 auto;
}

.icon_zoom {
  display: none;
}

.add_sec .title_Box p.copy {
  padding: 0 0 40px;
}
.sec_12 {
  padding-bottom: 50px;
}
.sec_12 .title_Box {
  border-top: 1px solid #ddd;
}
.sec_13 {
  padding-bottom: 100px;
}
.sec_13 .notes {
  margin-top: 15px;
}


/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */
  .caption {
    padding: 3px 5px;
    font-size: 12px;
  }

  .title_Box {
    padding: 40px 0;
    width:94%;
    margin: 0 auto;
  }
  .title_Box h2 {
    font-size: 16px;
    padding: 0 0 20px;
  }
  .title_Box p {
    font-size: 13px;
/*    text-align: justify;*/
  }
  .title_Box p.copy {
    font-size: 15px;
    text-align: center;
  }
  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .inner .title_Box {
    width:100%;
  }

  /* ul.img_column_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.img_column_2 li {
    width: calc((100% - 1%) / 2);
    margin-bottom: 1%;
  } */


  .flex.column_4 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex.column_4 li {
    width: calc((100% - 3%) / 2);
    margin-bottom: 20px;
  }
  .flex.column_4 li:nth-last-child(n+5) {
    margin-bottom: 20px;
  }
  .flex.column_4 li figure {
    margin-bottom: 10px;
  }
  .flex.column_4 li p {
    font-size: 12px;
  }

  .life_info_area {
    margin: 20px auto 30px;
    gap: 10px 0;
  }
  .life_info_area .info_box {
    width: 100%;
  }
  .life_info_area dl {
  font-size: 12px;
  }

  .scroll-hint {
    overflow: hidden;
  }
  .scroll-hint img {
    width: auto!important;
    padding-bottom: 5px;
    display: block;
  }

  /* contents
  --------------- */
  .main .title_Box p.copy {
    padding: 0 0 30px;
  }

  .sec_01 ul li {
    width:100%;
    margin-bottom: 1%;
  }
  .sec_07 {
    padding: 40px 0 70px;
  }

  .sec_08 ul.img_column_2 li {
    width:100%;
    margin-bottom: 1%;
  }

  .sec_09 .caption {
    box-sizing: border-box;
    width: 100%;
  }

  .sec_09 .access_Box,
  .sec_10 .access_Box {
    max-width: 100%;
    width:100%;
    padding: 20px 10px;
    margin: 0 auto 40px;
  }
  .sec_09 .access_Box.scroll-hint img,
  .sec_10 .access_Box.scroll-hint img {
    height: 160px;
    padding-right: 10px;
  }

  .sec_10 .img_column_2 .caption {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }
  .sec_10 .img_column_2 li:first-child .caption {
    letter-spacing: -1px;
  }

  .sec_11 .bus {
    max-width: 100%;
    width:94%;
    margin: 0 auto 40px;
  }
  .sec_11 .bus figcaption {
    font-size: 11px;
  }
  .sec_11 .access02 {
    width: 100%;
  }
  .sec_11 .access02.scroll-hint img {
    height: 320px;
  }

  .icon_zoom {
    width: 120px;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, .56);
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
  }
  .icon_zoom img {
    width: 55px;
    display: block;
    margin: 0 auto 5px;
  }
  .icon_zoom span {
    font-size: 10px;
    color: #FFF;
  }

  .add_sec .title_Box p.copy {
    padding: 0 0 30px;
  }
  .sec_12 {
    padding-bottom: 30px;
  }
  .sec_13 {
    padding-bottom: 50px;
  }

}
