@charset "UTF-8";
@font-face {
  font-family: 'amo';
  /* 自分で決めるフォント名 */
  src: url("font/applimino.woff2") format("woff2");
  /* 非対応ブラウザ用 */
  font-display: swap;
  /* 読み込み中のテキスト非表示を防ぐ（UX向上） */
  font-weight: normal;
  font-style: normal;
}
/*=======================================
トップページ
=========================================*/
.l-kv {
  background: url("../img/top/kv_bg.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 850px;
  margin-top: 5.5%;
  padding-top: 52px;
  position: relative;
}
.l-kv h1 {
  text-align: center;
}
.l-kv .day-wrap {
  font-family: "amo";
  max-width: 1280px;
  width: 100%;
  padding: 35px 0;
  background: #00D1CAB3;
  /* Safari用のベンダープレフィックス（ハイフンは1つ） */
  -webkit-backdrop-filter: blur(10px);
  /* 標準プロパティ */
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  margin: auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.l-kv .day-wrap .day1 {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.l-kv .day-wrap .year {
  font-weight: normal;
  font-size: 34px;
  text-align: left;
  color: #fff;
  margin-right: 8px;
}
.l-kv .day-wrap .day {
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.l-kv .day-wrap .day span.fsB {
  font-size: 55px;
}
.l-kv .day-wrap .day span.yobi {
  margin: 0 10px;
}
.l-kv .day-wrap .day span.yobi .in {
  font-size: 26px;
  vertical-align: bottom;
  width: 52px;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  display: inline-block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.l-kv .day-wrap .day span.yobi.blue .in {
  background-color: #534DA7;
}
.l-kv .day-wrap .day span.yobi.red .in {
  background-color: #E24D84;
}
.l-kv .day-wrap .time {
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin-right: 30px;
}
.l-kv .day-wrap .time:last-child {
  margin-right: 0;
}

.p-top__news {
  padding: 130px 0 150px;
  position: relative;
}
.p-top__news:before {
  content: "";
  width: 100%;
  height: 347px;
  background: url("../img/top/bglin1.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -120px;
  z-index: -1;
}
.p-top__news .post-wrap {
  margin-top: 60px;
}
.p-top__member {
  padding: 100px 0;
  position: relative;
}
.p-top__member:before {
  content: "";
  width: 100%;
  height: 436px;
  background: url("../img/top/bglin2.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -1;
}
.p-top__member:after {
  content: "";
  width: 100%;
  height: 436px;
  background: url("../img/top/bglin3.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: -1;
}
.p-top__member .c-title1 {
  margin-bottom: 60px;
}
.p-top__member .col h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 20px 0;
  margin-bottom: 30px;
}
.p-top__member .col .box {
  background-color: #FFF;
  padding: 20px;
}
.p-top__member .col .box .name {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #303030;
}
.p-top__member .col .box .name span {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #303030;
  margin-right: 20px;
}
.p-top__member .col .box p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
.p-top__member .col.col1 {
  margin-bottom: 60px;
}
.p-top__member .col.col1 .item .box {
  padding: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__member .col.col1 .item .box:before, .p-top__member .col.col1 .item .box:after {
  content: none;
}
.p-top__member .col.col1 .item .box .ph {
  width: 580px;
}
.p-top__member .col.col1 .item .box .txt {
  width: calc(100% - 580px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
.p-top__member .col.col3 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__member .col.col3:before, .p-top__member .col.col3:after {
  content: none;
}
.p-top__member .col.col3 .item {
  width: 410px;
}
.p-top__member .col.col3 .item:nth-child(n+4) {
  margin-top: 40px;
}
.p-top__member .col.col3 .item .box .name {
  margin-top: 20px;
}
.p-top__guest {
  padding: 100px 0;
  position: relative;
}
.p-top__guest:after {
  content: "";
  width: 100%;
  height: 436px;
  background: url("../img/top/bglin4.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: -1;
}
.p-top__guest .pre-box {
  width: 100%;
  height: 180px;
  background: linear-gradient(to right, rgba(255, 255, 0, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.p-top__guest .pre-box p {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #0075db;
}
.p-top__form {
  padding: 140px 0 150px;
  position: relative;
}
.p-top__form:after {
  content: "";
  width: 100%;
  height: 436px;
  background: url("../img/top/bglin5.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
}
.p-top__form .link-wrap {
  padding: 60px 0 60px;
  margin-top: 50px;
  background: #f5f4f1;
}
.p-top__form .link-wrap ul {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.p-top__form .link-wrap ul li {
  margin-bottom: 60px;
}
.p-top__form .link-wrap ul li:last-child {
  margin-bottom: 0;
}
.p-top__form .link-wrap ul li p {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #303030;
}
.p-top__form .link-wrap ul li .c-btn1 {
  margin-top: 13px;
}
.p-top__form .link-wrap ul li .c-btn1 a {
  width: 100%;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    background: url("../img/top/kv_bg.png") no-repeat center top;
    background-size: 324%;
    height: 420px;
    margin-top: 60px;
    padding-top: 52px;
    position: relative;
  }
  .l-kv h1 {
    text-align: center;
  }
  .l-kv .day-wrap {
    bottom: 0;
    display: block;
    max-width: 95%;
    width: 100%;
    padding: 15px 0 25px;
  }
  .l-kv .day-wrap .year {
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
  }
  .l-kv .day-wrap .day {
    font-weight: normal;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
  }
  .l-kv .day-wrap .day span.fsB {
    font-size: 40px;
  }
  .l-kv .day-wrap .day span.yobi {
    margin: 0 10px;
  }
  .l-kv .day-wrap .day span.yobi .in {
    font-size: 18px;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    display: inline-block;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .l-kv .day-wrap .time {
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #fff;
    margin-right: 30px;
  }
  .l-kv .day-wrap .time:last-child {
    margin-right: 0;
  }

  .p-top__news {
    padding: 80px 0 40px;
  }
  .p-top__news .post-wrap {
    margin-top: 40px;
  }
  .p-top__member {
    padding: 40px 0 40px;
    position: relative;
  }
  .p-top__member:before {
    content: "";
    width: 100%;
    height: 436px;
    background: url("../img/top/bglin2.png") no-repeat left center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
  }
  .p-top__member:after {
    content: "";
    width: 100%;
    height: 436px;
    background: url("../img/top/bglin3.png") no-repeat left center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -160px;
    z-index: -1;
  }
  .p-top__member .c-title1 {
    margin-bottom: 60px;
  }
  .p-top__member .col h2 {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .p-top__member .col .box {
    background-color: #FFF;
    padding: 20px;
  }
  .p-top__member .col .box .name {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #303030;
    margin-top: 20px;
  }
  .p-top__member .col .box .name span {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #303030;
    margin-right: 20px;
  }
  .p-top__member .col .box p {
    font-size: 14px;
    padding-top: 0;
  }
  .p-top__member .col.col1 {
    margin-bottom: 0;
  }
  .p-top__member .col.col1 .item .box {
    padding: 20px;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-top__member .col.col1 .item .box .ph {
    width: 100%;
  }
  .p-top__member .col.col1 .item .box .txt {
    width: 100%;
    padding-left: 0;
  }
  .p-top__member .col.col3 {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top__member .col.col3:before, .p-top__member .col.col3:after {
    content: none;
  }
  .p-top__member .col.col3 .item {
    width: 410px;
    margin-top: 40px;
  }
  .p-top__member .col.col3 .item:nth-child(n+4) {
    margin-top: 40px;
  }
  .p-top__member .col.col3 .item .box .name {
    margin-top: 20px;
  }
  .p-top__guest {
    padding: 80px 0;
    position: relative;
  }
  .p-top__guest:after {
    content: "";
    width: 100%;
    height: 436px;
    background: url("../img/top/bglin4.png") no-repeat left center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -160px;
    z-index: -1;
  }
  .p-top__guest .pre-box {
    width: 100%;
    height: 120px;
    margin-top: 40px;
  }
  .p-top__guest .pre-box p {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #0075db;
  }
  .p-top__form {
    padding: 0 0 80px;
    position: relative;
  }
  .p-top__form:after {
    content: "";
    width: 100%;
    height: 436px;
    background: url("../img/top/bglin5.png") no-repeat left center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -1;
  }
  .p-top__form .link-wrap {
    padding: 40px 20px 40px;
    margin-top: 50px;
    background: #f5f4f1;
  }
  .p-top__form .link-wrap ul {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top__form .link-wrap ul li {
    margin-bottom: 40px;
  }
  .p-top__form .link-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .p-top__form .link-wrap ul li p {
    font-weight: bold;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    line-height: 1.6;
    color: #303030;
  }
  .p-top__form .link-wrap ul li .c-btn1 {
    margin-top: 13px;
  }
  .p-top__form .link-wrap ul li .c-btn1 a {
    width: 100%;
  }
}
