<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 {
  background-color: #fff;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p, li, dt, dd, th, td {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* layout */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1264px) {
  .content-wrap {
    margin: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin: 0 20px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: 500;
}

.yearly-schedule-title {
  font-size: 2.625rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.yearly-schedule-title--white {
  color: #fff;
}

.yearly-schedule-border-title {
  display: inline-block;
  background: #D37A53;
  color: #fff;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  font-size: 1.5rem;
  padding: 0 32px;
  text-align: center;
  border-radius: 24px;
  min-width: 480px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-border-title {
    min-width: 280px;
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
  }
}

.yearly-schedule-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 80px;
  line-height: 1.4;
  position: relative;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.025em;
  text-align: left;
  background: #D37A53;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-button {
    height: 64px;
    font-size: 1rem;
  }
}
.yearly-schedule-button::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background-image: url(../../img/schedule/ico-arrow.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .yearly-schedule-button::after {
    right: 12px;
  }
}
.yearly-schedule-button--mv {
  font-size: 1.5vw;
  height: auto;
  padding: 6% 8%;
  border-radius: 100px;
}
.yearly-schedule-button--mv::after {
  width: 6%;
  padding-top: 6%;
}
.yearly-schedule-button--facilities {
  height: 56px;
  line-height: 56px;
  background: #90AF70;
}
.yearly-schedule-button--green {
  background: #385C61;
}

.yearly-schedule-border-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 52px;
  line-height: 50px;
  position: relative;
  border-radius: 28px;
  border: 2px solid #101010;
  color: #101010;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-border-button {
    height: 48px;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0 24px 0 12px;
  }
}
.yearly-schedule-border-button::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background-image: url(../../img/schedule/ico-arrow-brown.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .yearly-schedule-border-button::after {
    right: 12px;
  }
}
.yearly-schedule-border-button + .yearly-schedule-border-button {
  margin-top: 8px;
}

.owner-table {
  width: 100%;
  border-spacing: 0;
}
.owner-table tr:last-of-type th,
.owner-table tr:last-of-type td {
  border-bottom: none;
}
.owner-table th,
.owner-table td {
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .owner-table th,
  .owner-table td {
    font-size: 0.875rem;
  }
}
.owner-table th {
  padding: 20px 32px;
  background: #385C61;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .owner-table th {
    padding: 12px;
    width: 22%;
  }
}
.owner-table td {
  padding: 20px 32px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .owner-table td {
    padding: 12px;
    width: 78%;
  }
}

.ac-child {
  display: none;
}

.image-area__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .image-area__list-wrap {
    margin-top: 4px;
  }
}
.image-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll 80s infinite linear 0.5s both;
          animation: infinity-scroll 80s infinite linear 0.5s both;
}
.image-area__list-content {
  width: 20vw;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .image-area__list-content {
    width: 50vw;
    margin: 4px;
  }
}
.image-area__list-content &gt; img {
  width: 100%;
  border-radius: 10px;
}

