@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.sec .btn2 {
  position: relative;
  overflow: hidden;
}
.sec .btn2__img-wrap {
  overflow: hidden;
  position: relative;
}
.sec .btn2__img {
  transition: 0.6s all;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .sec .btn2__img {
    aspect-ratio: 16/9;
  }
}
.sec .btn2__arrow {
  position: absolute;
  bottom: 8px;
  left: 5px;
  z-index: 20;
}
.sec .btn2__arrow--blue {
  opacity: 1;
  transition: 0.6s all;
}
.sec .btn2__arrow--white {
  opacity: 0;
  transform: translateX(-300px);
  transition: all 0.6s ease-in;
}
.sec .btn2__tx-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  border-left: 5px solid #00489d;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  min-width: 240px;
  background: rgba(255, 255, 255, 0.8);
}
.sec .btn2__tx-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #00489d; /*背景色*/
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sec .btn2__inr {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #00489d;
  text-align: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  transition: all ease 0.2s 0.2s;
}
@media screen and (max-width: 992px) {
  .sec .btn2__inr {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec .btn2:hover .btn2__tx-wrap::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .sec .btn2:hover .btn2__img {
    transform: scale(1.1);
  }
  .sec .btn2:hover .btn2__arrow--blue {
    opacity: 0;
    transform: translateX(300px);
  }
  .sec .btn2:hover .btn2__arrow--white {
    opacity: 1;
    transform: translateX(0px);
  }
  .sec .btn2:hover .btn2__inr {
    color: white;
  }
}

.sec1 {
  height: 100dvh;
  position: relative;
}
.sec1__wrap {
  padding-top: 100px;
  max-height: 800px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  height: 95%;
  position: relative;
}
.sec1__swiper {
  height: 100%;
}
.sec1__swiper-img {
  width: 100%;
  height: 100%;
}
.sec1__catch {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .sec1__catch {
    width: 100%;
  }
}
.sec1__catch-item1 {
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sec1__catch-item1 {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .sec1__catch-item1 {
    max-width: 250px;
  }
}
.sec1__catch-item2 {
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sec1__catch-item2 {
    max-width: 250px;
    margin: 0 auto;
  }
}
.sec1__logo {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .sec1__logo {
    top: 0;
    width: 30%;
    min-width: 190px;
  }
}

.sec2__otr {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec2__ttl {
  padding-left: 10%;
}
@media screen and (max-width: 992px) {
  .sec2__ttl {
    padding-left: 0;
  }
}
.sec2__tx {
  margin-top: 40px;
  line-height: 2.4;
  padding-left: 10%;
}
@media screen and (max-width: 992px) {
  .sec2__tx {
    padding-left: 0;
  }
}
.sec2__btn {
  margin-top: 50px;
}
.sec2__img-wrap {
  position: absolute;
  z-index: -1;
}
.sec2__img-wrap--1 {
  top: 0;
  right: 0;
  opacity: 0.3;
}
.sec2__img-wrap--2 {
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

.sec3__otr {
  position: relative;
}
@media screen and (max-width: 992px) {
  .sec3__otr {
    margin-top: 100px;
  }
}
.sec3__inr {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.sec3__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .sec3__wrap {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .sec3__sp-border {
    border-bottom: 1px solid #00489d;
    padding-bottom: 10px;
  }
}
.sec3__item--2 {
  margin-left: 18%;
}
@media screen and (max-width: 992px) {
  .sec3__item--2 {
    margin-left: 0;
    text-align: right;
  }
}
.sec3__item--4 {
  margin-left: 23%;
}
@media screen and (max-width: 992px) {
  .sec3__item--4 {
    margin-left: 0;
    text-align: right;
  }
}
.sec3__item--6 {
  margin-left: 28%;
}
@media screen and (max-width: 992px) {
  .sec3__item--6 {
    margin-left: 0;
    text-align: right;
  }
}
.sec3__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 992px) {
  .sec3__img {
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
  }
}
@media screen and (max-width: 576px) {
  .sec3__img {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}
.sec3__logo {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .sec3__logo {
    top: -30px;
    transform: translate(-50%, -50%);
  }
}
.sec3 .top-sec__ttl {
  border-bottom: 1px solid #00489d;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .sec3 .top-sec__ttl--sp-none {
    border: none;
  }
}
.sec3 .top-sec__ttl--right {
  margin-left: auto;
}
.sec3 .top-sec__number {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  line-height: 1;
  color: #00489d;
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .sec3 .top-sec__number {
    font-size: 3rem;
  }
}
.sec3 .top-sec__number--2, .sec3 .top-sec__number--4, .sec3 .top-sec__number--6 {
  text-align: right;
}
.sec3 .top-sec__h2 {
  font-size: 1.6rem;
  color: #00489d;
  display: inline-block;
  vertical-align: text-bottom;
}
@media screen and (max-width: 992px) {
  .sec3 .top-sec__h2 {
    display: block;
    font-size: 1.6rem;
  }
}
.sec3 .top-sec__back-blue {
  color: white;
  background: #00489d;
  padding: 5px 10px;
}
.sec3 .top-sec__cnt2 {
  position: relative;
}
.sec3 .top-sec__cnt2--reverse .strength-sec__img-wrap {
  text-align: left;
}
.sec3 .top-sec__cnt2--reverse .strength-sec__tx-wrap {
  right: 0;
  left: initial;
}
.sec3 .top-sec__img-wrap {
  text-align: right;
}
.sec3 .top-sec__tx-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  width: 60%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .sec3 .top-sec__tx-wrap {
    position: static;
    transform: none;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.sec3__btn {
  margin-top: 50px;
}

.sec4__otr {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .sec4__otr {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.sec4__item {
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sec4__item {
    padding-bottom: 20px;
  }
}
.sec4__item--1, .sec4__item--2 {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 992px) {
  .sec4__item--1, .sec4__item--2 {
    width: 100%;
  }
}
.sec4__item--3, .sec4__item--4, .sec4__item--5 {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 992px) {
  .sec4__item--3, .sec4__item--4, .sec4__item--5 {
    width: 100%;
  }
}
.sec4__item--2, .sec4__item--4, .sec4__item--5 {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .sec4__item--2, .sec4__item--4, .sec4__item--5 {
    margin-left: 0;
  }
}

.sec5 {
  text-align: center;
}
.sec5__ttl {
  padding-bottom: 30px;
}

.sec6__otr {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .sec6__otr {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.sec6__item {
  padding-bottom: 50px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 992px) {
  .sec6__item {
    padding-bottom: 20px;
    width: 100%;
  }
}
.sec6__item--2, .sec6__item--4 {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .sec6__item--2, .sec6__item--4 {
    margin-left: 0;
  }
}

.sec7__otr {
  display: flex;
}
@media screen and (max-width: 992px) {
  .sec7__otr {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */