@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

/* サービス一覧 ------------------------------------------------------- */
.service_parent_content {
  padding: 80px 0 0;
  overflow: hidden;
}

.service_parent_content .arrangement {
  padding: 0 0 60px;
  position: relative;
}

.service_parent_content .arrangement::after {
  content: "";
  width: 1168px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ccc;
}

.service_parent_content .arrangement .f_sec .tit {
  font-size: 25px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.service_parent_content .arrangement .f_sec .txt {
  width: 910px;
  margin: 42px auto 50px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 900px) {
  .service_parent_content .arrangement .f_sec .txt {
    width: 100%;
  }
}

.service_parent_content .arrangement .arrangement_tit {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.service_parent_content .arrangement .arrangement_tit::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ccc;
}

.service_parent_content .arrangement .arrangement_tit span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.service_parent_content .arrangement .cast .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_parent_content .arrangement .cast .lists li {
  width: 32%;
  height: 300px;
  margin-bottom: 40px;
  position: relative;
}

.service_parent_content .arrangement .cast .lists img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_parent_content .arrangement .cast .lists .txt_wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_parent_content .arrangement .cast .lists .txt {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.service_parent_content .arrangement .cast .lists .notes {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 8px;
  color: #fff;
}

.service_parent_content .arrangement .scene {
  padding-top: 40px;
}

.service_parent_content .arrangement .scene .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.service_parent_content .arrangement .scene .lists li {
  width: 32%;
  height: 180px;
  margin-bottom: 32px;
  position: relative;
}

.service_parent_content .arrangement .scene .lists li::before {
  content: "";
  width: 13.5px;
  height: 20.5px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 10.25px);
  right: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/service/arrow240226.png);
}

.service_parent_content .arrangement .scene .lists img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_parent_content .arrangement .scene .lists .txt_wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_parent_content .arrangement .scene .lists .txt {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.service_parent_content .arrangement .scene .lists .txt span {
  font-size: 20px;
}

@media (max-width: 768px) {
  .service_parent_content .arrangement {
    padding: 0 0 30px;
  }
  .service_parent_content .arrangement::after {
    width: 92%;
  }
  .service_parent_content .arrangement .f_sec .tit {
    font-size: 18px;
  }
  .service_parent_content .arrangement .f_sec .txt {
    width: 910px;
    margin: 42px auto 50px;
    font-size: 15px;
    line-height: 2;
  }
}

@media (max-width: 768px) and (max-width: 900px) {
  .service_parent_content .arrangement .f_sec .txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service_parent_content .arrangement .arrangement_tit {
    margin-bottom: 20px;
    font-size: 12.5px;
  }
  .service_parent_content .arrangement .cast .lists {
    display: block;
  }
  .service_parent_content .arrangement .cast .lists li {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
  }
  .service_parent_content .arrangement .cast .lists .txt_wrap {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .service_parent_content .arrangement .cast .lists .txt {
    font-size: 1.2rem;
  }
  .service_parent_content .arrangement .cast .lists .notes {
    bottom: 0;
    right: 10px;
  }
  .service_parent_content .arrangement .scene {
    margin-top: 25px;
  }
  .service_parent_content .arrangement .scene .lists {
    display: block;
  }
  .service_parent_content .arrangement .scene .lists li {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
  }
  .service_parent_content .arrangement .scene .lists li::before {
    content: "";
    width: 13.5px;
    height: 20.5px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 10.25px);
    right: 22px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/service/arrow240226.png);
  }
  .service_parent_content .arrangement .scene .lists .txt {
    font-size: 15.5px;
  }
  .service_parent_content .arrangement .scene .lists .txt span {
    font-size: 10px;
  }
}

.service_parent_content .production {
  padding: 65px 0 0;
}

