/*===
  #common
  ===*/
@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

html {
  position: relative;
}

html::after {
  position: fixed;
  content: "";
  background: url(../img/back.webp) center center/cover no-repeat;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -999;
}

body {
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  width: 100%;
  background-color: #fff;
}

.sec04 {
  padding-top: 60px;
}

.sec06 {
  padding: 70px 25px 55px;
  background-color: #D0D6DE;
}

.sec06_map {
  margin-top: 40px;
  position: relative;
}

.sec06_map-box {
  position: relative;
  width: 100%;
  padding-top: 62.1111%;
  overflow: hidden;
}

.sec06_map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sec06_map-txt {
  padding: 0 17px;
  position: absolute;
  bottom: -6%;
}

.sec07_box {
  position: relative;
}

.sec07_wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 30%;
}

.sec07_item {
  width: 42%;
}

.sec07_item + .sec07_item {
  margin-left: 20px;
}

/* ===============================================
# cta
=============================================== */
.cta_wrapper {
  display: flex;
}

.cta_site-box img {
  width: 100%;
}

/* ===============================================
# footer
=============================================== */
.footer {
  background-color: #000000;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 80px 54px;
}

@media screen and (max-width: 600px) {
  .footer_wrapper {
    padding: 40px;
  }
}

.footer-list a {
  font-size: 29px;
  letter-spacing: .2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
  transition: all 0.5s 0s ease;
}

@media screen and (max-width: 600px) {
  .footer-list a {
    font-size: 16px;
  }
}

.footer-list a:hover {
  opacity: .6;
}

.copy {
  text-align: right;
  color: #fff;
  font-size: 19px;
  letter-spacing: .2rem;
  margin-right: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .copy {
    font-size: 14px;
  }
}
