@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/*
top共通
---------------------------*/
.top__title.white h2 {
  color: #ffffff;
}
.top__title.white h2::after {
  background: #ffffff;
}
.top__title.white p {
  color: #ffffff;
}
.top__title h2 {
  position: relative;
  padding-bottom: 9px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #006C3C;
  text-align: center;
}
.top__title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #006C3C;
}
.top__title p {
  margin-top: 10px;
  font-size: min(5.5vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 769px) {
  .top__title h2 {
    padding-bottom: 9px;
    font-size: min(5.5vw, 50px);
  }
  .top__title p {
    margin-top: 16px;
    font-size: min(3vw, 34px);
  }
}

/*
mainvisual
---------------------------*/
#mainvisual .wrap {
  position: relative;
  width: 100%;
}
#mainvisual .img__overlay {
  position: absolute;
  bottom: 30px;
  left: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
#mainvisual .img__overlay h1 {
  font-size: min(5.8vw, 22px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
}
#mainvisual .img__overlay p {
  margin-top: 4px;
  font-size: min(4.5vw, 16px);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
}
#mainvisual .topMvSlide {
  text-align: center;
}
#mainvisual .topMvSlide .topMvImage {
  width: 100%;
  aspect-ratio: 20/11;
  overflow: hidden;
  padding: 0 4.5px;
}
#mainvisual .topMvSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#mainvisual .topMvSlide .slick-dots {
  bottom: -45px;
}
#mainvisual .topMvSlide .slick-dots li button:before {
  content: " ";
  width: 12px;
  height: 12px;
  text-align: center;
  background-color: #dddddd;
  border-radius: 50%;
}
#mainvisual .topMvSlide .slick-dots li.slick-active button:before {
  background-color: #457C32;
}
#mainvisual .topMvArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mainvisual .topMvArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#mainvisual .topMvArrow:hover {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
@media (max-width: 767px) {
  #mainvisual .topMvArrow {
    width: 40px;
    height: 40px;
  }
  #mainvisual .topMvArrow::before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 450px) {
  #mainvisual .topMvArrow {
    width: 25px;
    height: 25px;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
  }
  #mainvisual .topMvArrow::before {
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
}
#mainvisual .topMvPrev {
  left: 80px;
}
#mainvisual .topMvPrev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
@media (max-width: 767px) {
  #mainvisual .topMvPrev {
    left: 50px;
  }
}
@media (max-width: 450px) {
  #mainvisual .topMvPrev {
    left: 40px;
  }
}
#mainvisual .topMvNext {
  right: 80px;
}
#mainvisual .topMvNext::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  #mainvisual .topMvNext {
    right: 50px;
  }
}
@media (max-width: 450px) {
  #mainvisual .topMvNext {
    right: 40px;
  }
}
#mainvisual .mvUi {
  position: absolute;
  right: 90px;
  bottom: 24px;
  z-index: 5;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
#mainvisual .captionBtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  backdrop-filter: blur(4px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 疑似要素で中央配置 */
}
#mainvisual .captionBtn::before {
  content: "…";
  position: absolute;
  top: 35%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
}
#mainvisual .captionBtn:hover {
  background: rgba(0, 0, 0, 0.75);
}
#mainvisual .photoCredit {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.45);
  padding: 6px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
#mainvisual .captionPopup {
  position: absolute;
  right: 0;
  bottom: 75px;
  width: 320px;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mainvisual .captionPopup.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mainvisual .captionPopup.no-credit {
  bottom: 43px;
}
#mainvisual .captionClose {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
#mainvisual .captionText {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  #mainvisual .topMvSlide .topMvImage {
    aspect-ratio: 19/7;
  }
  #mainvisual .img__overlay {
    bottom: 42px;
  }
  #mainvisual .img__overlay h1 {
    font-size: min(3vw, 36px);
  }
  #mainvisual .img__overlay p {
    margin-top: 13px;
    font-size: min(1.8vw, 22px);
  }
}
@media (max-width: 768px) {
  #mainvisual .topMvSlide .topMvImage {
    padding: 0 2.5px;
  }
}
@media (max-width: 767px) {
  #mainvisual .img__overlay {
    left: 60px;
  }
  #mainvisual .img__overlay h1 {
    font-size: min(4.1vw, 36px);
  }
  #mainvisual .img__overlay p {
    font-size: min(2.8vw, 22px);
  }
  #mainvisual .mvUi {
    right: 40px;
    bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
  }
  #mainvisual .photoCredit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: min(2.3vw, 8px);
    padding: 3px 7px;
  }
  #mainvisual .captionBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20px;
    height: 20px;
  }
  #mainvisual .captionBtn::before {
    font-size: 13px;
    top: 32%;
    left: 56%;
  }
  #mainvisual .captionPopup {
    right: 1px;
    bottom: 30px;
    width: 200px;
  }
  #mainvisual .captionPopup.no-credit {
    bottom: 30px;
  }
  #mainvisual .captionText {
    font-size: 9px;
  }
}

