/*
 Theme Name:   Twenty Nineteen Child
 Template:     twentynineteen
 */
@charset "UTF-8";

* {
  font-family: 'Noto Sans JP';
  color: #030818;
}

html {
  margin-top: 0 !important;
  zoom: 1;
}

body {
  margin: 0 !important;
}

h1 {
  display: inline-block;
  font-size: 2.8rem;
}

h2 {
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  line-height: 1.5;
}

h3 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

h4 {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px auto;
  line-height: 1.5;
}


/* button */

.btn {
  width: 240px;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 25px;
  vertical-align: middle;
  text-align: center;
  line-height: 50px;
}

.btnPrimary {
  color: #fff;
  background-color: #0C2D78;
}

.btnPrimary:hover,
.btnPrimary:focus {
  box-shadow: 0 0.5em 0.5em -0.45em #656F87;
  transform: translateY(-0.14em);
}

.btnSecondory {
  border: 1px solid #131D34;
  color: #131D34;
}

.btnSecondory:hover,
.btnSecondory:focus {
  box-shadow: 0 0.5em 0.5em -0.45em #656F87;
  transform: translateY(-0.14em);
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.btnArea {
  text-align: center;
  margin: 30px auto;
}


/* header */

.header {
  /* background-color: #F6F6F5; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  height: 60px;
  vertical-align: middle;
}


.headerLogo {
  width: 120px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerLink.pc {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  right: 0;
  padding: 40px 0 0;
}

.headerContainer,
.container {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.headerContainer {
  height: 60px;
  position: relative;
}

nav {
  display: inline-block;
  margin-left: auto;
}

ul {
  text-align: right;
  display: inline-block;
}

li.navTitle {
  display: inline-block;
  text-decoration: none;
}

.bkGray {
  background-color: #F6F6F5;
}

.bkWhite {
  background: -moz-linear-gradient(top, #FFF, rgba(255, 255, 255, 0.9));
  background: -webkit-linear-gradient(top, #FFF, rgba(255, 255, 255, 0.9));
  background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0.9));
}

.top {
  height: 640px;
  padding-top: 90px;
}

.top_img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.navTitle a {
  text-decoration: none;
  font-size: 12px;
  margin-right: 60px;
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
}

.navTitle a:last-child {
  margin-left: 0;
}

.navTitle li {
  padding: 5px;
}

.navTitle a::before,
.navTitle a::after {
  border-bottom: solid 2px #030818;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.navTitle a::before {
  left: 50%;
}

.navTitle a::after {
  right: 50%;
}

.navTitle a:hover::before,
.navTitle a:hover::after {
  width: 50%;
}

.customers {
  margin: 180px auto 60px;
}

.logoslide img {
  display: inline-block;
  width: 30%;
  margin: 0 40px 20px 0;
  vertical-align: middle;
}

.logoslide img:last-child {
  margin-right: 0;
}

.finc {
  max-width: 170px;
}

.logoslide {
  text-align: center;
}

.marker {
  background: linear-gradient(rgba(255, 216, 109, 0) 75%, rgba(255, 216, 109) 0%)
}

/* 投稿機能 */
section.archiveContainer.archive.frontPage {
  padding-top: 0;
}

.archiveContainer,
.singleContainer {
  max-width: 800px;
  margin: 0 auto;
}

.singleContainer.single,
.archiveContainer {
  padding-top: 100px;
}

.singleContainer.single h1 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 0px;
}

.singleContainer.single h2 {
  color: #fff;
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
  background-color: #030818;
  padding: 7px 20px;
  border-radius: 2px;
}

.singleContainer.single h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 4px solid #030818;
}

.singleContainer.single h4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
}

.singleContainer.single p {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 30px;
}

.singleContainer li {
  text-align: left;
}

.singleContainer td {
  border: 1px solid #979797;
}

.singleContainer.single img,
.singleContainer.single figure {
  max-width: 100% !important;
  height: auto;
  margin: 10px 0;
}

.singleCaption {
  margin: 10px 0;
}

.singleCompany {
  font-size: 20px;
  text-align: left;
}

.singleDate,
.archiveDate {
  text-align: right;
  font-size: 12px;
}

.post-categories {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

.post-categories li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  background-color: #0C2D78;
  border-bottom: 0;
  border-radius: 3px;
}

.post-categories li:first-child {
  margin-left: 0;
}

.post-categories li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

li.archive_list {
  list-style: none;
  margin: 0 auto 30px;
}

.archive_list_cover {
  display: inline-block;
}

.archive_list_cover img {
  border: 1px solid #979797;
}

.archiveCompany {
  text-align: left;
  display: inline-block;
}

.archiveTitle {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.archiveCompany {
  text-align: left;
  display: inline-block;
}

ul.archive {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.archive_thumb {
  text-decoration: none;
}

.archiveDescription {
  width: calc(100% - 350px);
  padding: 20px;
  display: inline-block;
}

a.archiveCardLink {
  text-decoration: none;
}

/* feature */

.featureHeader {
  background-image: url(asset/common/feature/feature_bk.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  padding-top: 250px;
}

.featureCopy {
  width: 100%;
  background-color: #fff;
  opacity: 0.95;
  border: 1px solid #979797;
  border-radius: 3px;
  font-size: 2rem;
  vertical-align: middle;
  padding: 60px 0;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.featurePoint {
  width: 100%;
  margin: 200px auto 60px;
}

.featurePoint>div {
  display: inline-block;
  width: 29%;
  margin-right: calc(10%/2);
  text-align: center;
  vertical-align: top;
}

.featurePoint div:last-child {
  margin-right: 0;
}

/* statistics */

.statistics {
  width: 100%;
  margin: 60px auto;
}

ul.statisticsPoint {
  margin-left: 0;
  padding-inline-start: 0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.circle {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #FFD86D;
  margin-right: 30px;
}

.circle:last-child {
  margin-right: 0;
}

.statisticsSpan {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  text-align: center;
}

.statisticsLarge {
  font-size: 2.75rem;
  font-weight: bold;
  margin: 0 auto;
}

/* news */

.news {
  background-color: #F6F6F5;
  padding: 60px;
}

.newsArea {
  background-color: #fff;
  max-width: 600px;
  border: 3px solid #131D34;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

.singledate.frontPage {
  text-align: left;
  font-size: 14px;
}

.newsTitle {
  margin-bottom: 0;
}

span.categoryLink {
  display: block;
  text-align: right;
}

li.frontPage {
  width: 100%;
  list-style: none;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

ul.frontPage {
  width: 100%;
  margin-left: 0;
  padding: 20px 0;
}

.casestudy {
  padding: 0 20px 60px;
}

/* policy */

.policy {
  padding: 60px;
  background-color: #F6F6F5;
}

.policyPoint {
  padding: 0 60px;
}

.stylepolicy {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 3px;
  padding: 40px 60px;
  margin: 40px 60px;
}

/* button */

.stylepolicy h4 {
  text-align: center;
  margin: 0 auto 20px;
}

.media {
  padding: 60px 0;
}

.medialogo {
  width: 25%;
  vertical-align: middle;
}

.medialogo1 {
  margin: 0 auto;
}

.medialogo2 {
  margin: 0 auto;
}

img.medialogo.logomini {
  width: 8%;
  display: inline-block;
}

.company {
  padding: 40px 0;
  background-color: #F6F6F5;
}

.companycap {
  text-align: center;
}

.companyLogo {
  width: 36%;
}

p.caption {
  font-size: 1rem;
  color: #727375;
  line-height: 1.5
}

/* page */

.entry-content {
  max-width: 960px;
  margin: 80px auto 0;
}

.pageArticle {
  background-color: #F6F6F5;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 30px;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #ccc;
}

.companyTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.companyTable th,
.companyTable td {
  padding: 25px 0;
  text-align: center;
}

.companyTable tr:nth-child(odd) {
  background-color: #E5E6EB;
}

.companyTable th {
  width: 20%;
}

.companyTable td {
  width: 80%;
}

/* contact-form */

#wpcf7-f19-p46-o1 {
  width: 50%;
  margin: 0 auto;
}

.wpcf7-form-control.wpcf7-submit.btn-warning {
  width: 240px;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 25px;
  vertical-align: middle;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #0C2D78;
  display: block;
  border: 1px solid #0c2078;
  margin: 0 auto;
}

.wpcf7-form-control.wpcf7-submit.btn-warning:hover,
.wpcf7-form-control.wpcf7-submit.btn-warning:focus {
  box-shadow: 0 0.5em 0.5em -0.45em #656F87;
  transform: translateY(-0.14em);
}

textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
}

/*top*/
#top h2 {
  font-size: 24px;
  font-weight: 600;
}

#top .img-tag {
  width: 75px;
  margin: 40px auto 15px;
}

#top .img-logo {
  width: 300px;
  margin: 0 auto;
}

#top p {
  font-size: 17px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.8;
}

/*contact*/
#contact {
  padding: 50px 0;
}

#contact h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

#contact h3 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#contact .btn {
  font-size: 16px;
  background-color: #edc046;
  border: none;
}

/*about*/
#about h2 {
  font-size: 18px;
}

#about img.img-smartphone {
  margin: 30px auto;
  width: 180px;
}

/* jetpack */

.sharedaddy.sd-sharing-enabled {
  display: none;
}

div#like-post-wrapper-161725259-46-5d03b59acc506 {
  display: none;
}

#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  #content {
    padding: 52px 0 0 0;
  }

  h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
    margin-top: 15px;
  }

  .header {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    height: 52px;
  }

  .headerLogo {
    width: 100px;
  }

  .headerContainer {
    padding: 0 20px;
  }

  .container {
    margin: 0 20px;
    padding-top: 0;
  }

  .navTitle a {
    margin-right: 20px
  }

  .top {
    height: 480px;
    padding-top: 30px;
  }

  .customers {
    margin: 46% auto 40px;
  }

  .headerLink {
    width: 100%;
    z-index: 999;
  }

  .logoslide img {
    display: block;
    margin: 20px auto 20px !important;
    width: 60%;
  }

  .logoslide img:last-child {
    margin-bottom: 0 !important;
  }

  .ec_logo {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .netkeizai_logo {
    padding-bottom: 10px !important;
  }

  .featureHeader {
    width: 100%;
    height: 200px;
  }

  .statistics {
    margin: 40px auto;
  }

  .featureHeader {
    background-image: url(asset/common/feature/feature_bk_sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 55%;
    height: 20%;
    padding: 160px 0 40px;
  }

  .featureCopy {
    width: 75%;
    font-size: 1.25rem;
    padding: 0 20px;
    margin: 0 auto;
  }

  .featurePoint {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .featurePoint>div {
    width: 100%;
  }

  ul.statisticsPoint {
    padding: 0;
    text-align: center;
    margin: 0;
  }

  .stylepolicy {
    width: 90%;
    margin: 20px auto;
    padding: 20px;
  }

  .policy {
    width: 100%;
    padding: 40px 0 10px;
  }

  .circle {
    margin: 0 auto 20px;
  }

  .policyPoint {
    padding: 0;
  }

  /* media */

  .media {
    margin: 40px 0;
    padding: 0;
  }

  img.medialogo.logomini {
    width: 16%;
    display: block;
  }

  .companyLogo {
    width: 58%;
  }

  /* page */

  .entry-content {
    margin-top: 0;
  }

  /* form */
  #wpcf7-f19-p46-o1 {
    width: 80%;
  }

  /* page */

  .singleContainer.single,
  .archiveContainer {
    padding-top: 0px !important;
  }

  .singleContainer.single {
    padding: 40px 20px !important;
  }

  .singleTitle {
    font-size: 32px;
    text-align: left;
    margin-bottom: 0px;
  }

  .singleContainer.single h1 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 0px;
  }

  .singleContainer.single h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0px;
  }

  .singleContainer.single h3 {
    font-size: 24px;
    text-align: left;
    margin: 20px 0 0;
  }

  .singleContainer.single h4 {
    font-size: 20px;
    text-align: left;
    margin: 20px 0 0;
  }

  .singleContainer.single p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
  }

  .singleContainer.single img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .singleCaption {
    margin-top: 0px;
  }

  .archive_list_cover {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  ul.archive {
    text-align: center;
    margin-top: 0;
  }

  li.archive_list {
    margin-bottom: 60px;
  }

  .archiveTitle {
    padding: 0;
    text-align: left;
    margin: 20px 0;
    font-size: 20px;
  }

  .archiveDescription {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  span.archiveCompany {
    text-align: center;
    display: inline-block;
  }

  .singleContainer.single h1 {
    font-size: 28px !important;
  }

  .singleContainer.single h2 {
    color: #fff;
    font-size: 24px !important;
  }

  .singleContainer.single h3 {
    font-size: 20px !important;
  }

  .singleContainer.single h4 {
    font-size: 18px !important;
  }

  .news {
    background-color: #F6F6F5;
    padding: 60px 20px !important;
  }

  .newsTitle {
    margin-bottom: 0;
  }

  /* SPハンバーガーメニュー */
  nav.sp {
    width: 90%;
  }

  li.navTitle {
    display: block;
    padding: 12px;
    color: #fff;
  }

  .navTitle a {
    font-size: 16px;
    color: #fff;
  }

  .css-cancel {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
  }

  .css-cancel:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: #fff;
  }

  .icon_cancel {
    display: inline-block;
    position: absolute;
    right: 60%;
    top: 10px;
  }

  #nav-drawer {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    width: 60%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #030818;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    /*右に隠しておく*/
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（左へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  .news {
    margin-top: 30px;
  }
}

