@charset "UTF-8";

/* common */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}


/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp .l-topmv {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

@media screen and (max-width:767px) {
  .fadeUp .l-topmv {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.fadeUp .l-topmv .c-text_main {
  z-index: 5;
}

.c-topttl .en {
  font-size: 44px;
  display: block;
  letter-spacing: 0.13em;
}

.c-topttl .ja {
  font-size: 22px;
  display: block;
  margin-top: 10px;
}

/* mv */
.l-topmv .c-img_main {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.l-topmv .l-top_inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.l-topmv .l-top_inner:before {
  content: "";
  background: url("../images/top/img_fvleft.png") no-repeat;
  display: block;
  width: 300px;
  height: 400px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-topmv .l-top_inner:after {
  content: "";
  background: url("../images/top/img_fvright.png") no-repeat;
  display: block;
  width: 300px;
  height: 440px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-topmv .l-top_inner.after:before,
.l-topmv .l-top_inner.after:after {
  display: none;
}


.l-topmv .c-text_main {
  max-width: 990px;
  position: absolute;
  /*bottom: 70px;*/
  bottom: 50px;
  left: 50%;
  margin-left: -495px;
  /* z-index: 0; アニメーションのときは解除*/
  z-index: 5;
  /*アニメーションのときは削除*/
}

.l-news {
  background: #fff;
  padding: 20px;
}

.l-news .inner {
  max-width: 1350px;
  padding: 0px 60px 0 20px;
}

.l-news .js-aco__ttl+p {
  display: none;
}
.l-recruit .en {
  margin-right: 20px;
}
.en_title {
  color: #5bc2dc;
}
.c-newstext .js-aco__ttl .en {
  color: #5bc2dc;
  margin-top: 5px;
}


.c-newstext .js-aco__ttl .en+span {
  /*padding-left: 45px;*/
  /* padding-left: 20px; */
}

.c-newstext .js-aco__ttl+p {
  padding-left: 85px;
}

.c-newstext .js-aco__ttl {
  /* cursor: pointer;
  display: flex; */
}
.aco_new {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.aco_new.m12 {
  display: none;
}
.c-newstext .js-aco__ttl .link_icon {
  padding-right: 20px;
}
.js-aco__ttl .link_icon::after {
  content: "";
  width: 17.6px;
  height: 17.6px;
  background: url(../images/common/ico_blank.png);
  background-size: contain;
  display: inline;
}

.js-aco__ttl a {
  color: #000000;
}
.aco_new_text a {
  color: #000000;
}
.aco_new_text {
  font-size: 14px !important;
}


/* .c-newstext .js-aco__ttl:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-left: 2px solid #5bc2dc;
  border-bottom: 2px solid #5bc2dc;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  box-sizing: content-box;

} */
.js-aco_icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: -47px;
}
.c-newstext .js-aco_icon:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-left: 2px solid #5bc2dc;
  border-bottom: 2px solid #5bc2dc;
  /* position: absolute;
  top: 50%;
  right: 0;
  right: -35px;
  margin-top: -6px;
  box-sizing: content-box; */
  left: 43%;
  top: 42%;
  position: absolute;

}

.c-newstext {
  position: relative;
}

/* slide */
.l-slide {
  background: #fff;
  /* padding: 100px 20px 80px; */
  padding: 100px 20px 0px;
  position: relative;
}

.l-slide .inner {
  position: relative;
}

.l-slide:before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #efefef;
}

.l-slide .c-topttl {
  text-align: center;
  margin-bottom: 50px;
}

.l-slide iframe.speakerdeck-iframe {
  width: 900px !important;
  height: 505px !important;
  position: relative;
  margin: 0 auto !important;
  display: block;
}

.l-slide .btn_flex {
  gap: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-slide a.btn {
  max-width: 400px;
  margin: 40px auto 0;
  display: block;
  transition: 0.5s;
  box-shadow: rgb(0 0 0 / 20%) 0px 5px 40px;
}

.l-slide a.btn:hover {
  opacity: 0.5;
}

.l-movie {
  background: #fff;
  padding: 0 0 50px;
  margin-top: -50px;
  position: relative;
}

.l-movie a {
  display: block;
  transition: 0.5s;
}

.l-movie a:hover {
  opacity: 0.7;
}

/* dxtop */
.l-dxtop:before {
  content: "";
  width: 100%;
  /* height: 220px; */
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
}

.l-dxtop:after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #fff;
  z-index: -1;
}

.l-dxtop {
  position: relative;
  padding-bottom: 140px;
}

.l-dxtop .c-dxtop_img {
  max-width: 550px;
  position: absolute;
  /* bottom: -100px; */
  bottom: 76px;
  right: 21px;
}

.l-dxtop .l-dxtop_inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 115px 20px 70px;
}

.l-dxtop .inner .c-text {
  margin-top: 35px;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.l-dxtop .inner {
  position: relative;
  max-width: 1250px;
  padding: 0;
}

.l-dxtop .inner .c-name {
  font-size: 36px;
  margin-top: 30px;
}

.l-dxtop .c-link a,
.l-slide .c-link a {
  text-decoration: none;
  font-size: 16px;
  border-bottom: 2px solid;
  display: block;
  padding: 15px 0;
  position: relative;
  letter-spacing: 0.15em;
  transition: 0.5s;
  color: #454545;
  width: 300px;
}

.l-dxtop .c-link a:hover,
.l-slide .c-link a:hover {
  opacity: 0.5;
}

.l-dxtop .c-link a:before,
.l-slide .c-link a:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-135deg);
  border-left: 2px solid #454545;
  border-bottom: 2px solid #454545;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  box-sizing: content-box;
}

.l-dxtop .c-link {
  margin-top: 35px !important;
}

.l-slide .c-link {
  margin: 50px auto 0 !important;
}

.l-slide .c-link a {
  margin: 0 auto;
  width: 320px;
}

/* top rec */
.l-top_rec .inner {
  padding: 165px 20px 100px;
}

.l-top_rec .c-topttl {
  text-align: center;
}

.l-top_rec .c-btn_area .ico {
  display: block;
  width: 10px;
  margin-right: 10px;
}

.l-top_rec .c-btn_area {
  margin-top: 40px;
  margin-left: -75px;
}

.l-top_rec .c-btn_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 280px;
  color: #454545;
  margin: 0 auto;
  transition: 0.5s;
  position: relative;
}

.l-top_rec .c-btn_area a:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-135deg);
  border-left: 2px solid #454545;
  border-bottom: 2px solid #454545;
  position: absolute;
  top: 3px;
  right: 0;
  box-sizing: content-box;
}

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

