@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
body img {
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
textarea,
margin 0 {
  padding: 0;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:focus {
  outline: none;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #607d8b;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
a {
  color: #00a59a;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link {
  outline: none;
}
a:hover {
  color: #5bc1ba;
  text-decoration: underline;
}
a.-line {
  text-decoration: underline;
}
a.-line:hover {
  text-decoration: none;
}
._m {
  font-size: calc(14px + 2 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
}
._orange {
  color: #ff6d00 !important;
}
/* ==== Mixin ==========================*/
/* ==== スライドイン アニメーション ==========================*/
/* ===== HEADER ========================================== */
#site-header {
  padding-top: 43px;
  position: absolute;
  width: 100%;
  z-index: 1000;
/* スクロールfix */
}
#site-header > .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#site-header-logo {
  margin: 0 12px 0 0;
  line-height: 1;
}
#site-header-logo svg {
  fill: #fff;
  width: 100px;
}
#site-header .btn-list {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#site-header .btn-list > .item {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 1;
}
#site-header .btn-list > .item > .btn {
  padding: 8px 10px;
  box-shadow: none;
}
#site-header.js-fixed {
  padding: 24px;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  -webkit-animation: fadeSlideIn 0.3s forwards;
  animation: fadeSlideIn 0.3s forwards;
  height: 85px;
  top: 0;
}
#site-header.js-fixed #site-header-logo svg {
  fill: #00a59a;
}
#site-header.js-fixed #site-nav a {
  color: #b0bec5;
}
#site-nav {
  font-size: calc(12px + 4 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  -webkit-box-flex: 1;
  flex: 1;
}
#site-nav-list {
  margin: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
}
#site-nav-list > li > a {
  padding: 5px;
  color: rgba(255,255,255,0.5);
  display: block;
  text-align: center;
  text-decoration: none;
}
/* ===== FOOTER ========================================== */
#site-footer {
  padding-top: calc(24px + 12 * (100vw - 320px) / 960);
  padding-bottom: calc(24px + 12 * (100vw - 320px) / 960);
  background: #dcf3f1;
  text-align: center;
}
#site-footer > .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1020px;
}
#site-footer-logo {
  margin: 0 28px 0 0;
}
#site-footer-nav {
  text-align: left;
}
#site-footer-nav > .nav {
  margin: 0 0 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#site-footer-nav > .nav > li {
  padding: 0 8px;
  border-left: 1px solid #aeaeae;
  line-height: 1;
}
#site-footer-nav > .nav > li:first-child {
  padding-left: 0;
  border-left: none;
}
#site-footer .copyright {
  font-size: 1rem;
  line-height: 1.5;
}
#page-scroll {
  margin: 0;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
}
#page-scroll > .totop {
  background: #00a59a;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Material Icons';
  font-size: 1.6rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
/* ===== MAIN CONTENT ==================================== */
html .material-icons {
  visibility: hidden;
  vertical-align: middle;
}
html.wf-active .material-icons {
  visibility: visible;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}
