.page-id-133.page-template-default main {
  background: linear-gradient(180deg, rgb(56, 56, 56) 0%, rgb(56, 56, 56) 50%, rgb(40, 40, 40) 100%);
  color: #fff;
}

.page-hero--commitment {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-hero--commitment .page-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 16px 120px;
}
.page-hero--commitment .page-hero__title {
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.1em;
  margin: 0;
}

.commitment {
  padding: 80px 0;
}
.commitment__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.commitment_message {
  text-align: center;
  margin-bottom: 100px;
}
.commitment_message .page-hero__founded {
  font-weight: 700;
  margin: 0;
}
.commitment_message .page-hero__founded > span {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  background: var(--brand-red);
  color: #fff;
  border-radius: 50px;
  padding: 10px 10px 10px 20px;
  line-height: 1;
  font-size: 25px;
  margin: 0 auto 30px;
}
.commitment_message .page-hero__founded > span span {
  font-size: 20px;
  margin: 0 0 0 -12px;
}
.commitment_message .page-hero__lead {
  line-height: 1.8;
  margin: 0;
  font-size: clamp(16px, 3.8vw, 25px);
}
.commitment_message .page-hero__lead span {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: inline-block;
  text-shadow: 0 0 6px var(--brand-red), 0 0 6px var(--brand-red), 0 0 6px var(--brand-red), 0 0 6px var(--brand-red);
  font-size: clamp(20px, 4.4vw, 30px);
  font-weight: 600;
}

.commitment-item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 100px;
  scroll-margin: 80px;
}
.commitment-item__kodawari {
  width: 100%;
  position: relative;
}
.commitment-item__kodawari-media {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  aspect-ratio: 9/5;
  overflow: hidden;
}
.commitment-item__kodawari-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.commitment-item__kodawari-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}
.commitment-item__kodawari-main {
  text-align: left;
  color: #fff;
  display: inline-block;
  text-shadow: 0 0 16px #ffffff, 0 0 10px #000000, 0 0 12px #000000, 0 0 6px #000000;
  font-size: clamp(30px, 6.4vw, 60px);
  font-weight: 600;
  line-height: 1.5;
}
.commitment-item__kodawari-main span {
  color: #dacf6a;
  font-size: clamp(35px, 7vw, 70px);
}
.commitment-item__kodawari-sub {
  font-size: clamp(16px, 3.8vw, 25px);
  text-shadow: 0 0 16px #ffffff, 0 0 10px #000000, 0 0 12px #000000, 0 0 6px #000000;
}
.commitment-item__media {
  width: 100%;
  max-width: 400px;
  flex: 0 0 40%;
}
.commitment-item__media figure {
  margin: 0;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  box-shadow: 0 0 30px #1c1c1c;
}
.commitment-item__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.commitment-item__body {
  flex: 1;
}
.commitment-item__title {
  font-size: 30px;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 0 8px;
  border-bottom: solid 2px var(--brand-red);
}
.commitment-item__text {
  line-height: 1.9;
}
.commitment-item--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .commitment-item {
    flex-direction: column;
    scroll-margin: 40px;
  }
  .commitment-item--reverse {
    flex-direction: column;
  }
  .commitment-item__title {
    font-size: 25px;
  }
}/*# sourceMappingURL=kodawari.css.map */