.l-top_rec .c-link_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 35px;
}

.l-top_rec .c-link_list li {
  width: calc((100% - 100px)/2);
  margin-bottom: 40px;
}

.l-top_rec .c-link_list li:nth-of-type(even) {
  margin-left: 100px;
}

.l-top_rec .c-link_list li a {
  text-decoration: none;
  font-size: 22px;
  border-bottom: 2px solid;
  display: block;
  padding: 25px 0;
  position: relative;
  letter-spacing: 0.15em;
  transition: 0.5s;
  color: #454545;
}

.l-top_rec .c-link_list li a:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  transform: rotate(-135deg);
  border-left: 2px solid #454545;
  border-bottom: 2px solid #454545;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  box-sizing: content-box;
}

.l-top_rec .c-link_list li a:hover {
  opacity: 0.5;
}

.l-top_rec .c-link_list li.small a {
  padding: 10px 0;
}


.l-top_rec .l-recruit__p--01 {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
}
.tab_icon {
  position: relative;
}
.tab_icon span::after {
  content: "";
  width: 17.6px;
  height: 17.6px;
  background: url(../images/common/ico_blank.png);
  background-size: contain;
  position: absolute;
  bottom: 19px;
  right: 0;
}
.l-top_rec .l-recruit__p--01>span {
  margin: 60px 0 30px;
  border: none;
  padding: 0;
}

