@charset "UTF-8";
@media screen and (max-width: 767px) {
  #container .contents-wrap {
    padding-top: 40px;
  }
}

#tether {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
#tether::before, #tether::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
#tether::before {
  width: 786px;
  background-image: url(./../images/ico_dec01.png);
  left: -290px;
  top: 9%;
}
@media screen and (max-width: 767px) {
  #tether::before {
    width: 342px;
    left: -180px;
    top: 11%;
  }
}
#tether::after {
  width: 703px;
  background-image: url(./../images/ico_dec02.png);
  right: -270px;
  top: 36%;
}
@media screen and (max-width: 767px) {
  #tether::after {
    width: 301px;
    right: -140px;
    top: 32%;
  }
}
#tether .lead {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #tether .lead {
    font-size: 1.6rem;
  }
}
#tether .head-mv .img {
  max-width: 474px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #tether .head-mv .img {
    width: 83%;
  }
}
#tether .head-mv .txt {
  margin-top: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #tether .head-mv .txt {
    margin-top: 55px;
  }
}
#tether .head-mv .txt .txt-tit {
  font-size: 4rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #tether .head-mv .txt .txt-tit {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #tether .tether-slide {
    display: block !important;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  #tether .tether-slide {
    margin-top: 35px;
  }
}
#tether .tether-slide + .lead {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #tether .tether-slide + .lead {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #tether .tether-slide .swiper-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #tether .tether-slide .swiper-wrapper .swiper-slide {
    flex-shrink: inherit;
  }
}
@media screen and (min-width: 768px) {
  #tether .tether-slide .swiper-wrapper .swiper-slide:last-child {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  #tether .tether-slide .swiper {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #tether .tether-slide .swiper-wrapper {
    transition-timing-function: linear !important;
  }
}
@media screen and (max-width: 767px) {
  #tether .tether-slide .swiper-slide {
    width: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#tether .head-title {
  font-size: 3rem;
  text-align: center;
}
#tether .txt-box {
  margin-top: 120px;
  background-color: #F9F4FA;
  padding: 43px 110px 60px;
}
@media screen and (max-width: 767px) {
  #tether .txt-box {
    margin-top: 45px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 30px 20px 40px;
  }
}
#tether .txt-box .sub {
  margin-top: 25px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #tether .txt-box .sub {
    font-size: 1.6rem;
  }
}
#tether .txt-box .menu-box {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  #tether .txt-box .menu-box {
    margin-top: 35px;
    grid-template-columns: auto;
    gap: 30px;
  }
}
#tether .txt-box .menu-box .menu-box-in .menu-box-list-head {
  background-color: #E5DBEA;
  font-size: 2.2rem;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  #tether .txt-box .menu-box .menu-box-in .menu-box-list-head {
    font-size: 1.8rem;
  }
}
#tether .txt-box .menu-box .menu-box-in .menu-box-list + .menu-box-list {
  margin-top: 40px;
}
#tether .txt-box .menu-box .menu-box-in ul {
  margin-top: 20px;
}
#tether .txt-box .menu-box .menu-box-in ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #tether .txt-box .menu-box .menu-box-in ul li {
    font-size: 1.6rem;
  }
}
#tether .txt-box .menu-box .menu-box-in ul li + li {
  margin-top: 5px;
}
#tether .txt-box .menu-box .menu-box-in ul li::before {
  content: "・";
}
#tether .txt-box .menu-box .menu-box-in .last {
  margin-top: 40px;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #tether .txt-box .menu-box .menu-box-in .last {
    font-size: 1.6rem;
  }
}
#tether .txt-access {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  #tether .txt-access {
    padding-inline: 56px;
  }
}
@media screen and (max-width: 767px) {
  #tether .txt-access {
    margin-top: 50px;
  }
}
#tether .txt-access .head {
  position: relative;
}
#tether .txt-access .head.is-pos::after {
  content: "";
  display: block;
  background-image: url(./../images/ico_mark.png);
  width: 119px;
  aspect-ratio: 1/1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -80px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #tether .txt-access .head.is-pos::after {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  #tether .txt-access .head.is-pos::after {
    top: -20%;
    right: -10px;
    width: 23%;
  }
}
#tether .txt-access .img-area {
  margin-top: 25px;
}
#tether .txt-access ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 196px;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #tether .txt-access ul {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  #tether .txt-access ul {
    margin-top: 50px;
    grid-template-columns: auto;
    gap: 50px;
  }
}
#tether .txt-access ul .head .ttl01 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #tether .txt-access ul .head .ttl01 {
    font-size: 1.8rem;
  }
}
#tether .txt-access ul .head .ttl02 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  #tether .txt-access ul .head .ttl02 {
    font-size: 2rem;
  }
}
#tether .txt-access ul .head .ttl-sub {
  font-size: 1.8rem;
  margin-top: 5px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  #tether .txt-access ul .head .ttl-sub {
    font-size: 1.4rem;
  }
}
#tether .map-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 69%;
}
#tether .map-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  margin-top: 160px;
  background-color: #333;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 100px;
  }
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */