@charset "UTF-8";
.nav-t-menu .navbar-nav .nav-item.is-jugyoin-btn {
  display: none;
}

.nav-t-menu .navbar-nav .nav-item.is-kokyaku-btn {
  display: block;
}

body {
  background-color: #d3e8a5;
}

.sec-top .inn {
  /* height: 562px; */
  width: 100%;
  /* max-width: 1000px; */
  background-color: #008141;
}
.sec-top .inn .slick-dots {
  display: none;
}

.navbar-chagebtn__anchor.is-kokyaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-chagebtn__anchor.is-jugyoin {
  display: none;
}

.slick-carousel .slide {
  max-width: 960px; /* 中央スライドの最大幅 */
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.kv-carousel {
  overflow: visible;
  width: 100%;
}

.kv-carousel img {
  overflow: visible;
  width: 100%;
}

.slick-prev {
  opacity: 1;
  width: 50px;
  height: 50px;
  background-image: url(../img/work_support/prev.svg) !important;
  border-radius: 50%;
  top: 50%;
  left: min(120px, 5%);
  z-index: 1;
}

.slick-next {
  opacity: 1;
  width: 50px;
  height: 50px;
  background-image: url(../img/work_support/next.svg) !important;
  border-radius: 50%;
  top: 50%;
  right: min(120px, 5%);
  z-index: 1;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  bottom: 12px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: white;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.sec-top .container {
  height: 100%;
}

.sec-top .t-img {
  position: relative;
  height: 100%;
}

.sec-banner {
  margin-top: 64px;
  text-align: center;
}

.sec-banner img {
  width: 80%;
}

.t-img img {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
}

.t-img .txt {
  left: 0;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
}

.t-img .ill {
  right: 0;
}

.button-area {
  height: auto;
  background-color: #fff5b4;
}

.button-area .container {
  height: 100%;
}

.button-area .top-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .button-area .top-button-area {
    padding: 20px 40px;
  }
}

.button-area .top-button-area li {
  width: min(350px, 100%);
}

.button-area .top-button-area li a {
  display: block;
  width: 100%;
  line-height: 0;
}

.button-area .top-button-area li a img {
  width: 100%;
}

.sec.m-items {
  padding: 128px 0;
}

.m-items .row-items {
  margin: 0 -19px -40px;
}

.m-items .row-items > div {
  padding: 0 19px;
  margin-bottom: 40px;
}

.m-items .m-box {
  display: block;
  height: 100%;
  background: #fff;
  border: 3px solid #242424;
  -webkit-box-shadow: 9px 9px 0 #FAECA9;
          box-shadow: 9px 9px 0 #FAECA9;
  padding: 22px 25px 30px;
}

.m-items .m-box .t {
  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: 74px;
  padding-bottom: 20px;
  border-bottom: 3px solid #242424;
  text-align: center;
  color: #E2665E;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.m-items .m-box .t span {
  display: inline-block;
}

.m-items .m-box figure {
  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: 196px;
  margin-bottom: 0;
}

.m-items .m-box .txt {
  line-height: 24px;
  margin-top: 10px;
}

.m-items .m-box .notice-red {
  color: #e00;
}

.sec.pickup {
  /* background:#7DD1B0; */
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fef4ae 3px, transparent 3px), radial-gradient(circle, #fef4ae 3px, transparent 3px);
  background-position: 0 0, 15.5px 16px;
  background-size: 31px 32px;
}

.pk-videos {
  margin-top: 35px;
}

.pk-videos .mv-box {
  position: relative;
  background: #fff;
  padding: 26px 16px 18px;
  border: 2px solid #999999;
  cursor: pointer;
  border-radius: 16px;
  -webkit-box-shadow: 7px 7px 0px 0px #999999;
          box-shadow: 7px 7px 0px 0px #999999;
}

.mv-box .thumb {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  aspect-ratio: 253/142;
  margin-bottom: 8px;
  border-radius: 10px;
}
.mv-box .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 21.2598425197%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/ico-play.svg) no-repeat center center/100% auto;
  z-index: 2;
}
.mv-box .thumb.is-no-play::before {
  display: none;
}

.mv-box .info .n {
  line-height: 22px;
  margin-bottom: 10px;
  height: 45px;
  font-weight: 700;
}

.mv-box .info .t-tag {
  margin-bottom: 10px;
  height: 56px;
  line-height: 22px;
}

.mv-box .info .t-tag span {
  display: inline-block;
  color: #E2665E;
  border-radius: 13px;
  border: 2px solid #E2665E;
  line-height: 14px;
  padding: 6px 8px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 10px;
}

.mv-box .info .t-tag span:last-child {
  margin-right: 0;
}

.mv-box .info .date {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  font-weight: 500;
}

.mv-box .update {
  position: absolute;
  z-index: 2;
  left: -3px;
  top: -22px;
  background: #E2665E;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 14px;
}

