@charset "UTF-8";
.ovh {
  overflow: hidden;
}

.btn-fixed.pc.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}

#sec1 {
  position: relative;
  padding-bottom: 15vw;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 33%;
  left: -20%;
  right: -30%;
  bottom: 0px;
  background-image: url(../img/areamap/sec1_deco.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#sec1 h2,
#sec1 h3 {
  font-size: 10vw;
  font-weight: 700;
  line-height: 1.3;
}
#sec1 h2 {
  margin: -126vw 0px 180px 240px;
  color: #fff;
}
#sec1 h2 em {
  display: inline;
  font-style: normal;
}
#sec1 h3 {
  margin-top: 14vw;
}
#sec1 .txt {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 113px;
  }
  #sec1:before {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -24px;
    background-size: auto;
    height: 1413px;
  }
  #sec1 .wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 1500px;
    padding: 0px 39px;
  }
  #sec1 h2,
  #sec1 h3 {
    font-size: 100px;
  }
  #sec1 h2 {
    margin: -410px 0px 0px 77px;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
    color: #000;
  }
  #sec1 h2 span {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
  }
  #sec1 h2 em {
    margin-top: 443px;
    display: block;
  }
  #sec1 h3 {
    margin-top: 233px;
  }
  #sec1 .txt {
    margin-top: 44px;
  }
}

#sec2 {
  position: relative;
  padding: 12vw 0px 15vw;
  color: #fff;
}
#sec2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url("../img/areamap/bg_green.jpg");
  background-position: center top;
  background-repeat: repeat;
  z-index: -1;
}
#sec2:after {
  content: "";
  position: absolute;
  top: 5vw;
  left: 14%;
  right: 3%;
  bottom: 5vw;
  border: 2px solid rgba(255, 255, 255, 0.23);
}
#sec2 h2 {
  position: relative;
  font-size: 10vw;
  line-height: 1.25;
  font-weight: 700;
  z-index: 2;
  text-shadow: 1px 1px 1px #000;
  margin-left: 8%;
}
#sec2 h3 {
  position: absolute;
  top: 4vw;
  left: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 14vw;
  color: rgba(255, 255, 255, 0.06);
}
#sec2 h3 .txt-latin {
  letter-spacing: 0;
}
#sec2 .inner {
  margin: 8vw 3% 0px 16%;
}
#sec2 .txt li + li {
  margin-top: 4vw;
}
#sec2 .tel {
  margin-top: 8vw;
  position: relative;
  width: fit-content;
  padding: 0 0 4vw 6%;
}
#sec2 .tel:before {
  content: "";
  position: absolute;
  top: 3vw;
  left: 50%;
  width: 30vw;
  height: 11vw;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}
#sec2 .tel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30vw;
  height: 18vw;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
