<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.body {
  overflow-x: hidden;
}

.btn {
  width: 235px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .btn {
    max-width: 260px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.btn--txt {
  position: absolute;
  top: 50%;
  line-height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* =============================================
メインビジュアル
=============================================*/
.mv {
  position: relative;
  height: 350px;
}
@media (max-width: 1366px) {
  .mv {
    overflow-y: visible;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv {
    height: 300px;
  }
}
.mv::before {
  position: absolute;
  content: "";
  height: 350px;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../img/mv.png) no-repeat center top/cover;
}
@media (max-width: 1366px) {
  .mv::before {
    height: 400px;
    width: 100vw;
    background: url(../img/mv_sp.png) no-repeat bottom center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv::before {
    height: 300px;
    width: 100%;
    background: url(../img/mv.png) no-repeat center top/cover;
  }
}
@media (max-width: 1366px) {
  .mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__inner {
    height: 300px;
  }
}
.mv__ttl {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2cap;
  width: 821px;
  height: 105px;
  position: absolute;
  top: 130px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 10px;
  background: url(../img/mv_ttl.png) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .mv__ttl {
    height: 61px;
    font-size: 28px;
    width: 254px;
    padding-bottom: 3px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
    top: 137px;
    background: url(../img/mv_ttl_sp.png) no-repeat center center/contain;
  }
}
.mv__ttl--sub {
  position: absolute;
  top: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #17323B;
}
@media (max-width: 1366px) {
  .mv__ttl--sub {
    font-size: 14px;
    top: 210px;
    width: 100%;
    text-align: center;
  }
}
.mv__right {
  position: absolute;
  width: 70px;
  top: 130px;
  right: 26%;
}
@media (max-width: 1366px) {
  .mv__right {
    width: 50px;
    height: 120px;
    top: 240px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__right {
    top: 130px;
    right: calc(50% - 200px);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* =============================================
フォーム
=============================================*/
.form {
  padding: 100px 0 60px;
}
@media (max-width: 1366px) {
  .form {
    padding: 48px 0 56px;
  }
}
.form__outer {
  background: linear-gradient(-50deg, #6188DC 0%, #8ADEE7 50%, #6188DC 100%) border-box border-box;
  padding: 10px;
}
@media (max-width: 1366px) {
  .form__outer {
    padding: 4px;
  }
}
.form__inner {
  background: #fff;
  padding: 50px 34px;
}
@media (max-width: 1366px) {
  .form__inner {
    padding: 30px 5%;
  }
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
  margin-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .form__row {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.form__ttl {
  font-size: 24px;
  width: 260px;
  min-width: 260px;
}
@media (max-width: 1366px) {
  .form__ttl {
    font-size: 18px;
  }
}
.form__box {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #495057;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
.form__box--outer {
  width: 100%;
}
.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.form__check {
  width: 100%;
}
.form__check--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-wrap: nowrap;
}
.form__check--item {
  width: 25%;
  padding: 10px 10px 10px 0;
  display: block;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .form__check--item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
  }
}
.form__check--item input[type=checkbox] {
  position: relative;
  margin-right: 14px;
}
.form__check--item input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #ced4da;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  opacity: 1;
}
.form__check--item input[type=checkbox]::after {
  z-index: 2;
  position: absolute;
  display: block;
  content: "";
  border-bottom: 3px solid #3582c4;
  border-right: 3px solid #3582c4;
  height: 12px;
  left: 35%;
  opacity: 0;
  top: -25%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}
.form__check--item input[type=checkbox]:checked::after {
  opacity: 1;
}
.form__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form__date--start, .form__date--end {
  width: 150px;
  color: #495057;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ced4da;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}
.form__date--start::-webkit-calendar-picker-indicator, .form__date--end::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
.form__date--start::after, .form__date--end::after {
  content: "";
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__date--center {
  color: #495057;
  line-height: 29px;
}
.form__btn {
  margin: auto;
  text-align: center;
  width: 100%;
}
.form__btn--outer {
  background: linear-gradient(-50deg, #6188DC 0%, #8ADEE7 50%, #6188DC 100%) border-box border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 30px;
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.form__btn--outer::after {
  content: "→";
  color: #000;
  position: absolute;
  top: 50%;
  font-size: 20px;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .form__btn--outer::after {
    font-size: 18px;
  }
}
.form__btn input[type=submit] {
  padding: 5px 100px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border: 4px solid transparent;
  border-radius: 30px;
  position: relative;
  margin: auto;
  z-index: 0;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .form__btn input[type=submit] {
    font-size: 18px;
  }
}

/* =============================================
リスト
=============================================*/
.list {
  font-size: 16px;
  margin-bottom: 100px;
}
.list__inner {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.list__inner::-webkit-scrollbar {
  display: none;
}
.list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: 800px;
}
.list__ttl--date, .list__ttl--cate {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  background: #d5d6ff;
}
.list__ttl--date {
  width: 15%;
  min-width: 160px;
}
.list__ttl--lock {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  background: #d5d6ff;
}
.list__ttl--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d5d6ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: 800px;
  margin-top: 10px;
}
.list__item--date, .list__item--cate {
  background: #EBF7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 25%;
}
.list__item--date {
  width: 15%;
  min-width: 160px;
}
.list__item--lock {
  background: #EBF7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 10%;
}
.list__item--lock.locked::after {
  content: url(../img/lock.svg);
  width: 14px;
}
.list__item--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EBF7F9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list__pagenation {
  margin: auto;
  text-align: center;
  margin-top: 40px;
}
.list__pagenation--num {
  margin: auto 10px;
  display: inline-block;
  padding: 5px;
  border: 1px solid #999;
  cursor: pointer;
  background: #fff;
}
.list__pagenation--next {
  background: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
}

/* =============================================
バックナンバー
=============================================*/
.bn {
  margin-bottom: 140px;
}

/* =============================================
ページトップ
=============================================*/
@media (max-width: 1366px) {
  .pagetop {
    bottom: calc(16vw + 10px);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .pagetop {
    bottom: 30px;
  }
}</pre></body></html>