@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  width: 100%;
  height: 930px;
  background: url("../img/top/kv.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-kv .box {
  width: 770px;
  height: 507px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-kv .box h1 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 100px;
  text-align: left;
  color: #2695AF;
  line-height: 1;
}
.l-kv .box .data {
  display: table;
  width: fit-content;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: left;
  color: #303030;
  margin-top: 40px;
}
.l-kv .box .data .year {
  display: table-cell;
  font-size: 30px;
  padding-right: 5px;
}
.l-kv .box .data .year span {
  font-size: 40px;
}
.l-kv .box .data .detail {
  display: table-cell;
  font-size: 30px;
}
.l-kv .box .data .detail p {
  margin-bottom: 30px;
}
.l-kv .box .data .detail p:last-child {
  margin-bottom: 0;
}
.l-kv .box .data .detail span.number {
  font-size: 60px;
}
.l-kv .box .data .detail span.yobi {
  background-color: #000;
  color: #FFF;
  text-align: center;
  width: 70px;
  display: inline-block;
  font-size: 19px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  top: -8px;
  margin-left: 10px;
  margin-right: 10px;
}

.p-top__news {
  background-color: #F5F4F1;
  padding: 130px 0 150px;
}
.p-top__news .post-wrap {
  margin-top: 60px;
}
.p-top__form {
  padding: 140px 0 150px;
}
.p-top__form .link-wrap {
  padding: 60px 0 80px;
  margin-top: 50px;
  background: #f5f4f1;
}
.p-top__form p {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #303030;
}
.p-top__form ul li a.link {
  text-align: center;
  font-size: 14px;
  display: block;
  text-decoration: underline;
  margin: 10px auto 0;
}
.p-top__form .c-btn1 {
  margin-top: 18px;
}
.p-top__form .c-btn1 a {
  max-width: 798px;
  width: 100%;
}

.c-btn1--icon01 span:after {
  content: "" !important;
}
.c-btn1--icon01 span.in {
  display: inline-block;
  background: none !important;
}
.c-btn1--icon01 span.in:after {
  content: "" !important;
  width: 32px;
  height: 22px;
  display: inline-block !important;
  vertical-align: middle;
  background: url("../img/top/icon01.svg") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  transform: rotate(0);
  position: static;
  margin-left: 10px;
}
.c-btn1--red a {
  background-color: #D33535;
}
.c-btn1--lblue a {
  background-color: #4EBFD9;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    width: 100%;
    height: 450px;
  }
  .l-kv .box {
    width: 90%;
    height: 250px;
    margin-top: 50px;
  }
  .l-kv .box h1 {
    font-size: 36px;
  }
  .l-kv .box .data {
    display: table;
    width: fit-content;
    font-family: "Century Gothic";
    font-weight: bold;
    text-align: left;
    color: #303030;
    margin-top: 20px;
  }
  .l-kv .box .data .year {
    display: block;
    font-size: 20px;
    padding-right: 0;
    text-align: center;
  }
  .l-kv .box .data .year span {
    font-size: 30px;
  }
  .l-kv .box .data .detail {
    display: block;
    font-size: 20px;
  }
  .l-kv .box .data .detail p {
    margin-bottom: 10px;
    line-height: 1;
  }
  .l-kv .box .data .detail span.number {
    font-size: 40px;
  }
  .l-kv .box .data .detail span.yobi {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 10px;
    bottom: 5px;
    top: initial;
    margin-left: 5px;
    margin-right: 5px;
  }

  .p-top__news {
    padding: 60px 0 60px;
  }
  .p-top__news .post-wrap {
    margin-top: 20px;
  }
  .p-top__form {
    padding: 60px 0 60px;
  }
  .p-top__form .link-wrap {
    padding: 40px 15px 40px;
    margin-top: 50px;
    background: #f5f4f1;
  }
  .p-top__form p {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-top__form .c-btn1 a {
    max-width: 600px;
    width: 100%;
  }

  .c-btn1--icon01 span.in:after {
    width: 22px;
    height: 12px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
