/*==========================================================================
section#works_area
========================================================================== */
section#works_area {
  background: transparent;
}
section#works_area .inner {
  padding: 5.2083333333vw 0 0;
}
section#works_area .ttl-box {
  margin-bottom: 7.8125vw;
}
section#works_area .ttl-box .txt-h2 span {
  color: #356CB4;
  display: block;
  line-height: 1;
}
section#works_area .tab-header {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
section#works_area .tab-header .tab-button {
  width: 23.4375vw;
  height: 4.1666666667vw;
  border: solid 2px #E5F6F5;
  background: #E5F6F5;
  color: #35B5AC;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
section#works_area .tab-header .tab-button.web {
  background: #EBF0F7;
  color: #356CB4;
  border-color: #EBF0F7;
}
section#works_area .tab-content {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-top: 15.625vw;
  padding-bottom: 7.8125vw;
}
section#works_area .tab-content .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  z-index: 1;
}
section#works_area .tab-content .list-box {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 2vw 3.2%;
}
section#works_area .tab-content .list-box .work-item {
  width: 31.2%;
}
section#works_area .tab-content .list-box .work-item a {
  display: block;
}
section#works_area .tab-content .list-box .work-item a .img-box {
  width: 100%;
  height: 13.346484375vw;
  margin-bottom: 1.05vw;
  border-radius: 0.5vw;
  overflow: clip;
  position: relative;
}
section#works_area .tab-content .list-box .work-item a .img-box::before {
  content: "";
  position: absolute;
  top: 0.78125vw;
  left: 0.78125vw;
  background: url(../img/icon_entori.svg) center no-repeat;
  background-size: cover;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  transition: 1s;
  opacity: 0;
}
section#works_area .tab-content .list-box .work-item a .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/icon_youtube.svg) center no-repeat;
  background-size: cover;
  width: 4.4791666667vw;
  height: 3.125vw;
  transition: 1s;
  opacity: 0;
}
section#works_area .tab-content .list-box .work-item a .img-box:hover::before {
  opacity: 1;
}
section#works_area .tab-content .list-box .work-item a .img-box:hover::after {
  opacity: 1;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c {
  color: #ffffff;
  width: 4.6875vw;
  height: 1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05vw;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c.plan-new {
  background: #D83721;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c.plan-renewal {
  background: #35B5AC;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-h3 {
  color: #2B2E33;
  margin-bottom: 0.2vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-p {
  color: #356CB4;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-i {
  color: #8E8E8D;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-d {
  color: #2B2E33;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-o {
  color: #2B2E33;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-a {
  color: #ffffff;
  background: #35B5AC;
}
section#works_area .tab-content .links {
  padding-top: 7.8125vw;
  justify-content: center;
  gap: 5.2083333333vw;
}
section#works_area .tab-content .links .txt-a {
  width: 26.0416666667vw;
  height: 5.2083333333vw;
  border-radius: 5.2083333333vw;
  border: solid 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 1s;
}
section#works_area .tab-content.active {
  display: block;
  opacity: 1;
}
section#works_area .tab-content.video {
  background: #E5F6F5;
}
section#works_area .tab-content.video .list-box .work-item a .img-box {
  box-shadow: 0 0 10px 5px rgba(53, 181, 172, 0.2);
}
section#works_area .tab-content.video .links .txt-a {
  background: #35B5AC;
  border-color: #35B5AC;
}
section#works_area .tab-content.video .links .txt-a:hover {
  color: #35B5AC;
  background: #ffffff;
}
section#works_area .tab-content.web {
  background: #EBF0F7;
}
section#works_area .tab-content.web .links .txt-a {
  background: #356CB4;
  border-color: #356CB4;
}
section#works_area .tab-content.web .links .txt-a:hover {
  color: #356CB4;
  background: #ffffff;
}
section#works_area .tab-content.web .list-box .work-item a .img-box {
  box-shadow: 0 0 10px 5px rgba(53, 108, 180, 0.2);
}
section#works_area .tab-content.web .list-box .work-item a .img-box::before, section#works_area .tab-content.web .list-box .work-item a .img-box::after {
  content: none;
}

@media screen and (max-width: 767px) {
  section#works_area .inner {
    padding: 50px 0 0;
  }
  section#works_area .ttl-box {
    margin-bottom: 50px;
  }
  section#works_area .ttl-box .txt-h2 {
    font-size: 32px;
    text-align: center;
  }
  section#works_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#works_area .tab-header {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  section#works_area .tab-header .tab-button {
    width: 40%;
    height: 38px;
    font-size: 14px;
  }
  section#works_area .tab-header .tab-button.web {
    background: #EBF0F7;
    color: #356CB4;
    border-color: #EBF0F7;
  }
  section#works_area .tab-content {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#works_area .tab-content .bg {
    font-size: 90px;
  }
  section#works_area .tab-content .list-box {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
    gap: 25px 0;
    justify-content: space-between;
  }
  section#works_area .tab-content .list-box .work-item {
    width: 100%;
  }
  section#works_area .tab-content .list-box .work-item a {
    display: block;
  }
  section#works_area .tab-content .list-box .work-item a .img-box {
    width: 100%;
    height: 50.6vw;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: clip;
    position: relative;
  }
  section#works_area .tab-content .list-box .work-item a .img-box::before {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  section#works_area .tab-content .list-box .work-item a .img-box::after {
    content: "";
    width: 75px;
    height: 52px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-c {
    width: 110px;
    height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-i {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-d {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-o {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .links {
    padding-top: 50px;
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  section#works_area .tab-content .links .txt-a {
    width: 90%;
    height: 50px;
    border-radius: 50px;
    max-width: 400px;
    font-size: 14px;
    margin: 0 auto;
  }
  section#works_area .tab-content.active {
    display: block;
    opacity: 1;
  }
  section#works_area .tab-content.video {
    background: #E5F6F5;
  }
  section#works_area .tab-content.video .list-box .work-item a .img-box {
    box-shadow: 0 0 10px 5px rgba(53, 181, 172, 0.2);
  }
  section#works_area .tab-content.video .links .txt-a {
    background: #35B5AC;
    border-color: #35B5AC;
  }
  section#works_area .tab-content.video .links .txt-a:hover {
    color: #35B5AC;
    background: #ffffff;
  }
  section#works_area .tab-content.web {
    background: #EBF0F7;
  }
  section#works_area .tab-content.web .links .txt-a {
    background: #356CB4;
    border-color: #356CB4;
  }
  section#works_area .tab-content.web .links .txt-a:hover {
    color: #356CB4;
    background: #ffffff;
  }
  section#works_area .tab-content.web .list-box .work-item a .img-box {
    box-shadow: 0 0 10px 5px rgba(53, 108, 180, 0.2);
  }
  section#works_area .tab-content.web .list-box .work-item a .img-box::before, section#works_area .tab-content.web .list-box .work-item a .img-box::after {
    content: none;
  }
}
/*# sourceMappingURL=works.css.map */