@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.yearly-schedule-mv {
  background-image: url(../../img/schedule/bg-mv.webp);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv {
    overflow: hidden;
  }
}
.yearly-schedule-mv::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv::before {
    padding-top: 150%;
  }
}
.yearly-schedule-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(56, 92, 97, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.yearly-schedule-mv__image {
  position: absolute;
  width: 66.25%;
  top: 0;
  left: -10%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv__image {
    width: 120%;
    top: inherit;
    left: 50%;
    bottom: -4%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.yearly-schedule-mv__content {
  width: 44.2%;
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv__content {
    width: 90%;
    left: 5%;
    top: 33%;
  }
}
.yearly-schedule-mv__title {
  width: 100%;
  margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv__title {
    margin-bottom: 4%;
  }
}
.yearly-schedule-mv__description {
  display: inline-block;
  font-size: 1.75vw;
  font-weight: bold;
  color: #385C61;
  padding: 8px 10px;
  background: #fff;
  margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv__description {
    font-size: 3.5vw;
    padding: 1% 2%;
  }
}
.yearly-schedule-mv__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-mv__button-list {
    display: none;
  }
}
.yearly-schedule-mv__button-list-content {
  width: 32%;
}
.yearly-schedule-mv__bg-image {
  width: 58%;
  position: absolute;
  top: 20%;
  right: 20%;
}

.yearly-schedule-button-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yearly-schedule-button-area__list-content {
  width: 33.3333333333%;
}
.yearly-schedule-button-area__list-content + .yearly-schedule-button-area__list-content {
  border-left: 1px solid #fff;
}
.yearly-schedule-button-area__list-link {
  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;
  background: #D37A53;
  height: 64px;
  line-height: 1.5;
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
}

.yearly-schedule-about {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-about {
    padding: 40px 0;
  }
}
.yearly-schedule-about__title {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .yearly-schedule-about__title {
    margin-bottom: 32px;
  }
}
.yearly-schedule-about__list {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-about__list {
  }
}
.yearly-schedule-about__list-content {
  width: 48%;
  background: #f5f5f5;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-about__list-content {
    padding: 8px;
  }
  /* .yearly-schedule-about__list-content + .yearly-schedule-about__list-content {
    margin-top: 20px;
  } */
}
.yearly-schedule-about__list-image {
  max-width: 240px;
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-about__list-image {
    max-width: 120px;
    margin-bottom: 20px;
  }
}
.yearly-schedule-about__list-title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-about__list-title {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.yearly-schedule-activity {
  background: #385C61;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity {
    padding: 64px 0;
  }
}
.yearly-schedule-activity__sub-title {
  text-align: center;
  margin-bottom: 16px;
}
.yearly-schedule-activity__title {
  text-align: center;
  margin-bottom: 24px;
}
.yearly-schedule-activity__description {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__description {
    font-size: 1rem;
    margin-bottom: 48px;
  }
}
.yearly-schedule-activity__content {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__content {
    padding: 80px 0;
  }
}
.yearly-schedule-activity__content--chiba {
  background: #27484D;
}

.yearly-schedule-activity__content--yatsugatake {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__content--yatsugatake {
    padding-bottom: 0;
  }
}
.yearly-schedule-activity__content .content-wrap {
  position: relative;
}

.yearly-schedule-activity__banner {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .yearly-schedule-activity__banner {
    padding-top: 56px;
  }
}
.yearly-schedule-activity__content-bg {
  font-size: 4.625rem;
  font-family: Futura, "Century Gothic", sans-serif;
  color: #fff;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  left: -83px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__content-bg {
    top: -80px;
    left: -20px;
    font-size: 3rem;
  }
}
.yearly-schedule-activity__content-title {
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__content-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.yearly-schedule-activity__content-button {
  padding-top: 20px;
  max-width: 400px;
}

.yearly-schedule-activity__list-wrap {
  width: 100vw;
  margin-left: calc((100vw - 1200px) / 2 * -1);
  overflow-x: scroll;
}
@media screen and (max-width: 1264px) {
  .yearly-schedule-activity__list-wrap {
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-wrap {
    margin-left: -20px;
  }
}
.yearly-schedule-activity__list {
  padding-left: calc((100vw - 1200px) / 2);
  white-space: nowrap;
}
@media screen and (max-width: 1264px) {
  .yearly-schedule-activity__list {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list {
    padding-left: 20px;
  }
}
.yearly-schedule-activity__list-content {
  display: inline-block;
  width: 487px;
  padding-right: 32px;
  white-space: normal;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-content {
    width: 320px;
    padding-right: 20px;
  }
}
.yearly-schedule-activity__list-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-content::before {
    top: 11px;
  }
}
.yearly-schedule-activity__list-content:last-of-type::before {
  content: none;
}
.yearly-schedule-activity__list-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  padding-left: 24px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
  background: #385C61;
  display: inline-block;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-title {
    font-size: 0.875rem;
    padding-left: 20px;
  }
}
.yearly-schedule-activity__list-title--chiba {
  background: #27484D;
}
.yearly-schedule-activity__list-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-title::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.yearly-schedule-activity__list-date span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #385C61;
  font-family: Futura, "Century Gothic", sans-serif;
  padding: 0 16px;
  background: #fff;
  margin-left: 24px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-date span {
    font-size: 0.875rem;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.yearly-schedule-activity__list-box {
  background: #EAE6DE;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-box {
    padding: 8px;
  }
}
.yearly-schedule-activity__list-box-button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-activity__list-box-button {
    margin-top: 8px;
  }
}

