@charset "UTF-8";
li {
  list-style: none !important;
}

body {
  padding-top: 0 !important;
}

#sub-column {
  display: none !important;
}

#contents {
  max-width: unset !important;
  padding: 0 0 0 !important;
  width: 100% !important;
  overflow: unset !important;
}

#main-column {
  float: unset !important;
  width: 100% !important;
  padding: 0 !important;
}

#main-column {
  margin-bottom: 0 !important;
}

#main-column h2 {
  border-top: 0;
  padding: 0;
}

.w100 .freeArea2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fv {
  position: relative;
  overflow: hidden;
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 110px;
  }
}
.fv__slider {
  position: relative;
  padding-bottom: 40px;
}
.fv__slider .swiper-slide {
  display: block;
}
.fv__slider .swiper-slide img {
  width: 100%;
}
.fv__slider .swiper-pagination-bullet {
  background: #BABABA;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
}
.fv__slider .swiper-pagination-bullet-active {
  background: #187A41;
}

.news {
  background: #F4F4F4;
  margin-bottom: 0 !important;
  padding: 40px 40px !important;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 16vw 6.6666666667vw 16vw !important;
  }
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .news .more__btn {
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.news__title {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .news__title {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.news__main {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .news__main {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .news__main {
    width: 100%;
    display: block;
  }
}
.news__main--detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news__main--detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.news__main--detail .date {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__main--detail .date {
    font-size: 3.4666666667vw;
  }
}
.news__main--detail .title {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news__main--detail .title {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news__main .more__btn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}
.news h2::before {
  display: none !important;
}

.type {
  background: #187A41;
  padding: 70px 40px 80px;
}
@media screen and (max-width: 768px) {
  .type {
    padding: 16vw 0;
  }
}
.type__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.type .section__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .type .section__title {
    padding: 0 6.6666666667vw !important;
  }
}
.type__tabs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}
.type__tabsWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .type__tabsWrap {
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .type__tabsWrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .type__tabsWrap {
    padding: 0 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .type__tabs {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .type__tabs {
    display: flex;
    gap: 12px;
  }
}
.type__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .type__tab {
    font-size: 14px;
    width: 100px;
  }
}
.type__tab.active {
  border-bottom: 3px solid #fff;
  opacity: 1;
  margin-bottom: -2px;
}
.type__contents {
  display: none;
}
@media screen and (max-width: 768px) {
  .type__contents {
    padding: 0 6.6666666667vw;
  }
}
.type__contents.show {
  display: block;
}
.type__contents ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  width: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .type__contents ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
  }
}
.type__contents ul li a {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #187A41;
  border-radius: 60px;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .type__contents ul li a {
    font-size: 14px;
    padding: 14px 0;
  }
}

.blog {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 16vw 0;
  }
}
.blog__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.blog__title {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .blog__title h2 {
    padding: 0 6.6666666667vw !important;
  }
  .blog__title {
    display: block;
  }
}
.blog__tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .blog__tags {
    margin-top: 5.3333333333vw;
    width: -moz-max-content;
    width: max-content;
  }
}
.blog__tagsWrap {
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 0;
}
.blog__tagsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .blog__tagsWrap {
    width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.blog__tag {
  padding: 8px 10px;
  font-size: 14px;
  color: #187A41;
  border: 2px solid #187A41;
  transition: 0.3s ease;
  cursor: pointer;
}
.blog__tag.active {
  color: #fff;
  border: 2px solid #187A41;
  background: #187A41;
}
.blog__tag:hover {
  background: #187A41;
  color: #fff;
  opacity: 1;
}
.blog__slider {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog__slider {
    padding: 0 6.6666666667vw;
  }
}
.blog__slider--itemImg {
  margin-bottom: 15px;
}
.blog__slider--itemImg img {
  width: 100%;
}
.blog__slider--itemTitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog__slider--itemDate {
  margin-bottom: 10px;
  font-size: 13px;
}
.blog__slider--itemTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog__slider--itemTags span {
  padding: 6px 8px;
  font-size: 14px;
  color: #187A41;
  display: inline-block;
  border: 1px solid #187A41;
}
.blog__slider .swiper-button-prev {
  left: 0;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .blog__slider .swiper-button-prev {
    left: 10px;
    width: 20px;
  }
}
.blog__slider .swiper-button-next {
  right: 0;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .blog__slider .swiper-button-next {
    right: 10px;
    width: 20px;
  }
}
.blog .more__btn {
  width: 230px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .blog .more__btn {
    font-size: 14px;
  }
}
.about {
  margin-top: 80px;
}
.about__inner {
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}
.about__img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
  }
}
.about__contents {
  width: 45%;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
    padding: 12vw 6.6666666667vw 16vw;
    text-align: center;
  }
}
.about__logo {
  margin-bottom: 30px;
}
.about__img img {
  vertical-align: bottom;
}
.about__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.about__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__text {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.about .more__btn {
  width: 230px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .more__btn {
    font-size: 14px;
    margin: 0 auto;
  }
 
}
 
.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(50px);
  /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションの設定 */
}

.fade-in01 {
  transition: opacity 1s 0.3s ease, transform 1s 0.3s ease;
  /* アニメーションの設定 */
}

.fade-in02 {
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in03 {
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in04 {
  transition: opacity 1s 0.7s ease, transform 1s 0.7s ease;
  /* アニメーションの設定 */
}

.fade-in05 {
  transition: opacity 1s 0.9s ease, transform 1s 0.9s ease;
  /* アニメーションの設定 */
}

.fade-in06 {
  transition: opacity 1s 1.1s ease, transform 1s 1.1s ease;
  /* アニメーションの設定 */
}

.fade-in07 {
  transition: opacity 1s 1.3s ease, transform 1s 1.3s ease;
  /* アニメーションの設定 */
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.img-wrap {
  opacity: 0;
}

.img-wrap.in {
  transition: opacity 0.3s 0.5s ease;
  opacity: 1;
  animation: img-wrap 2.4s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.backBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: block;
  background: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.backBtn img {
  vertical-align: bottom;
}

.backBtn.is-show {
  opacity: 1;
  visibility: visible;
}

[id] {
  scroll-margin-top: 117px;
}/*# sourceMappingURL=top.css.map */