.spec {
  /* background-color: lightgray; */
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
  color: gray;
}

.centre {
  text-align: center;
}

/* 2021.01.01 */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
}

.navToggle {
  display: none;
}

header {
  position: fixed;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 65px;
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease;
  z-index: 100;
}

.fixed header,
body:not(.home) header {
  background: rgba(12, 45, 120, 0.9);
}

.page header.entry-header {
  display: none;
}

header #title {
  margin: 0;
  width: 120px;
  position: absolute;
  left: 30px;
  top: 20px;
}

header #title a {
  display: block;
  line-height: 0;
  filter: brightness(0) invert(1);
}

header>nav ul {
  width: 100%;
  padding: 8px 0 0;
  text-align: left;
  position: absolute;
  right: -16vw;
}

header>nav ul li {
  display: inline-block;
}

header>nav ul li a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
}

header>nav ul li.request {
  position: absolute;
  right: 20%;
}

header>nav ul li.contact {
  position: absolute;
  right: 18vw;
}

header>nav ul li.request a,
header>nav ul li.contact a {
  margin: 0;
  color: #fff;
  background: #ff9c1c;
  padding: 0.5rem 2.5rem 0.5rem 2.8rem;
  border-radius: 100px;
  border: 1px solid #ff9c1c;
  font-size: 14px;
}

header>nav ul li.request a {
	background-color: #FFF;
	color: #0C2D78;
	border: #fff;
	padding: 0.5rem 2rem 0.5rem 2rem;
	text-align: center;
}

header>nav ul li.request a::before,
header>nav ul li.request a::after {
  display: none;
}

header>nav ul li.request a:hover,
header>nav ul li.contact a:hover {
  opacity: 0.5;
}

main {
  position: relative;
}

#kv {
  background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png") no-repeat scroll center / cover;
  color: #fff;
}

#kv>dl {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
  padding-top: 90px;
}

#kv>dl dt {
  padding: 0 0.5rem 0 0;
}

#kv h1.titMain {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0 0 3rem;
  text-align: center;
}

#kv .leadKv {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 4px;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 4rem;
  text-align: center;
}

#kv>dl dd {
  width: 70vw;
  /* margin-top: 64px; */
}

h2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
  padding: 0 0 4rem;
}

.bl_brand_logos h2 {
  padding: 0;
}

h3 {
  color: #0c2d78;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 0 0 1.8rem;
}

.line {
  background: linear-gradient(rgba(255, 216, 109, 0) 65%, rgb(255, 216, 109) 0%);
  line-height: 1.2;
  display: inline-block;
  padding: 0 3px;
  color: #0C2D77;
}

#slider .line {
  margin: 0 5px 0 0;
  color: #0C2D78;
}

section {
  padding: 45px 0;
  display: block;
}

section .inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 90%;
}


#slider {
  padding: 4rem 0;
  text-align: center;
}

#sliderBlock {
  line-height: 0;
}

#sliderBlock img {
  max-width: 90%;
  width: 1100px;
}


section#start {
  background: #f0f6ff;
}

section#start h2 {
  color: #0c2d78;
}

.listStart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listStart li {
  width: 32%;
  background: #fff;
  border-radius: 4px;
  padding: 3rem 2.5rem;
  box-sizing: border-box;
}

.listStart li .ico {
  line-height: 0;
  width: 70px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.listStart li p:not(.ico) {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 0.875rem;
}

.listStart li p+p {
  padding: 0.625rem 0 0;
}


#listPolicy {
  width: 100%;
}

#listPolicy li:not(:last-child) {
  padding: 0 0 8rem;
}

#listPolicy li dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#listPolicy li dl dt {
  width: 54%;
  text-align: left;
  line-height: 1.5;
}

#listPolicy li dl dt p+p {
  padding: 0.625rem 0 0;
}

#listPolicy li dl dd {
  width: 41.5%;
}


#performance {
  background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png") no-repeat scroll center / cover;
}

#performance h2 {
  color: #fff;
}

.listPerformance {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listPerformance li {
  width: 32%;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  padding-top: 32%;
  position: relative;
}

.listPerformance li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3rem 2rem;
  box-sizing: border-box;
}

.listPerformance li div .ico {
  width: 80px;
  display: inline-block;
  line-height: 0;
  padding: 1rem 0;
}

.listPerformance li div h3+p {
  color: #0c2d78;
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
}

.listPerformance li div h3+p span {
  display: block;
  text-align: left;
  color: #0c2d78;
  font-size: 2rem;
}

/* お知らせ */
#news {
  background: #f0f6ff;
}

section#news .inner {
  width: 900px;
}

#listNews>a {
  background: #fff;
  display: block;
  padding: 2rem;
  border-radius: 4px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 2rem;
}

#listNews>a .tit {
  padding: 0 0 1rem;
}

#listNews>a .date {
  font-size: 0.8125rem;
  line-height: 1;
}


/* メディア掲載 */
#listMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}

#listMedia li {
  line-height: 0;
  padding: 0 15px 20px;
}

#listMedia li img {
  height: 55px;
  width: auto;
}

#listMedia li.nnks img {
  height: 80px;
}


/* 運営会社 */
#company {
  background: #f7f7f7;
  padding: 4rem 0;
}

#company .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  font-size: 0.8125rem;
}

#company .inner h2 {
  padding: 0 2rem 0 1rem;
}

#company .inner a {
  width: 230px;
  display: block;
  line-height: 0;
}

#company .inner img {
  width: 100%;
}

/* 後で統合したい */
.btn {
  width: 280px;
  height: auto;
  display: block;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

.btn a {
  display: block;
  background: #fff;
  color: #0c2d78;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 20px 0;
}

.btn a.more {
  color: #0c2d78;
  font-weight: normal;
  background: transparent;
  border-color: #0c2d78;
}

.btnList.btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.btnList.btn a {
  font-size: 16px;
  width: 40%;
}

#performance .btn,
#slider .btn {
  padding: 50px 0 0;
}

.btn a.strg {
  background: #ff9c1c;
  color: #fff;
  border: 1px solid #ff9c1c;
  font-size: 16px;
}

#navBtn {
  display: none;
}


/* 下層
 ------------------------------ */

body.category-news,
body.category-blog {
  background: #f0f6ff;
}

.archiveContainer,
.singleContainer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 140px 0 160px;
  width: 90%;
}

.singleContainer.single {
  max-width: 900px;
  box-sizing: border-box;
  padding-top: 140px;
}

.singleContainer.single h1 {
  font-size: 28px;
  line-height: 1.4;
  padding: 0 0 8px;
  letter-spacing: 0.5px;
}

.singleContainer.single h2 {
  font-size: 24px;
  background-color: #0c2d78;
  padding: 8px 15px 5px;
}

.singleContainer.single p {
  line-height: 1.6;
}

.jetpack-video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.jetpack-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.archiveContainer h3 {
  padding: 0 0 60px;
}

ul.archive::after {
  content: "";
  display: block;
  width: 31.5%;
}

li.archive_list {
  list-style: none;
  margin: 0 0 2.75%;
  width: 31.5%;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

a.archiveCardLink {
  display: block;
  height: 100%;
  position: relative;
}

.archive_list_cover {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.archive_list_cover img {
  border: none;
  width: 100%;
  height: auto;
}

.archiveDescription {
  width: 100%;
  padding: 5%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.archiveContainer h3.archiveTitle {
  color: #030818;
  line-height: 1.4;
  padding: 0 0 40px;
  min-height: 8rem;
}

.singleDate,
.archiveDate {
  text-align: left;
}

li.archive_list .singleDate,
li.archive_list .archiveDate {
  position: absolute;
  left: 5%;
  bottom: 18px;
}

/* map */
#map {
  line-height: 0;
}

section#primary {
  padding: 140px 0 0;
}

/* MISSION */
#mission {
  text-align: center;
  border: 4px solid #0c2d78;
  border-radius: 8px;
  padding: 50px 40px 48px;
  margin: 0 0 100px;
}

#mission h2 {
  padding: 0 0 30px;
}

#mission>p {
  color: #0c2d78;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}


/* ABOUT */
#about h2 {
  font-size: 1.5rem;
}

#about .companyTable {
  border-top: 1px solid #eee;
  margin: 0 0 80px;
  letter-spacing: 1px;
}

#about .companyTable tr {
  border-bottom: 1px solid #eee;
}

#about .companyTable th {
  width: 180px;
}

#about .companyTable td {
  width: auto;
  text-align: left;
  padding: 30px 50px;
}

#about .companyTable tr:nth-child(2n+1) {
  background-color: #fff;
}

#contactBlock {
  background: #0c2d78;
  padding: 80px 0;
}


/* 製品・サービスに関するお問合せ */
.entry-content {
  padding: 0 0 120px;
  width: 90%;
}

#formrunList {
  width: 100%;
  text-align: left;
  margin: 0 0 60px;
  border-top: 1px solid #ccc;
}

#formrunList li {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

#formrunList li div.formrun {
  display: flex;
  align-items: center;
}

#formrunList li div.formrun p.name {
  width: 270px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
}

#formrunList li div.formrun p.name span {
  background: #c02c20;
  color: #fff;
  font-size: 11px;
  padding: 1.5px 5px 1px 6px;
  line-height: 1;
  margin: 0 0 0 8px;
  border-radius: 4px;
  vertical-align: 1px;
}

#formrunList li div.formrun p.name+p {
  width: 100%;
}

#formrunList li div.formrun p.name+p input,
#formrunList li div.formrun p.name+p textarea,
#formrunList li div.formrun p.name+p select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

#formrunList li div.formrun p.name+p textarea {
  min-height: 8rem;
}

#formrunList li div.formrun .formrun-system-show {
  display: inherit;
  color: #c02c20;
  padding: 12px 0 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.entry-content .btn {
  width: 360px;
}

.entry-content .btn button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background: #0c2d78;
  padding: 1.3rem 3rem 1.2rem 3.3rem;
  border-radius: 100px;
  border: 1px solid #0c2d78;
  font-size: 16px;
  letter-spacing: 5px;
}

.contactComplete {
  background: #f0f6ff;
  padding: 50px;
  text-align: center;
  border-radius: 4px;
}

.contactComplete p {
  line-height: 1.6;
}


