@charset "UTF-8";

/* ------------------------

 Scene Liveについて - feature

-------------------------- */
#feature #stage .firstview:before {
  display: none;
}
#feature .firstview {
  text-align: center;
  position: relative;
  padding: 150px 0 60px;
}
#feature .firstview h2 {
  text-align: center;
}
#feature #contents p {
  position: relative;
  top: 20px;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
}
#feature #contents p.on {
  opacity: 1;
  top: 0;
}
#feature .introduce {
  background: url(../img/feature/bg_introduction.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 110px 0 100px;
}
#feature .introduce h3 {
  font-size: 40px;
  line-height: 1.5;
  font-style: italic;
  color: #fff;
  margin: 40px 0 80px;
}
#feature .introduce p {
  font-size: 16px;
  line-height: 2.25;
  font-family: "NotoSansCJKjp Medium";
  color: #fff;
  margin: 40px 0;
}
#feature .identity {
  text-align: center;
}
#feature .identity .lbl {
  display: block;
  padding: 80px 0 60px;
}
#feature .identity--textarea {
  background-color: #f4f4f4;
  padding: 160px 0 90px;
}
#feature .identity .fig {
  position: relative;
}
#feature .identity .fig--item {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 1s;
}
#feature .identity .fig--item.on {
  opacity: 1;
}
#feature .identity .fig .arrow--circle {
  position: relative;
  z-index: 2;
}
#feature .identity .fig .map {
  top: -36px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  transition-delay: 2s;
}
#feature .identity .fig .needs {
  top: -90px;
  left: 50%;
  margin-left: -100px;
  transition-delay: 0.4s;
}
#feature .identity .fig .imagination {
  bottom: 122px;
  left: 50%;
  margin-left: 160px;
  transition-delay: 0.8s;
}
#feature .identity .fig .technology {
  bottom: 122px;
  left: 50%;
  margin-left: -380px;
  transition-delay: 1.2s;
}
#feature .identity .fig .confidence {
  top: 50%;
  left: 50%;
  margin-top: -148px;
  margin-left: -134px;
  transition-delay: 1.6s;
}
#feature .identity h3 {
  font-size: 30px;
  font-style: italic;
  line-height: 1.6;
  color: #1b2a86;
  margin: 40px 0 56px;
}
#feature .identity p {
  font-size: 16px;
  margin-top: 40px;
  line-height: 2.25;
}
#feature .vision {
  text-align: center;
}
#feature .vision .lbl {
  display: block;
  padding: 80px 0 60px;
}
#feature .vision--textarea {
  background: url(../img/feature/bg_vision.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 100px;
}
#feature .vision h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 80px;
}
#feature .vision p {
  font-size: 16px;
  line-height: 2.333;
  color: #fff;
  margin-top: 40px;
}

/* ------------------------

 会社概要 - company

-------------------------- */
#company .firstview {
  text-align: center;
  position: relative;
}
#company .firstview .mainvisual {
  position: relative;
}
#company .firstview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color: #1d2788;
}

#company .contact-bnr {
  clear: both;
  display: block;
  position: fixed;
  right: 0px;
  bottom: 5%;
  z-index: 100;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#company .contact-bnr img {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  opacity: 1;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
#company .contact-bnr.none img {
  display: none;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#company .message {
  padding: 80px 0 150px;
}
#company .message--inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}
#company .message .textarea {
  max-width: 620px;
  width: 100%;
}
#company .message h3 {
  margin-bottom: 80px;
  text-align: left;
}
#company .message h4 {
  margin-bottom: 45px;
}
#company .message p {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.75;
}
#company .message .thumb {
  position: relative;
}
#company .message .thumb .person {
  position: relative;
}
#company .message .thumb .text {
  position: absolute;
  bottom: -90px;
  right: -120px;
}
#company .message .thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8000px;
  width: 16000px;
  height: 400px;
  background: url(../img/company/pattern.png);
  z-index: -1;
}
#company .profile {
  padding: 80px 0;
  background-color: #f4f4f4;
}
#company .profile--inner {
  max-width: 1000px;
  margin: auto;
}
#company .profile--block {
  display: flex;
  justify-content: space-between;
}
#company .profile--block dl {
  max-width: 460px;
  width: 100%;
}
#company .profile--block dt,
#company .profile--block dd {
  font-size: 16px;
  line-height: 1.375;
}
#company .profile--block dt {
  padding: 30px 0 10px;
  font-family: "NotoSansCJKjp bold";
  color: #1d2788;
}
#company .profile--block dd {
  padding: 0 0 30px;
  border-bottom: 1px dotted #afafaf;
  color: #1d1d20;
}
#company .profile--block dd .dot {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
#company .profile--block dd .dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3b409d;
}
#company .profile--block dd a {
  color: #00a2e6;
  display: inline-block;
  margin-bottom: 10px;
}
#company .profile--block dd > span {
  display: inline-block;
  width: 7em;
}
#company .profile--block .link_under a,
#company .profile--block a.link_under {
  text-decoration: underline;
}
#company .access {
  padding: 80px 0;
}
#company .access--inner {
  max-width: 1000px;
  margin: auto;
}
#company .access--header {
  display: flex;
  justify-content: space-between;
}
#company .access--header .address {
  font-size: 16px;
  font-family: "NotoSansCJKjp Medium";
  text-align: right;
  line-height: 1.5;
}
#company .access #map {
  max-width: 1300px;
  width: 100%;
  height: 400px;
  margin: auto;
}
#company #contents h3 {
  text-align: left;
}
#company #contents h3 span {
  display: block;
  font-size: 16px;
  color: #121b9a;
  margin-top: 3rem;
  width: 8em;
  text-align: center;
}
#company #contents h3 span:after {
  display: block;
  content: "";
  height: 2px;
  width: 4em;
  background: #12219a;
  text-align: center;
  margin: 2rem auto 0;
}
#company .history {
  clear: both;
  padding: 80px 0 150px;
}
#company .history--inner {
  max-width: 1000px;
  margin: auto;
}
#company .history--inner .history--block {
  width: 100%;
  border: solid 1px #121b9a;
  border-collapse: collapse;
}
#company .history--inner .history--block dl {
  display: table;
  width: 100%;
}
#company .history--inner .history--block dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding: 0 5% 0 0;
  background: #121b9a;
  color: #fff;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 6rem;
  height: 6rem;
  padding-left: 10%;
  border-bottom: solid 1px #fff;
}
#company .history--inner .history--block dl dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 6rem;
  padding-left: 2rem;
  border-bottom: solid 1px #121b9a;
  height: 6rem;
  width: 70%;
}
#company .history--inner .history--block dl dd em {
  color: #121b9a;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
  line-height: 3rem;
}
#company .history--inner .history--block dl dt span {
  background: #121b9a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  float: right;
}
#company .history--inner .history--block dl dt.wide,
#company .history--inner .history--block dl dd.wide {
  line-height: 6rem;
  height: 6rem;
}
#company .history--inner .history--block dl dt.wide_2size,
#company .history--inner .history--block dl dd.wide_2size {
  line-height: 8rem;
  height: 8rem;
}
#company .history--inner .history--block dl dt.wide_3size,
#company .history--inner .history--block dl dd.wide_3size {
  line-height: 10rem;
  height: 10rem;
}
#company .history--inner .history--block dl dt.line_block {
  border-bottom: solid 1px #121b9a;
}
#company .history--inner .history--block dl dd.wide.line_none {
  border: none;
}

#company .performance {
  clear: both;
  padding: 80px 0 150px;
}
#company .performance--inner {
  max-width: 1000px;
  margin: 0 auto 0px;
}
#company .performance--block {
  text-align: center;
  max-width: 685px;
  margin: 0 auto 0px;
}
#company .performance--block li {
  margin-bottom: 3rem;
}
#company .performance--block li img.img-left {
  margin-right: 3rem;
}
#company .performance--block li.award_list_left {
  text-align: left;
}

/* 会社概要製品リスト */
#company .profile--block dd > ul.link_under > li {
  margin: 0 0 0.5em;
  padding: 0;
  list-style-type: none;
}
#company .profile--block dd > ul.link_under > li > a {
  display: inline-block;
  margin-left: 0.3em;
  padding: 0.5em 2.5em 0.6em 2em;
  color: #fff;
  border-radius: 2em;
  text-align: center;
  line-height: 1em;
  list-style-type: none;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
#company .profile--block dd > ul.link_under > li > a:after {
  display: block;
  margin: auto;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
}
#company .profile--block dd > ul.link_under > li.zentalk-li > a {
  border: solid 2px rgba(96, 25, 134, 0.9);
  background: linear-gradient(to right, rgba(96, 25, 134, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.osora-li > a {
  border: solid 2px rgba(22, 158, 188, 0.9);
  background: linear-gradient(to right, rgba(22, 158, 188, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.listnavigator-li > a {
  border: solid 2px rgba(27, 27, 27, 0.9);
  background: linear-gradient(to right, rgba(27, 27, 27, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.scenecloud-li > a {
  border: solid 2px rgba(35, 43, 209, 0.9);
  background: linear-gradient(to right, rgba(35, 43, 209, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.judgenavi-li > a {
  border: solid 2px rgba(0, 137, 98, 0.9);
  background: linear-gradient(to right, rgba(0, 137, 98, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.tokusoku-li > a {
  border: solid 2px rgba(187, 176, 0, 0.9);
  background: linear-gradient(to right, rgba(187, 176, 0, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}
#company .profile--block dd > ul.link_under > li.hokiko-li > a {
  border: solid 2px rgba(0, 65, 137, 0.9);
  background: linear-gradient(to right, rgba(0, 65, 137, 0.9) 50%, #fff 50%);
  background-position: 0 0;
  background-size: 201% auto;
}

#company .profile--block dd > ul.link_under > li.zentalk-li > a:hover {
  color: #601986;
}
#company .profile--block dd > ul.link_under > li.osora-li > a:hover {
  color: #169ebc;
}
#company .profile--block dd > ul.link_under > li.listnavigator-li > a:hover {
  color: #1b1b1b;
}
#company .profile--block dd > ul.link_under > li.scenecloud-li > a:hover {
  color: #232bd1;
}
#company .profile--block dd > ul.link_under > li.judgenavi-li > a:hover {
  color: #008962;
}
#company .profile--block dd > ul.link_under > li.tokusoku-li > a:hover {
  color: #bbb000;
}
#company .profile--block dd > ul.link_under > li.hokiko-li > a:hover {
  color: #004189;
}

#company .profile--block dd > ul.link_under > li > a:hover {
  background-position: -99.5% 0;
}

/* ------------------------

 新着情報 - updates

-------------------------- */
#updates #stage .firstview:before,
#faq #stage .firstview:before {
  display: none;
}
#updates .firstview,
#faq .firstview {
  text-align: center;
  position: relative;
  padding: 150px 0 60px;
}
#updates .updates,
#faq .faq {
  background-color: #f4f4f4;
  padding: 110px 0 100px;
}
#updates .updates .content--inner,
#faq .faq .content--inner {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 50px 100px;
  border-top: 6px solid #1c228a;
}
#updates .updates .textarea,
#faq .faq .textarea {
  font-family: "NotoSansCJKjp Medium";
  font-size: 1.4rem;
  line-height: 1.714;
  padding: 0 30px 20px;
}
#updates .updates--list .textarea,
#faq .faq--list .textarea {
  display: none;
}
#updates h3.h_borderb,
#faq .faq h3.h_borderb {
  text-align: left;
  font-size: 180%;
}

/* ------------------------

 ソリューション - solution

-------------------------- */
.solution .content--inner {
  padding: 100px 0;
  text-align: center;
}
.solution .h_borderb {
  color: #005486;
}
.solution .on.h_borderb:after {
  background: rgba(0, 84, 134, 1);
}
.solution em {
  font-size: 130%;
  color: #ce5a20;
}
.solution h4 {
  line-height: 1.5em;
}

#stage .solution .main_img {
  height: 542px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 90px auto 0;
  text-align: center;
  background: url(../img/solution/hokiko_firstview_01.png) center 0 no-repeat;
  background-size: cover;
}
#stage .solution .main_img:before,
#stage .solution .main_img:after {
  position: absolute;
  content: "";
  width: 600px;
  height: 100%;
  transform: skewX(-25deg);
  background: #005486;
  opacity: 0.7;
  top: 0;
}
#stage .solution .main_img:before {
  left: -30vw;
}
#stage .solution .main_img:after {
  right: -30vw;
}

