.contents .service .txtBox2 .btn a, .contents .service .txtBox1 .btn a, .contents .hp .btn a, .contents .group .btn a {
  display: block;
  width: 210px;
  border: 1px solid #ff5704;
  background-color: transparent;
  color: #ff5704;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (hover) {
  .contents .service .txtBox2 .btn a:hover, .contents .service .txtBox1 .btn a:hover, .contents .hp .btn a:hover, .contents .group .btn a:hover {
    color: #fff;
    background-color: #ff5704;
  }
}

.contents .group .btn a {
  width: 250px;
}

.contents .service .txtBox2 .btn a::before, .contents .service .txtBox1 .btn a::before, .contents .group .btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ff5704;
  border-right: 1px solid #ff5704;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
@media (hover) {
  .contents .service .txtBox2 .btn a:hover::before, .contents .service .txtBox1 .btn a:hover::before, .contents .group .btn a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.contents .recruit__btn a {
  display: block;
  width: 210px;
  border: 1px solid #ff5704;
  background-color: #ff5704;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (hover) {
  .contents .recruit__btn a:hover {
    background-color: #fff;
    color: #ff5704;
  }
}

.contents .recruit__btn a {
  position: relative;
}
.contents .recruit__btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.kv_area {
  width: 100%;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .kv_area {
    padding-top: 89%;
  }
}
.kv_area video {
  width: 100%;
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
}
.kv_area .txt_area {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.kv_area .txt_area > .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.kv_area .txt_area > .inner h1 {
  font-size: 44px;
  color: #252d31;
  font-weight: bold;
  position: absolute;
  top: 17%;
  left: 0;
  opacity: 0;
  line-height: 1.5;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .kv_area .txt_area > .inner h1 {
    font-size: 23px;
    opacity: 1;
    top: 100px;
    left: 5%;
    transform: translate(0, -50%);
  }
}
.kv_area .slide_area {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.3s;
  position: absolute;
  inset: 0 0 auto 0;
}
.kv_area .slide_area .kv_slide .slide_item img {
  width: 100%;
}

.contents {
  width: 100%;
}
.contents p {
  font-size: 16px;
  letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
  .contents p {
    font-size: 14px;
  }
}
.contents h2 {
  color: #444444;
  line-height: 1;
  letter-spacing: -1px;
}
.contents .inner {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contents .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
}
.contents .joetsu {
  margin-top: 30px;
  margin-bottom: -30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .contents .joetsu {
    display: block;
    margin: 0;
  }
}
.contents .joetsu div {
  width: 570px;
}
@media screen and (max-width: 960px) {
  .contents .joetsu div {
    width: 100%;
  }
}
.contents .joetsu div h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .contents .joetsu div h2 {
    font-size: 20px;
  }
}
.contents .joetsu div p {
  margin-top: 20px;
  line-height: 1.9;
  font-size: 19px;
}
@media screen and (max-width: 960px) {
  .contents .joetsu div p {
    font-size: 17px;
  }
}
.contents .joetsu img {
  display: block;
}
@media screen and (max-width: 960px) {
  .contents .joetsu img {
    margin-top: 25px;
    padding: 0 10%;
  }
}
.contents .lead {
  margin-top: 80px;
  background: url(../img/img_lead.jpg) no-repeat left center #f3f3f3;
  height: 392px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .contents .lead {
    margin-top: 40px;
    height: auto;
    display: block;
    background-size: cover !important;
    background: url(../img/img_lead_sp.jpg) no-repeat center bottom;
  }
}
.contents .lead p {
  width: 1100px;
  font-size: 19px;
  padding-left: 630px;
  line-height: 2;
  color: #444444;
}
@media screen and (max-width: 960px) {
  .contents .lead p {
    width: 100%;
    font-size: 17px;
    padding: 20px 0 75%;
  }
}
.contents .group .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contents .group .inner {
    margin-top: 20px;
    display: block;
  }
}
.contents .group h2.ttl {
  font-size: 46px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .contents .group h2.ttl {
    font-size: 27px;
    padding-bottom: 20px;
  }
}
.contents .group p {
  width: 650px;
  font-size: 19px;
  line-height: 1.8;
  color: #444444;
}
@media screen and (max-width: 960px) {
  .contents .group p {
    width: 100%;
    font-size: 17px;
  }
}
.contents .group .btn {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .contents .group .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .contents .group .btn a {
    width: 80%;
    margin: 0 auto;
  }
}
.contents .group img {
  width: 440px;
  display: block;
}
@media screen and (max-width: 960px) {
  .contents .group img {
    width: 100%;
    margin-top: 30px;
  }
}
.contents .tcd {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .contents .tcd {
    margin-top: 90px;
  }
  .contents .tcd .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .contents .tcd .inner a {
    order: 3;
  }
}
.contents .tcd a {
  transition: 0.3s;
  color: #ff5704;
}
@media (hover) {
  .contents .tcd a:hover {
    opacity: 0.5;
  }
}
.contents .tcd .inner h2 {
  margin: 5px 0 26px;
  font-size: 1.7em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .contents .tcd .inner h2 {
    margin-bottom: 20px;
  }
}
.contents .tcd .link {
  margin-top: 3px;
}
.contents .tcd .link a {
  border-bottom: 1px solid #ff5704;
}
.contents .hp {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contents .hp {
    margin-top: 40px;
    display: block;
  }
  .contents .hp.inner {
    padding: 0;
  }
}
.contents .hp .marukin {
  width: 570px;
  background: url(../img/img_marukin.jpg) no-repeat bottom center #f3f3f3;
  padding-bottom: 320px;
}
@media screen and (max-width: 960px) {
  .contents .hp .marukin {
    width: 100%;
    padding-bottom: 55%;
    background-size: 100% auto;
  }
}
.contents .hp .jdc {
  width: 570px;
  background: url(../img/img_jdc.jpg) no-repeat bottom center #e8e8e8;
  padding-bottom: 320px;
}
@media screen and (max-width: 960px) {
  .contents .hp .jdc {
    width: 100%;
    padding-bottom: 55%;
    background-size: 100% auto;
  }
}
.contents .hp .logo {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .contents .hp .logo {
    padding-top: 40px;
  }
}
.contents .hp p {
  line-height: 2;
  padding: 30px 80px 0;
}
@media screen and (max-width: 960px) {
  .contents .hp p {
    padding: 20px 5% 0;
  }
}
.contents .hp .btn {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .contents .hp .btn {
    margin-top: 20px;
  }
}
.contents .hp .btn a {
  margin: 0 auto;
  background: url(../img/icn_blank.png) no-repeat right 10px center;
}
@media (hover) {
  .contents .hp .btn a:hover {
    background: url(../img/icn_blank_o.png) no-repeat right 10px center;
    background-color: #ff5704;
  }
}
.contents .service {
  background-color: #f3f3f3;
  padding: 120px 0 60px;
  min-width: 1140px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contents .service {
    padding: 80px 5%;
    min-width: 100%;
  }
}
.contents .service h2.ttl {
  font-size: 46px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .contents .service h2.ttl {
    font-size: 27px;
    padding-bottom: 20px;
  }
}
.contents .service .box1 {
  position: relative;
  z-index: 20;
}
.contents .service .box1 .imgL {
  float: left;
  width: 48%;
  background: url(../img/img_marketing.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .contents .service .box1 .imgL {
    background: none;
    position: static;
    height: auto;
    width: 100%;
    float: none;
  }
}
.contents .service .bg1 {
  width: 527px;
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 960px) {
  .contents .service .bg1 {
    display: none;
  }
}
.contents .service .bg2 {
  width: 600px;
  position: absolute;
  z-index: 5;
  left: 30px;
  top: 0;
}
@media screen and (max-width: 960px) {
  .contents .service .bg2 {
    display: none;
  }
}
.contents .service .txtBox1 {
  width: 740px;
  padding: 80px 0 115px 200px;
  background-color: #fff;
  margin-top: 74px;
  margin-left: calc(50% - 170px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox1 {
    width: 100%;
    position: static;
    padding: 20px 5% 30px;
    margin: 0;
  }
}
.contents .service .txtBox1 h3 {
  font-size: 32px;
  color: #444444;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox1 h3 {
    font-size: 22px;
  }
}
.contents .service .txtBox1 p {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox1 p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox1 .btn a {
    margin: 20px auto 0;
  }
}
.contents .service .box2 {
  margin-top: 80px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .contents .service .box2 {
    margin-top: 40px;
  }
}
.contents .service .box2 .imgR {
  float: right;
  width: 48%;
  background: url(../img/img_technology.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .contents .service .box2 .imgR {
    background: none;
    position: static;
    height: auto;
    width: 100%;
    float: none;
  }
}
.contents .service .txtBox2 {
  width: 740px;
  float: right;
  padding: 80px 0 100px 55px;
  background-color: #fff;
  margin-top: 74px;
  margin-right: calc(50% - 170px);
  position: relative;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 {
    width: 100%;
    position: static;
    padding: 20px 5% 30px;
    margin: 0;
  }
}
.contents .service .txtBox2 h3 {
  font-size: 32px;
  color: #444444;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 h3 {
    font-size: 22px;
  }
}
.contents .service .txtBox2 p {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 p {
    margin-top: 20px;
  }
}
.contents .service .txtBox2 .btn {
  display: flex;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 .btn {
    margin-top: 20px;
    display: block;
  }
}
.contents .service .txtBox2 .btn li {
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 .btn li {
    margin: 0 0 15px;
  }
}
.contents .service .txtBox2 .btn li:last-child {
  margin: 0;
}
.contents .service .txtBox2 .btn a {
  margin-top: 25px;
  width: 210px;
  text-align: left;
  padding: 10px 0 10px 25px;
}
@media screen and (max-width: 960px) {
  .contents .service .txtBox2 .btn a {
    padding: 10px 0 10px 25px;
    margin: 0 auto;
  }
}
.contents .news {
  width: 1140px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contents .news {
    width: 100%;
    display: block;
    margin: 50px auto;
    padding: 0 5%;
  }
}
.contents .news h2 {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .contents .news h2 {
    font-size: 27px;
    text-align: center;
    padding-bottom: 30px;
  }
}
.contents .news .newsBox {
  width: 870px;
}
@media screen and (max-width: 960px) {
  .contents .news .newsBox {
    width: 100%;
  }
}
.contents .news .newsBox a {
  text-decoration: underline;
}
@media (hover) {
  .contents .news .newsBox a:hover {
    text-decoration: none;
  }
}
.contents .news .newsBox ul#newsList li {
  position: relative;
  padding: 0 0 18px 33px;
}
@media screen and (max-width: 960px) {
  .contents .news .newsBox ul#newsList li {
    padding: 0 0 23px 33px;
  }
}
.contents .news .newsBox ul#newsList li::before {
  content: "";
  width: 18px;
  height: 1px;
  border-top: 1px solid #ff5704;
  position: absolute;
  top: 15px;
  left: 0;
  margin-top: -4px;
}
.contents .news .newsBox ul#newsList li .title {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .contents .news .newsBox ul#newsList li .title {
    font-size: 15px;
  }
}
.contents .news .newsBox ul#newsList li a {
  color: #606060;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .contents .news .newsBox ul#newsList li a {
    font-size: 15px;
  }
}
.contents .news .newsBox ul#newsList li a[href*=".pdf"]::after {
  content: "[PDF]";
  font-size: 12px;
  color: #74838b;
}
.contents .news .newsBox ul#newsList li .up_ymd {
  font-size: 12px;
  color: #74838b;
}
.contents .news .newsBox ul#newsList li .newMark {
  color: #ff5704;
  font-size: 17px;
}
.contents .news .list {
  text-align: right;
  margin-top: 20px;
}
.contents .news .list a {
  color: #606060;
  position: relative;
  padding-right: 15px;
  font-size: 15px;
}
.contents .news .list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #ff5704;
  border-right: 1px solid #ff5704;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.contents .recruit {
  width: 100%;
  margin: 110px auto 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contents .recruit {
    margin: 60px auto 0;
  }
}
.contents .recruit__inner {
  width: min(1340px, 90%);
  margin: 0 auto;
  padding: 40px;
  background: #444444;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 960px) {
  .contents .recruit__inner {
    padding: 30px 5%;
    -moz-column-gap: 0px;
         column-gap: 0px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.contents .recruit__contents {
  width: min(400px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contents .recruit__contents {
    width: 100%;
  }
}
.contents .recruit__ttl {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 960px) {
  .contents .recruit__ttl {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.contents .recruit__txt {
  width: 100%;
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .contents .recruit__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
    text-align: center;
  }
}
.contents .recruit__btn {
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .contents .recruit__btn {
    margin: 30px auto 0;
    justify-content: center;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* pc > 960px */
@media screen and (min-width: 961px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
/* sp <= 960px */
@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