#sec2 .tel small {
  display: block;
  font-size: 4vw;
  line-height: 1.5;
}
#sec2 .tel small.sub-tel {
  font-size: 2.5vw;
}
#sec2 .tel a {
  text-decoration: none;
}
#sec2 .tel span {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  font-size: 7vw;
  letter-spacing: 0;
}
#sec2 .sec2-img {
  overflow: hidden;
  position: relative;
  height: 100vw;
  z-index: 1;
  border-top-left-radius: 340px;
  border-bottom-left-radius: 340px;
}
@media screen and (max-width: 767px) {
  #sec2 .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .sec2-img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 90px 0px 100px;
  }
  #sec2:before {
    right: calc(50% - 545px);
  }
  #sec2:after {
    top: 30px;
    left: 110px;
    right: calc(50% - 510px);
    bottom: 27px;
  }
  #sec2 .sec2-img {
    position: absolute;
    top: 113px;
    right: 0;
    left: calc(50% - 17px);
    height: 680px;
  }
  #sec2 h2 {
    font-size: 80px;
    margin-left: 65px;
  }
  #sec2 h3 {
    top: 30px;
    left: 0px;
    font-size: 110px;
  }
  #sec2 .txt {
    margin-top: 33px;
  }
  #sec2 .txt li + li {
    margin-top: 32px;
  }
  #sec2 .inner {
    margin: 0px;
  }
  #sec2 .tel {
    margin: 49px 0px 0px 6px;
    width: 420px;
    padding: 0 0 20px 25px;
  }
  #sec2 .tel::before {
    top: 16px;
    left: 176px;
    width: 213px;
    height: 76px;
    border-right: 2px solid rgba(255, 255, 255, 0.23);
    border-top: 2px solid rgba(255, 255, 255, 0.23);
  }
  #sec2 .tel::after {
    width: 179px;
    height: 110px;
    border-left: 2px solid rgba(255, 255, 255, 0.23);
    border-bottom: 2px solid rgba(255, 255, 255, 0.23);
  }
  #sec2 .tel small {
    font-size: 18px;
  }
  #sec2 .tel small.sub-tel {
    font-size: 15px;
  }
  #sec2 .tel span {
    font-size: 50px;
    letter-spacing: 0.02em;
    margin: -6px 0 1px;
  }
  #sec2 h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .wrap {
    max-width: none;
  }
  #sec2 .inner {
    margin-left: 150px;
  }
  #sec2 .sec2-img {
    left: 650px;
  }
}