.l-recruit__p--01 span.small {
  font-size: 12px;
  width: 100%;
  border: none;
  padding: 0;
  margin: -15px 10px 0 !important;
}

.l-recruit .rec_btnlist {
  display: flex;
  margin: 50px auto 80px;
  justify-content: center;
}

.l-recruit .rec_btnlist li {
  width: 360px;
}

.l-recruit .rec_btnlist li+li {
  margin-left: 70px;
}

.l-recruit .rec_btnlist a {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.l-recruit .rec_btnlist a:hover {
  opacity: 0.5;
}

.l-recruit .rec_btnlist .small {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 100;
  color: #454545;
  text-align: center;
  margin-top: 5px;
}

/* member_slide */
.l-intslide {
  background: #fff;
  position: relative;
}

.l-intslide:before {
  content: "";
  width: 50%;
  height: calc(100% - 150px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #efefef;
}

.l-intslide:after {
  content: "";
  width: 100%;
  height: 135px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-intslide .inner {
  padding: 155px 20px 245px;
  position: relative;
}
.l-intslide02 .inner {
  padding: 10px 20px 140px;
  position: relative;
}
.l-intslide02 .slick-prev,
.l-intslide02 .slick-next {
  top: 41%;
}

.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: 16px !important;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  padding: 45px 10px 10px !important;
}
.l-intslide .c-item_img .c-bgtext.long {
  padding: 69px 10px 10px !important;
}
.l-intslide .c-item_img .c-bgtext .c-job {
  background: #5bc2dc;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
}

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

.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 {
  position: absolute;
  top: 225px;
  right: 260px;
}

.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: absolute;
    width: 35px;
    margin: 45px auto 0;
    top: 180px;
    right: 170px;
} */
.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);
}


/* tag search */
.l-tagsearch .inner {
  padding: 155px 20px 120px;
}

.l-tagsearch .c-topttl {
  text-align: center;
}

.l-tagsearch .c-tab_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.l-tagsearch .c-tab_list li {
  background: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 35px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.5s;
}

.l-tagsearch .c-tab_list li:hover,
.l-tagsearch .c-tab_list li.active {
  opacity: 0.5;
}

.c-tab_wrap {
  margin-top: 55px;
  position: relative;
}

.c-tab_cont.hide {
  display: none;
}

.c-tab_list {
  overflow: hidden;
}

.c-tab_list .c-tab_item {}

/* tabinner */
.c-thub_list {
  display: flex;
  flex-wrap: wrap;
}

.c-thub_list>li {
  width: calc((100% - 60px)/3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #fff;
}

.c-thub_list>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.c-thub_list>li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  color: #454545;
  text-decoration: none;
}

.c-thub_list>li a:hover {
  opacity: 0.5;
}

.c-thub_list .c-itemttl {
  font-size: 22px;
}

.c-thub_list .c-textarea {
  padding: 25px 30px;
}

.c-thub_list .c-itemtag {
  color: #a2a2a2;
  margin-top: 32px !important;
  letter-spacing: 0.15em;
}

/* career */
.career_area {
  background: #fff;
  padding-bottom: 150px;
}

.career_area a {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s;
}

.career_area a:hover {
  opacity: 0.5;
}

.career_text {
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transform: translate(0, -50%);
  padding: 45px 90px 35px 30px;
}

.career_text .img_text {
  width: 300px;
  margin-bottom: 30px;
}

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

  .l-top_rec .c-link_list li a {
    font-size: 20px;
  }

  .l-dxtop .c-dxtop_img {
    max-width: 490px;
  }

