@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap&text=現代社会学部");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.4285714286vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  body {
    min-width: unset;
  }
}
li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

a {
  color: #003879;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a .zoom {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

a:hover {
  color: #f5810d;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover .zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

address,
article,
aside,
cite,
footer,
header,
main,
nav,
section {
  display: block;
}

address {
  font-style: normal;
}

.contents {
  position: relative;
  overflow: hidden;
}

.inner {
  width: 73.2857142857vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.clear {
  clear: both;
}

.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.fit {
  width: 100%;
  height: auto;
}

.txtbtn {
  text-decoration: underline;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 5rem;
  }
}

#pagetop {
  position: absolute;
  right: 2.8571428571vw;
  bottom: 1.0714285714vw;
  z-index: 9;
}
#pagetop .pagetop {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #003879;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -999.9rem;
}
#pagetop .pagetop:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.2rem;
  height: 2rem;
  background: #fff;
}
#pagetop .pagetop:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 2vw;
    bottom: 2vw;
  }
  #pagetop .pagetop {
    width: 13vw;
    height: 13vw;
  }
  #pagetop .pagetop:after {
    width: 5vw;
    height: 5vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
.footer {
  padding: 4.7142857143vw 0 0;
  position: relative;
}
.footer .footer__logo {
  display: inline-block;
  padding: 0 0 1.6428571429vw;
}
.footer .footer__logo__btn {
  display: block;
  color: #656464;
}
.footer .footer__logo__btn:hover {
  color: #656464;
}
.footer .footer__logo__btn .logo {
  display: inline-block;
  width: 12.5vw;
  height: 2.8571428571vw;
  background: url(../img/common/logo.svg) no-repeat left center;
  background-size: 11vw auto;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -999.9rem;
  vertical-align: middle;
}
.footer .footer__logo__btn .txt {
  font-size: 2.1428571429vw;
  font-weight: 500;
  line-height: 2.8571428571vw;
  vertical-align: middle;
}
.footer .footer__addr {
  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;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  width: 30vw;
  margin: 0 auto;
  padding: 0 0 2.5vw;
  font-size: 1vw;
  line-height: 1.71;
}
.footer .footer__nav {
  padding: 0 0 1.2em;
  font-size: 1vw;
  line-height: 1.2;
}
.footer .footer__nav__txt {
  display: inline-block;
}
.footer .footer__nav__txt:after {
  content: "｜";
  margin-left: 0.5em;
}
.footer .footer__nav__txt:first-child:before {
  content: "｜";
  margin-right: 0.5em;
}
.footer .footer__nav__txt .navbtn {
  color: #333;
}
.footer .footer__copyright {
  background: #f0f0f0;
  font-size: 0.8571428571vw;
  line-height: 3.5714285714vw;
  color: #999;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 16vw 0 0;
  }
  .footer .footer__logo {
    padding: 0 0 4.2666666667vw;
  }
  .footer .footer__logo__btn .logo {
    width: 36.5333333333vw;
    height: 8vw;
    background-size: 32vw auto;
  }
  .footer .footer__logo__btn .txt {
    font-size: 6.1333333333vw;
    line-height: 8vw;
  }
  .footer .footer__addr {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    width: auto;
    padding: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.38;
  }
  .footer .footer__addr__txt {
    padding: 0 0 1em;
  }
  .footer .footer__nav {
    padding: 0 0 9.6vw;
    font-size: 3.4666666667vw;
  }
  .footer .footer__copyright {
    font-size: 3.2vw;
    line-height: 13.3333333333vw;
  }
}
.fadein {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  -webkit-animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes Roll-LR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes Roll-LR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes Roll-RL {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes Roll-RL {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mv {
  min-height: 28.90625vw;
  margin-bottom: 2.890625vw;
  border-bottom: 0.078125vw solid #302d2c;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 76.796875vw auto;
}
.mv.year-2025 {
  background-color: #90e29d;
  background-image: url(../img/fal-list/mv_bg_2025.webp);
}
.mv.year-2024 {
  background-color: #e1bf90;
  background-image: url(../img/fal-list/mv_bg_2024.webp);
}
.mv.year-2023 {
  background-color: #8fd0e1;
  background-image: url(../img/fal-list/mv_bg_2023.webp);
}
.mv.year-2025, .mv.year-2024 {
  min-height: 31.4vw;
}

.mv__logo {
  padding: 5.46875vw 3.125vw 0 12.34375vw;
  text-align: left;
}

.mv__logo__btn {
  display: block;
  color: #707070;
}

.mv__logo__btn:hover {
  color: #707070;
}

.mv__logo__btn .logo {
  display: inline-block;
  width: 14.84375vw;
  height: 3.515625vw;
  margin-right: 0.78125vw;
  background: url(../img/fal-list/logo.svg) no-repeat left center;
  background-size: 13.90625vw auto;
  border-right: 0.078125vw solid #707070;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -999.9rem;
  vertical-align: middle;
}

.mv__logo__btn .txt {
  font-size: 2.65625vw;
  font-weight: 500;
  line-height: 3.515625vw;
  vertical-align: middle;
}

.mv__ttl {
  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;
  margin: -0.78125vw 0 1.5625vw;
  color: #013779;
}

.mv__ttl strong {
  font-size: 10.46875vw;
  font-weight: 700;
  line-height: 1;
}

.mv__ttl .fullname {
  margin-left: 0.5em;
  font-size: 3.515625vw;
  font-weight: 700;
  line-height: 1.06;
  text-align: left;
}

.mv__ttl .fullname small {
  font-size: 1.40625vw;
  font-weight: 400;
  color: #292929;
}

.mv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mv__nav:not(:first-child) {
  margin-top: 1.1vw;
}

.mv__nav__subj {
  padding: 0 1.5em;
  border-left: 0.078125vw solid #292929;
  font-size: 1.40625vw;
  line-height: 1;
}

.mv__nav__subj:first-child {
  border-left: none;
}

.mv__nav__subj .navbtn {
  color: #292929;
}

@media screen and (max-width: 767px) {
  .mv {
    min-height: 110.2564102564vw;
    margin: 0 0 8.7179487179vw;
    background-size: 169.2307692308vw auto;
    border-bottom: 0.2564102564vw solid #302d2c;
  }
  .mv.year-2025, .mv.year-2024 {
    min-height: 119vw;
  }
  .mv__logo {
    padding: 10.2564102564vw 0 0;
    text-align: center;
  }
  .mv__logo__btn .logo {
    width: 36.9230769231vw;
    height: 8.7179487179vw;
    margin-right: 2.5641025641vw;
    background-size: 34.6153846154vw auto;
    border-right-width: 0.2564102564vw;
  }
  .mv__logo__btn .txt {
    font-size: 6.1538461538vw;
    line-height: 8.7179487179vw;
  }
  .mv__ttl {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 2.5641025641vw 0 5.1282051282vw;
  }
  .mv__ttl strong {
    display: block;
    font-size: 25.641025641vw;
  }
  .mv__ttl .fullname {
    margin-left: 0;
    font-size: 5.1282051282vw;
    line-height: 1.35;
  }
  .mv__ttl .fullname small {
    display: block;
    margin-top: 0.5em;
    font-size: 2.5641025641vw;
    text-align: center;
  }
  .mv__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.8461538462vw;
  }
  .mv__nav__subj {
    width: 25.641025641vw;
    padding: 0;
    border-left-width: 0.2564102564vw;
    font-size: 3.8461538462vw;
    line-height: 4.358974359vw;
  }
  .mv__nav__subj:nth-child(3n+1) {
    border-left: none;
  }
}
.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;
}
.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);
}
.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;
}
.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;
}
.subj .subj__detail {
  width: 61.328125vw;
  text-align: left;
}
.subj .subj__detail__txt {
  margin: 0 0 1em 1em;
  text-indent: -1em;
  font-size: 1.5625vw;
  line-height: 1.33;
}
.subj .subj__detail__txt:before {
  content: "▶";
}
.subj .subj__detail__txt .pdfbtn {
  color: #292929;
}
.subj .subj__detail__txt small {
  font-size: 1.25vw;
}
.subj .subj__detail__txt small .ws {
  font-size: 1.171875vw;
}
.subj .subj__detail__txt:last-child {
  margin: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .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;
  }
  .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);
  }
  .subj .subj__ttl .capt {
    bottom: 7.1794871795vw;
    font-size: 3.3333333333vw;
  }
  .subj .subj__ttl:after {
    bottom: 2.5641025641vw;
    border-width: 1.0705128205vw 0 1.0705128205vw 1.6820512821vw;
  }
  .subj .subj__detail {
    width: auto;
    padding: 0 0 0 3.8461538462vw;
  }
  .subj .subj__detail__txt {
    font-size: 3.8461538462vw;
  }
  .subj .subj__detail__txt small {
    font-size: 3.3333333333vw;
  }
}
.contents.year-2025 .subj {
  background-color: #DFF6E7;
}