#sec3 {
  margin-top: 13vw;
  position: relative;
}
#sec3 .btn-green-fix {
  position: fixed;
  top: 440px;
  right: 0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 90px;
}
#sec3 .btn-green-fix.show {
  opacity: 1;
  visibility: visible;
}
#sec3 h2 {
  line-height: 1.3;
  font-size: 10vw;
  font-weight: 700;
  letter-spacing: 0;
}
#sec3 h2 small {
  font-size: 9vw;
}
#sec3 h3 {
  font-size: 6vw;
  line-height: 1.25;
  margin-top: 2vw;
}
#sec3 h3 small {
  font-size: 5vw;
}
#sec3 .sec3-js {
  margin-top: 10vw;
  position: relative;
}
#sec3 .inside {
  position: relative;
}
#sec3 .inside:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0px;
  background-image: url(../img/areamap/dash.png);
  background-position: left top;
  background-repeat: repeat-y;
  width: 2px;
}
#sec3 .foot {
  position: absolute;
  width: 6vw;
  top: 5vw;
  left: -10vw;
  z-index: 2;
}
#sec3 .highlight .foot {
  position: fixed;
  left: 6vw;
}
#sec3 .item {
  position: relative;
}
#sec3 .item + .item {
  margin-top: 20vw;
}
#sec3 .timeline {
  position: absolute;
  top: 0px;
  left: calc(-12.9vw + 2px);
  display: flex;
  align-items: center;
  z-index: 1;
}
#sec3 .time {
  font-size: 3.73vw;
  line-height: 1;
  font-weight: bold;
}
#sec3 .circle {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: #000;
  margin-left: 1vw;
}
#sec3 h4 {
  width: 100%;
  font-weight: 600;
  font-size: 4.8vw;
  line-height: 1.34;
  font-family: "Shippori Mincho B1", serif;
  background-image: url(../img/areamap/sec3_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 2vw;
  padding-bottom: 4vw;
}
#sec3 h4 span {
  font-family: "Noto Sans JP", sans-serif;
}
#sec3 .slick-dots {
  left: 3%;
  bottom: 3vw;
}
#sec3 .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 6.5px;
  background: url(../img/areamap/dots_off.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec3 .slick-dots li.slick-active {
  background: url(../img/areamap/dots_active.png);
}
#sec3 .txt {
  margin-top: 5vw;
  font-weight: 500;
}
#sec3 .txt li + li {
  margin-top: 4vw;
}
#sec3 .col-left {
  position: relative;
  box-sizing: border-box;
}
#sec3 .col-img {
  margin-top: 8vw;
  position: relative;
  box-sizing: border-box;
}
#sec3 .catch {
  color: rgba(0, 0, 0, 0.1);
  font-size: 20vw;
  letter-spacing: 0;
  line-height: 0.61;
  line-height: 0;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: -8vw;
  white-space: nowrap;
  font-family: "Shippori Mincho B1", serif;
  z-index: -1;
}
#sec3 .catch span {
  letter-spacing: 0;
  line-height: 0.61;
  line-height: 0;
  writing-mode: tb;
}
#sec3 .sec3-deco-img {
  position: absolute;
  z-index: 1;
}
#sec3 .item1 .sec3-deco-img {
  width: 100%;
  left: -40%;
  bottom: -30vw;
}
#sec3 .item3 .sec3-deco-img {
  top: 25vw;
}
#sec3 .item5 {
  padding-bottom: 12vw;
}
#sec3 .item5 .col-img {
  z-index: 1;
}
#sec3 .item5 .col-img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  right: 20%;
  bottom: 22vw;
  background-image: url(../img/areamap/sec3_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#sec3 .item5 .catch-circle {
  width: 45vw;
  margin: 0px 0px 0px auto;
}
#sec3 .item.item6 {
  margin-top: 0px;
}
#sec3 .item6:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
#sec3 .item6:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#sec3 .item6 .col-img {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #sec3 .inside {
    margin-left: 13vw;
  }
  #sec3 .item{
    padding-left: 12vw;
  }
  #sec3 .time{
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec3 .item1 .slick-dots {
    left: auto;
    right: 3%;
  }
  #sec3 .item.item2 {
    margin-top: 35vw;
  }
  #sec3 .item.item.item4 {
    margin-top: 28vw;
  }
  #sec3 .item5 .col-img .sec3-deco-img {
    position: static;
    margin: -20vw -10% -20vw auto;
    width: 30vw;
  }
  #sec3 .item.item6 {
    margin-top: 0px;
  }
  #sec3 .item6 {
    padding: 10vw 8%;
  }
  #sec3 .item6 .col-left {
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 110px;
  }
  #sec3 .wrap {
    padding-bottom: 102px;
  }
  #sec3 .wrap:before {
    content: "";
    position: absolute;
    top: 72px;
    right: 20px;
    bottom: 0px;
    left: -180px;
    border: 1px solid;
    border-top: 0px;
  }
  #sec3 .wrap:after {
    content: "";
    position: absolute;
    top: 71px;
    left: -180px;
    border-top: 1px solid;
    width: 139px;
  }
  #sec3 .btn-green-fix {
    top: 500px;
    width: auto;
  }
  #sec3 hgroup {
    max-width: 1020px;
    margin: 0px auto;
  }
  #sec3 h2 {
    font-size: 100px;
  }
  #sec3 h2 small {
    font-size: 90px;
  }
  #sec3 h3 {
    font-size: 40px;
    margin: 6px 0px 0px 10px;
  }
  #sec3 h3 small {
    font-size: 30px;
  }
  #sec3 .sec3-js {
    margin-top: 62px;
  }
  #sec3 .inside {
    padding-left: 0;
  }
  #sec3 .inside:before {
    right: calc(100% - 1px);
    bottom: -160px;
  }
  #sec3 .foot {
    top: 42px;
    left: calc(50% - 566px);
    width: 40px;
  }
  #sec3 .highlight .foot {
    left: calc(50% - 566px);
  }
  #sec3 .item {
    display: flex;
    justify-content: flex-end;
    padding-left: 0px;
  }
  #sec3 .timeline {
    top: -2px;
    left: -70px;
  }
  #sec3 .time {
    left: 0px;
    font-size: 18px;
  }
  #sec3 .circle {
    margin-left: 16px;
    width: 13px;
    height: 13px;
  }
  #sec3 .col-left {
    width: 616px;
    box-sizing: border-box;
    margin: 0px 10px 0px -66px;
    padding: 6px 0px 0px 128px;
  }
  #sec3 .col-img {
    width: 640px;
    height: 430px;
    margin: 0px -200px 0px 0px;
  }
  #sec3 .catch {
    font-size: 200px;
    top: -70px;
    left: auto;
    right: 36px;
  }
  #sec3 .slick-slide {
    height: 430px;
  }
  #sec3 .item + .item {
    margin-top: 160px;
  }
  #sec3 h4 {
    width: 100%;
    max-width: 450px;
    font-size: 26px;
    letter-spacing: 0.06em;
    background-size: auto;
    padding-bottom: 22px;
  }
  #sec3 .slick-dots {
    left: 23px;
    bottom: 17px;
  }
  #sec3 .txt {
    margin: 35px 0px 0px 5px;
  }
  #sec3 .txt li + li {
    margin-top: 32px;
  }
  #sec3 .item1 .sec3-deco-img {
    top: 150px;
    left: -348px;
    width: 642px;
  }
  #sec3 .item2 .col-left {
    padding-top: 180px;
  }
  #sec3 .item2 h4 {
    padding-bottom: 26px;
  }
  #sec3 .item2 .txt {
    margin-top: 56px;
  }
  #sec3 .item3 .col-left {
    padding-top: 164px;
  }
  #sec3 .item3 h4 {
    padding-bottom: 31px;
  }
  #sec3 .item3 .txt {
    margin-top: 45px;
  }
  #sec3 .item3 .sec3-deco-img {
    top: 350px;
    left: 0px;
  }
  #sec3 .item3 .col-img {
    z-index: 1;
  }
  #sec3 .item.item4 {
    margin-top: 194px;
  }
  #sec3 .item4 .col-left {
    margin-top: -5px;
    padding-top: 0px;
  }
  #sec3 .item4 .catch {
    top: -67px;
  }
  #sec3 .item4 h4 {
    padding-bottom: 31px;
  }
  #sec3 .item4 .txt {
    margin-top: 45px;
  }
  #sec3 .item4 .col-img {
    z-index: 0;
  }
  #sec3 .item.item5 {
    margin-top: 79px;
  }
  #sec3 .item5 {
    padding-bottom: 70px;
  }
  #sec3 .item5 .col-img:before {
    top: -267px;
    left: 90px;
    width: 686px;
    height: 397px;
  }
  #sec3 .item5 .sec3-deco-img {
    width: 294px;
    top: 112px;
    left: calc(100% - 200px);
    right: 0px;
  }
  #sec3 .item5 .col-left {
    padding-top: 106px;
  }
  #sec3 .item5 .catch-circle {
    position: absolute;
    top: -67px;
    right: 103px;
    width: auto;
  }
  #sec3 .item5 h4 {
    padding-bottom: 30px;
  }
  #sec3 .item5 .txt {
    margin-top: 41px;
  }
  #sec3 .item6 {
    justify-content: space-between;
  }
  #sec3 .item6:before {
    top: 25px;
    left: -106px;
    right: -139px;
    bottom: 55px;
  }
  #sec3 .item6:after {
    top: 35px;
    left: -96px;
    right: -129px;
    bottom: 65px;
  }
  #sec3 .item6 .col-left {
    width: 450px;
    padding: 216px 0px 0px 0px;
    margin: 0px 40px 0px 0px;
  }
  #sec3 .item6 h4 {
    padding-bottom: 33px;
  }
  #sec3 .item6 .catch {
    top: 173px;
    right: 80px;
    writing-mode: horizontal-tb;
  }
  #sec3 .item6 .catch span {
    writing-mode: horizontal-tb;
  }
  #sec3 .item6 .txt {
    margin-top: 45px;
  }
  #sec3 .item6 .col-img {
    margin: 0px 0px 0px -150px;
    width: 613px;
    height: 780px;
  }
}



