.section-subtitle {
  display: flex;
  gap: 1em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-subtitle__en {
  height: 38px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-subtitle__en {
    height: 24px;
  }
}
.section-subtitle__jp {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-subtitle__jp {
    font-size: 14px;
  }
}

.br--custom {
  display: none;
}
@media screen and (max-width: 1025px) {
  .br--custom {
    display: block;
  }
}
@media screen and (max-width: 1025px) and (max-width: 768px) {
  .br--custom {
    display: none;
  }
}

.br--sm {
  display: block;
}
@media screen and (max-width: 600px) {
  .br--sm {
    display: none;
  }
}

.message__section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.message__area {
  padding-block: 216px 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message__area {
    padding-block: 108px 80px;
  }
}
.message__area::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
  width: 69.4666666667vw;
  height: auto;
  aspect-ratio: 1042/940;
  right: -15.3333333333vw;
  top: -13.6vw;
  background: url(../../images/about/bg_circle01.png) center/contain;
  background-repeat: no-repeat;
}
.message__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.message__title {
  width: 481px;
}
.message__subtitle {
  font-size: 32px;
  font-weight: 900;
  margin-top: 15px;
}
.message__container {
  display: flex;
  gap: 15.45%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .message__container {
    margin-top: 20px;
    flex-direction: column;
  }
}
.message__image {
  width: 43.63%;
}
@media screen and (max-width: 768px) {
  .message__image {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
}
.message__text-box {
  width: 71.82%;
}
@media screen and (max-width: 768px) {
  .message__text-box {
    width: 100%;
    margin-top: 25px;
  }
}
.message__disc {
  font-size: 28px;
  line-height: 1.1785714286;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .message__disc {
    font-size: 24px;
  }
}
.message__name {
  font-size: 18px;
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 18px;
    margin-top: 20px;
  }
}
.message__name--large {
  margin-left: 0.5em;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .message__name--large {
    font-size: 24px;
  }
}
.message__text {
  margin-top: 70px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 14px;
    margin-top: 35px;
  }
}

.purpose__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.purpose__kv {
  padding-block: 95px;
  background: url(../../images/about/img_purpose.jpg) center/cover, no-repeat;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .purpose__kv {
    padding-block: 40px;
    height: 450px;
  }
}
.purpose__head {
  display: flex;
  align-items: flex-end;
}
.purpose__title {
  width: 188px;
}
.purpose__lead {
  color: var(--c_blue);
  margin-top: 60px;
  font-size: 70px;
  line-height: 1.3285714286;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 1150px) {
  .purpose__lead {
    font-size: min(4.66vw, 70px);
    font-size: min(6.66vw, 70px);
    font-size: 5.66vw;
  }
}
@media screen and (max-width: 1150px) and (max-width: 768px) {
  .purpose__lead {
    font-size: 28px;
    font-size: clamp(35px, 5.66vw, 70px);
    margin-top: 56px;
  }
}

.mvv__section {
  position: relative;
}
.mvv__section::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
  width: 86vw;
  height: auto;
  aspect-ratio: 1290/1116;
  left: -4.4666666667vw;
  top: -5.8vw;
  background: url(../../images/about/bg_circle02.png) center/contain;
  background-repeat: no-repeat;
}
.mvv__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.mvv__block {
  padding-block: 130px;
}
.mvv__block:not(:last-child) {
  border-bottom: 1px solid var(--c_line);
}
@media screen and (max-width: 768px) {
  .mvv__block {
    padding-block: 50px;
  }
}
.mvv__head {
  display: flex;
  align-items: flex-end;
}
.mvv__subtitle {
  color: var(--c_black);
}
.mvv__content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mvv__content {
    margin-top: 20px;
  }
}
.mvv__text {
  font-size: 36px;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mvv__text {
    font-size: 24px;
  }
}

.value__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .value__list {
    gap: 15px;
    margin-top: 25px;
  }
}
.value__item {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  gap: 120px;
  background: #f1f5f4;
  border-radius: 6px;
  padding: 18px 20px;
}
@media screen and (max-width: 1024px) {
  .value__item {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .value__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.value__text {
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .value__text {
    font-size: 20px;
  }
}
.value__logo {
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--c_blue);
  display: grid;
  place-items: center;
  padding: 15px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .value__logo {
    width: 36px;
    padding: 10px;
  }
}
.value__head {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .value__head {
    gap: 10px;
  }
}

.feature__section {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .feature__section {
    margin-top: 75px;
  }
}
.feature__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.feature__title {
  width: 475px;
}
.feature__subtitle {
  font-size: 32px;
  font-weight: 900;
  margin-top: 20px;
}
.feature__container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .feature__container {
    margin-top: 25px;
    gap: 50px;
  }
}
.feature__item {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .feature__item {
    gap: 25px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .feature__item--reverse {
    flex-direction: column-reverse;
  }
}
.feature__text-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature__text-block {
    width: 100%;
  }
}
.feature__disc {
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .feature__disc {
    font-size: 20px;
  }
}
.feature__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .feature__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.feature__image {
  width: 50%;
  border-radius: 6px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .feature__image {
    width: 100%;
    margin-inline: auto;
  }
}
.feature__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c_blue);
  margin-top: 1em;
  transition: opacity 0.3s;
  color: var(--c_blue);
}
@media (hover) {
  .feature__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .feature__link {
    font-size: 16px;
  }
}

