@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
.about-message {
  margin-top: 80px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about-message {
    margin-top: 60px;
    width: 100%;
  }
}
.about-message__content {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .about-message__content {
    margin-bottom: 60px;
  }
}
.about-message__title-area {
  position: absolute;
  top: 20px;
  left: 20px;
}
.about-message__title-en {
  color: #fff;
  font-size: clamp(14px, 7.8125vw, 100px);
  line-height: 1.21;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .about-message__title-en {
    font-size: 13.8666666667vw;
    line-height: 1.2115384615;
  }
}
.about-message__title-jp {
  color: #fff;
  font-size: clamp(14px, 1.875vw, 24px);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .about-message__title-jp {
    font-size: 4.2666666667vw;
  }
}
.about-message__text-area {
  width: 62.5454545455%;
  background-color: #fff;
  padding: 32px 40px;
  margin: 0 auto;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: -60px;
}
@media (max-width: 768px) {
  .about-message__text-area {
    width: 89.3333333333%;
    padding: 20px;
  }
}
.about-message__sub-title {
  color: #023E78;
  font-size: 24px;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-message__sub-title {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.about-message__text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about-message__text {
    margin-top: 20px;
  }
}

.about-company {
  padding: 80px 0;
  background: url(../img/bg-case@2x.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .about-company {
    padding: 60px 0;
  }
}
.about-company__content {
  width: 69.8181818182%;
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 40px 80px 40px;
}
@media (max-width: 768px) {
  .about-company__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.about-company__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.about-company__list {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .about-company__list {
    margin-top: 40px;
  }
}
.about-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-company__head {
  padding: 25px 0;
  width: 200px;
  padding-left: 32px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .about-company__head {
    width: 104px;
    padding-left: 0;
  }
}
.about-company__data {
  width: 100%;
  padding: 25px 0;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #e6dfdf;
}
@media (max-width: 768px) {
  .about-company__data {
    padding-left: 20px;
    width: calc(100% - 104px);
    font-size: 14px;
    word-break: break-word;
  }
}

.about-profile {
  margin-top: 120px;
  margin-bottom: 164px;
  position: relative;
}
.about-profile::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #EDF3F8));
  background: linear-gradient(transparent 55%, #EDF3F8 55%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .about-profile::before {
    padding-bottom: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #EDF3F8));
    background: linear-gradient(transparent 45%, #EDF3F8 45%);
  }
}
@media (max-width: 768px) {
  .about-profile {
    margin-top: 60px;
    margin-bottom: 158px;
  }
}
.about-profile__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.about-profile__content {
  width: 62.5454545455%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-profile__content {
    width: 100%;
  }
}
.about-profile__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .about-profile__media {
    display: block;
  }
}
.about-profile__img-box {
  width: 34.8837209302%;
}
@media (max-width: 768px) {
  .about-profile__img-box {
    width: 64%;
    margin: 0 auto;
  }
}
.about-profile__text-area {
  width: 59.3023255814%;
}
@media (max-width: 768px) {
  .about-profile__text-area {
    width: 89.3333333333%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.about-profile__name-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-profile__positon {
  line-height: 1.4285714286;
}
.about-profile__name {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  margin-left: 20px;
}
.about-profile__text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about-profile__text {
    margin-top: 20px;
  }
}
.about-profile__sns-area {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-profile__sns-area {
    margin-top: 22px;
  }
}
.about-profile__sns-link:not(:first-child) {
  margin-left: 24px;
}

.archive-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-pager .page-numbers {
  padding: 13px 20px;
  background-color: #F8F8F8;
  color: #888888;
  display: inline-block;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .archive-pager .page-numbers {
    padding: 7px 15px;
    margin-top: 40px;
  }
}
.archive-pager .page-numbers:not(:first-child) {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .archive-pager .page-numbers:not(:first-child) {
    margin-left: 6px;
  }
}
@media (min-width: 769px) {
  .archive-pager .page-numbers:nth-child(2), .archive-pager .page-numbers:last-child {
    margin-left: 20px;
  }
}
.archive-pager .page-numbers.current {
  color: #fff;
  background-color: #023E78;
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sm {
  display: none;
}
@media (max-width: 768px) {
  .is-sm {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  height: auto;
}

* {
  min-height: 0vw;
}

.btn {
  display: block;
  border: 1px solid #002a52;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.btn:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 31.76px;
  width: 20.24px;
  height: 13.5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icon-arrow-right04.png) no-repeat center center/cover;
}
.btn--caution {
  border-color: #FEF251;
  color: #FEF251;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--caution:hover {
  color: #002a52;
  background: #FEF251;
}
.btn--caution:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  background: url(../img/icon-arrow-right04.png) no-repeat center center/cover;
}
.btn--caution::after {
  background: url(../img/icon-arrow-right01.png) no-repeat center center/cover;
}

.media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media__text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .media__text-row {
    margin-top: 0;
  }
}
.media__tag {
  color: #D33365;
  border: 1px solid #D33365;
  display: inline-block;
  padding: 8px 1.875vw;
  font-size: 1.09375vw;
}
@media (max-width: 768px) {
  .media__tag {
    line-height: 1.6666666667;
    padding: 4px 12px;
  }
}
.media__date {
  color: #888888;
}
.media__title {
  font-weight: bold;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .media__title {
    margin-top: 6px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.media__text-area {
  margin-left: 20px;
  width: 100%;
}

.title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-area__title-en {
  font-size: clamp(14px, 7.8125vw, 100px);
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  color: #023E78;
}
@media (max-width: 768px) {
  .title-area__title-en {
    font-size: 13.8666666667vw;
    line-height: 1.2115384615;
    font-size: 52px;
  }
}
.title-area__title-jp {
  font-size: clamp(14px, 1.875vw, 24px);
  line-height: 1.5;
  font-weight: bold;
  color: #023E78;
}
@media (max-width: 768px) {
  .title-area__title-jp {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-size: 16px;
  }
}
.title-area__more {
  width: 288px;
  position: relative;
}
@media (max-width: 768px) {
  .title-area__more {
    width: 188.5px;
  }
}
.title-area__more-link {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 1.1875;
  font-family: "Fira Sans", sans-serif;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .title-area__more-link {
    font-size: 20px;
    line-height: 1.2;
  }
}
.title-area__more-link:hover::before {
  width: 134px;
}
@media (max-width: 768px) {
  .title-area__more-link:hover::before {
    width: 100px;
  }
}
.title-area__more-link:hover::after {
  -webkit-transform: translate(40px, -6px) rotate(30deg);
          transform: translate(40px, -6px) rotate(30deg);
}
@media (max-width: 768px) {
  .title-area__more-link:hover::after {
    -webkit-transform: translate(35px, -6px) rotate(30deg);
            transform: translate(35px, -6px) rotate(30deg);
  }
}
.title-area__more-link::before {
  position: absolute;
  content: "";
  width: 94px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 168px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .title-area__more-link::before {
    width: 64px;
    left: 105px;
  }
}
.title-area__more-link::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-5px) rotate(30deg);
          transform: translateY(-5px) rotate(30deg);
  right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
@media (max-width: 768px) {
  .title-area__more-link::after {
    right: 20px;
  }
}
.title-area__more-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid #FEF251;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .title-area__more-circle {
    width: 40px;
    height: 40px;
  }
}

.inner {
  width: 85.9375%;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .inner {
    width: 89.3333333333%;
  }
}

.not-found__main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not-found__main {
    margin-top: 60px;
  }
}
.not-found__title {
  text-align: center;
}
.not-found__message {
  text-align: center;
}
.not-found__link {
  text-align: center;
  margin-top: 16px;
  color: #1a1a1a;
}