.l-dxtop .l-dxtop_inner {
  max-width: 886px;
}

  .l-topmv .c-text_main {
    max-width: 800px;
    margin-left: -400px;
  }

  .l-top_rec .c-link_list li {
    width: calc((100% - 20px)/2);
  }

  .l-top_rec .c-link_list li:nth-of-type(even) {
    margin-left: 20px;
  }

  .l-intslide .inner {
    /* padding: 155px 50px 245px; */
    padding: 1px 20px 245px;
  }

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

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

@media screen and (max-width:1000px) {
  .l-slide iframe.speakerdeck-iframe {
    width: 560px !important;
    height: 314px !important;
  }
  .l-intslide .c-item_img .c-bgtext.long {
    padding: 78px 10px 10px !important;
  }
}

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

  .c-topttl .en {
    font-size: 36px;
  }

  .c-topttl .ja {
    font-size: 18px;
    line-height: 1.3;
  }

  .l-topmv .l-top_inner:before,
  .l-topmv .l-top_inner:after {
    display: none;
  }

  .l-topmv .c-text_main {
    position: relative;
    max-width: none;
    bottom: auto;
    left: auto;
    margin-left: 0;
    background: #fff;
    padding: 29px 25px 20px;
  }

  .l-topmv .c-text_main h1 {
    max-width: 202px;
    margin: 0 auto;
  }

  .l-topmv .c-img_main {
    margin-top: 50px;
  }

  .l-news {
    padding: 15px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  .c-newstext .js-aco__ttl {
    /* display: flex;
    align-items: center; */
    /* overflow-x: auto;
      overflow-y: hidden;
      word-break: keep-all;
      width: 100%; */
  }

  .c-newstext .js-aco__ttl+p {
    font-size: 14px;
  }

  .c-newstext .js-aco__ttl .en {
    font-size: 14px;
  }

  .c-newstext .js-aco__ttl:before {
    right: -13px;
  }

  .c-newstext .js-aco__ttl .en+span {
    /* word-break: keep-all;
      width: 100%;
      min-width: 450px;
      display: block; */
    font-size: 14px;
    display: inline-block;
  }

  .l-slide {
    /* padding: 85px 0 50px; */
    padding: 85px 0 0px;
    background: #efefef;
  }

  .l-slide:before {
    display: none;
  }

  .l-slide iframe.speakerdeck-iframe {
    width: 100% !important;
    height: 50vw !important;
    margin-top: 35px !important;
  }

  .l-slide .c-topttl {
    text-align: center;
  }

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

  /* dxtop */
  .l-dxtop {
    padding: 0;
    background: #fff;
  }

  .l-dxtop:before,
  .l-dxtop:after {
    display: none;
  }

  .l-dxtop .c-dxtop_img {
    max-width: none;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 -20px;
  }

  .l-dxtop .l-dxtop_inner {
    padding: 0 20px 40px;
  }

  .l-dxtop .inner .c-name {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .l-dxtop .inner {
    text-align: center;
    padding-top: 65px;
  }

  .l-dxtop .inner .c-text {
    margin-top: 30px;
  }

  .l-dxtop .c-job {
    font-size: 15px;
    letter-spacing: 0;
  }

  .l-dxtop .c-link,
  .l-slide .c-link {
    margin-top: 20px !important;
  }

  .l-dxtop .c-link a,
  .l-slide .c-link a {
    text-align: left;
    margin: 0 auto;
    width: 245px;
    font-size: 15px;
  }

  .l-slide .c-link a {
    width: 320px !important;
  }

  .l-slide .btn_flex {
    gap: 0px;
  }

  .l-top_rec .inner {
    padding: 105px 20px 100px;
  }

  .l-top_rec .c-link_list li {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .l-top_rec .c-link_list li a {
    font-size: 16px;
    padding: 20px 0;
  }

  .l-top_rec .c-link_list {
    margin-top: 30px;
  }

  .l-top_rec .c-btn_area a {
    font-size: 15px;
    width: 200px;
  }

  .l-top_rec .l-recruit__p--01 {
    display: block;
  }

  .l-top_rec .l-recruit__p--01>span {
    margin: 60px auto 0;
  }

  .l-top_rec .l-recruit__p--01>span+span {
    margin: 20px auto 60px;
  }

  .l-recruit__p--01 span.small {
    margin: -15px 0 0 !important;
    font-size: 11px;
  }

  .l-top_rec .c-btn_area {
    margin-left: -25px;
  }

  .l-intslide .c-topttl {
    text-align: center;
  }

  .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 100px; */
    padding: 1px 50px 100px;
  }

  .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;
  }

  .l-intslide .c-slide_all {
    position: relative;
    top: auto;
    right: auto;
    z-index: 10;
  }

  /* .l-intslide .slick_pager {
    position: relative;
    top: auto;
    right: auto;
    width: 200px;
    z-index: 10;
  } */
  .l-intslide:before {
    height: calc(100% - 190px);
  }

  .l-intslide:after {
    height: 100px;
  }

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

  .l-recruit .rec_btnlist li {
    width: 45%;
  }

  .l-recruit .rec_btnlist li+li {
    margin-left: 5%;
  }

  /* tagarea */
  .l-tagsearch .inner {
    padding: 100px 20px 80px;
  }

  .c-thub_list>li {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .l-tagsearch .c-tab_list li {
    font-size: 15px;
  }

  .c-tab_wrap {
    margin-top: 25px;
  }

  .c-thub_list .c-itemtag {
    font-size: 15px;
  }

  .c-thub_list .c-itemttl {
    font-size: 18px;
  }

  .c-thub_list .c-textarea {
    padding: 20px;
  }

  .career_area {
    padding-bottom: 80px;
  }

  .career_text {
    font-size: 12px;
    padding: 20px;
    width: 90%;
  }

  .career_area a {
    height: 300px;
    width: calc(100% - 40px);
  }

  .career_area a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .career_text .img_text {
    width: 70%;
    margin-bottom: 20px;
  }

  .l-recruit .rec_btnlist {
    flex-wrap: wrap;
  }

  .l-recruit .rec_btnlist li {
    width: 90%;
  }

  .l-recruit .rec_btnlist li+li {
    margin: 20px 0 0;
  }

  .l-recruit .rec_btnlist .small br {
    display: none;
  }

  .l-recruit .rec_btnlist .small {
    display: block;
  }

  .l-intslide .c-item_img .c-bgtext .c-job {
    word-break: break-all;
  }
}

@media screen and (max-width:420px) {
  .l-slide .c-link a {
    width: 100% !important;
    font-size: 14px;
  }
}

@media screen and (max-width:365px) {
  .l-top_rec .c-link_list li a {
    font-size: 14px;
    padding: 15px 0;
  }

  .c-topttl .ja {
    font-size: 16px;
  }

  .l-dxtop .inner {
    padding: 65px 0;
  }

  .l-dxtop .inner .c-text {
    font-size: 13px;
  }
}

/* POP UP */
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal_wrap {
  position: relative;
}

.modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 1140px;
  z-index: 150;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

.pop_inner {
  position: relative;
}

.close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 17px;
}

