@charset "UTF-8";

.p-about-head {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.p-about-head::after {
  background-image: url(../images/page_about_head_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: calc(100% + 93px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-about-head__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.p-about-head__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-about-head__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: clamp(1.625rem, 1.2938950555rem + 1.4127144299vw, 2.5rem);
  letter-spacing: 4px;
  line-height: 1.45;
}
.p-about-head__title p:nth-of-type(1) {
  position: relative;
}
.p-about-head__title p:nth-of-type(1)::after {
  background-color: rgba(228, 2, 101, 0.1);
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-about-head__texts {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  gap: 13px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.p-about-head__texts-notes {
  font-size: 12px;
}

.p-about-head__textloop {
  bottom: 10px;
  color: #fff;
  font-size: clamp(7.5rem, 6.0100277497rem + 6.3572149344vw, 11.4375rem);
  font-weight: 300;
  left: 0;
  letter-spacing: 14.64px;
  line-height: 2.02;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-about-feature {
  background-image: url(../images/page_feature_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -93px;
  padding-bottom: 30px;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.p-about-feature__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.p-about-feature__contents {
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.p-about-feature__text {
  flex-shrink: 0;
}
.p-about-feature__text .c-section-title h2 {
  padding-left: 0;
}

.p-about-feature__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 37px;
}

.p-about-feature__cards {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
}

.p-about-feature__card {
  align-items: center;
  background-color: #fff;
  border-left: 5px solid #e40265;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 18px 20px 20px;
}
.p-about-feature__card:nth-of-type(2) {
  border-left: 5px solid #ee6a8d;
}
.p-about-feature__card:nth-of-type(2) .p-about-feature__card-num {
  color: #ee6a8d;
}
.p-about-feature__card:nth-of-type(3) {
  border-left: 5px solid #ea8487;
}
.p-about-feature__card:nth-of-type(3) .p-about-feature__card-num {
  color: #ea8487;
}

.p-about-feature__card-num {
  color: #e40265;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 1.94;
  margin-top: 8px;
}

.p-about-feature__card-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.6;
}

.p-about-feature__card-desc {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin-top: 20px;
}

.p-about-feature__card-right {
  aspect-ratio: 210/189;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
  max-width: 300px;
  overflow: hidden;
  width: 100%;
}

.p-about-section-wrap {
  background-image: linear-gradient(to bottom, rgba(255, 248, 251, 0.6), rgba(245, 246, 247, 0.6) 53%, rgba(214, 239, 236, 0.6));
  padding-bottom: 60px;
  padding-top: 30px;
}

.p-about-component__box {
  padding-inline: 20px;
}
.p-about-component__box .p-about-component__box-inner {
  background-color: #fff;
  padding: 60px 20px;
}
.p-about-component__box .p-about-component__box-contents {
  margin-inline: auto;
  max-width: 650px;
}

.p-about-entry {
  margin-top: 100px;
}

.p-about-company {
  padding-top: 60px;
}

.p-about-company__table {
  margin-top: 20px;
}

.p-about-company__list {
  border-top: solid 1px #f4dce6;
  display: flex;
  flex-direction: column;
}

.p-about-company__item {
  border-bottom: solid 1px #f4dce6;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
}

.p-about-company__item-head {
  background-color: #f4dce6;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 2.29;
  padding: 10px;
}

.p-about-company__item-body {
  border-top: 1.5px dotted #f4dce6;
  padding: 10px;
}

.p-about-message {
  padding-top: 60px;
}

.p-about-message__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.p-about-message__img {
  aspect-ratio: 311/370;
  border-radius: 10px;
  flex-shrink: 0;
  margin-inline: auto;
  overflow: hidden;
  width: 64%;
}

.p-about-message__text {
  margin-top: 12px;
}

.p-about-message__text-title {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 20px;
  letter-spacing: 1.76px;
  line-height: 1.73;
}

.p-about-message__text-desc {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.12px;
  line-height: 1.6;
  margin-top: 20px;
}

.p-about-message__text-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 2;
  margin-top: 10px;
  text-align: right;
}

.p-about-access {
  padding-top: 60px;
}

.p-about-access__contents {
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
}
.p-about-access__contents > div {
  height: 100%;
  width: 100%;
}
.p-about-access__contents iframe {
  border: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 414px) {
  .p-about-head__texts {
    letter-spacing: 0.2px;
  }
  .p-about-feature__card:nth-of-type(1) .p-about-feature__card-desc {
    letter-spacing: 2.5px;
  }
}
@media (min-width: 768px) {
  .p-about-head__texts {
    letter-spacing: normal;
  }
  .p-about-feature__card {
    flex-direction: row;
  }
  .p-about-feature__card:nth-of-type(1) .p-about-feature__card-desc {
    letter-spacing: normal;
  }
  .p-about-feature__card:nth-of-type(3) .p-about-feature__card-desc {
    letter-spacing: 1.7px;
  }
  .p-about-feature__card-right {
    max-width: 210px;
  }
}
@media (min-width: 1024px) {
  .p-about-head {
    padding-bottom: 200px;
    padding-top: 130px;
  }
  .p-about-head__inner {
    max-width: 980px;
  }
  .p-about-head__contents {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .p-about-head__title {
    margin-top: 33px;
  }
  .p-about-head__texts {
    line-height: 2.2;
    max-width: 454px;
  }
  .p-about-feature {
    margin-top: -93px;
    padding-bottom: 30px;
    padding-top: 200px;
  }
  .p-about-feature__inner {
    max-width: 1240px;
  }
  .p-about-feature__contents {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-about-feature__desc {
    max-width: 384px;
    width: calc(384 / 1366 * 100vw);
  }
  .p-about-feature__card {
    padding: 30px 40px 35px 40px;
  }
  .p-about-feature__card:nth-of-type(3) .p-about-feature__card-desc {
    letter-spacing: 1.2px;
  }
  .p-about-feature__card-title {
    line-height: 2;
  }
  .p-about-feature__card-desc {
    letter-spacing: normal;
    line-height: 2.13;
  }
  .p-about-feature__card-right {
    width: calc(210 / 1366 * 100vw);
  }
  .p-about-section-wrap {
    padding-bottom: 152px;
    padding-top: 100px;
  }
  .p-about-component__box .p-about-component__box-inner {
    margin-inline: auto;
    max-width: 1100px;
    padding: 70px 100px 80px;
  }
  .p-about-component__box .p-about-component__box-contents {
    max-width: 100%;
  }
  .p-about-component__box .p-about-component__box-contents .c-section-title {
    flex-direction: row;
  }
  .p-about-entry {
    margin-top: 115px;
  }
  .p-about-company {
    padding-top: 100px;
  }
  .p-about-company__table {
    margin-top: 10px;
  }
  .p-about-company__item {
    align-items: center;
    flex-direction: row;
    padding-block: 10px;
  }
  .p-about-company__item-head {
    background-color: transparent;
    max-width: 180px;
    padding: 10px 0px;
    width: calc(180 / 1366 * 100vw);
  }
  .p-about-company__item-body {
    border-left: 1.5px dotted #f4dce6;
    border-top: none;
    padding: 10px 0px 10px 50px;
  }
  .p-about-message__contents {
    flex-direction: row;
    gap: 50px;
    margin-top: 25px;
  }
  .p-about-message__img {
    margin-inline: 0;
    max-width: 311px;
    width: calc(311 / 1366 * 100vw);
  }
  .p-about-message__text-title {
    font-size: 22px;
  }
  .p-about-message__text-desc {
    line-height: 2.29;
  }
  .p-about-access__contents {
    aspect-ratio: 898/337;
  }
}
@media (min-width: 1366px) {
  .p-about-feature__card:nth-of-type(1) .p-about-feature__card-desc {
    letter-spacing: 1.2px;
  }
  .p-about-feature__card:nth-of-type(2) .p-about-feature__card-desc {
    letter-spacing: 1.8px;
  }
  .p-about-feature__card-desc {
    letter-spacing: 1.2px;
  }
}