.card-activity-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D3CDC1;
  padding: 8px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-activity-list__content {
    /* -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */
  }
}
.card-activity-list__content + .card-activity-list__content {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .card-activity-list__content + .card-activity-list__content {
    margin-top: 8px;
  }
}
.card-activity-list__image {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .card-activity-list__image {
    width: 80px;
  }
}
.card-activity-list__text {
  width: calc(100% - 176px);
}
@media screen and (max-width: 767px) {
  .card-activity-list__text {
    width: calc(100% - 88px);
  }
}
.card-activity-list__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #101010;
}
@media screen and (max-width: 767px) {
  .card-activity-list__title {
    font-size: 0.75rem;
  }
}

.yearly-schedule-voice {
  background: #EAE6DE;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-voice {
    padding: 64px 0;
  }
}
.yearly-schedule-voice__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-voice__title {
    margin-bottom: 48px;
  }
}

.voice-slider-area + .voice-slider-area {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .voice-slider-area + .voice-slider-area {
    margin-top: 8px;
  }
}
.voice-slider-area__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.voice-slider-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll 80s infinite linear 0.5s both;
          animation: infinity-scroll 80s infinite linear 0.5s both;
}
.voice-slider-area__list--bottom {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.voice-slider-area__list-content {
  width: 20vw;
  margin: 0 16px;
  border-radius: 20px;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .voice-slider-area__list-content {
    width: 66.6666666667vw;
    margin: 0 4px;
  }
}
.voice-slider-area__list-content--sun {
  background: #D37A53;
}
.voice-slider-area__list-content--sea {
  background: #385C61;
}
.voice-slider-area__list-content--sand {
  background: #D1C68A;
}
.voice-slider-area__list-content--star {
  background: #22447B;
}
.voice-slider-area__list-content--forest {
  background: #90AF70;
}
.voice-slider-area__list-inner {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  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;
  height: 100%;
}
.voice-slider-area__list-text {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-slider-area__list-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.yearly-schedule-faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq {
    padding: 64px 0;
  }
}
.yearly-schedule-faq__title {
  text-align: center;
  margin-bottom: 64px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__title {
    margin-bottom: 48px;
  }
}
.yearly-schedule-faq__content {
  max-width: 768px;
  margin: 0 auto;
}
.yearly-schedule-faq__list-content {
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
}
.yearly-schedule-faq__list-content + .yearly-schedule-faq__list-content {
  margin-top: 16px;
}
.yearly-schedule-faq__list-content::before {
  content: "Q.";
  font-size: 1.25rem;
  font-family: Futura, "Century Gothic", sans-serif;
  color: #90AF70;
  font-weight: 500;
  position: absolute;
  top: 19px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__list-content::before {
    font-size: 1rem;
    left: 16px;
    top: 13px;
  }
}
.yearly-schedule-faq__list-title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding: 20px 56px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__list-title {
    font-size: 1rem;
    padding: 16px 48px;
    line-height: 1.5;
  }
}
.yearly-schedule-faq__list-title::before, .yearly-schedule-faq__list-title::after {
  content: "";
  display: block;
  background: #385C61;
  position: absolute;
}
.yearly-schedule-faq__list-title::before {
  width: 2px;
  height: 20px;
  top: 26px;
  right: 29px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__list-title::before {
    top: 22px;
    right: 23px;
    height: 16px;
  }
}
.yearly-schedule-faq__list-title::after {
  width: 20px;
  height: 2px;
  top: 35px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__list-title::after {
    top: 29px;
    right: 16px;
    width: 16px;
  }
}
.yearly-schedule-faq__list-title.open::before {
  content: none;
}
.yearly-schedule-faq__list-description {
  font-size: 1rem;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-faq__list-description {
    padding: 0 16px 16px;
    font-size: 0.875rem;
  }
}

