/*--------------------------------------------------- */
/* overview */
/*--------------------------------------------------- */
.overview {
  margin-top: 203px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.overview .top_block .flex {
  justify-content: space-between;
}
.overview .top_block .flex .flex3.no2 {
  width: 70%;
}
.overview .top_block .flex .flex3.no3 {
  width: 25%;
}
.overview .top_block .flex .flex3.no3 .image_wrap {
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  width: calc(220px + (100vw - 1000px) / 2);
}
.overview .top_block .flex .flex3.no3 .image_wrap .image_inner {
  position: relative;
}
.overview .top_block .flex .flex3.no3 .image_wrap .image_inner img {
  width: 100%;
  height: 438px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.overview .top_block .flex dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.overview .top_block .flex dl dt, .overview .top_block .flex dl dd {
  border-bottom: 1px dotted #676767;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  line-height: 1.3em;
  flex-wrap: wrap;
}
.overview .top_block .flex dl dt {
  font-weight: 700;
  width: 130px;
}
.overview .top_block .flex dl dd {
  width: calc(100% - 130px);
  position: relative;
  left: -1px;
}
.overview .top_block .flex dl .furi_name {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.3px;
  font-size: 12px;
  margin-top: 4px;
  display: block;
  width: 100%;
  line-height: 1.5em;
}
.overview .top_block .flex dl .furi_name.detail {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 4px;
}
.overview .top_block .flex dl .furi {
  margin-left: 4px;
}
.overview .top_block .flex dl .link_text a, .overview .top_block .flex dl .link_text a:visited {
  color: #233ea0;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .overview .top_block .flex dl .link_text a:hover, .overview .top_block .flex dl .link_text a:visited:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
.overview .top_block .flex dl .link_text a .arrow, .overview .top_block .flex dl .link_text a:visited .arrow {
  position: relative;
  width: 8.88px;
  height: 7.66px;
  margin-right: 4px;
}
.overview .top_block .flex dl .link_text a .arrow:before, .overview .top_block .flex dl .link_text a:visited .arrow:before {
  content: "";
  height: 8px;
  width: 6px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #374a8f;
}
.overview .top_block .flex dl .baseline {
  align-items: baseline;
}
.overview .top_block .flex dl .text_row {
  align-items: baseline;
}
.overview .top_block .flex dl .text_row .addres {
  width: 100%;
}
.overview .top_block .flex dl .text_row .addres:nth-last-of-type(1) {
  margin-top: 12px;
}
.overview .middle_block {
  margin-top: 140px;
}
.overview .middle_block .flex {
  display: flex;
  justify-content: space-between;
}
.overview .middle_block .flex .flex2 {
  width: 50%;
  z-index: 1;
}
.overview .middle_block .flex .flex2 .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}
.overview .middle_block .flex .flex2.no1 .image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.overview .middle_block .flex .flex2.no2 {
  position: relative;
}
.overview .middle_block .flex .flex2.no2 .image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.overview .middle_block .flex .flex2.no2 .bubble img {
  position: absolute;
  bottom: -90px;
  right: -93px;
  margin: auto;
  z-index: -1;
}
.overview .access_section {
  z-index: 1;
  position: relative;
  margin-top: 164px;
  margin-bottom: 43px;
}
.overview .access_section .map {
  margin-top: 34px;
  position: relative;
  z-index: 2;
}
.overview .access_section .map iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}
.overview .access_section .map .bubble img {
  position: absolute;
  left: -100px;
  bottom: -100px;
  margin: auto;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview {
    position: relative;
    z-index: 1;
  }
  .overview .top_block .flex {
    justify-content: space-between;
  }
  .overview .top_block .flex .flex3.no2 {
    width: 100%;
  }
  .overview .top_block .flex .flex3.no3 {
    display: none;
  }
  .overview .middle_block .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview .middle_block .flex .flex2 {
    width: 100%;
  }
  .overview .middle_block .flex .flex2 .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
  }
  .overview .middle_block .flex .flex2.no1 .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .overview .middle_block .flex .flex2.no2 {
    position: relative;
  }
  .overview .middle_block .flex .flex2.no2 .image img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .overview .middle_block .flex .flex2.no2 .bubble img {
    position: absolute;
    bottom: -90px;
    right: -93px;
    margin: auto;
    z-index: -1;
  }
  .overview .access_section .map iframe {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .overview {
    margin-top: 0px;
    position: relative;
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .overview:before {
    top: -100px;
    left: 70px;
    right: auto;
  }
  .overview .top_block .flex {
    justify-content: space-between;
  }
  .overview .top_block .flex .flex3.no1 {
    width: 80px;
    min-width: initial;
  }
  .overview .top_block .flex .flex3.no2 {
    width: 100%;
    padding-top: 32px;
    margin-left: 0px;
  }
  .overview .top_block .flex .flex3.no3 {
    display: none;
  }
  .overview .top_block .flex dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .overview .top_block .flex dl dt, .overview .top_block .flex dl dd {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    flex-wrap: wrap;
  }
  .overview .top_block .flex dl dt {
    border-bottom: 0;
    font-weight: 700;
    padding-bottom: 0;
  }
  .overview .top_block .flex dl dd {
    padding-top: 8px;
    left: 0;
  }
  .overview .middle_block {
    margin-top: 60px;
  }
  .overview .middle_block .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview .middle_block .flex .flex2 {
    width: 100%;
  }
  .overview .middle_block .flex .flex2 .image img {
    height: 160px;
  }
  .overview .middle_block .flex .flex2.no2 .bubble img {
    position: absolute;
    bottom: -60px;
    right: -63px;
    margin: auto;
    z-index: -1;
    max-width: 160px;
  }
  .overview .access_section {
    margin-top: 120px;
    margin-bottom: 32px;
  }
  .overview .access_section .map {
    margin-top: 24px;
    position: relative;
  }
  .overview .access_section .map iframe {
    height: 300px;
  }
  .overview .access_section .map .bubble img {
    position: absolute;
    left: -100px;
    bottom: -100px;
    margin: auto;
    z-index: -1;
    max-width: 140px;
    left: -40px;
    bottom: -50px;
  }
}
footer {
  margin-top: 100px;
}