/* v-slide, slick */
.pk-videos .v-slide {
  padding: 0;
  margin: 0 -19px;
}

.v-slide .slick-track {
  margin-top: 20px;
}

.v-slide .sli {
  position: relative;
  padding: 0 12px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.v-slide .slick-prev,
.v-slide .slick-next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.v-slide .slick-arrow,
.v-slide .slick-arrow:hover,
.v-slide .slick-arrow:focus {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  z-index: 40;
}

.v-slide .slick-prev,
.v-slide .slick-prev:focus {
  background-image: url(../img/common/btn-left-off.svg);
  margin-top: 0;
  left: -50px;
}

.v-slide .slick-next,
.v-slide .slick-next:focus {
  background-image: url(../img/common/btn-right-off.svg);
  right: -50px;
}

.v-slide .slick-prev:hover {
  background-image: url(../img/common/btn-left-on.svg);
}

.v-slide .slick-next:hover {
  background-image: url(../img/common/btn-right-on.svg);
}

.sec.infor {
  padding: 120px 0 0;
}

.infor-list {
  margin-top: 50px;
  border-top: 1px solid #242424;
}

.infor-list .i-news {
  border-bottom: 1px solid #242424;
  line-height: 24px;
  padding: 30px 0;
}

.infor-list .col-meta > div {
  display: inline-block;
  vertical-align: middle;
}

.infor-list .col-t-news {
  padding-left: 0;
}

.i-news .cate {
  color: #fff;
  background: #242424;
  font-size: 14px;
  line-height: 14px;
  /*  letter-spacing: 6px;*/
  text-align: center;
  border-radius: 15px;
  width: 130px;
  padding: 8px;
  margin-right: 25px;
}

.i-news .date {
  font-size: 12px;
}

.i-news .t {
  margin-left: -35px;
}

.i-news a {
  color: #58A7A7;
  text-decoration: underline;
}

.sec.infor .btm-next {
  text-align: center;
  margin-top: 50px;
}

.sec.infor .btn-more {
  border-radius: 35px;
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
  width: 420px;
}

.ic-arr-down {
  position: absolute;
  right: 38px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -4px;
}

.btn-more svg .cls-1 {
  fill: none;
  stroke: #242424;
  stroke-width: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec.infor .btn-more:hover svg .cls-1 {
  stroke: #fff;
}

@media (max-width: 1199px) {
  .t-img .ill {
    max-width: 340px;
  }
  .t-img .txt {
    max-width: 550px;
  }
  .v-slide .slick-prev, .v-slide .slick-prev:focus {
    left: -24px;
  }
  .v-slide .slick-next, .v-slide .slick-next:focus {
    right: -24px;
  }
  .v-slide .sli {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .sec-top .inn {
    height: auto;
  }
  .t-img .ill {
    max-width: 250px;
  }
  .t-img .txt {
    max-width: 440px;
  }
  .m-items .m-box figure {
    height: auto;
  }
}
@media (max-width: 767px) {
  .sec-banner img {
    width: 100%;
  }
  .t-img .ill {
    top: auto;
    -webkit-transform: unset;
            transform: unset;
    bottom: 40px;
    left: 0;
    margin: auto;
  }
  .t-img .txt {
    max-width: 100%;
    -webkit-transform: unset;
            transform: unset;
    top: 60px;
  }
  .sec.m-items,
  .sec.infor {
    padding: 80px 0;
  }
  .sec.infor {
    padding-bottom: 0;
  }
  .v-slide .sli {
    padding: 0 40px;
  }
  .v-slide .slick-prev, .v-slide .slick-prev:focus {
    left: 12px;
  }
  .v-slide .slick-next, .v-slide .slick-next:focus {
    right: 12px;
  }
  .sec.infor .btn-more {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    padding: 16px;
  }
  .infor-list .col-t-news {
    padding-left: 12px;
    margin-top: 8px;
  }
  .i-news .t {
    margin-left: 0;
  }
}
/*************************************************

index coommons

*************************************************/
/* title-flower
----------------------------------*/
.title-flower {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.title-flower__en {
  position: relative;
  color: #cd3838;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .title-flower__en {
    font-size: 45px;
  }
}
.title-flower__en::before, .title-flower__en::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 83px;
  height: auto;
  aspect-ratio: 83/38;
  background: no-repeat center center/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .title-flower__en::before, .title-flower__en::after {
    width: 70px;
  }
}
.title-flower__en::before {
  right: calc(100% + 26px);
  background-image: url(../img/work_support/deco_flower01.svg);
}
@media screen and (max-width: 767px) {
  .title-flower__en::before {
    right: calc(100% + 16px);
  }
}
.title-flower__en::after {
  left: calc(100% + 22px);
  background-image: url(../img/work_support/deco_flower02.svg);
}
@media screen and (max-width: 767px) {
  .title-flower__en::after {
    left: calc(100% + 12px);
  }
}

.title-flower__ja {
  color: #cd3838;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-flower__ja {
    font-size: 15px;
  }
}

/*************************************************

top-movie

*************************************************/
.top-movie {
  overflow: hidden;
  padding: 60px 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fef4ae 3px, transparent 3px), radial-gradient(circle, #fef4ae 3px, transparent 3px);
  background-position: 0 0, 15.5px 16px;
  background-size: 31px 32px;
}
@media screen and (max-width: 767px) {
  .top-movie {
    padding: 40px 0 50px;
  }
}
.top-movie .title-flower__en {
  width: min(486px, 46.3541666667vw);
  line-height: 0;
}

.top-movie-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1000px, 100% - 80px);
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top-movie-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.top-movie-cols__left {
  width: 46.4%;
}
@media screen and (max-width: 767px) {
  .top-movie-cols__left {
    width: 100%;
  }
}