.solution #firstview h2 {
  margin: 0;
  color: #ec6833;
}
.solution #firstview p {
  margin: 0 auto 0.6em;
  font-size: 156%;
  font-family: "NotoSansCJKjp bold";
  color: #005486;
}
.solution #firstview h3 {
  display: block;
  margin: 0;
  padding: 1em 0;
  font-size: 170%;
  background: #fff;
  color: #000;
}
.solution #firstview ul {
  display: flex;
  margin: 0 auto 1em;
}
.solution #firstview li {
  width: calc(99% / 2);
  text-align: center;
  padding: 4.2em 0 0;
  height: 280px;
  line-height: 1.5em;
  color: #fff;
  font-size: 156%;
  font-family: "NotoSansCJKjp bold";
  background-image: url(../img/solution/hokiko_firstview_02.png);
  background-position: center 0;
  background-size: cover;
}
.solution #firstview li:nth-child(2) {
  margin-left: 1%;
  background-image: url(../img/solution/hokiko_firstview_03.png);
}
.solution #firstview .border_bg {
  background: url(../img/solution/border_bg.jpg) repeat;
  color: #fff;
}
.solution #about {
  position: relative;
}
.solution #about:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  transform: skewX(-10deg);
  z-index: -10;
  background: #e8f0f4;
}
.solution #about .about {
  position: relative;
  min-height: 500px;
}
.solution #about .about dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  padding: 50px 90px;
  text-align: center;
  background: #005486;
  color: #fff;
}
.solution #about .about dd {
  position: absolute;
  top: 40px;
  right: 0;
}
.solution #about .h_bgbox {
  color: #fff;
  background: #005486;
  display: inline-block;
  padding: 4px 100px;
}
.solution #about .about dd p {
  font-size: 90%;
}
.solution #about .merit {
  margin-bottom: 1em;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.solution #about .merit dt,
.solution #about .merit dd {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.solution #about .merit .h_borderlr {
  width: 50%;
  color: #005486;
}
.solution .merit .h_borderlr:before,
.solution .merit .h_borderlr:after {
  width: 15%;
  background-color: #005486;
}
.solution #about .merit li {
  padding: 20px;
  margin: 0 auto 0.3em;
  font-size: 120%;
  background: #d2e5f8;
  color: #005486;
}
.solution #about .merit .merit_img {
  padding: 0;
  width: 352px;
}
.solution #pickup {
  background: url(../img/solution/border_bg.jpg) center center repeat;
}
.solution #pickup h3 {
  color: #fff;
}
.solution #pickup h3:after {
  background-color: #fff;
}
.solution #pickup ul {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 30px;
  background: #d2e5f8;
}
.solution #pickup li {
  width: calc(100% / 3);
}
.solution #pickup li h6 {
  margin: 1em 0;
  font-size: 160%;
  color: #ce5a20;
}
.solution #pickup li img {
  max-width: 250px;
}
.solution #pickup li dd {
  padding: 20px;
  border-right: solid 3px #005486;
  font-size: 90%;
}
.solution #pickup li:last-child dd {
  border-right: none;
}
.solution #box_2 ul {
  display: block;
}
.solution #box_2 li {
  position: relative;
  display: inline-block;
  width: calc(96% / 2);
  min-height: 445px;
  padding: 56px 0 0;
  margin: 0 2% 1em 0;
  text-align: center;
  vertical-align: top;
  font-family: "NotoSansCJKjp bold";
  border: solid 3px #005486;
}
.solution #box_2 li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 50px solid #005486;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid #005486;
  font-size: 0;
}
.solution #box_2 li:nth-child(1):after {
  content: none;
}
.solution #box_2 li:nth-child(1) {
  padding: 140px 50px 0;
  background: url(../img/solution/border_bg.jpg) center center repeat;
  color: #fff;
}
.solution #box_2 li:nth-child(2n) {
  margin-right: 0;
}
.solution #box_2 li h3 {
  color: #fff;
}
.solution #box_2 li h3:after {
  background: #fff;
}
.solution #box_2 li h4 {
  text-align: center;
  font-size: 150%;
}
.solution #box_2 li .txtl {
  margin: 1.2em 0 1em;
  font-size: 300%;
  color: #ce5a20;
}
.solution #box_2 li em {
  font-size: 250%;
}
.solution #box_2 .notice {
  text-align: right;
}
.solution #service_flow .content--inner {
  padding: 60px 0 100px;
}
.solution #service_flow .h_comment {
  margin: 0;
  background: #005486;
  color: #fff;
}
.solution #service_flow .h_comment:after {
  border-top-color: #005486;
}
.solution #service_flow dl {
  width: 100%;
  display: table;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto 3em;
  background: #005486;
}
.solution #service_flow li:last-child dl {
  margin-bottom: 0;
}
.solution #service_flow dl p {
  margin: 0;
  text-align: center;
  font-family: "NotoSansCJKjp Medium";
}
.solution #service_flow dd p {
  width: 50%;
  position: relative;
  padding: 20px;
  display: table-cell;
  line-height: 1.8em;
  vertical-align: middle;
}
.solution #service_flow dd p:nth-child(n + 2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: #005486;
}
.solution #service_flow li:nth-child(n + 2) p:before {
  position: absolute;
  top: -46px;
  left: 50%;
  content: "";
  font-size: 0;
  border-top: 25px solid #005486;
  border-bottom: 35px solid transparent;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}
.solution #service_flow dt {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.solution #service_flow dt h5 {
  font-size: 200%;
}
.solution #service_flow dd {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.solution #service_flow .btnSClink img {
  width: 60px;
  margin: 0 1em 0 0;
}
.solution #service_flow .btnSClink {
  margin: 30px auto 6px;
  background: #ce5a20;
  box-shadow: 0 6px 0 #a84219;
}
.solution #service_flow .btnSClink:hover {
  margin: 36px auto 0;
  background: #a84219;
}

.notfound .content--inner {
  margin: 0 auto 8em;
}
.notfound .firstview {
  padding-top: 150px;
}
.notfound .firstview p {
  margin: 0;
}
.notfound .btnlist {
  display: flex;
  align-content: center;
  justify-content: center;
}
.notfound .btnlist li {
  width: calc(100% / 2);
}
.notfound .btnlist li:first-child {
  margin-right: 10px;
}
.notfound .btnlist a {
  width: 100%;
  line-height: 1.4em;
}

.sitemap .content--inner {
  margin: 0 auto 6em;
  vertical-align: top;
}
.sitemap ul {
  width: 44%;
  margin: 0 30px 2em 0;
  display: inline-block;
  vertical-align: top;
}
.sitemap ul:nth-child(2n) {
  margin-right: 0;
}
.sitemap li h4,
.sitemap ul:last-child a {
  padding: 10px;
  margin: 0 0 0.5em;
  display: block;
  text-align: left;
  border-bottom: 1px solid #313131;
  font-size: 120%;
  font-weight: 600;
}
.sitemap li h4 > a {
  margin: 0;
  padding: 0;
}
.sitemap li h4 > a:before {
  content: none;
}
.sitemap ul:last-child a:before {
  content: none;
}
.sitemap li a {
  padding: 10px 0 10px 14px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
}
.sitemap li a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/arrow_right.svg) center center no-repeat;
}

/* ------------------------

 価格表 - page-price

-------------------------- */
#stage .price--products .firstview:before {
  content: none;
}
#stage .price--products .firstview {
  content: none;
  margin: 3.5em auto;
}
.price--products .content--inner {
  text-align: center;
}

.price--products h2 {
  font-size: 180%;
}
.price--products h3 {
  font-size: 250%;
  border-top: 12px solid #efefef;
  border-bottom: 12px solid #efefef;
  padding: 0.6em 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price--products h3 img {
  max-height: 35px;
}
.price--products h3 span {
  padding-left: 1em;
  font-size: 75%;
}
.osora-standard {
  color: #1c8dcb;
}
.osora-inbound {
  color: #34b9b7;
}
.price--products h4:after {
  content: "";
  width: 100px;
  height: 8px;
  display: block;
  margin: 1em auto 2em;
  padding: 0;
  background: #313131;
}

.price--products table {
  width: 100%;
  margin: 0 auto 6em;
  line-height: 1.3em;
}
.price--products table.mb2em {
  margin: 0 auto 2em;
}
.price--products table tr:nth-child(odd) {
  background: #fff;
}
.price--products table tr:nth-child(even) {
  background: #eee;
}
.price--products table tr th {
  padding: 20px;
  font-size: 120%;
  text-align: center;
  vertical-align: middle;
  font-family: "NotoSansCJKjp bold";
  border-right: 20px solid #fff;
}
.price--products table tr td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-right: 20px solid #fff;
}
.price--products table tr:nth-child(1) th:nth-child(1) {
  width: 50%;
}
.price--products table tr:nth-child(1) th:nth-child(2) {
  width: 50%;
}
.price--products table.line3column tr:nth-child(1) th:nth-child(1) {
  width: 37%;
}
.price--products table.line3column tr:nth-child(1) th:nth-child(2) {
  width: 37%;
}
.price--products table.line3column tr:nth-child(1) th:nth-child(3) {
  width: 26%;
}
.price--products table.line4column tr:nth-child(1) th:nth-child(1) {
  width: 28%;
}
.price--products table.line4column tr:nth-child(1) th:nth-child(2) {
  width: 28%;
}
.price--products table.line4column tr:nth-child(1) th:nth-child(3) {
  width: 21%;
}
.price--products table.line4column tr:nth-child(1) th:nth-child(4) {
  width: 23%;
}
.price--products table tr:nth-child(1) th:nth-child(1) {
  background: #bfbfbf;
  color: #313131;
}
.price--products table tr:nth-child(1) th:nth-child(2) {
  background: #313131;
  color: #fff;
}
.price--products table tr:nth-child(1) th:nth-child(3),
.price--products table tr:nth-child(1) th:nth-child(4) {
  background: #313131;
  color: #fff;
}
.price--products table tr td:nth-child(1) {
  font-size: 110%;
  font-family: "NotoSansCJKjp bold";
  color: #004ea2;
}
.price--products table tr td:nth-child(1) span {
  font-family: "NotoSansCJKjp regular";
  font-size: 80%;
}
.price--products table tr td h5 {
  margin: 0.8em 0 0.5em;
  font-size: 115%;
  color: #222;
}
.price--products table tr td li {
  padding: 10px;
  border-bottom: 3px dotted #d9d9d9;
  font-family: "NotoSansCJKjp Medium";
}
.price--products table tr td ul {
  padding-top: 2.6em;
}
.price--products table tr td:first-child ul {
  padding-top: 0;
}
.price--products table tr td li:last-child {
  border: none;
}
.price--products table tr td li.line2 {
  line-height: 2.5em;
}

.price--products .linecost_title:after {
  background: #8fc31f;
}
.price--products .linecost th:first-child,
.price--products .linecost td:first-child {
  border-right: 10px solid #fff;
}
.price--products table tr th:last-child {
  border-right: none;
}
.price--products table tr td:last-child {
  border-right: none;
}
.price--products .linecost tr:nth-child(1) th:nth-child(2) {
  background: #bfbfbf;
  color: inherit;
}
.price--products .linecost tr:nth-child(1) th:nth-child(3),
.price--products .linecost tr:nth-child(1) th:nth-child(4) {
  background: #8fc31f;
}
.price--products .linecost td:nth-child(2) {
  color: #004ea2;
}
.price--products .price--notice {
  margin: 0 auto 14em;
  padding: 20px;
  text-align: left;
  line-height: 1.5em;
  border: #eee solid 1px;
  font-size: 86%;
}
.space {
  padding-left: 1.9em;
}
/* SCENECLOUD */
.price--scenecloud table tr:nth-child(1) th:nth-child(2) {
  background: #004ea2;
}
.price--scenecloud h4:after {
  background: linear-gradient(90deg, #1eb4ee 0%, #182091 100%);
}
.price--products .price--plan tr:nth-child(1) th:nth-child(1),
.price--products .price--plan tr:nth-child(2) th:nth-child(1) {
  padding: 0;
  line-height: 1.4em;
  font-size: 120%;
  background: none;
  color: #004ea2;
}
.price--products .price--plan th {
  position: relative;
}
.price--products .price--plan th:after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 98;
  border-radius: 10px 10px 0 0;
}
.price--products .price--plan th ul {
  position: relative;
  z-index: 99;
}
.price--products .price--plan th li {
  padding: 10px;
  line-height: 1.5em;
  border-bottom: 3px solid #fff;
  font-family: "NotoSansCJKjp Bold";
  color: #fff;
}
.price--products .price--plan th li:last-child {
  border-bottom: none;
}
.price--products .price--plan th:nth-child(1) li {
  padding: 8px 40px 8px 0;
  background: url(../img/listnavigator/ico_arrow_r_lbl.svg) center right no-repeat;
  background-size: 30px;
  color: #004ea2;
}
.price--scenecloud .price--plan tr:nth-child(1) th:nth-child(2) {
  background: none;
}
.price--products .price--plan th:nth-child(2):after {
  background: #1bb1e8;
}
.price--products .price--plan th:nth-child(3):after {
  background: #1b8ccf;
}
.price--products .price--plan th:nth-child(4):after {
  background: #004ea2;
}
.price--products .price--plan img {
  max-width: 35px;
}
.price--products .price--plan .txtl:nth-child(1) {
  font-size: 150%;
}
.price--products .price--plan .txtl:nth-child(2) {
  font-size: 200%;
}
.price--products .plan-option tr:nth-child(1) th:nth-child(1) {
  font-size: 120%;
  background: #bfbfbf;
  color: #313131;
}
.price--products .plan-option tr:nth-child(1) th:nth-child(1):after {
  content: none;
}
.price--products .price--plan tr:nth-child(n + 2) td:nth-child(n + 2) {
  border: none;
}

