@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#page {
  background-size: 100% auto;
  background-position-y: bottom;
}
.page_h2::after {
  background: url(../img/service/page_h2_after.png) no-repeat top;
  background-size: 100% auto;
}
.page_content .inner {
  max-width: 640px;
  padding-bottom: 110px;
}
@media screen and (max-width: 818px) {
  .page_content .inner {
    padding-bottom: 20px;
  }
}
.commingsoon::after {
  font-size: 40px;
}
@media screen and (max-width: 818px) {
  .commingsoon::after {
    font-size: 30px;
  }
}
.s_list {
  display: block;
}
.s_list li + li {
  margin-top: 15px;
}
.s_list li .box {
  padding: 3px;
}
.s_list li .box .box_item {
  width: 100%;
  background: #ffffff;
  padding: 25px 160px 25px 20px;
  min-height: 198px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .s_list li .box .box_item {
    min-height: 175px;
    padding: 20px 10px;
  }
}
.s_list li .box .box_item::after {
  width: 130px;
  height: 183px;
  right: 13px;
  bottom: 0;
  position: absolute;
  content: "";
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .s_list li .box .box_item::after {
    width: 80px;
    height: 113px;
  }
}
.s_list li .box .box_item .ttl {
  padding: 5px 10px;
  color: #ffffff;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 900;
}
@media screen and (max-width: 818px) {
  .s_list li .box .box_item .ttl {
    margin-bottom: 13px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.s_list li .box .box_item .ttl span {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 818px) {
  .s_list li .box .box_item .ttl span {
    letter-spacing: 1.8px;
    font-size: 18px;
  }
}
.s_list li .box .box_item .txt {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  .s_list li .box .box_item .txt {
    font-size: 12px;
    letter-spacing: 0.24px;
    max-width: 230px;
  }
}
.s_list li .box .box_item .btn {
  margin: auto;
  display: block;
  margin-left: 0;
  margin-top: 15px;
  padding-bottom: 4px;
  padding-right: 20px;
  width: fit-content;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 400;
  line-height: 1.01;
}
.s_list li .box .box_item .btn::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.s_list li .box .box_item .btn::before {
  width: 11px;
  height: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  transition: 0.3s ease-in-out;
}
.s_list li .a_ins {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.s_list li .a_ins .box_item::after {
  background: url(../img/service/img01.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_ins .box_item .ttl {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.s_list li .a_ins .box_item .btn {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s_list li .a_ins .box_item .btn::after {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.s_list li .a_ins .box_item .btn::before {
  background: url(../img/service/btn01.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_x {
  background: #090405;
}
.s_list li .a_x .box_item::after {
  background: url(../img/service/img02.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_x .box_item .ttl {
  background: #1C9BEF;
}
.s_list li .a_x .box_item .btn {
  color: #1C9BEF;
}
.s_list li .a_x .box_item .btn::after {
  background: #1C9BEF;
}
.s_list li .a_x .box_item .btn::before {
  background: url(../img/service/btn02.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_tiktok {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.s_list li .a_tiktok .box_item::after {
  background: url(../img/service/img03.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_tiktok .box_item .ttl {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.s_list li .a_tiktok .box_item .btn {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s_list li .a_tiktok .box_item .btn::after {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.s_list li .a_tiktok .box_item .btn::before {
  background: url(../img/service/btn03.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_line {
  background: #22BA4F;
}
.s_list li .a_line .box_item::after {
  background: url(../img/service/img04.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_line .box_item .ttl {
  background: #22BA4F;
}
.s_list li .a_line .box_item .btn {
  color: #22BA4F;
}
.s_list li .a_line .box_item .btn::after {
  background: #22BA4F;
}
.s_list li .a_line .box_item .btn::before {
  background: url(../img/service/btn04.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_youtube {
  background: #FF0000;
}
.s_list li .a_youtube .box_item::after {
  background: url(../img/service/img05.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_youtube .box_item .ttl {
  background: #FF0000;
}
.s_list li .a_youtube .box_item .btn {
  color: #FF0000;
}
.s_list li .a_youtube .box_item .btn::after {
  background: #FF0000;
}
.s_list li .a_youtube .box_item .btn::before {
  background: url(../img/service/btn05.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_re {
  background: #DCA6AE;
}
.s_list li .a_re .box_item::after {
  background: url(../img/service/img06.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_re .box_item .ttl {
  background: #DCA6AE;
}
.s_list li .a_re .box_item .btn {
  color: #DCA6AE;
}
.s_list li .a_re .box_item .btn::after {
  background: #DCA6AE;
}
.s_list li .a_re .box_item .btn::before {
  background: url(../img/service/btn06.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_ko {
  background: #A2CB9F;
}
.s_list li .a_ko .box_item::after {
  background: url(../img/service/img07.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_ko .box_item .ttl {
  background: #A2CB9F;
}
.s_list li .a_ko .box_item .btn {
  color: #A2CB9F;
}
.s_list li .a_ko .box_item .btn::after {
  background: #A2CB9F;
}
.s_list li .a_ko .box_item .btn::before {
  background: url(../img/service/btn07.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_design {
  background: #75CCF3;
}
.s_list li .a_design .box_item::after {
  background: url(../img/service/img08.png) no-repeat bottom;
  background-size: 100% 100%;
}
.s_list li .a_design .box_item .ttl {
  background: #75CCF3;
}
.s_list li .a_design .box_item .btn {
  color: #75CCF3;
}
.s_list li .a_design .box_item .btn::after {
  background: #75CCF3;
}
.s_list li .a_design .box_item .btn::before {
  background: url(../img/service/btn08.png) no-repeat bottom;
  background-size: 100% 100%;
}
