@charset "UTF-8";
.commonMv__bg img {
  height: 343px
}
.commonMv__typograpy {
  font-size: 44px
}
.commonPageArea__body--theme-green {
  padding: 50px 0
}
.map-caption {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0 5px;
  line-height: 1;
  margin: 5px 0 0;
  font-size: 13px
}
.map-caption::before {
  width: 13px;
  height: 13px;
  content: ""
}
.map-caption--1::before {
  background: #046e3e
}
.map-caption--2::before {
  background: #9ed7b9
}
.map-caption--3::before {
  height: 6.5px;
  background: #e66437
}
.contents-box-wrap {
  margin: 45px 0 0
}
.contents-box__head .ttl {
  display: flex;
  flex-direction: column
}
.contents-box__head .ttl__sub {
  font-family: "EB Garamond",serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em
}
.contents-box__head .ttl__main {
  margin: 5px 0 0;
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em
}
.contents-box__body {
  margin: 25px 0 0
}
.contents-box__body .img {
  position: relative
}
.contents-box__body .img img {
  width: 100%
}
.contents-box__body .img .caption {
  display: block;
  line-height: 1;
  font-size: 10px;
  background: #fff
}
.contents-box__body .img .caption--inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1px
}
.contents-box__body .contents * + .contents__txt,
.contents-box__body .contents__txt + .contents__txt,
.contents-box__body .img + .img {
  margin: 10px 0 0
}
.contents-box__body .contents {
  margin: 20px 0 0
}
.contents-box__body .contents__lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.04em
}
.contents-box__body .contents__txt {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.75
}
.contents-box__body .contents__txt--no-gap {
  margin: 0!important
}
.contents-box__body .contents .table-wrap {
  overflow-x: scroll;
  margin: 10px 0 0
}
.contents-box__body .contents .table {
  width: 798px;
  border-collapse: collapse;
  line-height: 1.5;
  text-align: center
}
.contents-box__body .contents .table td,
.contents-box__body .contents .table th {
  border: 2px solid #cfcfcf;
  vertical-align: middle
}
.contents-box__body .contents .table thead th {
  padding: 14px 16px;
  background-color: #2f7f7c;
  color: #fff;
  font-weight: 400;
  font-size: 12px
}
.contents-box__body .contents .table tbody td {
  padding: 3px 16px;
  background-color: #fff;
  font-size: 10px;
  font-weight: 600
}
.contents-box__body .contents .table td:nth-child(2) {
  white-space: nowrap
}
.contents-box + .contents-box {
  margin: 30px 0 0
}
.contact {
  text-align: center
}
.contact__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #238184;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 9999px;
  width: 250px;
  height: 30px
}
.contact__txt {
  line-height: 1.7;
  letter-spacing: 0;
  font-size: 14px;
  margin: 20px 0 0
}
@media (min-width:768px) {
  .commonMv__typograpy {
    font-size: 76px
  }
  .commonPageArea__body--theme-green {
    padding: 55px 0 45px
  }
  .map-caption {
    font-size: 16px
  }
  .map-caption::before {
    width: 16px;
    height: 16px
  }
  .map-caption--3::before {
    height: 8px
  }
  .contents-box-wrap {
    margin: 65px 0 0
  }
  .contents-box__head .ttl__sub {
    font-size: 18px
  }
  .contents-box__head .ttl__main {
    margin: 10px 0 0;
    font-size: 30px
  }
  .contents-box__body {
    display: flex;
    gap: 0 45px;
    margin: 45px 0 0
  }
  .contents-box__body .img img {
    width: auto
  }
  .contents-box__body .img .caption {
    font-size: 12px
  }
  .contents-box__body .img--md-bottom {
    display: flex;
    align-items: flex-end
  }
  .contents-box__body .img--md-bottom img {
    width: 224px
  }
  .contents-box__body .contents {
    margin: 0;
    flex: 1
  }
  .contents-box__body .contents__lead {
    font-size: 20px
  }
  .contents-box__body .contents * + .contents__txt {
    margin: 20px 0 0
  }
  .contents-box__body .contents__txt {
    font-size: 16px
  }
  .contents-box__body .contents .table-wrap {
    overflow: visible;
    margin: 20px 0 0
  }
  .contents-box:nth-child(even) .contents-box__body {
    flex-direction: row-reverse
  }
  .contents-box + .contents-box {
    margin: 50px 0 0
  }
  .contact__ttl {
    width: 417px;
    height: 50px;
    font-size: 20px
  }
  .contact__txt {
    margin: 35px 0 0;
    font-size: 20px
  }
}