@charset "UTF-8";
.top .fal {
  position: relative;
  background: #e7f1fd;
}
.top .fal:before {
  content: "";
  position: absolute;
  display: block;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 12.8571428571vw;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .top .fal:before {
    height: 28vw;
  }
}
.top .fal__ttl {
  position: relative;
  padding: 1em 0;
  font-size: 3.4285714286vw;
  font-weight: 700;
  line-height: 1.2;
  color: #003879;
}
.top .fal__ttl .lead {
  display: inline-block;
  width: 22.8571428571vw;
  margin-bottom: 0.5em;
  background: #003879;
  border-radius: 1.8571428571vw;
  font-size: 2.2857142857vw;
  line-height: 3.7142857143vw;
  color: #fff;
}
.top .fal__ttl .lead em {
  color: #f5810d;
}
.top .fal__ttl strong {
  font-family: "Barlow", sans-serif;
  font-size: 8.5714285714vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .fal__ttl {
    padding-top: 1.5em;
    padding-bottom: 3.4rem;
    font-size: 7.4666666667vw;
  }
  .top .fal__ttl .lead {
    width: 61.3333333333vw;
    border-radius: 5.8666666667vw;
    font-size: 6.4vw;
    line-height: 11.7333333333vw;
  }
  .top .fal__ttl strong {
    font-size: 19.2vw;
  }
}
.top .fal__btns {
  margin-top: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top .fal__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.top .fal__btns .fal__btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32rem;
  height: 7rem;
  border: 0.2rem solid #133775;
  border-radius: 3.5rem;
  background-color: white;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .fal__btns .fal__btn {
    width: 60rem;
    height: 10rem;
    border-radius: 5rem;
  }
}
.top .fal__btns .fal__btn .fal-btn__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 31rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #133775;
  border-radius: 3.5rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .fal__btns .fal__btn .fal-btn__inner {
    width: 59rem;
    height: 9rem;
    font-size: 2.8rem;
    border-radius: 4.5rem;
  }
}
.top .fal__btns .fal__btn .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3.3rem;
  width: 1.35rem;
  height: 1.2rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: white;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top .fal__btns .fal__btn .icon {
    right: 3.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.top .field {
  background-color: #e8f1fc;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .top .field {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .top .field .inner {
    width: 62rem;
  }
}
.top .field .fal__subttl {
  padding: 2em 0 1em;
  font-size: 2.8571428571vw;
  font-weight: 700;
  line-height: 1.42;
  color: #333;
}
.top .field .fal__subttl em {
  display: block;
  margin-bottom: -0.4em;
  font-family: "Barlow", sans-serif;
  font-size: 8.5714285714vw;
  line-height: 1;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top .field .fal__subttl em {
    margin-bottom: -0.3em;
  }
}
.top .field .fal__subttl.inner {
  padding: 2em 0 1em;
}
.top .field .fal__subttl.inner em {
  margin-bottom: -0.6em;
}
.top .field .fal__subttl:nth-of-type(2n) em {
  text-align: right;
}
.top .field .fal__subttl small {
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 767px) {
  .top .field .fal__subttl {
    padding: 2em 0 1em;
    font-size: 7.4666666667vw;
    padding-top: 6.1rem;
    line-height: 1.4;
  }
  .top .field .fal__subttl em {
    margin-bottom: -0.3em;
    font-size: 19.2vw;
    text-align: center;
  }
  .top .field .fal__subttl.inner em {
    margin-bottom: -0.4em;
  }
  .top .field .fal__subttl:nth-of-type(2n) em {
    text-align: center;
  }
  .top .field .fal__subttl small {
    font-size: 5.3333333333vw;
  }
}
.top .field .fal__lead {
  padding: 0 0 1em;
  font-size: clamp(1.8rem, 1.2857142857vw, 2.4rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top .field .fal__lead {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-inline: -0.53rem;
    line-height: 1.96;
  }
}
.top .field .fal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7142857143vw 2.6071428571vw;
}
@media screen and (max-width: 767px) {
  .top .field .fal__field {
    margin-inline: -6rem;
  }
}
.top .field .fal__field .fal__field__item {
  position: relative;
  width: 12.5714285714vw;
}
.top .field .fal__field .fal__field__item .capt {
  position: absolute;
  left: 0;
  bottom: 2.8571428571vw;
  width: 100%;
  font-size: 1.4285714286vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.top .field .fal__field .fal__field__item:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1.2142857143vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5vw 0 0.5vw 0.7857142857vw;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .top .field .fal__field {
    gap: 2.9333333333vw 2.1333333333vw;
  }
  .top .field .fal__field .fal__field__item {
    width: 28vw;
  }
  .top .field .fal__field .fal__field__item .capt {
    bottom: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .top .field .fal__field .fal__field__item:after {
    bottom: 2.6666666667vw;
    border-width: 1.1133333333vw 0 1.1133333333vw 1.7493333333vw;
  }
}
.top .field .fal-project-checkbtn {
  margin-top: 9rem;
  margin-inline: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64rem;
  height: 10rem;
  border: 0.2rem solid #e68635;
  border-radius: 5rem;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .field .fal-project-checkbtn {
    margin-top: 7.1rem;
    width: 60rem;
    height: 10rem;
  }
}
.top .field .fal-project-checkbtn:hover {
  border: 0.2rem solid #133775;
  opacity: 1;
}
.top .field .fal-project-checkbtn:hover .fal-project-checkbtn__inner {
  background-color: #133775;
}
.top .field .fal-project-checkbtn:hover .icon::after {
  background-color: #133775;
}
.top .field .fal-project-checkbtn .fal-project-checkbtn__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 63rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e68635;
  border-radius: 4.5rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top .field .fal-project-checkbtn .fal-project-checkbtn__inner {
    width: 59rem;
    height: 9rem;
    font-size: 2.8rem;
  }
}
.top .field .fal-project-checkbtn .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: white;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top .field .fal-project-checkbtn .icon {
    width: 7rem;
    height: 7rem;
    right: 1rem;
  }
}
.top .field .fal-project-checkbtn .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #e68635;
  clip-path: polygon(18% 0, 18% 100%, 100% 50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top .field .fal-project-checkbtn .icon::after {
    width: 1.9rem;
    height: 1.8rem;
  }
}