.close:before {
  content: "";
  width: 1px;
  height: 35px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}

.close:after {
  content: "";
  width: 1px;
  height: 35px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}



.l-recruit__p--01 a,
.l-recruit__p--01 span {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid;
  display: block;
  padding: 15px 0;
  position: relative;
  letter-spacing: 0.15em;
  transition: 0.5s;
  color: #454545;
  width: min(300px, 100%);
  margin: 60px auto 30px;
}

.l-recruit__p--01 span {
  width: min(320px, 100%);
  margin: 20px auto 0;
  text-align: center;
}

.l-recruit__p--01 a+a {
  margin-bottom: 100px;
}

.l-recruit__p--01 a:hover {
  opacity: 0.5;
}

.l-recruit__p--01 a.blank:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/ico_blank.png);
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 0px;
}


/* ヘッダー　追加 */
.c-menu_link_child {
  margin-left: 15px !important;
}
.c-menu_link_child a {
  font-size: 13px !important;
  position: relative;
}
/* ヘッダー　外部リンクアイコン */
.c-menu_link_child a::after {
  content: "";
  width: 17.6px;
  height: 17.6px;
  background: url(../images/common/ico_blank.png);
  background-size: contain;
  position: absolute;
  bottom: 1px;
  right: -22px;
}

/* アコーディオン　外部リンクアイコン */
.link_icon {
  position: relative;
  padding-right: 30px !important;
  display: inline-block;
  width: auto;
} 
.span_icon::after {
  content: "";
  width: 17.6px;
  height: 17.6px;
  background: url(../images/common/ico_blank.png);
  background-size: contain;
  position: absolute;
  bottom: 1px;
  right: 9px;
}


