@charset "UTF-8";
/* 共通
======================================= */
/* topmessage
========================================= */
.t-message__inner {
  padding-bottom: 4em;
}
.t-message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 980px) {
  .t-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.t-message__img {
  width: 36.363%;
  height: 100%;
  position: relative;
}
.t-message__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.t-message__img img, .t-message__img video, .t-message__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .t-message__img {
    width: 100%;
    margin-bottom: 2em;
  }
}
.t-message__img::before {
  padding-top: 75%;
}
.t-message__text {
  line-height: 2;
}
.t-message__text--upper {
  width: 50%;
}
@media (max-width: 980px) {
  .t-message__text--upper {
    width: 100%;
  }
}
.t-message__text--lower {
  margin-bottom: 2.2em;
}
.t-message__autograph {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: right;
  font-weight: 600;
  margin-bottom: 4.9em;
}
.t-message__autograph span {
  font-size: 1.6em;
  margin-left: 1.333em;
}

/* features共通
========================================= */
.feature__lead {
  margin-bottom: 3.5em;
}
.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  margin-bottom: 3.9em;
}
@media (max-width: 1280px) {
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature__item {
  width: 50%;
  background-color: #F8F9FF;
  padding: 2.5em 2.273%;
}
@media (max-width: 1280px) {
  .feature__item {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .feature__item:nth-child(2) {
    margin-top: 2em;
  }
}
.feature__item-title {
  font-family: "源真ゴシックP";
  font-size: 1.6em;
  font-weight: bold;
  color: #1C2C6F;
  text-align: center;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .feature__item-title {
    font-size: 1.3em;
  }
}
.feature__item-img {
  margin-bottom: 3.7em;
}
.feature__item-list {
  margin-bottom: 3em;
}
.feature__item-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature__item-list-item:nth-child(2) {
  margin-top: 1.25em;
}
.feature__item-list-item-title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 24.5%;
  background-color: #8C94B5;
  border-radius: 5px;
  padding: 0.5em 1.25em;
}
.feature__item-list-item-text {
  width: 70%;
  font-weight: bold;
}
.feature__item-text {
  line-height: 2;
}
.feature__item-box {
  margin-bottom: 6em;
}
.feature__item-box a {
  text-align: center;
  border: 1px solid #707070;
  border-radius: 5px;
  display: block;
  padding: 2.5em 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature__item-box a:hover {
  background-color: #1C2C6F;
}
.feature__item-box a:hover .feature__item-box-title, .feature__item-box a:hover .feature__item-box-text {
  color: #fff;
}
.feature__item-box a:hover .feature__item-box-text::after {
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}
.feature__item-box-title {
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  color: #1C2C6F;
  font-weight: bold;
  margin-bottom: 1.41667em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature__item-box-text {
  display: inline-block;
  font-weight: bold;
  color: #1C2C6F;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 10px;
}
.feature__item-box-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(140%, -50%);
          transform: translate(140%, -50%);
  display: block;
  width: 1.51vw;
  height: 1.51vw;
  background: url(../img/common/arrow_red-outer.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .feature__item-box-text::after {
    width: 16px;
    height: 16px;
  }
}

/* clients
========================================= */
.clients__container {
  text-align: center;
  background-color: #F8F9FF;
  padding: 2.4em 6%;
  margin-bottom: 5em;
}
.clients__container-title {
  font-family: "源真ゴシックP";
  font-size: 1.6em;
  font-weight: 900;
  color: #1C2C6F;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .clients__container-title {
    font-size: 1.3em;
  }
}
.clients__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 8.62%;
     -moz-column-gap: 8.62%;
          column-gap: 8.62%;
}
@media (max-width: 1280px) {
  .clients__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .clients__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.clients__item {
  font-weight: bold;
  padding: 1em;
  background-color: #fff;
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .clients__item {
    width: 100%;
    max-width: 236px;
    margin: 0 auto 1.6em;
  }
}
.clients__item--other {
  text-align: left;
  background-color: inherit;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .clients__item--other {
    grid-column: 1/3;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .clients__item--other {
    grid-column: 1/2;
  }
}