.top .fv {
  position: relative;
}
.top .fv .fv .swiper-wrapper {
  overflow: hidden;
}
.top .fv .fv__logo {
  display: inline-block;
  position: absolute;
  left: 3rem;
  top: 3rem;
  z-index: 2;
  width: 36.2rem;
  height: 3.764rem;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__logo {
    width: 47.552rem;
    height: 5.081rem;
    left: 2rem;
    top: 2.4rem;
  }
}
.top .fv .fv__text {
  position: absolute;
  top: 37.8rem;
  left: 6.6rem;
  width: 87.5rem;
  height: 23.4rem;
  z-index: 2;
  background: url(../img/fv_title.webp) no-repeat center center;
  background-size: 87.5rem 23.4rem;
  font-size: 0;
  line-height: 0;
  text-indent: -999.9rem;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__text {
    top: 47.8rem;
    left: 3rem;
    width: 57.2rem;
    height: 31.8rem;
    background: url(../img/sp/fv_title.webp) no-repeat center center;
    background-size: 57.2rem 31.8rem;
  }
}
.top .fv .fv__text--sub {
  position: absolute;
  left: -3.3rem;
  bottom: -4.5rem;
  z-index: 2;
  width: 132.6rem;
  height: 26.6rem;
  background: url(../img/fv_title-sub.webp) no-repeat center center;
  background-size: 132.6rem 26.6rem;
  font-size: 0;
  line-height: 0;
  text-indent: -999.9rem;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__text--sub {
    position: static;
    display: block;
    margin-left: 4.3rem;
    margin-top: 5.7rem;
    width: 60.9rem;
    height: 15.4rem;
    font-size: 0;
    line-height: 0;
    text-indent: -999.9rem;
    background: url(../img/sp/fv_title-sub.webp) no-repeat center center;
    background-size: 60.9rem 15.4rem;
  }
}
.top .fv .fv__check {
  position: fixed;
  bottom: 2.7rem;
  right: 2.7rem;
  z-index: 9;
}
.top .fv .fv__check.fixed {
  position: fixed;
  top: auto;
  bottom: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__check {
    bottom: 2rem;
    right: 2rem;
  }
}
.top .fv .fv__check__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.4285714286vw;
  height: 11.4285714286vw;
  margin: 0 0 0.4285714286vw;
  padding: 0 0 1.1428571429vw;
  background: linear-gradient(45deg, #f29739, #f29739 50%, #f5810d 50%, #f5810d);
  -webkit-box-shadow: 0 0.4285714286vw 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4285714286vw 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4285714286vw;
  font-weight: 700;
  height: 1.4;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__check__btn {
    width: 20.5rem;
    height: 20.5rem;
    font-size: 3rem;
    line-height: 1.5;
  }
}
.top .fv .fv__check__btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1.1428571429vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0.6rem 1rem;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .top .fv .fv__check__btn:after {
    bottom: 1.9rem;
    border-width: 10.5px 0 1.05rem 1.8rem;
  }
}
.top .fv .fv__check__btn:hover {
  margin: 0.4285714286vw 0 0;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.top .interview {
  margin-top: 6.9rem;
  position: relative;
  background-color: #e8f1fc;
  color: #133775;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top .interview {
    margin-top: 14.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .interview .l-inner {
    padding-inline: 0;
  }
}
.top .interview .interview__titles {
  padding-top: 5rem;
}
.top .interview .interview__titles:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 4rem;
  height: 4rem;
  background: url(../img/interview-icon.svg) no-repeat center center;
  background-size: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__titles:before {
    width: 6rem;
    height: 6rem;
    background-size: 6rem 6rem;
  }
}
.top .interview .interview__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.top .interview .interview__ttl::before, .top .interview .interview__ttl::after {
  content: "";
  position: absolute;
  width: 40rem;
  height: 0.1rem;
  background: #133775;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__ttl::before, .top .interview .interview__ttl::after {
    width: 21.8rem;
  }
}
.top .interview .interview__ttl::before {
  left: 0;
}
.top .interview .interview__ttl::after {
  right: 0;
}
.top .interview .interview__subttl {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__subttl {
    font-size: 2.1rem;
    margin-top: 0.7rem;
    margin-left: 0.4rem;
  }
}
.top .interview .interview__list {
  margin-top: 4.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.3rem 8rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__list {
    padding-inline: 5rem;
    margin-top: 6.6rem;
    grid-template-columns: 1fr;
    gap: 8.9rem;
  }
}
.top .interview .interview__item--img-container {
  position: relative;
}
.top .interview .interview__item {
  text-align: left;
}
.top .interview .interview__item:hover .interview__item--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f38200;
  opacity: 0.3;
}
.top .interview .interview__item:hover .interview__item--img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .interview .interview__item:hover .interview__item--icon {
  border: 0.1rem solid #133775;
  background: #133775;
}
.top .interview .interview__item:hover .interview__item--icon::before, .top .interview .interview__item:hover .interview__item--icon::after {
  background: white;
}
.top .interview .interview__item--img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .interview .interview__item--img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .interview .interview__item--img-text {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  background-color: white;
  color: #e68635;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 0.7rem;
  padding-bottom: 0.4rem;
  padding-top: 0.3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--img-text {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }
}
.top .interview .interview__item--img-text:nth-child(1) {
  bottom: 14.1rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--img-text:nth-child(1) {
    bottom: 16.8rem;
  }
}
.top .interview .interview__item--img-text:nth-child(2) {
  bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--img-text:nth-child(2) {
    bottom: 11.2rem;
  }
}
.top .interview .interview__item--img-text:nth-child(3) {
  bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--img-text:nth-child(3) {
    bottom: 5.6rem;
  }
}
.top .interview .interview__item--text-container {
  color: #133775;
  padding-block: 3.1rem;
  text-align: left;
  position: relative;
}
.top .interview .interview__item--text-container::before, .top .interview .interview__item--text-container::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  bottom: 0;
  width: 100%;
  background: #e68635;
}
.top .interview .interview__item--text-container::after {
  width: 50%;
  background: #133775;
}
.top .interview .interview__item--text-name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--text-name {
    font-size: 2.8rem;
  }
}
.top .interview .interview__item--text-high-school {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--text-high-school {
    font-size: 2.4rem;
  }
}
.top .interview .interview__item--icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  border: 0.1rem solid #e68635;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--icon {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.top .interview .interview__item--icon::before, .top .interview .interview__item--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1.3rem;
  height: 0.1rem;
  background: #e68635;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .top .interview .interview__item--icon::before, .top .interview .interview__item--icon::after {
    width: 1.6rem;
  }
}
.top .interview .interview__item--icon::before {
  rotate: 30deg;
}
.top .interview .interview__item--icon::after {
  rotate: -30deg;
}

