.fv {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv {
    height: 56.22vw;
    max-height: 768px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 160vw;
  }
}
.fv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
@media (max-width: 767px) {
  .fv video {
    width: 100%;
  }
}

.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-wrap.left.run::before {
  animation: imgWrapToLeft 2s cubic-bezier(0.4, 0, 0.4, 0) forwards;
}
.img-wrap.right.run::before {
  animation: imgWrapToRight 2s cubic-bezier(0.4, 0, 0.4, 0) forwards;
}

@keyframes imgWrapToRight {
  100% {
    transform: translateX(100%);
  }
}
@keyframes imgWrapToLeft {
  100% {
    transform: translateX(-100%);
  }
}
.sec00 {
  position: relative;
  color: #fff;
  background-image: url(../img/common/bg_blue.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec00 {
    padding: 380px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00 {
    padding-top: 27.82vw;
  }
}
@media (max-width: 767px) {
  .sec00 {
    padding: 160px 0 90px;
  }
}
.sec00__ribbon {
  position: absolute;
  top: 45px;
}
@media (min-width: 768px) {
  .sec00__ribbon {
    width: 102%;
    margin: 0 -1%;
  }
}
@media (max-width: 767px) {
  .sec00__ribbon {
    width: 110%;
    margin: 0 -5%;
  }
}
.sec00 .img-wrap::before {
  background: url(../img/common/bg_blue.png);
}
@media (min-width: 768px) {
  .sec00__wrapper {
    max-width: 840px;
    padding: 0 20px;
  }
}
.sec00__head {
  font-weight: normal;
}
@media (min-width: 768px) {
  .sec00__head {
    font-size: 38px;
    line-height: 67px;
  }
}
@media (max-width: 767px) {
  .sec00__head {
    font-size: 28px;
    line-height: 41px;
  }
}
.sec00__head.is-active {
  --x: 0;
}
.sec00__head .char {
  overflow: hidden;
}
.sec00__head .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.1s * var(--char-index));
}
.sec00__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec00__body {
  line-height: 58px;
}
@media (min-width: 768px) {
  .sec00__p {
    opacity: 0;
    transform: translateY(1rem);
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  }
  .sec00__p.show {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .sec00__p {
    display: inline;
  }
}
.sec00__p1 {
  transition-delay: 1s;
}
.sec00__p2 {
  transition-delay: 2s;
}
.sec00__p3 {
  transition-delay: 3s;
}
.sec00__p4 {
  transition-delay: 4s;
}
.sec00__foot {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .sec00__foot {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sec00__foot {
    padding: 30px 0 25px;
  }
}
.sec00__img {
  width: 72px;
}
@media (min-width: 768px) {
  .sec00__img {
    margin-right: 25px;
  }
}
.sec00__desc {
  line-height: 30px;
}

.sec01,
.sec02,
.sec03 {
  position: relative;
}
.sec01__ribbon, .sec01__ribbon1, .sec01__ribbon2,
.sec02__ribbon,
.sec02__ribbon1,
.sec02__ribbon2,
.sec03__ribbon,
.sec03__ribbon1,
.sec03__ribbon2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec01__ribbon, .sec01__ribbon1, .sec01__ribbon2,
  .sec02__ribbon,
  .sec02__ribbon1,
  .sec02__ribbon2,
  .sec03__ribbon,
  .sec03__ribbon1,
  .sec03__ribbon2 {
    width: 102%;
    margin: 0 -1%;
  }
}
@media (max-width: 767px) {
  .sec01__ribbon, .sec01__ribbon1, .sec01__ribbon2,
  .sec02__ribbon,
  .sec02__ribbon1,
  .sec02__ribbon2,
  .sec03__ribbon,
  .sec03__ribbon1,
  .sec03__ribbon2 {
    width: 110%;
    margin: 0 -5%;
  }
}
.sec01 .img-wrap::before,
.sec02 .img-wrap::before,
.sec03 .img-wrap::before {
  background: #fff;
}
.sec01__wrapper,
.sec02__wrapper,
.sec03__wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01__wrapper,
  .sec02__wrapper,
  .sec03__wrapper {
    max-width: 1120px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .sec01__img,
  .sec02__img,
  .sec03__img {
    flex: 1;
    max-width: 574px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__img,
  .sec02__img,
  .sec03__img {
    max-width: 42.02vw;
  }
}
@media (min-width: 768px) {
  .sec01__content,
  .sec02__content,
  .sec03__content {
    width: 480px;
    max-width: 100%;
    margin-top: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__content,
  .sec02__content,
  .sec03__content {
    width: 400px;
    margin-top: 13.91vw;
  }
}
.sec01__head,
.sec02__head,
.sec03__head {
  color: #3e5192;
  line-height: 56px;
}
.sec01__body,
.sec02__body,
.sec03__body {
  color: #686868;
  line-height: 48px;
}
.sec01__anc,
.sec02__anc,
.sec03__anc {
  position: relative;
  background-color: #fff;
  color: #3e5192;
  line-height: 48px;
  border-top: 1px solid #3e5192;
  border-bottom: 1px solid #3e5192;
  padding: 15px 70px 15px 20px;
}
.sec01__btn,
.sec02__btn,
.sec03__btn {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 43px;
  border: 1px solid #3e5192;
  border-radius: 50%;
}
.sec01__arrow,
.sec02__arrow,
.sec03__arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  vertical-align: middle;
  border-radius: 9999px;
  background-color: #3e5192;
}
.sec01__arrow::before, .sec01__arrow::after,
.sec02__arrow::before,
.sec02__arrow::after,
.sec03__arrow::before,
.sec03__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #3e5192;
  transform-origin: calc(100% - 0.5px) 50%;
}
.sec01__arrow::before,
.sec02__arrow::before,
.sec03__arrow::before {
  transform: rotate(45deg);
}
.sec01__arrow::after,
.sec02__arrow::after,
.sec03__arrow::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .sec01 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .sec01__ribbon {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .sec01__ribbon {
    top: -25px;
  }
}
@media (min-width: 768px) {
  .sec01__img {
    margin-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__img {
    margin-right: 5.12vw;
  }
}

.sec02 {
  padding-top: 110px;
}
.sec02__ribbon {
  top: -15px;
}
@media (min-width: 768px) {
  .sec02__img {
    margin-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__img {
    margin-left: 5.12vw;
  }
}

@media (min-width: 768px) {
  .sec03 {
    padding: 160px 0 100px;
  }
}
@media (max-width: 767px) {
  .sec03 {
    padding: 110px 0 175px;
  }
}
@media (min-width: 768px) {
  .sec03__ribbon1 {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .sec03__ribbon1 {
    top: -10px;
  }
}
@media (max-width: 767px) {
  .sec03__ribbon2 {
    bottom: 85px;
  }
}
@media (min-width: 768px) {
  .sec03__img {
    margin-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__img {
    margin-right: 5.12vw;
  }
}

.sec04 {
  background-image: url(../img/common/bg_blue.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .sec04__wrapper {
    max-width: 1160px;
    padding: 0 20px;
  }
}
.sec04__box {
  background-color: #fff;
  color: #3e5192;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .sec04__box {
    padding: 50px 80px 60px;
  }
}
@media (max-width: 767px) {
  .sec04__box {
    padding: 30px 15px 40px;
  }
}
.sec04__head {
  line-height: 49px;
}
.sec04__items {
  list-style: none;
  border-top: 1px solid #3e5192;
  border-bottom: 1px solid #3e5192;
}
.sec04__item {
  position: relative;
}
@media (min-width: 768px) {
  .sec04__item {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .sec04__item {
    padding: 15px 50px 15px 15px;
  }
}
.sec04__item + .sec04__item {
  border-top: 1px solid #3e5192;
}
.sec04__arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  vertical-align: middle;
  border-radius: 9999px;
  background-color: #3e5192;
}
@media (min-width: 768px) {
  .sec04__arrow {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sec04__arrow {
    right: 10px;
  }
}
.sec04__arrow::before, .sec04__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #3e5192;
  transform-origin: calc(100% - 0.5px) 50%;
}
.sec04__arrow::before {
  transform: rotate(45deg);
}
.sec04__arrow::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .sec05 {
    padding: 125px 0;
  }
}
@media (max-width: 767px) {
  .sec05 {
    padding: 35px 0 25px;
  }
}
@media (min-width: 768px) {
  .sec05__wrapper {
    max-width: 1120px;
    padding: 0 20px;
  }
}
.sec05__map {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec05__map {
    flex: 1;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .sec05__map {
    padding-bottom: 73.33vw;
  }
}
.sec05__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .sec05__map iframe {
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .sec05__map iframe {
    max-height: 73.33vw;
  }
}
@media (min-width: 768px) {
  .sec05__content {
    width: 460px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__content {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .sec05__head img {
    width: 274px;
  }
}
@media (max-width: 767px) {
  .sec05__head img {
    width: 217px;
  }
}
@media (min-width: 768px) {
  .sec05__body {
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__body {
    width: 400px;
    font-size: 14px;
  }
}
.sec05__table {
  width: 100%;
}
@media (min-width: 768px) {
  .sec05__table {
    display: table;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .sec05__table {
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .sec05__table tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec05__table tr + tr {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sec05__table th, .sec05__table td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .sec05__table th, .sec05__table td {
    display: block;
  }
}
.sec05__table th {
  text-align: left;
  color: #3e5192;
}
@media (min-width: 768px) {
  .sec05__table th {
    width: 6em;
  }
}
.sec05__table td {
  text-align: left;
  color: #686868;
}
@media (max-width: 767px) {
  .sec05__table td {
    padding-left: 1em;
  }
}/*# sourceMappingURL=top.css.map */