@charset "UTF-8";

/* common */
.c-text.gray {
  opacity: 0.75;
}

/* fv */
.l-fv {
  position: relative;
}

.c-fv_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.c-fv_img figure {
  height: 630px;
}

.c-fv_img img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
}

.c-fv_text {
  height: 630px;
}

.c-fv_text .inner {
  max-width: 1240px;
  padding-top: 200px;
}

.l-fv .c-jobname {
  font-size: 44px;
  margin-top: 30px;
}

.l-fv .c-ttl {
  position: relative;
  width: calc(42%);
}

.l-fv .c-ttl:before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #454545;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* tab */
.l-tab {
  margin-bottom: 60px;
}

.l-content {
  position: relative;
  margin-top: -100px;
}

#c-tabarea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#c-tabarea li {
  width: calc((100% - 10px)/3);
  text-align: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.85);
  transition: 0.5s;
  height: 120px;
  border-top: 5px solid #5bc2dc;
}

/* ie */
_:-ms-lang(x)::-ms-backdrop,
#c-tabarea li {
  width: 33%;
}

#c-tabarea li.orange {
  border-top: 5px solid #ef7700;
}

#c-tabarea li+li {
  margin-left: 5px;
}

#c-tabarea li:nth-of-type(3n+1) {
  margin-left: 0;
}

#c-tabarea li:nth-of-type(n+4) {
  margin-top: 5px;
}

#c-tabarea li.selected {
  background: #5bc2dc;
}

#c-tabarea li.selected a,
#c-tabarea li:hover a {
  color: #fff;
}

#c-tabarea li.orange.selected {
  background: #ef7700;
}

#c-tabarea li:hover {
  background: #5bc2dc;
}

#c-tabarea li.orange:hover {
  background: #ef7700;
}

#c-tabarea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.3;
  color: inherit;
  transition: 0.5s;
  position: relative;
}

#c-tabarea li a:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-left: 2px solid #454545;
  border-bottom: 2px solid #454545;
  position: absolute;
  bottom: 15px;
  left: 50%;
  box-sizing: content-box;
  margin-left: -5px;
  transition: 0.5s;
}

#c-tabarea li a span {
  display: block;
  width: 100%;
}

#c-tabarea li a .bold+span {
  font-size: 18px;
  margin-top: -50px;
}

#c-tabarea li.selected a:before,
#c-tabarea li:hover a:before {
  opacity: 0;
}

/* content style */
.l-box .c-ttl {
  font-size: 44px;
}

.l-content .inner {
  max-width: 1240px;
}

.l-box {
  background: #fff;
  margin-bottom: 30px;
}

.l-box_inner {
  padding: 100px;
  display: flex;
}

.l-box .c-ttl_area {
  width: 300px;
}

.l-box .c-text_area {
  width: calc(100% - 300px);
}

.l-box .c-detail_box {
  display: flex;
}

.l-box .c-detail {
  margin-top: -45px !important;
}

.l-box .c-detail_box dt {
  width: 200px;
  line-height: 2.1;
  letter-spacing: 0;
  border-bottom: 1px solid #454545;
  padding: 30px 0 35px;
}

.l-box .c-detail_box dd {
  width: calc(100% - 200px);
  border-bottom: 1px solid rgba(69, 69, 69, 0.5);
  padding: 30px 0 35px;
}