/*
about
---------------------------*/
#about .wrap {
  padding: 50px 0;
}
#about .top__title {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
#about .top__title::before, #about .top__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#about .top__title::before {
  top: -14px;
  left: -10px;
  width: 30%;
  max-width: 108px;
  background: url("/img/top/decor-gingo-sp-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 108/121;
}
#about .top__title::after {
  top: -27px;
  right: -2px;
  width: 26%;
  max-width: 97px;
  background: url("/img/top/decor-gingo-sp-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 97/104;
}
#about .about__detail {
  position: relative;
  margin: 20px auto 0;
}
#about .about__detail p {
  font-size: min(4vw, 14px);
  line-height: 1.8;
}
#about .btn__wrap {
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  #about .wrap {
    padding: 77px 0 80px;
  }
  #about .top__title {
    max-width: initial;
    margin: 0;
  }
  #about .top__title::before, #about .top__title::after {
    content: none;
  }
  #about .about__detail {
    max-width: 915px;
    margin: 30px auto 0;
  }
  #about .about__detail::before, #about .about__detail::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    margin: auto;
    width: 16%;
    max-width: 142px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: url("/img/top/decor-gingo-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 142/169;
  }
  #about .about__detail::before {
    left: 0;
  }
  #about .about__detail::after {
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #about .about__detail p {
    font-size: min(2vw, 18px);
    text-align: center;
  }
  #about .btn__wrap {
    margin: 30px auto 0;
  }
}
@media (min-width: 1200px) {
  #about .about__detail {
    margin: 30px 43px 0;
  }
}

/*
information
---------------------------*/
#information {
  overflow-x: hidden;
}
#information .wrap {
  padding-bottom: 50px;
}
#information .column__wrap {
  position: relative;
  padding-bottom: 150px;
}
#information .column__wrap .text__wrap {
  width: 100%;
  max-width: 550px;
  padding: 50px 10px 90px;
  background: #E3EFE8;
  border-radius: 0 20px 20px 0;
}
#information .column__wrap .text__wrap .detail {
  width: 97%;
  margin: 20px auto 0;
}
#information .column__wrap .text__wrap .detail p {
  font-size: min(4vw, 14px);
  line-height: 1.8;
}
#information .column__wrap .text__wrap .btn__wrap {
  margin: 20px auto 0;
}
#information .column__wrap .img__wrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  border-radius: 20px 0 0 20px;
}
#information .column__wrap .img__wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#information .column__wrap .img__wrap .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  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;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#information .column__wrap .img__wrap .slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
#information .column__wrap .img__wrap .slide-arrow:hover {
  background: rgb(255, 255, 255);
}
#information .column__wrap .img__wrap .prev-arrow {
  left: 10px;
  right: auto;
}
#information .column__wrap .img__wrap .prev-arrow::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
#information .column__wrap .img__wrap .next-arrow {
  right: 10px;
  left: auto;
}
#information .column__wrap .img__wrap .next-arrow::before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  #information .wrap {
    padding-bottom: 11.3vw;
  }
  #information .column__wrap {
    position: relative;
    padding-bottom: 0;
  }
  #information .column__wrap .text__wrap {
    width: 62%;
    max-width: initial;
    padding: 60px 43px 60px 20px;
  }
  #information .column__wrap .text__wrap .detail {
    width: 100%;
    margin: 30px 0 0;
  }
  #information .column__wrap .text__wrap .detail p {
    font-size: min(2vw, 18px);
    text-align: center;
  }
  #information .column__wrap .text__wrap .btn__wrap {
    margin: 30px auto 0;
  }
  #information .column__wrap .img__wrap {
    position: absolute;
    top: 96px;
    bottom: auto;
    right: 0;
    width: 41.7%;
    max-width: 1000px;
    height: auto;
    margin: 0;
  }
  #information .column__wrap .img__wrap img {
    width: 100%;
    height: max(400px, 22vw);
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 6/5;
  }
}
@media (min-width: 1200px) {
  #information .column__wrap .text__wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  #information .column__wrap .img__wrap .slide-arrow {
    width: 30px;
    height: 30px;
  }
  #information .column__wrap .img__wrap .slide-arrow::before {
    width: 7px;
    height: 7px;
  }
}

