.message {
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .message {
    margin: 50px auto 0;
  }
}
.message__title {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  color: var(--marukin);
  font-size: var(--lg);
}
.message__inner {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 37.5%;
  -moz-column-gap: 9.1666666667%;
       column-gap: 9.1666666667%;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .message__inner {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .message__inner {
    margin: 20px auto 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.message__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__content {
    order: 2;
  }
}
.message__lead {
  font-family: var(--serif);
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.message__lead::before, .message__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.message__lead::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.message__lead::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.message__lead {
  font-size: 48px;
  color: var(--marukin);
}
@media screen and (max-width: 1024px) {
  .message__lead {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .message__lead {
    font-size: 32px;
    line-height: 1.5;
  }
}
.message__text {
  width: 100%;
  margin: 50px auto 0;
  line-height: 1.875;
  letter-spacing: 0em;
}
.message__text::before, .message__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.message__text::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.message__text::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.message__text {
  font-size: 16px;
  font-size: var(--md);
}
@media screen and (max-width: 1024px) {
  .message__text {
    margin: 30px auto 0;
  }
}
.message__footer {
  width: 100%;
  margin: 50px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 3.125%;
       column-gap: 3.125%;
}
@media screen and (max-width: 1024px) {
  .message__footer {
    margin: 30px 0 0 auto;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.message__position {
  font-size: var(--md);
}
.message__name {
  font-size: var(--xl);
}
.message__image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__image {
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}
.message__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .message__image img {
    border-radius: 10px;
  }
}
.message__btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .message__btn {
    margin: 50px auto 0;
  }
}
.message__btn-link {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-radius: 100vmax;
  background: var(--black);
  padding: 20px 10px 20px 30px;
  font-size: var(--sm);
  color: var(--white);
  line-height: 0.9;
  transition: opacity 0.3s ease;
}
@media (hover) {
  .message__btn-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .message__btn-link {
    padding: 15px 10px 15px 30px;
  }
}
.message__btn-link::after {
  content: "";
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}

.purpose {
  width: 100%;
  margin: 120px auto 0;
  padding: 80px 0 100px;
  background: var(--gray2);
}
@media screen and (max-width: 768px) {
  .purpose {
    margin: 80px auto 0;
    padding: 50px 0;
  }
}
.purpose__title {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  color: var(--marukin);
  font-size: var(--lg);
}
.purpose__image {
  width: 90%;
  height: 100%;
  max-width: 887px;
  aspect-ratio: 887/672;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .purpose__image {
    margin: 10px auto 0;
  }
}
.purpose__heading {
  position: absolute;
  top: 19%;
  left: 17%;
  font-family: var(--serif);
  color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .purpose__heading {
    row-gap: 2vw;
    top: 18%;
    left: 15%;
  }
}
.purpose__heading-en {
  line-height: 1;
  letter-spacing: 0em;
}
.purpose__heading-en::before, .purpose__heading-en::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.purpose__heading-en::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.purpose__heading-en::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.purpose__heading-en {
  font-size: 22px;
  font-size: clamp(0.875rem, 0.575rem + 1.28vw, 1.375rem);
  font-weight: 200;
}
.purpose__heading-jp {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.purpose__heading-jp::before, .purpose__heading-jp::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.purpose__heading-jp::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.purpose__heading-jp::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.purpose__heading-jp {
  font-size: 36px;
  line-height: 1.35;
  font-size: clamp(1.5rem, 0.6rem + 3.84vw, 3rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .purpose__heading-jp {
    font-size: max(5.3333333333vw, 22px);
  }
}
.purpose__text {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.2222222222;
  letter-spacing: 0em;
}
.purpose__text::before, .purpose__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.purpose__text::before {
  margin-block-end: calc((1 - 2.2222222222) * 0.5em);
}
.purpose__text::after {
  margin-block-start: calc((1 - 2.2222222222) * 0.5em);
}
.purpose__text {
  font-size: 18px;
  font-size: var(--lg);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .purpose__text {
    padding-left: 15%;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .purpose__text {
    width: 90%;
    padding-left: 0;
  }
}
.purpose__philosophy {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 15px 20px 100px;
  background: var(--white);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy {
    margin: 50px auto 0;
    padding: 10px 5% 50px;
  }
}
.purpose__philosophy-ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-family: var(--serif);
  border-radius: 100vmax;
  background: #ea5532;
  color: var(--white);
  font-size: var(--md);
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-ttl {
    padding: 5px 20px;
  }
}
.purpose__philosophy-inner {
  width: 90%;
  max-width: 1030px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-inner {
    margin: 20px auto 0;
  }
}
.purpose__philosophy-text {
  text-align: center;
  font-size: var(--lg);
}
.purpose__philosophy-span {
  color: #ea5532;
}
.purpose__philosophy-list {
  width: 100%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.purpose__philosophy-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-item {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.purpose__philosophy-mark {
  font-size: clamp(4rem, 3.108rem + 1.86vw, 4.5rem);
  color: #ea5532;
  font-weight: 400;
  line-height: 0.85;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-mark {
    width: 50px;
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-mark--minus {
    transform: translateX(-0.075em);
  }
}
.purpose__philosophy-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-copy {
    align-items: flex-start;
    row-gap: 5px;
  }
}
.purpose__philosophy-en {
  font-size: clamp(1.125rem, 0.679rem + 0.93vw, 1.375rem);
  color: #ea5532;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-en {
    font-size: 20px;
  }
}
.purpose__philosophy-ja {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .purpose__philosophy-ja {
    font-size: 14px;
  }
}
.purpose__logo {
  width: 90%;
  max-width: 555px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .purpose__logo {
    margin: 50px auto 0;
  }
}
.purpose__logo-group {
  width: 70%;
  max-width: 318px;
  margin: 0 auto;
}
.purpose__logo-group-link {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover) {
  .purpose__logo-group-link:hover {
    opacity: 0.7;
  }
}
.purpose__logo-group-link img {
  width: 100%;
}
.purpose__logo-list {
  width: 100%;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 25% 35% 24%;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 768px) {
  .purpose__logo-list {
    grid-template-columns: 27% 37% 26%;
    margin: 30px auto 0;
  }
}
.purpose__logo-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purpose__logo-item a {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover) {
  .purpose__logo-item a:hover {
    opacity: 0.7;
  }
}
.purpose__logo-item a img {
  width: 100%;
}
/*# sourceMappingURL=layout.css.map */
