@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);
  }
}
.single-project .fv {
  position: relative;
}
.single-project .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) {
  .single-project .fv .fv__logo {
    width: 47.552rem;
    height: 5.081rem;
    left: 2rem;
    top: 2.4rem;
  }
}
.single-project .fv .fv__item--texts {
  position: absolute;
  top: 42rem;
  left: 10rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-project .fv .fv__item--texts.three-line {
    top: 34.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single-project .fv .fv__item--texts {
    top: 57.2rem;
    left: 5rem;
  }
}
.single-project .fv .fv__item--text-sub {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.23rem;
  color: white;
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 767px) {
  .single-project .fv .fv__item--text-sub {
    font-size: 2.8rem;
    letter-spacing: 0.27rem;
  }
}
.single-project .fv .fv__item--text-main {
  margin-top: 2.8rem;
  display: inline-block;
  padding-top: 1.2rem;
  padding-left: 2rem;
  padding-right: 1.9rem;
  padding-bottom: 1.5rem;
  background: #133775;
  color: white;
  font-size: 3.2rem;
  letter-spacing: 0.31rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-project .fv .fv__item--text-main {
    font-size: 3.2rem;
    line-height: 0.6875;
    margin-top: 2.9rem;
    padding-top: 2.3rem;
    padding-bottom: 2.7rem;
    letter-spacing: 0.3rem;
  }
}
.single-project .fv .fv__item--text-main::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #e68635;
}
.single-project .fv .fv__item--text-main.second, .single-project .fv .fv__item--text-main.third {
  margin-top: 0;
}
.single-project .fv .fv__item--text-main.long {
  margin-right: -0.4rem;
}
@media screen and (max-width: 767px) {
  .single-project .fv .fv__item--text-main.long {
    margin-right: -1.5em;
  }
}
.single-project .fv .fv__item--spacer {
  height: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-project .fv .fv__item--spacer {
    height: 0.8rem;
  }
}

.single-project {
  background-color: #e1effc;
}
.single-project .section {
  padding-inline: 19rem;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-project .section {
    padding-inline: 5rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.single-project .section.overview {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.overview {
    padding-top: 20.7rem;
  }
}
@media screen and (max-width: 767px) {
  .single-project .section.overview.wide {
    padding-top: 28.7rem;
  }
}
.single-project .section.summary {
  margin-top: 7rem;
  background-color: white;
  padding-bottom: 12rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary {
    padding-top: 8.7rem;
    padding-bottom: 9rem;
    margin-top: 5rem;
  }
}
.single-project .section.summary .section__summary--title {
  padding-top: 9.9rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--title {
    font-size: 3.6rem;
    line-height: 1.6;
    padding-top: 17.5rem;
    margin-inline: -5rem;
  }
}
.single-project .section.summary .section__summary--title::after {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 0.3rem;
  width: 14.695rem;
  height: 7.079rem;
  background: url(../img/page-project/page-project-summary-title.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--title::after {
    width: 26rem;
    height: 12.525rem;
  }
}
.single-project .section.summary .section__summary--img-top {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--img-top {
    margin-top: 4.9rem;
  }
}
.single-project .section.summary .section__summary--bottom {
  margin-top: 9.2rem;
  width: 64rem;
  height: 24rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-inline: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom {
    margin-top: 7.8rem;
    width: 100%;
    gap: 2.5rem;
    padding-inline: 3rem;
  }
}
.single-project .section.summary .section__summary--bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 64rem;
  height: 24rem;
  border-radius: 21.7rem;
  border: 1rem solid rgba(230, 134, 53, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom::after {
    width: 60rem;
  }
}
.single-project .section.summary .section__summary--bottom-img {
  width: 20rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-img {
    width: 18rem;
    height: 18rem;
    margin-top: 3rem;
  }
}
.single-project .section.summary .section__summary--bottom-texts {
  text-align: left;
  margin-top: 6rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-texts {
    margin-top: 5rem;
  }
}
.single-project .section.summary .section__summary--bottom-text-top {
  display: block;
  position: relative;
}
.single-project .section.summary .section__summary--bottom-text-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #e68635;
}
.single-project .section.summary .section__summary--bottom-text-sub {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-text-sub {
    font-size: 2.4rem;
  }
}
.single-project .section.summary .section__summary--bottom-text-main {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  letter-spacing: 0.3rem;
  margin-top: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-text-main {
    font-size: 3rem;
    padding-bottom: 1.5rem;
  }
}
.single-project .section.summary .section__summary--bottom-text-main .small {
  font-size: 1.6rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-text-main .small {
    font-size: 2rem;
    margin-left: 0.6rem;
  }
}
.single-project .section.summary .section__summary--bottom-text-note {
  font-size: 1.4rem;
  margin-top: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .single-project .section.summary .section__summary--bottom-text-note {
    font-size: 1.8rem;
    margin-top: 1.4rem;
    letter-spacing: 0px;
  }
}
.single-project .section .section__titles {
  text-align: left;
  position: relative;
}
.single-project .section .section__titles::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #133775;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-project .section .section__titles .section__title--sub-jp {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.1em;
  background: #133775;
  color: white;
  padding-left: 2.6rem;
  padding-right: 2.2rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__titles .section__title--sub-jp {
    font-size: 2.8rem;
    line-height: 2.3;
  }
}
.single-project .section .section__titles .section__title--sub-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.5rem;
  height: 0.5rem;
  background: #e68635;
}
.single-project .section .section__titles .section__title--sub-en {
  margin-left: 1.7rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.5px;
  color: #133775;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__titles .section__title--sub-en {
    margin-left: 0px;
    letter-spacing: 0.5px;
  }
}
.single-project .section .section__titles .section__title--main {
  font-size: 2.4rem;
  line-height: 2.5;
  font-weight: bold;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__titles .section__title--main {
    font-size: 3.2rem;
    margin-top: 0.3rem;
    line-height: 1.7;
    margin-right: -2rem;
    padding-bottom: 3rem;
  }
}
.single-project .section .section__container-img {
  margin-top: 5rem;
}
.single-project .section .section__container-img.imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__container-img.imgs {
    gap: 4rem;
  }
}
.single-project .section .section__text {
  text-align: left;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}