.overview__section {
  width: 100%;
  margin-top: 180px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .overview__section {
    margin-top: 90px;
  }
}
.overview__section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 86vw;
  height: auto;
  aspect-ratio: 1290/1116;
  right: -5vw;
  top: -53.3333333333vw;
  background: url(../../images/about/bg_circle03.png) center/cover;
  background-repeat: no-repeat;
}
.overview__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.overview__container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .overview__container {
    margin-top: 25px;
  }
}
.overview__list {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 130px;
  gap: 210px;
  padding-block: 30px;
}
.overview__list:not(:last-child) {
  border-bottom: 1px solid var(--c_line);
}
@media screen and (max-width: 1024px) {
  .overview__list {
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .overview__list {
    grid-template-columns: 1fr;
    gap: 1em;
    padding-block: 15px;
  }
}
.overview__term {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .overview__term {
    font-size: 16px;
  }
}
.overview__disc {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .overview__disc {
    font-size: 16px;
  }
}
.overview__disc--list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .overview__disc--list {
    gap: 1em;
    flex-direction: column;
  }
}
.overview__disc--adress {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .overview__disc--adress {
    gap: 15px;
    flex-direction: column;
  }
}
.overview__adress {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .overview__adress {
    font-size: 16px;
  }
}
.overview__sub-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.overview__sub-item {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .overview__sub-item {
    font-size: 16px;
  }
}
.overview__map {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: var(--c_blue);
  color: var(--c_white);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  transition: background 0.3s, color 0.3s;
  border: 1px solid var(--c_blue);
  max-width: 195px;
}
@media (hover) {
  .overview__map:hover {
    background: var(--c_white);
    color: var(--c_blue);
  }
  .overview__map:hover .overview__icon {
    background: var(--c_blue);
  }
}
@media screen and (max-width: 768px) {
  .overview__map {
    max-width: 200px;
  }
}
.overview__icon {
  display: inline-block;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
}
.overview__icon--link {
  -webkit-mask-image: url(../../images/common/icon_link.svg);
          mask-image: url(../../images/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--c_white) no-repeat;
  margin-left: 7px;
  transition: background 0.3s;
}

.promotion {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .promotion {
    margin-top: 60px;
  }
}
.promotion__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.promotion__container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .promotion__container {
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
  }
}
.promotion__head {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .promotion__head {
    font-size: 24px;
  }
}
.promotion__left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .promotion__left {
    width: 100%;
  }
}
.promotion__left-box {
  display: flex;
  gap: 20px;
}
.promotion__left-text {
  width: calc(100% - 170px);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .promotion__left-text {
    font-size: 14px;
  }
}
.promotion__left-link {
  padding: 20px 18px 25px;
  border-radius: 6px;
  border: 3px solid #e1ebe8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 170px;
  transition: opacity 0.3s;
}
@media (hover) {
  .promotion__left-link:hover {
    opacity: 0.7;
  }
}
.promotion__left-link-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .promotion__left-link-text {
    font-size: 14px;
  }
}
.promotion__right {
  width: 50%;
  display: grid;
  place-items: center;
  transition: opacity 0.3s;
}
@media (hover) {
  .promotion__right:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 820px) {
  .promotion__right {
    width: 100%;
  }
}
.promotion__left-link-img {
  width: 85px;
}
.promotion__text {
  margin-top: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .promotion__text {
    font-size: 18px;
  }
}

.activity {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .activity {
    margin-top: 55px;
  }
}
.activity__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.activity__head {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .activity__head {
    font-size: 24px;
  }
}
.activity__container {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .activity__container {
    gap: 30px;
    margin-top: 15px;
    flex-direction: column;
  }
}
.activity__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .activity__left {
    width: 100%;
  }
}
.activity__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f1f5f4;
  border-radius: 6px;
  padding-block: 23px;
}
@media screen and (max-width: 820px) {
  .activity__right {
    width: 100%;
  }
}
.activity__right-img {
  max-width: 203px;
  transition: opacity 0.3s;
}
@media (hover) {
  .activity__right-img:hover {
    opacity: 0.7;
  }
}
.activity__text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .activity__text {
    font-size: 18px;
  }
}
.activity__text--bold {
  font-weight: 500;
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .activity__text--bold {
    font-size: 14px;
    margin-top: 15px;
  }
}
.activity__link {
  color: var(--c_blue);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--c_blue);
  transition: opacity 0.3s;
}
@media (hover) {
  .activity__link:hover {
    opacity: 0.7;
  }
}

.add {
  overflow: hidden;
  position: relative;
}
.add::after {
  content: "";
  position: absolute;
  bottom: -20vw;
  left: -10.46vw;
  background: url(../../images/about/bg_circle04.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 123vw;
  aspect-ratio: 1846/1632;
  z-index: -1;
}

.exellent {
  margin-block: 100px 180px;
}
@media screen and (max-width: 768px) {
  .exellent {
    margin-block: 50px 90px;
  }
}
.exellent__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.exellent__content {
  display: flex;
  align-items: center;
  gap: 150px;
  padding: 30px 75px;
  background: #ffffff;
  border: 3px solid #cfdfdb;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .exellent__content {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 15px 30px;
    align-items: flex-start;
  }
}
.exellent__left {
  display: flex;
  gap: 20px;
}
.exellent__img {
  max-width: 189px;
  width: 100%;
}
.exellent__right {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--c_blue);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--c_blue);
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.exellent__right::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: var(--c_blue);
  -webkit-mask-image: url(../../images/common/icon_link3.svg);
          mask-image: url(../../images/common/icon_link3.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 19/16;
  top: 50%;
  right: -4px;
  translate: 100% -50%;
}
.exellent__right-link {
  transition: opacity 0.3s;
}
@media (hover) {
  .exellent__right-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .exellent__right-link {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
