@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* charm */
/* ============================================ */
@media all and (max-width: 896px) {
  .inner {
    padding-inline: 15px;
  }
}
h2 {
  margin-bottom: 16px;
  background: linear-gradient(45deg, #d62b54 20%, #de5243 50%, #de7a13 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  h2 {
    margin-bottom: 8px;
    font-size: 2.3rem;
  }
}
h2[lang=en] {
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  h2[lang=en] {
    font-size: 2.8rem;
  }
}
h2 span {
  display: block;
  margin-top: 8px;
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  h2 span {
    font-size: 1.6rem;
  }
}
h2 + p {
  letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
  h2 + p {
    letter-spacing: 0.07em;
  }
}

.diversity {
  margin-block: 6vw;
  text-align: center;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  .diversity {
    margin-block: 30px;
  }
}

.map {
  margin-block: 6vw;
  text-align: center;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  .map {
    margin-block: 30px;
  }
}
.map figure {
  position: relative;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .map figure {
    margin-top: 20px;
  }
}
.map figure figcaption {
  position: absolute;
  top: 60vw;
  left: 50%;
  translate: -50%;
}
@media all and (max-width: 896px) {
  .map figure figcaption {
    top: 65vw;
  }
}
.map figure figcaption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw;
}
@media all and (max-width: 896px) {
  .map figure figcaption ul {
    gap: 10px;
  }
}
.map figure figcaption ul li {
  width: calc((100% - 5.2vw) / 3);
}
@media all and (max-width: 896px) {
  .map figure figcaption ul li {
    width: calc((100% - 10px) / 2);
  }
  .map figure figcaption ul li:nth-child(2) {
    order: 3;
  }
  .map figure figcaption ul li:nth-child(3) {
    order: 5;
  }
  .map figure figcaption ul li:nth-child(4) {
    order: 2;
  }
  .map figure figcaption ul li:nth-child(5) {
    order: 4;
  }
  .map figure figcaption ul li:nth-child(6) {
    order: 6;
  }
}
.map figure figcaption ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #000;
}
.map figure figcaption ul li dl dt {
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .map figure figcaption ul li dl dt {
    font-size: 1.2rem;
  }
}
.map figure figcaption ul li dl dd {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .map figure figcaption ul li dl dd {
    font-size: 1.1rem;
  }
}
.map figure figcaption ul li dl dd span {
  margin-right: 5px;
  font-family: "Jost", sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .map figure figcaption ul li dl dd span {
    font-size: 2.3rem;
  }
}
.map figure .enlarge {
  display: none;
}
@media all and (max-width: 896px) {
  .map figure .enlarge {
    display: block;
    position: absolute;
    top: 50vw;
    left: 30px;
  }
  .map figure .enlarge a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d13511;
    font-size: 1.2rem;
  }
  .map figure .enlarge a img {
    width: 12px;
    height: 12px;
    margin-top: 1px;
  }
}

.point {
  position: relative;
  z-index: 2;
  margin-block: -18vw 6vw;
  padding-block: 6vw;
}
@media all and (max-width: 896px) {
  .point {
    margin-block: -80px 50px;
    padding-block: 50px;
  }
}
.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 5vw);
  height: 100%;
  background: linear-gradient(90deg, #fff7f5, #fffcef);
}
@media all and (max-width: 896px) {
  .point::before {
    width: calc(100% - 12px);
  }
}
.point ul {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-top: 4.6vw;
}
@media all and (max-width: 896px) {
  .point ul {
    gap: 40px;
    margin-top: 30px;
  }
}
.point ul li {
  display: flex;
  align-items: center;
  gap: 2.6vw;
}
@media all and (max-width: 896px) {
  .point ul li {
    flex-direction: column;
    gap: 20px;
  }
}
.point ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .point ul li:nth-child(2n) {
    flex-direction: column;
  }
}
.point ul li .exp {
  width: calc((100% - 2.6vw) / 2);
  line-height: 2;
}
@media all and (max-width: 896px) {
  .point ul li .exp {
    width: 100%;
  }
}
.point ul li .exp span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d13511;
  color: #d13511;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .point ul li .exp span {
    font-size: 1.4rem;
  }
}
.point ul li .exp h3 {
  margin-block: 30px 20px;
  color: #d13511;
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .point ul li .exp h3 {
    margin-block: 10px 2px;
    font-size: 1.6rem;
  }
}
.point ul li figure {
  position: relative;
  width: calc((100% - 2.6vw) / 2);
}
@media all and (max-width: 896px) {
  .point ul li figure {
    width: 100%;
  }
}
.point ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #d13511;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

/*# sourceMappingURL=charm.css.map */