.single-project .section .section__text.overview {
  margin-top: 3rem;
}
.single-project .section .section__text.note {
  margin-top: 1.4rem;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__text.note {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .single-project .section .section__text {
    font-size: 2.4rem;
    line-height: 1.58;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .single-project .section .section__text.information {
    font-size: 2rem;
    margin-top: 2.1rem;
    line-height: 1.7;
  }
}
.single-project .section .section__information--title {
  padding-left: 2rem;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #133775;
  text-align: left;
  letter-spacing: 0.2px;
  margin-bottom: -1.8rem;
  margin-top: 9rem;
}
.single-project .section .section__information--title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 100%;
  background: #133775;
}
@media screen and (max-width: 767px) {
  .single-project .section .section__information--title {
    font-size: 2.8rem;
    margin-top: 9.4rem;
  }
}
.single-project .section .fieldwork {
  margin-top: 12.3rem;
  padding-top: 4.9rem;
  padding-bottom: 5.2rem;
  padding-inline: 5rem;
  background: white;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-project .section .fieldwork {
    margin-inline: -5rem;
    margin-top: 10rem;
    padding-bottom: 11.7rem;
    margin-bottom: 4rem;
  }
}
.single-project .section .fieldwork .fieldwork__title--sub {
  display: inline-block;
  padding-block: 1rem;
  padding-inline: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #133775;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-project .section .fieldwork .fieldwork__title--sub {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.single-project .section .fieldwork .fieldwork__title--sub::before, .single-project .section .fieldwork .fieldwork__title--sub::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 100%;
  border: 0.1rem solid #133775;
}
.single-project .section .fieldwork .fieldwork__title--sub:before {
  border-right: none;
  left: 0;
}
.single-project .section .fieldwork .fieldwork__title--sub::after {
  border-left: none;
  right: 0;
}
.single-project .section .fieldwork .fieldwork__title--main {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2857142857;
  position: absolute;
  right: -0.3rem;
  bottom: -0.9rem;
  color: #133775;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  .single-project .section .fieldwork .fieldwork__title--main {
    font-size: 7.2rem;
    bottom: -1.5rem;
    right: 4.7rem;
    letter-spacing: 0.25rem;
  }
}
.single-project .section .fieldwork .fieldwork__text {
  margin-top: 1.1rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-project .section .fieldwork .fieldwork__text {
    font-size: 2.4rem;
    margin-top: 2.1rem;
    line-height: 1.6;
  }
}

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