@charset "UTF-8";
/* =====================
	トップページ
 ======================= */
.home {
  overflow-x: hidden;
}

.sec-ttl {
  font-size: 250%;
  font-weight: 900;
}

/** ------------------------ mv ------------------------ **/
.mv {
  background: radial-gradient(#4872b8, #074eb1);
  padding-bottom: 5.78%;
  position: relative;
}

.mv .mv-img {
  width: 94.32%;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.mv .mv-ttl {
  font-size: 400%;
  font-weight: bold;
  color: var(--c_white);
  position: absolute;
  top: 50%;
  left: 5.91%;
  transform: translateY(-50%);
}

.mv-ttl span {
  opacity: 0;
  display: inline-block;
  /* filter: blur(4px); */
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /* filter: blur(4px); */
  }
  to {
    opacity: 1;
    /* filter: blur(0); */
  }
}

.mv .scroll {
  font-size: 75%;
  font-weight: bold;
  color: var(--c_white);
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

.mv .scroll::before {
  content: "";
  width: 0.67em;
  height: 6.67em;
  background: url(../img/common/icon-arrow-scroll.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
}

/** ------------------------ strength ------------------------ **/
.strength {
  padding: 3.28% 0 4.01%;
  position: relative;
}

.strength .strength-container {
  width: 78.44%;
  margin: 0 2.81% 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.65em;
}

.strength .strength-info {
  flex: 1;
}

.strength .strength-ttl {
  font-size: 325%;
  font-weight: 900;
  margin-bottom: 0.43em;
}

.strength .green {
  color: var(--c_light_green);
}

.strength .strength-ttl-eng {
  display: block;
  font-family: var(--font_Noto_Serif_JP);
  font-size: 30.77%;
  font-weight: bold;
  color: #489a54;
  margin-top: 0.78em;
}

.strength .strength-txt {
  font-weight: 500;
  margin-bottom: 2.39em;
}

.strength .strength-img {
  width: 52.79%;
  border-radius: 40px;
  overflow: hidden;
}

.strength .round-shape-img {
  opacity: 0.3;
  width: 25%;
  position: absolute;
}

.strength .round-shape-img1 {
  top: -34%;
  right: 2%;
}

.strength .round-shape-img2 {
  transform: rotate(55deg);
  top: 48%;
  left: -5%;
}

/** ------------------------ works ------------------------ **/
.works {
  padding: 5.73% 0 5.83%;
  background: url(../img/home/works-bg.png) no-repeat;
  background-size: cover;
}

.works .sec-ttl {
  text-align: center;
  color: var(--c_white);
  margin-bottom: 2.19%;
}

.works .works-txt {
  flex: 1;
  font-weight: 500;
  color: var(--c_white);
}

.works .works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.3em;
  margin-bottom: 4.38%;
}

.works .works-item {
  width: 21.875%;
}

.works .works-item-img {
  margin: 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.works .works-item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 420 / 415;
  object-fit: cover;
  transition: var(--anime);
}

.works .works-item:hover .works-item-img img {
  transform: scale(1.1);
}

.works .works-item-ttl {
  width: 100%;
  font-size: 135%;
  font-weight: bold;
  color: var(--c_white);
  background-color: rgba(72, 154, 84, 0.58);
  padding: 6.19% 1em;
  position: absolute;
  top: 0;
}

.works .btn-more {
  width: 13.93em;
  margin: 0 auto;
}

/** ------------------------ information ------------------------ **/
.information {
  padding: 5.68% 0 7.03%;
  position: relative;
}

.information .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.45em;
}

.information .sec-ttl-container {
  width: 18.42%;
}

.information .sec-ttl {
  margin-bottom: 12.67%;
}

.information .btn-more {
  font-size: 110%;
  width: 10.05em;
  border: 2px solid #003c9f;
  padding: 0.82em 0.86em 1.05em 1.32em;
}

.information .information-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}

.information .information-item a {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75em;
}

.information .information-item-date {
  width: 6.25em;
}

.information .information-item-cate {
  flex-shrink: 1;
  padding: 0 1.5em;
  border-radius: 58px;
  color: var(--c_white);
}

.information .information-item-ttl {
  flex: 1;
  text-decoration: underline;
}

.information .round-shape2-img {
  opacity: 0.3;
  width: 30%;
  position: absolute;
  bottom: -50%;
  right: 1%;
  z-index: -10;
}

/** ------------------------ banner-area ------------------------ **/
.banner-area {
  padding-bottom: 7.03%;
}

.banner-area .banner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.1em;
}

.banner-area .profile,
.banner-area .recruitment {
  width: 33.33%;
}

.banner-area .profile a:hover,
.banner-area .recruitment a:hover {
  opacity: 1;
}

.banner-area .profile-img,
.banner-area .recruitment-img {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.banner-area .profile-img img,
.banner-area .recruitment-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 640 / 406;
  object-fit: cover;
  transition: var(--anime);
}

.banner-area .profile a:hover .profile-img img,
.banner-area .recruitment a:hover .recruitment-img img {
  transform: scale(1.1);
}

.banner-area .sec-ttl {
  width: 100%;
  color: var(--c_white);
  background-color: rgba(1, 48, 126, 0.54);
  padding: 0 1em 1.56% 1em;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.19em;
}

.banner-area .sec-ttl::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icon-arrow-blue.svg) no-repeat;
  background-size: contain;
  transform: translateY(13%);
}

/** ------------------------ contact ------------------------ **/
.contact a {
  display: block;
  padding: 7.45% 0 6.51%;
  position: relative;
  overflow: hidden;
}

.contact a:hover {
  opacity: 1;
}

.contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/contact-bg.png) 0% 0% / cover no-repeat;
  z-index: -100;
  transition: var(--anime);
}

.contact a:hover::before {
  transform: scale(1.1);
}

.contact .sec-ttl {
  text-align: center;
  color: var(--c_white);
  margin-bottom: 2.81%;
}

.contact .sec-ttl-eng {
  display: block;
  font-size: 40%;
}

.contact .contact-txt {
  font-family: var(--font_YuGothic);
  font-size: 170%;
  font-weight: bold;
  color: var(--c_white);
  width: fit-content;
  margin: 0 auto;
}

/** ------------------------ フッター ------------------------ **/
.footer {
  padding: 5.21% 0 1.41%;
}

.footer .footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.58%;
}

.footer .footer-logo {
  width: 13em;
  margin-bottom: 2.5em;
}

.footer .footer-logo img {
  filter: invert(1);
}

.footer address {
  font-style: normal;
  font-size: 75%;
  font-weight: bold;
  color: var(--c_black);
}

.footer .footer-nav-inner {
  display: flex;
  margin-bottom: 2.4em;
}

.footer .footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 0 2em;
  border-right: 1px solid var(--c_black);
}

.footer .footer-nav-item a {
  font-weight: bold;
  color: var(--c_black);
}

.footer .btn-recruitment {
  width: 13em;
  font-weight: bold;
  color: var(--c_white);
  background-color: var(--c_light_green);
  padding: 0.55em 1em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: auto;
}

.footer .btn-recruitment::after {
  content: "";
  width: 0.7em;
  height: 0.76em;
  background: url(../img/common/icon-link.svg) no-repeat;
  background-size: contain;
  transition: var(--anime);
}

.footer .btn-recruitment:hover {
  opacity: 0.84;
}

.footer .copyright {
  font-size: 75%;
  font-weight: bold;
  color: var(--c_black);
  text-align: right;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  /** ------------------------ strength ------------------------ **/
  .strength .round-shape-img1 {
    top: -15%;
  }

  /** ------------------------ works ------------------------ **/
  .works .works-list {
    width: 90%;
    margin: 0 auto 4.38%;
  }

  .works .works-item {
    width: 40%;
  }

  /** ------------------------ information ------------------------ **/
  .information .sec-ttl-container {
    width: 25%;
  }

  .information .sec-ttl {
    margin-bottom: 8%;
  }

  /** ------------------------ banner-area ------------------------ **/
  .banner-area .banner-container {
    width: 90%;
    margin: 0 auto;
    gap: 2em;
  }

  .banner-area .profile,
  .banner-area .recruitment {
    width: 45%;
  }
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  .sec-ttl {
    font-size: 30px;
  }

  /** ------------------------ mv ------------------------ **/
  .mv {
    padding-bottom: 25px;
  }

  .mv .mv-img {
    width: 90%;
    border-radius: 20px;
  }

  .mv .mv-ttl {
    font-size: 5.33vw;
  }

  .mv .scroll {
    font-size: 10px;
  }

  /** ------------------------ strength ------------------------ **/
  .strength {
    padding: 50px 0;
  }

  .strength .strength-container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 50px;
  }

  .strength .strength-ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .strength .strength-ttl-eng {
    font-size: 10px;
  }

  .strength .strength-txt {
    margin-bottom: 25px;
  }

  .strength .strength-img {
    width: 100%;
    max-width: 400px;
  }

  .strength .round-shape-img {
    width: 50%;
  }

  .strength .round-shape-img1 {
    top: -5%;
    right: -7%;
  }

  .strength .round-shape-img2 {
    top: 80%;
    left: -8%;
  }

  /** ------------------------ works ------------------------ **/
  .works {
    padding: 50px 0;
  }

  .works .sec-ttl {
    margin-bottom: 25px;
  }

  .works .works-list {
    margin-bottom: 25px;
    gap: 25px;
  }

  .works .works-item {
    width: 100%;
    max-width: 300px;
  }

  .works .works-item-ttl {
    font-size: 20px;
  }

  /** ------------------------ information ------------------------ **/
  .information {
    padding: 50px 0 100px;
  }

  .information .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .information .sec-ttl-container {
    width: 100%;
  }

  .information .sec-ttl {
    text-align: center;
    margin-bottom: 0;
  }

  .information .information-list {
    gap: 25px;
  }

  .information .information-item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .information .round-shape2-img {
    width: 70%;
    bottom: 0;
    right: -20%;
  }

  /** ------------------------ banner-area ------------------------ **/
  .banner-area {
    padding-bottom: 50px;
  }

  .banner-area .banner-container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .banner-area .profile,
  .banner-area .recruitment {
    width: 100%;
    max-width: 400px;
  }

  /** ------------------------ contact ------------------------ **/
  .contact a {
    padding: 50px 0;
  }

  .contact .sec-ttl {
    margin-bottom: 25px;
  }

  .contact .contact-txt {
    /* width: 90%;
    margin: 0 auto; */
    font-size: 16px;
  }

  /** ------------------------ フッター ------------------------ **/
  .footer {
    padding: 50px 0 10px;
  }

  .footer .footer-container {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .footer .footer-logo {
    width: 100px;
    margin-bottom: 25px;
  }

  .footer .footer-nav-inner {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 50px;
  }

  .footer .footer-nav-list {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    border: none;
    gap: 1em;
    align-items: center;
  }

  .footer .footer-nav-item {
    flex-basis: 7em;
  }

  .footer .btn-recruitment {
    margin: 0 auto;
  }

  .footer .copyright {
    text-align: center;
  }
}