.contents.year-2024 .subj {
  background-color: #F6F2DE;
}

.footer-btn {
  padding-top: 2.1rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .footer-btn {
    padding-bottom: 8.9rem;
    padding-bottom: 0;
  }
}
.footer-btn .fal-project-checkbtn {
  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) {
  .footer-btn .fal-project-checkbtn {
    margin-top: 7.1rem;
    width: 60rem;
    height: 10rem;
  }
}
.footer-btn .fal-project-checkbtn:hover {
  border: 0.2rem solid #133775;
  opacity: 1;
}
.footer-btn .fal-project-checkbtn:hover .fal-project-checkbtn__inner {
  background-color: #133775;
}
.footer-btn .fal-project-checkbtn:hover .icon::after {
  background-color: #133775;
}
.footer-btn .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) {
  .footer-btn .fal-project-checkbtn .fal-project-checkbtn__inner {
    width: 59rem;
    height: 9rem;
    font-size: 2.8rem;
  }
}
.footer-btn .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) {
  .footer-btn .fal-project-checkbtn .icon {
    width: 7rem;
    height: 7rem;
    right: 1rem;
  }
}
.footer-btn .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) {
  .footer-btn .fal-project-checkbtn .icon::after {
    width: 1.9rem;
    height: 1.8rem;
  }
}
.footer-btn .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;
  margin-inline: auto;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .footer-btn .fal__btn {
    width: 60rem;
    height: 10rem;
    border-radius: 5rem;
    margin-top: 0rem;
  }
}
.footer-btn .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) {
  .footer-btn .fal__btn .fal-btn__inner {
    width: 59rem;
    height: 9rem;
    font-size: 2.8rem;
    border-radius: 4.5rem;
  }
}
.footer-btn .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;
  rotate: -90deg;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .footer-btn .fal__btn .icon {
    right: 3.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.footer-btn .fal__btn:hover .icon {
  right: 2.3rem;
}

.archive-project .fv {
  margin-top: 9rem;
  margin-left: 10rem;
  margin-bottom: 9.2rem;
}
.archive-project .fv.year-2025 {
  overflow: hidden;
}
.archive-project .fv.year-2024, .archive-project .fv.year-2023 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .archive-project .fv {
    margin-inline: 5rem;
  }
}
.archive-project .pickup__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .archive-project .pickup__ttl {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.archive-project .pickup__ttl-text {
  font-size: 4.2rem;
  font-weight: bold;
  font-family: Barlow;
  color: #e68635;
  border-bottom: 0.2rem solid #e68635;
  margin-top: 1rem;
  margin-bottom: 7rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .archive-project .pickup__ttl-text {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.archive-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) {
  .archive-project .project__list {
    padding-inline: 5rem;
    margin-top: 6.6rem;
    grid-template-columns: 1fr;
    gap: 6.7rem;
  }
}
.archive-project .project__item {
  text-align: left;
}
.archive-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;
}
.archive-project .project__item:hover .project__item--img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.archive-project .project__item:hover .project__item--btn {
  color: #f38200;
}
.archive-project .project__item:hover .project__item--btn::after {
  width: 100%;
  background-color: #f38200;
}
.archive-project .project__item:hover .project__item--btn-icon {
  left: 16.2rem;
}
.archive-project .project__item:hover .project__item--btn-icon::before, .archive-project .project__item:hover .project__item--btn-icon::after {
  content: "";
  background-color: #f38200;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item:hover .project__item--btn-icon {
    left: 24.2rem;
  }
}
.archive-project .project__item--img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--img {
    aspect-ratio: 600/435;
  }
}
.archive-project .project__item--img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--img img {
    height: 100%;
  }
}
.archive-project .project__item--texts {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--texts {
    margin-top: 2.5rem;
  }
}
.archive-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) {
  .archive-project .project__item--text-sub {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 4rem;
    letter-spacing: 0.26rem;
    line-height: 1.7142857143;
  }
}
.archive-project .project__item--text-sub::before, .archive-project .project__item--text-sub::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  height: 0.3rem;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--text-sub::before, .archive-project .project__item--text-sub::after {
    top: 2.7rem;
  }
}
.archive-project .project__item--text-sub::before {
  background: #e68635;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--text-sub::before {
    width: 2rem;
  }
}
.archive-project .project__item--text-sub::after {
  background: #133775;
  width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--text-sub::after {
    width: 1rem;
  }
}
.archive-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) {
  .archive-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;
  }
}
.archive-project .project__item--text-main::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #e68635;
}
.archive-project .project__item--text-main.second, .archive-project .project__item--text-main.third {
  margin-top: 0;
}
.archive-project .project__item--text-main.long {
  margin-right: -0.4rem;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--text-main.long {
    margin-right: -1.5em;
  }
}
.archive-project .project__item--spacer {
  height: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .archive-project .project__item--spacer {
    height: 1rem;
  }
}
.archive-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) {
  .archive-project .project__item--btn {
    font-size: 2.8rem;
    letter-spacing: 0.34rem;
    padding-right: 3.2rem;
  }
}
.archive-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) {
  .archive-project .project__item--btn::after {
    width: 22rem;
  }
}
.archive-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) {
  .archive-project .project__item--btn .project__item--btn-icon {
    left: 22.2rem;
  }
}
.archive-project .project__item--btn .project__item--btn-icon::before, .archive-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) {
  .archive-project .project__item--btn .project__item--btn-icon::before, .archive-project .project__item--btn .project__item--btn-icon::after {
    width: 2rem;
  }
}
.archive-project .project__item--btn .project__item--btn-icon::after {
  rotate: -30deg;
}
.archive-project .no-text {
  width: 100%;
  aspect-ratio: 1;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.archive-project .no-text.blue {
  background-color: #005ab4;
}
.archive-project .no-text.navy {
  background-color: #003879;
}

.accordion-group {
  position: absolute;
  top: 0;
  right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .accordion-group {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.accordion {
  width: 25rem;
  background-color: #133775;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  border: 0.3rem solid #133775;
  outline: 0.2rem solid #ffffff;
  outline-offset: -0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding: 2rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion {
    width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion {
    padding: 2.7rem 3rem;
  }
}
.accordion.is-open .accordion__header {
  padding-bottom: 2.7rem;
  height: auto;
}

.accordion__header {
  padding-inline: 0.8rem;
  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;
}
@media screen and (max-width: 767px) {
  .accordion__header {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__header {
    padding-inline: 14.1rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__header.second {
    font-size: 2.8rem;
    padding-inline: 18.3rem 2.8rem;
  }
}

.accordion__arrow {
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.8rem solid #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .accordion__arrow {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 1.5rem solid #ffffff;
  }
}

.accordion-item.is-open .accordion__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-item__body {
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.accordion.is-open .accordion-item__body {
  margin-top: 0px;
}

.accordion-item__body hr:first-child {
  margin-top: 2rem;
}

.accordion-item__body hr {
  border: none;
  border-top: 0.1rem solid white;
  margin: 0;
}

.accordion-item__body a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .accordion-item__body a {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion-item__body a:last-child {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-item__body a:last-child {
    padding-bottom: 0;
  }
}