/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #sec3 .timeline {
    left: -13vw;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #sec3 .timeline {
    left: -13vw;
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    #sec3 .timeline {
      left: -13vw;
    }
}

/* @media only screen and (min-device-width: 375px) and (min-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #sec3 .timeline {
    left: -13vw;
  }
} */

@supports (-webkit-touch-callout: none) {
  #sec3 .timeline {
    left: -13vw;
  }
}
/* @supports not (-webkit-touch-callout: none) {
  #sec3 .timeline {
    left: -12.5vw;
  }
} */

#sec4 {
  margin-top: 10vw;
  padding: 10vw 0px 20vw;
  color: #fff;
  position: relative;
}
#sec4:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 20%;
  bottom: 0px;
  background-image: url(../img/areamap/sec4_deco.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#sec4:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  z-index: -1;
}
#sec4 .sec4-catch {
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  line-height: 0.93;
  font-weight: 500;
  position: absolute;
  top: 0px;
  right: -2%;
  font-size: 18vw;
}
#sec4 .sec4-catch .txt-latin {
  letter-spacing: 0;
  line-height: 1;
}
#sec4 h2 {
  font-size: 6.66vw;
  line-height: 1.25;
  font-weight: 500;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  width: fit-content;
  box-sizing: border-box;
  padding: 0px 3vw 3vw;
}
#sec4 h2:after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -6vw;
  background-image: url(../img/areamap/sec4_icon_catch.jpg);
  width: 5.5vw;
  height: 6vw;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec4 h3 {
  font-size: 10vw;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 8vw;
}
#sec4 .sec4-img {
  position: absolute;
  top: 43vw;
  right: -10%;
  left: 15%;
}
#sec4 .list {
  margin-top: 55vw;
}
#sec4 .list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.66;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
}
#sec4 .list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background-image: url(../img/areamap/ico_check.png);
  width: 19px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
