@charset "UTF-8";
body {
  position: relative;
  color: #000;
  padding-top: 120px;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  width: 100%;
  height: 120px;
  display: block;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    padding-top: 60px;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
  body:before {
    height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .is-hideSp {
    display: none !important;
  }
}

.l-inner {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  display: block;
}

.l-inner02 {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  display: block;
}

.l-head {
  display: block;
  position: relative;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: left;
  padding-top: 26px;
  margin: 78px 0 80px;
}
@media screen and (max-width: 1024px) {
  .l-head {
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 45px;
    padding-top: 15px;
  }
}
.l-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 4px;
  background-color: #F6E3C9;
}
.l-head span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.l-head span:before, .l-head span:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 76px;
  height: 4px;
  background-color: #DBDDDC;
}
.l-head span:before {
  left: 78px;
}
.l-head span:after {
  left: 156px;
}

.l-lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.66;
}

.l-common__btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-common__btn {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .l-common__btn {
    width: 300px;
  }
}
.l-common__btn.--small {
  width: 280px;
}
.l-common__btnLink {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  pointer-events: auto;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-common__btnLink.--circle {
  border-radius: 50px;
}
.l-common__btnLink.--blue {
  border: 2px solid #F6E3C9;
  color: #fff;
  background-color: #F6E3C9;
}
.l-common__btnLink.--white {
  border: 2px solid #F6E3C9;
  color: #F6E3C9;
  background-color: #fff;
}
.l-common__btnLink.--yellow {
  border: 2px solid #FAED00;
  color: #F6E3C9;
  background-color: #FAED00;
}
.l-common__btnLink.--arrow:before {
  content: "";
  position: absolute;
  top: 28%;
  left: 40px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #F6E3C9;
}
.l-common__btnLink.--download:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 40px;
  display: inline-block;
  width: 26px;
  height: 18px;
  background-color: #fff;
  -webkit-mask: url("../images/common/icon-download.svg") no-repeat center/contain;
          mask: url("../images/common/icon-download.svg") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .l-common__btnLink {
    width: calc(100% - 24px);
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .l-common__btnLink {
    width: calc(100% - 26px);
    font-size: 16px;
  }
}

.top-common__btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #804F21;
  color: #804F21;
  border-radius: 20px;
  padding: 15px 35px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top-common__btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 8px 15px;
  }
}
.top-common__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #804F21;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-common__btn:hover {
  color: #fff;
}
.top-common__btn:hover:before {
  width: 100%;
}
.top-common__btn:hover.--green {
  color: #498F34;
}
.top-common__btn:hover.--turquoise {
  color: #038B85;
}
.top-common__btn:hover.--purple {
  color: #5F40A4;
}
.top-common__btn:hover.--tea {
  color: #fff;
}
.top-common__btn:hover.--white {
  color: #fff;
}
.top-common__btn.--transparent {
  border: 1px solid #fff;
  color: #fff;
}
.top-common__btn.--transparent:before {
  background-color: #fff;
}
.top-common__btn.--tea {
  color: #40210F;
}
.top-common__btn.--white {
  color: #40210F;
  border-color: #804F21;
  background-color: #fff;
}
.top-common__btn p {
  position: relative;
  z-index: 1;
}

.top-program__heading,
.top-seminar__heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-program__heading,
  .top-seminar__heading {
    font-size: 25px !important;
  }
}