/* OSORA */
.price--osora table tr:nth-child(1) th:nth-child(2) {
  background: #1b8dcb;
}
.price--osora h4:after {
  background: linear-gradient(90deg, #36bfbd 0%, #1eb4ee 100%);
}

/* OSORA inbound */
.price--osora--inbound table tr:nth-child(1) th:nth-child(2) {
  background: #36bfbe;
}
.price--osora--inbound table tr:nth-child(1) th:nth-child(3) {
  background: #36bfbe;
}
/* .price--osora--inbound table tr:nth-child(1) th:nth-child(2), */
/* .price--osora--inbound table tr:nth-child(1) th:nth-child(3) { */
/* width: 30%; */
/* } */
.price--products table tr td:nth-child(2) span,
.price--products table tr td:nth-child(3) span {
  font-family: "NotoSansCJKjp regular";
  font-size: 80%;
}
.price--products table.osora3column {
  margin-bottom: 0;
}
.grad-wrap {
  margin-bottom: 9em;
  position: relative;
}
.grad-btn {
  margin: auto;
  padding: 0;
  width: 12em;
  height: 2em;
  font-size: 120%;
  color: #fff;
  background: #36bfbe;
  line-height: 2em;
  border-radius: 1em;
  position: absolute;
  right: 0;
  bottom: -3em;
  left: 0;
  z-index: 1;
}
.grad-btn::before {
  content: "続きを見る";
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.addto-button {
  margin: 0 4px 6em 0;
  display: inline-block;
  padding: 20px 8em;
  border-radius: 50px;
  border: none;
  box-shadow: 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 112.5%;
  line-height: 30px;
  font-weight: 800;
  background: #1f2889;
  color: #fff;
  cursor: pointer;
}
.addto-button:hover {
  margin: 2px 2px 6em 2px;
  box-shadow: none;
  background: #181f6b;
}
.addto-button.open {
  margin: 0 4px 2em 0;
}
.addto-button.open:hover {
  margin: 2px 2px 2em 2px;
}
.addto-button + .function {
  display: none;
}
.addto-button.open + .function {
  display: block;
}

/* OSORA inbound 導入応援キャンペーン */
.price--osora--inbound p.cnp {
  display: block;
  margin: 0 0 40px;
  padding: 10px 0;
  color: #fff;
  background: #1b8dcb;
  font-family: "NotoSansCJKjp bold";
  font-size: 145%;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
}
.price--osora--inbound table.cnp > tbody > tr > th {
  width: 50%;
}
.price--osora--inbound .cnpBox > .number {
  text-align: center;
  max-width: 1000px;
  margin: 90px auto 0;
  background-color: #f4f4f4;
  padding: 50px 0 45px;
}
.price--osora--inbound .cnpBox > .number h3 {
  font-size: 28px;
  line-height: 2;
  font-family: "NotoSansCJKjp bold";
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.price--osora--inbound .cnpBox > .number h4 {
  padding: 10px;
  font-size: 120%;
  background: #1c2788;
  color: #fff;
  border-radius: 10px;
}
.price--osora--inbound .cnpBox > .number h4:after {
  content: none;
}
.price--osora--inbound .cnpBox > .number .tel {
  font-size: 240%;
  color: #1c2788;
}
.price--osora--inbound .cnpBox > .number ul {
  display: flex;
  align-content: center;
  justify-content: center;
}
.price--osora--inbound .cnpBox > .number li {
  width: calc(90% / 2);
  margin: 0 1em;
}
.price--osora--inbound .cnpBox > .number p {
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.8em;
}
.price--osora--inbound .cnpBox > .number > a {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 50%;
  font-size: 120%;
  font-weight: 900;
  color: #fff;
  background: #1c2788;
  letter-spacing: 0.15em;
  border-radius: 3em;
}

/* Judge Navi */
.price--judgenavi table tr:nth-child(1) th:nth-child(2) {
  background: #13776c;
}
.price--judgenavi h4:after {
  background: linear-gradient(90deg, #3aa17a 0%, #13776c 100%);
}

/* hokiko */
.price--hokiko table tr:nth-child(1) th:nth-child(2) {
  background: #066295;
}
.price--hokiko h4:after {
  background: linear-gradient(90deg, #066295 0%, #066295 100%);
}
/* tokusoku */
.price--tokusoku table tr:nth-child(1) th:nth-child(2) {
  background: #006c75;
}
.price--tokusoku h4:after {
  background: linear-gradient(90deg, #006c75 0%, #006c75 100%);
}

/* ------------------------

 導入事例 - case

-------------------------- */
#case #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#case .cat {
  color: #fff;
  padding: 4px 12px;
}
#case .cat.scenecloud {
  background-color: #1eb4ee;
}
#case .cat.listnavigator {
  background-color: #151515;
}
#case .caseList {
  background-color: #f4f4f4;
  padding: 70px 0;
}
#case .caseList .leadtext {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.5;
}
#case .caseList ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#case .caseList li {
  width: 300px;
  background-color: #fff;
  margin-right: 50px;
}
#case .caseList li:nth-child(3n) {
  margin-right: 0;
}
#case .caseList li .thumb {
  position: relative;
  overflow: hidden;
}
#case .caseList li .thumb img {
  transition: 0.25s;
}
#case .caseList li .thumb .cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  font-family: "NotoSansCJKjp Medium";
}
#case .caseList li .textarea {
  text-align: center;
  padding: 40px 24px;
}
#case .caseList li .textarea .logo {
  margin-bottom: 30px;
}
#case .caseList li .textarea .company {
  margin-bottom: 16px;
  display: block;
  text-align: left;
  line-height: 1.5;
}
#case .caseList li .textarea p {
  text-align: left;
  line-height: 1.75;
}
#case .linkBtn {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  font-family: "NotoSansCJKjp bold";
  color: #1e2586;
  border: 2px solid #1e2586;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
#case .moreBtn {
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
}
#case.post-type-archive-case .firstview {
  background-color: #1c77b5;
  padding: 160px 0 70px;
  text-align: center;
}
#case.post-type-archive-case .casePickup {
  background-color: #f4f4f4;
  position: relative;
}
#case.post-type-archive-case .casePickup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1c77b5;
  z-index: 1;
}
#case.post-type-archive-case .casePickup--inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
#case.post-type-archive-case .casePickup--block {
  display: flex;
  align-items: center;
}
#case.post-type-archive-case .casePickup--block .textarea {
  padding: 0 120px 0 50px;
  max-width: 650px;
  width: 100%;
}
#case.post-type-archive-case .casePickup--block .textarea .cat {
  margin-bottom: 20px;
}
#case.post-type-archive-case .casePickup--block .textarea .company {
  display: block;
  margin-bottom: 20px;
}
#case.post-type-archive-case .casePickup--block .textarea .title {
  text-align: left;
  font-family: "NotoSansCJKjp bold";
  line-height: 1.5;
  margin-bottom: 36px;
}
#case.post-type-archive-case .casePickup--block .textarea .detailBtn {
  width: 250px;
  border-radius: 30px;
}
#case.post-type-archive-case .casePickup .slick-prev,
#case.post-type-archive-case .casePickup .slick-next {
  width: 50px;
  height: 50px;
  z-index: 9;
}
#case.post-type-archive-case .casePickup .slick-prev:before,
#case.post-type-archive-case .casePickup .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
  opacity: 1;
}
#case.post-type-archive-case .casePickup .slick-prev {
  left: 0;
}
#case.post-type-archive-case .casePickup .slick-prev:before {
  background: url(../img/case/arrow_prev.png) 0 0 no-repeat;
}
#case.post-type-archive-case .casePickup .slick-next {
  right: 0;
}
#case.post-type-archive-case .casePickup .slick-next:before {
  background: url(../img/case/arrow_next.png) 0 0 no-repeat;
}
#case.post-type-archive-case .casePickup .slick-dots {
  top: 20px;
  padding: 0 30px;
  bottom: auto;
  text-align: right;
}
#case.post-type-archive-case .casePickup .slick-dots li {
  width: 14px;
  height: 14px;
}
#case.post-type-archive-case .casePickup .slick-dots li button {
  width: 14px;
  height: 14px;
}
#case.post-type-archive-case .casePickup .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #cfcfcf;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
}
#case.post-type-archive-case .casePickup .slick-dots li.slick-active button:before {
  content: "";
  background-color: #fff;
  border: 4px solid #1d2788;
}
#case.single-case .firstview--inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
#case.single-case .firstview .thumb {
  margin-right: 58px;
}
#case.single-case .firstview .textarea {
  max-width: 560px;
  width: 100%;
  text-align: left;
}
#case.single-case .firstview .textarea .cat {
  display: inline-block;
  font-size: 13px;
  font-family: "NotoSansCJKjp Medium";
  margin-bottom: 26px;
}
#case.single-case .firstview .textarea .company {
  display: block;
  font-size: 16px;
  font-family: "NotoSansCJKjp bold";
  margin-bottom: 40px;
}
#case.single-case .firstview .textarea p {
  font-family: "NotoSansCJKjp bold";
  font-size: 34px;
  color: #1d2788;
  line-height: 1.353;
}
#case.single-case .companyInfo--inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#case.single-case .companyInfo {
  background-color: #f4f4f4;
  padding: 55px 0 50px;
}
#case.single-case .companyInfo .logo {
  width: 200px;
  height: 180px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
#case.single-case .companyInfo .infoarea {
  width: calc(100% - 250px);
}
#case.single-case .companyInfo .infoarea h4 a {
  font-size: 20px;
  font-family: "NotoSansCJKjp bold";
  color: #00a2e6;
  text-decoration: underline;
  background: url(../img/common/icon_outlink.png) right center no-repeat;
  padding-right: 20px;
}
#case.single-case .companyInfo .infoarea h4 a:hover {
  text-decoration: none;
}
#case.single-case .companyInfo .infoarea p {
  font-size: 16px;
  line-height: 1.7;
}
#case.single-case .companyInfo .infoarea .states {
  max-width: 757px;
  width: 100%;
}
#case.single-case .companyInfo .infoarea .states ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 18px;
}
#case.single-case .companyInfo .infoarea .states li {
  width: 50%;
  margin-bottom: 10px;
}
#case.single-case .companyInfo .infoarea .states li .item {
  color: #fff;
  display: inline-block;
  width: 94px;
  line-height: 20px;
  border-radius: 20px;
  font-family: "NotoSansCJKjp Medium";
  text-align: center;
  margin-right: 10px;
}
#case.single-case .issues {
  background: url(../img/common/pattern.png);
  padding: 60px 0 40px;
}
#case.single-case .issues--inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ececec;
}
#case.single-case .issues--item {
  width: 200px;
}
#case.single-case .issues--list {
  padding: 0 40px;
  width: calc(100% - 200px);
}
#case.single-case .issues--list li {
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
#case.single-case .issues--list li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1d2788;
}
#case.single-case .introduction {
  padding: 40px 0 80px;
}
#case.single-case .introduction h3 {
  text-align: center;
}
#case.single-case .introduction--text {
  max-width: 800px;
  margin: 35px auto 0;
}
#case.single-case .introduction--text h4 {
  padding-left: 35px;
  font-size: 22px;
  font-family: "NotoSansCJKjp bold";
  line-height: 1.636;
  margin-bottom: 50px;
}
#case.single-case .introduction--text p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 38px;
}
#case.single-case .thumbWide {
  margin-bottom: 120px;
}
#case.single-case .thumbWide img {
  width: 100%;
}
#case.single-case .impressions {
  padding-bottom: 90px;
}
#case.single-case .impressions--text {
  max-width: 800px;
  margin: auto;
}
#case.single-case .impressions--text p {
  font-size: 18px;
  line-height: 2;
}
#case.single-case .impressions h3 {
  text-align: center;
  font-family: "NotoSansCJKjp bold";
  font-size: 34px;
  margin-bottom: 50px;
  color: #fff;
  line-height: 90px;
  border-radius: 42px;
}
#case.single-case .impressions h3.scenecloud {
  background-image: -moz-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
  background-image: -webkit-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
  background-image: -ms-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
}
#case.single-case .impressions h3.listnavigator {
  background-image: -moz-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
  background-image: -webkit-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
  background-image: -ms-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
}
#case.single-case .responsible {
  background: url(../img/common/pattern.png);
  padding: 80px 0 100px;
}
#case.single-case .responsible h3 {
  text-align: center;
  font-size: 36px;
  font-family: "NotoSansCJKjp bold";
  color: #fff;
  line-height: 90px;
  border-radius: 42px;
  max-width: 800px;
  margin: 0 auto 50px;
}
#case.single-case .responsible h3.scenecloud {
  background-image: -moz-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
  background-image: -webkit-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
  background-image: -ms-linear-gradient(0deg, #030000 0%, #1eb4ee 0%, #182091 100%);
}
#case.single-case .responsible h3.listnavigator {
  background-image: -moz-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
  background-image: -webkit-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
  background-image: -ms-linear-gradient(0deg, #ebebeb 0%, #7c7c7c 40%, #0c0c0c 90%);
}
#case.single-case .responsible--text {
  max-width: 800px;
  margin: auto;
}
#case.single-case .responsible--text p {
  font-size: 18px;
  line-height: 2;
}
#case.single-case .otherscase h4 {
  color: #182091;
  font-size: 42px;
  font-family: "NotoSansCJKjp bold";
  margin-bottom: 24px;
  text-align: center;
}
#case.single-case .otherscase p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
#case.single-case .otherscase .caseList ul {
  max-width: 1000px;
  margin: 55px auto 0;
  display: flex;
}

