@charset "UTF-8";

.c-sec-headline {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 100%;
  color: #03045E;
}

.post-index {
  z-index: 2;
  font-weight: 400;
}

.post-index ul div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 1em 0;
}

.post-index ul a {
  display: block;
  border-bottom: dashed 1px #404040;
  font-size: 1.7rem;
}

.post-index ul span {
  padding-right: 40px;
}

@media screen and (max-width: 896px) {
  .c-sec-headline {
    font-size: 2.4rem;
  }

  .post-index ul span {
    padding-right: 20px;
  }

  .post-index ul div {
    padding: 7px 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 896px) {
  .post-index {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 90vw;
    font-size: 3.75vw;
    margin: 15px auto 0;
  }
}

.top-news__more {
  display: inline-block;
  width: 320px;
  color: #fff;
  padding: 10px 0;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #00509E;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 16px;
}

.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .top-logo {
    width: 65vw;
    -webkit-transform: translateY(-50%) translateX(-50%) translateY(3vh);
    transform: translateY(-50%) translateX(-50%) translateY(3vh);
  }

  .top-news__more {
    margin-top: 20px;
  }
}

.top-logo p {
  font-family: Garamond;
  color: #fff;
  text-align: center;
  font-size: 57px;
  font-weight: 500;
  font-style: italic;
  line-height: 68.4px;
}

@media screen and (max-width: 896px) {
  .top-logo p {
    font-size: 16px;
    line-height: 30px;
  }
}

.top_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .top_mv {
    width: 100%;
    height: 100vw;
  }
}

.kv-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 24s linear infinite;
  animation: slider-1 24s linear infinite;
}

.kv-img:nth-child(1) {
  background-image: url(../img/top/kv_1.jpg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.kv-img:nth-child(2) {
  background-image: url(../img/top/kv_2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.kv-img:nth-child(3) {
  background-image: url(../img/top/kv_2.jpg);
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

.bg-news {
  padding: 60px 0 90px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .bg-news {
    width: 100%;
    padding: 30px 15px 40px;
  }
}

.post-index {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  max-width: 620px;
}

@media screen and (max-width: 896px) {

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 768px) {

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

.top-lead {
  background: #fff;
  border: 2px solid #D4D4D4;
  position: relative;
  z-index: 1;
}

.top-lead>p {
  padding: 46px 0;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
}

@media screen and (max-width: 896px) {
  .top-lead>p {
    padding: 25px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    text-align: start;
  }
}

.top-res {
  background: url("../img/top/bg_rese_01.jpg") center / cover no-repeat;
  padding: 61px 0;
}

.top-res__rwrap {
  background: #FFFFFFCC;
  backdrop-filter: blur(10px);
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .top-res {
    padding: 30px 0;
  }

  .top-res__rwrap {
    padding: 15px;
  }
}

.top-res__tbox {
  border: 5px solid #fff;
  text-align: center;
  padding: 40px 0 30px;
}

.top-res__tbox--tet {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  color: #00509E;
  margin-bottom: 18px;
}

.top-res__tbox--num {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  margin-bottom: 19px;
}

.top-res__tbox--num>a {
  color: #FF6B82;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.top-res__tbox--num>a::before {
  content: "";
  display: inline-block;
  background: url("../img/top/icn_tell_01.png") center/ 100% 100% no-repeat;
  width: 56px;
  height: 85px;
}

@media screen and (max-width: 896px) {
  .top-res__tbox {
    padding: 20px 15px;
  }

  .top-res__tbox--tet {
    font-size: 2rem;
  }

  .top-res__tbox--num {
    font-size: 2.8rem;
  }

  .top-res__tbox--num>a {
    gap: 20px;
  }

  .top-res__tbox--num>a::before {
    width: 36px;
    height: 58px;
  }
}

.top-res__tbox--web {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  background: #FFFFFF;
  border: 1px solid #FF6B8280;
  border-radius: 45px;
  padding: 11px 23px;
  display: inline-block;
  color: #00509E;
}

@media screen and (max-width: 896px) {
  .top-res__tbox--web {
    padding: 11px;
  }
}

.img-box {
  display: flex;
  gap: 0 25px;
}

.img-box img {
  width: calc(33.33% - (50px / 3));
}

@media screen and (max-width: 896px) {
  .img-box {
    gap: 0 5px;
  }

  .img-box img {
    width: calc(33.33% - (10px / 3));
  }
}

.top-crate {
  padding: 126px 0 100px;
}

@media screen and (max-width: 896px) {
  .top-crate {
    padding: 70px 0 50px;
  }
}

/* あしらい */
#top .bg-deco {
  padding: 107px 0 108px;
}

@media screen and (max-width: 896px) {
  #top .bg-deco {
    padding: 52px 0 80px;
  }
}

.deco {
  display: block;
  position: absolute;
  z-index: 0;
}

._01 {
  left: 0;
  top: 120px;
}

.deco._01 span {
  height: 0;
  width: 173px;
  padding-top: 457.64%;
  display: block;
  background: url("../img/top/kv_deco_01.jpg") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  ._01 {
    left: 0;
    top: 48px;
  }

  .deco._01 span {
    width: 72px;
    padding-top: unset;
    height: 94vh;
  }
}

._02 {
  right: 31px;
  top: 238px;
}

.deco._02 span {
  height: 0;
  width: min(41.1vw, 593px);
  padding-top: 19.22%;
  display: block;
  background: url("../img/top/kv_txt_01.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  ._02 {
    right: 10px;
    top: 20.2%;
  }

  .deco._02 span {
    width: min(67vw, 593px);
  }
}

._03 {
  left: 43px;
  bottom: 24px;
}

.deco._03 span {
  height: 0;
  width: min(48.1vw, 693px);
  padding-top: 63.6363%;
  display: block;
  background: url("../img/top/kv_txt_02.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  ._03 {
    left: 43px;
    bottom: 13%;
  }
}

._04 {
  left: 0;
  top: 0;
}

.deco._04 span {
  height: 0;
  width: 259px;
  padding-top: 105.40%;
  display: block;
  background: url("../img/top/img_deco_01.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._04 span {
    width: 150px;
  }
}

._05 {
  right: 0;
  top: 0;
}

.deco._05 span {
  height: 0;
  width: 377px;
  padding-top: 71.61%;
  display: block;
  background: url("../img/top/img_deco_02.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._05 span {
    width: 150px;
  }
}

._06 {
  left: 0;
  bottom: 0;
}

.deco._06 span {
  height: 0;
  width: 234px;
  padding-top: 85.89%;
  display: block;
  background: url("../img/top/img_deco_03.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._06 span {
    width: 115px;
  }
}

._07 {
  right: 0;
  bottom: 0;
}

.deco._07 span {
  height: 0;
  width: 234px;
  padding-top: 77.77%;
  display: block;
  background: url("../img/top/img_deco_04.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._07 span {
    width: 115px;
  }
}

._08 {
  left: -28px;
  top: 18px;
}

.deco._08 span {
  height: 0;
  width: 303px;
  padding-top: 33.993%;
  display: block;
  background: url("../img/top/img_deco_05.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  ._08 {
    left: 8px;
    top: -18px;
  }

  .deco._08 span {
    width: 150px;
  }
}