.top .movie {
  padding-top: 11.5rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .top .movie {
    padding-top: 4.8rem;
    padding-bottom: 11.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .movie .l-inner {
    padding-inline: 0px;
  }
}
.top .movie .movie__txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .top .movie .movie__txt {
    font-size: 3.2rem;
    padding-left: 1rem;
    letter-spacing: 0.1rem;
  }
  .top .movie .movie__txt.second {
    margin-top: 3.9rem;
  }
}
.top .movie .movie__sample {
  width: 100%;
}
.top .movie .movie__sample .video {
  width: 100%;
  margin-top: 6.2rem;
  height: 60.75rem;
}
@media screen and (max-width: 767px) {
  .top .movie .movie__sample .video {
    margin-top: 8rem;
    height: 39.375rem;
  }
}
.top .movie .movie__youtube {
  width: 100%;
  margin-top: 6.2rem;
  height: 60.75rem;
}
@media screen and (max-width: 767px) {
  .top .movie .movie__youtube {
    margin-top: 8rem;
    height: 39.375rem;
  }
}

.top .project {
  margin-top: 6.9rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #e8f1fc;
  color: #133775;
}
@media screen and (max-width: 767px) {
  .top .project {
    margin-top: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .top .project .l-inner {
    padding-inline: 0;
  }
}
.top .project .project__titles {
  padding-top: 5rem;
}
.top .project .project__titles:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 4rem;
  height: 4rem;
  background: url(../img/project-icon.svg) no-repeat center center;
  background-size: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__titles:before {
    width: 6rem;
    height: 6rem;
    background-size: 6rem 6rem;
  }
}
.top .project .project__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.top .project .project__ttl::before, .top .project .project__ttl::after {
  content: "";
  position: absolute;
  width: 40rem;
  height: 0.1rem;
  background: #133775;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .top .project .project__ttl::before, .top .project .project__ttl::after {
    width: 21.8rem;
  }
}
.top .project .project__ttl::before {
  left: 0;
}
.top .project .project__ttl::after {
  right: 0;
}
.top .project .project__subttl {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .project .project__subttl {
    font-size: 2.1rem;
    margin-top: 0.7rem;
    margin-left: 0.4rem;
  }
}
.top .project .project__list {
  margin-top: 4.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.9rem 4rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__list {
    padding-inline: 5rem;
    margin-top: 6.6rem;
    grid-template-columns: 1fr;
    gap: 6.7rem;
  }
}
.top .project .project__item {
  text-align: left;
}
.top .project .project__item:hover .project__item--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f38200;
  opacity: 0.3;
}
.top .project .project__item:hover .project__item--img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .project .project__item:hover .project__item--btn {
  color: #f38200;
}
.top .project .project__item:hover .project__item--btn::after {
  width: 100%;
  background-color: #f38200;
}
.top .project .project__item:hover .project__item--btn-icon {
  left: 16.2rem;
}
.top .project .project__item:hover .project__item--btn-icon::before, .top .project .project__item:hover .project__item--btn-icon::after {
  content: "";
  background-color: #f38200;
}
@media screen and (max-width: 767px) {
  .top .project .project__item:hover .project__item--btn-icon {
    left: 24.2rem;
  }
}
.top .project .project__item--img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .project .project__item--img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .project .project__item--texts {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--texts {
    margin-top: 2.5rem;
  }
}
.top .project .project__item--text-sub {
  font-size: 1.6rem;
  padding-left: 2rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  color: #003879 !important;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-sub {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 4rem;
    letter-spacing: 0.26rem;
    line-height: 1.7142857143;
  }
}
.top .project .project__item--text-sub::before, .top .project .project__item--text-sub::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  height: 0.3rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-sub::before, .top .project .project__item--text-sub::after {
    top: 2.7rem;
  }
}
.top .project .project__item--text-sub::before {
  background: #e68635;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-sub::before {
    width: 2rem;
  }
}
.top .project .project__item--text-sub::after {
  background: #133775;
  width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-sub::after {
    width: 1rem;
  }
}
.top .project .project__item--text-main {
  margin-top: 2.1rem;
  display: inline-block;
  background: #133775;
  font-size: 2.4rem;
  color: white;
  letter-spacing: 0.24rem;
  font-weight: bold;
  padding-left: 1.2rem;
  padding-right: 0.9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-main {
    font-size: 3.2rem;
    line-height: 0.6875;
    margin-top: 2.5rem;
    padding-top: 1.8rem;
    padding-bottom: 2rem;
    letter-spacing: 0.3rem;
  }
}
.top .project .project__item--text-main::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #e68635;
}
.top .project .project__item--text-main.second, .top .project .project__item--text-main.third {
  margin-top: 0;
}
.top .project .project__item--text-main.long {
  margin-right: -0.4rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--text-main.long {
    margin-right: -1.5em;
  }
}
.top .project .project__item--spacer {
  height: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--spacer {
    height: 1rem;
  }
}
.top .project .project__item--btn {
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  padding-right: 4.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--btn {
    font-size: 2.8rem;
    letter-spacing: 0.34rem;
    padding-right: 3.2rem;
  }
}
.top .project .project__item--btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15rem;
  height: 0.2rem;
  background-color: #133775;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--btn::after {
    width: 22rem;
  }
}
.top .project .project__item--btn .project__item--btn-icon {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 15.2rem;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--btn .project__item--btn-icon {
    left: 22.2rem;
  }
}
.top .project .project__item--btn .project__item--btn-icon::before, .top .project .project__item--btn .project__item--btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.2rem;
  rotate: 30deg;
  width: 1.4rem;
  height: 0.1rem;
  background-color: #133775;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .top .project .project__item--btn .project__item--btn-icon::before, .top .project .project__item--btn .project__item--btn-icon::after {
    width: 2rem;
  }
}
.top .project .project__item--btn .project__item--btn-icon::after {
  rotate: -30deg;
}