/* ------------------------

 よくある質問 - qa

-------------------------- */
#qa #stage .firstview:before {
  display: none;
}
#qa .firstview {
  padding-bottom: 160px;
}
#qa .firstview .mainvisual {
  margin: 80px 0 40px;
}
#qa .firstview p {
  font-family: "NotoSansCJKjp Medium";
  text-align: center;
  line-height: 2;
}
#qa .faq {
  background-color: #f4f4f4;
  position: relative;
  border: 1px solid #ddd;
  border-width: 4px 0 0;
  padding-bottom: 120px;
}
#qa .faq.service {
  background-color: #f3f9ff;
  border: 1px solid #989cba;
  border-width: 4px 0 0;
}
#qa .faq--tab {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -500px;
}
#qa .faq--tab ul {
  display: flex;
  justify-content: space-between;
}
#qa .faq--tab li {
  width: 48.5%;
  text-align: center;
}
#qa .faq--tab li .tabBtn {
  display: block;
  line-height: 76px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  font-size: 24px;
  font-family: "NotoSansCJKjp bold";
  color: #1d2788;
  transition: 0.1s;
}
#qa .faq--tab li .tabBtn#process {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-width: 4px 4px 0;
  color: #313131;
}
#qa .faq--tab li .tabBtn#service {
  background-color: #f3f9ff;
  border: 1px solid #989cba;
  border-width: 4px 4px 0;
}
#qa .faq--tab li .tabBtn.current {
  line-height: 80px;
}
#qa .faq--contents {
  max-width: 1000px;
  margin: auto;
}
#qa .faq--contents.process .faq--list .answer .inner a {
  color: #3c87dc;
}

#qa .faq--contents.service {
  display: none;
}
#qa .faq--contents.service .anchor {
  margin: 40px 0 60px;
}
#qa .faq--contents.service .anchor a {
  height: auto;
  padding: 14px 30px 6px;
  margin: 0 10px 10px 0;
  border-radius: 10em;
  background: none;
}
#qa .faq--contents.service .anchor a.current {
  opacity: 0.2;
  background: none;
  cursor: default;
}
#qa .color_zentalk {
  background-color: #7b318e !important;
}
#qa .color_listnavigator {
  background-color: #000 !important;
}
#qa .color_judgenavi {
  background-color: #008962 !important;
}
#qa .color_osora {
  background-color: #1bbbd1 !important;
}
#qa .color_scenecloud {
  background-color: #1d2788 !important;
}
#qa .faq--contents.service .anchor a .icon {
  height: 22px;
}
#qa .faq--contents.service .faq--list .answer .inner {
  background-color: #f4f4f4;
}
#qa .faq--contents.service .faq--list .answer .inner a {
  color: #3c87dc;
}

#qa .faq--contents .anchor {
  margin: 20px 0;
}
#qa .faq--contents .anchor li {
  width: 20%;
  display: inline-block;
  text-align: center;
}
#qa .faq--contents .anchor li.contract a.current:after {
  background: url(../img/faq/icon_contract.png) center 37% no-repeat;
}
#qa .faq--contents .anchor li.price a.current:after {
  background: url(../img/faq/icon_price.png) center 37% no-repeat;
}
#qa .faq--contents .anchor li.request a.current:after {
  background: url(../img/faq/icon_request.png) center 37% no-repeat;
}
#qa .faq--contents .anchor li.introduction a.current:after {
  background: url(../img/faq/icon_introduction.png) center 37% no-repeat;
}
#qa .faq--contents .anchor li.others a.current:after {
  background: url(../img/faq/icon_others.png) center 37% no-repeat;
}
#qa .faq--contents .anchor a {
  display: block;
  font-size: 16px;
  font-family: "NotoSansCJKjp Medium";
  padding: 42px 0;
  height: auto;
  background: url(../img/faq/arrow_bottom_off.png) center bottom no-repeat;
  position: relative;
}
#qa .faq--contents .anchor a.current {
  background: url(../img/faq/arrow_bottom_on.png) center bottom no-repeat;
}
#qa .faq--contents .anchor a.current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#qa .faq--contents .anchor a.current span {
  color: #3c87dc;
  font-family: "NotoSansCJKjp bold";
}
#qa .faq--contents .anchor a .icon {
  margin-bottom: 10px;
}
#qa .faq--list {
  margin-bottom: 50px;
}
#qa .faq--list.disnon {
  display: none;
}
#qa .faq--list h3 {
  background-color: #2389e0;
  font-size: 22px;
  font-weight: bold;
  font-family: "NotoSansCJKjp Medium";
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}
#qa .faq--list h4 {
  font-size: 20px;
  font-family: "NotoSansCJKjp blod";
  font-weight: bold;
  border-left: 4px solid #222;
  padding: 8px 10px;
}
#qa .faq--list .faqarea {
  background-color: #fff;
  padding: 35px 40px;
}
#qa .faq--list dl {
  border-bottom: 1px dotted #afafaf;
}
#qa .faq--list .question {
  padding: 20px 40px;
  border-top: 1px dotted #afafaf;
  font-size: 18px;
  line-height: 2;
  font-family: "NotoSansCJKjp Medium";
  position: relative;
}
#qa .faq--list .question:hover {
  color: #1eb4ee;
}
#qa .faq--list .question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/faq/icon_question.png) 0 0 no-repeat;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: 0.25s;
  transition-timing-function: ease-out;
}
#qa .faq--list .question.open:after {
  transform: rotate(315deg);
}
#qa .faq--list .question:first-child {
  border-top: 0;
}
#qa .faq--list .answer {
  display: none;
}
#qa .faq--list .answer .inner {
  padding: 20px 40px;
  background-color: #f3f9ff;
  margin-bottom: 40px;
}
#qa .faq--list .answer p {
  font-size: 16px;
  line-height: 2.18;
  margin-bottom: 20px;
}
#qa .faq--list .answer p:last-child {
  margin-bottom: 0;
}

/* ------------------------

 採用情報 - recruit

-------------------------- */
#recruit .bnr {
  padding: 90px 0 72px;
  text-align: center;
}
#recruit .bnr p {
  margin-top: 10px;
  text-align: center;
}
#recruit .recruitment--tab {
  max-width: 1000px;
  margin: auto;
}
#recruit .recruitment--tab ul {
  display: flex;
  justify-content: space-between;
}
#recruit .recruitment--tab li {
  max-width: 490px;
  width: 100%;
}
#recruit .recruitment--tab a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #c8c8c8;
  color: #fff;
  font-family: "NotoSansCJKjp bold";
}
#recruit .recruitment--tab a.current {
  background-color: #f4f4f4;
  color: #1d2788;
}
#recruit .recruitment--contents {
  background-color: #f4f4f4;
  padding-bottom: 100px;
}
#recruit .recruitment--contents h4 {
  text-align: center;
  font-size: 32px;
  font-family: "NotoSansCJKjp bold";
  color: #313131;
  padding: 60px 0 40px;
}
#recruit .recruitment--contents--inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding-bottom: 60px;
}
#recruit .recruitment--contents--inner.disnon {
  display: none;
}
#recruit .recruitment--contents--inner strong {
  width: 100%;
  display: block;
  background-color: #1d2788;
  font-size: 24px;
  font-family: "NotoSansCJKjp bold";
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
#recruit .recruitment--contents--inner table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
#recruit .recruitment--contents--inner table th,
#recruit .recruitment--contents--inner table td {
  border-bottom: 1px dotted #afafaf;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.714;
}
#recruit .recruitment--contents--inner table th {
  font-family: "NotoSansCJKjp bold";
  color: #1d2788;
  width: 180px;
}
#recruit .recruitment--contents--inner table td a {
  text-decoration: underline;
  color: #00a0e9;
}
#recruit .recruitment--contents--inner .entry {
  max-width: 400px;
  width: 100%;
  line-height: 60px;
  margin: 40px auto 0;
  text-align: center;
  display: block;
  border-radius: 30px;
  border: 1px solid #1e2585;
  font-size: 15px;
  font-family: "NotoSansCJKjp bold";
  color: #1e2585;
}

/* ------------------------

 お問い合わせ - contact

-------------------------- */
#contact .agree_area .submit_btn,
#confirm .agree_area .submitBtn,
#thanks .agree_area .submitBtn {
  display: block;
  max-width: 400px;
  margin: auto;
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #1e2585;
  border-radius: 30px;
  border: 1px solid #1e2585;
  transition: 0.5s;
}
#contact .agree_area .confirm,
#confirm .agree_area .confirm,
#thanks .agree_area .confirm {
  display: flex;
  justify-content: center;
}
#contact .agree_area .confirm li,
#confirm .agree_area .confirm li,
#thanks .agree_area .confirm li {
  width: 300px;
  margin: 0 20px;
}
#contact .agree_area .confirm li .correction,
#confirm .agree_area .confirm li .correction,
#thanks .agree_area .confirm li .correction {
  display: block;
  width: 100%;
  line-height: 60px;
  border: 1px solid #888;
  color: #888;
  text-align: center;
  border-radius: 30px;
}
#confirm .agree_area {
  text-align: center;
}
#confirm .agree_area > input[type="submit"].correction {
  display: inline-block;
  margin: 0 20px;
  width: 300px;
  line-height: 60px;
  border: 1px solid #888;
  color: #888;
  text-align: center;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
}
#confirm .agree_area > input[type="submit"].submit_btn {
  display: inline-block;
  max-width: 400px;
  margin: 0 20px;
  width: 300px;
  line-height: 60px;
  text-align: center;
  color: #1e2585;
  border-radius: 30px;
  border: 1px solid #1e2585;
  transition: 0.5s;
  cursor: pointer;
}
#confirm .agree_area > input[type="submit"].correction:hover {
  background-color: #888;
  color: #fff;
}
#confirm .agree_area > input[type="submit"].submit_btn:hover {
  background-color: #1e2585;
  color: #fff;
}
#contact .agree_area .confirm li .correction:hover,
#confirm .agree_area .confirm li .correction:hover,
#thanks .agree_area .confirm li .correction:hover {
  background-color: #888;
  color: #fff;
}
#contact .totop,
#confirm .totop,
#thanks .totop {
  display: block;
  width: 300px;
  line-height: 60px;
  margin: auto;
  text-align: center;
  color: #1e2585;
  border-radius: 30px;
  border: 1px solid #1e2585;
  transition: 0.5s;
}
#contact .totop:hover,
#confirm .totop:hover,
#thanks .totop:hover {
  background-color: #1e2585;
  color: #fff;
  cursor: pointer;
}
#contact .number {
  text-align: center;
  max-width: 1000px;
  margin: 90px auto 100px;
  background-color: #f4f4f4;
  padding: 50px 0 45px;
}
#contact .number h3 {
  font-size: 28px;
  line-height: 2;
  font-family: "NotoSansCJKjp bold";
  margin-bottom: 10px;
}
#contact .number h4 {
  padding: 10px;
  background: #1c2788;
  color: #fff;
  border-radius: 10px;
}
#contact .number .tel {
  font-size: 240%;
  color: #1c2788;
}
#contact .number ul {
  display: flex;
  align-content: center;
  justify-content: center;
}
#contact .number li {
  width: calc(90% / 2);
  margin: 0 1em;
}
#contact .number p {
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.8em;
}
#contact .faq,
#confirm .faq,
#thanks .faq {
  max-width: 1000px;
  margin: 40px auto 80px;
}
#contact .faq ul,
#confirm .faq ul,
#thanks .faq ul {
  display: flex;
  justify-content: center;
}
#contact .faq li,
#confirm .faq li,
#thanks .faq li {
  width: 480px;
  margin: 0 10px;
}
#contact .faq a,
#confirm .faq a,
#thanks .faq a {
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  color: #1e2585;
  border-radius: 30px;
  border: 1px solid #1e2585;
}
#contact .contactform,
#confirm .contactform,
#thanks .contactform {
  background-color: #f4f4f4;
  padding: 100px 0;
}
#contact .contactform--inner,
#confirm .contactform--inner,
#thanks .contactform--inner {
  max-width: 1000px;
  margin: auto;
}
#contact .contactform--inner h3,
#confirm .contactform--inner h3,
#thanks .contactform--inner h3 {
  text-align: center;
  font-size: 32px;
  font-family: "NotoSansCJKjp bold";
  margin-bottom: 25px;
}
#contact .contactform--inner p,
#confirm .contactform--inner p,
#thanks .contactform--inner p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.75;
}
#contact .contactform--inner .flow,
#confirm .contactform--inner .flow,
#thanks .contactform--inner .flow {
  margin-bottom: 30px;
}
#contact .contactform--inner .flow.thanks,
#confirm .contactform--inner .flow.thanks,
#thanks .contactform--inner .flow.thanks {
  margin-bottom: 100px;
}
#contact .contactform--inner ul,
#confirm .contactform--inner ul,
#thanks .contactform--inner ul {
  margin-bottom: 30px;
}
#contact .contactform--inner ul li,
#confirm .contactform--inner ul li,
#thanks .contactform--inner ul li {
  margin-bottom: 10px;
  line-height: 1.9;
}
#contact .contactform--inner .formarea,
#confirm .contactform--inner .formarea,
#thanks .contactform--inner .formarea {
  border-top: 6px solid #1e2585;
  background-color: #fff;
  padding-bottom: 40px;
}
#contact .contactform--inner .formarea .note,
#confirm .contactform--inner .formarea .note,
#thanks .contactform--inner .formarea .note {
  max-width: 800px;
  margin: auto;
  text-align: right;
  padding: 20px 0 0;
  margin-bottom: 0;
}
#contact .contactform--inner .formarea .note span,
#confirm .contactform--inner .formarea .note span,
#thanks .contactform--inner .formarea .note span {
  position: relative;
}
#contact .contactform--inner .formarea .note span:before,
#confirm .contactform--inner .formarea .note span:before,
#thanks .contactform--inner .formarea .note span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e30920;
}
#contact .contactform--inner .formarea .policy,
#confirm .contactform--inner .formarea .policy,
#thanks .contactform--inner .formarea .policy {
  text-align: center;
  margin-top: 10px;
}
#contact .contactform--inner .formarea .policy a,
#confirm .contactform--inner .formarea .policy a,
#thanks .contactform--inner .formarea .policy a {
  color: #1aa2e6;
  text-decoration: underline;
}
#contact .contactform--inner .formarea table,
#confirm .contactform--inner .formarea table,
#thanks .contactform--inner .formarea table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
}
#contact .contactform--inner .formarea table th,
#contact .contactform--inner .formarea table td,
#confirm .contactform--inner .formarea table th,
#confirm .contactform--inner .formarea table td,
#thanks .contactform--inner .formarea table th,
#thanks .contactform--inner .formarea table td {
  border-bottom: 1px dotted #c5c5c5;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.714;
}
#contact .contactform--inner .formarea table th,
#confirm .contactform--inner .formarea table th,
#thanks .contactform--inner .formarea table th {
  font-family: "NotoSansCJKjp bold";
  color: #1d2788;
  width: 200px;
}
#contact .contactform--inner .formarea table th.top,
#confirm .contactform--inner .formarea table th.top,
#thanks .contactform--inner .formarea table th.top {
  vertical-align: top;
}
#contact .contactform--inner .formarea table th.required,
#confirm .contactform--inner .formarea table th.required,
#thanks .contactform--inner .formarea table th.required {
  position: relative;
}
#contact .contactform--inner .formarea table th.required:after,
#confirm .contactform--inner .formarea table th.required:after,
#thanks .contactform--inner .formarea table th.required:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #e30920;
}
#contact .contactform--inner .formarea table th.required.top:after,
#confirm .contactform--inner .formarea table th.required.top:after,
#thanks .contactform--inner .formarea table th.required.top:after {
  margin-top: 0;
  top: 30px;
}
#contact .contactform--inner .formarea table td .text,
#confirm .contactform--inner .formarea table td .text,
#thanks .contactform--inner .formarea table td .text {
  border: 1px solid #ddd;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
}
#contact .contactform--inner .formarea table td .content,
#confirm .contactform--inner .formarea table td .content,
#thanks .contactform--inner .formarea table td .content {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 50px;
  padding: 0 10px;
  background-color: #f4f4f4;
}
#contact .contactform--inner .formarea table td .content select,
#confirm .contactform--inner .formarea table td .content select,
#thanks .contactform--inner .formarea table td .content select {
  display: block;
  width: 100%;
  line-height: 50px;
}
#contact .contactform--inner .formarea table td .textarea,
#confirm .contactform--inner .formarea table td .textarea,
#thanks .contactform--inner .formarea table td .textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}
#contact .contactform--inner .formarea table td .mwform-checkbox-field {
  display: inline-block;
  width: 100%;
}
#contact .contactform--inner .formarea table th.mwform_check:after {
  top: 3em;
}
#contact .contactform--inner .formarea table th.required:after .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#contact .contactform--inner .formarea table td .mwform-checkbox-field > label > .content_list {
  display: inline-block;
  width: auto;
}