.top-slider {
  position: relative;
}
.top-slider .top-slider__title {
  position: absolute;
  bottom: 15%;
  width: 100%;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  letter-spacing: -1px;
  font-size: calc(50px + 2.5vw);
}
@media screen and (max-width: 1024px) {
  .top-slider .top-slider__title {
    font-size: calc(35px + 0.5vw);
    letter-spacing: 0;
    bottom: 10%;
  }
}
@media screen and (max-width: 540px) {
  .top-slider .top-slider__title {
    font-size: calc(25px + 0.5vw);
  }
}
.top-slider .top-slider__title .sub {
  display: block;
  font-size: calc(15px + 2.5vw);
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .top-slider .top-slider__title .sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.top-slider .top-slider__title .ten {
  letter-spacing: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .top-slider .top-slider__title .ten {
    letter-spacing: -10px;
    margin-left: -10px;
  }
}
.top-slider .top-slider__title .sub2 {
  width: 100%;
  max-width: 1300px;
  display: block;
  font-weight: normal;
  font-size: calc(11px + 1.5vw);
  margin: 70px auto 0;
}
@media screen and (max-width: 1024px) {
  .top-slider .top-slider__title .sub2 {
    font-size: calc(6px + 1.5vw);
    margin: 10px auto 0;
  }
}
.top-slider .top-slider__title .ten2 {
  letter-spacing: 0px;
  margin-left: 0px;
}
.top-slider .top-slider__list {
  width: 100%;
  background-color: #F6E3C9;
  margin: 0;
}
.top-slider .top-slider__list img {
  width: 100%;
}

.top-concept {
  padding: 200px 0 150px;
}
@media screen and (max-width: 1024px) {
  .top-concept {
    padding: 40px 0;
  }
}
.top-concept .top-concept__heading {
  font-size: 78px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1024px) {
  .top-concept .top-concept__heading {
    font-size: 36px;
    letter-spacing: 0px;
  }
}
.top-concept .top-concept__heading span {
  display: block;
  font-size: 90px;
  line-height: 1.5;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .top-concept .top-concept__heading span {
    font-size: 30px;
    margin: 0 0 5px;
  }
}
.top-concept .top-concept__text {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin: 80px auto 60px;
}
@media screen and (max-width: 1024px) {
  .top-concept .top-concept__text {
    font-size: 16px;
    margin: 30px auto 20px;
  }
}

.top-message {
  color: #fff;
}
.top-message .top-message__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__list {
    display: block;
  }
}
.top-message .top-message__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__item {
    display: block;
  }
}
.top-message .top-message__item.--green {
  background-color: #498F34;
}
.top-message .top-message__item.--turquoise {
  background-color: #038B85;
}
.top-message .top-message__item.--purple {
  background-color: #5F40A4;
}
.top-message .top-message__heading {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__heading {
    font-size: 30px;
  }
}
.top-message .top-message__heading small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__heading small {
    font-size: 18px;
    margin-top: 20px;
  }
}
.top-message .top-message__text {
  font-size: 24px;
  line-height: 1.66;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__text {
    font-size: 16px;
    margin: 30px 0 0;
    width: calc(100% - 160px);
  }
}
.top-message .top-message__btn {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .top-message .top-message__btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-program {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .top-program {
    padding: 40px 0 0;
  }
}
.top-program .top-program__read {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 80px 0 60px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1024px) {
  .top-program .top-program__read {
    font-size: 16px;
    margin: 20px auto;
  }
}

.top-program__box {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .top-program__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .top-program__box {
    display: block;
  }
}
.top-program__box.--out {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top-program__box.--out {
    display: block;
  }
}
.top-program__box.--in {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .top-program__box.--in .top-program__imgWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-program__box .top-program__imgWrap {
  font-size: 0;
  line-height: 1;
}
.top-program__box .top-program__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-program__box .top-program__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 2% 30px;
}
@media screen and (max-width: 1024px) {
  .top-program__box .top-program__wrap {
    padding: 40px 20px 20px;
  }
}
.top-program__box .top-program__wrap.--out {
  background-color: #F28A00;
}
.top-program__box .top-program__wrap.--in {
  background-color: #E95513;
}
.top-program__box .top-program__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .top-program__box .top-program__title {
    font-size: 25px;
  }
}
.top-program__box .top-program__title span {
  color: #FAED00;
}
.top-program__box .top-program__arrow {
  font-size: 65px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .top-program__box .top-program__arrow {
    font-size: 36px;
  }
}
.top-program__box .top-program__text {
  font-size: 18px;
  line-height: 1.66;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .top-program__box .top-program__text {
    font-size: 16px;
  }
}
.top-program__box .box {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.top-program__box .top-program__head {
  font-size: 18px;
  text-align: left;
  color: #fff;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-program__box .top-program__head {
    font-size: 16px;
  }
}
.top-program__box .top-program__list {
  margin: 10px auto 0;
}
@media screen and (min-width: 541px) {
  .top-program__box .top-program__list {
    max-width: 560px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
  }
  .top-program__box .top-program__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-program__box .top-program__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-program__box .top-program__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top-program__box .top-program__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-program__box .top-program__list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .top-program__box .top-program__list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 540px) {
  .top-program__box .top-program__list {
    display: block;
  }
}
.top-program__box .top-program__item {
  display: block;
  font-weight: 700;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 540px) {
  .top-program__box .top-program__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.top-program__box .top-program__link {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-indent: -20px;
  padding-left: 20px;
  display: contents;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top-program__box .top-program__link:before {
  content: "▶︎";
  display: inline-block;
}
.top-program__box .top-program__link:hover {
  color: #FAED00;
}

.top-seminar {
  padding: 100px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .top-seminar {
    padding: 60px 0;
  }
}
.top-seminar .l-inner02 {
  position: relative;
}
.top-seminar .top-seminar__heading {
  position: relative;
}
.top-seminar .top-seminar__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-seminar .top-seminar__btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-seminar .top-seminar__btn {
    text-align: center;
    margin: 20px auto 0;
  }
}
.top-seminar .top-seminar__list {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
  margin: 75px 0 0;
}
@media screen and (max-width: 1024px) {
  .top-seminar .top-seminar__list {
    margin: 20px 0 0;
  }
}
.top-seminar .top-seminar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-seminar .top-seminar__item:nth-child(n+2) {
  border-top: 1px solid #000;
}
.top-seminar .top-seminar__link {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top-seminar .top-seminar__link {
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .top-seminar .top-seminar__link {
    display: block;
    padding: 20px 0;
  }
}
.top-seminar .top-seminar__link .top-seminar__date {
  width: 130px;
  border-right: 1px solid #40210F;
  color: #40210F;
}
@media screen and (max-width: 1024px) {
  .top-seminar .top-seminar__link .top-seminar__date {
    width: 100%;
    border-right: none;
    font-size: 14px;
  }
}
.top-seminar .top-seminar__link .top-seminar__title {
  font-size: 18px;
  line-height: 1.66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  width: calc(100% - 140px);
  color: #000;
}
@media screen and (max-width: 1024px) {
  .top-seminar .top-seminar__link .top-seminar__title {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}

.top-news {
  background-color: #40210F;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 60px 0;
  }
}
.top-news .top-news__heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 7px;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news__heading {
    font-size: 23px;
    letter-spacing: 5px;
  }
}
.top-news .top-news__heading span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 2%;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news__heading span {
    font-size: 15px;
  }
}
.top-news .splide {
  margin: 30px auto;
}
.top-news .splide.no-slider {
  visibility: inherit;
}
.top-news .splide.no-slider .splide__track {
  overflow: visible;
}
.top-news .splide.no-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.top-news .splide.no-slider .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px; /* お好みで調整 */
}
.top-news a {
  color: #fff;
}
.top-news ol li a {
  color: rgba(255, 255, 255, 0.8);
}
.top-news ol li a:before {
  content: "#";
}
.top-news .top-news__item {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.top-news .top-news__wrap {
  position: relative;
}
.top-news .top-news__imgWrap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news__imgWrap {
    width: 80%;
    margin: 0 auto;
  }
}
.top-news .top-news__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news .top-news__date {
  margin: 4% 0;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news__date {
    width: 100%;
    border-right: none;
    font-size: 14px;
  }
}
.top-news .top-news__title {
  font-size: 18px;
  line-height: 1.66;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news__title {
    font-size: 16px;
  }
}
.top-news .top-news ol {
  margin-top: 5%;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news ol {
    margin-top: 6%;
  }
}
.top-news .top-news ol li {
  width: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0% 5%;
  margin-bottom: 3%;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news ol li {
    font-size: 11px;
    border-radius: 7px;
    padding: 0 4%;
    margin-bottom: 2%;
  }
}
.top-news .top-news .prev,
.top-news .top-news .next {
  right: 120px;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news .prev,
  .top-news .top-news .next {
    position: absolute;
    top: 25%;
    z-index: 2;
    display: inline-block;
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news .top-news .prev {
    left: 5%;
  }
}
.top-news .top-news .next {
  right: 1%;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news .next {
    right: 5%;
  }
}
.top-news .top-news .more {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #40210F;
  padding: 0.5% 4%;
  border-radius: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top-news .top-news .more {
    font-size: 11px;
    padding: 0.5% 15%;
    border-radius: 10px;
    margin-top: 8%;
  }
}