.c-list li {
  padding-left: 20px;
  position: relative;
  line-height: 2.1;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.c-list li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.l-box .c-detail_box:nth-last-of-type(1) dt,
.l-box .c-detail_box:nth-last-of-type(1) dd {
  border: none;
  padding-bottom: 0;
}

.l-box .c-text_area .c-text.gray {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 14px;
}

/* btn */
.l-btn_area {
  max-width: 800px;
  margin: 65px auto 155px;
  padding: 0 20px;
  box-sizing: content-box;
}

.l-btn_area .c-btn {
  background: #000;
  height: 120px;
  font-size: 40px;
  color: #fff;
  transition: 0.5s;
}

.l-btn_area .c-btn:hover {
  opacity: 0.5;
}

.l-btn_area .c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

/* member_slide */
.l-intslide {
  background: #efefef;
}

.l-intslide .c-secttl {
  font-size: 40px;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0.1em;
}

.l-intslide .inner {
  padding: 90px 20px;
  position: relative;
}

.l-intslide .c-slider_member {
  margin-top: 40px;
}

.l-intslide .c-item a {
  display: block;
  margin: 15px;
  transition: 0.5s;
  text-decoration: none;
  color: #454545;
}

.l-intslide .c-item a:hover {
  opacity: 0.5;
}

.l-intslide .c-item_img {
  position: relative;
}

.l-intslide .c-item_img .c-name {
  position: absolute;
  top: 20px;
  left: 93%;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 100%;
  letter-spacing: 0.25em;
  color: #454545;
}

.l-intslide .c-item_img .c-bgtext {
  background: #454545;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  font-size: 18px !important;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  padding: 15px !important;
}

.l-intslide .c-item_text .c-job {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.l-intslide .c-item_text .c-name {
  font-size: 24px;
  margin-top: 5px;
}

.l-intslide .c-slide_all .ico {
  display: block;
  width: 10px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.l-intslide .c-slide_all {
  width: 180px;
  margin: 0 auto;
}

.l-intslide .c-slide_all>div {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  justify-content: center;
  width: 175px;
  margin: -5px auto 0;
  line-height: 1;
  color: #454545;
}

/* .l-intslide .slick_pager {
    position: relative;
    width: 210px;
    margin: 45px auto 0;
} */
.l-intslide .slick-prev,
.l-intslide .slick-next {
  transform: scale(2);
}

.l-intslide .slick-prev {
  left: -4px;
}

.l-intslide .slick-prev:before,
.l-intslide .slick-next:before {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  transform: rotate(45deg);
  border-left: 3px solid #454545;
  border-bottom: 3px solid #454545;
}

.l-intslide .slick-next:before {
  transform: rotate(-135deg);
}

@media screen and (max-width:1200px) {
  #c-tabarea li a {
    font-size: 16px;
  }

  /* ie */
  _:-ms-lang(x)::-ms-backdrop,
  #c-tabarea li {
    width: calc(33% - 5px);
  }

  .l-intslide .c-item_img .c-bgtext {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .l-intslide .inner {
    padding: 90px 50px;
  }

  .l-intslide .slick-prev {
    left: 40px;
  }

  .l-intslide .slick-next {
    right: 14px;
  }
}

@media screen and (max-width:767px) {

  /* fv */
  .c-fv_img {
    position: relative;
    width: 100%;
  }

  .c-fv_img figure {
    height: auto;
  }

  .l-fv .c-jobname {
    font-size: 32px;
  }

  .c-fv_text .inner {
    padding: 60px 40px 50px;
  }

  .l-fv .c-ttl {
    width: 100%;
  }

  .c-fv_text {
    height: auto;
  }

  /* content */
  #c-tabarea li {
    width: 100%;
    margin: 0 !important;
    margin: 0 -20px !important;
    width: calc(100% + 40px);
  }

  .l-content {
    margin-top: 0;
  }

  #c-tabarea li a {
    font-size: 18px;
    justify-content: flex-start;
    padding-left: 35px;
    text-align: left;
  }

  #c-tabarea li a:before {
    top: 50%;
    left: auto;
    right: 25px;
    margin-top: -5px;
  }

  #c-tabarea li a .bold+span {
    font-size: 16px;
    margin-top: -23px;
  }

  #c-tabarea li {
    height: 75px;
    border-top: 0;
    border-left: 5px solid #5bc2dc;
  }

  #c-tabarea li+li {
    border-top: 1px solid #e2e2e2 !important;
  }

  #c-tabarea li.orange {
    border-top: 0;
    border-left: 5px solid #ef7700;
  }

  /* content */
  .l-box_inner {
    display: block;
    padding: 60px 30px;
  }

  .l-box .c-ttl_area {
    width: 100%;
  }

  .l-box .c-text_area {
    width: 100%;
  }

  .l-box .c-ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .c-list li {
    font-size: 14px;
  }

  .l-box .c-detail_box {
    display: block;
  }

  .l-box .c-detail_box dt,
  .l-box .c-detail_box dd {
    width: 100%;
  }

  .l-box .c-detail_box dt {
    border-bottom: none;
    font-size: 14px;
    padding: 25px 0 0;
  }

  .l-box .c-detail_box dd {
    padding: 15px 0 25px;
  }

  .l-box .c-detail {
    margin-top: -25px !important;
  }

  .l-box .c-text_area .c-text.gray {
    margin-top: 10px;
  }

  .l-btn_area .c-btn {
    font-size: 36px;
    height: 100px;
  }

  .l-btn_area {
    margin-bottom: 100px;
  }

  .l-intslide .c-secttl {
    font-size: 32px;
    margin-top: 0;
  }

  /* slide */
  .l-intslide .c-item_img .c-name {
    font-size: 12px;
    left: 95%;
  }

  .l-intslide .c-item_text .c-job {
    font-size: 12px;
  }

  .l-intslide .inner {
    padding: 105px 50px;
  }

  .l-intslide .c-item_text .c-name {
    font-size: 20px;
  }

  .l-intslide .slick-prev:before,
  .l-intslide .slick-next:before {
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
  }
}

