@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 120px; 
}

@media only screen and (max-width:768px) {
  [id] {
    scroll-margin-top: 80px; 
    }
}

.inner {
  max-width: 1352px ;
  margin: auto;
  padding: 0 20px;
}

.row-reverse {
  flex-direction: row-reverse;
}

figcaption {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3);
}


/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/kv.jpg);
}

@media only screen and (max-width:768px) {
  .commonKeyvisual .imagearea {
    background-image: url(../images/kv_sp.jpg);
  }
  .commonKeyvisual .imagearea {
    padding-bottom: 90%;
}
}

#freeContentsArea {
  background-color: #f1f1f1;
}

.commonWrapper.minWide {
  max-width: 1200px;
}

.ttlImg {
  margin-left: -4px;
  margin-right: -4px;
  line-height: 0;
}

/* top_link
=================================== */
.top_link {
  padding: 80px 0;
}
.main_title {
  max-width: 700px;
  margin: auto;
}
.sub_title {
  text-align: center;
  font-size: 38px;
  margin-top: 40px;
}
.top_link_wrap {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 60px;
  column-gap: clamp(2rem, -3.29rem + 6.452vw, 6rem);
}
.top_link_item {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #DCDBE8;
  padding-top: 100px;
  padding-bottom: 20px;
  transition: .4s;
}
.top_link_item:hover {
  opacity: .7;
}
.title_num {
  position: absolute;
  top: -10px;
  left: 40px;
  left: clamp(0rem, -5.29rem + 6.452vw, 4rem);
  width: 250px;
  width: clamp(20rem, 13.387rem + 8.065vw, 25rem);
  display: block;
}
.top_link_title {
  color: #0B318F;
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.top_link_text {
  margin-top: 20px;
  padding: 0 20px;
  min-height: 150px;
  min-height: clamp(10rem, 3.387rem + 8.065vw, 15rem);
  color: #000;
  font-size: 24px;
  font-size: clamp(1.6rem, 0.542rem + 1.29vw, 2.4rem);
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width:768px) {
  .top_link {
    padding: 40px 0;
  }
  .main_title {
    width: 90%;
    margin: auto;
  }
  .sub_title {
    font-size: 26px;
    margin-top: 20px;
  }
  .top_link_wrap {
    margin: 60px auto 0;
    max-width: 450px;
    width: 90%;
    row-gap: 30px;
    grid-template-columns: repeat(1,1fr);
  }
  .top_link_item {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .title_num {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 200px;
  }
  .top_link_title {
    color: #0B318F;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .top_link_text {
    margin-top: 20px;
    padding: 0 20px;
    min-height: auto;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



.title_wrap {
  position: relative;
  padding-top: 36px;
  padding-bottom: 80px;
}
.section_title_num {
  width: 300px;
  position: absolute;
  top: 0px;
  left: -124px;
}
@media only screen and (max-width:1024px) {
  .section_title_num {
    top: 40px;
  }
}
.section_title {
  font-size: 28px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  margin-left: 130px;
  padding-left: 20px;
}
.section_title span {
  display: block;
  color: #0B318F;
  font-size: 22px;
  letter-spacing: normal;
}
.movie_area {
  background-color: #DCDBE8;
}
.movie_area .inner {
  max-width: 1000px;
  margin: auto;
}
.iframe_box {
  position:relative;
  margin-top: 20px;
  width:100%;
  height:0;
  padding-top:56.25%; /* iframeのサイズ 高さ ÷ 幅 × 100% */
  }
  .iframe_box iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.contents_area {
  padding: 80px 0;
}
.contents_area_title {
  position: relative;
  margin-top: -60px;
  padding-bottom: 20px;
}
.contents_area_title span {
  position: relative;
  padding-left: 80px;
  display: block;
  font-size: 34px;
  z-index: 2;
}
.contents_area_title::before {
  content: '';
  position: absolute;
  background-color: #DCDBE8;
  width: 180px;
  height: 180px;
  bottom: 0px;
}
.contents_area_title.mt {
  margin-top: 0px;
}
.contents_area_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.contents_area_item {
  width: 30%;
}
.contents_area_img {
  background-color: #DCDBE8;
  padding-bottom: 20px;
}
.contents_area_img_title {
  color: #0B318F;
  margin-top: 12px;
  font-size: 26px;
  text-align: center;
}
.contents_area_img_text {
  width: 90%;
  margin: 14px auto 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.contents_area_text {
  width: 66%;
  font-size: 17px;
  line-height: 1.8;
}
.contents_area_text .color {
  background-color: #A2D7D4;
}
.map {
  margin-top: 60px;
}
.map_cap {
  margin-top: 10px;
}
.bottom_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  }
  
  .div1 { grid-area: 1 / 1 / 3 / 3; }
  .div2 { grid-area: 1 / 3 / 2 / 4; }
  .div3 { grid-area: 2 / 3 / 3 / 4; }
  .div4 { grid-area: 3 / 1 / 4 / 2; }
  .div5 { grid-area: 3 / 2 / 4 / 3; }
  .div6 { grid-area: 3 / 3 / 4 / 4; }

  .bottom_item_label {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 120px;
    height: 120px;
    background-color: #0B318F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
  }
  .label_text {
    font-size: 24px;
  }
  .label_num {
    font-size: 36px;
    line-height: 1;
  }
  .label_text_s {
    display: block;
    font-size: 16px;
  }

  @media only screen and (max-width:768px) {
    .title_wrap {
      padding-top: 20px;
      padding-bottom: 40px;
    }
    .section_title_num {
      position: static;
      width: 240px;
      margin-left: 4%;
    }
    .section_title {
      font-size: 20px;
      letter-spacing: 0.08em;
      border-bottom: 1px solid #000;
      margin-left: 0;
      padding-left: 0;
    }
    .section_title span {
      font-size: 22px;
    }
    .movie_area .inner {
      padding: 0;
    }
    .contents_area {
      padding: 40px 0;
    }
    .contents_area_title {
      position: relative;
      margin-top: 60px;
      padding-bottom: 10px;
    }
    .contents_area_title span {
      padding-left: 0px;
      font-size: 20px;
    }
    .contents_area_title::before {
      width: 160px;
      height: 140px;
      left: -10px;
    }
    .contents_area_title.mt {
      margin-top: 0px;
    }
    .contents_area_wrap {
      margin-top: 30px;
      flex-direction: column;
      row-gap: 20px;
    }
    .contents_area_item {
      width: 100%;
    }
    .contents_area_img_title {
      font-size: 22px;
    }
    .contents_area_img_text {
      width: 90%;
      margin: 14px auto 0;
      font-size: 16px;
    }
    .contents_area_text {
      width: 100%;
      font-size: 17px;
      line-height: 1.8;
    }
    .contents_area_text .color {
      background-color: #A2D7D4;
    }
    .map {
      margin-top: 30px;
    }
    .map_cap {
      margin-top: 10px;
    }
    .bottom_wrap {
      margin-top: 60px;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      }
      
      .div1,
      .div2,
      .div3,
      .div4,
      .div5,
      .div6 { 
        grid-area: auto;
      }
    
      .bottom_item_label {
        top: -18px;
        right: -18px;
        width: 90px;
        height: 90px;
      }
      .label_text {
        font-size: 16px;
      }
      .label_num {
        font-size: 22px;
      }
      .label_text_s {
        font-size: 13px;
      }
  }





