.header {
  width: 100%;
  height: 4.5rem;
  background-color: #000;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  gap: 1.4rem;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 23.5rem;
}
.header-logo img {
  width: 100%;
}
.header-insta {
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.header-insta img {
  width: 100%;
}
.header-nav {
  position: absolute;
  display: none;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 42rem;
}
@media screen and (max-width: 768px) {
  .header-nav {
    height: 52rem;
  }
}
.header-nav > ul {
  display: flex;
  flex-wrap: wrap;
}
.header-nav > ul > li {
  padding-top: 0.8rem;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: flex;
}
.header-nav > ul > li::before {
  content: "";
  background: url(../images/circle.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 0.6rem;
  display: block;
  margin-right: 0.8rem;
}
.header-nav > ul > li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
.header-nav .detail {
  border-bottom: none !important;
}
.header-nav .detail::before {
  content: none;
}
.header-nav .detail ul {
  display: flex;
  flex-wrap: wrap;
}
.header-nav .detail a {
  margin-left: 1em;
}
.header-nav .three-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3rem;
}
.header-nav .contact {
  margin-top: 3rem;
}

.content-width {
  padding-right: 3rem;
  padding-left: 3rem;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  margin-top: 6.7rem;
  padding-top: 2.4rem;
  padding-bottom: 3.9rem;
  background: url(../images/footer.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    padding-bottom: 8rem;
  }
}
.footer-inner {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer-left {
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-left {
    padding-left: 0;
    width: 100%;
  }
}
.footer-insta {
  margin-top: 3rem;
  width: 2rem;
  aspect-ratio: 1/1;
}
.footer-insta img {
  width: 100%;
}
.footer-logo {
  width: 23.5rem;
}
.footer-logo img {
  height: auto;
  width: 100%;
}
.footer p {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.75;
}
.footer .copy {
  margin-top: 22.7rem;
  font-size: 1rem;
  line-height: 0.85;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    margin-top: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-right {
  flex: 1;
}
.footer-right nav > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-right nav > ul > li {
  padding-top: 0.6rem;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: flex;
}
.footer-right nav > ul > li::before {
  content: "";
  background: url(../images/circle.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 0.6rem;
  display: block;
  margin-right: 0.8rem;
}
.footer-right nav > ul > li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
.footer .detail {
  border-bottom: none !important;
}
.footer .detail::before {
  content: none;
}
.footer .detail ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .detail a {
  margin-left: 1em;
}
.footer .three-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3rem;
}
.footer .contact {
  margin-top: 2rem;
}

.keyvis {
  width: 100%;
  height: 16.8rem;
  background: url(../images/keyvis.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyvis-head {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.85;
  color: #fff;
}

.lower {
  padding-top: 6.8rem;
  padding-bottom: 18.3rem;
}
@media screen and (max-width: 768px) {
  .lower {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
.lower-head {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 0.85;
}
.lower-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: url(../images/washi.jpg) no-repeat center center/cover;
}
.lower-box01 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.lower-box01 .lower-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lower-box01 .lower-head::after {
  margin-top: 1.4rem;
  content: "";
  display: block;
  width: 10.4rem;
  aspect-ratio: 104/24;
  background: url(../images/lower-icon1.png) no-repeat center center/cover;
}
.lower-box01 p {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.lower-box02 {
  padding-right: 12rem;
  padding-left: 12rem;
}
@media screen and (max-width: 768px) {
  .lower-box02 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.lower-box02 .lower-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lower-box02 .lower-head::after {
  margin-top: 2rem;
  content: "";
  display: block;
  width: 50rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .lower-box02 .lower-head::after {
    width: 20rem;
  }
}
.lower-box02 p,
.lower-box02 ul {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.lower-box02 ul {
  padding-left: 1em;
}
.lower-box02 ul li {
  font-size: 1.8rem;
  line-height: 1.75;
  list-style-type: disc;
}
.lower-box03 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.lower-box03 .lower-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.7rem;
}
.lower-box03 .lower-head::after {
  margin-top: 1.4rem;
  content: "";
  display: block;
  width: 10.4rem;
  aspect-ratio: 104/24;
  background: url(../images/lower-icon1.png) no-repeat center center/cover;
}
.lower-box03 h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}
.lower-box03 h4::before {
  margin-right: 1.4rem;
  content: "";
  background-color: #5B4F6C;
  display: block;
  width: 0.4rem;
  height: 3rem;
}
.lower-box03 p {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.lower-box03 P + h4 {
  margin-top: 6.5rem;
}
.lower .lower-box + .lower-box {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .lower .lower-box + .lower-box {
    margin-top: 3.5rem;
  }
}
/*# sourceMappingURL=common.css.map */