@charset "UTF-8";
#menu .is-index a .main {
  color: #3286DA;
}

/*
## #keyvisual
*/
.mainvisual__wrapper {
  display: flex;
  margin-top: 250px;
  position: relative;
}
.mainvisual__wrapper .mainvisual_1 {
  background-color: #1f8764;
  width: 589px;
  padding-left: 130px;
  position: relative;
  margin-top: 120px;
  border-radius: 0 20px 20px 0;
  padding-bottom: 250px;
}
.mainvisual__wrapper .mainvisual_1 .keyvisual__lead {
  position: relative;
  color: #fff;
  margin-top: 95px;
  line-height: 2.14em;
  z-index: 1;
}
.mainvisual__wrapper .mainvisual_1 .keyvisual__lead h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  display: inline;
  line-height: 2;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.mainvisual__wrapper .mainvisual_1 .keyvisual__lead p {
  font-size: 14px;
  font-weight: bold;
  width: 253px;
  margin-top: 40px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.mainvisual__wrapper .mainvisual_1 img {
  position: absolute;
  top: -106px;
  padding-bottom: 95px;
  z-index: 1;
}
.mainvisual__wrapper .mainvisual_2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 65.83%;
}
.mainvisual__wrapper .mainvisual_2 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1300px) {
  .mainvisual__wrapper {
    content: "";
    padding-bottom: 16%;
  }
  .mainvisual__wrapper .mainvisual_1 {
    padding-left: 10.83%;
    width: 50%;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 13%;
  }
  .mainvisual__wrapper .mainvisual_1 .keyvisual__lead p {
    width: 80%;
  }
  .mainvisual__wrapper .mainvisual_1 .keyvisual__lead p .sp_none {
    display: none;
  }
  .mainvisual__wrapper .mainvisual_2 {
    width: 59.83%;
  }
}
@media screen and (max-width: 960px) {
  .mainvisual__wrapper {
    margin-top: 111px;
  }
  .mainvisual__wrapper .mainvisual_1 {
    width: 95.73%;
    padding-left: 25px;
    padding-bottom: 75px;
  }
  .mainvisual__wrapper .mainvisual_1 img {
    left: 20px;
    width: 38.9%;
    top: 62px;
  }
  .mainvisual__wrapper .mainvisual_1 .keyvisual__lead {
    margin-top: 48%;
  }
  .mainvisual__wrapper .mainvisual_1 .keyvisual__lead h2 {
    font-size: 5.6vw;
  }
  .mainvisual__wrapper .mainvisual_1 .keyvisual__lead p {
    width: 92.77%;
    font-size: 3.467vw;
    line-height: 1.74;
  }
  .mainvisual__wrapper .mainvisual_2 {
    width: 86.4%;
  }
  .sp_none {
    display: none;
  }
}
#introduction {
  display: flex;
}

/*
--------
notice
--------
*/
.notice {
  margin: 90px auto 20px;
  padding: 40px;
  background-color: #F0EEEA;
  max-width: 1018px;
  border-radius: 20px;
  position: relative;
}
.notice .list__more {
  position: absolute;
  right: 40px;
  top: 35px;
  font-size: 14px;
  padding: 13px 34px;
  border-radius: 100px;
  background-color: #A48B78;
  color: #fff;
  font-weight: bold;
}
.notice .list__more a {
  color: #fff;
  text-decoration: none;
}
.notice .list__more a:hover {
  opacity: 0.7;
}
.notice .n_list__items .n_list__item {
  display: flex;
  align-items: flex-start;
  padding: 20px 30px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 12px;
}
.notice .n_list__items .n_list__item span {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  color: #A48B78;
  border: solid 2px #A48B78;
  border-radius: 10px;
  margin-left: 10px;
}
.notice .n_list__items .n_list__text {
  padding-left: 20px;
}
.notice .n_list__items .n_list__text .n_list__ttl {
  font-weight: bold;
  padding-bottom: 10px;
}

.notice.news-list {
  margin: 30px auto 20px;
  padding: 20px 40px 40px;
}

.section__header {
  display: flex;
  font-weight: bold;
  align-items: center;
  padding-left: 10px;
}
.section__header .section__ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.section__header span {
  font-size: 16px;
  color: #A48B78;
  letter-spacing: 0.06em;
  padding-left: 20px;
}
.section__header span.works__ttl__span {
  color: #1f8764;
}