.top-movie-cols__right {
  width: 50%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-movie-cols__right {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }
}
.top-movie-cols__right p {
  margin: 0;
}
.top-movie-cols__right .mb {
  margin-bottom: 25px;
}

.top-movie-cols__title {
  margin: 0 0 25px;
  padding: 0 0 18px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: #d3e8a5 solid 3px;
}
@media screen and (max-width: 767px) {
  .top-movie-cols__title {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}

.top-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-movie-list__item {
  cursor: pointer;
}

.top-movie-list__img {
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 10px;
}

.top-movie-list__text {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-movie-list__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-movie-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-movie-btn {
    margin-top: 30px;
  }
}

.top-movie-btn__anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: min(230px, 100%);
  min-height: 70px;
  margin: 0;
  padding: 5px 20px 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #008141;
  line-height: 1.4;
}
.top-movie-btn__anchor.is-small {
  font-size: 14px;
}
.top-movie-btn__anchor::after {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../img/work_support/panelarea_arw.svg) no-repeat center center/100% auto;
}

.top-movie-btn__text {
  margin: 0;
  padding: 0;
}

.top-checklist-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  line-height: 0;
}

.top-checklist-bnr__anchor {
  display: block;
  width: min(1000px, 100% - 30px);
}

/*************************************************

top-panelarea

*************************************************/
.top-panelarea {
  padding: 110px 20px 0;
  background-color: #d3e8a5;
}
@media screen and (max-width: 767px) {
  .top-panelarea {
    padding: 110px 20px 70p0x;
  }
}

.top-panelarea-inner {
  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;
  gap: 70px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-panelarea-inner {
    gap: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-panelarea-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .top-panelarea-block {
    width: 100%;
  }
}
.top-panelarea-block::before, .top-panelarea-block::after {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-panelarea-block::before {
  top: -58px;
  width: 212px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #008141;
  z-index: 1;
}
.top-panelarea-block::after {
  top: -56px;
  width: 207px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
  z-index: 3;
}

.top-panelarea__title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 50px);
  text-align: center;
  line-height: 0;
  z-index: 5;
}
.block-01 .top-panelarea__title img {
  width: min(243px, 50.625%);
}
@media screen and (max-width: 767px) {
  .block-01 .top-panelarea__title img {
    width: min(243px, 64.8%);
  }
}
.block-02 .top-panelarea__title img {
  width: min(153px, 31.875%);
}
@media screen and (max-width: 767px) {
  .block-02 .top-panelarea__title img {
    width: min(153px, 40.8%);
  }
}
.block-03 .top-panelarea__title img {
  width: min(274px, 57.0833333333%);
}
@media screen and (max-width: 767px) {
  .block-03 .top-panelarea__title img {
    width: min(274px, 73.0666666667%);
  }
}
.block-04 .top-panelarea__title img {
  width: min(131px, 27.2916666667%);
}
@media screen and (max-width: 767px) {
  .block-04 .top-panelarea__title img {
    width: min(131px, 34.9333333333%);
  }
}

.top-panelarea__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100%;
  padding: 70px 23px 20px;
  background-color: #fff;
  border-radius: 16px;
  border: #008141 solid 2px;
  z-index: 2;
}

.top-panelarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 20px;
}

.top-panelarea__list-item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
  .top-panelarea__list-item {
    width: 100%;
  }
}

.top-panelarea__list-acnhor {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 2px 25px 2px 5px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #008141;
  cursor: pointer;
}
.top-panelarea__list-acnhor::after {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../img/work_support/panelarea_arw.svg) no-repeat center center/100% auto;
}

.top-panelarea__list-img {
  margin: 0;
  line-height: 0;
  text-align: center;
}

.top-panelarea__list-btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.top-panelarea__list-btn.is-small {
  font-size: 14px;
}