/* youtube iframe */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.l-movie a img:hover {
  opacity: 0.7;
}
.l-movie a img {
  transition: 0.5s;
}
.top_yt_br {
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 20%) 0px 5px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_yt_br {
    border-radius: 58px;
  }
  .l-movie a img:hover {
    opacity: 1 !important;
  }
  .l-movie a:hover {
    opacity: 1 !important;
}
}
/* top スライド　ページャー追加 */
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slick-dots {
  bottom: 0 !important;
  padding-bottom: 10px !important;
}
/* .l-recruit ul, .l-recruit ol {
  position: relative;
  top: -28px;
} */

.l-topmv .slick-next:before {
  display: none !important;
}
.l-topmv .slick-prev:before {
  display: none !important;
}

/* .slick-next:before {
  display: none !important;

  content: "" !important;
  display: block;
  transform: rotate(-135deg);
  width: 30px;
  height: 30px;
  border-left: 5px solid #5bc2dc;
  border-bottom: 5px solid #5bc2dc;
  position: absolute;
  top: 0px;
  right: -30px;
} */
.slick-prev {
  z-index: 1;
}
/* .slick-prev:before {
  display: none !important;

  content: "" !important;
  display: block;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-left: 5px solid #5bc2dc;
  border-bottom: 5px solid #5bc2dc;
  position: absolute;
  top: 0px;
  right: 18px;
} */
  
@media screen and (max-width:1560px) {
  .slick-next:before {
    right: 76px;
  }
  .slick-prev:before {
    right: -86px;
  }
}
  
@media screen and (max-width:700px) {
  .slick-next:before {
    width: 30px;
    height: 30px;
    border-left: 5px solid #5bc2dc;
    border-bottom: 5px solid #5bc2dc;
    right: 43px;
  }
  .slick-prev:before {
    width: 30px;
    height: 30px;
    border-left: 5px solid #5bc2dc;
    border-bottom: 5px solid #5bc2dc;
    right: -55px;
  }
}
/* top スライド　ドット追加 */
.slick-dots li button:before {
  /* color: #5bc2dc !important; */
    color: #fff !important;
    background: #fff !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
    border-radius: 50%;
}
.slick-dots li {
  margin: 0px !important;
}
.slick-dots .slick-active  button:before {
  color: #fff !important;
  opacity: 1 !important;
}


/* 0202追加 */
.l-intslide.l-intslide02:before {
  top: -1px;
  background: #efefef;
  width: 40%;
}
.l-intslide.l-intslide02:after {
    content: "";
    width: 40%;
    height: 153px;
    background: #efefef;
    right: 0;
    left: auto;
}
@media screen and (max-width: 767px) {
  .l-intslide.l-intslide02:before {
    background: none;
  }
  .l-intslide.l-intslide02:after {
    background: none;
  }
}