@charset "UTF-8";
/*-- globalフォルダ内の_scssを記述--*/
/*-- --*/
.l-main#top .mv .mv__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .l-main#top .mv .mv__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
}
.l-main#top .mv .c-imgBox .c-imgBox__content {
  left: 140px;
}
@media screen and (max-width: 1456px) {
  .l-main#top .mv .c-imgBox .c-imgBox__content {
    left: 90px;
  }
}
@media screen and (max-width: 750px) {
  .l-main#top .mv .c-imgBox .c-imgBox__content {
    left: 50%;
  }
}
.l-main#top .teaser-lead .teaser-lead__container {
  padding-top: 45px;
}
.l-main#top .teaser-lead .teaser-lead-box {
  position: relative;
  border: 6px solid #394A96;
}
.l-main#top .teaser-lead .c-title01 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.l-main#top .teaser-lead .c-title01 .c-title01__small {
  display: inline-block;
  padding-inline: 1.2em;
  background-color: #fff;
  margin-top: 0;
}
.l-main#top .teaser-lead .teaser-lead-box-content {
  text-align: center;
  padding-top: 21px;
  padding: 21px 24px 25px;
}
@media screen and (max-width: 750px) {
  .l-main#top .teaser-lead .teaser-lead-box-content {
    text-align: left;
    padding: 18px 24px 20px;
  }
}
.l-main#top .company .company__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 8.4%;
  column-gap: 8.4%;
  padding-top: 80px;
  padding-bottom: 84px;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company__container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    padding-top: 60px;
    padding-bottom: 96px;
  }
}
.l-main#top .company .company__img {
  width: 55.5%;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company__img {
    width: 100%;
  }
}
.l-main#top .company .company-content {
  width: min(70%, 450px);
  margin-bottom: 13px;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-main#top .company .company-content .company-content__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 42px;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content .company-content__list {
    row-gap: 17px;
    margin-top: 33px;
  }
}
.l-main#top .company .company-content .company-content__list .item {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.l-main#top .company .company-content .company-content__list .item .item__des,
.l-main#top .company .company-content .company-content__list .item .item__theme {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content .company-content__list .item .item__des,
  .l-main#top .company .company-content .company-content__list .item .item__theme {
    font-size: 14px;
  }
}
.l-main#top .company .company-content .company-content__list .item .item__theme {
  width: min(37%, 140px);
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content .company-content__list .item .item__theme {
    width: min(29%, 115px);
  }
}
.l-main#top .company .company-content .company-content__list .item .item__des {
  flex: 1;
}
.l-main#top .company .company-content:has(.company-mission) {
  width: min(70%, 500px);
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content:has(.company-mission) {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-main#top .company .company-content .company-mission {
  padding: 28px 45px;
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content .company-mission {
    padding: 24px 20px;
    max-width: 314px;
    margin-inline: auto;
  }
}
.l-main#top .company .company-content .company-mission::before, .l-main#top .company .company-content .company-mission::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 50px;
  border-top: 1px solid #394A96;
  border-left: 1px solid #394A96;
  position: absolute;
}
.l-main#top .company .company-content .company-mission::before {
  top: 0;
  left: 0;
}
.l-main#top .company .company-content .company-mission::after {
  right: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.l-main#top .company .company-content .company-mission .company-mission__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #394A96;
}
@media screen and (max-width: 750px) {
  .l-main#top .company .company-content .company-mission .company-mission__text {
    font-size: 21px;
    line-height: 1.5238;
  }
}
.l-main#top .other {
  background-color: #394A96;
}
.l-main#top .other .other__container {
  padding-top: 133px;
  padding-bottom: 141px;
  margin-bottom: 80px;
  max-width: 1236px;
  margin-inline: auto;
}
@media screen and (max-width: 1236px) {
  .l-main#top .other .other__container {
    margin-inline: 40px;
  }
}
@media screen and (max-width: 750px) {
  .l-main#top .other .other__container {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-main#top .other .other__container {
    padding-top: 62px;
    padding-bottom: 75px;
    margin-bottom: 100px;
  }
}
.l-main#top .other .other-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 750px) {
  .l-main#top .other .other-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px 0;
    max-width: 80%;
    margin-inline: auto;
  }
}
.l-main#top .other .other-lists .other-list .other-list__link {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-main#top .other .other-lists .other-list .other-list__link:hover {
    opacity: 0.7;
  }
}
.l-main#top .other .other-lists .other-list .other-list__link .c-title01 {
  text-align: center;
}
.l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow {
  position: relative;
  padding-top: 28px;
}
@media screen and (max-width: 750px) {
  .l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow {
    padding-top: 15px;
  }
}
.l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow::before, .l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow::before {
  width: calc(100% - 20px);
  height: 1px;
  background-color: #fff;
  left: 0;
}
@media screen and (max-width: 750px) {
  .l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow::before {
    width: calc(100% - 15px);
  }
}
.l-main#top .other .other-lists .other-list .other-list__link .other-list__arrow::after {
  right: 0;
  display: inline-block;
  width: 12px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url("/assets/image/common/arrow01.svg");
  mask-image: url("/assets/image/common/arrow01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/*# sourceMappingURL=top.css.map */
