.headline {
  background-color: #3D92F7;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 25vw;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  .headline {
    height: 150px;
  }
}
.headline__inner {
  padding-top: 5em;
  padding-bottom: 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 2em;
}
@media (max-width: 768px) {
  .headline__inner {
    padding-top: 3em;
    padding-bottom: 1em;
  }
}
.headline__title::before {
  display: none;
}
.headline__title-en {
  font-size: 5.04em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .headline__title-en {
    font-size: 3.5em;
  }
}
.headline__title-jp {
  font-size: 1.8em;
  color: #fff;
}
.headline__right {
  width: 23.815%;
}
@media (max-width: 768px) {
  .headline__right {
    max-width: 100px;
    width: 30%;
  }
}
.headline__piece {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(11.856vw, -40%);
          transform: translate(11.856vw, -40%);
  width: 72vw;
  height: 68.64vw;
}
.headline__piece img {
  -o-object-fit: contain;
     object-fit: contain;
}

.message {
  background-color: #3D92F7;
  position: relative;
  z-index: 0;
}
.message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F8F9FB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6.5em 6.5em 0 0;
}
@media (max-width: 768px) {
  .message::before {
    border-radius: 3em 3em 0 0;
  }
}
.message__title {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .message__title {
    margin-bottom: 6em;
  }
}
.message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  padding: 0 4em;
}
@media (max-width: 1024px) {
  .message__container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__left {
  width: 24.09%;
  position: relative;
}
@media (max-width: 1024px) {
  .message__left {
    width: 80%;
    max-width: 200px;
    margin: 0 auto 4em;
  }
}
.message__left::before, .message__left::after {
  content: "";
  display: block;
  background-color: rgba(60, 149, 250, 0.1);
  position: absolute;
  border-radius: 12px;
}
.message__left::before {
  width: clamp(100px, 12.5vw, 240px);
  height: clamp(100px, 12.5vw, 240px);
  top: 0;
  left: 0;
  -webkit-transform: translate(-5em, -2.5em);
          transform: translate(-5em, -2.5em);
}
.message__left::after {
  width: clamp(50px, 7.8125vw, 150px);
  height: clamp(50px, 7.8125vw, 150px);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(3em, 3.375em);
          transform: translate(3em, 3.375em);
}
.message__image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.message__image::before {
  content: "";
  display: block;
  padding-top: 133.4375%;
}
.message__image img, .message__image video, .message__image iframe, .message__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.message__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.message__right {
  width: 68%;
}
@media (max-width: 1024px) {
  .message__right {
    width: 100%;
  }
}
.message__text {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 5em;
}
@media (max-width: 1024px) {
  .message__text {
    margin-bottom: 3em;
  }
}
.message__signature {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: 144px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .message__signature {
    max-width: 110px;
  }
}
.message__signature .name {
  font-size: 1.6em;
  display: block;
}

.skills__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.75em 6.25%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .skills__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4em 6.25%;
  }
}
@media (max-width: 768px) {
  .skills__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4em;
    max-width: 300px;
  }
}
.skills__item-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.5em;
}
@media (max-width: 768px) {
  .skills__item-image {
    width: 80px;
    height: 80px;
  }
}
.skills__item-title {
  font-size: 2em;
  font-weight: 700;
  color: #3C95FA;
  text-align: center;
  background-color: #C9E5FA;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .skills__item-title {
    font-size: 1.5em;
  }
}
.skills__item-text {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}