@media screen and (min-width: 960px) {

  a,
  button {
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
  }

  header>nav ul li a::before,
  header>nav ul li a::after {
    border-bottom: solid 3px #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
  }

  header>nav ul li a::before {
    left: 50%;
  }

  header>nav ul li a::after {
    right: 50%;
  }

  header>nav ul li a:hover::before,
  header>nav ul li a:hover::after {
    width: 50%;
  }

  #listNews>a:hover {
    opacity: 0.6;
  }

  .btn a:hover {
    background: transparent;
    color: #fff;
  }

  .btn a.more:hover {
    background: #0c2d78;
    color: #fff;
  }

  #slider .btn a:hover {
    color: #ff9c1c;
    border-color: #ff9c1c;
  }

  header>nav ul li.request a:hover,
  .btn a.strg:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }

  .entry-content .btn button:hover {
    background: #fff;
    color: #0c2d78;
  }

  .archive_list_cover img {
    transition: all 0.3s ease;
  }

  a.archiveCardLink:hover img {
    transform: scale(1.1);
  }

}

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

  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  #navBtn {
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 120;
    cursor: pointer;
  }

  .loaded #navBtn {
    -webkit-animation: fadeIn 0.7s linear 1s 1 forwards;
    animation: fadeIn 0.7s linear 1s 1 forwards;
  }

  #navBtn span:nth-of-type(1) {
    top: 6px;
  }

  #navBtn span:nth-of-type(2) {
    top: 18px;
  }

  #navBtn span:nth-of-type(3) {
    bottom: 3px;
  }

  #navBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  /* menuOpen */
  .menuOpen #navBtn span {
    background-color: #fff;
  }

  .menuOpen #navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }

  .menuOpen #navBtn span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  .menuOpen #navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -7px;
    width: 100%;
  }

  nav {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(12, 45, 120, 0.9);
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease;
    align-items: center;
    text-align: center;
    z-index: -1;
  }

  nav.sp.globalMenuSp {
    background: #000;
  }

  nav ul#menu {
    width: 100%;
    position: static;
  }

  .menuOpen nav {
    display: flex;
    z-index: 110;
  }

  #menu li:first-child,
  #menu li {
    width: 100%;
	  display: flex !important;
	  align-items: center !importantr;
	  justify-content: center !important;
  }

  nav ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2px;
    text-decoration: none;
  }

  nav li.cs::after {
    bottom: 2px;
    letter-spacing: 1px;
  }

  nav ul#menu li {
    opacity: 0;
  }

  nav ul#menu .bl_btnWrap {
    float: right;
  }

  .menuOpen nav ul li:nth-child(1) {
    animation: fadeIn 1s ease 0.1s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(2) {
    animation: fadeIn 1s ease 0.2s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(3) {
    animation: fadeIn 1s ease 0.3s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(4) {
    animation: fadeIn 1s ease 0.4s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(5) {
    animation: fadeIn 1s ease 0.5s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(6) {
    animation: fadeIn 1s ease 0.6s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(7) {
    animation: fadeIn 1s ease 0.7s 1 forwards;
  }

  .menuOpen nav ul li:nth-child(8) {
    animation: fadeIn 1s ease 0.8s 1 forwards;
  }

  header>nav ul li.request {
    position: relative;
    right: 0;
  }

  header>nav ul li.request a {
    width: 30%;
    margin: 18px auto 0;
    padding: 0 2.5rem 0 2.8rem;
	  text-align: center;
  }

  #kv>dl {
    display: block;
  }

  #kv>dl dt {
    padding: 0 0 4rem;
  }

  #kv>dl dd {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }

  #kv,
  #performance {
    background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_sp.png") no-repeat scroll center / cover;
  }

  .listStart {
    display: block;
  }

  .listStart li {
    width: 100%;
    margin: 0 0 5vw;
  }

  .listStart li:last-child {
    margin: 0;
  }


  #listPolicy li:not(:last-child) {
    padding: 0 0 5rem;
  }

  #listPolicy li dl dt {
    width: 100%;
  }

  #listPolicy li dl dd {
    display: none;
  }

  #listPolicy li dl dt .ph {
    line-height: 0;
    width: 80%;
    margin: 0 auto 1.5rem;
    display: block;
  }


  .listPerformance {
    display: block;
    margin: 0 -1.5%;
    text-align: center;
  }

  .listPerformance li {
    width: 47%;
    padding-top: 47%;
    display: inline-block;
    margin: 0 1%;
  }


  .listPerformance li div .ico {
    padding: 0 0 1rem;
  }

  .listPerformance li div h3 {
    padding: 0 0 1.2rem;
  }

  .listPerformance li div h3+p {
    font-size: 7vw;
  }

  .listPerformance li div h3+p span {
    font-size: 4vw;
  }

  #listMedia li img {
    height: 35px;
  }


  /* 下層
   ------------------------------ */
  .archiveContainer h3.archiveTitle {
    font-size: 0.875rem;
    line-height: 1.3;
  }

}

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

  header #title {
    left: 20px;
  }

  header>nav ul li a {
    font-size: 1rem;
    font-family: 'Noto Sans JP';
  }

  .btnList.btn {
    justify-content: space-around;
  }

  .btnList.btn a {
    width: 46%;
  }

  #performance .btn,
  #slider .btn {
    padding: 2.5rem 0 0;
  }

  section {
    padding: 3rem 0;
  }

  section#start {
    padding: 3rem 0 3.8rem;
  }

  h2 {
    padding: 0 0 2rem;
    font-size: 5.8vw;
  }

  h3 {
    font-size: 5.5vw;
    padding: 0 0 1.2rem;
  }


  #content {
    padding: 0;
    position: relative;
  }

  body:not(.home) #content {
    padding: 0;
  }

  #kv h1.titMain {
    font-size: 7vw;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 0 0 1.5rem;
  }

  #kv .leadKv {
    font-size: 3vw;
    letter-spacing: 2px;
    padding: 0 0 2rem;
  }

  #kv>dl {
    padding: 6.5rem 0 3.5rem;
  }

  #kv>dl dt {
    padding: 0 0 3.5rem;
  }

  #kv>dl dd {
    width: 100%;
    margin-top: 40px;
  }


  #slider {
    padding: 3rem 0;
  }

  #slider h2 {
    width: 90%;
    margin: 0 auto;
  }


  .listStart li {
    padding: 9% 8%;
  }

  .listStart li .ico {
    padding: 5% 0;
    width: 45px;
  }

  .listPerformance li div h3 {
    padding: 0 0 6%;
    font-size: 4vw;
  }

  .listPerformance li div {
    padding: 5%;
  }

  .listPerformance li div .ico {
    padding: 5% 0;
    width: 50px;
  }


  #listNews>a {
    padding: 5% 6%;
    font-size: 0.875rem;
  }

  #listMedia {
    flex-wrap: wrap;
  }

  #listMedia li {
    padding: 0 10px 15px;
  }

  #company .inner {
    flex-wrap: wrap;
    text-align: center;
  }

  #company .inner h2 {
    padding: 0 0 0 1rem;
  }

  #company .inner a {
    width: 150px;
  }

  #company .inner .address {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }

  section#media {
    padding: 3rem 0 2.5rem;
  }

  .netkeizai_logo {
    padding: 0 !important;
  }

  #listMedia li.nnks img {
    height: 70px;
  }

  #sliderBlock img {
    display: none;
  }

  #sliderBlock {
    height: 100px;
    animation: bg-slider 64s linear infinite;
    background: url(https://tagsapi.com/wp-content/uploads/2022/07/2022/02/logo_line202103.webp) repeat-x 50%;
    background-size: auto 100px;
    width: 100%
  }

  @keyframes bg-slider {
    0% {
      background-position: 0 0
    }

    to {
      background-position: -1664px 0
    }
  }

  .btn {
    width: 80%;
  }


  /* 下層
   ------------------------------ */
  section#primary {
    padding: 0;
  }

  .archiveContainer,
  .singleContainer {
    padding-bottom: 20%;
  }

  #mission {
    border: 3px solid #0c2d78;
    border-radius: 8px;
    padding: 5%;
    margin: 0 0 16%;
  }

  #mission h2 {
    padding: 0 0 5%;
  }

  #mission>p {
    font-size: 1rem;
  }

  #about h2 {
    padding: 0 0 8%;
  }

  #about .companyTable {
    margin: 0 0 16%;
  }

  .companyTable th,
  .companyTable td,
  #about .companyTable th {
    display: block;
    width: 100%;
    text-align: left;
  }

  #about .companyTable th {
    font-size: 0.8125rem;
    padding: 8% 0 6%;
    opacity: 0.6;
  }

  #about .companyTable td {
    padding: 0 0 7%;
  }

  #contactBlock {
    padding: 16% 0;
  }

  ul.archive {
    display: block;
  }

  li.archive_list {
    margin: 0 0 8%;
    width: 100%;
  }

  .archiveContainer h3 {
    padding: 0 0 10%;
  }

  .archiveContainer h3.archiveTitle {
    margin: 0;
    min-height: 6rem;
  }

  .entry-content {
    padding: 0 0 20%;
    width: 90%;
  }

  .entry-content h2 {
    padding: 0 0 10%;
    font-size: 5.5vw;
  }

  .entry-content .btn {
    width: 100%;
  }

  #formrunList {
    margin: 0 0 10%;
  }

  #formrunList li {
    padding: 10% 0;
  }

  #formrunList li div.formrun {
    display: block;
  }

  #formrunList li div.formrun p.name {
    width: 100%;
    padding: 0 0 5%;
  }

  #formrunList li div.formrun p.name+p input,
  #formrunList li div.formrun p.name+p textarea,
  #formrunList li div.formrun p.name+p select {
    padding: 8px;
    font-size: 0.875rem;
  }

  #formrunList li div.formrun .formrun-system-show {
    font-size: 12px;
  }

  .entry-content .btn button {
    padding: 1.3rem 1rem 1.2rem 1.3rem;
    font-size: 0.875rem;
    width: 100%;
  }

  .contactComplete {
    padding: 7% 6%;
    font-size: 0.875rem;
  }

  .contactComplete h3 {
    padding: 0 0 5%;
  }

  .contactComplete p {
    line-height: 1.4;
  }

  .singleContainer.single h1 {
    font-size: 18px !important;
    padding: 0 0 15px;
  }

  .singleContainer.single h2 {
    color: #fff;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 8px 12px 5px;
  }

  .singleContainer.single p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 15px;
    word-break: break-all;
  }

  .singleContainer.single {
    padding: 0 0 40px !important;
  }

}

#company .inner span,
.archiveContainer h3,
.archiveContainer h3.archiveTitle,
li.archive_list .singleDate,
li.archive_list .archiveDate {
  font-family: 'Noto Sans JP';
}

/* allWp */

.allWp section#primary {
  padding: 0;
}

.allWp .entry-content {
  padding: 0;
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.allWp .entry-content main {
  padding: 0 0 7rem;
}


#kvService {
  background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png") no-repeat scroll center / cover;
  color: #fff;
}

#kvService>dl {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 3rem;
}

#kvService>dl dt {
  padding: 0 2rem 0 0;
  line-height: 1.8;
}

#kvService h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.6;
  padding: 0 0 1rem;
}

#kvService>dl dd {
  width: 33vw;
}

#ancList {
  text-align: center;
  padding: 0 0 5rem;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

#ancList a {
  background: #fff;
  display: inline-block;
  width: 30%;
  height: 200px;
  box-sizing: border-box;
  padding: 30px 20px 20px;
  text-decoration: none;
  color: #0c2d78;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 8px;
  letter-spacing: 2px;
  margin: 0 1.5%;
  position: relative;
}

#ancList a::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #0c2d78;
  border-right: 3px solid #0c2d78;
  position: absolute;
  right: 0;
  transform: rotate(135deg);
  bottom: 30px;
  margin: 0 auto;
  left: 0;
}

#ancList a img {
  padding: 0 0 1.3rem;
  width: 55px;
}

#ancList a span {
  display: block;
  color: #0c2d78;
}

#yt {
  padding: 4rem 0;
  text-align: center;
  background: #f0f6ff;
}

#yt h2 {
  padding: 0 0 2.5rem;
}

#yt h2 span {
  display: inherit;
  font-size: 75%;
}

#yt .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#yt #block {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

#yt #block iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#start h2 {
  padding: 0 0 2rem;
}

#start h2+p {
  text-align: center;
  padding: 0 0 3rem;
  line-height: 1.5;
}

dl.titService {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 4rem;
  text-align: right;
  position: relative;
}

dl.titService dt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52%;
  text-align: left;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

dl.titService dt h2 {
  text-align: left;
  font-size: 2.6rem;
  color: #0c2d78;
  padding: 0 0 2rem;
}

dl.titService dd {
  display: inline-block;
  width: 52%;
  max-width: 960px;
  border-radius: 4px;
  overflow: hidden;
}


.pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.pointList li {
  width: 30%;
  background: #f0f6ff;
  border-radius: 8px;
  padding: 2rem 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 1.5%;
}

.pointList li .point {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #0c2d78;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  top: -0.8rem;
  letter-spacing: 1px;
}

.pointList li .ico {
  text-align: center;
  background: #fff;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  display: flex;
  box-sizing: border-box;
  padding: 50px;
  flex-wrap: wrap;
  margin: 2rem auto;
}

.pointList li .tit {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 6px;
  color: #0c2d78;
  padding: 0 0 1.6rem;
}

.pointList li .txt {
  text-align: left;
  line-height: 1.5;
}

#fitService {
  background: #f0f6ff;
}

#fitService .pointList li {
  background: #fff;
}

#fitService .pointList li .ico {
  background: #f0f6ff;
}

.listStart {
  justify-content: center;
}

.listStart li {
  width: 32%;
  background: #fff;
  border-radius: 4px;
  padding: 1.9rem 1.5rem;
  box-sizing: border-box;
  margin: 0 0 2%;
}

.listStart li:nth-child(2) {
  margin: 0 2% 2%;
}

.listStart li:nth-child(4),
.listStart li:nth-child(5) {
  margin: 0 1%;
}

.listStart li .ico {
  line-height: 0;
  width: 60px;
  margin: 0 auto;
  padding: 0 0 1.25rem;
}

.listStart li h3 {
  color: #0c2d78;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 0 0 1rem;
}

.listStart li h3 .ico {
  border-radius: 50px;
  color: #0c2d78;
  font-size: 0.8rem;
  border: 1px solid;
  padding: 5px 10px 6px 12px;
  margin: 0 0 8px;
  line-height: 1;
  display: inline-block;
  width: 110px;
}

.listStart li h3 i {
  color: #0c2d78;
  margin: 0 -0.8rem;
}

.listStart li p:not(.ico) {
  line-height: 1.6;
}

.listStart li:nth-child(5) h3 {
  padding: 0 0 1.6rem;
}

.listStart li:nth-child(5) h3 .ico {
  margin: 0 0 1.6rem;
}

/* さまざまな業界の企業様にご活用いただいております。 */
.listPerformance li {
  width: 32%;
  background: #fff;
  box-sizing: border-box;
  padding: 1.9rem 1.5rem;
  position: relative;
  border-radius: 4px;
}

