@media (min-width: 480px) {
  #header {
    position: relative;
  }
  #header .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

@media (min-width: 480px) and (max-width: 480px) {
  #header .header {
    position: static;
    padding: 4% 2% 0;
  }
}

@media (min-width: 480px) {
  #header .header .head-inquiry {
    -webkit-filter: drop-shadow(0 0 5px #333333);
            filter: drop-shadow(0 0 5px #333333);
  }
  #header .header .head-inquiry .head-inquiry__tel > .inner {
    color: #fff;
  }
  #header .header .head-inquiry .head-inquiry__tel > .inner::before {
    background: url(../img/icon-tel01.svg) no-repeat center/100%;
  }
  #gnavi ul li a {
    -webkit-filter: drop-shadow(0 0 5px #333333);
            filter: drop-shadow(0 0 5px #333333);
    color: #fff;
  }
}

@media (min-width: 480px) and (min-width: 480px) {
  #gnavi ul li a:hover {
    color: #fff;
    border-color: #fff;
  }
}

#visual {
  background: #fff;
  position: relative;
}

#visual .visual__img {
  position: relative;
  width: 100%;
  height: 765px;
}

@media (max-width: 480px) {
  #visual .visual__img {
    height: auto;
    aspect-ratio: 780/915;
  }
}

#visual .visual__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  #visual .visual__img img {
    height: auto;
  }
}

#visual .visual__img::before {
  content: "";
  width: 732px;
  height: 100%;
  background: url(../img/mv-mask.png) no-repeat top left/contain;
  position: absolute;
  left: min(50%, 732px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  z-index: 10;
}

@media (max-width: 480px) {
  #visual .visual__img::before {
    background-image: url(../img/mv-mask-sp.png);
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

#visual .visual__ttl {
  font-size: clamp(4.4rem, 3vw, 5.5rem);
  text-shadow: 0 0 5px #327ad0;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  top: 26%;
  left: min(350px, 23%);
  z-index: 50;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 1.5s ease-in-out,-webkit-filter 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out,-webkit-filter 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out,filter 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out,filter 1.5s ease-in-out,-webkit-filter 1.5s ease-in-out;
}

#visual .visual__ttl.active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media (max-width: 480px) {
  #visual .visual__ttl {
    font-size: 3rem;
    top: 22%;
    left: 3%;
  }
}

#visual .visual__ttl .fs-small {
  font-size: 0.86em;
}

.sec-top-intro .top-intro__set01 {
  padding: 104px 0 91px;
  background: url(../img/top-intro-bg01.png) no-repeat bottom center/auto calc(100% - 43px), -webkit-gradient(linear, left top, right top, from(#0064ab), to(#4f9bd7));
  background: url(../img/top-intro-bg01.png) no-repeat bottom center/auto calc(100% - 43px), linear-gradient(to right, #0064ab 0%, #4f9bd7 100%);
  background-blend-mode: multiply;
}

@media (max-width: 480px) {
  .sec-top-intro .top-intro__set01 {
    padding: 43px 0 45px;
    background: url(../img/top-intro-bg01-sp.png) no-repeat bottom center/contain, -webkit-gradient(linear, left top, right top, from(#0064ab), to(#4f9bd7));
    background: url(../img/top-intro-bg01-sp.png) no-repeat bottom center/contain, linear-gradient(to right, #0064ab 0%, #4f9bd7 100%);
  }
}

.sec-top-intro .top-intro__set01 .unit-ttl01 {
  gap: 25px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .sec-top-intro .top-intro__set01 .unit-ttl01 {
    margin-bottom: 17px;
  }
}

.sec-top-intro .top-intro__set01 .unit-ttl01 .main {
  font-size: 3.8rem;
}

@media (max-width: 480px) {
  .sec-top-intro .top-intro__set01 .unit-ttl01 .main {
    font-size: 2.25rem;
    text-align: center;
  }
}

.sec-top-intro .top-intro__set01 .top-intro__msg {
  color: #fff;
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 480px) {
  .sec-top-intro .top-intro__set01 .top-intro__msg {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 2%;
  }
}

.sec-top-overview .top-overview__set01 {
  padding: 84px 0;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 {
    padding: 38px 0;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n + 1) .top-overview-block01__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n + 1) .top-overview-block01__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n + 1) .top-overview-block01__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n) .top-overview-block01__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n) .top-overview-block01__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sec-top-overview .top-overview__set01 .top-overview-block01:nth-child(2n) .top-overview-block01__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__img {
  width: 472px;
  margin-right: 62px;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__img {
    width: 100%;
    margin-right: 0;
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt {
    margin-bottom: 24px;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .unit-ttl02 {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .unit-ttl02 {
    margin-bottom: 17.5px;
    grid-column: 1 / -1;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .msg {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .msg {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .msg p {
  margin-bottom: 0;
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__txt .msg p:not(:last-child) {
  margin-bottom: 1em;
}

.sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__btn {
  grid-column: 1/-1;
  margin: 50px auto 0;
}

@media (max-width: 480px) {
  .sec-top-overview .top-overview__set01 .top-overview-block01 .top-overview-block01__btn {
    margin-top: 36px;
    width: 80%;
    min-width: 308px;
  }
}

.sec-top-company {
  padding: 50px 0 130px;
}

@media (max-width: 480px) {
  .sec-top-company {
    padding: 20px 0 95px;
  }
}

.sec-top-company .top-company__set01 .unit-ttl01 {
  margin-bottom: 51px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .unit-ttl01 {
    margin-bottom: 32px;
  }
}

.sec-top-company .top-company__set01 .top-company-block01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 45px;
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block01 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 0;
    margin-bottom: 37px;
  }
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__logo {
  width: 217px;
  margin: 0 auto 30px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__logo {
    width: 169px;
    margin-bottom: 29px;
  }
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info {
  grid-row: span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 1em 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info dl dt {
  grid-column: span 1;
  padding-right: 1em;
  color: #00457d;
  font-weight: 500;
  text-align-last: justify;
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info dl dt.en {
  letter-spacing: 2.2em;
  margin-right: -2.2em;
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__info dl dd {
  grid-column: span 1;
  padding-left: 1em;
  border-left: 1px solid #00457d;
}

.sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  width: 525px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block01 .top-company-block01__img {
    grid-row: span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 100%;
  }
}

.sec-top-company .top-company__set01 .top-company-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 106px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-bottom: 38px;
  }
}

.sec-top-company .top-company__set01 .top-company-block02 .top-company-block02__btn.unit-btn01 {
  width: 300px;
}

@media (max-width: 480px) {
  .sec-top-company .top-company__set01 .top-company-block02 .top-company-block02__btn.unit-btn01 {
    width: 80%;
    margin: 0 auto;
    min-width: 308px;
  }
}
/*# sourceMappingURL=top.css.map */