#sec4 .list li + li {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    margin-top: 77px;
    padding: 85px 0 119px;
  }
  #sec4:after {
    left: calc(50% - 649px);
  }
  #sec4:before {
    left: calc(50% - 649px);
    right: 0px;
    background-size: auto;
  }
  #sec4 .sec4-catch {
    font-size: 150px;
    top: 0px;
    left: auto;
    right: -45px;
  }
  #sec4 h2 {
    font-size: 40px;
    padding: 0px 5px 15px 26px;
  }
  #sec4 h2:after {
    bottom: -30px;
    left: 75px;
    width: 27px;
    height: 30px;
  }
  #sec4 h3 {
    font-size: 100px;
    margin-top: 38px;
  }
  #sec4 .sec4-img {
    position: absolute;
    top: 100px;
    left: auto;
    right: -230px;
    margin: 0px;
  }
  #sec4 .list {
    margin: 61px 0px 0px 7px;
  }
  #sec4 .list li {
    font-size: 18px;
  }
  #sec4 .list li:before {
    top: 7px;
  }
  #sec4 .list li + li {
    margin-top: 30px;
  }
}

#sec5 {
  padding-top: 16vw;
  padding-bottom: 16vw;
  position: relative;
}
#sec5:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 40%;
  right: -50%;
  bottom: 0px;
  background-image: url(../img/areamap/sec5_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#sec5 h2 {
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px 3%;
}
#sec5 h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  border-top: 1px solid #000;
  transform: translateY(-50%);
}
#sec5 h2 span {
  background-image: url(../img/shared/bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  padding: 0px 4vw;
}
#sec5 hgroup h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  text-transform: uppercase;
}
#sec5 .ggmap {
  margin-top: 8vw;
  position: relative;
  height: 480px;
}
#sec5 iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#sec5 .inner {
  margin: 15vw 2% 0px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6vw 3%;
}
#sec5 .inner .box {
  width: 48%;
  border: 1px solid;
  box-sizing: border-box;
  position: relative;
  padding: 7vw 2vw 3vw;
  text-align: center;
  background-image: url(../img/shared/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}