.inner.-wide {
  max-width: 1170px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "pkna";
}
h2 {
  margin-bottom: 0.8em;
  font-size: calc(20px + 4 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
}
h3 {
  font-size: calc(20px + 4 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
}
.btn-main {
  font-size: calc(16px + 8 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
}
.btn-main > .btn {
  margin: auto;
  padding: calc(8px + 4 * (100vw - 320px) / 960);
  background: #ffd600;
  border-radius: 40px;
  box-shadow: 0 3px 0 0 #fdca39;
  color: #455a64;
  display: block;
  font-weight: bold;
  text-decoration: none;
  max-width: 400px;
}
.btn-main > .btn:active {
  box-shadow: 0 0 0 #fdca39;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.btn-main.-or > .btn {
  background: #ff6d00;
  box-shadow: 0 3px 0 0 #fd5500;
  color: #fff;
}
.btn-main.-or > .btn:active {
  box-shadow: 0 0 0 #fd5500;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.-pc {
  display: block;
}
.-sp {
  display: none;
}
.-sp320 {
  display: none;
}
@media (max-width: 320px) {
  .-sp320 {
    display: block;
  }
}
#main-content {
  overflow: hidden;
  text-align: center;
/* ===== Flexbox サイズ固定 ==================================== */
/* ===== TOP ==================================== */
}
#main-content .txtarea {
  text-align: left;
}
#main-content .txtarea h1 {
  line-height: 1;
  margin-bottom: 10px;
  color: #ffd600;
  font-size: 48px;
}
#main-content .txtarea h1 > .l {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}
@media (min-width: 1080px) {
  #main-content .txtarea h1 > .l {
    font-size: 48px;
  }
}
#main-content .txtarea h1 > .wh {
  display: block;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 900px) {
  #main-content .txtarea h1 > .wh {
    font-size: 20px;
  }
}
#main-content .txtarea h1 + p {
  margin: 16px auto 0;
  line-height: 1.25;
  font-size: calc(16px + 16 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content .txtarea h1 + p {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  #main-content .txtarea h1 + p {
    margin-top: 10px;
    font-size: 16px;
  }
}
#main-content .txtarea h1 .ttl-cvr {
  font-weight: 600;
  font-size: calc(32px + 16 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content .txtarea h1 .ttl-cvr {
    font-size: 48px;
  }
}
#main-content .hojokin {
  width: 920px;
  height: auto;
  margin: -110px auto 0;
  padding: 24px 19px;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(86,109,119,0.15);
  border: solid 1px #cfd8dc;
  box-sizing: content-box;
  background-color: #fff;
}
@media (max-width: 990px) {
  #main-content .hojokin {
    width: 90%;
  }
}
#main-content .hojokin h2,
#main-content .hojokin h3 {
  margin-bottom: 0;
  line-height: 1.25;
  color: #ff5252;
  font-weight: 600;
  font-size: calc(24px + 16 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content .hojokin h2,
  #main-content .hojokin h3 {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  #main-content .hojokin h2,
  #main-content .hojokin h3 {
    width: 93%;
    line-height: 1.5;
  }
}
@media (max-width: 374px) {
  #main-content .hojokin h2,
  #main-content .hojokin h3 {
    font-size: 23px;
  }
}
#main-content .hojokin h2 .marker,
#main-content .hojokin h3 .marker {
  padding-bottom: 8px;
  font-weight: 600;
  background-image: linear-gradient(to right, rgba(250,100,0,0.15), rgba(250,100,0,0.15));
  background-repeat: no-repeat;
  background-position: 0 26px;
  background-size: 0 20px;
  transition: all 1s ease-in-out;
}
@media (max-width: 375px) {
  #main-content .hojokin h2 .marker,
  #main-content .hojokin h3 .marker {
    padding-bottom: 5px;
    background-position: 0 14px;
    background-size: 0 16px;
  }
}
#main-content .hojokin h2 .marker.is-animate,
#main-content .hojokin h3 .marker.is-animate {
  background-size: 100% 20px;
}
@media (max-width: 375px) {
  #main-content .hojokin h2 .marker.is-animate,
  #main-content .hojokin h3 .marker.is-animate {
    background-size: 100% 16px;
  }
}
#main-content .hojokin p {
  margin: 20px auto 0;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content .hojokin p {
    font-size: 24px;
  }
}
#main-content .dl-area {
  position: relative;
  padding: 150px 0;
  padding-bottom: calc(40px + 40 * (100vw - 320px) / 760);
  background-color: #dcf3f1;
}
@media (min-width: 1080px) {
  #main-content .dl-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  #main-content .dl-area {
    padding-top: 302px;
  }
}
@media (max-width: 375px) {
  #main-content .dl-area {
    padding-top: 164px;
  }
}
#main-content .dl-area .hojokin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -74px;
}
@media (max-width: 375px) {
  #main-content .dl-area .hojokin {
    margin-top: -102px;
  }
}
#main-content .dl-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#main-content .dl-area .inner > div {
  display: block;
  width: 48.8%;
  padding: 16px 15px 16px 16px;
  border-radius: 8px;
  background-color: #fff;
}
#main-content .dl-area .inner > div:first-child a {
  color: #455a64;
  background-color: #ffd600;
}
#main-content .dl-area .inner > div:first-child a:before {
  color: #455a64;
}
#main-content .dl-area .inner > div:first-child a:after {
  box-shadow: 0 3px 0 0 #fdca39;
}
#main-content .dl-area .inner > div:first-child a:hover {
  background-color: #fff810;
}
#main-content .dl-area .inner > div:first-child a:active {
  background-color: #ffea00;
}
#main-content .dl-area .inner > div:first-child a:active:after {
  box-shadow: none;
}
#main-content .dl-area .inner a {
  display: block;
  position: relative;
  max-width: 486px;
  margin: 10px auto 0;
  padding: 12px;
  background: #ff6d00;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: calc(20px + 4 * (100vw - 375px) / 705);
  text-indent: -1px;
}
@media (min-width: 1080px) {
  #main-content .dl-area .inner a {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  #main-content .dl-area .inner a {
    font-size: 20px;
  }
}
#main-content .dl-area .inner a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 33px;
  margin: auto 9.5% auto 0;
  line-height: 1;
  font-size: 33px;
  color: #fff;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transition: all 0.2s;
  font-size: calc(29px + 4 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content .dl-area .inner a:before {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  #main-content .dl-area .inner a:before {
    display: none;
  }
}
#main-content .dl-area .inner a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: 0 3px 0 0 #fd5500;
}
@media (min-width: 1080px) {
  #main-content .dl-area .inner a {
    font-size: 24px;
  }
}
#main-content .dl-area .inner a:hover {
  background-color: #ffa800;
}
#main-content .dl-area .inner a:hover:before {
  margin-right: 32px;
}
@media (max-width: 425px) {
  #main-content .dl-area .inner a:hover:before {
    margin-right: 5%;
  }
}
#main-content .dl-area .inner a:active {
  top: 3px;
  background-color: #ff9100;
}
#main-content .dl-area .inner a:active:after {
  box-shadow: none;
}
#main-content .dl-area .inner p {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
#main-content .most-popular {
  margin: 40px auto 0;
  color: #ff6d00;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(32px, 1vw, 48px);
  font-weight: 600;
  min-height: 0.1vw; /* safari バグ回避用 */
}
@media (min-width: 1080px) {
  #main-content .most-popular {
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  #main-content .most-popular {
    line-height: 1.5;
  }
}
@media (max-width: 320px) {
  #main-content .most-popular {
    font-size: 24px;
  }
}
@media (min-width: 901px) {
  #main-content .most-popular .-pc {
    display: inline;
  }
}
#main-content article {
  margin-bottom: calc(40px + 40 * (100vw - 320px) / 960);
}
@media (min-width: 1080px) {
  #main-content article {
    margin-bottom: 80px;
  }
}
#main-content article .main-ttl {
  margin-bottom: calc(24px + 16 * (100vw - 320px) / 960);
  padding: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #00a59a;
  font-size: calc(20px + 4 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content article .main-ttl {
    fon-size: 24px;
  }
}
#main-content section {
  margin-top: calc(30px + 20 * (100vw - 320px) / 960);
}
#main-content .border-ttl {
  position: relative;
  margin-bottom: 1em;
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  color: #00a59a;
  text-align: center;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content .border-ttl {
    font-size: 24px;
  }
}
#main-content .border-ttl span {
  font-weight: 600;
}
#main-content .border-ttl::before {
  content: "";
  background: #26a69a;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#main-content .border-ttl > .bg {
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  position: relative;
}
#main-content .border-ttl > .bg.-gr {
  background: #dcf3f1;
}
#main-content .lead-txt {
  color: #566d77;
  font-size: calc(20px + 12 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
  text-align: center;
}
#main-content figcaption {
  margin-top: 0.5em;
}
#main-content table {
  margin: 1.5em auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
#main-content table th,
#main-content table td {
  padding: 0.8em 1em;
  text-align: left;
}
#main-content ul {
  margin: 0 auto;
  list-style: none;
}
#main-content ol {
  margin: 0 0 1.5em 1.5em;
}
#main-content .fix-row {
  margin: 0 -1%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 102%;
}
#main-content .fix-row.-ai-ct {
  -webkit-box-align: center;
  align-items: center;
}
#main-content .fix-row.-wh > .item {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
#main-content .fix-row.-border > .item {
  padding: 16px;
  border: 1px solid #00a59a;
}
#main-content .fix-row > .item {
  margin: 0 1%;
  margin-bottom: calc(16px + 4 * (100vw - 320px) / 960);
}
#main-content .fix-row > .item > p:last-child {
  margin-bottom: 0;
}
#main-content .fix-row.-m2 {
  margin: 0 -2%;
  width: 104%;
}
#main-content .fix-row.-m2 > .item {
  margin: 0 2% 4%;
}
#main-content .fix-row.-nm {
  margin: 0;
  width: 100%;
}
#main-content .fix-row.-nm > .item {
  margin: 0;
}
#main-content .grid02 > .item {
  width: 100%;
}
#main-content .grid02.-m2 > .item {
  width: 46%;
}
#main-content .grid02.-nm > .item {
  width: 50%;
}
#main-content .grid03 > .item {
  width: 31.33%;
}
#main-content .grid03.-m2 > .item {
  width: 29.33%;
}
#main-content .grid03.-nm > .item {
  width: 33.33%;
}
#main-content .grid04 > .item {
  width: 23%;
}
#main-content .grid04.-m2 > .item {
  width: 21%;
}
#main-content .grid04.-nm > .item {
  width: 25%;
}
#main-content .grid05 > .item {
  width: 18%;
}
#main-content .grid05.-m2 > .item {
  width: 16%;
}
#main-content .grid05.-nm > .item {
  width: 20%;
}
#main-content .grid06 > .item {
  width: 14.66%;
}
#main-content .grid06.-m2 > .item {
  width: 12.66%;
}
#main-content .grid06.-nm > .item {
  width: 16.66%;
}
#main-content .application-area {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 960);
}
#main-content .application-area > .ttl {
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  color: #00a59a;
  font-size: calc(20px + 12 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
}
#main-content .application-area .txt {
  margin: 0 0 14px;
  color: #566d77;
  font-size: calc(16px + 8 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
}
#main-content .check-list {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 960);
  max-width: 750px;
}
#main-content .check-list > li {
  margin: 0 0 0.7em;
  padding: 0 0 0 1.2em;
  color: #566d77;
  font-size: calc(16px + 8 * (100vw - 320px) / 960);
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
  position: relative;
}
#main-content .check-list > li::before {
  content: "\e86c";
  color: #26a69a;
  font-size: calc(16px + 8 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
  font-family: 'Material Icons';
  position: absolute;
  top: 4px;
  left: 0;
}
#main-content .contact-area {
  padding-top: calc(16px + 8 * (100vw - 320px) / 960);
  padding-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  background: #00a59a;
  color: #fff;
}
#main-content .contact-area > p {
  margin: 0;
  text-align: center;
}
#main-content .contact-area .ttl {
  margin: 0;
  line-height: calc(140% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content .contact-area .ttl {
    font-size: 24px;
  }
}
#main-content .contact-area .tel {
  margin-top: calc(5px + 5 * (100vw - 320px) / 960);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 960);
  font-size: calc(48px + 16 * (100vw - 320px) / 960);
  line-height: calc(110% + 3.2 * (100vw - 1280px) / -960);
  font-family: Roboto;
  font-weight: 600;
  font-size: calc(48px + 16 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content .contact-area .tel {
    font-size: 64px;
  }
}
#main-content .contact-area .tel a {
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}
@media (max-width: 900px) {
  #main-content .contact-area .tel a {
    pointer-events: auto;
    text-decoration: none;
  }
}
#main-content #main-visual {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 960);
  padding-top: calc(72px + 24 * (100vw - 320px) / 960);
  padding-bottom: 24px;
  background: #177c71 url("/images/lp-consulting/main-visual.png") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