.yearly-schedule-contact {
  padding: 120px 0;
  background-image: url(../../img/schedule/bg-cv.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact {
    padding: 64px 0;
  }
}
.yearly-schedule-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(56, 92, 97, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.yearly-schedule-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yearly-schedule-contact__text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact__text {
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
  }
}
.yearly-schedule-contact__button {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact__button {
    width: 100%;
  }
}
.yearly-schedule-contact__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact__button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yearly-schedule-contact__button-list-content {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .yearly-schedule-contact__button-list-content {
    width: 100%;
  }
  .yearly-schedule-contact__button-list-content + .yearly-schedule-contact__button-list-content {
    margin-top: 8px;
  }
}

.footer {
  color: #fff;
  background: #4B4B4B;
  padding: 56px 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    margin-bottom: 64px;
  }
}
.footer__right {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}
.footer__information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__information-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__information-list-content {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .footer__information-list-content {
    width: 100%;
    text-align: center;
  }
  .footer__information-list-content + .footer__information-list-content {
    margin-top: 24px;
  }
}
.footer__information-list-title {
  font-size: 1.2rem;
  font-family: Futura, "Century Gothic", sans-serif;
  margin-bottom: 16px;
}
.footer__information-list-description {
  font-size: 0.875rem;
  font-family: Futura, "Century Gothic", sans-serif;
}

.footer__information-list-description a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    width: 100%;
    margin-bottom: 32px;
  }
}
.footer__menu-list-content {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .footer__menu-list-content {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .footer__sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns-list-content {
  width: 32px;
}
.footer__sns-list-content + .footer__sns-list-content {
  margin-left: 32px;
}
.footer__sns-list-link {
  display: block;
}
.footer__copyright {
  display: block;
  font-size: 0.875rem;
  font-family: Futura, "Century Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

.header {
  width: calc(100% - 32px);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .header {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    width: calc(100% - 16px);
    height: 56px;
    margin: 8px;
  }
}
.header__logo {
  position: relative;
  z-index: 1000;
}
.header__logo a {
  display: block;
  width: 112px;
  margin-left: 20px;
  line-height: 80px;
}
@media screen and (max-width: 1000px) {
  .header__logo a {
    width: 86px;
    line-height: 56px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header__menu {
    display: block;
  }
}
.header__menu-list {
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .header__menu-list {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.header__menu-list-content {
  display: inline-block;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header__menu-list-content {
    display: block;
    height: 56px;
  }
}
.header__menu-list-content + .header__menu-list-content {
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .header__menu-list-content + .header__menu-list-content {
    margin-left: 0;
  }
}
.header__menu-list-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .header__menu-list-link {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header__menu-list-link {
    padding: 0 20px;
  }
}
.header__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .header__button-list {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.header__button-list-content {
  width: 120px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header__button-list-content {
    width: 33.3333333333%;
  }
}
.header__button-list-content + .header__button-list-content {
  border-left: 1px solid #fff;
}
.header__button-list-content {
  background: #D37A53;
}
.header__button-list-link {
  height: 100%;
  color: #fff;
  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;
  font-weight: bold;
}
.header #nav-toggle {
  display: none;
}
.header__sub-menu-list {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__sub-menu-list {
    display: block;
    margin-top: 32px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 1000px) {
  .header__sub-menu-list-link {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .header #nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 101;
  }
  .header #nav-toggle div {
    position: relative;
  }
  .header #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 45%;
    background: #000;
    left: 27.5%;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header #nav-toggle span:nth-child(1) {
    top: 20px;
    width: 50%;
    left: 25%;
  }
  .header #nav-toggle span:nth-child(2) {
    top: 28px;
    width: 50%;
    left: 25%;
  }
  .header #nav-toggle span:nth-child(3) {
    top: 36px;
    width: 50%;
    left: 25%;
  }
  .header #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    right: 0;
    top: 0;
    background: #EAE6DE;
    text-align: left;
    padding: 112px 0 64px;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .fade #global-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* #nav-toggle 切り替えアニメーション */
  .header.open {
    /* #global-nav スライドアニメーション */
  }
  .header.open #nav-toggle {
    position: fixed;
  }
  .header.open #nav-toggle span {
    background: #000;
  }
  .header.open #nav-toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 30%;
  }
  .header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header.open #nav-toggle span:nth-child(3) {
    width: 50%;
    top: 26px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 30%;
  }
  .header.open #global-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
}
</pre></body></html>