/* ============================== CEO Message ============================== */

.ceo-message {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ceo-message__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ceo-message__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ceo-message__content {
  position: relative;
  text-align: center;
  top: 0;
  right: 0;
  width: 80vw;
  height: 80vh;
  padding: 24px 16px 32px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ceo-message__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #317eb3;
  margin-bottom: 32px;
  text-align: center;
}

.ceo-message__paragraph {
  font-family: "Klee One", cursive;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.8vw, 1.1rem);
}

.ceo-message__sign {
  position: absolute;
  right: 2vw;
  bottom: 2vh;
}

.ceo-message__sign-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: rgba(0, 0, 0, 0.4);
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .ceo-message {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ceo-message__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ceo-message__content {
    position: relative;
    top: 0;
    right: 0;
    width: 80vw;
    height: 80vh;
    padding: 24px 16px 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ceo-message__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ceo-message__paragraph {
    font-size: 16px;
    line-height: 1.8;
  }

  .ceo-message__sign-text {
    font-size: 20px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .ceo-message {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ceo-message__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ceo-message__content {
    position: relative;
    top: 0;
    right: 0;
    width: 80vw;
    height: 80vh;
    padding: 24px 16px 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ceo-message__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .ceo-message__paragraph {
    font-size: 12px;
    line-height: 1.8;
  }

  .ceo-message__sign-text {
    font-size: 16px;
  }
}

/* ============================== //CEO Message ============================== */

/* ============================== Mission ============================== */

.mission {
  width: 90vw;
  height: 1024px;
  margin-bottom: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission__list {
  width: 1420px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission__item {
  width: 90%;
  max-width: 1160px;
  margin: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow 0.2s ease;
}

.mission__item:hover {
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.mission__number {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 100px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  color: #153756;
}

.mission__text {
  flex: 1;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #317eb3;
}

.mission__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #727171;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .mission {
    width: 100vw;
    height: 100vh;
  }

  .mission__list {
    max-width: 100%;
  }

  .mission__item {
    max-width: 900px;
    margin: 14px 0;
  }

  .mission__number {
    width: 80px;
    height: 70px;
    font-size: 32px;
  }

  .mission__title {
    font-size: 28px;
  }

  .mission__subtitle {
    font-size: 22px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .mission {
    width: 100vw;
    height: 80vh;
  }

  .mission__item {
    height: 160px;
    max-width: 480px;
    margin: 12px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mission__number {
    width: 72px;
    height: 60px;
    font-size: 28px;
  }

  .mission__text {
    margin: 8px 0;
  }

  .mission__title {
    font-size: 22px;
  }

  .mission__subtitle {
    font-size: 16px;
  }
}

/* ============================== //Mission ============================== */

/* ============================== Vision ============================== */

.vision {
  width: 90vw;
  height: 1024px;
  margin-bottom: 20vh;
  position: relative;
}

.vision__image--primary,
.vision__image--secondary {
  position: absolute;
  width: 500px;
  height: 500px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision__image--primary {
  z-index: 1;
  top: 72px;
}

.vision__image--secondary {
  z-index: 3;
  top: 432px;
  left: 68px;
}

.vision__circle {
  animation: pulse 5s ease-in-out infinite;
  z-index: 2;
  position: absolute;
  background-color: rgba(49, 126, 179, 0.4);
  width: 200px;
  height: 200px;
  border-radius: 100px;
  top: 432px;
  left: 20px;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.vision__image--primary img,
.vision__image--secondary img {
  width: 400px;
  height: 400px;
}

.vision__content {
  position: absolute;
  top: 283px;
  left: 600px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.vision__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #fa8f21;
  -webkit-text-stroke: 1.5px #fa8f21;
}

.vision__text {
  font-family: "Klee One", cursive;
  font-weight: 500;
  line-height: 44px;
  font-size: 24px;
  color: #727171;
  line-height: 1.8;
}

.vision__highlight--strong,
.vision__highlight {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #317eb3;
}

.vision__highlight--strong {
  font-size: 28px;
  font-weight: 800;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .vision {
    width: 100vw;
    height: 100vh;
  }

  .vision__image--primary,
  .vision__image--secondary {
    width: 34vw;
    height: 34vw;
    padding: 8px;
  }

  .vision__image--primary img,
  .vision__image--secondary img {
    width: 28vw;
    height: 28vw;
  }

  .vision__image--primary {
    top: 5vw;
    left: 6vw;
  }

  .vision__image--secondary {
    top: 26vw;
    left: 10vw;
  }

  .vision__circle {
    width: 14vw;
    height: 14vw;
    top: 26vw;
    left: 4vw;
  }

  .vision__content {
    top: 0vw;
    left: 44vw;
    max-width: 44vw;
    gap: 24px;
  }

  .vision__title {
    font-size: 30px;
    -webkit-text-stroke: 1px #fa8f21;
  }

  .vision__text {
    font-size: 20px;
    line-height: 1.7;
  }

  .vision__highlight--strong {
    font-size: 24px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .vision {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .vision__image--primary,
  .vision__image--secondary,
  .vision__content {
    position: relative;
    top: auto;
    left: auto;
  }

  .vision__image--primary,
  .vision__image--secondary {
    width: 50vw;
    height: 50vw;
    padding: 8px;
    margin: 0 auto;
  }

  .vision__image--primary img,
  .vision__image--secondary img {
    width: 40vw;
    height: 40vw;
  }

  .vision__image--secondary {
    margin-left: 60px;
    margin-top: -100px;
  }

  .vision__circle {
    position: absolute;
    width: 30vw;
    height: 30vw;
    top: 28%;
    left: 48%;
    transform: translateX(-50%);
    opacity: 0.5;
    border-radius: 100%;
  }

  .vision__content {
    margin-top: 32px;
    padding: 0 8px;
    max-width: 100%;
    text-align: center;
    gap: 16px;
  }

  .vision__title {
    font-size: 22px;
    -webkit-text-stroke: 0.8px #fa8f21;
  }

  .vision__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .vision__highlight--strong {
    font-size: 16px;
  }
}

/* ============================== //Vision ============================== */