.listPerformance li div {
  position: static;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
}

.listPerformance li div .ico {
  display: block;
  padding: 0.5rem 0 1rem;
  margin: 0 auto;
}

.listPerformance li div h3 {
  font-size: 1.25rem;
  padding: 0 0 1rem;
  letter-spacing: 3px;
}

.listPerformance li div h3+p {
  font-size: 2.8rem;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0 0 1.3rem;
}


#plan {
  line-height: 1.5;
  text-align: left;
}

.home #planList dt {
  text-align: left;
  padding: 0 0 1.15rem;
}

.home #planList dd {
  width: 100%;
  margin: 0 0 5%;
  display: inline-block;
  border-radius: 8px;
  background: rgba(12, 45, 120, 0.05);
}

.home #planList dd:last-of-type {
  margin: 0;
}

.home #planList dd ul li:nth-child(2n + 1) {
  background: transparent;
}

.home #planList dd ul {
  padding: 4.5% 5% 5%;
}

.home #planList dd ul li {
  text-align: left;
  padding: 0 0 1.5rem;
}

.home #planList dd ul li:last-child {
  text-align: left;
  padding: 0;
}


#introduction,
#exercise {
  background: #f0f6ff;
}

#introduction .inner {
  letter-spacing: 1px;
  width: 900px;
}

#introduction h2 {
  padding: 0 0 2rem;
}

#introduction h2+p {
  text-align: center;
  padding: 0 0 3rem;
  line-height: 1.5;
}

#introduction dl {
  border: 2px solid #0c2d78;
  border-radius: 8px;
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 0 60px;
  background: #fff;
}

#introduction dl:last-of-type {
  margin: 0 0 15px;
}

#introduction dl:last-of-type::after {
  display: none;
}

#introduction dl::after {
  position: absolute;
  bottom: -82px;
  left: 50%;
  margin: 0 0 0 -36px;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  border: 36px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 4px;
  border-top: 24px solid #0c2d78;
}

#introduction dl dt {
  width: 20%;
  color: #0c2d78;
  font-size: 17px;
  font-weight: bold;
}

#introduction dl dd {
  border-left: 1px solid #0c2d78;
  padding: 0 0 0 40px;
  line-height: 1.5;
  width: 80%;
  box-sizing: border-box;
  font-size: 0.9rem;
}

#introduction .indent {
  font-size: 0.85rem;
  line-height: 1.3;
  text-indent: -1em;
  display: inherit;
  padding: 0 0 0 1em;
}


#faq .inner,
#exercise .inner {
  letter-spacing: 1px;
  width: 900px;
}

#faq .inner dl {
  padding: 2.5rem 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

#faq .inner dl dt {
  font-size: 1.25rem;
  position: relative;
  padding: 0 0 1.25rem 1.8rem;
}

#faq .inner dl dt span {
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 1.7rem;
  color: #0c2d78;
}

#faq .inner dl dd {
  padding: 0 0 0 1.8rem;
  position: relative;
}

#faq .inner dl dd span {
  position: absolute;
  left: 4px;
  top: -2px;
  color: #999;
  font-size: 1.1rem;
}

#faq .inner dl dd p {
  padding: 0 0 0.75rem;
}

#faq .inner dl dd a:hover {
  text-decoration: none;
}

#faq .inner dl:first-of-type {
  margin-top: -0.75rem;
}

/* ライブコマース活用の11つのポイント */
#exercise .inner .lead {
  line-height: 1.6;
  padding: 0 0 10px;
  margin: -20px 0 0;
}

#exercise .inner .lead p {
  padding: 0 0 10px;
}

#exercise .inner dl {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

#exercise .inner dl dt {
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
}

#exercise .inner dl dt h3 {
  text-align: left;
  margin: 0;
  font-weight: normal;
  color: #030818;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding: 0 45px 0 0;
}

#exercise .inner dl dt h3 span.ico {
  background: #0c2d78;
  color: #fff;
  text-align: center;
  height: 58px;
  width: 58px;
  box-sizing: border-box;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 14px 0 0 1.5px;
  line-height: 1.2;
}

#exercise .inner dl dt h3 span.ico i {
  font-size: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#exercise .inner dl dd {
  display: none;
  position: relative;
  padding: 1.25rem 0 0;
}

#exercise .inner dl dd p {
  padding: 0 0 10px;
}

#exercise .inner dl dt .switch {
  right: 30px;
  top: 50%;
}

#exercise .inner dl dt .switch {
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#exercise .inner dl dt .switch::before,
#exercise .inner dl dt .switch::after {
  content: '';
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: translate(-50%, -50%);
}

#exercise .inner dl dt .switch::after {
  width: 20px;
  height: 1px;
  top: 0px;
  left: 6px;
}

#exercise .inner dl dt .switch::before {
  width: 1px;
  height: 20px;
  top: 0px;
  left: 6px;
}

#exercise .inner dl dt.open .switch {
  transform: translateY(-45%) rotate(45deg);
}

#exercise .inner dl dt.open .switch::after {
  top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}

#exercise .inner dl dt.open .switch::before {
  top: -12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


#company .inner {
  letter-spacing: 1.5px;
}


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

  .allWp .entry-content main {
    padding: 0 0 4rem;
  }

  #kvService {
    background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_sp.png") no-repeat scroll center / cover;
    padding: 30px 0 0;
  }

  #kvService>dl {
    display: block;
    padding: 3.5rem 0;
  }

  #kvService>dl dt {
    padding: 0 0 2.5rem;
    text-align: center;
  }

  #kvService>dl dt h1 {
    text-align: left;
    font-size: 3.6rem;
  }

  #kvService>dl dd {
    width: 90%;
    margin: 0 auto;
  }

  #ancList {
    justify-content: space-between;
  }

  #ancList a {
    width: 32%;
    height: 200px;
    padding: 4% 1.5%;
    margin: 0;
  }

  #ancList a img {
    padding: 0 0 1rem;
  }

  section {
    padding: 4rem 0;
  }

  dl.titService dt {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    padding: 0 0 2rem;
  }

  dl.titService dd {
    width: 100%;
  }

  .pointList li .ico {
    width: 20vw;
    height: 20vw;
    padding: 5vw;
  }

  .pointList li .ico img {
    max-height: 100%;
  }

  dl.titService dt {
    background: transparent;
  }

  .listStart {
    display: flex;
    justify-content: space-evenly;
    margin: 0 -2%;
  }

  .listStart li {
    width: 48%;
    margin: 0 0 1.5%;
  }

  .listStart li:nth-child(2),
  .listStart li:nth-child(4) {
    margin: 0 0 1.5%;
  }

  .listStart li:nth-child(5) {
    margin: 0;
  }

  #listPolicy li h3 {
    padding: 0 0 2.25rem;
  }

  .listPerformance {
    margin: 0 -2%;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
  }

  .listPerformance li {
    width: 48%;
    margin-bottom: 2%;
  }

  .listPerformance li:last-child {
    margin-bottom: 0;
  }

  .home #planList dd ul li {
    text-align: left;
    padding: 0 0 1rem 1em;
    text-indent: -1em;
  }

  .home #planList dd ul li:last-child {
    padding: 0 0 0.5rem 1em;
  }

  #faq .inner dl:first-of-type {
    margin-top: -3rem;
  }

  #introduction dl dt {
    width: 25%;
  }

  #introduction dl dd {
    padding: 0 0 0 30px;
    width: 75%;
  }

}

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

  body.allWp #content {
    padding: 0;
  }

  .allWp .entry-content main {
    padding: 0 0 2rem;
    font-size: 0.875rem;
  }

  #kvService {
    padding: 55px 0 0;
  }

  #kvService>dl {
    padding: 2.5rem 0 2rem;
  }

  #kvService>dl dt {
    padding: 0 0 2rem;
  }

  #kvService>dl dt h1 {
    font-size: 8vw;
    line-height: 1.5;
    padding: 0;
  }

  #ancList a {
    padding: 3.5% 1.5% 8.5%;
    font-size: 3vw;
    height: auto;
  }

  #ancList a img {
    padding: 0 0 0.5rem;
    width: 38%;
  }

  #ancList a::after {
    width: 8px;
    height: 8px;
    bottom: 11%;
  }

  #ancList {
    padding: 0 0 3rem;
  }

  section {
    padding: 2.5rem 0 3rem;
  }

  section#plan {
    padding: 5rem 0 4rem !important;
  }

  section:last-child {
    padding-bottom: 0;
  }

  #yt {
    padding: 3rem 0;
  }

  #yt h2 {
    padding: 0 0 2rem;
  }

  dl.titService dt {
    line-height: 1.5;
  }

  dl.titService dt h2 {
    font-size: 7vw;
    padding: 0 0 5%;
    font-weight: 800;
    letter-spacing: 1.5px;
  }

  .pointList {
    display: block;
  }

  .pointList li {
    width: 100%;
    margin: 0 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 10% 5vw 5%;
  }

  .pointList li:last-child {
    width: 100%;
    margin: 0;
  }

  .pointList li .point {
    font-size: 1.25rem;
    top: -0.7rem;
  }

  .pointList li .ico {
    width: 25vw;
    height: 25vw;
    padding: 6.5vw;
    margin: 0 4vw 0 0;
  }

  .pointList li .ico+div,
  .pointList li .ico+.txt {
    width: 50vw;
  }

  .pointList li .tit {
    font-size: 1.1rem;
    padding: 0 0 0.5rem;
    text-align: left;
  }

  .pointList li .txt {
    line-height: 1.4;
  }

  .listStart {
    margin: 0;
  }

  .listStart li,
  .listStart li:nth-child(2),
  .listStart li:nth-child(4) {
    width: 100%;
    margin: 0 0 5vw;
  }

  #listPolicy li h3 {
    padding: 0 0 1.75rem;
    font-size: 4.3vw;
  }

  #exercise .inner dl dt h3 {
    flex-wrap: wrap;
  }

  #exercise .inner dl dt h3 {
    font-size: 1rem;
    padding: 0 30px 0 0;
    line-height: 1.4;
  }

  #exercise .inner dl dt h3 span.ico {
    height: 52px;
    width: 52px;
    margin: 0 8px 0 0;
  }

  #exercise .inner dl dt h3 span.ico+span {
    width: calc(100% - 60px);
  }

  #exercise .inner dl dt .switch {
    right: 18px;
  }

  #exercise .inner dl dt .switch::before {
    height: 15px;
  }

  #exercise .inner dl dt .switch::after {
    width: 15px;
  }

  #exercise .inner dl dd {
    font-size: 0.9rem;
  }

}

/* TAGsSTUDIO */

.allWp.studio .entry-content main {
  padding: 0;
}

#serviceSolution,
#servicePlan {
  background: #f0f6ff;
}

#serviceRecommend {
  background: #0c2d78 url(https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png) no-repeat scroll center / cover;
}

.studio #kvService>dl {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.studio #kvService>dl dt {
  padding: 0;
  line-height: 1.8;
  position: absolute;
  top: 8vw;
  left: 7vw;
}

.studio #kvService>dl dt span,
.studio #kvService>dl dt i {
  display: block;
  color: #fff;
}

.studio #kvService h1 {
  font-size: 4.8rem;
  letter-spacing: 5px;
  line-height: 1.5;
}

.studio #kvService>dl dt h1 span {
  font-size: 1.9rem;
  letter-spacing: 5px;
}

.studio #kvService>dl dt h1 i {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 15px 0 0 1px;
}

.studio #kvService>dl dd {
  width: 100%;
}

.studio h2 .shoulder {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
  padding: 0 18px 0 19px;
  letter-spacing: 3px;
  margin: 0 0 10px;
}

.studio h2 .shoulder::before,
.studio h2 .shoulder::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #0c2d78;
  position: absolute;
  top: 0;
}

.studio h2 .shoulder::before {
  left: 0;
  transform: rotate(-15deg);
}

.studio h2 .shoulder::after {
  right: 0;
  transform: rotate(15deg);
}

.studio h2,
.studio h2 .line {
  color: #0c2d78;
  font-size: 2.6rem;
  font-weight: 800;
}

.studio .pointList li .ico {
  margin: 2rem auto 1.25rem;
}

.studio .pointList li .tit {
  font-size: 1.25rem;
  padding: 0 0 1rem;
  line-height: 1.4;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
}

.studio .text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 90%;
  padding: 3.5rem 0 0;
  margin: 0 auto;
}

.studio .text p:not(:last-child) {
  padding: 0 0 1.2rem;
}

#serviceSolution .pointList li {
  background: #fff;
}

#serviceSolution .pointList li .ico {
  background: #f0f6ff;
}

#serviceSolution .pointList li:nth-child(-n + 3) {
  margin-bottom: 3%;
}

.studio #serviceRecommend h2 {
  color: #fff;
}

.studio #serviceRecommend .recommendList {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.studio #serviceRecommend .recommendList li {
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.5rem 3.9rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem;
}

.studio #serviceRecommend .recommendList li:last-child {
  margin: 0;
}

