@charset "UTF-8";
main {
  padding: 0;
}

/*-----------------  TOPページ共通 -----------------*/
h2.top-cm-title {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  h2.top-cm-title {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1000px) {
  h2.top-cm-title {
    margin-bottom: 4em;
  }
}
h2.top-cm-title span.txt01 {
  line-height: 0.8em;
  font-size: 3.5em;
  display: block;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2.top-cm-title span.txt01 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1000px) {
  h2.top-cm-title span.txt01 {
    font-size: 95px;
  }
}
@media screen and (min-width: 1280px) {
  h2.top-cm-title span.txt01 {
    font-size: 110px;
  }
}
h2.top-cm-title span.txt01 span {
  display: inline-block;
  transform: scale(0) translate(-0.2em, 0.4em);
}
h2.top-cm-title span.txt02 {
  line-height: 1em;
  margin: 1em 0 0;
  display: block;
  opacity: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  h2.top-cm-title span.txt02 {
    font-size: 16px;
    margin: 1.6em 0 0;
  }
}
@media screen and (min-width: 1000px) {
  h2.top-cm-title span.txt02 {
    font-size: 18px;
    margin: 1.2em 0 0;
  }
}
@media screen and (min-width: 1280px) {
  h2.top-cm-title span.txt02 {
    margin: 2em 0 0;
  }
}

h3.top-cm-title02 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  h3.top-cm-title02 {
    font-size: 25px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  h3.top-cm-title02 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  h3.top-cm-title02 {
    font-size: 35px;
  }
}

div.top-cm-txtbox01 {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  div.top-cm-txtbox01 {
    margin-bottom: 70px;
  }
}

/*--------------------------------------------*/
/*-----------------  TOP動画 -----------------*/
div.hero-area {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding: 0 0 20vw;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area {
    padding: 0 0 230px;
  }
}
div.hero-area div.video-wrap {
  /*padding-top: 56.25%;*/
  /*padding-top: 32%;
  width: 100%;
  position: relative;*/
  width: 240%;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-wrap {
    width: 100%;
  }
}
div.hero-area video {
  /*position: absolute;
  top: 85%;
  left: 50%;
  display: block;
  width: 150%;
  height: 177%;
  transform: translate(-50%,-50%);*/
  width: 100%;
}
div.hero-area .mv_image {
  display: none;
  width: 100%;
}
div.hero-area div.video02 {
  position: absolute;
  top: 0;
}
div.hero-area div.video02 video {
  display: none;
}
div.hero-area h1 {
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    width: 90vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area h1 {
    width: 1100px;
  }
}
div.hero-area h1 span {
  display: block;
}
div.hero-area h1 span.txt01 {
  line-height: 0.9em;
  letter-spacing: -0.02em;
  font-size: 3.5em;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 span.txt01 {
    font-size: 12vw;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area h1 span.txt01 {
    font-size: 145px;
  }
}
div.hero-area h1 span.txt02 {
  font-size: 1.12em;
  text-align: right;
  color: #1e9318;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 span.txt02 {
    margin: 1em 2em 0 0;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area h1 span.txt02 {
    margin: 1em 6em 0 0;
    font-size: 22px;
  }
}

/*--------------------------------------------*/
/*-----------------  section -----------------*/
section.sec-wood div.sec-wood-inner {
  padding: 10% 0 35%;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner {
    padding: 230px 0 150px;
  }
}
section.sec-wood div.sec-wood-inner div.flex-box {
  /*div.bg-gradient{
  	position: sticky;
  }*/
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap {
    width: 48%;
    /*height: 100vh;
    position: sticky;
    top: 0;*/
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img {
    position: relative;
    /*top: 50%;
    left: 0;
    transform: translate(0,-50%);*/
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img div.illust01 {
  position: absolute;
  width: 55%;
  top: -8.8%;
  left: 4%;
  z-index: -1;
  animation: illust01 30s 0s linear infinite;
}
@keyframes illust01 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img div.illust02 {
  position: absolute;
  width: 8%;
  top: 24%;
  left: 11.4%;
  animation: illust02 15s 0s ease infinite;
}
@keyframes illust02 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 70%);
  }
  100% {
    transform: translate(0);
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img div.illust03 {
  position: absolute;
  width: 10.4%;
  bottom: 32.6%;
  left: 19.2%;
  animation: illust03 10s 1s ease infinite, illust03-b 0.1s 0s ease infinite;
}
@keyframes illust03 {
  0% {
    transform: translate(0);
  }
  45% {
    transform: translate(-400%, 0);
  }
  46% {
    transform: translate(-400%, 0) scale(-1, 1);
  }
  70% {
    transform: translate(0) scale(-1, 1);
  }
  71% {
    transform: translate(0);
  }
}
@keyframes illust03-b {
  0% {
    bottom: 32.6%;
  }
  50% {
    bottom: 32.8%;
  }
  100% {
    bottom: 32.6%;
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img div.illust04 {
  position: absolute;
  width: 15%;
  top: 29%;
  right: 27%;
  animation: illust04 5s 0s ease infinite;
}
@keyframes illust04 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(20%, 0);
  }
  100% {
    transform: translate(0);
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-img-wrap div.wood-img div.illust05 {
  position: absolute;
  width: 15%;
  top: 42.4%;
  right: 11%;
  animation: illust05 3s 0s ease infinite;
}
@keyframes illust05 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-7%, 0);
  }
  100% {
    transform: translate(0);
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap {
  width: 84%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap {
    width: 40%;
    margin: auto;
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap div.wood-txt {
  padding: 10% 0 6%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap div.wood-txt {
    position: relative;
    z-index: -1;
    padding: 0 0 50px;
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap div.wood-txt p {
  position: relative;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 2.4em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap div.wood-txt p {
    font-size: 2.4vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap div.wood-txt p {
    font-size: 25px;
  }
}
section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap a.cm-btn01 {
  margin: 0 0 5%;
}
@media screen and (min-width: 768px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap a.cm-btn01 {
    width: 320px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-wood div.sec-wood-inner div.flex-box div.wood-txt-wrap a.cm-btn01 span.txt {
    margin-left: 2.2em;
  }
}

/*--------------------------------------------*/
div.sec-about-bg {
  position: relative;
  margin-bottom: -2px;
}
div.sec-about-bg div.illust05 {
  position: absolute;
  width: 60%;
  top: -20vw;
  right: 8%;
  animation: about-bg-illust02 7s 0s ease infinite;
}
@media screen and (min-width: 768px) {
  div.sec-about-bg div.illust05 {
    width: 31.2%;
    top: -11%;
  }
}

section.sec-about {
  background: #58ad0e;
  position: relative;
  padding: 10% 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec-about {
    padding: 65px 0 170px;
  }
}
section.sec-about div.sec-about-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-txt {
    width: 340px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-txt {
    width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about div.about-txt {
    width: 450px;
  }
}
section.sec-about div.about-txt h2.top-cm-title, section.sec-about div.about-txt h3.top-cm-title02, section.sec-about div.about-txt p.cm-txt01 {
  color: #fff;
}
section.sec-about div.about-img-wrap {
  margin: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-img-wrap {
    width: calc(100% - 340px);
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-img-wrap {
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about div.about-img-wrap {
    width: calc(100% - 500px);
  }
}
section.sec-about div.about-img-wrap div.about-img {
  position: relative;
}
section.sec-about div.about-img-wrap div.illust01, section.sec-about div.about-img-wrap div.illust02, section.sec-about div.about-img-wrap div.illust03, section.sec-about div.about-img-wrap div.illust04 {
  position: absolute;
  width: 26%;
  top: 22%;
  right: 36%;
}
section.sec-about div.about-img-wrap div.illust01 {
  animation: about-illust01 20s 0s ease infinite;
}
@keyframes about-illust01 {
  0% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  5% {
    opacity: 1;
    transform: translate(0);
  }
  20% {
    opacity: 1;
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
section.sec-about div.about-img-wrap div.illust02 {
  animation: about-illust02 20s 0s ease infinite;
}
@keyframes about-illust02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  30% {
    opacity: 1;
    transform: translate(0);
  }
  45% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
section.sec-about div.about-img-wrap div.illust03 {
  animation: about-illust03 20s 0s ease infinite;
}
@keyframes about-illust03 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  55% {
    opacity: 1;
    transform: translate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0);
  }
  75% {
    opacity: 0;
    transform: translate(0, -15%);
  }
  100% {
    opacity: 0;
  }
}
section.sec-about div.about-img-wrap div.illust04 {
  animation: about-illust04 20s 0s ease infinite;
}
@keyframes about-illust04 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    transform: translate(0, 15%);
  }
  80% {
    opacity: 1;
    transform: translate(0);
  }
  95% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -15%);
  }
}
section.sec-about div.about-img-wrap div.illust06 {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: about-illust06 3s 0s linear infinite;
}
@keyframes about-illust06 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
section.sec-about div.about-slide-wrap {
  overflow: hidden;
}
section.sec-about div.about-slide-wrap div.about-slide {
  color: #7ec13e;
  font-weight: 700;
  font-size: 22vw;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-slide-wrap div.about-slide {
    font-size: 10vw;
    width: 110vw;
  }
}
section.sec-about div.about-slide-wrap div.about-slide div.swiper-wrapper {
  transition-timing-function: linear;
  line-height: 1em;
}
section.sec-about div.sec-about-bg02 {
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 2;
}
section.sec-about div.sec-about-bg02 div.illust01 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-bg02 div.illust01 {
    width: 109px;
    top: 67%;
    right: 12%;
    animation: about-bg-illust02 10s 0s ease infinite;
  }
}
section.sec-about div.sec-about-bg02 div.illust02 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-bg02 div.illust02 {
    width: 78px;
    top: 32%;
    right: 5%;
    animation: about-bg-illust02 7s 0s ease infinite;
  }
}
@keyframes about-bg-illust02 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 40%);
  }
  100% {
    transform: translate(0);
  }
}

/*section.sec-about*/
/*--------------------------------------------*/
section.sec-members {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-members {
    padding: 170px 0 0;
  }
}
section.sec-members div.sec-members-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-members div.sec-members-inner {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-members div.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-members div.members-txt {
    width: 380px;
    order: 1;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-members div.members-txt {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-members div.members-txt {
    width: 550px;
  }
}
section.sec-members div.members-txt h2.top-cm-title span.txt01 {
  color: #58ad0e;
}
section.sec-members div.members-img-wrap {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-members div.members-img-wrap {
    width: calc(100% - 420px);
    order: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-members div.members-img-wrap {
    width: calc(100% - 550px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-members div.members-img-wrap {
    width: calc(100% - 700px);
  }
}

/*section.sec-members*/
/*--------------------------------------------*/
div.originality-bg-slide {
  margin-bottom: -1px;
  overflow: hidden;
}
div.originality-bg-slide div.swiper-wrapper {
  transition-timing-function: linear;
}
div.originality-bg-slide div.swiper-wrapper div.swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 0);
  background: #41b3d6;
  width: 10px;
  height: 3.75vw;
}
div.originality-bg-slide.slide02 {
  margin-top: -1px;
}
div.originality-bg-slide.slide02 div.swiper-wrapper div.swiper-slide::after {
  top: 0;
}

section.sec-originality {
  background: #41b3d6;
  overflow: hidden;
  padding: 30% 0 0;
  /*div.originality-txt*/
}
@media screen and (min-width: 768px) {
  section.sec-originality {
    padding: 170px 0 0;
  }
}
section.sec-originality div.sec-originality-inner {
  width: 85.4%;
  margin: 0 auto 20%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-originality div.sec-originality-inner {
    width: 90%;
    margin: 0 auto 50px;
    max-width: 1200px;
  }
}
section.sec-originality div.originality-txt h2.top-cm-title, section.sec-originality div.originality-txt h3.top-cm-title02, section.sec-originality div.originality-txt p.cm-txt01 {
  color: #fff;
}
section.sec-originality div.originality-txt div.originality-txt-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-originality div.originality-txt div.originality-txt-inner div.originality-txt-inbox {
    width: 440px;
  }
}
section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap {
  overflow: hidden;
  position: absolute;
  width: calc(100% - 300px);
  left: 480px;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap {
    left: 400px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap {
    left: 490px;
  }
}
section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap div.originality-slide-bg {
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(0, -50%);
  width: 3.3%;
  z-index: 2;
}
section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap div.originality-slide-bg.bg02 {
  left: auto;
  right: -1px;
}
section.sec-originality div.originality-txt div.originality-txt-inner div.originality-slide-wrap div.originality-slide div.swiper-wrapper {
  transition-timing-function: linear;
}
section.sec-originality div.originality-bg {
  margin-bottom: -2px;
}

/*section.sec-originality*/
/*--------------------------------------------*/
section.sec-project {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-project {
    padding: 170px 0 50px;
  }
}
section.sec-project div.sec-project-inner {
  width: 85.4%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-txt h2.top-cm-title {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-txt h2.top-cm-title {
    margin-bottom: 3em;
  }
}
section.sec-project div.project-txt h2.top-cm-title span.txt01 {
  color: #58ad0e;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-txt div.top-cm-txtbox01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-txt div.top-cm-txtbox01 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
  }
}
section.sec-project div.project-box-wrap div.project-box {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-box-wrap div.project-box {
    margin-bottom: 0;
    width: 48%;
  }
  section.sec-project div.project-box-wrap div.project-box:nth-of-type(2) {
    margin-top: 60px;
  }
}
section.sec-project div.project-box-wrap div.project-box div.project-img {
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  /*&::after{
  	content: "";
  	display: block;
  	width: 100vw;
  	height: 100vw;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	background: #1e9318;
  	border-radius: 50em;
  }*/
}
section.sec-project div.project-box-wrap div.project-box h4 {
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: 600;
  margin: 1em 0 0.6em 0;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-box-wrap div.project-box h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-box-wrap div.project-box h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-project div.project-box-wrap div.project-box h4 {
    font-size: 25px;
  }
}
section.sec-project div.project-box-wrap div.project-box p {
  line-height: 2em;
  font-size: 0.98em;
  color: #4d4d4d;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-box-wrap div.project-box p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-box-wrap div.project-box p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-project div.project-box-wrap div.project-box p {
    font-size: 18px;
  }
}
section.sec-project a.cm-btn01 {
  border: solid 2px #000;
  margin: 60px 0 0 auto;
}

/*section.sec-project*/
/*--------------------------------------------*/
section.sec-information {
  background: #e8776b;
  position: relative;
  overflow: hidden;
  padding: 15% 0 20%;
  /*div.information-slide-wrap*/
  /*div.information-slide*/
}
@media screen and (min-width: 768px) {
  section.sec-information {
    padding: 0 0 150px;
  }
}
section.sec-information div.sec-information-inner {
  margin: auto;
  width: 85.4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-information div.sec-information-inner {
    width: 90%;
    max-width: 1200px;
  }
}
section.sec-information div.information-txt h2.top-cm-title {
  position: relative;
  color: #fff;
  z-index: 2;
}
section.sec-information div.information-slide-wrap {
  position: relative;
  padding: 0 0 5vw;
  /*div.swiper-button-next,div.swiper-button-prev*/
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap {
    padding: 0 0 50px;
  }
}
section.sec-information div.information-slide-wrap div.swiper-slide a div.information-img {
  overflow: hidden;
  isolation: isolate;
  border-radius: 1em;
}
section.sec-information div.information-slide-wrap div.swiper-slide a div.information-img img {
  transition: all 0.3s;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap div.swiper-slide a div.information-img img {
    height: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-information div.information-slide-wrap div.swiper-slide a div.information-img img {
    height: 266px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap div.swiper-slide a:hover div.information-img img {
    transform: scale(1.08);
  }
}
section.sec-information div.information-slide-wrap div.swiper-button-next, section.sec-information div.information-slide-wrap div.swiper-button-prev {
  display: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap div.swiper-button-next, section.sec-information div.information-slide-wrap div.swiper-button-prev {
    background: #fff;
    border-radius: 50em;
    top: auto;
    bottom: -25px;
    width: 50px;
    height: 50px;
    display: block;
  }
  section.sec-information div.information-slide-wrap div.swiper-button-next::after, section.sec-information div.information-slide-wrap div.swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease;
  }
  section.sec-information div.information-slide-wrap div.swiper-button-next:hover::after, section.sec-information div.information-slide-wrap div.swiper-button-prev:hover::after {
    transform: scale(1.3);
  }
  section.sec-information div.information-slide-wrap div.swiper-button-next:hover img.black, section.sec-information div.information-slide-wrap div.swiper-button-prev:hover img.black {
    display: none;
  }
  section.sec-information div.information-slide-wrap div.swiper-button-next:hover img.white, section.sec-information div.information-slide-wrap div.swiper-button-prev:hover img.white {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-information div.information-slide-wrap div.swiper-button-next, section.sec-information div.information-slide-wrap div.swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
section.sec-information div.information-slide-wrap div.swiper-button-next::after, section.sec-information div.information-slide-wrap div.swiper-button-prev::after {
  content: "" !important;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.sec-information div.information-slide-wrap div.swiper-button-next img.black, section.sec-information div.information-slide-wrap div.swiper-button-prev img.black {
  display: block;
}
section.sec-information div.information-slide-wrap div.swiper-button-next img.white, section.sec-information div.information-slide-wrap div.swiper-button-prev img.white {
  display: none;
}
section.sec-information div.information-slide-wrap div.swiper-button-next {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap div.swiper-button-prev {
    left: auto;
    right: 70px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-information div.information-slide-wrap div.swiper-button-prev {
    right: 90px;
  }
}
section.sec-information div.information-slide-wrap div.swiper-pagination {
  width: 100%;
  bottom: -5%;
  text-align: left;
  z-index: 0;
  line-height: 1em;
  display: flex;
  justify-content: space-between;
  gap: 1%;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide-wrap div.swiper-pagination {
    width: 80%;
    bottom: 0;
    gap: 0.1%;
  }
}
section.sec-information div.information-slide-wrap div.swiper-pagination span.swiper-pagination-bullet {
  border-radius: 0;
  width: 100%;
  height: 4px;
  margin: 0 0.6% 0 0;
  background: #fff;
}
section.sec-information div.information-slide-wrap div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
section.sec-information div.information-slide p.txt01 {
  padding: 0.6em 0 0.4em;
}
section.sec-information div.information-slide p.txt01 span {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide p.txt01 span {
    font-size: 14px;
  }
}
section.sec-information div.information-slide p.txt01 span.category {
  color: #fff;
}
section.sec-information div.information-slide p.txt01 span.day {
  color: #f9ddda;
}
section.sec-information div.information-slide p.txt02 {
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-information div.information-slide p.txt02 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-information div.information-slide p.txt02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-information div.information-slide p.txt02 {
    font-size: 18px;
  }
}

/*section.sec-information*/
/*--------------------------------------------*/
/*--------------------------------------------*//*# sourceMappingURL=style.css.map */