.service_parent_content .production .f_sec .tit {
  font-size: 25px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.service_parent_content .production .f_sec .txt {
  width: 1035px;
  margin: 42px auto 82px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 900px) {
  .service_parent_content .production .f_sec .txt {
    width: 100%;
  }
}

.service_parent_content .production .production_tit,
.service_parent_content .production .production_txt {
  width: 1035px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .service_parent_content .production .production_tit,
  .service_parent_content .production .production_txt {
    width: 100%;
  }
}

.service_parent_content .production .production_tit {
  padding-left: 30px;
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.service_parent_content .production .production_tit::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(tan(60deg) * 25px / 2);
  width: 25px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #00ffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.service_parent_content .production .solution {
  position: relative;
  overflow: hidden;
}

.service_parent_content .production .solution::after {
  content: "";
  width: 1168px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ccc;
}

.service_parent_content .production .solution .wrap {
  padding: 90px 0 90px;
}

.service_parent_content .production .solution::before {
  content: "";
  width: 100vw;
  height: 64%;
  position: absolute;
  top: 380px;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  z-index: -1;
}

.service_parent_content .production .solution .group-contact {
  margin: 100px auto 0;
}

.service_parent_content .production .solution .item {
  margin-top: 90px;
}

.service_parent_content .production .solution .item_tit img {
  width: auto;
  height: 77px;
}

.service_parent_content .production .solution .item_txt {
  margin: 35px 0 40px;
}

.service_parent_content .production .solution .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_parent_content .production .solution .lists li {
  width: 32%;
  margin-bottom: 30px;
}

.service_parent_content .production .campaign {
  padding: 95px 0 0;
}

.service_parent_content .production .campaign .item {
  padding: 35px 85px 25px;
  margin-top: 55px;
  background-color: #f2f2f2;
}

.service_parent_content .production .campaign .lists {
  border-top: 1px solid #ccc;
}

.service_parent_content .production .campaign .lists li {
  border-bottom: 1px solid #ccc;
}

.service_parent_content .production .campaign .lists a {
  padding: 9px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000;
}

.service_parent_content .production .campaign .lists .img {
  width: 206px;
}

.service_parent_content .production .campaign .lists .img img {
  width: 170px;
}

.service_parent_content .production .campaign .lists .txt {
  width: calc(100% - 206px);
}

.service_parent_content .production .campaign .lists .list_tit {
  font-size: 21px;
  font-weight: 700;
}

.service_parent_content .production .campaign .lists .more_txt {
  font-size: 14px;
}

.service_parent_content .production .campaign .btn a {
  width: 610px;
  line-height: 55px;
  margin: 27px auto 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
  background-color: #000;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.service_parent_content .production .campaign .btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service_parent_content .production .campaign .btn a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.service_parent_content .production .campaign .btn a:hover::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

@media (max-width: 768px) {
  .service_parent_content .production {
    padding: 35px 0 0;
  }
  .service_parent_content .production .f_sec .tit {
    font-size: 18px;
  }
  .service_parent_content .production .f_sec .txt {
    margin: 20px auto 40px;
  }
  .service_parent_content .production .production_tit,
  .service_parent_content .production .production_txt {
    margin: 0 auto;
  }
  .service_parent_content .production .production_tit {
    padding-left: 30px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .service_parent_content .production .production_tit::before {
    top: 5px;
    height: calc(tan(60deg) * 20px / 2);
    width: 20px;
  }
  .service_parent_content .production .solution::after {
    width: 92%;
  }
  .service_parent_content .production .solution .wrap {
    padding: 45px 0 45px;
    border-bottom: none;
  }
  .service_parent_content .production .solution::before {
    height: 64%;
    top: 295px;
    -webkit-transform: skewY(7deg);
            transform: skewY(7deg);
  }
  .service_parent_content .production .solution .group-contact {
    margin: 100px auto 0;
  }
  .service_parent_content .production .solution .item {
    margin-top: 42px;
  }
  .service_parent_content .production .solution .item_tit img {
    height: 39px;
  }
  .service_parent_content .production .solution .item_txt {
    margin: 35px 0 40px;
  }
  .service_parent_content .production .solution .lists {
    display: block;
  }
  .service_parent_content .production .solution .lists li {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_parent_content .production .campaign {
    padding: 95px 0 0;
  }
  .service_parent_content .production .campaign .item {
    padding: 35px 85px 25px;
    margin-top: 55px;
    background-color: #f2f2f2;
  }
  .service_parent_content .production .campaign .lists {
    border-top: 1px solid #ccc;
  }
  .service_parent_content .production .campaign .lists li {
    border-bottom: 1px solid #ccc;
  }
  .service_parent_content .production .campaign .lists a {
    padding: 9px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #000;
  }
  .service_parent_content .production .campaign .lists .img {
    width: 206px;
  }
  .service_parent_content .production .campaign .lists .img img {
    width: 170px;
  }
  .service_parent_content .production .campaign .lists .txt {
    width: calc(100% - 206px);
  }
  .service_parent_content .production .campaign .lists .list_tit {
    font-size: 21px;
    font-weight: 700;
  }
  .service_parent_content .production .campaign .lists .more_txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .service_parent_content .production .campaign {
    padding: 45px 0 0;
  }
  .service_parent_content .production .campaign .item {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 25px 12px 23.5px;
    margin-top: 25px;
  }
  .service_parent_content .production .campaign .lists {
    border-top: 1px solid #ccc;
  }
  .service_parent_content .production .campaign .lists li {
    border-bottom: 1px solid #ccc;
  }
  .service_parent_content .production .campaign .lists a {
    padding: 9px 0;
  }
  .service_parent_content .production .campaign .lists .img {
    width: 103px;
  }
  .service_parent_content .production .campaign .lists .img img {
    width: 85px;
  }
  .service_parent_content .production .campaign .lists .txt {
    width: calc(100% - 104px);
  }
  .service_parent_content .production .campaign .lists .list_tit {
    font-size: 12.5px;
    font-weight: 700;
  }
  .service_parent_content .production .campaign .lists .more_txt {
    font-size: 10px;
  }
  .service_parent_content .production .campaign .btn a {
    width: 305px;
    line-height: 27.5px;
    margin: 27px auto 0;
    font-size: 7px;
    border-radius: 2px;
  }
  .service_parent_content .production .campaign .btn a::after {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}

/* //サービス一覧 ----------------------------------------------------- */
/* サービス詳細 ------------------------------------------------------- */
.service_child_content.adjust {
  padding: 0;
}

.service_child_content {
  padding: 85px 0 0;
  overflow: hidden;
}

.service_child_content .mod_tit {
  padding-left: 31px;
  font-size: 27px;
  font-weight: 700;
  position: relative;
}

.service_child_content .mod_tit::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #666;
  -webkit-clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
          clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
}

@media (max-width: 768px) {
  .service_child_content .mod_tit {
    font-size: 18px;
  }
  .service_child_content .mod_tit::before {
    width: 20px;
    height: 20px;
    top: 3px;
    -webkit-clip-path: polygon(50% 20px, 0% 0%, 20px 0%);
            clip-path: polygon(50% 20px, 0% 0%, 20px 0%);
  }
}

.service_child_content .mod_btn a {
  width: 100%;
  line-height: 68px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service_child_content .mod_btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service_child_content .mod_btn a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.service_child_content .mod_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media (max-width: 768px) {
  .service_child_content .mod_btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1.2rem;
  }
  .service_child_content .mod_btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}

.service_child_content .title_sec {
  margin-bottom: 73px;
  font-weight: 700;
}

.service_child_content .title_sec .f_tit {
  margin-bottom: 15px;
  font-size: 18px;
}

.service_child_content .title_sec .tit {
  font-size: 31px;
  line-height: 1.65;
}

.service_child_content .title_sec .tit .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #79feff));
  background: -webkit-linear-gradient(transparent 60%, #79feff 60%);
  background: linear-gradient(transparent 60%, #79feff 60%);
}

@media (max-width: 768px) {
  .service_child_content .title_sec {
    margin-bottom: 73px;
  }
  .service_child_content .title_sec .f_tit {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .service_child_content .title_sec .tit {
    font-size: 1.2rem;
    line-height: 1.65;
  }
}

.service_child_content .head_content .content {
  padding: 0 0 50px;
  position: relative;
}

.service_child_content .head_content .content::before {
  content: "";
  width: 100vw;
  height: 98%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  top: 19px;
  background-color: #f2f2f2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-clip-path: polygon(50% 0%, 100% 14vw, 100% 100%, 0 100%, 0% 14vw);
          clip-path: polygon(50% 0%, 100% 14vw, 100% 100%, 0 100%, 0% 14vw);
}

.service_child_content .head_content .tit {
  padding-bottom: 30px;
  margin-bottom: 46px;
  border-bottom: 1px solid #000;
}

.service_child_content .head_content .tit img {
  width: auto;
  height: 75px;
}

.service_child_content .head_content .thumb {
  margin-bottom: 20px;
}

.service_child_content .head_content .lists {
  padding-bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
}

.service_child_content .head_content .lists li {
  width: 31.2%;
  margin-bottom: 20px;
}

.service_child_content .head_content .lists .current a {
  pointer-events: none;
}

.service_child_content .head_content .txt {
  margin-top: 30px;
  line-height: 1.86;
}

.service_child_content .head_content .txt:not(:last-of-type) {
  margin-bottom: 2em;
}

.service_child_content .head_content.adjust::before {
  height: 840px;
}

@media (max-width: 768px) {
  .service_child_content .head_content .content {
    padding: 0 0 20px;
  }
  .service_child_content .head_content .content::before {
    top: 8px;
  }
  .service_child_content .head_content .tit {
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .service_child_content .head_content .tit img {
    height: 39px;
  }
  .service_child_content .head_content .thumb {
    margin-bottom: 10px;
  }
  .service_child_content .head_content .lists {
    padding-bottom: 10px;
  }
  .service_child_content .head_content .lists li {
    width: 31.2%;
    margin-bottom: 6px;
  }
  .service_child_content .head_content .txt {
    line-height: 1.86;
  }
  .service_child_content .head_content .txt:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .service_child_content .head_content.adjust::before {
    height: 340px;
  }
}

.service_child_content .choose_content {
  padding: 85px 0 117px;
}

.service_child_content .choose_content .container {
  max-width: 1080px;
}

.service_child_content .choose_content .txt {
  margin: 40px 0 45px;
}

.service_child_content .choose_content .wrap {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_child_content .choose_content .img {
  width: 30%;
}

.service_child_content .choose_content .after_img {
  margin: 0 -58px;
}

@media (max-width: 768px) {
  .service_child_content .choose_content {
    padding: 40px 0 50px;
  }
  .service_child_content .choose_content .txt {
    margin: 20px 0 25px;
  }
  .service_child_content .choose_content .wrap {
    margin-bottom: 30px;
    display: block;
  }
  .service_child_content .choose_content .img {
    width: 100%;
  }
  .service_child_content .choose_content .img:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .service_child_content .choose_content .after_img {
    margin: 0 0 0 -10px;
  }
}

.service_child_content .request_content {
  padding: 1px 0 70px;
  background-color: #f2f2f2;
}

.service_child_content .request_content .outer {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 15px;
}

.service_child_content .request_content .mod_tit {
  margin: -12px 0 35px;
  position: relative;
  z-index: 1;
}

.service_child_content .request_content .lists {
  margin: 36px 0 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_child_content .request_content .lists li {
  width: 234px;
  height: 234px;
  margin: 0 24px 24px;
  font-size: 18px;
  letter-spacing: -0.1em;
  line-height: 1.9;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #00ffff;
  background-color: #fff;
}

.service_child_content .request_content .lists .strong {
  display: contents;
  font-weight: 700;
}

.service_child_content .request_content .point {
  padding: 25px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dashed #79feff;
  background-color: #fff;
}

.service_child_content .request_content .point_tit {
  width: 233px;
  text-align: center;
}

.service_child_content .request_content .point_tit img {
  width: 128px;
}

.service_child_content .request_content .point_txt {
  width: calc(100% - 233px);
  padding-right: 50px;
  line-height: 1.86;
}

@media (max-width: 768px) {
  .service_child_content .request_content {
    padding: 1px 0 35px;
  }
  .service_child_content .request_content .outer {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 15px;
  }
  .service_child_content .request_content .mod_tit {
    margin: -12px 0 35px;
  }
  .service_child_content .request_content .lists {
    margin: 36px 0 46px;
  }
  .service_child_content .request_content .lists li {
    width: 160px;
    height: 160px;
    margin: 0 5px 5px;
    font-size: 0.8rem;
  }
  .service_child_content .request_content .point {
    padding: 20px 10px;
    display: block;
  }
  .service_child_content .request_content .point_tit {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_child_content .request_content .point_tit img {
    width: 128px;
  }
  .service_child_content .request_content .point_txt {
    width: 100%;
    padding-right: 0;
  }
}

.service_child_content .group-example .des.adjust {
  height: 54px;
}

@media (max-width: 768px) {
  .service_child_content .group-example .des.adjust {
    height: auto;
  }
}

.service_child_content .flow_content {
  padding: 1px 0 50px;
  background-color: #f2f2f2;
}

.service_child_content .flow_content .container {
  max-width: 1080px;
}

.service_child_content .flow_content .mod_tit {
  margin: -11px 0 33px;
}

.service_child_content .flow_content .s_tit,
.service_child_content .flow_content .txt {
  text-align: center;
}

.service_child_content .flow_content .s_tit {
  margin-bottom: 15px;
  font-size: 25px;
}

.service_child_content .flow_content .txt {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 768px) {
  .service_child_content .flow_content {
    padding: 1px 0 25px;
  }
  .service_child_content .flow_content .mod_tit {
    margin: -11px 0 33px;
  }
  .service_child_content .flow_content .s_tit,
  .service_child_content .flow_content .txt {
    text-align: center;
  }
  .service_child_content .flow_content .s_tit {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .service_child_content .flow_content .txt {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 2;
  }
  .service_child_content .flow_content .img_wrap {
    overflow-x: scroll;
  }
  .service_child_content .flow_content .img {
    width: 800px;
  }
}

.service_child_content .plan_content {
  padding: 100px 15px 0;
  max-width: 1070px;
  margin: 0 auto;
}

.service_child_content .plan_content .mod_tit {
  margin-bottom: 49px;
}

.service_child_content .plan_content .mod_tit::before {
  background-color: #00ffff;
}

.service_child_content .plan_content .campaign_plan_item_wrap .item:first-of-type {
  padding-top: 28px;
  border-top: 1px solid #ccc;
}

.service_child_content .plan_content .campaign_plan_item_wrap .item:last-of-type {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}

.service_child_content .plan_content .mod_btn {
  margin-top: 37px;
}

@media (max-width: 768px) {
  .service_child_content .plan_content {
    padding: 50px 15px 0;
  }
  .service_child_content .plan_content .mod_tit {
    margin-bottom: 25px;
  }
  .service_child_content .plan_content .campaign_plan_item_wrap {
    margin: 0;
  }
  .service_child_content .plan_content .mod_btn {
    margin-top: 37px;
  }
}

/* //サービス詳細 ----------------------------------------------------- */
/* 利用シーン詳細 ----------------------------------------------------- */
.service_scene_content {
  padding: 62px 0 0;
  overflow: hidden;
}

.service_scene_content .mod_tit {
  padding-left: 31px;
  font-size: 27px;
  font-weight: 700;
  position: relative;
}

.service_scene_content .mod_tit::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #666;
  -webkit-clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
          clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
}

@media (max-width: 768px) {
  .service_scene_content .mod_tit {
    font-size: 18px;
  }
  .service_scene_content .mod_tit::before {
    width: 20px;
    height: 20px;
    top: 3px;
    -webkit-clip-path: polygon(50% 20px, 0% 0%, 20px 0%);
            clip-path: polygon(50% 20px, 0% 0%, 20px 0%);
  }
}

.service_scene_content .mod_btn a {
  width: 100%;
  line-height: 68px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service_scene_content .mod_btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service_scene_content .mod_btn a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.service_scene_content .mod_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media (max-width: 768px) {
  .service_scene_content .mod_btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1.2rem;
  }
  .service_scene_content .mod_btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}

.service_scene_content .head_content .container {
  max-width: 1280px;
}

.service_scene_content .head_content .tit {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
}

.service_scene_content .head_content .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_scene_content .head_content .lists li {
  width: calc(100% / 9);
}

.service_scene_content .head_content .lists li a {
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.38;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 5px 5px 0 0;
}

.service_scene_content .head_content .lists li a.current {
  color: #fff;
  background-color: #000;
}

.service_scene_content .head_content .lists li a.adjust {
  text-align: left;
}

.service_scene_content .head_content .lists li:not(:last-of-type) {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .service_scene_content .head_content .container {
    max-width: 1280px;
  }
  .service_scene_content .head_content .tit {
    margin-bottom: 18px;
    font-size: 12.5px;
  }
  .service_scene_content .head_content .lists {
    width: 100vw;
    height: 60px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 calc(50% - 50vw);
  }
  .service_scene_content .head_content .lists li {
    width: 100%;
  }
  .service_scene_content .head_content .lists li a {
    width: 100px;
    height: auto;
    font-size: 9px;
    line-height: 140%;
    border-radius: 0;
    color: #fff;
  }
  .service_scene_content .head_content .lists li a.current {
    color: #00ffff;
    background-color: #808080;
    position: relative;
  }
  .service_scene_content .head_content .lists li a.current::after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 10px);
    background-color: #808080;
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0);
  }
  .service_scene_content .head_content .lists li:not(:last-of-type) {
    margin-right: 0;
  }
}

.service_scene_content .head_case_content {
  padding: 45px 0 180px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/service/scene/cmn/bg01.jpg);
}

.service_scene_content .head_case_content::before, .service_scene_content .head_case_content::after {
  content: "";
  width: 50%;
  height: 130px;
  position: absolute;
  bottom: -1px;
  background-color: #fff;
}

.service_scene_content .head_case_content::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.service_scene_content .head_case_content::after {
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

.service_scene_content .head_case_content .container2 {
  max-width: 1240px;
}

.service_scene_content .head_case_content .group-example {
  margin-top: 0;
}

.service_scene_content .head_case_content .list-example {
  margin-top: 0;
}

.service_scene_content .head_case_content .list-example {
  grid-gap: 20px;
}

.service_scene_content .head_case_content .list-example .item .img {
  margin-top: 0;
  position: relative;
}

.service_scene_content .head_case_content .list-example .item .img .notes {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 8px;
  color: #fff;
}

.service_scene_content .head_case_content .tit {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.61;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .service_scene_content .head_case_content {
    margin-top: -11px;
    padding: 20px 0 34px;
  }
  .service_scene_content .head_case_content::before, .service_scene_content .head_case_content::after {
    height: 50px;
  }
  .service_scene_content .head_case_content .group-example {
    margin-top: 0;
  }
  .service_scene_content .head_case_content .container2 {
    padding: 0;
  }
  .service_scene_content .head_case_content .group-list-example {
    padding: 0;
  }
  .service_scene_content .head_case_content .list-example {
    margin-top: 0;
  }
  .service_scene_content .head_case_content .list-example .item .img {
    margin-top: 0;
  }
  .service_scene_content .head_case_content .tit {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.service_scene_content .request_content {
  padding: 75px 0 0;
}

.service_scene_content .request_content .outer {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 15px;
}

.service_scene_content .request_content .mod_tit {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.service_scene_content .request_content .lists {
  margin: 36px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_scene_content .request_content .lists li {
  width: 234px;
  height: 234px;
  margin: 0 14px 14px;
  font-size: 18px;
  letter-spacing: -0.1em;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}

.service_scene_content .request_content .lists li:nth-of-type(1) {
  background-image: url(../images/service/scene/cmn/list_bg01.jpg);
}

.service_scene_content .request_content .lists li:nth-of-type(2) {
  background-image: url(../images/service/scene/cmn/list_bg02.jpg);
}

.service_scene_content .request_content .lists li:nth-of-type(3) {
  background-image: url(../images/service/scene/cmn/list_bg03.jpg);
}

.service_scene_content .request_content .lists li:nth-of-type(4) {
  background-image: url(../images/service/scene/cmn/list_bg04.jpg);
}

.service_scene_content .request_content .lists .strong {
  display: contents;
  font-weight: 700;
}

@media (max-width: 768px) {
  .service_scene_content .request_content {
    padding: 50px 0 35px;
  }
  .service_scene_content .request_content .outer {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 15px;
  }
  .service_scene_content .request_content .mod_tit {
    margin-bottom: 35px;
  }
  .service_scene_content .request_content .lists {
    margin: 36px 0 46px;
  }
  .service_scene_content .request_content .lists li {
    width: 160px;
    height: 160px;
    margin: 0 5px 5px;
    font-size: 0.8rem;
  }
  .service_scene_content .request_content .point {
    padding: 20px 10px;
    display: block;
  }
  .service_scene_content .request_content .point_tit {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_scene_content .request_content .point_tit img {
    width: 128px;
  }
  .service_scene_content .request_content .point_txt {
    width: 100%;
    padding-right: 0;
  }
}

.service_scene_content .case_content .group-example .des.adjust {
  height: 54px;
}

@media (max-width: 768px) {
  .service_scene_content .case_content .group-example .des.adjust {
    height: auto;
  }
}

.service_scene_content .price_content {
  padding: 95px 0 106px;
}

.service_scene_content .price_content .container {
  max-width: 1080px;
}

.service_scene_content .price_content .txt {
  margin: 39px 0 72px;
}

.service_scene_content .price_content .lists dt {
  display: inline-block;
  padding-bottom: 12px;
  margin: 0 0 20px 87px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #00ffff;
}

.service_scene_content .price_content .lists dt::before {
  content: "";
  width: 58px;
  height: 43.6px;
  position: absolute;
  top: -5px;
  left: -80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/service_detail/cmn/price_icon.svg);
}

.service_scene_content .price_content .lists dt .strong {
  font-size: 34px;
}

.service_scene_content .price_content .lists dt .adjust {
  font-size: 24px;
}

.service_scene_content .price_content .lists dt:not(:first-of-type) {
  margin-top: 72px;
}

@media (max-width: 768px) {
  .service_scene_content .price_content {
    padding: 50px 0 60px;
  }
  .service_scene_content .price_content .txt {
    margin: 20px 0 35px;
  }
  .service_scene_content .price_content .lists dt {
    padding-bottom: 1px;
    margin: 0 0 20px 53px;
    font-size: 12.5px;
  }
  .service_scene_content .price_content .lists dt::before {
    width: 42px;
    height: 43.6px;
    top: 0;
    left: -53px;
  }
  .service_scene_content .price_content .lists dt .strong {
    font-size: 1.45rem;
  }
  .service_scene_content .price_content .lists dt:not(:first-of-type) {
    margin-top: 72px;
  }
}

.service_scene_content .article_content {
  padding: 40px 0 0;
}

.service_scene_content .article_content .content {
  padding: 47px 0 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/service/scene/cmn/bg01.jpg);
}

.service_scene_content .article_content .container {
  max-width: 1280px;
  position: relative;
}

.service_scene_content .article_content .cat {
  width: 315px;
  line-height: 60px;
  position: absolute;
  top: -107px;
  right: 17px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border-radius: 25px 25px 0 0;
}

.service_scene_content .article_content .lists li {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.service_scene_content .article_content .lists li:first-of-type {
  border-top: 1px solid #fff;
}

.service_scene_content .article_content .lists .wrap {
  position: relative;
}

.service_scene_content .article_content .lists .img {
  width: 260px;
  height: 158px;
  position: absolute;
  top: 0;
  left: 0;
}

.service_scene_content .article_content .lists .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_scene_content .article_content .lists .txt {
  min-height: 160px;
  color: #fff;
}

.service_scene_content .article_content .lists .list_tit,
.service_scene_content .article_content .lists .desc {
  padding-left: 295px;
}

.service_scene_content .article_content .lists .list_tit {
  font-size: 27px;
  line-height: 1.9;
  color: #fff;
  font-weight: 700;
}

.service_scene_content .article_content .lists .desc {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.86;
}

.service_scene_content .article_content .lists .btn a {
  width: 130px;
  line-height: 35px;
  padding-left: 38px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #000;
  background-color: #fff;
  position: relative;
}

.service_scene_content .article_content .lists .btn a::before {
  content: "";
  width: 11.5px;
  height: 11.5px;
  position: absolute;
  top: calc(50% - 5.75px);
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/service/scene/cmn/btn_arrow.png);
}

@media (max-width: 768px) {
  .service_scene_content .article_content {
    padding: 40px 0 0;
  }
  .service_scene_content .article_content .content {
    padding: 47px 0 48px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/service/scene/cmn/bg01.jpg);
  }
  .service_scene_content .article_content .container {
    max-width: 1280px;
    position: relative;
  }
  .service_scene_content .article_content .cat {
    width: 181px;
    line-height: 34px;
    top: -81px;
    right: 17px;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 12.5px 12.5px 0 0;
  }
  .service_scene_content .article_content .lists li {
    padding: 17.5px 0;
  }
  .service_scene_content .article_content .lists .img {
    width: 88px;
    height: 52.5px;
  }
  .service_scene_content .article_content .lists .txt {
    min-height: 160px;
  }
  .service_scene_content .article_content .lists .list_tit,
  .service_scene_content .article_content .lists .desc {
    padding-left: 104px;
  }
  .service_scene_content .article_content .lists .list_tit {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
  }
  .service_scene_content .article_content .lists .desc {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.63;
  }
  .service_scene_content .article_content .lists .btn a {
    width: 100%;
    line-height: 35px;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
  }
  .service_scene_content .article_content .lists .btn a::before {
    content: "";
    width: 11.5px;
    height: 11.5px;
    position: absolute;
    top: calc(50% - 5.75px);
    left: 120px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/service/scene/cmn/btn_arrow.png);
  }
}

.service_scene_content .plan_content {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

.service_scene_content .plan_content .mod_tit {
  margin-bottom: 49px;
}

.service_scene_content .plan_content .mod_tit::before {
  background-color: #00ffff;
}

.service_scene_content .plan_content .campaign_plan_item_wrap .item:first-of-type {
  padding-top: 28px;
  border-top: 1px solid #ccc;
}

.service_scene_content .plan_content .campaign_plan_item_wrap .item:last-of-type {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}

.service_scene_content .plan_content .mod_btn {
  margin-top: 37px;
}

@media (max-width: 768px) {
  .service_scene_content .plan_content {
    padding: 50px 15px 0;
  }
  .service_scene_content .plan_content .mod_tit {
    margin-bottom: 25px;
  }
  .service_scene_content .plan_content .campaign_plan_item_wrap {
    margin: 0;
  }
  .service_scene_content .plan_content .mod_btn {
    margin-top: 37px;
  }
}

/* //利用シーン詳細 --------------------------------------------------- */
/* YOU MAY Castingの強み ---------------------------------------------- */
.mod_btn a {
  width: 88%;
  line-height: 68px;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.mod_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media (max-width: 768px) {
  .mod_btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1.2rem;
  }
  .mod_btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}

.feature_content {
  padding: 75px 0 0;
  overflow: hidden;
}

.feature_content .head_content {
  padding: 0 0 10px;
}

.feature_content .head_content .tit {
  font-size: 25px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.feature_content .head_content .txt {
  width: 910px;
  margin: 42px auto 50px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 900px) {
  .feature_content .head_content .txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .feature_content .head_content .tit {
    font-size: 18px;
  }
  .feature_content .head_content .txt {
    margin: 42px auto 50px;
  }
}

.feature_content .about_content {
  padding: 72px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/feature/about_bg.jpg);
}

.feature_content .about_content .outer {
  max-width: 1040px;
  padding: 0 15px;
  margin: 0 auto;
}

.feature_content .about_content .tit {
  width: 684px;
  margin-bottom: 58px;
}

.feature_content .about_content .txt {
  margin-bottom: 55px;
  padding-left: 294px;
  position: relative;
}

.feature_content .about_content .txt::before {
  content: "";
  width: 125px;
  height: 295px;
  position: absolute;
  top: 0;
  left: 76px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/feature/about_icon.png);
}

.feature_content .about_content .stit {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.78;
  font-weight: 700;
}

.feature_content .about_content .stit .strong {
  font-size: 35px;
}

.feature_content .about_content .desc {
  line-height: 2;
}

.feature_content .about_content .img_wrap {
  margin: 0 -15px;
}

@media (max-width: 768px) {
  .feature_content .about_content {
    padding: 30px 0 35px;
    background-image: url(../images/feature/about_bg_sp.jpg);
  }
  .feature_content .about_content .outer {
    max-width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .feature_content .about_content .tit {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_content .about_content .txt {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .feature_content .about_content .txt::before {
    content: none;
  }
  .feature_content .about_content .stit {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.8;
  }
  .feature_content .about_content .stit .strong {
    font-size: 18px;
  }
  .feature_content .about_content .desc {
    line-height: 2;
  }
  .feature_content .about_content .img_wrap {
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .feature_content .about_content .img_wrap .img {
    width: 700px;
    margin: 0 10px;
  }
  .feature_content .about_content .img_wrap .img img {
    margin-right: 10px;
  }
}

.feature_content .method_content {
  padding: 84px 0 84px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/feature/method_bg20240402.jpg);
}

.feature_content .method_content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature_content .method_content .txt {
  width: 720px;
  margin-right: 30px;
  color: #fff;
}

.feature_content .method_content .tit {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
}

.feature_content .method_content .desc {
  line-height: 2;
}

.feature_content .method_content .desc p:not(:last-of-type) {
  margin-bottom: 2em;
}

.feature_content .method_content .img {
  width: 314px;
}

@media (max-width: 768px) {
  .feature_content .method_content {
    padding: 28px 0 36px;
    background-position: center;
    background-image: url(../images/feature/method_bg20240402_sp.jpg);
  }
  .feature_content .method_content .wrap {
    display: block;
  }
  .feature_content .method_content .txt {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .feature_content .method_content .tit {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  .feature_content .method_content .desc p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .feature_content .method_content .img {
    width: 235px;
    margin: 0 auto;
  }
}

.feature_content .theme_content .before {
  padding: 80px 0 95px;
  position: relative;
}

.feature_content .theme_content .before::before {
  content: "";
  width: 100vw;
  height: 69%;
  position: absolute;
  top: 545px;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  z-index: -1;
}

.feature_content .theme_content .before .tit_wrap {
  text-align: center;
  padding-bottom: 120px;
  margin-bottom: 45px;
  position: relative;
}

.feature_content .theme_content .before .tit_wrap::after {
  content: "";
  width: 45px;
  height: 68px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 22.5px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/feature/theme_arrow.png);
}

.feature_content .theme_content .before .tit {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}

.feature_content .theme_content .before .tit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(60%, #79feff));
  background: -webkit-linear-gradient(transparent 65%, #79feff 60%);
  background: linear-gradient(transparent 65%, #79feff 60%);
}

.feature_content .theme_content .before .stit,
.feature_content .theme_content .before .txt {
  max-width: 1040px;
  margin: 0 auto;
}

.feature_content .theme_content .before .stit {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.78;
  font-weight: 700;
}

.feature_content .theme_content .before .stit .strong {
  font-size: 35px;
}

.feature_content .theme_content .before .txt {
  margin-bottom: 69px;
  line-height: 2;
}

.feature_content .theme_content .before .img_wrap {
  margin: 0 36px 83px;
}

.feature_content .theme_content .before .img_wrap .img {
  position: relative;
}

.feature_content .theme_content .before .img_wrap .link {
  position: absolute;
}

.feature_content .theme_content .before .img_wrap .link a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.feature_content .theme_content .before .img_wrap .link01 {
  width: 19.9%;
  top: 56.4%;
  left: 6.4%;
}

.feature_content .theme_content .before .img_wrap .link02 {
  width: 17.4%;
  top: 56.1%;
  right: 5.2%;
}

.feature_content .theme_content .before .img_wrap .link03 {
  width: 15.6%;
  bottom: 2.8%;
  right: 18.7%;
}

.feature_content .theme_content .before .img_wrap .link04 {
  width: 6.4%;
  bottom: 1.5%;
  left: 35.8%;
}

.feature_content .theme_content .after {
  padding: 130px 0 90px;
  position: relative;
}

.feature_content .theme_content .after::after {
  content: "";
  width: 45px;
  height: 68px;
  position: absolute;
  top: 0;
  left: calc(50% - 22.5px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/feature/theme_arrow.png);
}

.feature_content .theme_content .after .tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.7;
}

.feature_content .theme_content .after .img {
  margin: 0 -20px;
}

@media (max-width: 768px) {
  .feature_content .theme_content .before {
    padding: 27.5px 0 35px;
  }
  .feature_content .theme_content .before::before {
    height: 52%;
    top: 640px;
    -webkit-transform: skewY(7deg);
            transform: skewY(7deg);
  }
  .feature_content .theme_content .before .tit_wrap {
    padding-bottom: 55px;
    margin-bottom: 20px;
  }
  .feature_content .theme_content .before .tit_wrap::after {
    width: 22.5px;
    height: 34px;
    left: calc(50% - 11.25px);
  }
  .feature_content .theme_content .before .tit {
    font-size: 21px;
    line-height: 1.66;
  }
  .feature_content .theme_content .before .tit span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(60%, #79feff));
    background: -webkit-linear-gradient(transparent 65%, #79feff 60%);
    background: linear-gradient(transparent 65%, #79feff 60%);
  }
  .feature_content .theme_content .before .stit,
  .feature_content .theme_content .before .txt {
    max-width: 1040px;
  }
  .feature_content .theme_content .before .stit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.8;
  }
  .feature_content .theme_content .before .stit .strong {
    font-size: 18px;
  }
  .feature_content .theme_content .before .txt {
    margin-bottom: 27.5px;
    line-height: 1.92;
  }
  .feature_content .theme_content .before .img_wrap {
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw) 35px;
    width: 100vw;
  }
  .feature_content .theme_content .before .img_wrap .img {
    width: 690px;
    margin: 0 10px;
  }
  .feature_content .theme_content .before .img_wrap .img img {
    margin-right: 10px;
  }
  .feature_content .theme_content .before .img_wrap .link04 {
    width: 8.4%;
    bottom: 0.5%;
  }
  .feature_content .theme_content .after {
    padding: 50px 0 18px;
  }
  .feature_content .theme_content .after::after {
    width: 22.5px;
    height: 34px;
    left: calc(50% - 11.25px);
  }
  .feature_content .theme_content .after .tit {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.66;
  }
  .feature_content .theme_content .after .img {
    margin: 0;
  }
}

.feature_content .strength_content {
  padding: 0 0 100px;
}

.feature_content .strength_content .tit {
  margin-bottom: 120px;
  padding: 40px 0 37px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #231815;
}

.feature_content .strength_content .outer {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.feature_content .strength_content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature_content .strength_content .item_tit {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.78;
}

.feature_content .strength_content .item_tit .strong {
  font-size: 35px;
}

.feature_content .strength_content .desc {
  line-height: 2;
}

.feature_content .strength_content .bg {
  margin: 0 calc(50% - 50vw) 92px;
  width: 100vw;
}

.feature_content .strength_content .btn a {
  width: 460px;
  line-height: 51px;
  margin: 35px auto 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_content .strength_content .btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_content .strength_content .btn a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.feature_content .strength_content .btn a:hover::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

@media (max-width: 768px) {
  .feature_content .strength_content .btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1.2rem;
  }
  .feature_content .strength_content .btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}

.feature_content .strength_content .item01 {
  padding: 0 0 0 115px;
  margin-bottom: 103px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.feature_content .strength_content .item01 .img {
  width: 324px;
  margin-left: 30px;
}

.feature_content .strength_content .item01 .txt {
  width: 770px;
}

.feature_content .strength_content .item02 {
  padding: 0;
  margin-bottom: 90px;
}

.feature_content .strength_content .item02 .img {
  width: 695px;
  margin-right: 30px;
}

.feature_content .strength_content .item02 .txt {
  width: 500px;
}

.feature_content .strength_content .item03 {
  margin-bottom: 97px;
}

.feature_content .strength_content .item03 .txt {
  padding: 0 115px;
}

.feature_content .strength_content .item03 .desc {
  margin-bottom: 55px;
}

.feature_content .strength_content .item03 .img_wrap {
  margin: 0 60px;
}

.feature_content .strength_content .item04 {
  padding: 0 0 0 115px;
  margin-bottom: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.feature_content .strength_content .item04 .img {
  width: 645px;
  margin-left: 20px;
}

.feature_content .strength_content .item04 .txt {
  width: 480px;
}

@media screen and (max-width: 1280px) {
  .feature_content .strength_content .item04 {
    padding: 0;
  }
}

.feature_content .strength_content .item05 {
  padding: 0;
}

.feature_content .strength_content .item05 .img {
  width: 700px;
  margin-right: 20px;
}

.feature_content .strength_content .item05 .txt {
  width: 480px;
}

@media (max-width: 768px) {
  .feature_content .strength_content {
    padding: 0 0 50px;
  }
  .feature_content .strength_content .tit {
    margin-bottom: 35px;
    padding: 12px 0 12px;
    font-size: 14px;
  }
  .feature_content .strength_content .item {
    display: block;
  }
  .feature_content .strength_content .item_tit {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.66;
  }
  .feature_content .strength_content .item_tit .strong {
    font-size: 20px;
  }
  .feature_content .strength_content .desc {
    line-height: 1.92;
  }
  .feature_content .strength_content .bg {
    margin: 0 calc(50% - 50vw) 40px;
  }
  .feature_content .strength_content .btn a {
    width: 460px;
    line-height: 51px;
    margin: 35px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #000;
    position: relative;
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .feature_content .strength_content .btn a::after {
    content: "";
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .feature_content .strength_content .btn a:hover {
    color: #000;
    background-color: #fff;
    opacity: 1;
  }
  .feature_content .strength_content .btn a:hover::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .feature_content .strength_content .btn a {
    width: 100%;
    line-height: 60px;
    font-size: 1rem;
  }
  .feature_content .strength_content .btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .feature_content .strength_content .item01 {
    margin-bottom: 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #bfbfbf;
  }
  .feature_content .strength_content .item01 .img {
    width: 203px;
    margin: 0 auto 20px;
  }
  .feature_content .strength_content .item01 .txt {
    width: 100%;
  }
  .feature_content .strength_content .item02 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bfbfbf;
  }
  .feature_content .strength_content .item02 .img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .feature_content .strength_content .item02 .txt {
    width: 100%;
  }
  .feature_content .strength_content .item03 {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .feature_content .strength_content .item03 .txt {
    padding: 0;
  }
  .feature_content .strength_content .item03 .desc {
    margin-bottom: 55px;
  }
  .feature_content .strength_content .item03 .img_wrap {
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw) 15px;
    width: 100vw;
  }
  .feature_content .strength_content .item03 .img_wrap .img {
    width: 850px;
    margin: 0 10px;
  }
  .feature_content .strength_content .item03 .img_wrap .img img {
    margin-right: 10px;
  }
  .feature_content .strength_content .item04 {
    margin-bottom: 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #bfbfbf;
  }
  .feature_content .strength_content .item04 .img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .feature_content .strength_content .item04 .txt {
    width: 100%;
  }
  .feature_content .strength_content .item05 {
    padding: 0;
  }
  .feature_content .strength_content .item05 .img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .feature_content .strength_content .item05 .txt {
    width: 100%;
  }
}

.feature_content .achieve_content {
  padding: 93px 0 110px;
  background-color: #f2f2f2;
}

.feature_content .achieve_content .tit {
  padding-left: 70px;
  margin-bottom: 54px;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
}

.feature_content .achieve_content .tit .strong {
  font-size: 35px;
}

.feature_content .achieve_content .img {
  text-align: center;
  position: relative;
}

.feature_content .achieve_content .img img {
  width: 1051px;
}

.feature_content .achieve_content .img::after {
  content: "";
  width: 68px;
  height: 11px;
  position: absolute;
  bottom: 10px;
  right: -30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/feature/achieve_txt.png);
}

@media (max-width: 768px) {
  .feature_content .achieve_content {
    padding: 25px 0 110px;
  }
  .feature_content .achieve_content .tit {
    padding-left: 0;
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 1.66;
  }
  .feature_content .achieve_content .tit .strong {
    font-size: 25px;
  }
  .feature_content .achieve_content .img img {
    width: 100%;
  }
  .feature_content .achieve_content .img::after {
    width: 50px;
    height: 0px;
    bottom: 10px;
    right: auto;
    left: calc(50% - 25px);
    background-image: url(../images/feature/achieve_txt_sp.png);
  }
}

.feature_content .intro_content {
  padding: 98px 0 120px;
}

.feature_content .intro_content .outer {
  max-width: 1283px;
  margin: 0 auto;
  padding: 0 15px;
}

.feature_content .intro_content .item01 {
  padding: 0 48px;
  margin-bottom: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.feature_content .intro_content .item01 .txt {
  width: 583px;
}

.feature_content .intro_content .item01 .img {
  width: 384px;
  margin-left: 20px;
  padding-top: 20px;
}

.feature_content .intro_content .item01 .item_tit {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
}

.feature_content .intro_content .item01 .item_tit .strong {
  font-size: 35px;
}

.feature_content .intro_content .item01 .desc {
  line-height: 2;
}

.feature_content .intro_content .after_img {
  margin-bottom: 110px;
}

.feature_content .intro_content .item02 .item_tit {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
}

.feature_content .intro_content .item02 .item_tit .strong {
  font-size: 35px;
}

.feature_content .intro_content .item02 .item_tit .notes {
  font-size: 18px;
}

.feature_content .intro_content .item02 .wrap {
  margin-bottom: 45px;
  max-width: 1110px;
  margin: 0 auto 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature_content .intro_content .item02 .icon {
  width: 186px;
}

.feature_content .intro_content .item02 .desc {
  width: 846px;
}

.feature_content .intro_content .item02 .btn {
  text-align: center;
}

.feature_content .intro_content .item02 .btn img {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 1000px;
}

@media (max-width: 768px) {
  .feature_content .intro_content {
    padding: 26px 0 35px;
  }
  .feature_content .intro_content .item01 {
    padding: 0;
    margin-bottom: 22px;
    display: block;
  }
  .feature_content .intro_content .item01 .txt {
    width: 100%;
  }
  .feature_content .intro_content .item01 .img {
    width: 266px;
    margin: 0 auto 15px;
    padding-top: 0;
  }
  .feature_content .intro_content .item01 .item_tit {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.66;
  }
  .feature_content .intro_content .item01 .item_tit .strong {
    font-size: 20px;
  }
  .feature_content .intro_content .item01 .desc {
    line-height: 1.96;
  }
  .feature_content .intro_content .after_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 15px;
  }
  .feature_content .intro_content .item02 .item_tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .feature_content .intro_content .item02 .item_tit .strong {
    font-size: 25px;
  }
  .feature_content .intro_content .item02 .item_tit .notes {
    font-size: 10px;
  }
  .feature_content .intro_content .item02 .wrap {
    margin-bottom: 45px;
    max-width: 1110px;
    margin: 0 auto 43px;
    display: block;
  }
  .feature_content .intro_content .item02 .icon {
    float: right;
    clear: both;
    width: 83px;
  }
  .feature_content .intro_content .item02 .desc {
    width: 100%;
  }
  .feature_content .intro_content .item02 .space {
    float: right;
    height: 18.3em;
  }
  .feature_content .intro_content .item02 .btn img {
    width: 100%;
  }
}

.feature_content .voice_content .container2 {
  padding-top: 100px;
  border-top: 1px solid #ccc;
}

.feature_content .voice_content .tit {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
}

.feature_content .voice_content .tit .strong {
  font-size: 35px;
}

@media (max-width: 768px) {
  .feature_content .voice_content .container2 {
    padding-top: 50px;
    border-top: none;
    position: relative;
  }
  .feature_content .voice_content .container2::before {
    content: "";
    width: 92%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ccc;
  }
  .feature_content .voice_content .tit {
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.78;
  }
  .feature_content .voice_content .tit .strong {
    font-size: 25px;
  }
}

/* //YOU MAY Castingの強み -------------------------------------------- */
/* キャンペーンプラン一覧 ----------------------------------------------- */
.campaign_plan_item_wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.campaign_plan_item_wrap .item {
  padding-top: 28px;
}

.campaign_plan_item_wrap .item:not(:first-of-type) {
  margin-top: 26px;
  border-top: 1px solid #ccc;
}

.campaign_plan_item_wrap .item .content {
  position: relative;
  overflow: hidden;
}

.campaign_plan_item_wrap .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.campaign_plan_item_wrap .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.campaign_plan_item_wrap .item .before {
  padding: 29px 58px 23px 58px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.campaign_plan_item_wrap .item .before:hover {
  opacity: 0.7;
}

.campaign_plan_item_wrap .item .before::before {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  top: 36px;
  right: 61px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/service/plan/arrow.png);
}

.campaign_plan_item_wrap .item .before .tit {
  padding-right: 50px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
  color: #fff;
}

.campaign_plan_item_wrap .item .before .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.campaign_plan_item_wrap .item .before .cat {
  width: 150px;
  line-height: 53px;
  margin-right: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  background-color: #fff;
}

.campaign_plan_item_wrap .item .before .desc {
  width: calc(100% - 180px);
  line-height: 2;
  color: #fff;
}

.campaign_plan_item_wrap .item .before.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.campaign_plan_item_wrap .item .after {
  padding: 29px 56px 26px;
}

.campaign_plan_item_wrap .item .after .summary {
  padding: 10px 90px 15px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
}

.campaign_plan_item_wrap .item .after .summary .txt {
  line-height: 1.65;
  display: inline-block;
  position: relative;
}

.campaign_plan_item_wrap .item .after .summary .txt::before {
  content: "";
  width: 59px;
  height: 44px;
  position: absolute;
  top: 6px;
  left: -70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/service/plan/icon.png);
}

.campaign_plan_item_wrap .item .after .summary .txt .strong {
  margin-left: 15px;
  font-size: 35px;
}

.campaign_plan_item_wrap .item .after .summary .txt .adjust {
  font-size: 20px;
}

.campaign_plan_item_wrap .item .after .wrap {
  padding: 21px 32px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  background-color: #fff;
}

.campaign_plan_item_wrap .item .after .img {
  width: 205px;
  height: 97px;
  margin-right: 35px;
  position: relative;
}

.campaign_plan_item_wrap .item .after .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.campaign_plan_item_wrap .item .after .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign_plan_item_wrap .item .after .img .txt {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.campaign_plan_item_wrap .item .after .lists {
  width: calc(100% - 240px);
}

.campaign_plan_item_wrap .item .after .lists li {
  padding-left: 18px;
  line-height: 1.66;
  position: relative;
}

.campaign_plan_item_wrap .item .after .lists li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
}

.campaign_plan_item_wrap .item .after .lists li:not(:last-of-type) {
  margin-bottom: 5px;
}

.campaign_plan_item_wrap .item .after .btn a {
  width: 613px;
  line-height: 55px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  color: #000;
  position: relative;
  background-color: #00ffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.campaign_plan_item_wrap .item .after .btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.campaign_plan_item_wrap .more_btn {
  width: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  margin-top: 35px;
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
}

.campaign_plan_item_wrap .more_btn::after {
  content: "";
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 47%;
  right: 57px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.campaign_plan_item_wrap .more_btn.active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
  .campaign_plan_item_wrap {
    margin: 0 14px;
  }
  .campaign_plan_item_wrap .item:not(:first-of-type) {
    padding-top: 11px;
    margin-top: 11px;
  }
  .campaign_plan_item_wrap .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .campaign_plan_item_wrap .item .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .campaign_plan_item_wrap .item .before {
    padding: 20px 13px 15px 16px;
  }
  .campaign_plan_item_wrap .item .before::before {
    width: 22px;
    height: 22px;
    top: 22px;
    right: 12px;
  }
  .campaign_plan_item_wrap .item .before .tit {
    padding-right: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.56;
  }
  .campaign_plan_item_wrap .item .before .cat {
    width: 75px;
    line-height: 1.36;
    padding: 3.5px 0 3.5px;
    margin-right: 15px;
    font-size: 11px;
    border-radius: 5px;
  }
  .campaign_plan_item_wrap .item .before .desc {
    width: calc(100% - 90px);
    line-height: 1.72;
    font-size: 11px;
  }
  .campaign_plan_item_wrap .item .after {
    padding: 15px 13px 20px;
  }
  .campaign_plan_item_wrap .item .after .summary {
    padding: 17px 0 15px 65px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12.5px;
    text-align: left;
  }
  .campaign_plan_item_wrap .item .after .summary .txt {
    line-height: 1.65;
  }
  .campaign_plan_item_wrap .item .after .summary .txt::before {
    width: 42px;
    height: 31px;
    top: 6px;
    left: -52px;
  }
  .campaign_plan_item_wrap .item .after .summary .txt .strong {
    display: block;
    margin-left: 0;
    font-size: 20px;
  }
  .campaign_plan_item_wrap .item .after .summary .txt .adjust {
    font-size: 12px;
  }
  .campaign_plan_item_wrap .item .after .wrap {
    padding: 26px 18px 22px;
    display: block;
    margin-bottom: 12px;
    background-color: #fff;
  }
  .campaign_plan_item_wrap .item .after .img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .campaign_plan_item_wrap .item .after .img::before {
    content: none;
  }
  .campaign_plan_item_wrap .item .after .img img {
    display: none;
  }
  .campaign_plan_item_wrap .item .after .img .txt {
    width: 100%;
    font-size: 11.5px;
    color: #000;
    position: static;
    text-align: left;
    border-bottom: 1px solid #000;
  }
  .campaign_plan_item_wrap .item .after .lists {
    width: 100%;
  }
  .campaign_plan_item_wrap .item .after .lists li {
    padding-left: 14px;
    line-height: 1.92;
    font-size: 12.5px;
  }
  .campaign_plan_item_wrap .item .after .lists li::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .campaign_plan_item_wrap .item .after .lists li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .campaign_plan_item_wrap .item .after .btn a {
    width: 100%;
    line-height: 36px;
    font-size: 12px;
    border-radius: 5px;
  }
  .campaign_plan_item_wrap .item .after .btn a::after {
    width: 6px;
    height: 6px;
    top: 50%;
    right: 30px;
  }
  .campaign_plan_item_wrap .more_btn {
    width: 100%;
    line-height: 34px;
    font-size: 11px;
    margin-top: 25px;
  }
  .campaign_plan_item_wrap .more_btn::after {
    width: 6px;
    height: 6px;
    top: 47%;
    right: 15px;
  }
}

.campaign_plan_content {
  padding: 88px 0 0;
}

.campaign_plan_content .title {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .campaign_plan_content {
    padding: 44px 0 0;
  }
  .campaign_plan_content .title {
    font-size: 12.5px;
  }
}

/* //キャンペーンプラン一覧 --------------------------------------------- */
/* 既存ページ改修 ------------------------------------------------------ */
.group-title-none {
  font-size: 18px;
}

.group-content {
  margin-bottom: 15px;
  padding-left: 0;
}

.list-pageMenu {
  margin-top: 15px;
}

.price_content {
  padding: 95px 0 106px;
}

.price_content .container {
  max-width: 1080px;
}

.price_content .txt {
  margin: 39px 0 72px;
}

.price_content .lists dt {
  display: inline-block;
  padding-bottom: 12px;
  margin: 0 0 20px 87px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #00ffff;
}

.price_content .lists dt::before {
  content: "";
  width: 58px;
  height: 43.6px;
  position: absolute;
  top: -5px;
  left: -80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/service_detail/cmn/price_icon.svg);
}

.price_content .lists dt .strong {
  font-size: 34px;
}

.price_content .lists dt .adjust {
  font-size: 24px;
}

.price_content .lists dt:not(:first-of-type) {
  margin-top: 72px;
}

@media (max-width: 768px) {
  .price_content {
    padding: 50px 0 60px;
  }
  .price_content .txt {
    margin: 20px 0 35px;
  }
  .price_content .lists dt {
    padding-bottom: 1px;
    margin: 0 0 20px 53px;
    font-size: 12.5px;
  }
  .price_content .lists dt::before {
    width: 42px;
    height: 43.6px;
    top: 0;
    left: -53px;
  }
  .price_content .lists dt .strong {
    font-size: 1.45rem;
  }
  .price_content .lists dt:not(:first-of-type) {
    margin-top: 72px;
  }
}

/* //既存ページ改修 ------------------------------------------------------ */
/* トップ改修 ------------------------------------------------------------ */
.bannerTop .text1 {
  position: absolute;
  top: 13.3%;
  left: 16.8%;
  width: 29.5%;
}

.bannerTop .line-img-top.img6 {
  display: none;
}

.bannerTop .line-text-top.text4 {
  display: none;
}

.bannerTop .line-img-top.img7 {
  top: 32.8%;
}

.bannerTop .line-img-top.img8 {
  top: 63.4%;
}

.bannerTop .line-img-top.img9 {
  top: 63.4%;
}

.bannerTop .line-img-top.img10 {
  top: 65.5%;
  right: 35px;
}

.bannerTop .fv_txt {
  position: absolute;
  top: 35.3%;
  left: 17.8%;
}

.bannerTop .fv_txt .title {
  margin: 0 0 72px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
}

.bannerTop .fv_txt .txt {
  font-size: 16px;
  line-height: 2;
}

.bannerTop .fv_txt .btn {
  margin-top: 36px;
}

.bannerTop .fv_txt .btn a {
  width: 613px;
  line-height: 66px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  color: #000;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #00ffff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bannerTop .fv_txt .btn a::after {
  content: "";
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1600px) {
  .bannerTop .fv_txt {
    top: 35.3%;
    left: 17.8%;
  }
  .bannerTop .fv_txt .title {
    margin: 0 0 4vw;
    font-size: 2.1vw;
  }
  .bannerTop .fv_txt .txt {
    font-size: 0.95vw;
  }
  .bannerTop .fv_txt .btn {
    margin-top: 2vw;
  }
  .bannerTop .fv_txt .btn a {
    width: 36vw;
    line-height: 4vw;
    font-size: 1.2vw;
  }
  .bannerTop .fv_txt .btn a::after {
    width: 1vw;
    height: 1vw;
    right: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .bannerTop .text1 {
    top: 18.8%;
    left: -1%;
    width: 75.6%;
  }
  .bannerTop .line-text-top.text4 {
    display: block;
  }
  .bannerTop .line-img-top.img7 {
    right: 0;
    top: 70.37%;
    width: 65%;
  }
  .bannerTop .line-img-top.img8 {
    top: 51.18%;
    right: 0;
    left: unset;
    width: 36.2%;
  }
  .bannerTop .line-img-top.img9 {
    top: 39.2%;
    left: 0;
    width: 20.2%;
  }
  .bannerTop .line-img-top.img10 {
    left: 0;
    top: 70.37%;
    width: 32.2%;
    right: unset;
  }
}

.top_catch {
  padding: 30px 0 35px;
  margin: 0 15px;
  border-bottom: 1px solid #bfbfbf;
}

.top_catch .tit {
  margin-bottom: 12.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.625;
}

.top_catch .txt {
  font-size: 15px;
  line-height: 1.92;
}

.top-work-content {
  padding: 75px 0 0;
}

.top-work-content .container2 {
  max-width: 1250px;
}

.top-work-content .title {
  margin-bottom: 53px;
  font-size: 30px;
  font-weight: 700;
}

.top-work-content .list-example {
  grid-gap: 0;
}

.top-work-content .works__list {
  max-width: 1434px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.top-work-content .works__list .works-item {
  width: 23.92%;
  margin-bottom: 40px;
}

.top-work-content .works__list .works-item:not(:nth-of-type(4n)) {
  margin-right: 1.4%;
}

.top-work-content .works__list .works-item__title {
  margin: 8px 0 20px;
  font-weight: 700;
}

.top-work-content .works__list .work-item-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-work-content .works__list .works-item__data {
  width: 250px;
}

.top-work-content .works__list .works-item__dataList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-work-content .works__list .works-item__dataList dt,
.top-work-content .works__list .works-item__dataList dd {
  font-size: 10px;
}

.top-work-content .works__list .works-item__dataList dt {
  line-height: 18px;
  margin-right: 10px;
  padding: 0 3px;
  border: 1px solid #000;
}

.top-work-content .works__list .works-item__dataList dd {
  margin-right: 10px;
}

.top-work-content .works__list .link {
  width: 100px;
  text-align: center;
  font-size: 10px;
  background: #e5e5e5;
  color: #1c1b1b;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 3px 10px;
          box-shadow: rgba(149, 157, 165, 0.2) 0 3px 10px;
  border-radius: 10px;
  line-height: 100%;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .top-work-content {
    padding: 36.5px 0 0;
  }
  .top-work-content .title {
    margin-bottom: 22.5px;
    font-size: 18px;
  }
  .top-work-content .list-example {
    grid-gap: 0;
  }
  .top-work-content .works__list {
    max-width: 1434px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-work-content .works__list .works-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-work-content .works__list .works-item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .top-work-content .works__list .works-item__title {
    margin: 8px 0 20px;
    font-weight: 700;
  }
  .top-work-content .works__list .work-item-des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-work-content .works__list .works-item__data {
    width: 250px;
  }
  .top-work-content .works__list .works-item__dataList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-work-content .works__list .works-item__dataList dt,
  .top-work-content .works__list .works-item__dataList dd {
    font-size: 10px;
  }
  .top-work-content .works__list .works-item__dataList dt {
    line-height: 18px;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #000;
  }
  .top-work-content .works__list .works-item__dataList dd {
    margin-right: 10px;
  }
  .top-work-content .works__list .link {
    width: 100px;
    text-align: center;
    font-size: 10px;
    background: #e5e5e5;
    color: #1c1b1b;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 3px 10px;
            box-shadow: rgba(149, 157, 165, 0.2) 0 3px 10px;
    border-radius: 10px;
    line-height: 100%;
    padding: 7px 0;
  }
  .top-work-content .button-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.casting-blog {
  padding: 0px 0 65px;
}

.casting-blog .container {
  max-width: 1440px;
}

.casting-blog .title {
  display: none;
}

.casting-blog .owl-stage-outer {
  width: 100vw;
}

.casting-blog .logo {
  width: 220px;
}

.casting-blog .show-content-right {
  min-height: 230px;
}

.casting-blog .top-list-blog .item {
  padding: 20px 0;
  margin: 0px 14px;
  line-height: 0;
}

.casting-blog .top-list-blog .item .img {
  height: 165px;
}

.casting-blog .top-list-blog .item .item-des a {
  font-size: 11px;
  line-height: 1.65;
}

.casting-blog .show-content-left .button-link {
  margin-top: 45px;
}

.casting-blog .show-content-left .button-link a {
  font-size: 12px;
  padding: 10px 23px;
  background-position: center right 10px;
  padding-right: 33px;
  background-size: 10px 10px;
  border-radius: 10px;
}

.casting-blog .top-list-blog .item .icon {
  top: 6px;
  width: 38px;
  left: -18px;
}

.casting-blog .button-slide {
  display: none;
}

@media screen and (max-width: 768px) {
  .casting-blog {
    padding: 40px 0;
  }
  .casting-blog .title {
    display: block;
  }
  .casting-blog .logo {
    width: auto;
  }
  .casting-blog .show-content-left .button-link {
    margin-top: 0;
  }
  .casting-blog .show-content-left .button-link a {
    font-size: 10px;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    background: url(https://youmaycasting.com/wp-content/themes/youmaycasting/assets/css/../images/top/link-blog-king.png) no-repeat;
    background-color: #fff;
    background-position: center right 10px;
    padding-right: 30px;
  }
  .casting-blog .button-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-news .title {
  margin-left: -100px;
}

@media screen and (max-width: 1280px) {
  .top-news .title {
    margin-left: 0;
  }
}

.top-news .button-link-top {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding-bottom: 50px;
    position: relative;
  }
  .top-news::after {
    content: "";
    width: 92%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
  }
}

.top_flow {
  padding: 75px 0 0;
}

.top_flow .wrap {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top_flow .title {
  margin-left: -30px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 700;
  margin-right: 130px;
}

@media screen and (max-width: 1280px) {
  .top_flow .title {
    margin-left: 0;
  }
}

.top_flow .img_wrap {
  margin: 0 3px 0 -68px;
}

@media screen and (max-width: 768px) {
  .top_flow {
    padding: 37.5px 0 50px;
    position: relative;
  }
  .top_flow::after {
    content: "";
    width: 92%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
  }
  .top_flow .wrap {
    margin-bottom: 15px;
    display: block;
  }
  .top_flow .title {
    padding-left: 0;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .top_flow .img_wrap {
    margin: 0;
    overflow-x: scroll;
  }
  .top_flow .img_wrap .img {
    width: 1200px;
  }
}

.top_suppliers {
  padding: 80px 0 0;
}

.top_suppliers .title {
  margin-left: -30px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 700;
  margin-right: 130px;
}

@media screen and (max-width: 1280px) {
  .top_suppliers .title {
    margin-left: 0;
  }
}

.top_suppliers .img {
  margin-top: -10px;
  text-align: center;
  position: relative;
}

.top_suppliers .img::after {
  content: "";
  width: 68px;
  height: 11px;
  position: absolute;
  bottom: 30px;
  right: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/top/suppliers_txt.png);
}

.top_suppliers .img img {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .top_suppliers {
    padding: 30px 0 30px;
    position: relative;
  }
  .top_suppliers::after {
    content: "";
    width: 92%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
  }
  .top_suppliers .title {
    padding-left: 0;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .top_suppliers .img {
    margin-top: 0;
  }
  .top_suppliers .img::after {
    content: none;
  }
  .top_suppliers .img img {
    width: 100%;
  }
}

.youmaycasting {
  padding: 43px 0 0;
}

.youmaycasting .content {
  margin-top: 50px;
}

.youmaycasting .content .title {
  font-size: 1.7rem;
}

.youmaycasting .tit {
  margin-left: -100px;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .youmaycasting .tit {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .youmaycasting {
    padding: 43px 0 0;
    margin-top: 0;
  }
  .youmaycasting .content {
    margin-top: 20px;
  }
  .youmaycasting .content .title {
    font-size: 1.4rem;
  }
  .youmaycasting .tit {
    font-size: 20px;
  }
}

.top-section2 {
  margin-top: 80px;
}

.top-section2 .title {
  font-size: 1.7rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-section2 .title {
    font-size: 1.4rem;
    padding: 0;
  }
}

/* //トップ改修 ---------------------------------------------------------- */
/* グロナビ改修 ---------------------------------------------------------- */
@media screen and (max-width: 1060px) {
  .wrap-mega-menu .col-menu {
    min-width: 218px;
  }
}

.wrap-mega-menu .col-menu.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-mega-menu .submenu.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wrap-mega-menu .submenu.col2 a {
  width: 47%;
}

.wrap-mega-menu .submenu.col2 a:nth-of-type(odd) {
  margin-right: 20px;
}

.wrap-mega-menu .mega-menu-item.mr30 {
  margin-right: 30px;
}

.wrap-mega-menu .no-href {
  pointer-events: none;
}

.wrap-mega-menu .mega-menu-item.child {
  padding-left: 2em !important;
}

.menu-mobile-list li.submenu > a {
  background: url(https://youmaycasting.com/test3/wp-content/themes/youmaycasting/assets/css/../images/arrow-right-mb-noactive.svg) no-repeat;
  background-position: center right 5px;
  background-size: 20px 20px;
}

.menu-mobile-list li.submenu.open > a {
  background: url(https://youmaycasting.com/test3/wp-content/themes/youmaycasting/assets/css/../images/arrow-right-mb-active.svg) no-repeat;
  background-position: center right 5px;
  background-size: 20px 20px;
}

/* //グロナビ改修 -------------------------------------------------------- */
/* フッター改修 ---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .group-ourService .main .right > div.for-top label:nth-child(1) a {
    padding-left: 35px;
  }
}

/* //フッター改修 -------------------------------------------------------- */
.group-table-company .table .td div.address.adjust {
  margin-left: 62px;
}

@media screen and (max-width: 768px) {
  .group-table-company .table .td div.address.adjust {
    margin-left: 0;
  }
}

.group-table-company .table .td div.address.adjust02 {
  margin-left: -2em;
}

@media screen and (max-width: 768px) {
  .group-table-company .table .td div.address.adjust02 {
    margin-left: 0;
  }
}

.group-table-company .table .td .child_lists li {
  text-indent: -2em;
  padding-left: 2em;
}

/* ブログ ---------------------------------------------------------------- */
.sns_share_lists {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns_share_lists li {
  width: calc(97% / 5);
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns_share_lists li a {
  width: 100%;
  display: block;
  text-align: center;
}

.sns_share_lists .facebook {
  background-color: #3b5998;
}

.sns_share_lists .facebook img {
  width: 14px;
}

.sns_share_lists .x {
  background-color: #000;
}

.sns_share_lists .x img {
  width: 12px;
}

.sns_share_lists .hatena {
  background-color: #01a5df;
}

.sns_share_lists .hatena img {
  width: 21px;
}

.sns_share_lists .line {
  background-color: #00b900;
}

.sns_share_lists .line img {
  width: 15px;
}

.sns_share_lists .copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aaa;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sns_share_lists .copy img {
  width: 16px;
}

.sns_share_lists .copy:hover {
  opacity: 0.7;
}

.sns_share_lists .copy .copy_txt {
  display: none;
}

.sns_share_lists .copy button {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* ブログ ---------------------------------------------------------------- */
/* コンタクト ------------------------------------------------------------ */
.contact-confirm-page .wpcf7-form-control-wrap.email p {
  font-size: 1.6em;
  font-weight: bold;
}

/* //コンタクト ---------------------------------------------------------- */
/* 実績 ------------------------------------------------------------------ */
.work-detail .work-detail__dataDesc > * {
  margin-bottom: 1.5rem;
}

.work-detail .work-detail__dataDesc .btn.btn-primary {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 3.6rem;
  padding: 0 6rem;
  margin: 5px auto;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0.035rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #8d795b;
  border-radius: 30px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 0.93rem;
  color: #fff;
  text-decoration: none;
  background-color: #2dc04a;
  border-color: #2dc04a;
}

.work-detail .work-detail__dataDesc .btn.btn-primary::after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/arrow-right-white-index.png) no-repeat;
  background-size: 10px 16px;
}

.work-detail .work-detail__dataDesc a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: underline;
}

.work-detail .work-detail__dataDesc img {
  height: auto !important;
}

.work-detail .work-detail__dataDesc p {
  margin-bottom: 1.6rem;
}

.work-detail .work-detail__dataDesc a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: underline;
}

.work-detail .work-detail__dataDesc h2:not(:first-child) {
  margin-top: 3rem;
}

.work-detail .work-detail__dataDesc h2 {
  padding: 0.5em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.554;
  letter-spacing: -0.02em;
  border-top: solid 1px #1c1b1b;
  border-bottom: solid 1px #1c1b1b;
}

.work-detail .work-detail__dataDesc h3 {
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.554;
  letter-spacing: -0.02rem;
  border-bottom: 3px dotted black;
  font-size: 22px;
  font-size: 1.46rem;
}

.work-detail .work-detail__dataDesc strong {
  font-weight: bold;
}

.work-detail .work-detail__dataDesc blockquote {
  position: relative;
  padding: 20px 20px 20px 70px;
  margin-bottom: 20px;
  line-height: 2;
  border: 1px solid #efeff0;
  -webkit-box-shadow: 0 3px 0 rgba(239, 239, 240, 0.4);
          box-shadow: 0 3px 0 rgba(239, 239, 240, 0.4);
}

.work-detail .work-detail__dataDesc blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: #f2a70b;
  content: "“";
}

.work-detail .work-detail__dataDesc blockquote a {
  color: #eb564b;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .work-detail .work-detail__dataDesc .btn.btn-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 3rem 0 1.5rem;
    margin: 5px auto;
    line-height: 1.3rem;
    letter-spacing: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.related1-grid .name > div {
  line-height: 1.65;
}

.related1-grid.adjust {
  margin-bottom: 30px;
}

.related1-grid.adjust .button-bottom {
  margin-top: 60px;
  position: static;
}

@media screen and (max-width: 768px) {
  .related1-grid.adjust .button-bottom {
    margin-top: 30px;
  }
}

.work-content .works-item__title {
  padding: 1em 0 0 !important;
}

.work-content .works-item__tagList {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 7px;
}

.work-content .works-item__tagList li {
  padding: 0 8px;
  font-size: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #005091;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #005091;
}

@media screen and (max-width: 768px) {
  .work-content .works-item__tagList li {
    font-size: 10px;
  }
}

.work-content .is-emphasized .works-item__tagList {
  gap: 12px;
}

.work-content .is-emphasized .works-item__tagList li {
  padding: 0 15px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .work-content .is-emphasized .works-item__tagList {
    gap: 7px;
  }
  .work-content .is-emphasized .works-item__tagList li {
    padding: 0 8px;
    font-size: 10px;
  }
}

.work-content .is-emphasized .works-item__data {
  margin-top: 10px;
}

.work-content .works-item__dataList {
  margin: 0.7em 0 0.7em !important;
}

.work-content .work-item-des .link {
  top: calc(50% - 12px);
}

.work-detail .work-detail__header {
  margin: 45px 0px 0 !important;
}

.work-detail .works-item__tagList {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}

.work-detail .works-item__tagList li {
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #005091;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #005091;
}

@media screen and (max-width: 768px) {
  .work-detail .works-item__tagList {
    gap: 7px;
  }
  .work-detail .works-item__tagList li {
    font-size: 10px;
  }
}

.work-detail .work-detail__dataTitle {
  margin-top: 45px !important;
}
/*# sourceMappingURL=custom2024.css.map */