@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2::after {
  background: url(../img/column/page_h2_after.webp) no-repeat top;
  background-size: 100% auto;
}
#page {
  background: url(../img/common/page_bg.webp) no-repeat bottom;
  background-size: 100% 100%;
  min-height: 100vh;
}
@media screen and (max-width: 818px) {
  #page {
    background: url(../img/common/page_bg_sp.webp) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.single #page {
  background: url(../img/common/page_bg.webp) no-repeat bottom;
  background-size: 100% 100%;
  min-height: 100vh;
}
@media screen and (max-width: 818px) {
  .single #page {
    background: url(../img/common/page_bg_sp.webp) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.sogotag_list {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  width: 100%;
  line-height: 1.01;
  padding-bottom: 25px;
  border-bottom: 1px solid #898989;
}
.sogotag_list span {
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .sogotag_list {
    display: block;
    padding-bottom: 20px;
  }
}
.sogotag_list .tag_ttl {
  text-align: left;
  width: fit-content;
  padding-right: 20px;
  color: #59585B !important;
}
@media screen and (max-width: 818px) {
  .sogotag_list .tag_ttl {
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.sogotag_list .tag_on {
  color: #090405 !important;
}
.sogotag_list .tag_a {
  flex-wrap: wrap;
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .sogotag_list .tag_a {
    gap: 10px;
    column-gap: 15px;
  }
}
.sogotag_list .tag_a a {
  color: #59585B !important;
  display: block;
}
.sogotag_list .tag_a .tag_on {
  color: #090405 !important;
}
.column_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .column_list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 818px) {
  .column_list {
    margin-top: 30px;
  }
}
.column_list .list_li {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 1200px) {
  .column_list .list_li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 818px) {
  .column_list .list_li {
    width: 100%;
  }
}
.column_list .list_li .img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 240px;
}
@media screen and (max-width: 1100px) {
  .column_list .list_li .img {
    height: 170px;
  }
}
@media screen and (max-width: 850px) {
  .column_list .list_li .img {
    height: 130px;
  }
}
@media screen and (max-width: 818px) {
  .column_list .list_li .img {
    height: 200px;
  }
}
.column_list .list_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.column_list .list_li .ttl {
  margin-top: 10px;
  font-weight: 900;
  text-align: left;
  line-height: 1.55;
  font-size: 18px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 818px) {
  .column_list .list_li .ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}
.column_list .list_li .txt {
  margin-top: 10px;
  text-align: left;
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.65;
}
.column_list .list_li .tag_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  column-gap: 8px;
}
.column_list .list_li .tag_list a {
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #59585B;
}
.column_list .list_li .tag_list a span {
  font-size: 14px;
}
.column_list .ins .img {
  padding: 2px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.column_list .ins .img::after {
  position: absolute;
  content: "for Instagram";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.column_list .x .img {
  padding: 2px;
  background: #090405;
}
.column_list .x .img::after {
  position: absolute;
  content: "for X";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #090405;
}
.column_list .other .img {
  padding: 2px;
  background: #090405;
}
.column_list .other .img::after {
  position: absolute;
  content: "other";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #090405;
}
.column_list .facebook .img {
  padding: 2px;
  background: #0964FE;
}
.column_list .facebook .img::after {
  position: absolute;
  content: "for Facebook";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #0964FE;
}
.column_list .youtube .img {
  padding: 2px;
  background: #E93223;
}
.column_list .youtube .img::after {
  position: absolute;
  content: "for Youtube";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #E93223;
}
.column_list .tiktok .img {
  padding: 2px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.column_list .tiktok .img::after {
  position: absolute;
  content: "for TikTok";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.column_list .line .img {
  padding: 2px;
  background: #22BA4F;
}
.column_list .line .img::after {
  position: absolute;
  content: "for LINE";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #22BA4F;
}
.column_list .r .img {
  padding: 2px;
  background: #DCA6AE;
}
.column_list .r .img::after {
  position: absolute;
  content: "for SNS採用";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #DCA6AE;
}
.column_list .a .img {
  padding: 2px;
  background: #A5C9A2;
}
.column_list .a .img::after {
  position: absolute;
  content: "for SNS広告";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #A5C9A2;
}
.column_list .d .img {
  padding: 2px;
  background: #74CCF3;
}
.column_list .d .img::after {
  position: absolute;
  content: "for デザイン制作";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #74CCF3;
}
.column_list .line .img {
  padding: 2px;
  background: #22BA4F;
}
.column_list .line .img::after {
  position: absolute;
  content: "for 公式LINE";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #22BA4F;
}
.single .inner {
  max-width: 840px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .single .inner {
    padding-bottom: 60px;
  }
}
.single .page_h2 {
  height: auto !important;
}
.single .single_ttl {
  max-width: 840px;
  margin: auto;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 70px;
  letter-spacing: 1.5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.55;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .single .single_ttl {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 1.4px;
  }
}
.single .main_img {
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
  border-radius: 10px;
}
.single .main_img img {
  border-radius: 10px;
}
.single .single_txt {
  text-align: left;
}
.single .single_txt h1 {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #898989;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.56px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .single .single_txt h1 {
    padding-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.single .single_txt h2 {
  border-left: 2px solid #898989;
  padding: 4px 0 4px 10px;
  text-align: left;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single .single_txt h3 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single .single_txt p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 818px) {
  .single .single_txt p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.single .single_txt ul li {
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  .single .single_txt ul li {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.single .single_txt ul li + li {
  margin-top: 15px;
}
.single .single_txt ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  border-radius: 100%;
  top: 9px;
  z-index: 1;
  background: #090405;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .single .single_txt ul li::after {
    top: 8px;
  }
}
.single .single_txt .box {
  border: 1px solid #898989;
  background: #ffffff;
  padding: 25px 20px;
}
@media screen and (max-width: 818px) {
  .single .single_txt .box {
    padding: 20px 10px;
  }
}
.single .single_txt .box p {
  text-align: left;
  line-height: 1.65;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  margin-top: 0;
  margin-bottom: 0;
}
.single .single_txt .box .r_txt {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #898989;
  margin-top: 10px;
}
.single .single_txt .box .r_txt a {
  color: #898989 !important;
  text-decoration: underline;
}
.single .more_btn {
  max-width: 275px;
}
.single_other {
  background: rgba(201, 202, 202, 0.5);
}
.single_other .inner {
  max-width: 1240px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .single_other .inner {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.single_other .other_ttl {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.55;
}
@media screen and (max-width: 818px) {
  .single_other .other_ttl {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.single_voice .more_btn {
  max-width: 325px;
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .single_voice .more_btn {
    max-width: 100%;
    margin-top: 40px;
  }
}
.single_voice .page_h2 {
  padding-top: 150px !important;
}
@media screen and (max-width: 818px) {
  .single_voice .page_h2 {
    padding-top: 88px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single_voice .page_h2::after {
  background: url(../img/voice/page_h2_after.webp) no-repeat top;
  background-size: 100% auto;
}
.single_voice #page {
  background: url(../img/common/page_bg.webp) no-repeat bottom;
  background-size: 100% auto;
  min-height: 100vh;
}
@media screen and (max-width: 818px) {
  .single_voice #page {
    background: url(../img/common/page_bg_sp.webp) no-repeat bottom;
    background-size: 100% auto;
  }
}
.single_voice .inner {
  max-width: 840px;
}
.single_voice .voice_single_txt .v_img {
  border-radius: 10px;
}
.single_voice .voice_single_txt .v_img img {
  border-radius: 10px;
}
.single_voice .voice_single_txt .company {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .company {
    margin-top: 10px;
  }
}
.single_voice .voice_single_txt .company dt {
  width: 95px;
  padding-right: 15px;
}
.single_voice .voice_single_txt .company dd {
  width: calc(100% - 95px);
  text-align: left;
  display: flex;
  align-items: center;
}
.single_voice .voice_single_txt .company dd .v_name {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.4px;
  color: #59585B;
  margin-bottom: 10px;
}
.single_voice .voice_single_txt .company dd .tag_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 8px;
}
.single_voice .voice_single_txt .company dd .tag_list a {
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #59585B;
}
.single_voice .voice_single_txt .company dd .tag_list a span {
  font-size: 14px;
}
.single_voice .voice_single_txt .hiku {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .hiku {
    margin-top: 25px;
  }
}
.single_voice .voice_single_txt .hiku .dl01 {
  width: 100%;
  border: 1px solid #090405;
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  display: flex;
}
.single_voice .voice_single_txt .hiku .dl01 dt {
  background: #090405;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 73px;
}
.single_voice .voice_single_txt .hiku .dl01 dd {
  width: calc(100% - 73px);
  background: #ffffff;
  padding: 5px 15px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .hiku .dl01 dd {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.single_voice .voice_single_txt .hiku .dl02 {
  margin-top: 50px;
  width: 100%;
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  display: flex;
  padding: 1px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  position: relative;
}
.single_voice .voice_single_txt .hiku .dl02::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 26px;
  right: calc(50% - 8px);
  top: -39px;
  z-index: 1;
  background: url(../img/voice/v_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.single_voice .voice_single_txt .hiku .dl02 dt {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 73px;
}
.single_voice .voice_single_txt .hiku .dl02 dd {
  width: calc(100% - 73px);
  background: #ffffff;
  padding: 5px 15px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .hiku .dl02 dd {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.single_voice .voice_single_txt .v_coment {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .v_coment {
    display: block;
    margin-top: 25px;
  }
}
.single_voice .voice_single_txt .v_coment dt {
  border-radius: 10px;
  width: 50%;
  padding-right: 40px;
  display: none;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .v_coment dt {
    width: 100%;
    padding-right: 0;
  }
}
.single_voice .voice_single_txt .v_coment dt img {
  border-radius: 10px;
}
.single_voice .voice_single_txt .v_coment dd {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .v_coment dd {
    width: 100%;
    margin-top: 25px;
  }
}
.single_voice .voice_single_txt .v_coment dd p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.single_voice .voice_single_txt .v_coment dd .sub_txt {
  margin-top: 20px;
  text-align: left;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #898989;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_txt .v_coment dd .sub_txt {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
.single_voice .voice_single_ttl {
  text-align: left;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 1.55;
  position: relative;
  z-index: 10;
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .single_voice .voice_single_ttl {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
  }
}
