/*
 Theme Name:   Twenty Nineteen Child
 Template:     twentynineteen
 */

* {
  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%;
    text-align: center;
    padding: 8px 0 0;
}
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: 30px;
}
header > nav ul li.request 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::before,
header > nav ul li.request a::after {
    display: none;
}

main {
    position: relative;
}
#kv {
    background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/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: 7rem 0;
}
#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;
}
#kv .leadKv {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 4px;
    line-height: 1.6;
    font-weight: bold;
    padding: 0 0 4rem;
}
#kv > dl dd{
    width: 50vw;
}
h2 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.5rem;
    padding: 0 0 4rem;
}
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;
}
#slider .line {
    margin: 0 5px 0 0;
}
section {
    padding: 7rem 0;
}
section .inner {
    width: 1200px;
    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/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: 1200px;
    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%;
   }
   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;
   }
   .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;
  }

  #kv > dl {
    display: block;
  }
  #kv > dl dt {
    padding: 0 0 4rem;
  }
  #kv > dl dd {
    width: 90%;
    margin: 0 auto;
  }
  #kv, #performance {
    background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/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;
  }
  body:not(.home) #content {
    padding: 100px 0 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%;
  }


  #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/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;
  }
}
/* 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;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(34deg) brightness(106%) contrast(104%);
}

.bl_footer__company ul {
  margin-top: 32px
}
@media screen and (max-width: 767px) {
	.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;
  }
}