@media screen and (max-width: 960px) {
  .notice {
    margin: 90px 25px 20px;
    padding: 27px 17px;
  }
  .notice .list__more {
    right: 17px;
    top: 26px;
    font-size: 2.933vw;
    padding: 8px 14px;
  }
  .notice .n_list__items .n_list__item {
    display: block;
    padding: 18px;
    border-radius: 6px;
  }
  .notice .n_list__items .n_list__item .n_list__time {
    font-size: 3.2vw;
  }
  .notice .n_list__items .n_list__item .n_list__time span {
    font-size: 2.667vw;
    padding: 8px 9px;
    border: solid 1px #A48B78;
    border-radius: 5px;
    margin-left: 12px;
  }
  .notice .n_list__items .n_list__text {
    padding-left: 0;
    padding-top: 20px;
    font-size: 3.467vw;
  }
  .notice .n_list__items .n_list__text .n_list__ttl {
    padding-bottom: 5px;
  }
  .notice.news-list {
    margin: 30px 15px 20px;
    padding: 7px 17px 27px;
  }
  .section__header {
    padding-left: 7px;
  }
  .section__header .section__ttl {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
  }
  .section__header span {
    font-size: 2.933vw;
    padding-left: 10px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 500px) {
  .notice {
    margin: 90px 15px 20px;
  }
}
/*top スライダー*/
.top__works {
  max-width: 100vw;
  overflow: hidden;
  padding: 40px 50px;
  margin: 40px auto 0;
  position: relative;
}
.top__works .slider__more {
  position: absolute;
  right: 40px;
  top: 35px;
}
.top__works .slider__more a {
  font-size: 14px;
  padding: 13px 34px;
  border-radius: 100px;
  background-color: #1f8764;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.slick-slider .slick-track {
  display: flex;
  align-items: stretch;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #EEF3DE 40%, #EEF3DE 100%);
}
.slick-slider .slick-slide {
  height: auto;
}
.slick-slider .slick-slide img {
  width: 100%;
  height: auto;
}

.slider_box {
  position: relative;
  margin-top: 20px;
  padding: 40px 40px 70px;
}
.slider_box .slider_category {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 10px 25px;
  border: solid 2px #A48B78;
  border-radius: 10px;
  color: #A48B78;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}
.slider_box .box__ttl {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
.slider_box .box__text {
  margin-top: 11px;
  line-height: 28px;
}

.slick-list.draggable {
  overflow: visible;
}

@media screen and (max-width: 960px) {
  .top__works {
    padding: 28px 20px;
    margin: 40px auto 0;
  }
  .top__works .slider__more {
    right: 17px;
    top: 32px;
  }
  .top__works .slider__more a {
    font-size: 2.933vw;
    padding: 8px 14px;
  }
  .slick-slider {
    margin-top: 10px;
  }
  .slider_box {
    margin-top: 20px;
    padding: 30px 15px 35px;
  }
  .slider_box .slider_category {
    position: absolute;
    top: 10px;
    right: 2px;
    padding: 8px 17px;
    border: solid 1px #A48B78;
    border-radius: 5px;
    font-size: 3.467vw;
  }
  .slider_box .box__ttl {
    margin-top: 25px;
    font-size: 4.8vw;
  }
  .slider_box .box__text {
    font-size: 3.467vw;
    margin-top: 10px;
    line-height: 1.76em;
  }
}
.container_2 {
  margin-top: 40px;
}
.container_2 .section_flex {
  display: flex;
  position: relative;
  padding: 40px 0 30px;
}
.container_2 .section_flex .section__primary {
  width: 484px;
}
.container_2 .section_flex .section__primary .section_flex__text {
  padding-top: 40px;
  line-height: 32px;
}
.container_2 .section_flex .section__secondary {
  padding-left: 50px;
}
.container_2 .section_flex.flex__01 .section__primary {
  order: 2;
  padding-left: 50px;
}
.container_2 .section_flex.flex__01 .section__secondary {
  margin-top: 70px;
  order: 1;
  padding-left: 0;
}
.container_2 .section_flex.flex__02 {
  justify-content: end;
}
.container_2 .section_flex.flex__02 .section__primary {
  order: 1;
}
.container_2 .section_flex.flex__02 .section__primary .section_flex__ttl img {
  width: 100%;
  height: auto;
}
.container_2 .section_flex.flex__02 .section__primary .section_flex__text {
  padding-left: 70px;
}
.container_2 .section_flex.flex__02 .section__secondary {
  margin-top: 100px;
  padding-left: 50px;
  order: 2;
}
.container_2 .section_flex.flex__03 .section__primary {
  order: 2;
  padding-left: 50px;
}
.container_2 .section_flex.flex__03 .section__secondary {
  margin-top: 40px;
  order: 1;
  padding-left: 0;
}

@media screen and (max-width: 960px) {
  .container_2 {
    margin: 10px 0 0;
  }
  .container_2 .section_flex {
    display: block;
    padding: 20px 0 30px;
  }
  .container_2 .section_flex .section__primary {
    width: 100%;
    padding: 0 35px;
  }
  .container_2 .section_flex .section__primary .section_flex__text {
    padding-top: 25px;
    line-height: 1.76em;
    font-size: 3.467vw;
  }
  .container_2 .section_flex .section__secondary {
    padding-left: 0;
    width: 86.4%;
  }
  .container_2 .section_flex .section__secondary img {
    width: 100%;
    height: auto;
  }
  .container_2 .section_flex.flex__01 .section__primary {
    order: 2;
    margin-top: -30px;
    padding: 0 35px;
  }
  .container_2 .section_flex.flex__01 .section__primary img {
    width: 100%;
    height: auto;
  }
  .container_2 .section_flex.flex__01 .section__secondary {
    margin-top: 0;
  }
  .container_2 .section_flex.flex__02 .section__primary {
    margin-top: -27px;
  }
  .container_2 .section_flex.flex__02 .section__primary .section_flex__text {
    padding-left: 0;
  }
  .container_2 .section_flex.flex__02 .section__primary img {
    width: 100%;
    height: auto;
  }
  .container_2 .section_flex.flex__02 .section__secondary {
    margin: 0 0 0 auto;
    padding-left: 0;
    width: 86.4%;
  }
  .container_2 .section_flex.flex__03 .section__primary {
    padding-left: 35px;
    margin-top: -15px;
  }
  .container_2 .section_flex.flex__03 .section__primary img {
    width: 100%;
    height: auto;
  }
  .container_2 .section_flex.flex__03 .section__secondary {
    margin-top: 0;
  }
}/*# sourceMappingURL=index.css.map */