@charset "UTF-8";
/**************************************************
* ページ: MESSAGE
**************************************************/
.message__header {
  background: url(../img/header_message.webp) no-repeat center center/cover;
}

/*------------------------------
greeting
------------------------------*/
.greeting {
  padding: 70px 0 117px;
  position: relative;
}
.greeting::before {
  content: "";
  position: absolute;
  background: url(../img/dec1.webp) no-repeat center center/100%;
  aspect-ratio: 3840/675;
  width: 100%;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.greeting .inner {
  position: relative;
}

.greeting__box {
  background: rgba(241, 241, 241, 0.8);
  padding: 6.25% 7.5%;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 767px) {
  .greeting__box {
    padding: 30px 15px;
  }
}

.greeting__wrapper {
  display: flex;
}
@media (max-width: 999px) {
  .greeting__wrapper {
    display: block;
  }
}

.greeting__image {
  width: 44%;
  margin-right: -40px;
}
@media (max-width: 999px) {
  .greeting__image {
    width: 80%;
    margin-right: 0;
    margin: 0 auto;
  }
}

.greeting__content {
  width: 58.8%;
  padding: 4.4% 5.5%;
  background: rgba(255, 255, 255, 0.8);
  margin-top: min(110px, 5.7291666667vw);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 999px) {
  .greeting__content {
    width: 100%;
    margin-top: -30px;
    position: relative;
  }
}

.greeting__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .greeting__heading {
    font-size: 1.8rem;
  }
}

.greeting__messgae {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .greeting__messgae {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.profile {
  background: rgba(255, 255, 255, 0.8);
  padding: 3.6% 5.1%;
  margin-top: min(90px, 4.6875vw);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .profile {
    padding: 30px 10px;
  }
}

.profile__wrapper {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .profile__wrapper {
    display: block;
  }
}

.profile__name {
  width: 28%;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  border-right: 1px solid #707070;
  padding-left: 1%;
}
@media (max-width: 767px) {
  .profile__name {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    border-right: none;
  }
}

.profile__name--en {
  display: inline-block;
  font-size: clamp(1.2rem, 0.9375vw, 18rem);
  font-family: "Oswald", sans-serif;
  margin-left: 1.3em;
}

.profile__content {
  width: 72%;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 4.3%;
}
@media (max-width: 767px) {
  .profile__content {
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
}

/*------------------------------
vision
------------------------------*/
.vision {
  margin-top: 7.5%;
}

.vision__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 3em;
  position: relative;
}
.vision__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/img_kakko.webp) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 48/175;
}
.vision__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  background: url(../img/img_kakko.webp) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 48/175;
}
@media (max-width: 767px) {
  .vision__heading {
    font-size: 1.8rem;
    padding: 0 4em;
  }
}

/*------------------------------
misson01
------------------------------*/
.misson01 {
  padding-top: 100px;
}

.misson01__list {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 65px;
}

.misson01__item {
  border: 1px solid #FD790E;
  border-radius: 0 50px 50px 0;
  padding: 4.3% 6.4%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}
.misson01__item:nth-child(n+2) {
  margin-top: 20px;
}

.misson01__label {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #FD790E;
  font-family: "Oswald", sans-serif;
  margin-right: 7.14%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .misson01__label {
    width: 30px;
    font-size: 2rem;
  }
}

.missson01__text {
  font-size: clamp(1.6rem, 0.9375vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .missson01__text {
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
}

/*------------------------------
misson02
------------------------------*/
.misson02 {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .misson02 {
    padding: 50px 0 70px;
  }
}

.misson02__list {
  width: 95%;
  margin: 3% auto 0;
}

.misson02__item {
  display: flex;
  justify-content: space-between;
}
.misson02__item:nth-child(n+2) {
  margin-top: 3.2%;
}
@media (max-width: 767px) {
  .misson02__item {
    display: block;
  }
}

.misson02__en {
  width: 34%;
  font-size: min(2.4rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.6666666667;
  height: 4lh;
  letter-spacing: 0.05em;
  color: #FD790E;
  font-family: "Oswald", sans-serif;
  text-align: center;
  border: 1px solid #FD790E;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .misson02__en {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

.misson02__content {
  width: 61%;
  margin-top: 1%;
}
@media (max-width: 767px) {
  .misson02__content {
    width: 100%;
    margin-top: 20px;
  }
}

.misson02__header {
  display: flex;
  align-items: center;
}

.misson02__label {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #FD790E;
  font-family: "Oswald", sans-serif;
  margin-right: 0.67em;
}

.misson02__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.misson02__description {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
/*# sourceMappingURL=message.css.map */