@media (min-width: 1080px) {
  #main-content #main-visual {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  #main-content #main-visual {
    background: #177c71 url("/images/lp-consulting/main-visual-sp@2x.png") no-repeat right center/cover;
  }
}
#main-content #main-visual #cvr {
  line-height: 1;
  letter-spacing: 1.5px;
}
#main-content #main-visual #cvr .odometer-value {
  line-height: 0.9;
  letter-spacing: 1px;
  visibility: hidden;
  font-weight: 600;
}
#main-content #main-visual #cvr.visible .odometer-value {
  visibility: visible;
}
#main-content #main-visual > .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#main-content #main-visual .txtarea {
  flex: 1;
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
  font-size: calc(16px + 16 * (100vw - 320px) / 960);
  visibility: hidden;
}
#main-content #main-visual .txtarea.visible {
  visibility: visible;
}
#main-content #main-visual .img {
  margin: 0 0 0 auto;
  width: 35%;
  max-width: 328px;
}
#main-content #main-visual .-sp {
  margin: 0;
}
#main-content #main-visual .-sp > .item {
  margin-top: 16px;
}
#main-content .carousel {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto 0;
  overflow: hidden;
}
#main-content .carousel button {
  width: 35px;
  height: 64px;
  border: none;
  background: 0 0;
}
#main-content .carousel button:before {
  line-height: 1;
  font-size: 64px;
  color: #00a59a;
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#main-content .carousel button.slick-prev {
  left: -100px;
}
#main-content .carousel button.slick-prev:hover:before {
  color: #5bc1ba;
}
#main-content .carousel button.slick-next {
  right: -100px;
}
#main-content .carousel button.slick-next:hover:before {
  color: #5bc1ba;
}
#main-content .carousel button.slick-next:before {
  content: '\f105';
}
#main-content .carousel .logo-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#main-content .carousel .logo-wrapper .logo-list {
  display: none;
  width: 800px;
  height: auto;
  text-align: center;
  letter-spacing: -0.4em;
}
#main-content .carousel .logo-wrapper .logo-list li ul li {
  float: left;
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
#main-content .carousel .logo-wrapper .logo-list.visible {
  display: block;
}
#main-content .carousel .logo-wrapper .logo-list :after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: "";
}
#main-content .carousel .logo-wrapper .simply-scroll-container {
  position: relative;
}
#main-content .carousel .logo-wrapper .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#main-content .carousel .logo-wrapper .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 78px;
}
#main-content .carousel .logo-wrapper .simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 200px;
  height: 78px;
  margin: 0;
  padding: 0;
}
#main-content .carousel .logo-wrapper .simply-scroll-list li img {
  display: block;
}
#main-content #service {
  margin-top: 24px;
}
#main-content #service .service-list {
  display: flex;
  justify-content: space-between;
  align-content: space-evenly;
  flex-wrap: wrap;
  opacity: 0;
}
#main-content #service .service-list.is-animate {
  animation: SlideIn 1.6s forwards;
}
#main-content #service .service-list li {
  width: 24%;
  box-sizing: border-box;
  color: #fa6400;
  border: 4px solid #fa6400;
  border-radius: 16px;
}
#main-content #service .service-list li:nth-child(1) h3:after {
  width: 83px;
  height: 80px;
  font-size: 80px;
  font-size: calc(56px + 24 * (100vw - 375px) / 705);
  content: '\f0ac';
}
@media (min-width: 1080px) {
  #main-content #service .service-list li:nth-child(1) h3:after {
    font-size: 80px;
  }
}
@media (max-width: 375px) {
  #main-content #service .service-list li:nth-child(1) h3:after {
    height: 56px;
  }
}
#main-content #service .service-list li:nth-child(2) h3:after {
  width: 110px;
  height: 88px;
  font-size: 88px;
  font-size: calc(64px + 24 * (100vw - 375px) / 705);
  content: '\f2b5';
}
@media (min-width: 1080px) {
  #main-content #service .service-list li:nth-child(2) h3:after {
    font-size: 88px;
  }
}
@media (max-width: 375px) {
  #main-content #service .service-list li:nth-child(2) h3:after {
    height: 64px;
  }
}
#main-content #service .service-list li:nth-child(3) h3:after {
  width: 129px;
  height: 103px;
  font-size: 103px;
  font-size: calc(64px + 39 * (100vw - 375px) / 705);
  content: '\f0c0';
}
@media (min-width: 1080px) {
  #main-content #service .service-list li:nth-child(3) h3:after {
    font-size: 103px;
  }
}
@media (max-width: 375px) {
  #main-content #service .service-list li:nth-child(3) h3:after {
    height: 64px;
  }
}
#main-content #service .service-list li:nth-child(4) h3:after {
  width: 81px;
  height: 72px;
  font-size: 72px;
  font-size: calc(56px + 16 * (100vw - 375px) / 705);
  content: '\f07a';
}
@media (min-width: 1080px) {
  #main-content #service .service-list li:nth-child(4) h3:after {
    font-size: 72px;
  }
}
@media (max-width: 375px) {
  #main-content #service .service-list li:nth-child(4) h3:after {
    height: 56px;
  }
}
#main-content #service .service-list h3 {
  display: flex;
  position: relative;
  min-height: 104px;
  margin-bottom: 0;
  background-color: #fa6400;
}
@media (max-width: 768px) {
  #main-content #service .service-list h3 {
    min-height: 72px;
  }
}
#main-content #service .service-list h3:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 72px;
  height: 72px;
  line-height: 1;
  margin: auto;
  color: #ff9100;
  font-size: 70px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: 0;
}
#main-content #service .service-list h3 span {
  display: block;
  position: relative;
  margin: auto;
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(24px + 8 * (100vw - 320px) / 760);
  z-index: 1;
}
@media (min-width: 1080px) {
  #main-content #service .service-list h3 span {
    font-size: 32px;
  }
}
#main-content #service .service-list div {
  margin: 15px auto;
}
@media (max-width: 768px) {
  #main-content #service .service-list div {
    margin: 8px auto 4px;
  }
}
#main-content #service .service-list div span {
  line-height: 1;
  font-family: 'Oswald', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}