/* ------------------------

 ダウンロード - download

-------------------------- */
#download_ln .agree_area,
#download-confirm .agree_area,
#download-thanks .agree_area {
  margin: 10px 0 0 0;
}
#download_ln .agree_area p.policy,
#download-confirm .agree_area p.policy,
#download-thanks .agree_area p.policy {
  margin: 3px 0 1.5em 0;
  font-size: 12px;
}
#download_ln .agree_area label,
#download-confirm .agree_area label,
#download-thanks .agree_area label {
  display: block;
  text-align: center;
  font-size: 16px;
}
#download_ln .agree_area .submitBtn,
#download-confirm .agree_area .submitBtn {
  display: block;
  max-width: 400px;
  margin: auto;
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #888;
  background-color: #535353;
  transition: 0.5s;
  cursor: pointer;
}
#download-confirm .agree_area .correctionBtn {
  display: block;
  max-width: 400px;
  margin: 30px auto 30px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #535353;
  border-radius: 30px;
  border: 2px solid #888;
  background-color: #fff;
  transition: 0.5s;
  font-size: 16px;
}
#download-thanks .downloadBtn {
  display: block;
  max-width: 400px;
  margin: 0 auto 15px;
  padding: 15px 0;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #888;
  background-color: #535353;
  transition: 0.5s;
  cursor: pointer;
}
#download_ln .totop,
#download-confirm .totop,
#download-thanks .totop {
  display: block;
  width: 300px;
  line-height: 60px;
  margin: auto;
  text-align: center;
  color: #1e2585;
  border-radius: 30px;
  border: 1px solid #1e2585;
  transition: 0.5s;
}
#download_ln .totop:hover,
#download-confirm .totop:hover,
#download-thanks .totop:hover {
  background-color: #1e2585;
  color: #fff;
  cursor: pointer;
}
#download_ln .downloadform,
#download-confirm .downloadform,
#download-thanks .downloadform {
  background-color: #fff;
  padding: 100px 0;
}
#download_ln .downloadform--inner,
#download-confirm .downloadform--inner,
#download-thanks .downloadform--inner {
}
#download_ln .downloadform--inner .download_box,
#download-confirm .downloadform--inner .download_box,
#download-thanks .downloadform--inner .download_box {
  max-width: 900px;
  margin: 0px auto;
}
#download_ln .downloadform--inner .download_box .download_leftbox {
  width: 300px;
  float: left;
  font-family: "NotoSansCJKjp bold";
  font-size: 18px;
  color: #333;
}
#download_ln .downloadform--inner .download_box .download_leftbox ul li {
  line-height: 1.25em;
}
#download_ln .downloadform--inner .download_box .download_leftbox ul li#document-products {
  border-bottom: solid 1px #efefef;
  margin: 20px 0;
  padding: 20px 0;
}
#download_ln .downloadform--inner .download_box .download_leftbox ul li#document-checkpoint img {
  width: 250px;
  margin-bottom: 10px;
}
#download_ln .downloadform--inner .download_box .download_leftbox ul li#document-checkpoint span {
  margin-left: 1.5em;
  display: block;
}
#download_ln .downloadform--inner .download_box .download_rightbox,
#download-confirm .downloadform--inner .download_box .download_rightbox,
#download-thanks .downloadform--inner .download_box .download_rightbox {
  width: 550px;
  float: right;
  margin-bottom: 100px;
  background: #f0f0f0;
  padding: 50px;
}
#download-confirm .downloadform--inner .download_box {
  width: 900px;
  margin-bottom: 0px;
  background: #f0f0f0;
  padding: 50px 50px 20px;
}
#download_ln .downloadform--inner h3.download-tit,
#download-confirm .downloadform--inner h3.download-tit,
#download-thanks .downloadform--inner h3.download-tit {
  text-align: center;
  font-family: "NotoSansCJKjp bold";
  margin: 35px 0 80px;
  padding-bottom: 25px;
  background: url(../img/download/tit_underline.png) center bottom no-repeat;
  background-size: 80px;
}
#download-confirm .downloadform--inner h3.download-tit {
  margin: 35px 0 60px;
}
#download-thanks .downloadform--inner h3 {
  text-align: center;
  font-family: "NotoSansCJKjp bold";
  margin: 0px 0 0px;
  padding-bottom: 0px;
}
#download_ln .downloadform--inner h3 img,
#download-confirm .downloadform--inner h3 img,
#download-thanks .downloadform--inner h3 img {
  width: 320px;
}
#download_ln .downloadform--inner h3 span,
#download-confirm .downloadform--inner h3 span,
#download-thanks .downloadform--inner h3 span {
  font-size: 24px;
  margin-left: 0.5em;
}
#download_ln .downloadform--inner p,
#download-confirm .downloadform--inner p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.75;
}
#download-thanks .downloadform--inner p {
  text-align: center;
  margin: 30px 0 30px;
  line-height: 1.75;
}
#download_ln .downloadform--inner ul,
#download-confirm .downloadform--inner ul,
#download-thanks .downloadform--inner ul {
  margin-bottom: 30px;
}
#download_ln .downloadform--inner ul li,
#download-confirm .downloadform--inner ul li,
#download-thanks .downloadform--inner ul li {
  margin-bottom: 10px;
  line-height: 1.9;
}
#download_ln .downloadform--inner .formarea,
#download-confirm .downloadform--inner .formarea,
#download-thanks .downloadform--inner .formarea {
  background-color: #fff;
  padding-bottom: 40px;
}
#download_ln .downloadform--inner .formarea table {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 0px;
  table-layout: fixed;
}
#download-confirm .downloadform--inner .formarea table {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
}
#download_ln .downloadform--inner .formarea table th,
#download_ln .downloadform--inner .formarea table td {
  display: block;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 1.714;
}
#download-confirm .downloadform--inner .formarea table th,
#download-confirm .downloadform--inner .formarea table td {
  padding: 0px 0px;
  font-size: 16px;
  line-height: 1.714;
}
#download_ln .downloadform--inner .formarea table th {
  display: block;
  font-family: "NotoSansCJKjp bold";
  color: #333;
  width: 200px;
}
#download-confirm .downloadform--inner .formarea table th {
  display: block;
  font-family: "NotoSansCJKjp bold";
  color: #333;
  width: 220px;
}
#download-confirm .downloadform--inner .formarea table td {
  color: #333;
  width: 420px;
}
#download_ln .downloadform--inner .formarea table th.top,
#download-confirm .downloadform--inner .formarea table th.top,
#download-thanks .downloadform--inner .formarea table th.top {
  vertical-align: top;
}
#download_ln .downloadform--inner .formarea table th.required {
  position: relative;
}
#download_ln .downloadform--inner .formarea table th.required:after {
  content: "必須";
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  margin-left: 0.5em;
  width: 2.2em;
  height: 1.5em;
  border-radius: 3px;
  background-color: #e64116;
  color: #fff;
  font-family: "NotoSansCJKjp";
  font-size: 12px;
  padding: 0em 0.5em 0.1em;
}
#download_ln .downloadform--inner .formarea table th.required.top:after {
  margin-top: 0;
  top: 30px;
}
#download_ln .downloadform--inner .formarea table td .text,
#download-confirm .downloadform--inner .formarea table td .text,
#download-thanks .downloadform--inner .formarea table td .text {
  background: #fff;
  border-radius: 5px; /* filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.15)); */
  width: 100%;
  line-height: 40px;
  margin: 5px 0 15px;
  padding: 0 10px;
}
#download_ln .downloadform--inner .formarea table td .area,
#download-confirm .downloadform--inner .formarea table td .area,
#download-thanks .downloadform--inner .formarea table td .area {
  display: block;
  width: 100%;
  margin: 5px 0 15px;
  padding: 0 0px;
}
#download_ln .downloadform--inner .formarea table td .employee,
#download-confirm .downloadform--inner .formarea table td .employee,
#download-thanks .downloadform--inner .formarea table td .employee {
  width: 100%;
  margin: 5px 0 15px;
  padding: 0 0px;
}
#download_ln .downloadform--inner .formarea table td .area select {
  display: block;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
}
#download_ln .downloadform--inner .formarea table td .employee select {
  display: block;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
}
#download_ln .downloadform--inner .formarea table td .textarea,
#download-confirm .downloadform--inner .formarea table td .textarea,
#download-thanks .downloadform--inner .formarea table td .textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}
#download_ln input[type="checkbox"] {
  margin-right: 0.5em;
  padding: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  color: #333;
}
#download_ln footer {
  clear: both;
}
#download_ln .downloadform--inner .formarea table td select {
  display: block;
  height: 40px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
#download_ln .downloadform--inner .formarea table td select::-ms-expand {
  display: block;
}

