/*==========================================================================
section#lead
========================================================================== */
section#lead {
  position: relative;
}
section#lead .inner {
  margin-bottom: 5.2083333333vw;
}
section#lead .img-box {
  width: 100%;
  height: 41.6666666667vw;
}
section#lead .txt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63.5416666667vw;
  height: 24.21875vw;
  z-index: 1;
}
section#lead .txt-box::before {
  content: "";
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 24.2vw 0 0 64vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#lead .txt-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.75vw 0 0 63.0208333333vw;
  border-color: transparent transparent transparent #005EB7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#lead .txt-h1 {
  color: #ffffff;
  position: absolute;
  left: 7.8125%;
  bottom: 3.125vw;
  z-index: 1;
}
section#lead .txt-s {
  display: block;
}

@media screen and (max-width: 767px) {
  section#lead {
    position: relative;
  }
  section#lead .inner {
    margin-bottom: 50px;
  }
  section#lead .img-box {
    width: 100%;
    height: 115.3846153846vw;
  }
  section#lead .txt-box {
    width: 100%;
  }
  section#lead .txt-box::before {
    border-width: 52vw 0 0 100vw;
  }
  section#lead .txt-box::after {
    border-width: 51vw 0 0 98vw;
  }
  section#lead .txt-h1 {
    left: 5%;
    bottom: 30px;
    font-size: 18px;
    line-height: 1;
  }
  section#lead .txt-s {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -1px;
  }
}
/*==========================================================================
section#contact
========================================================================== */
section#contact .inner {
  padding-top: 9.375vw;
  padding-bottom: 10.4166666667vw;
}
section#contact .box {
  position: relative;
}
section#contact .in {
  background: #0B328C;
  border: solid 3px #0B328C;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 3.90625vw 2.6041666667vw;
  box-sizing: border-box;
  transition: 0.5s;
}
section#contact .in .txt-h2 {
  color: #ffffff;
  transition: 0.5s;
}
section#contact .in .txt-h2 .txt-s {
  display: block;
}
section#contact .in .txt-p {
  color: #ffffff;
  transition: 0.5s;
  line-height: 2em;
}
section#contact .in .txt-a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#contact .in .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
  box-sizing: border-box;
  border: solid 1px #0B328C;
}
section#contact .in .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#contact .in .txt-a .arrow svg path {
  fill: #0B328C;
}
section#contact .in:hover {
  background: #ffffff;
}
section#contact .in:hover .txt-h2 {
  color: #0B328C;
}
section#contact .in:hover .txt-p {
  color: #0B328C;
}
section#contact .in:hover .txt-a {
  color: #0B328C;
}

@media screen and (max-width: 767px) {
  section#contact .inner {
    padding: 100px 0;
  }
  section#contact .in {
    border-width: 2px;
    padding: 30px 15px 20px;
  }
  section#contact .in .txt-h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #D5D5D5;
  }
  section#contact .in .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#contact .in .txt-p {
    font-size: 14px;
  }
  section#contact .in .txt-a {
    margin-top: 35px;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
  }
  section#contact .in .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: 0;
  }
  section#contact .in .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
}
/*# sourceMappingURL=page.css.map */