.studio #serviceRecommend .recommendList li .ckd {
  line-height: 0;
  position: absolute;
  left: 1.25rem;
  top: 1.45rem;
}

.studio #serviceRecommend .recommendList li .ckd img {
  width: 28px;
}

#planList {
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#planList dd {
  width: 400px;
  background: #fff;
  margin: 0 2% 4%;
  display: inline-block;
  border-radius: 8px;
}

#planList dd h3 {
  font-weight: 800;
  padding: 1.8rem 0;
  position: relative;
  font-size: 1.75rem;
  margin: 0 0 1.4rem;
}

#planList dd h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0c2d78;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

#planList dd .praice {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
  padding: 0 0 1.8rem;
}

#planList dd ul {
  display: block;
}

#planList dd ul li {
  text-align: left;
  padding: 1.25rem;
}

#planList dd ul li:nth-child(2n + 1) {
  background: #f8f8f8;
}

#planList dd.plemium .praice {
  font-size: 1.25rem;
  letter-spacing: 2px;
  padding-top: 0.5rem;
}

#planList dd.plemium .ask {
  padding: 0 0 2.8rem;
}

#servicePlan .btn {
  padding: 2rem 0 0;
  width: 460px;
}

#servicePlan .btn a {
  background: #0c2d78;
  color: #fff;
  border-color: #0c2d78;
  font-size: 1.25rem;
  padding: 24px 0 25px;
}

#servicePlan .btn a:hover {
  color: #0c2d78;
  background: transparent;
}

@media screen and (max-width: 1400px) {
  .studio #kvService h1 {
    font-size: 4rem;
  }

  .studio #kvService>dl dt h1 span {
    font-size: 1.8vw;
  }

  .studio #kvService>dl dt h1 i {
    font-size: 1.2vw;
    padding: 10px 0 0 1px;
  }
}

@media screen and (max-width: 1300px) {
  header>nav ul li a {
    margin: 0 0.6vw;
    font-size: 1vw;
  }

  .menuOpen header > nav ul li a {
	  font-size: 0.9rem;
	  font-family: 'Noto Sans JP';
	  line-height: 43px;
	  text-align: center !important;
  }
}

@media screen and (max-width: 1200px) {
  .studio #kvService h1 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 960px) {
  .studio #kvService>dl dt {
    top: 8vw;
    left: 5vw;
    width: 90%;
    position: relative;
  }

  .studio #kvService h1 {
    font-size: 8.2vw;
    letter-spacing: 5px;
    text-align: left;
    display: block;
  }

  .studio #kvService>dl dt h1 span {
    font-size: 3vw;
    letter-spacing: 5px;
  }

  .studio #kvService>dl dt h1 i {
    font-size: 2.2vw;
    padding: 5px 0 0;
  }

  .studio #kvService>dl dd img {
    max-width: 130%;
    margin: -5% 0 0 -30%;
  }

  .studio h2 {
    margin: 0 5%;
  }

  #planList dd {
    width: 100%;
    margin: 0 0 8%;
  }

  #servicePlan .btn {
    padding: 0;
  }
}

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

  .studio #kvService>dl dt h1 span {
    letter-spacing: 3.5px;
  }

  .studio #kvService h1 {
    letter-spacing: 3px;
    font-size: 8vw;
    line-height: 1.6;
  }

  .studio #kvService>dl dd img {
    max-width: 130%;
    margin: -3.5% 0 0 -30%;
  }

  .studio .entry-content h2 {
    padding: 0 0 8%;
  }

  .studio h2,
  .studio h2 .line {
    font-size: 6vw;
    letter-spacing: 1px;
  }

  .studio h2 .shoulder {
    font-size: 3.6vw;
    padding: 0 10px 0 12px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    line-height: 1.2;
  }

  .studio h2 .shoulder::before,
  .studio h2 .shoulder::after {
    width: 1px;
  }

  .studio .pointList li {
    padding: 5%;
    margin: 0 0 5%;
  }

  .studio .pointList li .ico {
    margin: 0 4vw 0 0;
  }

  .studio .pointList li .tit {
    font-size: 4.3vw;
    padding: 0 0 5%;
    line-height: 1.4;
    min-height: 0;
    display: block;
    letter-spacing: 2px;
  }

  .studio .text {
    padding: 3% 0 0;
    text-align: left;
  }

  .studio #serviceRecommend {
    background: #0c2d78 url(https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_sp.png) no-repeat scroll center / cover;
  }

  .studio #serviceRecommend .recommendList li {
    border-radius: 8px;
    padding: 4% 4% 4% 11%;
    font-size: 4vw;
    margin: 0 0 5%;
    line-height: 1.3;
  }

  .studio #serviceRecommend .recommendList li .ckd {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
  }

  .studio #serviceRecommend .recommendList li .ckd img {
    width: 18px;
  }

  #planList dd h3 {
    padding: 8%;
    font-size: 5.5vw;
    margin: 0 0 4%;
    line-height: 1;
  }

  #planList dd .praice {
    line-height: 1.5;
    font-size: 7vw;
    padding: 0 0 7%;
  }

  #planList dd ul li {
    padding: 5%;
  }

  #planList dd.plemium .ask {
    padding: 0 0 10%;
  }

  #planList dd.plemium .praice {
    font-size: 4.5vw;
    letter-spacing: 2px;
    padding-top: 0.5rem;
  }

  #servicePlan .btn {
    width: 90%;
    padding: 3% 0;
  }

  #servicePlan .btn a {
    font-size: 1rem;
    padding: 20px 0;
  }
}


#kv>dl dt {
  padding: 0 0.5rem 0 0;
  min-width: 530px;
  white-space: normal !important;
}

.btnList.btn {
  box-sizing: border-box;
  padding: 0 7% 0 0;
}

.btnList.btn a {
  width: 42%;
  padding: 18px 0;
}

#plan #planList {
  text-align: center;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  padding: 2.5rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 3px solid #0c2d78;
}

#plan h2 {
  padding: 0 0 3rem;
}

#plan .praice {
  font-weight: 800;
  font-size: 2rem;
  padding: 0 0 3rem;
}

#plan .praice span {
  font-size: 4.5rem;
}

#plan ul {
  text-align: center;
  letter-spacing: 2px;
}

#plan ul li {
  padding: 0 0 1.25rem;
}

#plan ul li:last-child {
  padding: 0 0 0.5rem;
}

#listNews {
  overflow-y: scroll;
  height: 500px;
  margin: 0 0 3rem;
}

#listNews>a {
  margin: 0 0 2rem;
  height: auto;
}


@media screen and (min-width: 768px) {

  #listNews>a {
    margin: 0 1rem 2rem;
  }

}

@media screen and (max-width: 960px) {
  #kv>dl dt {
    padding: 0 !important;
    width: 100%;
    min-width: 100%;
  }

  .btnList.btn {
    box-sizing: border-box;
    padding: 0;
  }

  #plan #planList {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #kv {
    overflow: hidden;
  }

  #kv>dl {
    padding: 5.5rem 0 3.5rem;
  }

  #kv>dl dt {
    padding: 0 0 3rem;
    min-width: 100%;
  }

  #kv h1.titMain {
    font-size: 4vw;
    letter-spacing: 3px;
  }

  .btnList.btn {
    padding: 0;
  }

  .btnList.btn a {
    width: 46%;
    font-size: 13px;
    padding: 15px 0;
  }

  #kv .leadKv {
    font-size: 1vw;
  }

  h2 {
    padding: 0 0 2rem;
    font-size: 4.4vw;
    letter-spacing: 0.5px;
  }

  #start h2 {
    font-size: 5.8vw;
  }

  #start h2+p {
    text-align: left;
    padding: 0 0 2rem;
  }

  h3 {
    font-size: 4.5vw;
  }

  #plan,
  #exercise {
    padding: 6rem 0 3rem;
    margin-top: -3rem;
  }

  #plan #planList {
    width: 100%;
    padding: 1.5rem;
  }

  #plan h2 {
    padding: 0 0 2rem;
  }

  #plan .praice {
    font-size: 1.5rem;
    padding: 0 0 1.8rem;
  }

  #plan .praice span {
    font-size: 3rem;
  }

  #plan ul li {
    padding: 0 0 1rem;
    font-size: 0.9rem;
  }

  #listNews {
    margin: 0 0 2rem;
  }

  #listNews>a {
    margin: 0 0 1rem;
  }

  .listPerformance {
    margin: 0;
    display: block;
    text-align: center;
    justify-content: space-evenly;
  }

  .listPerformance li {
    width: 100%;
    margin-bottom: 5vw;
  }

  .listPerformance li div h3+p {
    font-size: 2.4rem;
  }

  .home #planList dd ul {
    padding: 5%;
  }

  .home #planList dd ul li {
    padding: 0 0 2% 1em;
  }

  .home #planList dd ul li:last-child {
    padding: 0 0 0 1em;
  }

  #introduction dl {
    padding: 5%;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0 0 45px;
  }

  #introduction dl::after {
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin: 0 0 0 -30px;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    border: 30px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 20px solid #0c2d78;
  }

  #introduction dl dt {
    width: 100%;
    padding: 0 0 5%;
  }

  #introduction dl dd {
    padding: 0;
    width: 100%;
    border: none;
    line-height: 1.4;
  }

  #introduction .indent {
    font-size: 0.75rem;
  }

  #faq .inner dl {
    padding: 2rem 0;
  }

  #faq .inner dl:first-of-type {
    margin-top: -2.25rem;
  }

  #faq .inner dl dt {
    font-size: 1rem;
    padding: 0 0 0.6rem 1.5rem;
    font-weight: 600;
    line-height: 1.4;
  }

  #faq .inner dl dt span {
    font-size: 1.25rem;
    top: -5px;
  }

  #faq .inner dl dd {
    padding: 0 0 0 1.6rem;
    position: relative;
    font-size: 0.9rem;
  }

  #faq .inner dl dd a {
    word-break: break-all;
  }
}

/* Helper
 =======================================================*/

/* interval */
.hp_m8 {
  margin: 8px;
}

.hp_m16 {
  margin: 16px;
}

.hp_m24 {
  margin: 24px;
}

.hp_mt8 {
  margin-top: 8px;
}

.hp_mt16 {
  margin-top: 16px;
}

.hp_mt24 {
  margin-top: 24px;
}

.hp_mt32 {
  margin-top: 32px;
}

.hp_mt40 {
  margin-top: 40px;
}

.hp_mr8 {
  margin-right: 8px;
}

.hp_mr16 {
  margin-right: 16px;
}

.hp_mr24 {
  margin-right: 24px;
}

.hp_mb8 {
  margin-bottom: 8px;
}

.hp_mb16 {
  margin-bottom: 16px;
}

.hp_mb24 {
  margin-bottom: 24px;
}

.hp_ml8 {
  margin-left: 8px;
}

.hp_ml16 {
  margin-left: 16px;
}

.hp_ml24 {
  margin-left: 24px;
}

.hp_p8 {
  padding: 8px;
}

.hp_p16 {
  padding: 16px;
}

.hp_p24 {
  padding: 24px;
}

.hp_pb8 {
  padding-bottom: 8px;
}

.hp_pb16 {
  padding-bottom: 16px;
}

.hp_pb24 {
  padding-bottom: 24px;
}

/* color */
.hp_bg_primarySoft {
  background-color: #F0F6FD !important;
}

.hp_h100 {
  height: 100px;
}

/* Common
 =======================================================*/
/* layout */
.main_cnt {
  padding: 0;
  margin-top: 0;
  height: 100%;
  min-height: auto;
}

.main_cnt,
.page_container {
  /* width: 1080px; */
  padding: 0;
  margin: 0 auto;
}

.site-content section#primary {
  padding-top: 0;
}

/* text */
.page_container .content p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.page_container .content h2 {
  color: #0C2D78;
  padding-bottom: 40px;
}

.content .el_h2Text {
  margin-bottom: 40px;
  line-height: 2;
  overflow-wrap: break-word;
  word-break: keep-all;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.el_textLink {
  text-decoration: underline;
  color: #1111cc;
}


/* Module
 =======================================================*/

/* Butoon */
.el_btn {
  padding: 20px;
  width: 340px;
  border-radius: 100px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px;
}

.el_btnS {
  padding: 16px 24px;
  font-size: 0.875rem;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.el_btnPrimary {
  background-color: #FF9C1C;
  color: #FFF;
}

.el_btnSecondary {
  background-color: #FFF;
  color: #0C2D78;
}

.el_btnSecondary a {
  color: #0C2D78;
}

.el_btnBasic {
  background-color: #FFF;
  color: #0C2D78;
  border: 1px solid #0C2D78;
}

.bl_btnList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.bl_btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* First view */
.bl_fv .bl_btnList .el_btn {
  width: 340px;
  padding: 20px;
}

/* サービスラインナップ */
.bl_lineUp {
  background: #FFF;
}

.bl_lineUp__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 100px;
  grid-gap: 40px;
}

.bl_lineUp__inner p {
  text-align: left !important;
  line-height: 2;
}

.bl_lineUp_subttl {
  font-size: 1rem;
  color: #0C2D78;
}

.bl_lineUp_subttl span {
  font-size: 1.8rem;
  margin-left: 12px;
  color: #0C2D78;
  font-weight: bold;
}

.bl_lineUp_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0C2D78;
  text-align: left;
}