/* ------------------------

 導入事例ヒアリングシート - hearingsheet

-------------------------- */

#hearingsheet #contents,
#hearingsheet-confirm #contents,
#hearingsheet-thanks #contents {
  background-color: #f6f5f0;
  padding: 120px 0 70px;
}

#hearingsheet .hearingform,
#hearingsheet-confirm .hearingform,
#hearingsheet-thanks .hearingform {
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(1, 1, 1, 0.2);
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 30px;
}
#hearingsheet .hearingform--inner {
}
#hearingsheet .hearingform--inner ul li,
#hearingsheet-confirm .hearingform--inner ul li {
  line-height: 1.25em;
}
#hearingsheet .hearingform--inner h2,
#hearingsheet-confirm .hearingform--inner h2,
#hearingsheet-thanks .hearingform--inner h2 {
  font-size: 2em;
  text-align: center;
  font-family: "NotoSansCJKjp bold";
  margin: 0px 0 3rem;
  padding-bottom: 0px;
}

#hearingsheet-thanks .hearingform--inner .ns-box {
  border: solid 3px #ddd !important;
  padding-top: 2em !important;
  margin: 3em 4em;
}

#hearingsheet .hearingform dl,
#hearingsheet-confirm .hearingform dl {
  text-align: left;
  clear: both;
  margin-bottom: 3rem;
  padding: 0 5rem 3rem;
  border-bottom: 1px dashed #e5e5de;
  line-height: 3rem;
}

#hearingsheet .hearingform dt,
#hearingsheet-confirm .hearingform dt {
  font-family: "NotoSansCJKjp bold";
  font-size: 1.1em;
}

#hearingsheet .hearingform dt.required:after {
  content: "必須";
  position: relative;
  margin-left: 0.5em;
  border-radius: 3px;
  background-color: #e64116;
  color: #fff;
  font-family: "NotoSansCJKjp";
  font-size: 12px;
  padding: 0.25em 0.5em 0.25em;
}

#hearingsheet .hearingform dt span,
#hearingsheet-confirm .hearingform dt span {
  font-family: "NotoSansCJKjp";
  font-size: 0.9em;
}

#hearingsheet .hearingform input {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1.7rem;
  width: 60%;
  color: #4a4a4a;
  font-size: 1.3rem;
  background-color: #f6f5f0;
  border: 0;
  border-radius: 0.4rem;
}

#hearingsheet .hearingform input[type="file"] {
  cursor: pointer;
}

#hearingsheet .hearingform input.submit_btn,
#hearingsheet-confirm .hearingform input.submit_btn {
  margin: 3rem auto 0;
  padding: 1.7rem;
  display: block;
  width: 320px;
  color: #fff;
  font-size: 1.7rem;
  background-color: #666;
  border: 0;
  border-radius: 100px;
}

#hearingsheet .hearingform input.submit_btn:hover,
#hearingsheet-confirm .hearingform input.submit_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

#hearingsheet .hearingform input.company_info_approval,
#hearingsheet .hearingform input.company_logo_approval {
  width: 5%;
}

#hearingsheet .hearingform textarea {
  padding: 1.4rem;
  width: 100%;
  color: #4a4a4a;
  font-size: 1.8rem;
  background-color: #f6f5f0;
  border: 0;
  border-radius: 0.4rem;
}

#hearingsheet .hearingform .establish_date {
  padding: 1.4rem;
  width: 40%;
  height: 5rem;
  color: #4a4a4a;
  font-size: 1.8rem;
  background-color: #f6f5f0;
  border: 0;
  border-radius: 0.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* ------------------------

 プライバシーポリシー - privacypolicy

-------------------------- */
#privacypolicy .firstview {
  padding: 150px 0 60px;
}
#privacypolicy .firstview:before {
  display: none;
}
#privacypolicy .policy {
  padding: 50px 0 120px;
  background-color: #f4f4f4;
}
#privacypolicy .policy--inner {
  max-width: 1000px;
  margin: auto;
  padding: 60px 100px;
  background-color: #fff;
  border-top: 6px solid #1d2788;
}
#privacypolicy .policy--inner p {
  line-height: 1.857;
}
#privacypolicy .policy--header {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #afafaf;
}
#privacypolicy .policy--header h3 {
  font-size: 28px;
}
#privacypolicy .policy--header p.right {
  text-align: right;
}
#privacypolicy .policy--header .leadtext {
  margin-top: 38px;
}
#privacypolicy .policy--content h4 {
  font-size: 18px;
  font-family: "NotoSansCJKjp bold";
  margin-top: 42px;
  color: #1d2788;
  position: relative;
  padding-left: 60px;
}
#privacypolicy .policy--content h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 2px;
  margin-top: -1px;
  background-color: #1d2788;
}
#privacypolicy .policy--content + .policy--header {
  padding: 75px 0 30px;
}
#privacypolicy .policy--content p {
  font-size: 14px;
  margin-top: 10px;
}
#privacypolicy .policy--content ul {
  margin: 24px 0;
}
#privacypolicy .policy--content ul li {
  list-style: disc;
  border-bottom: none;
  padding: 0;
  margin-left: 1.5em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
#privacypolicy .policy--content ol {
  padding: 24px 0 0.5em 2em;
  margin: 0;
}
#privacypolicy .policy--content ol li {
  list-style-type: none;
  text-indent: -1em;
  counter-increment: cnt;
  line-height: 1.6em;
  margin-bottom: 1em;
}
#privacypolicy .policy--content ol li:before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
}

/* ------------------------

 製品紹介 - service

-------------------------- */
#service .serviceInner{
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 150px;
}
#service .firstview{
  text-align: center;
  position: relative;
  padding: 150px 0 60px;
}

#service .catchCopy {
  text-align: right;
  position: relative;
  max-width: 1800px;
  margin: 30px auto 160px;
}
#service .catchCopy img {
  border-radius: 5px 0 0 5px;
}
#service .catchCopy .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: left;
  margin-left: 5%;
}
#service .catchCopy h2 {
  text-align: left;
  display: inline;
  font-size: 45px;
  font-weight: bold;
  background: #FFF;
  line-height: 1.8;
  color: #040A3E;
}
#service .catchCopy h2 span {
  color: #DEB323;
}

#service .advantage {
  margin-bottom: 200px;
}
#service .advantage h3 {
  font-size: 36px;
  font-weight: bold;
  color: #1D2788;
  text-align: left;
  margin: 0 auto 60px;
}
#service .advantage ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service .advantage ul li {
  width: calc(90% / 3);
  position: relative;
}
#service .advantage ul li img {
  border-radius: 5px;
}
#service .advantage ul li p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: bold;
  color: #FFF;
  font-size: 23px;
  line-height: 1.6;
  text-align: center;
}

#service .serviceTit {
  color: #1D2788;
  margin-bottom: 60px;
}
#service .serviceTit h3 {
  font-size: 36px;
  text-align: left;
  margin-bottom: 20px;
}
#service .serviceTit p {
  position: relative;
}
#service .serviceTit p::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 150px;
  height: 1px;
  background: #1D2788;
  display: inline-block;
  margin-right: 15px;
}

#service .product {
  margin-bottom: 140px;
}
#service .productList,
#service .solutionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .productList .box,
#service .solutionList .box {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 40px 5%;
  margin-bottom: 50px;
  width: 48%;
}
#service .productList .box:first-child,
#service .productList .box:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service .productList .box:first-child .img,
#service .productList .box:nth-child(2) .img {
  width: 45%;
  max-width: 600px;
  margin-right: 5%;
}
#service .productList .box:first-child .inner,
#service .productList .box:nth-child(2) .inner {
  width: 50%;
}
#service .productList .box.inner .sub {
  font-size: 16px;
  margin-bottom: 10px;
}
#service .productList .box .inner .logo {
  height: 72px;
  margin-bottom: 15px;
}
#service .productList .box .inner .txt,
#service .solutionList .box .inner .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
#service .productList .box .inner .point,
#service .solutionList .box .inner .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#service .productList .box .inner .point li,
#service .solutionList .box .inner .point li {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  background: #1C77B5;
  border-radius: 5px;
  color: #FFF;
  width: calc(98% / 2);
  margin-bottom: 10px;
  line-height: 1.4;
}
#service .productList .box .inner .btn,
#service .solutionList .box .inner .btn {
  width: 40%;
  margin: 0;
  position: relative;
}
#service .productList .box .inner .btn a,
#service .solutionList .box .inner .btn a {
  color: #111;
  font-size: 16px;
  border: 1.5px solid #111;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
#service .productList .box .inner .btn::after,
#service .solutionList .box .inner .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  width: 12px;
  height: 12px;
  background: url(../img/service/ico_link.svg);
}
#service .productList .box .inner .btn a:hover,
#service .solutionList .box .inner .btn a:hover {
  background: #ddd;
}
#service .solutionList .box .inner .tit {
  color: #1D2788;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 15px;
}
#service .solutionList .box .inner .tit ruby {
  font-weight: bold;
}
#service .solutionList .box .inner .tit rt {
  font-size: 16px;
  color: #111;
  font-weight: normal;
}

/* リクルート修正20210208 */
.firstview {
  margin-bottom: 100px;
}


/* ------------------------

 style for all media

-------------------------- */
@media screen and (max-width: 1024px) {
  #service .catchCopy,
  #service .advantage {
    margin-bottom: 100px;
  }
  #service .catchCopy h2 {
    font-size: 38px;
  }
  #service .advantage h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #service .advantage ul li {
    width: calc(95% / 3);
  }
  #service .advantage ul li p {
    font-size: 20px;
  }
  #service .serviceTit {
    margin-bottom: 40px;
  }
  #service .product {
    margin-bottom: 80px;
  }
  #service .serviceInner {
    width: 90%;
  }
  #service .productList .box .inner .btn,
  #service .solutionList .box .inner .btn {
    width: 60%;
  }
}