@media screen and (max-width:450px) {
  .l-intslide .c-item_img .c-bgtext {
    font-size: 16px !important;
  }

  .c-fv_text .inner {
    padding: 60px 20px 50px;
  }
}

@media screen and (max-width:350px) {
  .l-intslide .inner {
    padding: 105px 30px;
  }

  .l-intslide .slick-prev {
    left: 30px;
  }

  .l-intslide .slick-prev,
  .l-intslide .slick-next {
    transform: scale(1.3);
  }

  .c-fv_text .inner {
    padding: 60px 10px 50px;
  }

  .l-fv .c-jobname {
    font-size: 26px;
  }

  #c-tabarea li a {
    font-size: 16px;
    padding-left: 20px;
  }
}

/* ===================================
l-works top
=================================== */
.l-works.top .l-fv .c-jobname {
  margin-top: 0px;
}

.l-works.top .inner_top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-works.top .sec_top {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

.l-works.top .sec_top .bg {
  background: #fff;
  padding: 140px 20px 20px;
  margin-bottom: 0px;
}

.l-works.top .sec_top .animation {
  overflow: hidden;
  position: absolute;
  width: 170%;
  margin-inline: auto;
}

.l-works.top .sec_top .animation.anime1 {
  top: 50px;
  left: 0;
}

.l-works.top .sec_top .animation.anime2 {
  bottom: -42px;
  left: 0;
}

.l-works.top .sec_top .animation .loop {
  animation: loop 40s linear infinite;
  width: 100%;
  padding-right: 130px;
}

.l-works.top .sec_top .animation .loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 40s -20s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.l-works.top .sec_top .ttl {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 120px;
}

.l-works.top .sec_top .text {
  max-width: 790px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.l-works.top .sec_top .text span {
  color: #5BC2DC;
}


.l-works.top .sec_bottom .bg {
  background: #fff;
  padding: 100px 20px 170px;
  margin-bottom: 100px;
}

/* .l-works.top .sec_bottom .image_sec {
  margin-bottom: 134px;
} */

.l-works.top .sec_bottom .cont_wrap {
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 20px;
}

.l-works.top .sec_bottom .cont_wrap.bg_gray {
  background: #EEEEEE;
  padding: 56px 0px 0;
}

.l-works.top .sec_bottom .bg_blue {
  background: rgba(91, 194, 220, 0.10);
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.l-works.top .sec_bottom h2.ttl {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 56px;
}

.l-works.top .arrow_area {
  /* margin: -100px auto -20px; */
  margin: -64px auto -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}

.l-works.top .arrow_area .text {
  width: 128px;
  margin-top: 50px;
}

.l-works.top .arrow_area .arrow {
  max-width: 400px;
  flex: 1;
}


.l-works.top .sec_bottom .cont_2 .tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

.l-works.top .sec_bottom .cont_2 .item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-works.top .sec_bottom .cont_2 .item .img {
  max-width: 150px;
  margin-bottom: 30px;
}

.l-works.top .sec_bottom .cont_2 .item .text {
  padding: 14px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  border-top: 2px solid var(--5-bc-2-dc, #5BC2DC);
  border-left: 2px solid var(--5-bc-2-dc, #5BC2DC);
  border-right: 2px solid var(--5-bc-2-dc, #5BC2DC);
  background: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.l-works.top .sec_bottom .cont_2 .item.active .text {
  background: #fff;
}

.l-works.top .sec_bottom .cont_2 .item br.sp {
  display: none;
}

.l-works.top .sec_bottom .cont_2 .tab_cont {
  border-radius: 0 0 16px 16px;
  border: 2px solid var(--5-bc-2-dc, #5BC2DC);
  padding: 32px;
  background: #fff;
  margin: -2px 0;
  z-index: 0;
}

.l-works.top .sec_bottom .cont_2 .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

.l-works.top .sec_bottom .cont_2 .area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.l-works.top .sec_bottom .cont_2 .area .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.l-works.top .sec_bottom .cont_2 .area .img {
  max-width: 780px;
  margin: 30px auto;
}

.l-works.top .sec_bottom .cont_2 .area .img>a {
  position: relative;
}

.l-works.top .sec_bottom .cont_2 .area>.img>a:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/works/cont2_zoom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.lightbox {
  display: flex;
  flex-direction: column-reverse;
}

.l-works.top .sec_bottom .cont_3 .cont {
  position: relative;
  margin: 150px 60px 40px;
}

.l-works.top .sec_bottom .cont_3 .img {
  max-width: 680px;
  margin: 0 auto;
}

.l-works.top .sec_bottom .cont_3 .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.l-works.top .sec_bottom .cont_3 .group1 {
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.l-works.top .sec_bottom .cont_3 .group2 {
  top: 164px;
  right: -40px;
}

.l-works.top .sec_bottom .cont_3 .group3 {
  bottom: -38px;
  right: 38px;
}

.l-works.top .sec_bottom .cont_3 .group4 {
  bottom: -38px;
  left: 38px;
}

.l-works.top .sec_bottom .cont_3 .group5 {
  top: 164px;
  left: -40px;
}

.l-works.top .sec_bottom .cont_3 .group6 {
  /* top: 64%; */
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.l-works.top .sec_bottom .cont_3 .group .circle {
  width: 180px;
  height: 180px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 5px solid var(--5-bc-2-dc, #5BC2DC);
  background: #FFF;
  border-radius: 50%;
}

.l-works.top .sec_bottom .cont_3 .group .circle .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.l-works.top .sec_bottom .cont_3 .group .circle .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.l-works.top .sec_bottom .cont_3 .group .btn_wrap {
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.l-works.top .sec_bottom .cont_3 .group .btn a {
  display: flex;
  width: 220px;
  height: 50px;
  border-radius: 80px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.1em;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  border: 2px solid var(--ffffff, #FFF);
  text-decoration: none;
  gap: 2px;
}
#sentan_a {
  height: 44px;
}
@media screen and (max-width: 767px) {
  #sentan_a {
    height: 32px;
  }
}
@media screen and (max-width: 550px) {
  #sentan_a {
    height: 29px;
  }
}

.l-works.top .sec_bottom .cont_3 .group .btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.l-works.top .sec_bottom .cont_3 .group .btn1 a  {
  background-color: #43AD7D;
}
.l-works.top .sec_bottom .cont_3 .group .btn5 a {
  background-color: #40CF68;
}

.l-works.top .sec_bottom .cont_3 .group .btn2 a {
  background-color: #3F87DD;
}

.l-works.top .sec_bottom .cont_3 .group .btn3 a {
  background-color: #FF944D;
}

.l-works.top .sec_bottom .cont_3 .group .btn4 a {
  background-color: #5BC2DC;
  letter-spacing: 0.05em;
}

.cont_4 .cont {
  background-color: #fff;
}

.l-works.top .sec_bottom .cont_4 .group {
  border-bottom: 1px solid var(--454545, #454545);

}

.l-works.top .sec_bottom .cont_4 .group .group_ttl {
  padding: 32px;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-works.top .sec_bottom .cont_4 .group .group_ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  display: block;
  transition: 0.5s;
}

.l-works.top .sec_bottom .cont_4 .group .group_ttl.open::after {
  transform: rotate(-45deg);
}

.l-works.top .sec_bottom .cont_4 .group1 .group_ttl {
  color: #5bc2dc;
}

.l-works.top .sec_bottom .cont_4 .group1 .group_ttl:after {
  border-top: 2px solid #5bc2dc;
  border-right: 2px solid #5bc2dc;
}

.l-works.top .sec_bottom .cont_4 .group2 .group_ttl {
  color: #FF944D;
}

.l-works.top .sec_bottom .cont_4 .group2 .group_ttl:after {
  border-top: 2px solid #FF944D;
  border-right: 2px solid #FF944D;
}

.l-works.top .sec_bottom .cont_4 .group3 .group_ttl {
  color: #43AD7D;
}

.l-works.top .sec_bottom .cont_4 .group3 .group_ttl:after {
  border-top: 2px solid #43AD7D;
  border-right: 2px solid #43AD7D;
}

.l-works.top .sec_bottom .cont_4 .group4 .group_ttl {
  color: #3F87DD;
}

.l-works.top .sec_bottom .cont_4 .group4 .group_ttl:after {
  border-top: 2px solid #3F87DD;
  border-right: 2px solid #3F87DD;
}

.l-works.top .sec_bottom .cont_4 .group .group_cont {
  display: none;
  display: block;
  padding: 32px;
}

.l-works.top .sec_bottom .cont_4 .group .job_cont+.job_cont {
  margin-top: 65px;
}

.l-works.top .sec_bottom .cont_4 .group .job_ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 35px;
}

.l-works.top .sec_bottom .cont_4 .group1 .job_ttl,
.l-works.top .sec_bottom .cont_4 .group .small_ttl {
  color: #5bc2dc;
}

.l-works.top .sec_bottom .cont_4 .group2 .job_ttl,
.l-works.top .sec_bottom .cont_4 .group2 .small_ttl {
  color: #FF944D;
}


.l-works.top .sec_bottom .cont_4 .group3 .small_ttl {
  color: #43AD7D;
}
.l-works.top .sec_bottom .cont_4 .group3 .job_ttl {
  color: #43AD7D;
}
.l-works.top .sec_bottom .cont_4 .group3 .job_ttl.color_new {
color: #40CF68 !important;
}

.l-works.top .sec_bottom .cont_4 .group4 .job_ttl,
.l-works.top .sec_bottom .cont_4 .group4 .small_ttl {
  color: #3F87DD;
}

.l-works.top .sec_bottom .cont_4 .group .small_ttl {
  font-size: 22px;
  margin: 32px 0 24px;
}

.l-works.top .sec_bottom .cont_4 .group .job_cont.text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.l-intslide {
  margin: 35px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: none;
}

.l-intslide .c-item {
  width: 238px;
}


.l-intslide .c-item a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #454545;
  margin: 0;
}

.l-intslide .c-item a:hover {
  opacity: 0.5;
}

.l-intslide .c-item_img {
  position: relative;
}

.l-intslide .c-item_img .c-name {
  position: absolute;
  top: 20px;
  left: 93%;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 100%;
  letter-spacing: 0.25em;
  color: #454545;
  font-size: 12px;
}

.l-intslide .c-item_img .c-bgtext {
  background: #454545;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-size: 12px !important;
  padding: 0px 10px 10px !important;
}

.l-intslide .c-item_img .c-bgtext .c-job {
  background: #5bc2dc;
  padding: 5px 10px;
  font-size: 10px;
  display: block;
  margin: 0 -10px 10px;
  width: fit-content;
  font-size: 10px;
}

.l-intslide .c-item_text .c-job {
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.l-intslide .c-item_text .c-name {
  font-size: 20px;
  margin-top: 5px;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:767px) {
  .l-works.top .sec_top .bg {
    padding: 80px 20px 0px;
    margin-bottom: 0px;
  }

  .l-works.top .sec_top {
    margin-top: 0px;
  }

  .l-works.top .sec_top .animation {
    width: 270%;
  }

  .l-works.top .sec_top .animation .loop {
    padding-right: 80px;
  }

  .l-works.top .sec_top .ttl {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .l-works.top .sec_top .animation.anime2 {
    bottom: -20px;
  }

  .l-works.top .sec_bottom .bg {
    background: #fff;
    padding: 80px 20px 100px;
    margin-bottom: 100px;
  }

  .l-works.top .sec_bottom h2.ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .l-works.top .sec_bottom .cont_wrap {
    padding: 40px 20px;
  }

  .l-works.top .sec_bottom .cont_wrap.bg_gray {
    padding: 40px 20px;
  }

  /* .l-works.top .sec_bottom .cont_1 .group_list:first-child li {
    width: 110px;
    height: 40px;
  }

  .l-works.top .sec_bottom .cont_1 .group_list_2 li {
    padding: 8px 12px;
  }

  .l-works.top .sec_bottom .cont_1 .group_list_2 li::before {
    width: 20px;
    height: 20px;
  } */
  .l-works.top .arrow_area {
    /* margin: -80px auto -10px; */
    margin: -36px auto -10px;
    gap: 20px;
  }

  .l-works.top .arrow_area .text {
    width: 60px;
    margin-top: 40px;
  }

  .l-works.top .arrow_area .arrow {
    max-width: 180px;
  }

  .l-works.top .sec_bottom .cont_2 .item .text {
    font-size: 14px;
    padding: 6px;
  }

  .l-works.top .sec_bottom .cont_2 .item br.sp {
    display: inline;
  }

  .l-works.top .sec_bottom .cont_2 .tab_cont {
    padding: 20px;
  }


  .l-works.top .sec_bottom .cont_3 .cont {
    position: relative;
    margin: 80px 10px 50px;
  }

  .l-works.top .sec_bottom .cont_3 .group1 {
    top: -60px;
  }

  .l-works.top .sec_bottom .cont_3 .group2 {
    top: 90px;
    right: -30px;
  }

  .l-works.top .sec_bottom .cont_3 .group3 {
    bottom: -50px;
    right: 26px;
  }

  .l-works.top .sec_bottom .cont_3 .group4 {
    bottom: -50px;
    left: 26px;
  }

  .l-works.top .sec_bottom .cont_3 .group5 {
    top: 90px;
    left: -30px;
  }

  .l-works.top .sec_bottom .cont_3 .group6 {
    top: 58%;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle {
    width: 110px;
    height: 110px;
    border: 2.018px solid var(--5-bc-2-dc, #5BC2DC);
    padding: 4px;
    gap: 6px;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .icon {
    width: 16px;
    height: 16px;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .text {
    font-size: 14px;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn_wrap {
    margin-top: -12px;
    gap: 5px;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a {
    display: flex;
    width: 165px;
    height: 34px;
    font-size: 10px;
    letter-spacing: -0.1em;
    line-height: 1.3;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (max-width:550px) {
  .l-works.top .sec_bottom .cont_3 .cont {
    margin: 120px -10px 50px;
  }

  .l-works.top .sec_bottom .cont_3 .group1 {
    top: -92px;
  }

  .l-works.top .sec_bottom .cont_3 .group2 {
    top: 28px;
    right: -48px;
  }

  .l-works.top .sec_bottom .cont_3 .group3 {
    bottom: -70px;
    right: -10px;
  }

  .l-works.top .sec_bottom .cont_3 .group4 {
    bottom: -70px;
    left: -10px;
  }

  .l-works.top .sec_bottom .cont_3 .group5 {
    top: 28px;
    left: -48px;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle {
    width: 90px;
    height: 90px;
    border: 2.018px solid var(--5-bc-2-dc, #5BC2DC);
    padding: 4px;
    gap: 6px;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .icon {
    width: 16px;
    height: 16px;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .text {
    font-size: 10px;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn_wrap {
    margin-top: -12px;
    gap: 5px;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 130px;
    height: 30px;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn1 a {
    background-image: url(../images/works/cont_3_btn_1.png);
  }

  .l-works.top .sec_bottom .cont_3 .group .btn2 a {
    background-image: url(../images/works/cont_3_btn_2.png);
  }

  .l-works.top .sec_bottom .cont_3 .group .btn3 a {
    background-image: url(../images/works/cont_3_btn_3.png);
  }

  .l-works.top .sec_bottom .cont_3 .group .btn4 a {
    background-image: url(../images/works/cont_3_btn_4.png);
  }

  .l-works.top .sec_bottom .cont_3 .group .btn5 a {
    background-image: url(../images/works/cont_3_btn_5.png);
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a .text {
    display: none;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a:after {
    display: none;
  }

  /* .l-works.top .sec_bottom .cont_3 .group1 {
    top: -12vw;
  }

  .l-works.top .sec_bottom .cont_3 .group2 {
    top: 14vw;
    right: -8vw;
  }

  .l-works.top .sec_bottom .cont_3 .group3 {
    bottom: -8vw;
    right: 0px;
  }

  .l-works.top .sec_bottom .cont_3 .group4 {
    bottom: -8vw;
    left: 0px;
  }

  .l-works.top .sec_bottom .cont_3 .group5 {
    top: 14vw;
    left: -8vw;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle {
    width: 18vw;
    height: 18vw;
    border: 2.018px solid var(--5-bc-2-dc, #5BC2DC);
    padding: 0.8vw;
    gap: 1.2vw;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .icon {
    width: 3.2vw;
    height: 3.2vw;
  }

  .l-works.top .sec_bottom .cont_3 .group .circle .text {
    font-size: 2vw;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn_wrap {
    margin-top: -2.4vw;
    gap: 1vw;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a {
    display: flex;
    width: 28vw;
    height: 6.8vw;
    font-size: 2vw;
    letter-spacing: -0.1em;
    line-height: 1.3;
  }

  .l-works.top .sec_bottom .cont_3 .group .btn a:after {
    width: 1.4vw;
    height: 1.4vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  } */
  .l-works.top .sec_bottom .cont_4 .group .job_ttl {
    font-size: 20px;
  }

  .l-works.top .sec_bottom .cont_4 .group .small_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width:420px) {
  .l-works.top .sec_top .animation {
    width: 300%;
  }

  .l-works.top .sec_bottom .cont_4 .group .group_ttl {
    padding: 24px 14px;
    font-size: 18px;
  }

  .l-works.top .sec_bottom .cont_4 .group .job_ttl {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .l-intslide .c-item {
    max-width: 238px;
    width: 100%;
  }

  .l-works.top .sec_bottom .cont_4 .group .group_cont {
    padding: 24px 14px;
  }

  .l-works.top .sec_bottom .cont_4 .group .job_cont+.job_cont {
    margin-top: 50px;
  }
}

@media screen and (max-width:365px) {
  .l-works.top .sec_top .animation {
    width: 320%;
  }

  .l-works.top .arrow_area {
    gap: 10px;
    margin: -30px auto 10px;
  }

  .l-works.top .arrow_area .text {
    padding: 4px 2px;
    font-size: 14px;
    margin-top: 40px;
  }

  .l-works.top .arrow_area .arrow {
    max-width: 100px;
  }
}