/*
news
---------------------------*/
#news .wrap {
  padding: 50px 0;
}
#news .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
#news .tab .btn.all a, #news .tab .btn.all button {
  color: #303030;
  border-bottom: 1px solid #303030;
}
#news .tab .btn.news a, #news .tab .btn.news button {
  color: #006221;
  border-bottom: 1px solid #006221;
}
#news .tab .btn.mail a, #news .tab .btn.mail button {
  color: #731811;
  border-bottom: 1px solid #731811;
}
#news .tab .btn.active a, #news .tab .btn.active button, #news .tab .btn:hover a, #news .tab .btn:hover button {
  color: #ffffff;
}
#news .tab .btn.active.all a, #news .tab .btn.active.all button, #news .tab .btn:hover.all a, #news .tab .btn:hover.all button {
  background: #303030;
}
#news .tab .btn.active.news a, #news .tab .btn.active.news button, #news .tab .btn:hover.news a, #news .tab .btn:hover.news button {
  background: #006221;
}
#news .tab .btn.active.mail a, #news .tab .btn.active.mail button, #news .tab .btn:hover.mail a, #news .tab .btn:hover.mail button {
  background: #731811;
}
#news .tab .btn a, #news .tab .btn button {
  width: 100%;
  padding: 5px 19.5px;
  font-size: min(4vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#news .news__list {
  margin-top: 40px;
}
#news .news__list .news__wrap {
  padding-bottom: 16px;
  border-bottom: 1px dashed #C3C3C3;
}
#news .news__list .news__wrap + .news__wrap {
  padding-top: 20px;
}
#news .news__list .news__wrap .news__title .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
#news .news__list .news__wrap .news__title .label .category {
  padding: 8px 12px;
  font-size: min(4vw, 14px);
  font-weight: 500;
  color: #ffffff;
}
#news .news__list .news__wrap .news__title .label .category.news {
  background: #006221;
}
#news .news__list .news__wrap .news__title .label .category.mail {
  background: #731811;
}
#news .news__list .news__wrap .news__title .label .member {
  font-size: min(4.5vw, 16px);
  font-weight: 700;
  color: #731811;
}
#news .news__list .news__wrap .news__title .label .date {
  font-size: min(4.5vw, 16px);
  line-height: 1.3;
}
#news .news__list .news__wrap .news__title .title {
  margin-top: 10px;
}
#news .news__list .news__wrap .news__title .title a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#news .news__list .news__wrap .news__title .title a p {
  text-decoration: underline;
}
#news .news__list .news__wrap .news__title .title p {
  font-size: min(4.8vw, 17px);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  text-wrap: pretty;
}
#news .news__list .news__wrap .news__title .title p .img__wrap {
  display: inline-block;
  margin-left: 5px;
}
#news .news__list .news__wrap .news__title .title p .img__wrap.pdf {
  width: 25px;
}
#news .news__list .news__wrap .news__title .title p .img__wrap.external {
  width: 28px;
}
#news .news__list .news__wrap .news__detail {
  margin-top: 10px;
}
#news .news__list .news__wrap .news__detail > p {
  font-size: min(4.5vw, 16px);
  line-height: 1.6;
}
#news .btn__wrap {
  margin: 30px auto 0;
}
@media (min-width: 769px) {
  #news .wrap {
    padding: 100px 0 80px;
  }
  #news .tab .btn a, #news .tab .btn button {
    width: 100%;
    padding: 10px 30px;
    font-size: min(2vw, 18px);
  }
  #news .news__list {
    margin-top: 77px;
  }
  #news .news__list .news__wrap {
    padding-bottom: 20px;
  }
  #news .news__list .news__wrap .news__title .label {
    gap: 0 20px;
  }
  #news .news__list .news__wrap .news__title .label .category {
    padding: 10px 20px;
    font-size: min(1.8vw, 16px);
  }
  #news .news__list .news__wrap .news__title .label .member {
    font-size: min(1.8vw, 16px);
  }
  #news .news__list .news__wrap .news__title .label .date {
    font-size: min(2vw, 18px);
  }
  #news .news__list .news__wrap .news__title .title p {
    font-size: min(2.2vw, 20px);
  }
  #news .news__list .news__wrap .news__title .title p .img__wrap.pdf {
    width: 30px;
    margin-left: 10px;
  }
  #news .news__list .news__wrap .news__title .title p .img__wrap.external {
    width: 34px;
  }
  #news .news__list .news__wrap .news__detail > p {
    font-size: min(2vw, 18px);
  }
}

/*
contact
---------------------------*/
#contact .wrap {
  padding: 50px 0;
  background: url("/img/top/contact-back-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .top__title p {
  margin-top: 20px;
}
#contact .detail {
  margin-top: 30px;
}
#contact .detail p {
  font-size: min(4.5vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
}
#contact .btn__wrap {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
}
#contact .btn__wrap a {
  position: relative;
  padding: 22px 52px 22px 37px;
  font-size: min(4.3vw, 16px);
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#contact .btn__wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 769px) {
  #contact .wrap {
    padding: 57px 0 60px;
    margin-bottom: 40px;
    background: url("/img/top/contact-back-pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contact .top__title p {
    margin-top: 17px;
  }
  #contact .detail {
    margin-top: 37px;
  }
  #contact .detail p {
    font-size: min(2vw, 18px);
  }
  #contact .btn__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    margin: 37px auto 0;
  }
  #contact .btn__wrap a {
    position: relative;
    padding: 21px 52px 21px 37px;
    font-size: min(2vw, 18px);
  }
  #contact .btn__wrap a::after {
    right: 36px;
  }
}/*# sourceMappingURL=top.css.map */