@media screen and (max-width: 768px) {
  #feature .firstview {
    padding: 100px 0 40px;
  }
  #feature .firstview h2 {
    padding: 0 5%;
  }
  #feature .introduce {
    background: url(../img/feature/sp_bg_introduction.png) center 0 no-repeat;
    background-size: 100%;
    padding: 55px 0 50px;
  }
  #feature .introduce .lbl img {
    width: 45.667%;
  }
  #feature .introduce h3 {
    font-size: 25px;
    margin: 20px 0 30px;
  }
  #feature .introduce p {
    font-size: 14px;
    line-height: 1.64;
    padding: 0 6%;
  }
  #feature .identity .lbl {
    padding: 30px 0;
  }
  #feature .identity .lbl img {
    width: 65.267%;
  }
  #feature .identity--textarea {
    padding: 30px 0 45px;
  }
  #feature .identity .sp--fig {
    position: relative;
    top: 20px;
    opacity: 0;
    transition: 0.5s;
  }
  #feature .identity .sp--fig.on {
    top: 0;
    opacity: 1;
  }
  #feature .identity h3 {
    font-size: 20px;
    margin: 20px 0 28px;
  }
  #feature .identity p {
    font-size: 14px;
    line-height: 1.78;
    padding: 0 6%;
  }
  #feature .vision .lbl {
    padding: 30px 0;
  }
  #feature .vision .lbl img {
    width: 19.73%;
  }
  #feature .vision--textarea {
    background: #000 url(../img/feature/sp_bg_vision.jpg) center 0 no-repeat;
    background-size: 100%;
    padding: 75px 0 50px;
  }
  #feature .vision h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #feature .vision p {
    font-size: 14px;
    line-height: 1.78;
    padding: 0 6%;
  }

  #company .firstview:before {
    content: none;
  }
  #company .message {
    padding: 40px 0 60px;
  }
  #company .message h3 {
    margin-bottom: 40px;
    text-align: center;
  }
  #company .message p {
    font-size: 13px;
    padding: 0 5%;
  }
  #company .profile {
    padding: 40px 0;
  }
  #company .profile h3 {
    text-align: center;
  }
  #company .profile h3 img {
    width: 56.07%;
  }
  #company .profile--block {
    display: block;
    padding: 0 5%;
  }
  #company .profile--block dt,
  #company .profile--block dd {
    font-size: 13px;
  }
  #company .profile--block dt {
    padding: 15px 2% 5px;
  }
  #company .profile--block dd {
    padding: 0 2% 15px;
  }
  #company .access--header {
    display: block;
  }
  #company .access--header h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  #company .access--header h3 img {
    width: 43.85%;
  }
  #company .access--header .address {
    text-align: left;
    font-size: 13px;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  #company .access #map {
    width: 90%;
    height: 300px;
  }
  #company .contact-bnr {
    width: 60%;
  }

  #company .history {
    padding: 0px 0 40px;
  }
  #company .history--inner {
    max-width: 100%;
  }
  #company .history--inner .history--block {
    display: block;
    width: auto;
    margin: 0 2%;
    padding-top: 1px;
  }
  #company .history--inner .history--block dl {
    display: block;
    width: 100%;
  }
  #company .history--inner .history--block dl dt {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 5% 5px 0;
    float: left;
    background: #121b9a;
    color: #fff;
    font-size: 25px;
    text-align: left;
    line-height: unset;
    height: 4rem;
    padding-left: 2%;
  }
  #company .history--inner .history--block dl dd {
    padding-left: 2rem;
    border-bottom: none;
    height: unset;
    width: 100%;
    padding: 10px 10px;
    line-height: 2rem;
  }
  #company .history--inner .history--block dl dd em {
    color: #121b9a;
    display: block;
    line-height: 2rem;
  }
  #company .history--inner .history--block dl dt span {
    background: #121b9a;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    float: none;
  }
  #company .history--inner .history--block dl dt.wide,
  #company .history--inner .history--block dl dd.wide {
    line-height: unset;
    height: unset;
  }
  #company .history--inner .history--block dl dt.wide_2size,
  #company .history--inner .history--block dl dd.wide_2size {
    line-height: unset;
    height: unset;
  }
  #company .history--inner .history--block dl dt.wide_3size,
  #company .history--inner .history--block dl dd.wide_3size {
    line-height: unset;
    height: unset;
  }
  #company .history--inner .history--block dl dd.wide.line_none {
    border: none;
  }

  #company .performance {
    padding: 40px 0;
  }
  #company .performance--inner {
    width: 96%;
  }
  #company .performance--inner .performance--block li {
    margin: 0;
  }
  #company .performance--inner .performance--block li.award_list_left {
    text-align: center;
  }
  #company .performance--inner .performance--block li img {
    margin: 0 0 2rem;
    width: 80%;
  }
  #company .performance--inner .performance--block li.award_top img {
    width: 100%;
  }
  #company #contents h3 {
    text-align: center;
    margin-bottom: 3rem;
  }
  #company #contents h3 img {
    height: 3rem;
  }
  #company #contents h3 span {
    text-align: center;
    font-size: 1.2rem;
    margin: 2rem auto;
  }

  #updates .firstview {
    padding: 100px 0 40px;
  }
  #updates .content--inner {
    width: 92%;
    padding: 30px 4%;
  }
  #updates .updates .content--inner,
  #faq .faq .content--inner {
    padding: 50px 0;
  }

  #case #header .headerArea {
    height: 100vh;
  }
  #case .caseList {
    padding: 35px 0;
  }
  #case .caseList .leadtext {
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0 5%;
    text-align: left;
  }
  #case .caseList ul {
    justify-content: space-between;
    padding: 0 5%;
  }
  #case .caseList li {
    width: 47.7%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #case .caseList li a:hover .thumb img {
    transform: scale(1.06);
    opacity: 0.8;
  }
  #case .caseList li .thumb .cat {
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
  }
  #case .caseList li .textarea {
    padding: 20px 5%;
  }
  #case .caseList li .textarea .logo {
    margin-bottom: 15px;
  }
  #case .caseList li .textarea .company {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #case .caseList li .textarea p {
    font-size: 12px;
  }
  #case .linkBtn {
    line-height: 50px;
  }
  #case .moreBtn {
    width: 90%;
    margin: 30px auto 0;
  }
  #case.post-type-archive-case .firstview {
    background-color: #fff;
    padding: 110px 5% 50px;
  }
  #case.post-type-archive-case .casePickup--block {
    display: block;
  }
  #case.post-type-archive-case .casePickup--block .textarea {
    padding: 30px 8% 50px;
  }
  #case.post-type-archive-case .casePickup--block .textarea .company {
    font-size: 15px;
  }
  #case.post-type-archive-case .casePickup--block .textarea .title {
    font-size: 21px;
  }
  #case.post-type-archive-case .casePickup--block .textarea .detailBtn {
    width: 90%;
    margin: auto;
    line-height: 50px;
  }
  #case.post-type-archive-case .casePickup .slick-prev,
  #case.post-type-archive-case .casePickup .slick-next {
    top: 25%;
  }
  #case.single-case .firstview--inner {
    display: block;
    background-color: #f4f4f4;
    position: relative;
  }
  #case.single-case .firstview .thumb {
    margin-right: 0;
  }
  #case.single-case .firstview .textarea {
    position: relative;
    top: -50px;
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 20px 9%;
  }
  #case.single-case .firstview .textarea .cat {
    font-size: 11px;
    margin-bottom: 14px;
  }
  #case.single-case .firstview .textarea .company {
    font-size: 15px;
    margin-bottom: 18px;
  }
  #case.single-case .firstview .textarea p {
    font-size: 21px;
  }
  #case.single-case .companyInfo {
    padding: 0 0 50px;
  }
  #case.single-case .companyInfo--inner {
    display: block;
  }
  #case.single-case .companyInfo .logo {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0;
    justify-content: start;
    padding: 0 5%;
  }
  #case.single-case .companyInfo .logo--mark {
    width: 29.8%;
    margin-right: 5.97%;
    padding: 30px 0;
    background-color: #fff;
    border: 2px solid #e5e5e5;
  }
  #case.single-case .companyInfo .logo h4 {
    width: 60%;
  }
  #case.single-case .companyInfo .logo h4 a {
    font-size: 16px;
    font-family: "NotoSansCJKjp bold";
    color: #00a2e6;
    text-decoration: underline;
    background: url(../img/common/icon_outlink.png) right center no-repeat;
    padding-right: 20px;
  }
  #case.single-case .companyInfo .logo h4 a:hover {
    text-decoration: none;
  }
  #case.single-case .companyInfo .infoarea {
    width: 100%;
    padding: 0 5%;
  }
  #case.single-case .companyInfo .infoarea p {
    font-size: 13px;
    line-height: 1.5;
  }
  #case.single-case .companyInfo .infoarea .states ul {
    display: block;
  }
  #case.single-case .companyInfo .infoarea .states li {
    width: 100%;
  }
  #case.single-case .companyInfo .infoarea .states li .item {
    font-size: 12px;
  }
  #case.single-case .companyInfo .infoarea .states li .text {
    font-size: 12px;
  }
  #case.single-case .companyInfo .infoarea .states p {
    font-size: 12px;
  }
  #case.single-case .issues {
    padding: 30px 5%;
  }
  #case.single-case .issues--inner {
    display: block;
  }
  #case.single-case .issues--item {
    width: 100%;
  }
  #case.single-case .issues--list {
    width: 100%;
    padding: 20px 4%;
  }
  #case.single-case .issues--list li {
    font-size: 13px;
  }
  #case.single-case .introduction {
    padding: 30px 5% 40px;
  }
  #case.single-case .introduction--text h4 {
    font-size: 16px;
    padding-left: 4%;
    margin-bottom: 30px;
  }
  #case.single-case .introduction--text p {
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 20px;
  }
  #case.single-case .thumbWide {
    margin-bottom: 60px;
  }
  #case.single-case .impressions {
    padding: 0 5% 40px;
  }
  #case .single-case .impressions--text p {
    font-size: 13px;
    line-height: 1.85;
  }
  #case .single-case .impressions h3 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 40px;
    border-radius: 30px;
  }
  #case .single-case .responsible {
    padding: 40px 5% 50px;
  }
  #case.single-case .responsible h3 {
    font-size: 16px;
    margin: 0 auto 30px;
    line-height: 40px;
    border-radius: 30px;
  }
  #case.single-case .responsible--text p {
    font-size: 13px;
    line-height: 1.85;
  }
  #case.single-case .otherscase h4 {
    font-size: 21px;
  }
  #case.single-case .otherscase p {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 5%;
    text-align: left;
  }
  #case.single-case .otherscase .caseList ul {
    margin: 30px auto 0;
  }

  #qa .firstview {
    padding-bottom: 120px;
  }
  #qa .firstview .mainvisual {
    margin: 0;
  }
  #qa .firstview p {
    font-size: 12px;
    width: 90%;
    margin: auto;
    border: 1px solid #aaa;
    padding: 20px 5%;
    text-align: left;
  }
  #qa .faq {
    padding-bottom: 60px;
  }
  #qa .faq--tab {
    top: -65px;
    left: 0;
    margin-left: 0;
  }
  #qa .faq--tab ul {
    justify-content: space-around;
  }
  #qa .faq--tab li {
    width: 44%;
  }
  #qa .faq--tab li .tabBtn {
    font-size: 15px;
    line-height: 1.75;
    height: 61px;
  }
  #qa .faq--tab li .tabBtn.current {
    line-height: 1.75;
    height: 65px;
  }
  #qa .faq--contents.process .anchor li a {
    position: relative;
    display: block;
  }
  #qa .faq--contents.process .anchor li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #qa .faq--contents.process .anchor li.current img {
    opacity: 0;
  }
  #qa .faq--contents.process .anchor li:nth-child(1) a.current:before {
    background: url(../img/faq/sp_icon_contract_on.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #qa .faq--contents.process .anchor li:nth-child(2) a.current:before {
    background: url(../img/faq/sp_icon_price_on.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #qa .faq--contents.process .anchor li:nth-child(3) a.current:before {
    background: url(../img/faq/sp_icon_introduction_on.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #qa .faq--contents.process .anchor li:nth-child(4) a.current:before {
    background: url(../img/faq/sp_icon_request_on.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #qa .faq--contents.process .anchor li:nth-child(5) {
    margin-right: 0;
  }
  #qa .faq--contents.process .anchor li:nth-child(5) a.current:before {
    background: url(../img/faq/sp_icon_other_on.png) 0 0 no-repeat;
    background-size: 100%;
  }
  #qa .faq--contents .anchor {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  #qa .faq--contents .anchor li {
    width: 29.5%;
    margin-right: 5.67%;
    margin-bottom: 15px;
  }
  #qa .faq--contents .anchor li:nth-child(3n) {
    margin-right: 0;
  }
  #qa .faq--contents .anchor a {
    background: none;
    height: auto;
    padding: 0;
  }
  #qa .faq--contents .anchor a.current {
    background: none;
  }
  #qa .faq--contents .anchor a .icon {
    margin-bottom: 0;
  }
  #qa .faq--contents.service .anchor li {
    width: 29.5%;
  }
  #qa .faq--contents.service .anchor a {
    padding: 10px;
    margin: 0;
    background: none;
  }
  #qa .faq--contents.service .anchor a.current {
    background: none;
  }
  #qa .faq--list {
    width: 90%;
    margin: 0 auto 25px;
  }
  #qa .faq--list h3 {
    font-size: 15px;
    padding: 10px 4%;
  }
  #qa .faq--list .faqarea {
    padding: 20px 5%;
  }
  #qa .faq--list .question {
    padding: 10px 10% 10px 2.5%;
    font-size: 13px;
    line-height: 1.75;
  }
  #qa .faq--list .question:after {
    right: 5px;
    background: url(../img/faq/icon_question.png) 0 0 no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px;
    margin-top: -7px;
  }
  #qa .faq--list .answer .inner {
    padding: 10px 2.5%;
    margin-bottom: 20px;
  }
  #qa .faq--list .answer p {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 10px;
  }

  #privacypolicy .firstview {
    padding: 60px 0 0;
  }
  #privacypolicy .policy {
    padding: 50px 5% 80px;
  }
  #privacypolicy .policy--inner {
    padding: 30px 4.5%;
  }
  #privacypolicy .policy--header h3 {
    font-size: 20px;
  }
  #privacypolicy .policy--header .leadtext {
    font-size: 12px;
    margin-top: 20px;
  }
  #privacypolicy .policy--content h4 {
    font-size: 14px;
    padding-left: 35px;
  }
  #privacypolicy .policy--content h4:before {
    width: 25px;
  }
  #privacypolicy .policy--content p {
    font-size: 12px;
  }
  #privacypolicy .policy--content ul li {
    font-size: 12px;
  }

  #recruit .bnr {
    padding: 45px 5% 36px;
  }
  #recruit .recruitment--tab a {
    line-height: 1.57;
  }
  #recruit .recruitment--contents {
    padding: 0 5% 50px;
  }
  #recruit .recruitment--contents h4 {
    font-size: 20px;
    padding: 30px 0;
  }
  #recruit .recruitment--contents--inner strong {
    font-size: 15px;
  }
  #recruit .recruitment--contents--inner table {
    width: 92%;
  }
  #recruit .recruitment--contents--inner table th,
  #recruit .recruitment--contents--inner table td {
    display: block;
    width: 100%;
    padding: 15px 5%;
  }
  #recruit .recruitment--contents--inner table th {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
  #recruit .recruitment--contents--inner table td {
    padding-top: 5px;
    font-size: 13px;
  }
  #recruit .recruitment--contents--inner .entry {
    width: 92%;
    line-height: 50px;
    font-size: 13px;
  }

  #contact .contactform--inner ul li,
  #confirm .contactform--inner ul li,
  #thanks .contactform--inner ul li {
    font-size: 12px;
  }
  #contact .contactform--inner .formarea,
  #confirm .contactform--inner .formarea,
  #thanks .contactform--inner .formarea {
    padding: 0 2.5% 20px;
  }
  #contact .contactform--inner .formarea .note span,
  #confirm .contactform--inner .formarea .note span,
  #thanks .contactform--inner .formarea .note span {
    font-size: 11px;
  }
  #contact .contactform--inner .formarea table th,
  #contact .contactform--inner .formarea table td,
  #confirm .contactform--inner .formarea table th,
  #confirm .contactform--inner .formarea table td,
  #thanks .contactform--inner .formarea table th,
  #thanks .contactform--inner .formarea table td {
    display: block;
    width: 100%;
  }
  #contact .contactform--inner .formarea table th.required:after,
  #confirm .contactform--inner .formarea table th.required:after,
  #thanks .contactform--inner .formarea table th.required:after {
    margin-top: -6px;
  }
  #contact .contactform--inner .formarea table th,
  #confirm .contactform--inner .formarea table th,
  #thanks .contactform--inner .formarea table th {
    width: 100%;
    padding: 15px 2.5% 5px;
    border-bottom: 0;
  }
  #contact .contactform--inner .formarea table td,
  #confirm .contactform--inner .formarea table td,
  #thanks .contactform--inner .formarea table td {
    padding: 0 2.5% 15px;
  }

  #contact .agree_area .submitBtn,
  #confirm .agree_area .submitBtn,
  #thanks .agree_area .submitBtn {
    width: 90%;
    line-height: 50px;
  }
  #contact .number {
    width: 90%;
    margin: 40px auto 0;
    padding: 25px 0 20px;
  }
  #contact .number ul {
    display: block;
  }
  #contact .number li {
    width: 100%;
    margin: 0;
  }
  #contact .number h3 {
    font-size: 140%;
  }
  #contact .number h4 {
    width: 90%;
    font-size: 120%;
  }
  #contact .faq,
  #confirm .faq,
  #thanks .faq {
    margin: 30px auto 50px;
  }
  #contact .faq ul,
  #confirm .faq ul,
  #thanks .faq ul {
    display: block;
  }
  #contact .faq li,
  #confirm .faq li,
  #thanks .faq li {
    width: 90%;
    margin: 0 auto 20px;
  }
  #contact .contactform,
  #confirm .contactform,
  #thanks .contactform {
    padding: 50px 5%;
  }
  #contact .contactform--inner h3,
  #confirm .contactform--inner h3,
  #thanks .contactform--inner h3 {
    font-size: 20px;
  }
  #contact .contactform--inner p,
  #confirm .contactform--inner p,
  #thanks .contactform--inner p {
    font-size: 12px;
  }
  #contact .contactform--inner .flow.thanks,
  #confirm .contactform--inner .flow.thanks,
  #thanks .contactform--inner .flow.thanks {
    margin-bottom: 50px;
  }
  #confirm .agree_area > input[type="submit"].correction,
  #confirm .agree_area > input[type="submit"].submit_btn {
    width: 260px;
  }
  #download_ln .agree_area p.policy,
  #download-confirm .agree_area p.policy,
  #download-thanks .agree_area p.policy {
    margin: 3px 0 1.5em 0;
    font-size: 12px;
  }
  #download_ln .agree_area label,
  #download-confirm .agree_area label,
  #download-thanks .agree_area label {
    font-size: 16px;
  }
  #download_ln .agree_area .submitBtn,
  #download-confirm .agree_area .submitBtn {
    max-width: 80%;
  }
  #download-confirm .agree_area .correctionBtn {
    max-width: 80%;
    margin: 30px auto 30px;
    font-size: 16px;
  }
  #download-thanks .downloadBtn {
    max-width: 80%;
    font-size: 14px;
  }
  #download_ln .downloadform--inner .download_box,
  #download-confirm .downloadform--inner .download_box,
  #download-thanks .downloadform--inner .download_box {
    max-width: 100%;
    margin: 0px auto;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox {
    width: 100%;
    float: none;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul {
    margin-bottom: 30px;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul li {
    line-height: 1.25em;
    font-size: 16px;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul li#document-products {
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul li#document-checkpoint img {
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
    display: block;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul li#document-checkpoint span {
    margin: 0;
    text-align: center;
    display: block;
    line-height: 0em;
  }
  #download_ln .downloadform--inner .download_box .download_leftbox ul li#document-checkpoint span br {
    display: none;
  }
  #download_ln .downloadform--inner .download_box .download_rightbox,
  #download-confirm .downloadform--inner .download_box .download_rightbox,
  #download-thanks .downloadform--inner .download_box .download_rightbox {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding: 15px 10px 30px;
  }
  #download-confirm .downloadform--inner .download_box {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 10px 30px;
  }
  #download_ln .downloadform--inner h3.download-tit,
  #download-confirm .downloadform--inner h3.download-tit,
  #download-thanks .downloadform--inner h3.download-tit {
    margin: 0px 0 0px;
    padding-bottom: 15px;
    background-size: 50px;
  }
  #download-confirm .downloadform--inner h3.download-tit,
  #download-thanks .downloadform--inner h3.download-tit {
    margin: 0px 0 30px;
  }
  #download-thanks .downloadform--inner h3 {
    text-align: center;
    font-family: "NotoSansCJKjp bold";
    margin: 0px 0 0px;
    padding-bottom: 0px;
  }
  #download_ln .downloadform--inner h3 img,
  #download-confirm .downloadform--inner h3 img,
  #download-thanks .downloadform--inner h3 img {
    width: 50%;
  }
  #download_ln .downloadform--inner h3 span,
  #download-confirm .downloadform--inner h3 span,
  #download-thanks .downloadform--inner h3 span {
    font-size: 14px;
    margin-left: 0.5em;
  }
  #download_ln .downloadform--inner ul,
  #download-confirm .downloadform--inner ul,
  #download-thanks .downloadform--inner ul {
    margin-bottom: 0;
  }
  #download_ln .downloadform--inner ul li,
  #download-confirm .downloadform--inner ul li,
  #download-thanks .downloadform--inner ul li {
    font-size: 12px;
  }
  #download_ln .downloadform--inner .formarea,
  #download-confirm .downloadform--inner .formarea,
  #download-thanks .downloadform--inner .formarea {
    padding: 0 2.5% 20px;
  }
  #download_ln .downloadform--inner .formarea table th,
  #download_ln .downloadform--inner .formarea table td,
  #download-confirm .downloadform--inner .formarea table th,
  #download-confirm .downloadform--inner .formarea table td,
  #download-thanks .downloadform--inner .formarea table th,
  #download-thanks .downloadform--inner .formarea table td {
    display: block;
    width: 100%;
  }
  #download_ln .downloadform--inner .formarea table th.required:after {
    margin-top: -8px;
  }
  #download_ln .downloadform--inner .formarea table th,
  #download-confirm .downloadform--inner .formarea table th {
    width: 100%;
    padding: 5px 2% 5px;
    border-bottom: 0;
  }
  #download_ln .downloadform--inner .formarea table td,
  #download-confirm .downloadform--inner .formarea table td {
    padding: 0 2%;
  }
  #download-confirm .downloadform--inner .formarea table td {
    padding: 0 2% 20px;
  }
  #download_ln .agree_area .submitBtn,
  #download-confirm .agree_area .submitBtn,
  #download-thanks .agree_area .submitBtn {
    width: 90%;
  }
  #download_ln .downloadform,
  #download-confirm .downloadform,
  #download-thanks .downloadform {
    padding: 50px 1% 20px;
  }
  #download_ln .downloadform--inner h3,
  #download-confirm .downloadform--inner h3,
  #download-thanks .downloadform--inner h3 {
    font-size: 20px;
  }
  #download-thanks .downloadform--inner h3 {
    margin-bottom: 30px;
  }
  #download_ln .downloadform--inner p,
  #download-confirm .downloadform--inner p,
  #download-thanks .downloadform--inner p {
    font-size: 12px;
  }
  #download-confirm .downloadform--inner p,
  #download-thanks .downloadform--inner p {
    margin: 0 0 30px;
  }
  #download_ln .downloadform--inner .flow.thanks,
  #download-confirm .downloadform--inner .flow.thanks,
  #download-thanks .downloadform--inner .flow.thanks {
    margin-bottom: 50px;
  }

  .price--products img {
    margin-bottom: 0.1em;
  }
  .price--products h3 {
    display: block;
  }
  .price--products h3 span {
    padding-left: 0;
  }

  #service .catchCopy h2 {
    font-size: 32px;
  }
  #service .catchCopy, #service .advantage {
    margin-bottom: 60px;
  }
  #service .advantage h3 {
    font-size: 24px;
  }
  #service .advantage ul li p {
    font-size: 16px;
  }
  #service .serviceTit {
    margin-bottom: 30px;
  }
  #service .serviceTit h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  #service .firstview {
    padding: 100px 0 40px;
  }
  #service .firstview img {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #stage .price .firstview .mainvisual {
    padding: 5em 0;
  }
  .price .content--inner {
    max-width: none;
    padding: 0 20px;
  }
  .price--products table {
    font-size: 86%;
  }
  .price--products table tr th,
  .price--products table tr td,
  .price--products .linecost th:first-child,
  .price--products .linecost td:first-child {
    padding: 10px;
    border-right: 5px solid #fff;
  }
  .price--products .price--plan {
    display: block;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .price--products .price--plan tr:nth-child(1) th:nth-child(1),
  .price--products .price--plan tr td:nth-child(1) {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  .price--products .price--plan tr:nth-child(even) td:nth-child(1) {
    background: #eee;
  }
  .price--products .price--plan tr th {
    padding: 0;
  }
  .price--products .price--plan tr td {
    padding: 6px 0;
  }
  .price--products .price--plan tr td ul {
    padding-top: 2.9em;
  }
  .price--products .price--plan tr td li {
    max-height: 52px;
  }
  .price--products .price--plan th li {
    padding: 10px 6px;
  }
  .price--products .price--plan th:nth-child(1) li {
    padding-right: 10px;
    background-size: 17px;
  }
  .price--products .price--plan img {
    max-width: 24px;
  }
  .price--products .price--plan .txtl:nth-child(1) {
    font-size: 120%;
  }
  #confirm .agree_area > input[type="submit"].correction {
    line-height: 40px;
  }
  #confirm .agree_area > input[type="submit"].submit_btn {
    margin-top: 1em;
    line-height: 40px;
  }
  #contact .contactform--inner .formarea table td .mwform-checkbox-field:nth-of-type(3) {
    word-break: keep-all;
    padding-left: 1em;
    text-indent: -1em;
  }
  .price--osora--inbound .cnpBox > .number h3 {
    font-size: 5vw;
  }
  .price--osora--inbound .cnpBox > .number h4 {
    font-size: 3.6vw;
  }
  .price--osora--inbound .cnpBox > .number .tel {
    font-size: 4.6vw;
  }
  .price--osora--inbound .cnpBox > .number p {
    font-size: 2.8vw;
  }
  .price--osora--inbound .cnpBox > .number > a {
    width: 70%;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #case .linkBtn:hover {
    color: #fff;
    background-color: #1b228a;
  }
  #case.post-type-archive-case .casePickup--block .textarea .detailBtn:hover {
    color: #fff;
    background-color: #1b228a;
  }
  #qa .faq--contents.process .faq--list .answer .inner a:hover {
    text-decoration: underline;
  }
  #qa .faq--contents.service .faq--list .answer .inner a:hover {
    text-decoration: underline;
  }
  #qa .faq--list .question:hover {
    cursor: pointer;
  }
  #recruit .recruitment--contents--inner .entry:hover {
    background-color: #1e2585;
    color: #fff;
  }
  #contact .agree_area .submit_btn:hover,
  #contact .agree_area .submitBtn:hover,
  #confirm .agree_area .submitBtn:hover,
  #thanks .agree_area .submitBtn:hover {
    background-color: #1e2585;
    color: #fff;
    cursor: pointer;
  }
  #contact .faq a:hover,
  #confirm .faq a:hover,
  #thanks .faq a:hover {
    background-color: #1e2585;
    color: #fff;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #service .catchCopy .txt {
    position: static;
    transform: translateY(0);
    margin: 0 auto;
    width: 95%;
    margin: 20px auto 0;
  }
  #service .catchCopy h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  #service .catchCopy img {
    border-radius: 0;
  }
  #service .advantage ul {
    flex-wrap: wrap;
  }
  #service .advantage ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #service .advantage ul li:last-child {
    margin-bottom: 0;
  }
  #service .advantage ul li p {
    font-size: 20px;
  }
  #service .productList .box:first-child, #service .productList .box:nth-child(2) {
    flex-wrap: wrap;
  }
  #service .productList .box:first-child .img,
  #service .productList .box:nth-child(2) .img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #service .productList .box:first-child .inner, #service .productList .box:nth-child(2) .inner {
    width: 100%;
  }
  #service .productList .box, #service .solutionList .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 5%;
  }
  #service .productList .box .inner .logo {
    height: 45px;
  }
  #service .productList .box .inner .txt, #service .solutionList .box .inner .txt {
    font-size: 14px;
  }
  #service .productList .box .inner .point, #service .solutionList .box .inner .point {
    margin-bottom: 20px;
  }
  #service .solutionList .box .inner .tit {
    font-size: 30px;
  }
  #service .solutionList .box .inner .tit rt {
    font-size: 12px;
  }
  #service .serviceInner {
    margin-bottom: 60px;
  }
  #service .product {
    margin-bottom: 40px;
  }
}