#main-content #service .service-list div span:nth-child(1) {
  display: block;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #service .service-list div span:nth-child(1) {
    font-size: 24px;
  }
}
#main-content #service .service-list div span:nth-child(2) {
  font-size: calc(48px + 16 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #service .service-list div span:nth-child(2) {
    font-size: 64px;
  }
}
#main-content #service .service-list div span:nth-child(3) {
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #service .service-list div span:nth-child(3) {
    font-size: 24px;
  }
}
#main-content #service .service-list div span:nth-child(4) {
  font-size: calc(24px + 12 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #service .service-list div span:nth-child(4) {
    font-size: 40px;
  }
}
#main-content #sitest-improvement {
  margin-bottom: 0;
}
#main-content #sitest-improvement .improvement-list {
  max-width: 780px;
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 960);
  text-align: left;
}
#main-content #sitest-improvement .improvement-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  padding-left: calc(19px + 10 * (100vw - 320px) / 760);
  line-height: calc(24px + 8 * (100vw - 320px) / 760);
  color: #566d77;
  font-weight: bold;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #sitest-improvement .improvement-list li {
    padding-left: 29px;
    font-size: 24px;
  }
}
#main-content #sitest-improvement .improvement-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "\f058";
  color: #26a69a;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border-radius: 50%;
}
#main-content #sitest-improvement .grid02 {
  position: relative;
  padding: 24px 0 80px;
  background-color: #dcf3f1;
}
#main-content #sitest-improvement .grid02:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 265px;
  margin: 0 auto;
  font-size: 72px;
  content: url("/images/lp-consulting/arrow.png");
  z-index: 0;
}
#main-content #sitest-improvement .grid02 .item {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
#main-content #sitest-improvement .grid02 p {
  margin-bottom: 32px;
  line-height: 1.25;
  font-weight: 600;
  font-size: calc(24px + 24 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #sitest-improvement .grid02 p {
    font-size: 48px;
  }
}
#main-content #sitest-improvement .grid02 p:first-child span {
  display: inline;
  font-size: calc(24px + 24 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #sitest-improvement .grid02 p:first-child span {
    font-size: 48px;
  }
}
#main-content #sitest-improvement .grid02 p span {
  display: block;
  margin-bottom: 16px;
  color: #607d8b;
  font-weight: 600;
  font-size: calc(16px + 16 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #sitest-improvement .grid02 p span {
    font-size: 32px;
  }
}
#main-content #sitest-improvement .grid02 p:last-child {
  margin: 32px auto 0;
  line-height: 1;
  color: #fa6400;
  font-size: calc(32px + 16 * (100vw - 320px) / 760);
}
#main-content #consulting section h3 {
  line-height: 1.5;
  font-size: calc(20px + 12 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #consulting section h3 {
    font-size: 32px;
  }
}
#main-content #consulting section h3 + p {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 16px;
}
#main-content #consulting section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(40px + 24 * (100vw - 320px) / 760);
}
#main-content #consulting section > div:first-child {
  margin-top: 0;
}
#main-content #consulting section > div ._sp-show {
  display: none;
}
@media (man-width: 480px) {
  #main-content #consulting section > div ._sp-show {
    display: inline-block;
  }
}
#main-content #consulting section > div > div {
  width: 49%;
  text-align: left;
  box-sizing: border-box;
}
#main-content #consulting section > div figure {
  width: 48.8%;
  margin: 0;
  box-sizing: border-box;
}
#main-content #consulting section .consulting-2 div {
  order: 2;
}
#main-content #consulting section .consulting-4 {
  margin-top: 32px;
}
#main-content #consulting section .consulting-4 div {
  order: 2;
}
#main-content #consulting section .improvement-list {
  margin-top: 32px;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #consulting section .improvement-list {
    font-size: 24px;
  }
}
#main-content #consulting section .improvement-list li {
  position: relative;
  padding-left: calc(18px + 17 * (100vw - 320px) / 760);
  text-align: left;
  font-weight: 600;
}
#main-content #consulting section .improvement-list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #26a69a;
  content: "\025A0";
}
@media (min-width: 1080px) {
  #main-content #consulting section .improvement-list li {
    padding-left: 35px;
  }
}
#main-content #consulting section .appeal p {
  margin: 0 auto;
  line-height: 1;
  color: #fa6400;
  font-weight: 600;
  font-size: calc(32px + 16 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #consulting section .appeal p {
    font-size: 48px;
  }
}
#main-content #consulting section .appeal p span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #607d8b;
  font-weight: 600;
  font-size: calc(20px + 12 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content #consulting section .appeal p span {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  #main-content #consulting section .appeal p span {
    font-size: calc(17px + 3 * (100vw - 320px) / 54);
  }
}
#main-content #consulting section .it-award {
  display: block;
}
#main-content #consulting section .it-award .ttl {
  color: #fa6400;
  display: inline-block;
  font-size: calc(16px + 16 * (100vw - 320px) / 960);
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
  position: relative;
}
#main-content #consulting section .it-award .ttl span {
  font-weight: 600;
}
#main-content #consulting section .it-award .ttl:before {
  margin-left: -59px;
  content: "";
  background: url("/images/lp-partner/leaf-left.svg");
  width: 60px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main-content #consulting section .it-award .ttl:after {
  margin-right: -59px;
  content: "";
  background: url("/images/lp-partner/leaf-right.svg");
  width: 60px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main-content #consulting section .casestudy {
  display: block;
}
#main-content #consulting section .casestudy #casestudy-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-content #consulting section .casestudy #casestudy-cards .casestudy_post {
  width: 31%;
  padding: 16px 11.5px;
  color: #607d8b;
  border: 1px solid #cfd8dc;
  text-decoration: none;
  box-sizing: border-box;
}
#main-content #consulting section .casestudy #casestudy-cards .ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #607d8b;
  margin-bottom: 16px;
  text-align: left;
  background-color: initial;
  padding: 0;
  height: 1em;
  margin-top: 0;
}
#main-content #consulting section .casestudy #casestudy-cards .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 204px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #main-content #consulting section .casestudy #casestudy-cards .image {
    height: 168px;
  }
}
#main-content #consulting section .casestudy #casestudy-cards .image img {
  width: auto;
  height: 100%;
}
#main-content #consulting section .casestudy #casestudy-cards .logo {
  width: 272px;
  height: 56px;
  margin: 0 auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main-content #consulting section .casestudy #casestudy-cards .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#main-content #consulting section .casestudy #casestudy-cards .company {
  color: #607d8b;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