#sec5 .inner .bg-green {
  background-image: url(../img/areamap/bg_green.jpg);
  background-position: center top;
  background-repeat: repeat;
  color: #fff;
}
#sec5 .inner .bg-green .sec5-btn a::before {
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
#sec5 .inner .bg-green .sec5-btn a:after {
  background-image: url(../img/areamap/sec5_arrow_white.png);
}
#sec5 .inner h3 {
  position: absolute;
  top: 3vw;
  left: -4%;
  background: #000;
  color: #fff;
  width: fit-content;
  box-sizing: border-box;
  text-align: center;
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
  padding: 1vw 3vw;
  z-index: 1;
}
#sec5 .inner h3 span {
  font-family: "Noto Sans JP", sans-serif;
}
#sec5 .inner h4 {
  font-size: 4vw;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 4vw;
}
#sec5 .inner h5 {
  text-decoration: underline;
  text-underline-offset: 2vw;
  width: fit-content;
  margin: 3vw auto 0px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}
#sec5 .inner .sec5-btn {
  margin-top: 4vw;
  font-size: 3.5vw;
}
#sec5 .inner .sec5-btn a {
  position: relative;
  display: block;
  text-align: left;
  padding: 0px 2vw 2vw;
}
#sec5 .inner .sec5-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sec5 .inner .sec5-btn a:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url(../img/areamap/sec5_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3vw;
}
#sec5 .inner .sec5-btn a:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 100%;
}
#sec5 .inner .sec5-btn i {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 3vw;
  width: 5vw;
}
#sec5 .inner .sec5-btn span {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 120px;
    padding-bottom: 182px;
  }
  #sec5:before {
    top: auto;
    left: calc(50% - 60px);
    background-size: auto;
    width: 1238px;
    height: 1189px;
  }
  #sec5 h2 {
    width: fit-content;
    font-size: 50px;
    padding: 0px 150px;
    margin: 0px auto;
  }
  #sec5 h2 span {
    padding: 0px 25px;
  }
  #sec5 .ggmap {
    margin-top: 60px;
    height: 670px;
  }
  #sec5 .inner {
    max-width: 1060px;
    margin: 110px auto 0px;
    gap: 38px 47px;
  }
  #sec5 .inner .box {
    width: calc(33.3333333333% - 31.5px);
    padding: 39px 10px 17px;
    min-height: 442px;
  }
  #sec5 .inner .sec5-img {
    width: 260px;
    margin: 0px auto;
  }
  #sec5 .inner h3 {
    top: 19px;
    left: -17px;
    width: 160px;
    font-size: 22px;
    padding: 3.5px 0px;
  }
  #sec5 .inner h4 {
    font-size: 25px;
    margin-top: 24px;
  }
  #sec5 .inner h5 {
    margin-top: 21px;
    text-underline-offset: 9px;
  }
  #sec5 .inner .sec5-btn {
    margin: 35px 20px 0px;
    font-size: 20px;
  }
  #sec5 .inner .sec5-btn a {
    padding: 0px 28px 20px;
  }
  #sec5 .inner .sec5-btn a i {
    margin-left: 20px;
    width: auto;
  }
  #sec5 .inner .sec5-btn a:after {
    width: 265px;
    height: 28px;
    margin: 0px auto;
  }
  #sec5 .inner .sec5-btn a:before {
    right: -30px;
    bottom: -17px;
    width: 104px;
    height: 104px;
  }
  #sec5 .inner .sec5-btn span {
    font-size: 25px;
  }
  #sec5 .inner .sec5-btn2 {
    margin-top: 18px;
  }
  #sec5 .inner .box-10 h4 {
    height: auto !important;
  }
}