.bl_lineUp_ttlSub {
  font-size: 1.5rem;
  color: #0C2D78;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin-top: 16px;
}

.bl_lineUp_txt {
  margin-top: 8px;
}

.bl_lineUp_btnWrap {
  margin-top: 32px;
}

.bl_lineUp_left {
  margin: 0 auto;
}

.bl_lineUp_right {
  width: 40vw;
  margin: 0 auto;
}

.bl_lineUp__inner:nth-of-type(2) .bl_lineUp_right {
  width: inherit;
  margin: inherit;
}

/* 他社比較表 */
.bl_comparisonTable__img {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.bl_comparisonTable__img picture {
  flex-shrink: 0 !important;
  max-width: 100%;
  height: auto;
}

.bl_comparisonTable__img img {
  flex-shrink: 0 !important;
  max-width: 100%;
  height: auto;
}

.bl_lineUp__inner .el_btn {
  display: inline-block;
}

/* クライアント実績　*/
.bl_slider__btnWrap {
  padding: 40px 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_slider__btn {
  position: relative;
  font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

.bl_slider__btn:before {
  display: block;
  content: '+';
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -44%);
}

.bl_slider__img {
  width: 60vw !important;
  margin: 0 auto;
}

/* ライブコマース実施までの流れ */
.bl_flow {
  background-color: #F0F6FD;
}

.bl_flow__inner {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-gap: 40px;
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 24px;
}

.bl_flow__inner:first-of-type {
  margin-top: 0;
}
.bl_flow .el_h2Text {
	font-size: 1rem!important;
}

.bl_flow__inner h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0C2D78;
  text-align: left;
  padding: 0;
}

.bl_flow__number {
  font-size: 2.875rem;
  color: #0C2D78;
  font-weight: bold;
}

.bl_flow__text {
	margin-top: 8px!important;
	line-height: 1.6;
	font-size: 1rem!important;
	overflow-wrap: break-word;
	max-width: 510px;
	text-align: left !important;
	font-weight: 400 !important;
}

.bl_flow__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bl_flow__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_flow__textWrap {
  margin-left: 32px;
}

.bl_flow__img {
  width: 4rem;
}

.bl_flow__img.bl_flow__imgLive {
  width: 5rem;
}

/* 顧客リスト */
.bl_slide {
  padding: 90px 0;
}

/* お問い合わせ */
.bl_contact {
  background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png") no-repeat scroll center / cover;
  color: #FFF;
}

.bl_contact_ttl {
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFF !important;
  padding-bottom: 32px;
}

.bl_contact__inner {
  padding: 45px 0;
}

.bl_contact__inner p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
}

.bl_contact__inner .bl_btnWrap {
  margin-top: 40px;
}

/* ぱんくずリスト */
.bl_breadcrumbs {
  border-top: 1px solid #ddd;
  padding: 32px 60px;
}

.bl_breadcrumbs__list {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1080px;
}

.bl_breadcrumbs__item {
  position: relative;
  padding-right: 24px;
}

.bl_breadcrumbs__item::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: ">";
  font-size: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bl_breadcrumbs__item:last-of-type {
  color: #777;
}

.bl_breadcrumbs__item:last-of-type::after {
  content: none;
}

/* Footer */
.bl_footer {
  background-color: #0C2D78;
}

.bl_footer__inner {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0;
}

.bl_footer__item {
  text-align: left;
  color: #F2F2F2;
  line-height: 3;
}

.bl_footer__item a {
  color: #F2F2F2;
  line-height: 3;
  text-decoration: none;
}

.bl_footer__company img {
  display: block;
  width: 160px;
}

.bl_footer__company ul {
  margin-top: 32px
}

/* ライブ配信の活用シーン */
.bl_useScene {
  background: #F0F6FD;
}

.bl_useScene__block {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 160px 1fr;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.bl_useScene__block:first-of-type {
	margin-top: 0px;
}

.bl_useScene__txt p {
	line-height: 1.6;
	font-weight: 400 !important;
	text-align: left !important;
	padding: inherit !important;
	margin-top: 8px!important;
}

.bl_useScene__txt h3 {
  text-align: left;
  font-size: 1.5rem;
	padding: inherit;
}

.bl_useScene__imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_useScene__img {
  width: 6rem;
}

/* その他のライブ配信制作 */
.bl_otherProduction {
  background-color: #F0F6FD;
}

.bl_otherProduction__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.page_container .content .bl_otherProduction__inner>p {
  font-size: 1rem;
}

.bl_otherProduction__txt {
  line-height: 2;
}

.bl_otherProduction__btn {
  width: inherit;
  padding: 20px 40px;
}

@media screen and (max-width: 1024px) {
  #kv h1.titMain {
    font-size: 4vw;
    display: flex;
    justify-content: center;
  }

  .bl_lineUp__inner {
    grid-template-columns: 1fr;
    padding: 24px;
    grid-gap: 60px;
    padding: 100px;
  }

  .bl_lineUp_btnWrap a {
    width: 90%
  }

  .bl_lineUp_btnWrap {
    text-align: center;
  }

  .bl_flow__inner {
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .bl_useScene__block {
    width: 80%;
  }
	.bl_comparisonTable__img {
		width: 90%;
		margin: 0 auto;
	}
	#plan .bl_comparisonTable__img {
		width: 100%;
	}
	.content .el_h2Text {
		max-width: 700px;
	}
	.un_support__img {
		display: none! important;
		padding: 0;
	}
	.un_support__img img {
		display: none;
	}
	.un_support__inner {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
  #kv {
    padding: 0;
  }

  #content {
    padding: 0;
  }

  .el_h2Text {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.6;
    padding: 0 24px;
  }

  .bl_fv .el_btnPrimary {
    margin-left: 0;
    margin-top: 16px;
  }

  .bl_btnList {
    padding: 0;
    justify-content: space-around;
    box-sizing: border-box;
  }

  .bl_lineUp p {
    line-height: 1.6;
    padding: 8px 24px 40px 8px;
  }

  .bl_lineUp_ttl {
    font-size: 8vw;
    line-height: 1.2;
  }

  .bl_lineUp_ttlSub {
    padding: inherit !important;
    font-size: 4vw;
    margin-top: 8px;
  }

  .bl_lineUp_txt {
    margin-top: 8px;
    padding: 0 !important;
  }

  .bl_lineUp_btnWrap {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bl_lineUp_btnWrap a {
    width: 100%;
  }

  .bl_lineUp_left .bl_lineUp_img {
    margin: inherit;
  }

  .el_btn {
    font-size: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .el_h2Text {
    font-size: 0.875rem !important;
    word-break: break-all !important;
  }

  .bl_comparisonTable {
    padding: 2.5rem 0 3rem !important;
  }

  .bl_contact__inner {
    padding: 0 24px;
  }

  .bl_contact__inner .bl_btnWrap {
    margin-top: 16px;
  }

  .bl_contact_ttl {
    font-size: 4vw;
    padding-bottom: 24px;
  }

  .bl_breadcrumbs {
    padding: 24px;
  }

  .bl_footer__inner {
    display: grid;
    padding: 40px 24px;
  }

  .bl_footer__company {
    line-height: 1.6;
    margin-top: 32px;
  }

  .bl_footer__company ul {
    margin-top: 8px
  }

  .bl_footer__item a,
  .bl_footer__item {
    line-height: 2.4;
  }

  .bl_flow__inner {
    width: 90%;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .bl_flow__left {
    justify-content: start;
    box-sizing: border-box;
    width: 100%;
  }

  .bl_flow__number {
    font-size: 2.625rem;
  }

  .bl_flow__textWrap {
    margin-left: 24px;
  }

  .bl_flow__text {
    overflow-wrap: normal;
    word-break: normal;
    width: 100%;
    margin-top: 0;
  }

  .bl_flow__right {
    justify-content: center;
  }

  .bl_useScene__block {
    grid-template-columns: 200px 1fr;
    padding: 24px;
  }
}

@media screen and (max-width: 480px) {
  .bl_lineUp__inner {
    padding: 24px;
  }

  .bl_useScene__block {
    grid-template-columns: 1fr;
    gap: 16px;
  }

	.bl_useScene__block:first-of-type {
		margin-top: 24px;
	}

  .bl_useScene__txt h3 {
    text-align: center;
  }

  .bl_flow__left {
    display: block;
    text-align: center;
  }

  .bl_flow__textWrap {
    margin-left: 0;
  }

  .bl_flow__inner h3 {
    text-align: center;
    font-size: 1.3rem;
  }

  .bl_flow__text {
    margin-top: 8px;
  }

  .bl_flow__number {
	  font-size: 1.4rem;
	  margin-bottom: 4px;
	  opacity: 0.6;
  }
	.bl_flow__img {
		opacity: 0.6;
	}

  .bl_lineUp_img {
    margin: 0 auto !important;
    width: 50vw !important;
  }
}

/*  unique
 =======================================================*/

/* ライブ集客支援ページ */
.un_support {
  background-color: #F0F6FD;
}

.un_support__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  background: #FFF;
  border-radius: 5px;
  padding: 40px;
  margin: 0 auto;
}

.un_support__innerBox {
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr  1fr;
}

.un_support__block {
  max-width: 900px;
  margin: 0 auto;
}

.un_support .el_h2Text {
	font-size:1rem!important;
	font-weight: 400 !important;
	line-height: 1.6;
}

.un_support__inner h3 {
  font-size: 1.2rem;
	padding-bottom: 16px;
}

.un_support__inner h3,
.un_support__txt {
  text-align: center !important;
}

.un_support__txt {
	line-height: 1.6;
	font-weight: normal!important;
	font-size: 1rem!important;
	text-align: left!important;
}

.un_support__list {
  margin-top: 24px;
  padding: 24px;
  background-color: #F8F8F8;
	border-radius: 10px;
	height: 100%;
	box-sizing: border-box;
}

.un_support__img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 16px;
	height: 40px;
}

.un_support__img img {
	width: 4vw;
}

.un_support__list ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
  text-align: left;
}

.un_support__list ul li:before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  background: #0C2D78;
  line-height: 1.6;
}

.bl_brand_logos {
  background-color: #F0F6FD;
}

.bl_brand_logos__inner {
  background-color: #FFF;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 5%;
}

/*TAGsAPI*/
.un_tagsApi_fv__txt {
  text-align: center;
  margin-top: 6vh;
}

.un_tagsApi_fv__txt img {
  width: 194px;
}

.un_tagsApi_fv__txt p {
  font-size: 1.5rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-weight: bold;
  margin-top: 16px;
}

.un_features {
  background-color: #FFF;
}

.un_features__block {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
}

.un_features__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 120px;
  background: #F0F6FD;
  border-radius: 5px;
  padding: 60px;
  margin: 0 auto;
}

.un_features__h3Wrap {
  display: flex;
  align-items: center;
}

.un_features__h3Sub {
  display: grid;
  grid-gap: 2px;
  color: #0C2D78;
}

.un_features__h3SubTxt {
  font-size: 0.9375rem;
  color: #0C2D78;
}

.un_features__number {
  color: #0C2D78;
  font-weight: bold;
	position: absolute;
	top: 0;
	right: 20px;
	opacity: 0.1;
	font-size: 8rem;
}

.un_features_txt {
  margin-top: 32px;
  text-align: left !important;
  line-height: 2;
}

.un_features__h3Wrap h3 {
  margin-left: 16px;
  padding: inherit;
  font-size: 1.875rem;
}

.un_features__right.un_features__imgWrap,
.un_features__left.un_features__imgWrap {
  background: #FFF;
  width: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.un_features__img {
  width: 14vw;
}

.un_features .bl_btnWrap {
  margin: 40px 0 80px 0;
}

.el_btn.un_features__btn {
  width: inherit;
  padding: 20px 68px;
}

.un_features__block:nth-of-type(even) .un_features__inner {
  grid-template-columns: 280px 1fr;
}

/* ライブ配信制作 */
.un_livestreamingProduction #kv>dl dd {
  margin-top: 0;
}

.un_livestreamingProduction #kv {
  padding: 45px 0;
}

.un_livestreamingProduction .titMain {
  display: block;
}

.un_livestreamingProduction #kv .leadKv {
  line-height: 2;
}

.un_livestreamingProduction__inner {
	display: grid;
	grid-gap: 32px;
	background: #F0F6FD;
	border-radius: 5px;
	padding: 60px;
	margin: 0 auto;
	position: relative;
}

.un_livestreamingProduction__h3Wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_livestreamingProduction__h3Sub {
  display: grid;
  grid-gap: 2px;
  color: #0C2D78;
}

.un_livestreamingProduction__h3SubTxt {
  font-size: 0.9375rem;
  color: #0C2D78;
}