#main-content #consulting section .casestudy #casestudy-cards .des {
  min-height: 4.5em;
  line-height: 1.5;
  color: #607d8b;
  text-align: left;
}
#main-content #action section > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-content #action section .action-column {
  width: 31.3%;
  text-align: left;
}
#main-content #action section .action-column:last-child p {
  margin-bottom: 0;
}
#main-content #action section .action-column figure {
  width: 100%;
  line-height: 0;
}
#main-content #action section .action-column h4 {
  margin-top: 16px;
  line-height: 1;
  font-weight: 600;
  font-size: calc(16px + 4 * (1080px - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #action section .action-column h4 {
    font-size: 16px;
  }
}
#main-content #action section .action-column p {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
}
#main-content #action section .action-column p:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 1080px) {
  #main-content #action section .action-column p {
    font-size: 16px;
  }
}
#main-content #service-flow {
  margin-bottom: 0;
}
#main-content #service-flow .inner > .flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 126px;
}
#main-content #service-flow .inner > .flow > div {
  position: relative;
  width: 23.1%;
  border: 1px solid #26a69a;
  box-sizing: content-box;
}
#main-content #service-flow .inner > .flow > div:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -18px;
  line-height: 1;
  font-size: 32px;
  color: #becad0;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#main-content #service-flow .inner > .flow > div:last-child:after {
  content: "";
}
#main-content #service-flow .inner > .flow h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  background-color: #26a69a;
}
#main-content #service-flow .inner > .flow h3 span {
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 600;
  font-size: calc(24px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #service-flow .inner > .flow h3 span {
    font-size: 32px;
  }
}
#main-content #service-flow .inner > .flow p {
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
}
#main-content #customer-voice section:nth-child(1) {
  margin-bottom: 0;
}
#main-content #customer-voice section:nth-child(2) {
  margin-top: 47px;
}
#main-content #customer-voice .company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#main-content #customer-voice .company figure {
  position: relative;
  width: 468px;
  z-index: 1;
}
#main-content #customer-voice .company figure img {
  width: 100%;
}
#main-content #customer-voice .company figure + .right {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  align-content: center;
}
#main-content #customer-voice .company .right {
  width: 46%;
  text-align: left;
}
@media (max-width: 950px) {
  #main-content #customer-voice .company .right {
    width: 45%;
  }
}
#main-content #customer-voice .company .right > .cvr {
  margin-top: 24px;
  padding: 16px 30px 8px;
  text-align: center;
  border-radius: 16px;
  border: solid 4px #fa6400;
}
#main-content #customer-voice .company .right > .cvr:first-child {
  margin-top: 0;
}
#main-content #customer-voice .company .right > .cvr span {
  line-height: 1;
  color: #fa6400;
  font-family: 'Oswald', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: calc(24px + 15 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .right > .cvr span {
    font-size: 39px;
  }
}
#main-content #customer-voice .company .right > .cvr span:nth-child(1) {
  display: block;
  margin-bottom: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(24px + 15 * (100vw - 375px) / 705);
}
@media (max-width: 900px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(1) {
    font-size: 39px;
  }
}
@media (max-width: 374px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(1) {
    font-size: 24px;
  }
}
#main-content #customer-voice .company .right > .cvr span:nth-child(1) span {
  display: inline;
  font-size: 24px;
}
#main-content #customer-voice .company .right > .cvr span:nth-child(2) {
  line-height: 1.29;
  font-size: calc(48px + 16 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(2) {
    font-size: 64px;
  }
}
@media (max-width: 374px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(2) {
    font-size: 48px;
  }
}
#main-content #customer-voice .company .right > .cvr span:nth-child(2) span {
  display: inline;
  font-size: 40px;
}
#main-content #customer-voice .company .right > .cvr span:nth-child(3) {
  margin: 0 -1.5%;
  font-size: calc(16px + 8 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(3) {
    margin: 0 -1.5%;
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(3) {
    margin: 0 -1%;
  }
}
@media (max-width: 545px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(3) {
    margin: 0 -1.5%;
  }
}
@media (max-width: 420px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(3) {
    margin: 0 -2%;
  }
}
@media (max-width: 375px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(3) {
    font-size: 16px;
  }
}
#main-content #customer-voice .company .right > .cvr span:nth-child(4) {
  font-size: calc(24px + 16 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(4) {
    font-size: 40px;
  }
}
@media (max-width: 374px) {
  #main-content #customer-voice .company .right > .cvr span:nth-child(4) {
    font-size: 24px;
  }
}
#main-content #customer-voice .company .left {
  position: relative;
  width: 51.5%;
  text-align: left;
  z-index: 0;
}
@media (max-width: 1000px) {
  #main-content #customer-voice .company .left {
    width: 54%;
  }
}
#main-content #customer-voice .company .left:before {
  display: block;
  content: "";
  padding-top: 74%;
}
#main-content #customer-voice .company .left p {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: calc(-6.5% + 1 * (100vw - 320px) / 580);
  padding-top: calc(47px + 61 * (100vw - 320px) / 580);
  padding-bottom: 0;
  padding-left: calc(34px + 36 * (100vw - 320px) / 580);
  padding-right: calc(34px + 36 * (100vw - 320px) / 580);
  line-height: 1.5;
  background: #fff url("/images/lp-consulting/fukidashi.svg") no-repeat;
  background-size: 100% auto;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (max-width: 349px) {
  #main-content #customer-voice .company .left p {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #main-content #customer-voice .company .left p {
    margin-left: -5.5%;
    padding-top: 70px;
    padding-left: 58px;
    padding-right: 58px;
    font-size: 22px;
  }
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .left p {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
}
#main-content #customer-voice .company .award {
  display: inline;
  margin-top: 24px;
}
#main-content #customer-voice .company .award_name {
  font-size: 16px;
  color: #ff5252;
  font-weight: 600;
  display: block;
}
#main-content #customer-voice .company .award_win {
  line-height: 1;
  font-size: 24px;
  color: #ff5252;
  font-weight: 600;
}
#main-content #customer-voice .company .subttl {
  margin: 16px 0;
  line-height: 1;
  color: #566d77;
  font-weight: 600;
  font-size: calc(24px + 8 * (100vw - 375px) / 705);
}
@media (min-width: 1080px) {
  #main-content #customer-voice .company .subttl {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  #main-content #customer-voice .company .subttl {
    font-size: calc(23px + 1 * (100vw - 320px) / 54);
  }
}
#main-content #customer-voice .company .service {
  margin: 0 0 24px;
  line-height: 1;
  font-weight: 600;
  color: #607d8b;
}
#main-content #customer-voice .company .desc {
  color: #607d8b;
}
#main-content #customer-voice .company p {
  margin-bottom: 0;
}
#main-content #correspondence {
  margin-bottom: 0;
}
#main-content #correspondence section:last-child {
  margin-bottom: 0;
  padding-bottom: 126px;
}
#main-content #correspondence section > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-content #correspondence section > div div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.3%;
  min-height: 96px;
  border: 1px solid #00a59a;
}
#main-content #correspondence section > div div:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 16px;
}
#main-content #correspondence section > div div p {
  margin: 0;
  color: #00a59a;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 760);
}
@media (min-width: 1080px) {
  #main-content #correspondence section > div div p {
    font-size: 24px;
  }
}
#main-content #contract-flow {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main-content #contract-flow section {
  margin-top: 0;
  padding-top: calc(40px + 40 * (100vw - 320px) / 960);
}
#main-content #contract-flow section:first-child {
  padding-top: 0;
}
#main-content #contract-flow #faqs .faqs-list {
  text-align: left;
}
#main-content #contract-flow #faqs .faqs-list > .a:last-of-type,
#main-content #contract-flow #faqs .faqs-list > .q:last-of-type {
  margin-bottom: 0;
}
#main-content #contract-flow .dl-area {
  padding-top: 0;
}
#main-content #contract-flow .dl-area .hojokin {
  position: static;
  margin: 40px auto 24px;
}
#main-content #service .fix-row {
  margin-top: 24px;
}
#main-content #service .support > .ttl {
  margin-bottom: 12px;
  font-size: 2.3rem;
  line-height: 1.2;
  text-align: center;
}
#main-content #service .support > .ttl > .s {
  font-size: 1.5rem;
  line-height: 1.5;
}
#main-content #consulting .it-award {
  text-align: center;
}
#main-content #consulting .it-award > .ttl {
  color: #fa6400;
  display: inline-block;
  font-size: calc(16px + 16 * (100vw - 320px) / 960);
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
  position: relative;
}
#main-content #consulting .it-award > .ttl::before {
  margin-left: -59px;
  content: "";
  background: url("/images/lp-partner/leaf-left.svg");
  width: 60px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main-content #consulting .it-award > .ttl::after {
  margin-right: -59px;
  content: "";
  background: url("/images/lp-partner/leaf-right.svg");
  width: 60px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main-content #consulting .it-award > .ttl > .en {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 960);
  display: inline-block;
  font-size: calc(24px + 24 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
}
#main-content #consulting .it-award > .ttl > .ja {
  display: inline-block;
}
#main-content #consulting .it-award > .award {
  margin-top: 24px;
  color: #566d77;
  font-size: calc(16px + 8 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  text-align: center;
}
#main-content #consulting .it-award > .award > li {
  margin-bottom: calc(12px + -10 * (100vw - 320px) / 960);
  font-weight: 600;
}
#main-content #consulting .it-award > .award .s {
  font-size: calc(11px + 13 * (100vw - 320px) / 960);
  font-weight: 600;
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
}
#main-content #customer-voice .function > .ttl {
  margin: 0 0 0.5em;
  color: #00a59a;
  text-align: center;
}
#main-content #customer-voice .function > .ttl > .s {
  font-size: 1rem;
  line-height: 1.5;
}
#main-content #customer-voice .function > .img {
  margin: 0 0 0.5em;
  text-align: center;
}
#main-content #partner-merit {
  margin-bottom: 0;
  background: #dcf3f1;
}
#main-content #partner-merit .merit-block {
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
#main-content #partner-merit .merit-block > .num-ttl {
  margin-bottom: 12px;
  padding: 0 0 0 90px;
  color: #566d77;
  font-size: calc(18px + 14 * (100vw - 320px) / 960);
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#main-content #partner-merit .merit-block > .num-ttl > .num {
  padding: 12px 0 0;
  background: #00a59a;
  box-shadow: 0 2px 4px 0 rgba(86,109,119,0.5);
  color: #fff;
  font-size: calc(56px + 24 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
  font-family: Roboto;
  font-weight: bold;
  position: absolute;
  left: 4px;
  top: -20px;
  text-align: center;
  width: 58px;
}
#main-content #partner-merit .merit-block > .num-ttl > .num::before {
  content: '';
  display: block;
  border-top: 8px solid #00a59a;
  border-bottom: 16px solid transparent;
  border-left: 29px solid #00a59a;
  border-right: 29px solid #00a59a;
  -webkit-filter: drop-shadow(0 2px 4px rgba(86,109,119,0.4));
  filter: drop-shadow(0 2px 4px rgba(86,109,119,0.4));
  position: absolute;
  top: 100%;
  left: 0;
}
#main-content #partner-merit .merit-block > .num-ttl > .num::after {
  content: "";
  background: #00a59a;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#main-content #partner-merit .merit-block > .txt {
  margin: 0;
  padding: 0 0 0 90px;
}
#main-content #case-study {
  margin-top: calc(10px + 10 * (100vw - 320px) / 960);
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 960);
}
#main-content #case-study .name {
  margin: 0;
  color: #566d77;
  font-size: calc(20px + 12 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
}
#main-content #case-study .industry {
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  color: #566d77;
  font-weight: bold;
}
#main-content #select-sales {
  margin-top: 0;
}
#main-content #select-sales .sales-detail {
  margin-top: 0;
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 960);
}
#main-content #select-sales .sales-detail .img {
  margin-top: calc(16px + -15 * (100vw - 320px) / 960);
}
#main-content #select-sales .sales-detail .ttl {
  margin-bottom: 8px;
  color: #566d77;
  font-size: calc(20px + 12 * (100vw - 320px) / 960);
  line-height: calc(150% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
}
#main-content #contract-flow {
  background: #dcf3f1;
}
#main-content #contract-flow .service_step_item:not(:first-child) {
  opacity: 0;
}
#main-content #contract-flow .service_step_item:not(:first-child).animated {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#main-content #contract-flow .service_step_item:nth-child(2) {
  transition: opacity 0.3s linear;
}
#main-content #contract-flow .service_step_item:nth-child(3) {
  transition: opacity 0.3s linear 0.3s;
}
#main-content #contract-flow .service_step_item:nth-child(4) {
  margin-bottom: 0;
  transition: opacity 0.3s linear 0.6s;
}
#main-content #contract-flow .arrow-box {
  margin: 0 auto 32px;
  border: 1px solid #ff6d00;
  max-width: 800px;
  display: table;
  table-layout: fixed;
}
#main-content #contract-flow .arrow-box > .ttl {
  margin: 0;
  padding: 4px 0;
  background: #ff6d00;
  color: #fff;
  font-weight: 600;
  font-size: calc(24px + 8 * (100vw - 320px) / 960);
  line-height: calc(120% + 3.2 * (100vw - 1280px) / -960);
  display: table-cell;
  text-align: center;
  position: relative;
  width: 50%;
  vertical-align: middle;
}
#main-content #contract-flow .arrow-box > .ttl span {
  font-weight: 600;
}
#main-content #contract-flow .arrow-box > .ttl::before {
  margin-left: -20px;
  content: '';
  display: block;
  border-top: 24px solid #ff6d00;
  border-bottom: 24px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -48px;
  left: 50%;
}
#main-content #contract-flow .arrow-box:nth-child(2),
#main-content #contract-flow .arrow-box:nth-child(3) {
  border: 1px solid #00a59a;
}
#main-content #contract-flow .arrow-box:nth-child(2) > .ttl,
#main-content #contract-flow .arrow-box:nth-child(3) > .ttl {
  background: #00a59a;
}
#main-content #contract-flow .arrow-box:nth-child(2) > .ttl::before,
#main-content #contract-flow .arrow-box:nth-child(3) > .ttl::before {
  border-top: 24px solid #00a59a;
}
#main-content #contract-flow .arrow-box:last-child > .ttl::before {
  border-top: none;
}
#main-content #contract-flow .arrow-box > .txtarea {
  padding: 16px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#main-content #contract-flow .arrow-box > .txtarea > p {
  margin: 0;
}
#main-content #contract-flow .caution {
  font-size: 1.1rem;
  line-height: 1.5;
  position: absolute;
  left: 16px;
  bottom: -1.6em;
}
#main-content #faqs {
  margin: 0;
  background: #dcf3f1;
}
#main-content #faqs .faqs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#main-content #faqs .faqs-list > .q {
  margin-bottom: 24px;
  padding: 5px 16px 5px 80px;
  background: #00a59a;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: calc(20px + 4 * (100vw - 320px) / 960);
  line-height: calc(130% + 3.2 * (100vw - 1280px) / -960);
  font-weight: bold;
  min-height: calc(80px + 40 * (100vw - 320px) / 960);
  width: 50%;
  position: relative;
}
#main-content #faqs .faqs-list > .q::before {
  content: "Q";
  color: #80cbc4;
  font-size: calc(56px + 24 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
  font-family: Roboto;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 12px;
  height: calc(65px + 25 * (100vw - 320px) / 960);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main-content #faqs .faqs-list > .a {
  margin-bottom: 24px;
  padding: 10px 80px 10px 16px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(80px + 40 * (100vw - 320px) / 960);
  width: 50%;
  position: relative;
}
#main-content #faqs .faqs-list > .a::before {
  content: "A";
  color: #dcf3f1;
  font-size: calc(56px + 24 * (100vw - 320px) / 960);
  line-height: calc(100% + 3.2 * (100vw - 1280px) / -960);
  font-family: Roboto;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1180px) {
  body {
    margin: 0;
  }
}
@media (max-width: 900px) {
  html {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  body {
    overflow-x: hidden;
  }
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
  #site-header {
    padding-top: 20px;
  }
  #site-header > .inner {
    display: block;
  }
  #site-header .btn-list {
    display: none;
  }
  #site-header .btn-list.-sp {
    display: block;
  }
  #site-nav {
    display: none;
  }
  #site-footer > .inner {
    display: block;
  }
  #site-footer-logo {
    margin: 0 0 24px;
    width: 146px;
  }
  #site-footer-nav > .nav {
    margin: 0 0 0.2em;
    display: block;
  }
  #site-footer-nav > .nav > li {
    padding: 0 0 1em;
    border-left: none;
    line-height: 1;
  }
  .fix-row > .item.-o-1 {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .fix-row > .item.-o1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .fix-row > .item.-o2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .fix-row > .item.-o3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .fix-row > .item.-o4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .fix-row > .item.-o5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid03 > .item {
    width: 48%;
  }
  .grid03.-m2 > .item {
    width: 46%;
  }
  .grid03.-nm > .item {
    width: 50%;
  }
  .grid05 > .item {
    width: 31.33%;
  }
  .grid05.-m2 > .item {
    width: 29.33%;
  }
  .grid05.-nm > .item {
    width: 33.33%;
  }
  .grid06 > .item {
    width: 31.33%;
  }
  .grid06.-m2 > .item {
    width: 29.33%;
  }
  .grid06.-nm > .item {
    width: 33.33%;
  }
  .contact-area .tel a {
    pointer-events: auto;
  }
  #main-visual > .inner {
    display: block;
  }
  #main-content .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #main-content #main-visual .txtarea h1 {
    line-height: 1.25;
    text-align: left;
  }
  #main-content .hojokin {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 24px auto 0;
    padding: 16px 0;
    box-sizing: border-box;
  }
  #main-content .hojokin h2,
  #main-content .hojokin h3 {
    line-height: 1.5;
  }
  #main-content .hojokin p {
    margin-top: 10px;
    text-align: left;
  }
  #main-content .dl-area .inner > div {
    width: 100%;
    margin-top: 16px;
  }
  #main-content .dl-area .inner > div:first-child {
    margin-top: 0;
  }
  #main-content .btn-list li {
    margin-bottom: 16px;
  }
  #main-content .btn-list li:last-child {
    argin-bottom: 0;
  }
  #main-content .btn-list .btn-main > .btn {
    width: 90%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #main-content #service .service-list li {
    width: 49%;
    margin-top: 16px;
  }
  #main-content #service .service-list li:first-child,
  #main-content #service .service-list li:nth-of-type(2) {
    margin-top: 0;
  }
  #main-content #sitest-improvement .grid02 {
    padding-bottom: 40px;
  }
  #main-content #sitest-improvement .grid02 p:first-child span {
    letter-spacing: -3px;
  }
  #main-content #sitest-improvement .grid02 p span {
    line-height: 1.5;
  }
  #main-content #sitest-improvement .grid02 p:last-child {
    line-height: 1.5;
  }
  #main-content #consulting section h3 + p {
    margin-top: 10px;
  }
  #main-content #consulting section > div > div {
    width: 100%;
  }
  #main-content #consulting section > div figure {
    width: 100%;
    margin-top: 16px;
  }
  #main-content #consulting section .consulting-2 div {
    order: 0;
  }
  #main-content #consulting section .appeal p {
    line-height: 1.5;
  }
  #main-content #consulting section .appeal p span {
    line-height: 1.5;
  }
  #main-content #consulting section .consulting-4 {
    justify-content: center;
  }
  #main-content #consulting section .consulting-4 figure {
    order: 2;
  }
  #main-content #consulting section .casestudy #casestudy-cards .casestudy_post {
    width: 100%;
    margin-top: 16px;
  }
  #main-content #consulting section .casestudy #casestudy-cards .casestudy_post:first-child {
    margin-top: 0;
  }
  #main-content #consulting section .casestudy #casestudy-cards .image {
    width: 100%;
  }
  #main-content #consulting section .casestudy #casestudy-cards .image img {
    width: 100%;
    height: auto;
  }
  #main-content #consulting section .it-award > .award {
    margin-top: 16px;
  }
  #main-content #action section .action-column {
    width: 100%;
    margin-top: 40px;
  }
  #main-content #action section .action-column:first-child {
    margin-top: 0;
  }
  #main-content #service-flow .inner > .flow > div {
    width: 100%;
    margin-top: 30px;
  }
  #main-content #service-flow .inner > .flow > div:first-child {
    margin-top: 0;
  }
  #main-content #service-flow .inner > .flow > div:after {
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-bottom: -18px;
    font-size: 32px;
    color: #becad0;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  #main-content #customer-voice .company figure {
    width: 100%;
    margin-top: 16px;
    order: 2;
  }
  #main-content #customer-voice .company figure + .right {
    width: 100%;
    order: 1;
  }
  #main-content #customer-voice .company .left {
    width: 100%;
    order: 3;
  }
  #main-content #customer-voice .company .left:before {
    padding-top: 78%;
  }
  #main-content #customer-voice .company .left p {
    width: 111%;
    margin-left: -5.5%;
  }
  #main-content #customer-voice .company .right {
    width: 100%;
    order: 4;
  }
  #main-content #customer-voice .company .service {
    width: 100%;
    margin-bottom: 16px;
  }
  #main-content #customer-voice .company .award {
    display: block;
    width: 100%;
  }
  #main-content #correspondence section > div div {
    width: 49%;
    min-height: 48px;
  }
  #main-content #correspondence section > div div:nth-child(3) {
    margin-top: 16px;
  }
  #main-content #contract-flow .arrow-box {
    display: block;
    position: relative;
  }
  #main-content #contract-flow .arrow-box::before {
    margin-left: -20px;
    content: '';
    display: block;
    border-top: 24px solid #ff6d00;
    border-bottom: 24px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -48px;
    left: 50%;
  }
  #main-content #contract-flow .arrow-box > .ttl {
    padding: 16px;
    display: block;
    width: 100%;
  }
  #main-content #contract-flow .arrow-box > .ttl::before {
    border: none;
  }
  #main-content #contract-flow .arrow-box:nth-child(2)::before,
  #main-content #contract-flow .arrow-box:nth-child(3)::before {
    border-top: 24px solid #00a59a;
  }
  #main-content #contract-flow .arrow-box:last-child::before {
    border-top: none;
  }
  #main-content #contract-flow .arrow-box > .txtarea {
    display: block;
  }
  #main-content #contract-flow .caution {
    font-size: 1.6rem;
    line-height: 1.5;
    position: static;
  }
  #main-content #faqs .faqs-list {
    display: block;
  }
  #main-content #faqs .faqs-list > .q {
    margin-bottom: 0;
    padding-left: 65px;
    width: 100%;
  }
  #main-content #faqs .faqs-list > .a {
    margin-bottom: 16px;
    padding: 10px 16px 10px 65px;
    width: 100%;
  }
  #main-content #faqs .faqs-list > .a::before {
    right: auto;
    left: 13px;
  }
  #main-visual .txtarea p {
    text-align: left;
  }
  #main-visual .img {
    display: none;
  }
  #main-visual .-sp {
    display: block;
  }
  #service .support:last-child {
    margin-bottom: 0;
  }
  #customer-voice .function {
    padding: 4px 16px;
  }
  #customer-voice .function:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  body {
    margin: 0;
  }
  ._fl {
    padding: 0;
    float: none !important;
  }
  ._fr {
    padding: 0;
    float: none !important;
  }
  ._sp-show {
    display: block;
  }
  ._sp-show.-il {
    display: inline-block;
  }
  .grid02 > .item {
    width: 98%;
  }
  .grid02.-m2 > .item {
    width: 96%;
  }
  .grid02.-nm > .item {
    width: 100%;
  }
  .grid03 > .item {
    width: 98%;
  }
  .grid03.-m2 > .item {
    width: 96%;
  }
  .grid03.-nm > .item {
    width: 100%;
  }
  .grid04 > .item {
    width: 48%;
  }
  .grid04.-m2 > .item {
    width: 46%;
  }
  .grid04.-nm > .item {
    width: 50%;
  }
  .grid05 > .item {
    width: 48%;
  }
  .grid05.-m2 > .item {
    width: 46%;
  }
  .grid05.-nm > .item {
    width: 50%;
  }
  .grid06 > .item {
    width: 48%;
  }
  .grid06.-m2 > .item {
    width: 46%;
  }
  .grid06.-nm > .item {
    width: 50%;
  }
  #consulting .it-award > .ttl > .ja {
    padding: 0 12px;
  }
  #partner-merit .merit-block > .num-ttl {
    padding: 0 0 0 55px;
  }
  #partner-merit .merit-block > .num-ttl > .num {
    padding: 5px 0 0;
    line-height: 1;
    left: 0;
    width: 40px;
  }
  #partner-merit .merit-block > .num-ttl > .num::before {
    border-top: 4px solid #00a59a;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #00a59a;
    border-right: 20px solid #00a59a;
  }
  #partner-merit .merit-block > .txt {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  ._m {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  ._l {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  ._ll {
    font-size: 2rem;
    line-height: 1.4;
  }
  ._f24 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  ._f32 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  #site-nav {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #site-footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h1 {
    font-size: 4rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .main-ttl {
    margin-bottom: 40px;
  }
  .border-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .lead-txt {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .fix-row > .item {
    margin-bottom: 20px;
  }
  .application-area {
    padding-bottom: 50px;
  }
  .application-area > .ttl {
    margin-bottom: 24px;
  }
  .application-area > .ttl {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .application-area .txt {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .btn-main {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .btn-main > .btn {
    padding: 12px;
  }
  .check-list {
    margin-bottom: 40px;
  }
  .check-list > li {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .check-list > li::before {
    font-size: 2.4rem;
    line-height: 1;
  }
  .contact-area {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .contact-area .ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .contact-area .tel {
    margin-bottom: 10px;
  }
  .contact-area .tel {
    font-size: 6.4rem;
    line-height: 1.1;
  }
  #main-visual {
    margin-bottom: 40px;
  }
  #main-visual {
    padding-top: 96px;
  }
  #main-visual .txtarea {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #consulting .it-award > .ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #consulting .it-award > .ttl > .en {
    margin-bottom: 8px;
  }
  #consulting .it-award > .ttl > .en {
    font-size: 4.8rem;
    line-height: 1;
  }
  #consulting .it-award > .award {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #consulting .it-award > .award > li {
    margin-bottom: 2px;
  }
  #consulting .it-award > .award .s {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #partner-merit .merit-block {
    margin-bottom: 24px;
  }
  #partner-merit .merit-block > .num-ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #partner-merit .merit-block > .num-ttl > .num {
    font-size: 8rem;
    line-height: 1;
  }
  #case-study {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #case-study .name {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  #case-study .industry {
    margin-bottom: 24px;
  }
  #select-sales .sales-detail {
    margin-bottom: 50px;
  }
  #select-sales .sales-detail .img {
    margin-top: 1px;
  }
  #select-sales .sales-detail .ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  #contract-flow {
    padding-bottom: 40px;
  }
  #contract-flow .arrow-box > .ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #faqs .faqs-list > .q {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #faqs .faqs-list > .q {
    min-height: 120px;
  }
  #faqs .faqs-list > .q::before {
    font-size: 8rem;
    line-height: 1;
  }
  #faqs .faqs-list > .q::before {
    height: 90px;
  }
  #faqs .faqs-list > .a {
    min-height: 120px;
  }
  #faqs .faqs-list > .a::before {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  #site-header.js-fixed #site-nav a:hover {
    color: #cfd8dc;
  }
  #site-nav-list > li > a:hover {
    color: #fff;
  }
  .btn-main > .btn:hover {
    background: #ffea00;
  }
  .btn-main.-or > .btn:hover {
    background: #ff9100;
  }
}
@media (any-hover: none) {
  #site-header.js-fixed #site-nav a:active {
    color: #cfd8dc;
  }
  #site-nav-list > li > a:active {
    color: #fff;
  }
  .btn-main > .btn:active {
    background: #ffea00;
  }
  .btn-main.-or > .btn:active {
    background: #ff9100;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