.contact {
  width: 688px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact {
    width: 89.3333333333%;
  }
}
.contact__span {
  margin-left: 10px;
}
.contact__message {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact__message {
    margin-top: 60px;
    line-height: 1.7142857143;
  }
}
.contact__thanks-message {
  margin-top: 60px;
}
.contact__thanks-link {
  display: inline-block;
  margin-top: 16px;
  margin-left: 22px;
  margin-bottom: 160px;
  position: relative;
  color: #023E78;
  border-bottom: 1px solid #023E78;
}
@media (max-width: 768px) {
  .contact__thanks-link {
    margin-bottom: 100px;
  }
}
.contact__thanks-link::before {
  position: absolute;
  content: "→";
  color: #023E78;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__title {
  margin-top: 80px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__title {
    margin-top: 60px;
  }
}
.contact__row {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .contact__row {
    margin-top: 20px;
  }
}
.contact__form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .contact__form {
    margin-top: 40px;
  }
}
.contact__head {
  display: inline-block;
}
.contact__head.is-required {
  position: relative;
}
.contact__head.is-required::after {
  position: absolute;
  content: "必須";
  top: 50%;
  left: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  background-color: #D33365;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .contact__head.is-required::after {
    font-size: 10px;
    padding: 2px 8px;
  }
}
.contact input,
.contact textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 10px 16px;
  border-radius: 4px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .contact input,
  .contact textarea {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 12px 0 12px 16px;
  }
}
.contact__check {
  margin-top: 40px;
  text-align: center;
}
.contact__check [type=checkbox] {
  display: none;
}
.contact__check label {
  font-style: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__check label {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.contact__check .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-left: 27px;
  position: relative;
}
@media (max-width: 768px) {
  .contact__check .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.contact__check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #3E3E3E;
  left: -42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
}
@media (max-width: 768px) {
  .contact__check .wpcf7-list-item-label::before {
    width: 28px;
    height: 28px;
  }
}
.contact__check .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  height: 6px; /*チェックの高さ*/
  width: 18px; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px; /*チェック時の位置調整*/
  left: -35px; /*チェック時の位置調整*/
  display: none;
}
.contact__check [type=checkbox]:checked + span::after {
  display: block;
}
.contact__submit-btn-area {
  margin-left: 50%;
  margin-top: 46px;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .contact__submit-btn-area {
    margin-bottom: 100px;
  }
}
.contact input[type=submit] {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 208px;
  background-color: #fff;
  color: #023E78;
  border: 1px solid #023E78;
  padding: 24px 80px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .contact input[type=submit] {
    width: 298px;
  }
}
.contact input[type=submit].is-active:hover {
  cursor: pointer;
  background-color: #023E78;
  border: 1px solid #fff;
  color: #fff;
}
.contact input[type=submit].is-disabled {
  opacity: 0.7;
  background-color: #666464;
  cursor: not-allowed;
}