.un_livestreamingProduction__number {
  font-size: 1.75rem;
  color: #0C2D78;
  font-weight: bold;
}

.un_livestreamingProduction_txt {
	text-align: left !important;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 400 !important;
	max-width: 800px;
	display: flex;
	justify-self: center;
}

.un_livestreamingProduction__h3Wrap h3 {
  margin-left: 16px;
  padding: inherit;
  font-size: 1.5rem;
}

.un_livestreamingProduction {
  background-color: #FFF;
}

.un_livestreamingProduction__block {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.un_livestreamingProduction__block:first-of-type {
	margin-top: 0;
}

.un_livestreamingProduction .bl_btnWrap {
  margin-top: 40px;
}

/* ライブ配信サービスメニュー */
.un_serviceMenu {
  background: #0c2d78 url(https://tagsapi.com/wp-content/uploads/2022/07/2021/01/bg_line.png) no-repeat scroll center / cover;
  color: #fff;
}

.un_serviceMenu__inner {
  max-width: 900px;
  margin: 0 auto;
}

.un_serviceMenu__inner h2 {
  color: #FFF !important;
}

.un_serviceMenu__listWrap {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  padding: 0;
}

.un_serviceMenu__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_serviceMenu__item {
  border-radius: 10px;
  background-color: #FFF;
}

.un_serviceMenu__item a {
  text-decoration: none;
  display: grid;
  justify-items: center;
  align-items: center;
}

.un_serviceMenu__img {
  display: block;
  width: 8vw;
  padding: 24px 46px;
}

.un_serviceMenu__txt {
  font-size: 1.2rem !important;
  padding: 0 0 24px;
}

.bl_comparisonTable__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.bl_heading {
  margin-bottom: 60px;
}

.bl_heading h2 {
  color: #0C2D77;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  padding: inherit;
}

.bl_heading p {
  text-align: center;
  line-height: 1.5;
}

.bl_about {
  background-color: #F5F5F5;
}

.bl_about_card {
  background-color: #fff;
  box-shadow: 4px 5px 20px #0C2D771A;
  border-radius: 18px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_about_cardInner {
  padding: 180px 90px;
}

.bl_about_cardInner h3 {
  text-align: left;
  font-size: 40px;
}

.bl_about_list {
  display: flex;
  flex-wrap: wrap;
}

.bl_about_list li {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.bl_about_list li span {
  margin-left: 16px;
}

.bl_about_list li:first-child {
  margin-top: 0;
}

.bl_about_img img {
  border-radius: 0 20px 20px 0;
}

.bl_uniqueness {
  background-color: #F0F6FD;
}

.bl_uniqueness_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.bl_uniqueness_list li {
  width: 30%;
  border-radius: 4px;
  box-sizing: border-box;
}

.bl_uniqueness_list li h3 {
  color: #0c2d78;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}

.bl_uniqueness_list li h3 span {
  font-size: .8rem;
  color: #0c2d78;
}

.bl_uniqueness_h3_1 {
  width: 260px;
  top: 40%!important;
}

.bl_uniqueness_tex_1,
.bl_uniqueness_tex_3 {
  top: 280px;
}

.bl_uniqueness_h3 {
  top: 40%!important;
}

.bl_uniqueness_list li {
  margin-left: 16px;
}

.bl_uniqueness_list li:first-child {
  margin-left: 0;
}

.bl_uniqueness_listItem p {
  position: absolute;
  top: 332px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  text-align: left;
  width: 16rem;
  line-height: 1.6;
}

.bl_uniqueness_list li small {
  color: #0c2d78;
  font-weight: bold;
  line-height: 1.5;
  font-size: .8rem;
}

.bl_uniqueness_icon {
  line-height: 0;
  width: 60px;
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}

.bl_uniqueness_listItem {
  position: relative;
  text-align: center;
}

.bl_uniqueness_bg {
  width: 100%;
}

.bl_liveCommerce_h3,
.bl_shortMovie_h3 {
  display: flex;
  align-items: center;
  position: relative;
}

.bl_liveCommerce_h3 h3,
.bl_shortMovie_h3 h3 {
  padding: 0;
  text-align: left;
}

.bl_liveCommerce_h3 img,
.bl_shortMovie_h3 img {
  position: absolute;
  opacity: .2;
  height: 60px;
  right: 0;
  bottom: 0;
}

.bl_liveCommerce_txt,
.bl_shortMovie_txt {
  margin-top: 40px;
}

.bl_liveCommerce_txt:first-child,
.bl_shortMovie_txt:first-child {
  margin-top: 0;
}

.bl_liveCommerce_txt p,
.bl_shortMovie_txt p {
  margin-top: 24px;
  line-height: 1.6;
}

.bl_liveCommerce_inner,
.bl_shortMovie_inner {
  display: flex;
  margin: 0 auto;
}

.bl_liveCommerce_inner ul,
.bl_shortMovie_inner ul {
  text-align: left;
  margin: 0 90px 0;
}

.bl_liveCommerce_img,
.bl_shortMovie_img {
  width: 100%;
  display: contents;
}

.bl_liveCommerce_img img,
.bl_shortMovie_img img {
  object-fit: cover;
}
.bl_shortMovie {
  padding-bottom: 0;
}

.bl_mission {
  background-color: #0c2d78;
}

.bl_mission_bg {
  width: 100%;
  margin: 0;
  position: relative;
}

.bl_mission_bg::before {
  content: '';
  position: absolute;
  top: 300px;
  bottom: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: skewY(-13deg);
  z-index: 1;
  opacity: 0.1;
}

.bl_mission .bl_heading h2,
.bl_mission .bl_heading p {
  color: #fff;
}

.bl_mission h3 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 48px;
}

.bl_mission_txt p {
  color: #fff;
  line-height: 1.4;
  margin-top: 16px;
  text-align: center;
}

.bl_mission_txt p:nth-child(2) {
  margin-top: 0;
}

.bl_mission_txt {
  border: 1px solid #fff;
  padding: 32px 54px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.bl_mission_message {
  margin-top: 48px;
}

.bl_mission_txtHeading {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #0c2d78;
  padding: 20px;
  margin-top: 0!important;
}

.bl_issue {
  background-color: #0c2d78;
  padding: 45px 0 100px;
}

.bl_issue_cardWrap {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.bl_issue_card {
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 30px 60px;
  width: 32%;
}

.bl_issue_card:first-child {
  margin-left: 0;
}

.bl_issue_card h3 {
  color: #fff;
}

.bl_issue_card ul li {
  color: #fff;
  text-align: left;
  line-height: 1.4;
  margin-top: 16px;
}

.bl_issue_card ul li:first-child {
  margin-top: 0;
}

.bl_issue .bl_heading h2,
.bl_issue .bl_heading p {
  color: #fff;
}

.bl_issue_card img {
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
}

.bl_solutions {
  background-color: #F0F6FD;
  padding: 50px 0;
}

.bl_solutions_arrow {
  position: relative;
}

.bl_solutions_arrow img {
  position: absolute;
  z-index: 100;
  top: -106px;
  left: 50%;
}

.bl_solutions_cardWrap {
  max-width: 1100px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.bl_solutions_card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  width: 32%;
}

.bl_solutions_card:first-child {
  margin-left: 0;
}

.bl_solutions_card h3 {
  color: #0C2D77;
}

.bl_solutions_card ul li {
  text-align: left;
  line-height: 1.8;
  margin-top: 24px;
}

.bl_solutions_card ul li:first-child {
  margin-top: 0;
}

.bl_solutions .bl_heading h2,
.bl_solutions .bl_heading p {
  color: #0C2D77;
}

.bl_solutions_card img {
  margin: 0 auto;
  display: block;
  margin-bottom: 1.8rem;
}

.bl_increasedSales {
  background-color: #0C2D77;
}

.bl_increasedSales .bl_heading p,
.bl_increasedSales .bl_heading h2 {
  color: #fff;
}

.bl_increasedSales_itemWrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
  flex-wrap: wrap;
  gap: 16px;
}
.bl_increasedSales_equation,
.bl_increasedSales_solution {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.bl_increasedSales_item {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: relative;
}

.bl_increasedSales_item.hp_white {
  background-color: #fff;
}

.bl_increasedSales_text {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bl_increasedSales_text.hp_black {
  color: #333;
}

.bl_increasedSales_textEmphasized.hp_black {
  color: #333;
}

.bl_increasedSales_item img {
  margin: 0 auto;
  margin-block: 1.8rem;
  display: inline-block;
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.bl_increasedSales .bl_heading p {
  line-height: 2;
}

.bl_increasedSalesMerit_inner {
  margin: 0 auto;
  max-width: 1100px;
}

.bl_increasedSalesMerit {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #0C2D77;
}

.bl_increasedSalesMerit h2 {
  color: #fff;
  font-size: 1.5rem;
}

.bl_increasedSalesMerit h2 small {
  color: #fff;
  font-size: 1.0rem;
}

.bl_increasedSalesMerit_list {
  display: flex;
  justify-content: center;
  background-color: #0C2D77;
  gap: 24px;
}

.bl_increasedSalesMerit_list li {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px 40px;
  width: 24%;
  text-align: left;
  color: #fff;
}

.bl_increasedSalesMerit_list li h3,
.bl_increasedSalesMerit_list li p {
  color: #fff;
  text-align: left;
  line-height: 1.8;
}

.bl_increasedSalesMerit_list li p {
  font-size: 1rem;
  height: 7rem;
}

.bl_increasedSalesMerit_list li h3 {
  height: 80px;
}

.bl_increasedSalesMerit_list li img {
  float: right;
  margin-top: 42px;
}

.bl_increasedSales_textEmphasized {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.6;
}

.bl_performance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #0C2D77;
}

.bl_performance_inner {
  margin: 0 auto;
  max-width: 1100px;
}

.bl_performance h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.bl_performance_list {
  color: #fff;
  text-align: left;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-inline: 32px;
}

.bl_performance_listItem {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 40px;
  width: 24%;
  text-align: left;
  color: #fff;
  text-align: center;
}

.bl_performance_listItem h3,
.bl_performance_listItem p {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.bl_performance_listItem h3 {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.3;
}

.bl_performance_listItem p {
  text-align: left;
  margin-top: 32px;
}

.bl_plan h2 {
  padding: 0 0 3rem;
  font-size: 30px;
  color: #0C2D77;
}

.bl_news h2 {
  padding: 0 0 3rem;
  font-size: 30px;
  color: #0C2D77;
}

.bl_media h2 {
  padding: 0 0 3rem;
  font-size: 30px;
  color: #0C2D77;
}

.bl_sns {
  background: #F0F6FD;
}

.bl_sns_con {
  margin: 0 auto;
  max-width: 1100px;
}

.bl_sns_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  gap: 24px;
}

.bl_sns_socialMedias,
.bl_sns_meetingTools,
.bl_sns_liveCommerceTools {
  background-color: #fff;
  padding: 64px;
}

.bl_sns_liveCommerceTools {
  margin-top: 24px;
}

.bl_sns_conWrap {
  margin: 0 auto;
  margin-inline: 32px;
}

.bl_sns_socialMedias p,
.bl_sns_liveCommerceTools p,
.bl_sns_meetingTools p {
  margin-top: 24px;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
}

.bl_sns_socialMedias {
  width: 50%;
}

.bl_sns_liveCommerceTools p {
  margin-top: 0;
}

.bl_sns_meetingTools {
  text-align: center;
  width: 50%;
}

.bl_sns_txt {
  font-size: 10px;
}

.bl_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bl_sns_listItem {
  margin-left: 24px;
}

.bl_sns_listItem:first-child {
  margin-left: 0;
}

.el_icon_close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 6px;
  background: currentColor;
  border-radius: 20px;
  position: relative;
  transform: rotate(45deg);
}

.el_icon_close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.el_icon_minus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 60px;
  width: 40px;
  height: 6px;
  background: currentColor;
  border-radius: 20px;
  margin-top: 12px;
}

.el_icon_minus:first-child {
  margin-top: 0;
}

.el_icon_equal {
  display: flex;
  flex-wrap: wrap;
  width: 40px;
}

.bl_liveCommerceConsulting {
  background-color: #fff;
  padding: 45px 0 100px;
}

.bl_liveCommerceConsulting_listWrap {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 160px 160px;
  gap: 20px;
}

.bl_liveCommerceConsulting_list {
  border: 1px solid #445690;
  border-radius: 8px;
  display: flex;
}

.bl_liveCommerceConsulting_heading {
  background: #445690;
  color: #fff;
  min-width: 100px;
  border-radius: 8px 0 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: inherit;
}

.bl_liveCommerceConsulting_list ul li {
  text-align: left;
  line-height: 1.2;
}

.bl_liveCommerceConsulting_list ul {
  padding: 16px;
  display: grid;
  gap: 16px;
}

.bl_liveCommerceConsulting_list:nth-child(4) ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#n2-ss-2 .n2-style-cb5a157594ab472a7afe88e7408d50c5-heading,
div#n2-ss-2 .n2-style-e18c357d51e68681bbb031de445957e5-heading {
  font-size: 1.1rem;
}

/* .site-main footer .bl_footer__inner .bl_footer__company img {
	filter: none;
} */

@media screen and (min-width: 1024px) {
  .bl_liveCommerce_h3,
  .bl_shortMovie_h3 {
    position: inherit;
  }

  .bl_liveCommerce_h3 img,
  .bl_shortMovie_h3 img {
    position: inherit;
    opacity: inherit;
    height: 40px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .un_fv__support #kv h1.titMain {
    font-size: 5vw;
  }

  .un_features__block,
  .un_features__block:nth-of-type(even) .un_features__inner,
  .un_livestreamingProduction__block {
    width: 90%;
  }

  .un_tagsApi_fv__txt {
    padding: 0 12vw;
  }

  .un_features__inner {
    grid-template-columns: 1fr 180px;
    grid-gap: 48px;
  }

  .un_features__block:nth-of-type(even) .un_features__inner {
    grid-template-columns: 180px 1fr;
    grid-gap: 48px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  p {
    font-size: 1rem;
  }
  .bl_heading {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 42px;
  }
  .bl_uniqueness_list {
    max-width: 800px;
    margin: 0 auto;
  }
  .bl_uniqueness_listItem p {
    font-size: .8rem!important;
    top: 240px;
    width: 180px;
  }
  .bl_uniqueness_list li h3 {
    font-size: 1.2rem!important;
    width: 180px;
  }
  .bl_uniqueness_h3_1 {
    top: 44%!important;
  }
  .bl_uniqueness_icon {
    top: 16%;
    width: 40px;
  }
  .bl_uniqueness_listItem_2 .bl_uniqueness_h3,
  .bl_uniqueness_listItem_3 .bl_uniqueness_h3 {
    width: 180px;
    top: 30%!important;
  }
  .bl_uniqueness_h3_1 {
    top: 40%!important;
    line-height: 1.2;
  }
  .bl_uniqueness_listItem_1  .bl_uniqueness_tex_1 {
    top: 220px;
  }
  .bl_uniqueness_listItem_2 p,
  .bl_uniqueness_listItem_3 p {
    top: 210px!important;
  }
  .bl_issue_cardWrap,
  .bl_increasedSales_itemWrap {
    max-width: 800px;
    flex-wrap: wrap;
  }
  .bl_solutions_cardWrap {
    flex-wrap: wrap;
  }
  .bl_increasedSales_textEmphasized {
    font-size: 2.2rem;
  }
  .bl_increasedSalesMerit_list,
  .bl_performance_list {
    flex-wrap: wrap;
  }.bl_liveCommerceConsulting_listWrap{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_liveCommerceConsulting_list {
    width: 70%;
    height: 140px;
  }
}

@media screen and (max-width: 960px) {
  .un_support__inner {
    grid-template-columns: 1fr !important;
    padding: 24px;
    grid-gap: 32px;
  }

  section.un_support {
    padding: 2.5rem 0 0;
  }

  section.bl_brand_logos {
    padding: 4rem 0 0;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1rem;
  }

  .bl_liveCommerce_inner,
  .bl_shortMovie_inner {
    display: block;
  }

  .bl_liveCommerce_img img,
  .bl_shortMovie_img img {
    margin: 0 auto;
    margin-top: 32px;
    display: block;
  }
  .bl_shortMovie_inner ul {
    margin-block: 42px;
  }
  .bl_mission h3 {
    margin: 0 auto;
    margin-block: 48px;
    max-width: 800px;
  }
  .bl_mission_message {
    margin-top: 48px;
  }
  .bl_liveCommerce_h3 img:first-child{
    right: 10px;
  }
  .bl_issue_card {
    padding: 32px;
  }
  .bl_solutions_cardWrap {
    max-width: 800px;
  }
  .bl_increasedSalesMerit_inner h2 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .bl_performance_list {
    max-width: 800px;
  }
  .bl_performance_listItem {
    padding: 24px;
  }
  .bl_performance_listItem img {
    height: 54px;
  }
  .bl_performance_listItem h3 {
    font-size: 1.2rem;
    margin-block: 16px;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .un_tagsApi_fv #kv h1.titMain {
    font-size: 5.7vw;
    letter-spacing: 3px;
  }

  .un_tagsApi_fv #kv .leadKv {
    font-size: 3.8vw;
  }

  .un_tagsApi_fv__txt {
    margin-bottom: 60px;
  }

  .un_tagsApi_fv__txt img {
    width: 152px;
  }

  .un_tagsApi_fv__txt p {
    font-size: 3.4vw;
    padding: 0 20px;
  }

  .un_features__block,
  .un_livestreamingProduction__block {
    margin-top: 24px;
    width: 90%;
  }

  .un_features__inner,
  .un_features__block:nth-of-type(even) .un_features__inner {
    grid-template-columns: 1fr;
    padding: 32px;
    grid-gap: 32px;
  }

  .el_btn.un_features__btn {
    width: 80%;
    padding: 20px;
  }

  .un_features__h3SubTxt {
    font-size: 0.9rem;
  }

  .un_features__number {
    font-size: 4rem;
    top: 4%;
  }

  .un_features__h3Wrap h3,
  .un_livestreamingProduction__h3Wrap {
    font-size: 1.6rem;
  }

  .un_features__right.un_features__imgWrap,
  .un_features__left.un_features__imgWrap {
    width: 100%;
  }

  .un_features__img {
    width: 32vw;
    padding: 20px;
  }

  .un_support__block {
    margin: 0;
  }

  .un_livestreamingProduction__inner {
    padding: 32px;
    grid-gap: 16px;
  }

  .un_livestreamingProduction__h3SubTxt {
    width: 3em;
  }

  .un_livestreamingProduction_txt {
    line-height: 1.6;
    font-size: 0.875rem;
  }

  .un_livestreamingProduction__h3Wrap h3 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }

  .un_livestreamingProduction #kv h1.titMain {
    font-size: 5vw;
  }

  .un_livestreamingProduction #kv .leadKv {
    font-size: 3vw;
  }

  .bl_useScene__img {
    width: 4rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.0rem;
  }

  .bl_increasedSales_item {
    width: 200px;
    height: 200px;
  }

  .bl_heading h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .bl_increasedSales_itemWrap {
    gap: 8px;
  }

  .bl_increasedSales_equation, .bl_increasedSales_solution {
    gap: 8px;
  }

  .bl_increasedSales_text{
    font-size: 1.4rem;
  }

  .bl_increasedSales_textemphasized {
    font-size: 1.8rem;
  }

  .bl_increasedSales_item img {
    height: 32px;
  }

  .el_icon_close,
  .el_icon_minus {
    width: 32px;
    height: 3px;
  }

  .bl_heading {
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .bl_increasedSalesMerit_inner h2 {
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
  }

  .bl_increasedSalesMerit h2 small {
    font-size: .8rem;
  }

  .bl_increasedSalesMerit_list h3 {
    height: inherit;
  }

  .bl_increasedSalesMerit_list li {
    width: 70vw;
  }

  .bl_performance_listItem {
    width: 80%;
    padding: inherit;
    padding: 32px;
  }

  .bl_liveCommerceConsulting_list {
    width: 90%;
    height: 160px;
  }
}

@media screen and (max-width: 700px) {
 .bl_sns_inner {
  width: 100%;
  margin: 0 auto
  justify-content: center;
  flex-wrap: wrap;
 }

 .bl_sns_socialMedias,
 .bl_sns_meetingTools {
   width: 100%;
 }

 .bl_sns_meetingTools {
   margin-left: 0;
   margin-top: 24px
 }

  .bl_solutions_card {
    width: 80%;
    margin: 0 auto;
    margin-top: 24px;
  }

  .bl_solutions_card ul {
    padding: 0 10%;
  }

  .bl_solutions_card:first-child {
    margin-left: inherit;
  }

  .bl_solutions_card h3 {
    margin-bottom: 16px;
  }

  .bl_issue_cardWrap,
  .bl_solutions_cardWrap {
    width: 80%;
    display: block;
  }

  .bl_issue_card {
    width: 100%;
    margin-left: inherit;
    padding: 0;
    margin-bottom: 24px;
  }

  .bl_issue_card h3 {
    padding-top: 24px;
  }

  .bl_issue_card ul {
    padding: 0 60px 60px;
  }

  .bl_mission h3 {
    width: 90%;
  }

  .bl_mission_txt {
    width: 70%;
  }

  .bl_mission_txtHeading {
    font-size: 14px;
  }

  .bl_shortMovie_h3  h3 {
    line-height: 1.2;
  }

  .bl_uniqueness_list {
    display: block;
  }

  .bl_uniqueness_list .bl_uniqueness_listItem {
    width: 100%;
  }

  .bl_uniqueness_list .bl_uniqueness_listItem p {
    top: 300px;
    width: 40%;
    font-size: 1.1rem!important;
  }

  .bl_uniqueness_h3_1 img {
    width: 40%;
  }

  .bl_uniqueness_list li h3 {
    width: 40%;
  }

  .bl_uniqueness_list li {
    margin-left: 0;
    margin-top: 24px;
  }

  .bl_uniqueness_icon {
    width: 100px;
  }
  .bl_uniqueness_listItem.bl_uniqueness_listItem_2 p,
  .bl_uniqueness_listItem.bl_uniqueness_listItem_3 p {
    top: 280px!important;
  }
}
@media screen and (max-width: 480px) {
  .un_livestreamingProduction #kv h1.titMain {
    font-size: 8vw;
  }

  .un_livestreamingProduction #kv .leadKv {
    font-size: 4vw;
    padding: 8px 24px;
  }

  .un_serviceMenu__listWrap {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    width: 80%;
    margin: 0 auto;
  }

  #kv h1.titMain {
    font-size: 8vw;
  }

  #kv .leadKv {
    font-size: 16px;
    padding: 0 46px;
  }

  .un_serviceMenu__txt {
    font-size: 1rem !important;
  }

  section#kv {
    padding: 0 !important;
  }

  section.bl_brand_logos {
    padding: 2rem 1rem 0;
  }

  section.un_support {
    padding: 2rem 1rem 0;
  }

  section.bl_otherProduction {
    padding: 3rem 1rem;
  }

  section.bl_brand_logos h2,
  section.un_livestreamingProduction h2,
  section.bl_useScene h2 {
    padding-bottom: 0 !important;
  }

  h1 {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.0rem;
  }

  p {
    font-size: 0.8rem;
  }

  .bl_uniqueness_list li h3,
  .bl_uniqueness_list .bl_uniqueness_listItem p,
  .bl_uniqueness_listItem.bl_uniqueness_listItem_2 p,
  .bl_uniqueness_listItem.bl_uniqueness_listItem_3 p,
  .bl_uniqueness_h3,
  .bl_uniqueness_h3_1,
  .bl_uniqueness_tex_1,
  .bl_uniqueness_listItem_2 p,
  .bl_uniqueness_tex_3 {
    width: 55%;
  }

  .bl_heading {
    width: 80%;
  }

  .bl_heading p {
    margin: 0 auto;
  }

  .bl_liveCommerce_inner ul,
  .bl_shortMovie_inner ul {
    margin: 0 54px 0;
  }

  .bl_shortMovie_inner ul {
    margin: 54px;
  }

  .bl_mission_txtHeading {
    padding: 0;
    font-size: 12px;
  }

  .bl_issue_card {
    padding: 24px 0;
  }

  .bl_issue_card ul {
    padding: 0 32px 16px;
  }

  .bl_solutions_card ul {
    padding: 0;
  }

  .bl_sns_socialMedias,
  .bl_sns_meetingTools,
  .bl_sns_liveCommerceTools {
    padding: 42px;
  }

  .bl_sns_txt {
    margin-top: 16px;
  }

  .bl_increasedSales_item {
    width: 350px;
    height: 350px;
  }

  .bl_increasedSales_equation,
  .bl_increasedSales_solution {
    gap: 32px;
    justify-content: center;
  }

  .bl_increasedSales_text span {
    font-size: 1.8rem;
  }

  .bl_increasedSales_item img {
    height: 64px;
  }

  .el_icon_equal {
    transform: rotate(90deg);
    margin: 0 auto;
    margin-top: 16px;
  }

  .bl_increasedSales_solution {
    gap: 16px;
    display: block;
    margin: 0 auto;
  }

  .n2-ss-margin {
    margin: 32px 32px 0px 32px!important;
  }

  .bl_mission_txt {
    width: 60%;
  }
  .bl_mission_txtHeading {
    word-break: keep-all;
  }
  .bl_increasedSales_solution .bl_increasedSales_item {
    margin-top: 16px;
  }

  .bl_liveCommerceConsulting_list {
    height: 200px;
  }

  .bl_liveCommerceConsulting_heading {
    font-size: 1.2rem;
    width: 40%;
  }

  .bl_liveCommerceConsulting_list ul {
    width: 100%;
  }
}
