@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 0;
}

.fv::before,
.fv::after {
  display: none;
}

body.on .fv::before,
body.on .fv::after {
  display: block;
}

.fv {
  overflow: hidden;
  position: relative;
}
.fv .swiper-slide {
  opacity: 1 !important;
}
.fv .swiper-img a {
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .fv .swiper-img a:hover {
    cursor: pointer;
    opacity: 1;
  }
}
.fv .swiper-pagination {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .swiper-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .fv .swiper-pagination {
    margin-top: 10px;
  }
}
.fv .swiper-pagination-bullet {
  background: #d5d5d5 !important;
  height: 10px;
  margin: 0 8.5px !important;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .fv .swiper-pagination-bullet {
    height: 8px;
    margin: 0 5px !important;
    width: 8px;
  }
}
@media screen and (max-width: 576px) {
  .fv .swiper-pagination-bullet {
    height: 6px;
    margin: 0 3px !important;
    width: 6px;
  }
}
.fv .swiper-pagination-bullet-active {
  background: #033792 !important;
}

body:not(.on) .swiper-slide {
  display: inline-block !important;
  width: 250px;
}

body.on .fv img {
  display: block;
}

@-webkit-keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fvimg {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes fvimg {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-50%);
  }
}
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  margin-top: 120px;
  padding-bottom: 10.65vw;
  padding-top: 5.56vw;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    margin-top: 100px;
    padding-bottom: 115px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 70px;
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    margin-top: 50px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
.sec01 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
  z-index: 3;
  /* --- Safariだけの修正 --- */
}
.sec01 .inner .txt-wrap {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec01 .inner .txt-wrap img {
  display: block;
  margin-bottom: 2.78vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 7.41vw;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .txt-wrap img {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .txt-wrap img {
    margin-bottom: 20px;
    max-width: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .txt-wrap img {
    margin-bottom: 15px;
    margin-top: 4vw;
    max-width: 40px;
  }
}
.sec01 .inner .ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 2.78vw;
  font-weight: 400;
  letter-spacing: 0.35em;
  margin-left: auto;
  margin-right: auto;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .ttl {
    font-size: 16px;
  }
}
.sec01 .inner .ttl span {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  color: #fff !important;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 0.2em;
  text-combine-upright: all;
}
@supports (font: -apple-system-body) {
  .sec01 .inner {
    /* Safariは upright だと崩れやすいので mixed に */
  }
  .sec01 .inner .ttl {
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
  }
  .sec01 .inner .ttl span {
    -webkit-text-combine: horizontal;
    /* SafariだけNoto Sans JP */
    font-family: "Noto Sans JP", sans-serif !important;
    letter-spacing: 0 !important;
    text-combine-upright: digits 2;
  }
}
.sec01 .inner .txt {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 9.26vw;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .txt {
    font-size: 18px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .txt {
    font-size: 14px;
    margin-top: 41vw;
  }
}
@media screen and (max-width: 450px) {
  .sec01 .inner .txt {
    margin-top: 24vw;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec01 .bg-img {
  max-width: 400px !important;
  width: 100%;
}
body:not(.on) .sec01 .inner .ttl span {
  color: #000 !important;
}
body:not(.on) .sec01 .img01,
body:not(.on) .sec01 .img02,
body:not(.on) .sec01 .img03,
body:not(.on) .sec01 .img04,
body:not(.on) .sec01 .img05 {
  display: inline-block !important;
  max-width: 200px;
}

/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec01 {
  position: relative;
}
body.on .sec01::before {
  background-color: rgba(3, 55, 145, 0.76);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.on .sec01 .img01,
body.on .sec01 .img02,
body.on .sec01 .img03,
body.on .sec01 .img04,
body.on .sec01 .img05 {
  position: absolute;
}
body.on .sec01 .img01 {
  left: 0vw;
  top: 10vw;
  width: 17vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img01 {
    top: 7vw;
    width: 25vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec01 .img01 {
    top: 19vw;
    width: 30vw;
  }
}
body.on .sec01 .img02 {
  left: 13vw;
  top: 29vw;
  width: 14.9vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img02 {
    left: 18vw;
    top: 38vw;
    width: 20.9vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec01 .img02 {
    left: 9vw;
    top: 60vw;
    width: 28.9vw;
  }
}
body.on .sec01 .img03 {
  right: 0vw;
  top: 3vw;
  width: 11.8vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img03 {
    right: 0vw;
    top: 4vw;
    width: 18.8vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec01 .img03 {
    top: 14vw;
    width: 22.8vw;
  }
}
body.on .sec01 .img04 {
  right: 9vw;
  top: 12vw;
  width: 20vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img04 {
    right: 12vw;
    top: 19vw;
    width: 24vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec01 .img04 {
    right: 7vw;
    top: 33vw;
    width: 29vw;
  }
}
body.on .sec01 .img05 {
  right: 2vw;
  top: 45vw;
  width: 18.6vw;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img05 {
    right: 2vw;
    top: 45vw;
    width: 18.6vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec01 .img05 {
    right: 1vw;
    top: 71vw;
    width: 26.6vw;
  }
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  margin-top: 130px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    margin-top: 60px;
  }
}
.sec02 .c-ttl02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 120px;
}
@media screen and (max-width: 1280px) {
  .sec02 .c-ttl02 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .c-ttl02 {
    padding-left: 0;
  }
}
.sec02 .flex {
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 1440px;
}
.sec02 .flex > div {
  background-color: #f3f9ff;
  padding-bottom: 75px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  width: calc((100% - 10px * 1) / 2);
}
@media screen and (max-width: 1080px) {
  .sec02 .flex > div {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex > div {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    width: 100%;
  }
}
.sec02 .flex > div .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 475px;
  width: 100%;
}
.sec02 .flex > div .ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex > div .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex > div .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex > div .ttl {
    font-size: 16px;
  }
}
.sec02 .flex > div img {
  display: block;
  margin-top: 20px;
}
.sec02 .flex > div .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec02 .flex > div .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex > div .txt {
    font-size: 12px;
  }
}
.sec02 .flex > div .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec02 .flex > div .c-btn {
    margin-top: 20px;
  }
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 110px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 90px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.sec03 .flex {
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex {
    flex-direction: column;
  }
}
.sec03 .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .sec03 .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txt {
    font-size: 12px;
  }
}
.sec03 .right {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 740px;
  width: 100%;
}
.sec03 .right .link {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  width: calc((100% - 5px * 1) / 2);
}
@media screen and (max-width: 768px) {
  .sec03 .right .link {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .right .link {
    width: 100%;
  }
}
.sec03 .right .link > div {
  position: relative;
  z-index: 3;
}
.sec03 .right .link > div .ttl {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .right .link > div .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .right .link > div .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .right .link > div .ttl {
    font-size: 16px;
  }
}
.sec03 .right .link > div .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec03 .right .link > div .c-btn {
    margin-top: 30px;
  }
}
.sec03 .pc-btn {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .sec03 .pc-btn {
    margin-top: 15px;
  }
}
.sec03 .wrap {
  margin-top: 70px;
  padding-left: 16px;
}
.sec03 .wrap .c-btn {
  margin-left: initial;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec03 .right .link::before {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.on .sec03 .right img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------------------------
sec04
------------------------------------------------------------*/
.sec04 {
  background-color: #f3f9ff;
  padding-bottom: 100px;
  padding-top: 110px;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.sec04 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec04 .wrap {
    gap: 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .wrap {
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
  }
}
.sec04 .wrap .link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  width: calc((100% - 30px * 2) / 3);
}
@media screen and (max-width: 1080px) {
  .sec04 .wrap .link {
    width: calc((100% - 20px * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sec04 .wrap .link {
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap .link {
    gap: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sec04 .wrap .link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec04 .wrap .img img {
  display: block;
}
.sec04 .wrap .txts {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.sec04 .wrap .txts .nums {
  align-items: center;
  display: flex;
  gap: 17px;
}
.sec04 .wrap .txts .num {
  color: #033792;
  font-family: "Crimson Text", serif;
  font-size: 28px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1080px) {
  .sec04 .wrap .txts .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .wrap .txts .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap .txts .num {
    font-size: 18px;
  }
}
.sec04 .wrap .txts .jp {
  color: #033792;
  font-size: 22px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1080px) {
  .sec04 .wrap .txts .jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .wrap .txts .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap .txts .jp {
    font-size: 16px;
  }
}
.sec04 .wrap .txts img {
  display: block;
  max-width: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 .wrap .txts img {
    max-width: 24x;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap .txts img {
    max-width: 20px;
  }
}
.sec04 .c-btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec04 .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .c-btn {
    margin-top: 50px;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec05
------------------------------------------------------------*/
/* ーーーーーーーーーーーー'sec05 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec05 サイト表示側'ーーーーーーーーーーーーーー*/
/*# sourceMappingURL=sourcemaps/index.css.map */