.download__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .download__content {
    display: block;
  }
}
.download__detail {
  width: 46.3636363636%;
}
@media (max-width: 768px) {
  .download__detail {
    width: 100%;
  }
}
.download__title {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: bold;
}
@media (max-width: 768px) {
  .download__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.download__img-box {
  margin: 40px auto;
  width: 53.9215686275%;
}
@media (max-width: 768px) {
  .download__img-box {
    width: 82.0895522388%;
  }
}
.download__form-area {
  width: 50%;
  background-color: #EDF3F8;
  border-radius: 12px;
  padding: 40px;
}
@media (min-width: 769px) {
  .download__form-area {
    min-width: 390px;
  }
}
@media (max-width: 768px) {
  .download__form-area {
    width: 100%;
    padding: 40px 20px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.download__form-title {
  font-size: 32px;
  line-height: 1.46875;
  font-weight: bold;
}
@media (max-width: 768px) {
  .download__form-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.download__form-row {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .download__form-row {
    margin-top: 20px;
  }
}
.download__form-row:first-child {
  margin-top: 40px;
}
.download__form-check {
  margin-top: 42px;
  text-align: center;
}
.download__form-check [type=checkbox] {
  display: none;
}
.download__form-check label {
  font-style: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .download__form-check label {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.download__form-check .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-left: 27px;
  position: relative;
}
@media (max-width: 768px) {
  .download__form-check .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.download__form-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #3E3E3E;
  left: -42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
}
@media (max-width: 768px) {
  .download__form-check .wpcf7-list-item-label::before {
    width: 28px;
    height: 28px;
  }
}
.download__form-check .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  height: 6px; /*チェックの高さ*/
  width: 18px; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px; /*チェック時の位置調整*/
  left: -35px; /*チェック時の位置調整*/
  display: none;
}
.download__form-check [type=checkbox]:checked + span::after {
  display: block;
}
.download__form input[type=submit] {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 24px 80px;
  background-color: #fff;
  border: 1px solid #023E78;
  color: #023E78;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .download__form input[type=submit] {
    margin-top: 44px;
    padding: 26px 70px;
  }
}
.download__form input[type=submit].is-active:hover {
  cursor: pointer;
  background-color: #023E78;
  border: 1px solid #fff;
  color: #fff;
}
.download__form input[type=submit].is-disabled {
  opacity: 0.7;
  background-color: #666464;
  cursor: not-allowed;
}
.download__label {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .download__label {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.download__label.is-required {
  position: relative;
}
.download__label.is-required::after {
  position: absolute;
  content: "必須";
  top: 0;
  left: calc(100% + 9px);
  width: 24px;
  padding: 4px 8px;
  font-size: 12px;
  background-color: #D33365;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .download__label.is-required::after {
    font-size: 10px;
    padding: 2px 8px;
  }
}
.download__data {
  margin-top: 12px;
}
.download__input {
  width: 100%;
  padding: 8px 0px 12px 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .download__input {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 12px 0px 12px 14px;
  }
}
.download__span {
  margin-left: 10px;
}
.download__thanks-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}
.download__thaks-message {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}
.download__thanks-detail {
  margin-bottom: 236px;
}
@media (max-width: 768px) {
  .download__thanks-detail {
    margin-bottom: 60px;
  }
}
.download__link {
  margin-top: 14px;
  margin-left: 22px;
  position: relative;
  color: #023E78;
  border-bottom: 1px solid #023E78;
}
.download__link::before {
  position: absolute;
  content: "→";
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .top-2col {
    display: block;
  }
}
.top-2col__title-en, .top-2col__title-jp {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
}
.top-2col__title-jp {
  font-size: 16px;
  line-height: 1.5;
}
.top-2col__title-area {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-2col__title-area {
    margin-top: 0;
    padding-top: 45px;
  }
}
.top-2col__btn {
  background-color: transparent;
  width: 315px;
  padding: 35px 0;
  margin-top: 40px;
  border-width: 3px;
  font-size: 24px;
  line-height: 1.1666666667;
}
@media (max-width: 768px) {
  .top-2col__btn {
    width: 295px;
  }
}

.top-download {
  padding-bottom: 50px;
  width: 50%;
  background: url(../img/img-download@2x.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top-download {
    width: 100%;
  }
}

.top-contact {
  padding-bottom: 50px;
  width: 50%;
  background: url(../img/img-contact@2x.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top-contact {
    width: 100%;
  }
}

.footer {
  background-color: #1a1a1a;
  color: #FFFFFF;
  text-align: center;
  padding-top: 114px;
  padding-bottom: 19px;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 65px;
    padding-bottom: 12px;
  }
}
.footer__logo {
  font-size: 52px;
  line-height: 1.3076923077;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer__logo {
    font-size: 10.6666666667vw;
  }
}
.footer__info-area {
  margin: 0 auto;
  width: 240px;
  margin-top: 23px;
}
.footer__info {
  -moz-text-align-last: left;
       text-align-last: left;
}
.footer__copyright {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 40px;
  }
}
.footer__scroll-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  bottom: 40px;
  right: 20px;
}
.footer__scroll-link {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-top.png);
}

.header__btn {
  border: 1px solid #023E78;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__btn:hover {
  background-color: #023E78;
}
.header__btn:hover a {
  color: #fff;
  width: 100%;
  height: inherit;
  display: inline-block;
}
.header__btn a {
  color: #023E78;
}

.header__btn-reverse {
  border: 1px solid #023E78;
  background: #023E78;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__btn-reverse:hover {
  background-color: #002A52;
}
.header__btn-reverse a {
  color: #fff;
}

.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}
.header__logo {
  width: 282px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 198px;
  }
}
.header__nav {
  margin-left: 7.34375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
@media (max-width:1279px) {
  .header__nav {
    display: none;
  }
}
.header__nav li:not(:first-child) {
  margin-left: 46px;
  position: relative;
}
.header__nav li:not(:first-child)::before {
  position: absolute;
  font-size: 14px;
  content: "／";
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav li a {
  color: #1a1a1a;
  padding-bottom: 5px;
}
.header__nav li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #002a52;
  border-bottom: 1px solid #002a52;
}
.header__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .header__btn-area {
    display: none;
  }
}
.header__btn {
  display: inline-block;
  width: 176px;
  height: 68px;
}
.header__btn-link {
  line-height: 68px;
}
.header__btn:last-child {
  margin-left: 10px;
}
.header__sp-menu {
  z-index: 60;
  width: 27px;
  height: 15.75px;
  position: relative;
  cursor: pointer;
}
.header__bar1, .header__bar2, .header__bar3 {
  position: absolute;
  height: 2.25px;
  width: 27px;
  background-color: #163F74;
  left: 0px;
  top: 6.75px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 1.125px;
}
.header__bar2.is-open {
  display: none;
}
.header__bar1 {
  top: 0px;
}
.header__bar1.is-open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6.75px;
}
.header__bar3 {
  top: 13.5px;
}
.header__bar3.is-open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6.75px;
}

.sp-menu {
  position: fixed;
  height: 100%;
  background-color: #023E78;
  top: 0;
  width: 100%;
  z-index: 90;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-menu__nav {
  margin-top: 120px;
}
.sp-menu__menu {
  margin-top: 40px;
  text-align: center;
}
.sp-menu__menu-link {
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
.sp-menu__btn-area {
  text-align: center;
  margin-top: 40px;
}
.sp-menu__btn {
  display: block;
  margin-inline: auto;
  width: 295px;
  height: 68px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-menu__btn:hover {
  cursor: pointer;
  border: 1px solid #023E78;
  background-color: #fff;
}
.sp-menu__btn:hover .sp-menu__btn-link {
  color: #023E78;
}
.sp-menu__btn-link {
  color: #fff;
  line-height: 68px;
  display: inline-block;
  width: 100%;
}
.sp-menu__btn-link:hover {
  color: #023E78;
}
.sp-menu__btn:last-child {
  margin-top: 32px;
}
.sp-menu__btn-reverse {
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-menu__btn-reverse .sp-menu__btn-link {
  color: #023e78;
}
.sp-menu__btn-reverse:hover {
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #023E78;
}
.sp-menu__btn-reverse:hover .sp-menu__btn-link {
  color: #fff;
}

.breadcrumb {
  margin-left: 7.03125%;
  margin-top: 13px;
}
.breadcrumb span {
  margin-right: 8px;
  color: #1a1a1a;
}
.breadcrumb span:not(:first-child) {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-left: 5.3333333333%;
  }
}

.mv-lower-page {
  margin-top: 100px;
  position: relative;
}
.mv-lower-page img {
  height: 19.53125vw;
}
@media (max-width: 768px) {
  .mv-lower-page {
    margin-top: 60px;
  }
  .mv-lower-page img {
    height: 66.6666666667vw;
  }
}
.mv-lower-page::after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 19.53125vw;
  top: 0;
  left: 0;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center left/contain;
}
@media (max-width: 768px) {
  .mv-lower-page::after {
    padding-top: 66.6666666667vw;
    background: url(../img/lower-mv-decoration_sp@2x.png) no-repeat center left/contain;
  }
}
.mv-lower-page__title-area {
  position: absolute;
  left: 17.421875%;
  top: 28.4%;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv-lower-page__title-area {
    top: 36%;
    left: 5.3333333333%;
  }
}
.mv-lower-page__title-en {
  display: inline-block;
  background-color: #fff;
  color: #023E78;
  font-size: 4.6875vw;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mv-lower-page__title-en {
    font-size: 8.5333333333vw;
    line-height: 1.1875;
  }
}
.mv-lower-page__title-jp {
  display: inline-block;
  background-color: #fff;
  color: #023E78;
  font-size: 2.265625vw;
  line-height: 1.45;
  margin-top: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv-lower-page__title-jp {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.news__category {
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news__category {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.news__content {
  margin-top: 80px;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .news__content {
    display: block;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.news__main {
  width: 69.0909090909%;
}
@media (max-width: 768px) {
  .news__main {
    width: 100%;
  }
}
.news__media-box {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news__media-box {
    margin-top: 20px;
  }
}
.news-media__img-box {
  width: 32.8947368421%;
}
@media (max-width: 768px) {
  .news-media__img-box {
    width: 35.8208955224%;
  }
}
.news-media__text-area {
  width: 64.4736842105%;
}
@media (max-width: 768px) {
  .news-media__text-area {
    width: 60.5970149254%;
    margin-left: 3.5820895522%;
  }
}
.news-media:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .news-media:not(:first-child) {
    margin-top: 22px;
  }
}

.service-item {
  margin-top: 80px;
  counter-reset: service-media;
}
@media (max-width: 768px) {
  .service-item {
    margin: 0 5.3333333333vw;
    margin-top: 60px;
  }
}
.service-item__cathcopy {
  text-align: center;
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service-item__cathcopy {
    line-height: 1.4;
    font-size: 20px;
  }
}
.service-item__media {
  counter-increment: service-media;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .service-item__media:first-child {
    margin-top: 56.5333333333vw;
  }
}
.service-item__media:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-item__media:nth-child(2n)::before {
  position: absolute;
  content: "";
  background-color: #EDF3F8;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  width: calc(100% + 100px);
  height: 100%;
  top: 0;
  left: -50px;
  z-index: -1;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n)::before {
    padding-bottom: 130px;
    top: -160px;
    background-color: #EDF3F8;
    width: calc(100% + 40px);
    left: -20px;
  }
}
.service-item__media:not(:first-child) {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .service-item__media:not(:first-child) {
    margin-top: 61.3333333333%;
  }
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n+1) .service-item__img-box {
    right: -5.3333333333%;
  }
}
.service-item__media:nth-child(2n+1) .service-item__text-area {
  -webkit-transform: translateX(15.2542372881%);
          transform: translateX(15.2542372881%);
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n+1) .service-item__text-area {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.service-item__media:nth-child(2n+1) .service-item__text-area::after {
  left: 57px;
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n+1) .service-item__text-area::after {
    left: 20px;
  }
}
.service-item__media:nth-child(2n) .service-item__img-box {
  left: -5.3333333333%;
}
.service-item__media:nth-child(2n) .service-item__text-area {
  -webkit-transform: translateX(-15.2542372881%);
          transform: translateX(-15.2542372881%);
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n) .service-item__text-area {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.service-item__media:nth-child(2n) .service-item__text-area::after {
  right: 44px;
}
@media (max-width: 768px) {
  .service-item__media:nth-child(2n) .service-item__text-area::after {
    right: 20px;
  }
}
.service-item__text-area {
  width: 50%;
  padding: 0px 40px 60px 40px;
  margin-top: 57px;
  opacity: 0.9;
  margin-bottom: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media (min-width: 769px) {
  .service-item__text-area {
    min-width: 500px;
  }
}
@media (max-width: 768px) {
  .service-item__text-area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.service-item__text-area::after {
  position: absolute;
  top: 0;
  font-size: 100px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #023E78;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "0" counter(service-media);
}
@media (max-width: 768px) {
  .service-item__text-area::after {
    top: 0px;
    font-size: 68px;
    line-height: 1.2058823529;
  }
}
.service-item__img-box {
  margin-top: 117px;
  width: 48.6956521739%;
}
@media (max-width: 768px) {
  .service-item__img-box {
    position: absolute;
    margin-top: 0;
    top: -40.6666666667vw;
    z-index: -1;
    width: 56.1194029851%;
    min-width: 188px;
  }
}
.service-item__title-area {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .service-item__title-area {
    margin-top: 0;
  }
}
.service-item__title-jp {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service-item__title-jp {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}
.service-item__title-en {
  font-size: 16px;
  line-height: 1.1875;
  color: #023E78;
}
@media (max-width: 768px) {
  .service-item__title-en {
    margin-top: 4px;
  }
}
.service-item__text {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .service-item__text {
    margin-top: 32px;
  }
}
.service-item__list {
  margin-top: 60px;
}
.service-item__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 0;
  border-bottom: 1px solid #CCCCCC;
}
.service-item__list-row:first-child {
  border-top: 1px solid #CCCCCC;
}
.service-item__data {
  margin-left: 52px;
}
@media (max-width: 768px) {
  .service-item__data {
    width: calc(100% - 52px - 28px);
  }
}
@media (max-width: 768px) {
  .service-item__head {
    width: 28px;
  }
}
.service-item__btn {
  width: 304px;
  padding: 24px 0px;
  margin-top: 60px;
  color: #023E78;
  border: 1px solid #023E78;
}
@media (max-width: 768px) {
  .service-item__btn {
    width: 295px;
  }
}
.service-item__btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #023E78;
}
.service-item__btn:hover::after {
  background-image: url(../img/icon-arrow-white.png);
}
.service-item__content {
  margin-top: 80px;
  margin-bottom: 160px;
  width: 92.1875%;
  margin-inline: auto;
  max-width: 1180px;
}
@media (max-width: 768px) {
  .service-item__content {
    margin-bottom: 60px;
    width: 100%;
  }
}

.service-flow {
  padding: 80px 0 120px;
  background: url(../img/bg-service-flow@2x.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .service-flow {
    padding: 60px 0;
  }
}
.service-flow__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.service-flow__content {
  margin-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
}
@media (max-width: 768px) {
  .service-flow__content {
    display: block;
    margin-top: 40px;
    width: 89.3333333333%;
  }
}
.service-flow__box {
  padding: 46px 16.3636363636% 0 18.1818181818%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .service-flow__box {
    padding: 22px 20px;
    width: 82.0895522388%;
    min-height: 90px;
  }
}
.service-flow__triangle {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-right-width: 0;
  border-left-width: 20px;
  border-color: transparent transparent transparent #1976D2;
}
@media (max-width: 768px) {
  .service-flow__triangle {
    border-top-width: 20px;
    border-bottom-width: 0;
    border-color: #1976D2 transparent transparent transparent;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.service-flow__number {
  display: inline-block;
  color: #FEF251;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 7px;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
@media (max-width: 768px) {
  .service-flow__number {
    display: block;
    width: 60px;
    font-size: 20px;
    margin-top: 25px;
  }
}
.service-flow__number::before {
  position: absolute;
  content: "0" counter(step);
  bottom: -7px;
  left: calc(100% + 8px);
  font-size: 40px;
  line-height: 1.2;
  color: #FEF251;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
@media (max-width: 768px) {
  .service-flow__number::before {
    left: 0;
    top: 24px;
  }
}
.service-flow__item {
  counter-increment: step;
  width: 25%;
}
@media (max-width: 768px) {
  .service-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.service-flow__item:nth-child(1) .service-flow__box {
  background-color: #EDF3F8;
}
.service-flow__item:nth-child(1) .service-flow__box .service-flow__triangle {
  border-color: transparent transparent transparent #EDF3F8;
}
@media (max-width: 768px) {
  .service-flow__item:nth-child(1) .service-flow__box .service-flow__triangle {
    border-color: #EDF3F8 transparent transparent transparent;
  }
}
.service-flow__item:nth-child(2) .service-flow__box {
  background-color: #DDE8F0;
}
.service-flow__item:nth-child(2) .service-flow__box .service-flow__triangle {
  border-color: transparent transparent transparent #DDE8F0;
}
@media (max-width: 768px) {
  .service-flow__item:nth-child(2) .service-flow__box .service-flow__triangle {
    border-color: #DDE8F0 transparent transparent transparent;
  }
}
.service-flow__item:nth-child(3) .service-flow__box {
  background-color: #C7DBE9;
}
.service-flow__item:nth-child(3) .service-flow__box .service-flow__triangle {
  border-color: transparent transparent transparent #C7DBE9;
}
@media (max-width: 768px) {
  .service-flow__item:nth-child(3) .service-flow__box .service-flow__triangle {
    border-color: #C7DBE9 transparent transparent transparent;
  }
}
.service-flow__item:nth-child(4) .service-flow__box {
  background-color: #B0D0E5;
}
.service-flow__item:nth-child(4) .service-flow__box::after {
  border-color: transparent transparent transparent #B0D0E5;
}
@media (max-width: 768px) {
  .service-flow__item:nth-child(4) .service-flow__box::after {
    border-color: #B0D0E5 transparent transparent transparent;
  }
}
.service-flow__name {
  font-size: 20px;
  line-height: 1.45;
  color: #023E78;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service-flow__name {
    text-align: center;
  }
}
.service-flow__text-area {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .service-flow__text-area {
    margin-top: 4px;
  }
}
.service-flow__detail--accent {
  color: #D33365;
}

.service-qa {
  padding: 160px 0;
}
@media (max-width: 768px) {
  .service-qa {
    padding: 60px 0 100px;
  }
}
.service-qa__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-qa__title {
    font-size: 24px;
  }
}
.service-qa__content {
  margin: 0 auto;
  max-width: 688px;
  width: 100%;
}
@media (max-width: 768px) {
  .service-qa__content {
    width: 100%;
  }
}
.service-qa__row {
  border-bottom: 1px solid #ccc;
}
.service-qa__question {
  padding: 32px 73px 32px 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-qa__question.is-active {
  color: #D33365;
}
.service-qa__question.is-active::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  background-color: #D33365;
}
.service-qa__question.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #D33365;
}
@media (max-width: 768px) {
  .service-qa__question {
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 73px 16px 0;
  }
}
.service-qa__question:hover {
  cursor: pointer;
}
.service-qa__question::after, .service-qa__question::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background-color: #1a1a1a;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-qa__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.service-qa__answer {
  display: none;
  padding: 0 60px;
  padding-bottom: 33px;
}
@media (max-width: 768px) {
  .service-qa__answer {
    padding: 0 0 17px 0;
  }
}

.sidebar {
  width: 27.2727272727%;
  min-width: 260px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.sidebar__title {
  font-size: 20px;
  line-height: 3.25;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sidebar__title {
    line-height: 1;
    margin-top: 100px;
  }
}
.sidebar-media:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .sidebar-media:not(:first-child) {
    margin-top: 22px;
  }
}
.sidebar-media-box {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .sidebar-media-box {
    margin-top: 20px;
  }
}
.sidebar-media__img-box {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .sidebar-media__img-box {
    width: 35.8208955224%;
  }
}
.sidebar-media__link {
  margin-top: 16px;
}
.sidebar-media__text-row {
  margin-top: 0;
}
.sidebar-media__text-area {
  width: 63.3333333333%;
}
@media (max-width: 768px) {
  .sidebar-media__text-area {
    width: 60.5970149254%;
    margin-left: 0;
  }
}
.sidebar-media__tag {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5;
}
.sidebar-media__title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.sidebar__category {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sidebar__category {
    margin-top: 62px;
    margin-bottom: 16px;
  }
}
.sidebar__category-item {
  padding-left: 20px;
  padding-bottom: 17px;
  padding-top: 16px;
  border-bottom: 1px solid #888888;
}
.sidebar__category-item:first-child {
  border-top: 1px solid #888888;
}
.sidebar__category-link {
  padding-left: 20px;
  position: relative;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.sidebar__category-link::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-chevron-right02.png) center center/cover;
}

.single__img-box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .single__img-box {
    margin-top: 24px;
  }
}
.single__text-area {
  margin-left: 0;
}
.single__title {
  margin-top: 20px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 24px;
}
.single h2 {
  color: #023E78;
  font-size: 20px;
  line-height: 1.45;
  padding: 7px 0 10px 14px;
  background-color: #F8F8F8;
  border-left: 6px solid #023E78;
  font-weight: bold;
}
.single h3 {
  color: #023E78;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #023E78;
  padding-bottom: 5px;
  font-weight: bold;
}
.single h4 {
  color: #023E78;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.single p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.single li {
  list-style: disc;
  margin-left: 40px;
}
.single blockquote {
  background-color: #F8F8F8;
  padding: 35px;
  border-left: 4px solid #023E78;
  padding-top: 1px;
  margin-left: 20px;
  margin-top: 40px;
}
.single__btn-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single__prev-btn, .single__next-btn {
  color: #023E78;
  border: 1px solid #023E78;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.single__prev-btn a, .single__next-btn a {
  color: #023E78;
}
.single__prev-btn:hover, .single__next-btn:hover {
  background-color: #023E78;
}
.single__prev-btn:hover a, .single__next-btn:hover a {
  color: #fff;
}

.study__section {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .study__section {
    margin-top: 60px;
  }
}
.study__section-box {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .study__section-box {
    margin-bottom: 100px;
  }
}
.study-link {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .study-link {
    margin-top: 60px;
    text-align: center;
  }
}
.study-link__btn {
  display: inline-block;
  background-color: #EEEEEE;
  border-radius: 4px;
  width: 208px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .study-link__btn {
    width: 294px;
    font-size: 14px;
    display: block;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .study-link__btn:not(:first-child) {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .study-link__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.study-link__btn:hover {
  background-color: #DDDDDD;
}
.study__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .study__title-area {
    display: block;
  }
}
.study__title-area::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 41px;
  left: 0;
  top: 0;
  background-color: #023E78;
}
@media (max-width: 768px) {
  .study__title-area::before {
    height: 55px;
  }
}
.study__sub-title {
  font-size: 28px;
  line-height: 1.4285714286;
  padding-left: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .study__sub-title {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.study__sub-title-en {
  margin-left: 20px;
  font-size: 16px;
  color: #023E78;
  font-style: italic;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .study__sub-title-en {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}
.study__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 66px;
}
@media (max-width: 768px) {
  .study__content {
    display: block;
    margin-top: 25px;
  }
}
.study__card {
  width: 46.3636363636%;
  border-radius: 12px 12px 12px 12px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .study__card:not(:first-child) {
    margin-top: 54px;
  }
}
@media (min-width: 769px) {
  .study__card:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .study__card {
    width: 100%;
  }
}
.study__card-title-area {
  border-radius: 12px 12px 0px 0px;
  background-color: #023E78;
  color: #FFFFFF;
  padding: 8px 0px 24px 40px;
  padding-left: 7.8431372549%;
  padding-right: calc(31.3725490196% + 20px);
  position: relative;
}
@media (max-width: 768px) {
  .study__card-title-area {
    padding: 18px 0 18px 20px;
  }
}
.study__card-logo-area {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31.3725490196%;
  height: 112px;
}
@media (max-width: 768px) {
  .study__card-logo-area {
    width: 90px;
    height: 68px;
  }
}
.study__card-logo {
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .study__card-logo {
    border-radius: 4px;
  }
}
.study__card-title1 {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .study__card-title1 {
    font-size: 12px;
    line-height: 1.5;
  }
}
.study__card-title2 {
  display: inline-block;
  margin-top: 8px;
  font-size: 24px;
  font-size: 1.875vw;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .study__card-title2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.study__card-title2::after {
  position: absolute;
  content: "様";
  color: #FFFFFF;
  font-size: 16px;
  left: calc(100% + 16px);
  bottom: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .study__card-title2::after {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.study__card-text-area {
  padding: 6.6666666667%;
}
@media (max-width: 768px) {
  .study__card-text-area {
    padding: 22px 20px 20px 20px;
  }
}
.study__card-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.study__card-course-head, .study__card-course-data {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.study__card-course-head {
  width: 96px;
}
.study__card-course-data {
  width: calc(100% - 96px);
}
.study__card-text-item {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .study__card-text-item:nth-child(2) {
    margin-top: 20px;
  }
}
.study__card-sub-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .study__card-sub-title {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 25px;
  }
}
.study__card-sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-check.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .study__card-sub-title::before {
    width: 15px;
    height: 15px;
  }
}
.study__card-text {
  margin-top: 8px;
}
.study__btn {
  display: inline-block;
  padding: 24px 80px;
  color: #023E78;
  border-color: #023E78;
}
@media (max-width: 768px) {
  .study__btn {
    width: 295px;
    padding: 26px 0;
  }
  .study__btn::after {
    right: 20px;
  }
}
.study__btn-area {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .study__btn-area {
    margin-top: 41px;
  }
}
.study__btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: #023E78;
}
.study__btn:hover::after {
  background-image: url(../img/icon-arrow-white.png);
}

.main-visual {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .main-visual {
    margin-top: 60px;
  }
}
.main-visual__inner1 {
  width: 100%;
  position: relative;
}
.main-visual__bg {
  z-index: -1;
}
.main-visual__text-area {
  position: absolute;
  top: 62.1428571429%;
  left: 3.203125%;
  z-index: 10;
}
@media (max-width: 768px) {
  .main-visual__text-area {
    top: 63.7561779242%;
    left: 5.9701492537%;
  }
}
.main-visual__swiper {
  width: 92.890625%;
  margin-left: 7.109375%;
}
@media (max-width: 768px) {
  .main-visual__swiper {
    width: 89.3333333333%;
    margin-left: 10.6666666667%;
  }
}
.main-visual__text {
  display: inline-block;
  background-color: #fff;
  font-size: 4.6875vw;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  color: #023E78;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-visual__text {
    font-size: 10.6666666667vw;
    line-height: 1.2;
  }
}
.main-visual__sub-text {
  display: inline-block;
  background-color: #023E78;
  font-size: 1.5625vw;
  line-height: 1.45;
  color: #fff;
}
@media (max-width: 768px) {
  .main-visual__sub-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.main-visual__text-row:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .main-visual__text-row:not(:first-child) {
    margin-top: 8px;
  }
}
.main-visual__text-row:last-child {
  margin-top: 16px;
}

.top-about {
  margin-top: 150px;
  position: relative;
  padding-top: clamp(12px, 62.5%, 800px);
}
@media (max-width: 768px) {
  .top-about {
    margin-top: 60px;
    padding-top: 0;
  }
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(26.5625% + 160px);
  height: 62.5vw;
  max-height: 800px;
  background: url(../img/bg-company.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top-about::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-about {
    margin-top: 60px;
    display: block;
    background: none;
  }
}
.top-about__title-area {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .top-about__title-area {
    padding-top: 0;
  }
}
.top-about__inner {
  position: absolute;
  top: 0;
  left: 7.03125%;
  right: 7.03125%;
}
@media (max-width: 768px) {
  .top-about__inner {
    position: static;
    left: 5.3333333333%;
    right: 5.3333333333%;
  }
}
.top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  padding-bottom: 93px;
}
@media (max-width: 768px) {
  .top-about__content {
    display: block;
    margin-top: 60px;
    padding-bottom: calc(74.6268656716% + 50px);
  }
}
@media (min-width: 769px) {
  .top-about__img-box {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .top-about__img-box {
    width: 100%;
    padding-top: 40px;
    margin-inline: auto;
    position: relative;
  }
  .top-about__img-box::before {
    position: absolute;
    content: "";
    top: 0;
    right: -5.3333333333%;
    width: 88.0597014925%;
    height: 96.5333333333vw;
    background: url(../img/bg-company.png) no-repeat center center/cover;
    z-index: -1;
  }
}
.top-about__right {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-about__right {
    position: relative;
  }
}
.top-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .top-about__left {
    display: block;
  }
}
.top-about__bg {
  position: absolute;
  content: "";
  top: 150px;
  left: 0;
  z-index: -10;
  background-color: #EDF3F8;
  width: 100%;
  height: 62.5vw;
  max-height: 800px;
  -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
          clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
}
@media (max-width: 768px) {
  .top-about__bg {
    top: 100px;
    height: calc(94.4vw + 500px);
    max-height: 2000px;
    -webkit-clip-path: polygon(0% 95%, 0% 0%, 100% 5%, 100% 100%);
            clip-path: polygon(0% 95%, 0% 0%, 100% 5%, 100% 100%);
  }
}
.top-about__more {
  position: absolute;
  right: 5.3333333333%;
  top: 80vw;
}

.top-service {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .top-service {
    margin-top: 0px;
  }
}
.top-service__bg {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  z-index: -10;
  background-color: #EDF3F8;
  width: 100%;
  height: 62.5vw;
  -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
          clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
}
.top-service__more-link {
  color: #1a1a1a;
}
.top-service__more-link::before {
  background-color: #1a1a1a;
}
.top-service__more-link::after {
  background-color: #1a1a1a;
}
.top-service__more-circle {
  background-color: #FEF251;
  z-index: -1;
}
.top-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top-service__card {
    display: block;
  }
}
.top-service__card-item {
  width: 29.0909090909%;
}
@media (max-width: 768px) {
  .top-service__card-item {
    width: 100%;
  }
}
.top-service__card-item:nth-child(1) {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .top-service__card-item:nth-child(1) {
    margin-top: 65px;
  }
}
.top-service__card-item:nth-child(1) .top-service__card-img-box::after {
  background: url(../img/number01.png) no-repeat center center/contain;
}
.top-service__card-item:nth-child(2) {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .top-service__card-item:nth-child(2) {
    margin-top: 74px;
  }
}
.top-service__card-item:nth-child(2) .top-service__card-img-box::after {
  background: url(../img/number02.png) no-repeat center center/contain;
}
.top-service__card-item:nth-child(3) {
  margin-top: 165px;
}
@media (max-width: 768px) {
  .top-service__card-item:nth-child(3) {
    margin-top: 74px;
  }
}
.top-service__card-item:nth-child(3) .top-service__card-img-box::after {
  background: url(../img/number03.png) no-repeat center center/contain;
}
.top-service__card-img-box {
  position: relative;
}
.top-service__card-img-box::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 125px;
  right: 0;
  top: -55px;
}
.top-service__card-title-area {
  position: absolute;
  bottom: 40px;
  left: -32px;
}
@media (max-width: 768px) {
  .top-service__card-title-area {
    left: -5.3333333333%;
  }
}
.top-service__card-title-row:not(:first-child) {
  margin-top: 8px;
}
.top-service__card-title {
  color: #023E78;
  font-size: clamp(14px, 2.1875vw, 28px);
  line-height: 1.4642857143;
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-service__card-title {
    font-size: 7.4666666667vw;
    font-size: 28px;
  }
}
.top-service__card-title:not(:first-child) {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top-service__card-text {
    margin-top: 16px;
  }
}
.top-service__more-sm {
  margin-left: auto;
  margin-top: 41px;
}
.top-service__more-sm-link {
  color: #023E78;
}
.top-service__more-sm-link::before {
  background-color: #023E78;
}
.top-service__more-sm-link::after {
  background-color: #023E78;
}
.top-service__more-sm-circle {
  background-color: #FEF251;
  z-index: -1;
}

.top-study {
  margin-top: 100px;
  padding-top: 100px;
  background: url(../img/bg-case@2x.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top-study {
    padding-bottom: 60px;
  }
}
.top-study__title-en, .top-study__title-jp {
  color: #FFFFFF;
}
.top-study__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .top-study__card {
    display: block;
    margin-top: 40px;
  }
}
.top-study__card-item {
  width: 29.0909090909%;
}
@media (max-width: 768px) {
  .top-study__card-item {
    width: 100%;
  }
}
.top-study__card-item:not(:nth-child(3n)) {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .top-study__card-item {
    margin-bottom: 52px;
  }
}
.top-study__card-text-area {
  color: #FFFFFF;
}
.top-study__card-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}
.top-study__card-company {
  margin-top: 16px;
}
.top-study__card-case {
  padding: 6px 16px;
  border: 1px solid #fff;
  line-height: 20px;
  margin-top: 0;
}
.top-study__card-link-bg {
  width: 29.25px;
  height: 29.25px;
  margin-right: 7px;
  background: url(../img/arrow-icon.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-study__card-link-bg:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background: url(../img/arrow-icon-active.png) no-repeat center center/cover;
}
.top-study__more-sm {
  margin-left: auto;
  margin-top: 52px;
}

.top-news {
  padding-top: 165px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 768px) {
  .top-news {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
.top-news__bg {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  z-index: -10;
  background-color: #EDF3F8;
  width: 100%;
  height: 62.5vw;
  -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
          clip-path: polygon(0% 75%, 0% 0%, 100% 25%, 100% 100%);
}
.top-news__content {
  margin: 0 auto;
  padding: 60px 40px 40px 40px;
  margin-top: 80px;
  width: 100%;
  max-width: 768px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .top-news__content {
    width: 100%;
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.top-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news__category {
  color: #E61264;
  padding: 8px 24px;
  border: 1px solid #E61264;
}
.top-news__news-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
  font-weight: bold;
}
.top-news__item {
  border-bottom: 1px solid #000;
  padding-bottom: 33px;
}
.top-news__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top-news__more {
    margin-left: auto;
    margin-top: 41px;
  }
}
.top-news__more-link {
  color: #1a1a1a;
}
.top-news__more-link::before {
  background-color: #1a1a1a;
}
.top-news__more-link::after {
  background-color: #1a1a1a;
}
.top-news__more-circle {
  background-color: #FEF251;
  z-index: -1;
}