.top .subj {
  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: 0 0 1.953125vw;
  padding: 2.34375vw 2.34375vw 2.34375vw 9.375vw;
  background: #deeaf6 url(../img/fal-list/arrow.svg) no-repeat left 25.78125vw center;
  background-size: 4.921875vw auto;
}
.top .subj .subj__ttl {
  position: relative;
  width: 14.0625vw;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.46875vw 0.703125vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.46875vw 0.703125vw rgba(0, 0, 0, 0.16);
}
.top .subj .subj__ttl .capt {
  position: absolute;
  left: 0;
  bottom: 3.28125vw;
  width: 100%;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.top .subj .subj__ttl:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1.328125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.546875vw 0 0.546875vw 0.859375vw;
  border-color: transparent transparent transparent #fff;
}
.top .subj .subj__detail {
  width: 61.328125vw;
  text-align: left;
}
.top .subj .subj__detail__txt {
  margin: 0 0 1em 1em;
  text-indent: -1em;
  font-size: 1.5625vw;
  line-height: 1.33;
}
.top .subj .subj__detail__txt:before {
  content: "▶";
}
.top .subj .subj__detail__txt .pdfbtn {
  color: #292929;
}
.top .subj .subj__detail__txt small {
  font-size: 1.25vw;
}
.top .subj .subj__detail__txt small .ws {
  font-size: 1.171875vw;
}
.top .subj .subj__detail__txt:last-child {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .top .subj {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 0 0 7.6923076923vw;
    padding: 5.1282051282vw 3.8461538462vw 7.6923076923vw;
    background: #deeaf6 url(../img/fal-list/arrow_sp.svg) no-repeat center top 39.4871794872vw;
    background-size: 11.7948717949vw auto;
  }
  .top .subj .subj__ttl {
    width: 30.7692307692vw;
    margin: 0 auto 23.0769230769vw;
    -webkit-box-shadow: 0 1.5384615385vw 2.3076923077vw rgba(0, 0, 0, 0.16);
    box-shadow: 0 1.5384615385vw 2.3076923077vw rgba(0, 0, 0, 0.16);
  }
  .top .subj .subj__ttl .capt {
    bottom: 7.1794871795vw;
    font-size: 3.3333333333vw;
  }
  .top .subj .subj__ttl:after {
    bottom: 2.5641025641vw;
    border-width: 1.0705128205vw 0 1.0705128205vw 1.6820512821vw;
  }
  .top .subj .subj__detail {
    width: auto;
    padding: 0 0 0 3.8461538462vw;
  }
  .top .subj .subj__detail__txt {
    font-size: 3.8461538462vw;
  }
  .top .subj .subj__detail__txt small {
    font-size: 3.3333333333vw;
  }
}