@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600,700|Noto+Sans+JP&subset=japanese'); */
/*
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Font Awesome\ 5 Free';
*/
/*
    ロゴ色：#003db2 → #254DB3
    背景色：#366cf7 → #254DB3

    差し色：#f5b414 → f5b414

    #254DB3
    #533156
    #a78053
    #f5b414
    #c7b593
*/
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Montserrat:wght@500;700&Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tbody,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 100%;
}

body {
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
  font-weight: 400;
  overflow: hidden;
  color: #323232;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
}

p {
  font-size: 17px;
  line-height: 1.8;
}

a {
  color: #323232;
  text-decoration: none;
  transition: 0.25s ease;
}

a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  flex-shrink: 0;
  /* 画面幅によらずwidthで固定 */
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

table th {
  font-weight: bold;
  vertical-align: middle;
}

table td {
  vertical-align: middle;
}

blockquote {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 2.5rem 3.5rem;
  margin: 0;
}

blockquote::before {
  content: "\00201c";
  display: inline-block;
  position: absolute;
  font-size: 4rem;
  color: #dadada;
  top: -1rem;
  left: 8px;
}

blockquote::after {
  content: "\00201c";
  display: inline-block;
  position: absolute;
  font-size: 4rem;
  color: #dadada;
  transform: rotate(180deg);
  bottom: -1rem;
  right: 8px;
}

/* ====================================================

  基本幅

==================================================== */
/* ----------------------------------------------------
  ヘッダー　基本幅
---------------------------------------------------- */
header {
  /*height: 100px;*/
  /*height: 80px;*/
  /*width: 100%;*/
  width: 96%;
  margin: 0 auto;
  position: fixed;
  z-index: 100;
}

header .header-inner {
  width: 100%;
  /* margin: 0 auto; */
  margin: 1.275rem 2% 0 2%;
  /*height: 70px;*/
  height: 4rem;
  padding: 0 2% 0 1.5%;
  display: flex;
  justify-content: space-between;
  color: #323232;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  /*box-shadow: 0 0 8px #ccc;*/
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-family: "Kosugi", sans-serif;
}

header a:hover {
  text-decoration: none;
}

header #header-logo {
  width: 150px;
  /*margin-top: 25px;*/
  margin-top: .6rem;
}

header #header-logo img {
  /*width: 150px;
    height: 30px;*/
  width: 130px;
}

header #header-logo span {
  color: #323232;
  display: block;
  text-align: center;
  line-height: 2;
  text-indent: 0.1em;
  letter-spacing: 0.15em;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
}

header .navDrawr > ul {
  display: flex;
  justify-content: flex-end;
}

header .navDrawr > ul > li {
  text-align: center;
  /*font-size: 16px;*/
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}

header .navDrawr > ul > li > a {
  display: block;
  padding: 0 1.25em;
  /*line-height: 100px;*/
  line-height: 4rem;
  color: #323232;
}

/*header .navDrawr > ul > li:not(:last-child):hover {*/
header .navDrawr > ul > li:hover {
  background: #eee;
  color: #323232;
}

header .navDrawr li#gnav-home {
  display: none;
}

header .navDrawr li#gnav-contact a {
  /*
    background: #ffc32d;
    margin: 20px 0 20px 20px;
    border-radius: 3px;
    line-height: 60px;
    */
}

/* ▼グローバルナビのサブメニュー */
header .navDrawr .subMenu {
  /*background: #e2e9fa;*/
  background: #fff;
  width: 100%;
  max-width: 1300px;
  position: absolute;
  /*top: 90px;*/
  top: 5.275rem;
  /*left: 50%;*/
  left: 52%;
  transform: translateX(-50%);
  display: none;
  border-radius: 0 0 30px 30px;
  /*box-shadow: 0 0 12px rgb(0 0 0 / 8%);*/
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
}

header .navDrawr .subMenu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

header .navDrawr .subMenu li {
  width: calc((100% / 3));
  /* width: calc((100% / 4)); */
  padding: 7px;
}

header .navDrawr .subMenu li img {
  border-radius: 20px;
}

header .navDrawr .subMenu a .subMenu-text {
  /*text-align: left;*/
  /*background: #fff;*/
  color: #323232;
  padding: 5px;
  white-space: nowrap;
  /*border-radius: 0 0 30px 30px;*/
}

/* ホームのスクロール前のヘッダー */
.p-home header {
  background: none;
}

.p-home header #header-logo span,
.p-home header .navDrawr > ul > li:not(:last-child) a {
  /* color: #fff; */
}

.p-home header .navDrawr > ul li:not(:last-child):hover a {
  color: #323232;
}

/* ホームのスクロール後のヘッダー */
.p-home header.homeHeader-after {
  /*background: #fff;*/
  color: #323232;
}

.p-home header.homeHeader-after .navDrawr > ul > li:not(:last-child) a,
.p-home header.homeHeader-after #header-logo a span {
  color: #323232;
}

/* Solutionとホームページ制作のみヘッダー固定しない */
.p-solution header,
.p-hpproduct header {
  position: relative;
}

.p-solution header .header-inner,
.p-hpproduct header .header-inner {
  margin: 1.275rem auto;
}

.p-solution header .navDrawr .subMenu,
.p-hpproduct header .navDrawr .subMenu {
  top: 4rem;
}

/* Serviceページサブメニューを表示しない */
.p-service header .navDrawr .subMenu {
  opacity: 0;
  visibility: hidden;
}

/* トップページのローディングアニメーション */
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

#loaderImage {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -60px;
}

/* トップのメインビジュアル */
.p-home #main-visual .bnr-shien {
  /* IT導入補助金のバナー */
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 1 !important;
  z-index: 2;
}

#optimal .bnr-shien {
  display: none;
}

.p-home #main-visual {
  width: 100%;
  max-width: 3840px;
  height: 900px;
  max-height: calc(100vh - 150px);
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.p-home .img-slider img {
  width: 105%;
  max-width: 105%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  /*IE*/
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

.p-home .start .img-slider img {
  animation: imgAnime 18s 0s infinite;
  /*6秒×3枚=18秒*/
}

/*
  .p-home .start .img-slider img:nth-of-type(2) {
    animation-delay: 6s;
  }
  .p-home .start .img-slider img:nth-of-type(3) {
    animation-delay: 12s;
  }
  */
.p-home .start .img-slider img {
  animation: imgAnime 18s 0s infinite;
  /*6秒×3枚=18秒*/
  /*animation: imgAnime 12s 0s infinite;*/
}

.p-home .start .img-slider .main-visual02 {
  animation-delay: 6s;
}

.p-home .start .img-slider .main-visual03 {
  animation-delay: 12s;
}

@keyframes imgAnime {
  0% {
    opacity: 0;
  }
  /*3秒後　フェードイン（3秒÷18秒≒16%）*/
  16% {
    opacity: 1;
  }
  /*6秒後　次のスライドが再生（6秒÷18秒≒33%）*/
  33% {
    opacity: 1;
  }
  /*9秒後　フェードアウト、右に移動、3枚目より1枚目を上に（9秒÷18秒=50%）*/
  50% {
    opacity: 0;
    transform: translateX(5%);
    z-index: 0;
  }
  100% {
    opacity: 0;
  }
}

.p-home .text-slider li {
  font-family: "Kosugi", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 10%;
  /*transform: translate(-50%,-50%);*/
  width: auto;
  height: auto;
  font-size: 2.75rem;
  min-height: 0vw;
  /*safari*/
  /*text-shadow: 5px 5px 5px #fff,-5px 5px 5px #fff,5px -5px 5px #fff,-5px -5px 5px #fff,10px 10px 10px #fff,-10px 10px 10px #fff,10px -10px 10px #fff,-10px -10px 10px #fff;*/
  text-align: left;
  z-index: 2;
  /*画像より上に*/
  opacity: 0;
  /*text-shadow:      0 1px 0 hsl(174,5%,80%),
    0 2px 0 hsl(174,5%,75%),
    0 3px 0 hsl(174,5%,70%),
    0 4px 0 hsl(174,5%,66%),
    0 5px 0 hsl(174,5%,64%),
    0 6px 0 hsl(174,5%,62%),
    0 7px 0 hsl(174,5%,61%),
    0 8px 0 hsl(174,5%,60%),

    0 0 5px rgba(0,0,0,.05),
   0 1px 3px rgba(0,0,0,.2),
   0 3px 5px rgba(0,0,0,.2),
  0 5px 10px rgba(0,0,0,.2),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.3);
*/
}

.p-home .text-slider li span {
  background-color: #fff;
  padding: .5rem 4rem;
  border-radius: 0 60px 60px 0;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-home .start .text-slider li {
  /*animation: textAnime 12s 0s infinite; /*6秒×2枚=12秒*/
  animation: textAnime 18s 0s infinite;
  /*6秒×3枚=18秒*/
}

.p-home .start .text-slider li:nth-of-type(2) {
  animation-delay: 6s;
}

.p-home .start .text-slider li:nth-of-type(3) {
  animation-delay: 12s;
}

@keyframes textAnime {
  0% {
    opacity: 0;
  }
  /*1秒後 （1秒÷18秒≒5%）*/
  5% {
    opacity: 0;
  }
  /*4秒後　フェードイン（4秒÷18秒≒22%）*/
  22% {
    opacity: 1;
  }
  /*7秒後　フェードアウト（7秒÷18秒≒38%）*/
  38% {
    opacity: 0;
  }
  /*9秒後　3枚目よりも1枚目を上に（9秒÷18秒=50%）*/
  50% {
    z-index: 3;
  }
  100% {
    opacity: 0;
  }
}

.hr-white {
  width: 100%;
  height: 60px;
  background: #fff;
}

.p-home #solution {
  /*background: #f0f0ee;*/
  background: #fff;
}

.p-home #service {
  background: #fff;
}

/*.p-home #service section a {
border: 1px solid #a9a9a9;
}*/
.p-home #company .catch {
  text-align: center;
}

.solution-content section a div span {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  border-radius: 75px;
  margin: 0 auto 30px auto;
  padding: 0;
}

.solution-content section a div span img {
  transform: translate3d(0px, 0px, 0px);
}

.solution-content section a div span.large {
  /*padding: 20px;*/
  padding-top: 8px;
}

/* ----------------------------------------------------
  共通　基本幅
---------------------------------------------------- */
.ttl01 {
  position: relative;
  text-align: center;
  margin: 0 auto 1em;
  /*font-size: 36px;
    font-size: 2.25rem;*/
  font-size: 2rem;
  line-height: 1.2;
}

.ttl01:after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 4px;
  border-radius: 1px;
  background-color: #f5b414;
  left: 50%;
  transform: translateX(-50%);
}

.ttl01 .eng {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 48px;
  font-size: 3rem;
}

.ttl01 .jpn {
  font-family: "Kosugi", sans-serif;
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
}

.ttl-excee {
  /*font-size: 1.275rem;*/
  font-size: 20px;
  text-align: left;
  margin-left: 2rem;
  position: relative;
}

.ttl-excee::before {
  background: url("../img/common/ttl_excee.png") center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  content: '';
  position: absolute;
  left: -2rem;
  top: -.5rem;
}

.ttl-left-border {
  border-left: 5px #254DB3 solid;
  padding-left: 1rem;
}
.ttl-bg-purple {
  text-align: left;
  background: #7a8dbe;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 1rem;
}

.fukidashi-blue {
  background: #e2e9fa;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  width: calc(100% - 210px);
  margin-left: 210px;
  /*font-size: 1.275rem;*/
  font-size: 1.175rem;
  font-weight: bold;
}

.fukidashi-blue::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -30px;
  border: 30px solid transparent;
  border-right: 30px solid #e2e9fa;
}

.fukidashi-blue::after {
  position: absolute;
  top: 0;
  left: -210px;
  content: "";
  width: 150px;
  height: 100%;
  background: url(../img/hpproduct/merit01.svg) center/contain no-repeat;
}

/* トップページとホームページ制作ページの吹き出し */
#optimal .fukidashi-blue {
  margin-bottom: 2rem;
  padding: 1.5rem;
}

#optimal .fukidashi-blue.fukidashi01::after {
  background: url(../img/common/ico_solution01.svg) center/contain no-repeat;
}

#optimal .fukidashi-blue.fukidashi02::after {
  background: url(../img/common/ico_solution02.svg) center/contain no-repeat;
}

#optimal .fukidashi-blue.fukidashi03::after {
  background: url(../img/common/ico_solution03.svg) center/contain no-repeat;
}

#optimal .fukidashi-blue.fukidashi04::after {
  background: url(../img/common/ico_solution04.svg) center/contain no-repeat;
}

#optimal .fukidashi-blue.fukidashi02,
#optimal .fukidashi-blue.fukidashi04 {
  margin-right: 210px;
  margin-left: unset;
}

#optimal .fukidashi-blue.fukidashi01::before,
#optimal .fukidashi-blue.fukidashi03::before {
  left: -45px;
}

#optimal .fukidashi-blue.fukidashi02::before,
#optimal .fukidashi-blue.fukidashi04::before {
  left: unset;
  right: -45px;
  margin-top: -30px;
  border: 30px solid transparent;
  border-left: 30px solid #e2e9fa;
}

#optimal .fukidashi-blue.fukidashi02::after,
#optimal .fukidashi-blue.fukidashi04::after {
  left: unset;
  right: -210px;
}

/* ----------------------------------------------------
  MAIN　基本幅
---------------------------------------------------- */
main {
  padding-top: 100px;
}

/* Solutionとホームページ制作みpadding指定しない */
.p-solution main,
.p-hpproduct main {
  /*padding-top: 0;*/
  margin-top: -85px;
}

.p-solution main,
.p-hpproduct main {
  /*padding-top: 0;*/
  margin-top: -100px;
}

/* ----------------------------------------------------
  ホーム　基本幅
---------------------------------------------------- */
/* メインビジュアル */
.p-home main {
  padding-top: 0;
}

.p-home #visual {
  width: 100%;
  text-align: center;
}

/* ホーム会社案内 */
.p-home #lottie {
  background-color: #fff;
  width: 96%;
  /*max-width: 580px;*/
  /*height: auto;*/
  /*height: 180px;*/
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  margin: 0 auto;
  border-radius: 20px;
  max-width: 800px !important;
  height: auto !important;
  min-height: 100px;
  margin: 2rem auto;
  padding-top: 3rem;
}

.p-home #optimal .qa {
  padding: 2rem;
}

.p-home #company .inner {
  width: 50%;
  margin: 0 40% 0 10%;
  border-radius: 20px 0 0 20px;
  padding: 0 2rem;
  position: relative;
}

.p-home #company .inner::after {
  background: url(../img/solution/main.jpg) no-repeat;
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  right: -50%;
}

/* ホームのSolution（８つの困った） */
.p-home #solution .solution-content {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto 3rem auto;
}

.p-home #solution section {
  width: 25%;
  display: flex;
  /*子要素の高さを揃える*/
}

.p-home #solution section a {
  background: #e2e9fa;
  border: 1px solid #fff;
  padding: 30px 8% calc(30px + 1rem) 8%;
  position: relative;
}

.p-home #solution section a:hover {
  text-decoration: none;
  background: #254DB3;
  color: #fff;
}

.p-home #solution section h3 {
  font-size: 20px;
  font-weight: bold;
  height: 3.25em;
}

.p-home #solution section img {
  display: block;
  /*
  border-radius: 50%;
  margin:0 auto 20px;
*/
}

.p-home #solution section p {
  font-size: 16px;
}

.p-home #solution section a::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  content: '詳細はこちら';
}

/* ホームのService（サービス内容） */
/*
.p-home #service .inner94 {
    max-width: 1920px;
}
*/
.p-home #service .service-content {
  display: flex;
  flex-wrap: wrap;
  /*margin: 30px auto;*/
  margin: 5rem auto 3rem;
}

.p-home #service section {
  width: 33.33333%;
  /* width: 25%; */
  /*margin: 20px auto;*/
  text-align: center;
  display: flex;
  /*子要素の高さを揃える*/
}

.p-home #service section a {
  background: #fff;
  display: block;
  /*border-radius: 3px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-home #service section a:hover {
  text-decoration: none;
}

.p-home #service section img {
  /*border-radius: $common-radius;*/
  width: 100%;
}

.p-home #service section .txt {
  /*position: absolute;
    bottom: 1rem;
    left: 25%;*/
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: .25rem;
  /*border-radius: $common-radius;*/
}

.p-home #service section h3 {
  /*font-size: 22px;*/
  font-size: 1.275rem;
  /*margin: 15px 2% 10px;*/
}

.p-home #service section p {
  margin: 0 2% 15px;
  line-height: 1.5;
}

/* ホームのWorks（制作実績） */
.p-home #works {
  background: #f0f0ee;
}

.p-home #works .works-inner {
  /*
    width: 84%;
    max-width: 1260px;
    */
  width: 94%;
  margin: auto;
}

.p-home #works .works-slider {
  margin: 3rem auto;
}

.p-home #works h3 {
  margin-top: 4rem;
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
}

.p-home #works .works-slider.list-movie li {
  position: relative;
}

.p-home #works .works-slider.list-movie li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  content: '';
  background: url(../img/common/circle-play-regular.svg) no-repeat;
  width: 50px;
  height: 50px;
  z-index: 10;
  pointer-events: none;
}

.p-home #works .slick-slide img {
  border-radius: 20px;
  border: 1px solid #ccc;
}

.p-home #works li a {
  /*border-radius: 3px;*/
  position: relative;
  display: block;
  /*max-width: 410px;*/
  width: 98%;
}

.p-home #works li .caption {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  width: 96%;
  margin: auto;
  text-align: center;
}

.p-home #works li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*background-color: rgba(37, 77, 179, 0.85);*/
  background-color: rgba(72, 94, 149, 0.85);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.p-home #works li a:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

/* ホームのNews（お知らせ）とBlog（ブログ） */
.p-home #information {
  display: flex;
  justify-content: space-between;
  /*子要素を両端揃え*/
}

.p-home #information section {
  width: 49%;
}

.p-home #information ul {
  overflow: auto;
  height: 450px;
  margin: 0 auto 30px;
}

.p-home #information li a {
  display: block;
  padding: 15px;
}

.p-home #information li a:hover {
  background: #e2e9fa;
  text-decoration: none;
}

.p-home #information li a:after {
  content: "";
  display: block;
  clear: both;
}

.p-home #information img {
  float: left;
  width: 25%;
  max-width: 120px;
  margin-right: 3%;
  border-radius: 3px;
}

.p-home #information dl {
  overflow: hidden;
  line-height: 1.7;
}

.p-home #information dt {
  font-size: 18px;
  color: #254DB3;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.p-home #information dt .blog-category {
  margin-left: 20px;
  background: #eee;
  color: #323232;
  font-size: 14px;
  padding: 4px 10px;
  /*font-weight: normal;*/
  border-radius: 3px;
  /*border: 1px solid $main-color-black;*/
}

/* ----------------------------------------------------
  共通モーダル
---------------------------------------------------- */
.remodal {
  padding: 0;
  background: #000;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remodal-close {
  z-index: 999;
}

.remodal-close:before {
  font-size: 50px !important;
  line-height: 50px !important;
  width: 50px !important;
}

.remodal {
  padding: 0 !important;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px !important;
  }
}

/* ----------------------------------------------------
  サブページ共通　基本幅
---------------------------------------------------- */
/* サブページタイトル */
.p-sub #ttl-sub {
  color: #fff;
  background: #254DB3;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  /*    padding: 1.5em 1% 3.25em;*/
  padding: 8rem 1%;
  margin-top: -7.5rem;
}

.p-sub #ttl-sub.mainImg-none {
  /*padding-bottom: 1.25em;*/
  padding-bottom: 2.25rem;
}

.p-sub #ttl-sub .eng {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /* text-transform: uppercase; */
  /* border-bottom: 4px solid #ffc32d; */
  border-bottom: 2px solid #fff;
}

.p-sub #ttl-sub .jpn {
  font-size: 0.5em;
  display: block;
  font-weight: normal;
  letter-spacing: 0.01em;
}

.p-sub #main-img {
  margin: -5.5em auto 0;
  display: block;
  width: 94%;
  max-width: 1400px;
  border-radius: 20px;
}

.p-sub .main-lp {
  position: relative;
}

.p-sub .main-lp img {
  width: 100%;
}

.p-sub .main-lp .main-catch {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* パンくず */
#bread {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1260px;
  margin: 0.75em auto;
}

#bread li:not(:last-child) a {
  color: #254DB3;
}

#bread li:not(:last-child):after {
  content: "/";
  margin: auto 0.75em;
}

/* 画像エリア */
.imgBox,
.imgBox.sns,
.imgBox-4,
.imgBox-2
 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 35px auto 50px;
  text-align: center;
}

.imgBox.sns {
  max-width: 900px;
  flex-wrap: nowrap;
}

.imgBox div {
  width: 50%;
  padding: 0 5px 25px 5px;
  /*max-width: 50%;*/
  max-width: 600px;
  min-width: 350px;
  margin: auto;
}
.imgBox-2 div {
  width: 50%;
  padding: 0 5px 25px 5px;
  max-width: 600px;
  margin: auto;
}
.imgBox-4 div {
  width: 25%;
  padding: 0 5px 25px 5px;
  max-width: 600px;
  margin: auto;
}

.imgBox div p {
  margin: 5px auto 20px;
  line-height: 1.5;
}

.imgBox.sns div {
  padding: 5px;
  width: 25%;
  min-width: inherit;
}

/* 動画用のボックス（動画3つ：レスポンシブ表示） */
.movie-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.movie-box {
  /* width: 100%; */
  /* センターに3つの場合 */
  width: 32%;
  /*float:left;*/
  max-width: 640px;
  margin: 0 auto;
}
/*
.movie-box:nth-of-type(2n) {
  margin-right: 1%;
  margin-left: 1%;
}
*/
.movie-box-two {  /* 動画センターに1つレスポンシブ表示 */
  max-width: 640px;
  width: 48%;
  margin: 0 auto
}

.movie-box-one {  /* 動画センターに1つレスポンシブ表示 */
  max-width: 640px;
  margin: 0 auto
}
.movie-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 3rem;
}
.movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-wrapper .thumbnail a {
  position: relative;
  display: block;
}
.movie-wrapper .thumbnail a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    content: '';
    background: url(../img/common/circle-play-regular.svg) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 2;
    pointer-events: none;
}

/* リンクボタンエリア */
.p-sub .btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto auto;
  /*max-width: 950px;*/
  max-width: 1260px;
}

.p-sub .btnBox li {
  min-width: 315px;
  margin: 0 auto 10px;
  text-align: center;
}

/* お問い合わせ */
aside#contact {
  width: 900px;
  margin: 80px auto;
  text-align: center;
}

aside#contact > p {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

aside#contact section {
  border-radius: 20px;
  -moz-box-shadow: 7px 4px 20px -5px rgba(35, 35, 35, 0.25);
  -webkit-box-shadow: 7px 4px 20px -5px rgba(35, 35, 35, 0.25);
  -ms-box-shadow: 7px 4px 20px -5px rgba(35, 35, 35, 0.25);
  box-shadow: 7px 4px 20px -5px rgba(35, 35, 35, 0.25);
}

aside#contact h3 {
  font-size: 1.725rem;
}

aside#contact .contact-inner {
  /*margin-left: 25%;*/
  padding: 35px 0 25px;
}

aside#contact .contact-inner .contact-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
}

aside#contact .contact-inner .contact-content div:first-of-type {
  border-right: 1px solid #323232;
}

aside#contact .contact-inner .contact-content div {
  width: 50%;
}

aside#contact .contact-inner .contact-content div i {
  color: #254DB3;
  font-size: 2rem;
}

aside#contact .contact-inner .contact-content div .contact-tel {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-left: 1rem;
  color: #254DB3;
}

/* ローカルナビ */
#localNavi {
  background: #f0f0ee;
  width: 100%;
  /*max-width: 1260px;*/
  max-width: 1360px;
  margin: auto;
  height: 110px;
  padding: 0 1%;
  border-radius: 3px 3px 0 0;
  position: absolute;
  /*上部に行く前にクリックしても被ら無い対策*/
  left: 50%;
  transform: translateX(-50%);
}

#localNavi .ttl-pc {
  color: #254DB3;
  font-size: 18px;
  line-height: 40px;
}

#localNavi .ttl-mobile {
  display: none;
}

#localNavi .navDrawr2 ul {
  display: flex;
  flex-wrap: wrap;
}

#localNavi .navDrawr2 ul:after {
  height: 0;
  visibility: hidden;
}

#localNavi .navDrawr2 li {
  width: 12.5%;
  text-align: center;
}

#localNavi .navDrawr2 li a {
  background: #fff;
  line-height: 20px;
  height: 69px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  /*上下中央*/
  justify-content: center;
  position: relative;
  padding-bottom: 15px;
  border-radius: 3px 3px 0 0;
}

#localNavi .navDrawr2 li:not(:last-child) a {
  border-right: none;
}

#localNavi .navDrawr2 li a:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  /*font-weight: bold;*/
  font-weight: 900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}

#localNavi .navDrawr2 li a:hover {
  text-decoration: none;
}

/* ローカルナビ固定 */
#localNavi.fixed {
  position: fixed;
  top: 0;
  max-width: inherit;
  z-index: 1;
}

#localNavi.fixed .navDrawr2 {
  /*max-width: 1260px;*/
  max-width: 1360px;
  margin: auto;
}

.p-hpproduct .fix-height {
  padding-bottom: 120px;
}

.p-solution .fix-height {
  padding-bottom: 60px;
}

/* ----------------------------------------------------
  Service（サービス内容）　基本幅
---------------------------------------------------- */
.p-service .service-inner {
  width: 98%;
  /*max-width: 1260px;*/
  max-width: 1360px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: #f0f0ee;
}

.p-service .service-inner section {
  width: 33.33333%;
  /* width: 25%; */
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  /*子要素の高さを合わせる*/
}

.p-service .service-inner section a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  /*ボタンを下揃え*/
  flex-direction: column;
  /*ボタンを下揃え*/
  width: 94%;
  margin: 0 auto;
}

.p-service .service-inner section a:hover {
  text-decoration: none;
}

.p-service .service-inner h3 {
  font-size: 22px;
  margin: 0.75em 6%;
}

.p-service .service-inner p {
  margin: 0 6% 30px;
}

.p-service .service-inner div {
  margin: auto auto 25px;
  /*ボタンを下揃え*/
}

/* ----------------------------------------------------
  Solution（８つのお客様の困ったを解決）　基本幅
---------------------------------------------------- */
.p-solution section[id^="slt0"] {
  width: 92%;
  max-width: 1260px;
  margin: auto;
  padding-top: 110px;
}

.p-solution h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #254DB3;
  margin: auto auto 1em;
}

.p-solution h3 img {
  display: block;
  margin: auto auto 1em;
  width: 30%;
  max-width: 140px;
  padding-top: 0.5em;
}

/* SVGアニメーション用 */
.p-solution .ttl-slt {
  width: 100%;
  text-align: center;
}

.p-solution .ttl-slt span {
  background-color: #376df8;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  border-radius: 75px;
  margin: 0 auto 30px auto;
}

.p-solution .ttl-slt span#ttl-slt04 svg {
  padding: 10px 0 0 0;
}

/* ----------------------------------------------------
 ホームページ制作　基本幅
---------------------------------------------------- */
.p-hpproduct .hpNav {
  padding-bottom: 120px;
}

.p-hpproduct #optimal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto 15px;
}

.p-hpproduct #optimal li {
  background: #e2e9fa;
  color: #254DB3;
  width: 32.5%;
  max-width: 380px;
  font-size: 20px;
  padding: 30px 0.5%;
  margin: 10px auto;
  text-align: center;
}

.p-hpproduct #optimal li img {
  margin-bottom: 25px;
}

.p-hpproduct #optimal .pro {
  background: #254DB3;
  color: #fff;
  position: relative;
  padding: 1.5em 1.5% 1em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1em auto auto;
}

.p-hpproduct #optimal .pro:before {
  content: "▼";
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.p-hpproduct section[id^="merit0"] {
  /*
    margin-top: -110px;
    padding-top: 100px;
    margin-bottom: -110px;
    padding-bottom: 110px;
    */
}

.p-hpproduct #merit h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #254DB3;
  margin-bottom: 1em;
  margin-top: 30px;
}

.p-hpproduct #merit .order {
  width: 3.5em;
  height: 3.5em;
  background: #254DB3;
  /*box-shadow: 0 0 0 4px #fff, 0 0 0 6px $main-color-blue;*/
  color: #fff;
  border-radius: 50%;
  line-height: 1em;
  font-size: 42px;
  /*padding: 15px 5px;*/
  white-space: nowrap;
  margin: .8em auto 1em;
}

.p-hpproduct #merit .order span {
  display: block;
  font-size: 0.5em;
}

.p-hpproduct #merit h5 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  margin: 2.25em 0 0.75em;
}

.p-hpproduct #merit01 ul {
  columns: 2 24.5em;
  column-gap: 3em;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 20px 0.75em 10px 1.75em;
  margin: 10px auto;
}

.p-hpproduct #merit01 ul li {
  padding-left: 1em;
  text-indent: -1.5em;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-hpproduct #merit01 ul li:before {
  content: "●";
  color: #254DB3;
  margin-right: 0.5em;
}

.p-hpproduct #merit01 ol {
  overflow: hidden;
  margin: 50px auto;
}

.p-hpproduct #merit01 ol li {
  background-color: #d1deff;
  line-height: 60px;
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  text-decoration: none;
  padding-left: 5%;
}

.p-hpproduct #merit01 ol li:first-child {
  width: 27%;
  padding-left: 1%;
}

.p-hpproduct #merit01 ol li:last-child {
  width: 33%;
  padding-right: 1%;
}

.p-hpproduct #merit01 ol li::after {
  background-color: #d1deff;
  border-right: 2px solid #FFF;
  content: " ";
  display: block;
  height: 30px;
  margin-left: auto;
  margin-right: -30px;
  margin-top: -30px;
  position: relative;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  width: 30px;
}

.p-hpproduct #merit01 ol li::before {
  background-color: #d1deff;
  border-right: 2px solid #FFF;
  content: " ";
  display: block;
  float: right;
  height: 30px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: -30px;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  width: 30px;
}

.p-hpproduct #merit01 ol li:last-child {
  background-color: #d1deff;
}

.p-hpproduct #merit01 ol li:last-child::before,
.p-hpproduct #merit01 ol li:last-child::after {
  background-color: #fff;
}

/* ----------------------------------------------------
 制作実績　基本幅
---------------------------------------------------- */
.p-hpworklist .inner94 {
  max-width: 2560px;
  /* 画面の最大幅を調整 */
}

.p-hpworklist .works-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px auto;
}

/*最終行のボックスを左寄に*/
.p-hpworklist .works-inner:after {
  content: "";
  display: block;
  width: 33%;
  max-width: 400px;
}

.p-hpworklist .works-inner section {
  width: 32%;
  /*max-width: 400px;*/
  margin: 0 0 6rem;
}

.p-hpworklist .works-inner section.top2 {
  width: 49%;
  max-width: 600px;
}

.p-hpworklist .client-name {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.p-hpworklist .works-inner a {
  border-radius: 3px;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
}

.p-hpworklist a:hover {
  text-decoration: none;
}

.p-hpworklist .works-inner a img {
  margin: 0 auto;
}

.p-hpworklist a .mask img {
  border-radius: 3px;
}

.p-hpworklist a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 59, 210, 0.85);
  -webkit-transition: all 0.2s ease;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 5.25%;
}

.p-hpworklist section.top2 a .mask {
  padding: 0 4.5%;
}

.p-hpworklist a:hover .mask {
  opacity: 1;
}

.p-hpworklist a .mask h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.75em;
}

.p-hpworklist a .mask p {
  margin-bottom: 0.75em;
  line-height: 1.5;
  /*font-size: 16px;*/
  font-size: 1rem;
}

.p-hpworklist a .mask .btn-worksMore {
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.35em;
  width: 160px;
  text-align: center;
  margin: 1em auto 0;
  font-size: 13px;
}

/*　もっと見る（アコーディオン） */
.p-hpworklist .acd-check {
  display: none;
}

.p-hpworklist .acd-label {
  border: 2px solid #254DB3;
  color: #254DB3;
  border-radius: 20px;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 250px;
  margin: 30px auto 0;
  transition: all 0.3s ease !important;
}

.p-hpworklist .acd-label:hover {
  cursor: pointer;
  background: #254DB3;
  color: #fff;
}

.p-hpworklist .acd-check:checked + .acd-label {
  background: #fff;
  color: #254DB3;
}

.p-hpworklist .acd-label:after {
  font-family: "Font Awesome 5 Free";
  content: '\f103';
  /*font-weight: bold;*/
  font-weight: 900;
  height: auto;
  padding: 0;
  margin-left: 1em;
}

.p-hpworklist .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: opacity 3s ease;
  visibility: hidden;
  margin-bottom: 30px;
}

.p-hpworklist .acd-check:checked + .acd-label {
  display: none;
}

.acd-check:checked + .acd-label:after {
  content: '\f068';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------------
  お客様のご紹介　基本幅
---------------------------------------------------- */
body.p-client {
  /* JavaScriptでスクロールバーの幅を取得するために必要 */
  /*  overflow-y: scroll;*/
}

.p-client section[id^="slt0"] {
  width: 92%;
  max-width: 1260px;
  margin: auto;
  padding-top: 110px;
}

.p-client h3 {
  font-size: 2.25rem;
  /*  color:$main-color-blue; */
  margin: 0 auto 1em;
}

.p-client .ttl-slt {
  width: 100%;
  text-align: center;
}

.p-client .ttl-slt span {
  background-color: #376df8;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  border-radius: 75px;
  margin: 0 auto 30px auto;
}

.p-client .caseText .caseTitle {
  font-size: 1.875rem;
  margin: auto auto 1em;
}

.p-client .caseText .caseTitle span {
  color: #254DB3;
}

.p-client .caseText .textArea {
  background-color: #fff;
  padding-right: 5%;
  padding-left: 5%;
}

.p-client .imgBox div {
  padding-top: 30px;
  padding-bottom: 0;
}

.p-client .probrem {
  line-height: 1.8;
  list-style-type: decimal;
  font-size: 17px;
}

.p-client .service {
  display: flex;
}

.p-client .service li {
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
}

.p-client .service .rp {
  background: #ff7f50;
}

.p-client .service .wp {
  background: #052d54;
}

.p-client .service .ec-cube {
  background: #E5B233;
}

.p-client .service .dsuma {
  background: #2e8b57;
}

.p-client .service .junban {
  background: #d2b48c;
}

.p-client .service .k4 {
  background: #483d8b;
}

.p-client .btn01 {
  max-width: 500px;
}

.pcandmobile {
  /*    max-width: 48rem;*/
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.pcandmobile::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 60%;
  margin: 0 auto;
}

.imgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pc_img {
  width: 68%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2% 2% 16.85% 2%;
  background-image: url(../img/hpproduct/client/pc_img_e_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.cutLine::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.cutLine {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: relative;
}

.mobile_img {
  width: 28%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7% 1.65% 10.15% 1.65%;
  background-image: url(../img/hpproduct/client/mobile_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 1;
}

.scroll_box {
  position: relative;
  z-index: 1;
}

.videoArea {
  text-align: center;
  max-width: 555px;
  margin: 35px auto 0;
}

.caseDetailImgBox p {
  width: 65%;
  margin-right: 2%;
  float: left;
}

.caseDetailImgBox img {
  width: 32%;
  float: left;
}

/* ----------------------------------------------------
 料金表　基本幅
---------------------------------------------------- */
.p-price table {
  width: 100%;
  max-width: 1060px;
  font-size: 17px;
  margin: 5px auto;
  border-top: 3px solid #666;
  background: #fff;
}

.p-price table tr {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.p-price table tr:last-child {
  border-bottom: 2px double #666;
}

.p-price table th {
  padding: 1em;
  background: #e2e9fa;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-price table.price-table02 th {
  text-align: center;
  width: 30%;
  border-right: 1px dotted;
}

.p-price table.price-table02 td {
  text-align: center;
  width: 30%;
  border-right: 1px dotted;
}

.p-price .price-table td {
  padding: 1em 1.5em;
}

.p-price .price-table td.size {
  text-align: right;
  width: 7.5em;
  white-space: nowrap;
}

.p-price .price-table td:last-child {
  text-align: right;
  width: 9em;
  white-space: nowrap;
}

.p-price table.price-table02 td:last-child {
  text-align: center;
  width: 30%;
  white-space: normal;
  border: none;
}

.p-price ul.maintenance {
  width: 100%;
  max-width: 1060px;
  margin: 10px auto 0;
}

.p-price .case-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.p-price .case-table {
  margin: 30px auto;
}

.p-price .case-table:not(:last-child) {
  width: 22em;
  max-width: 48%;
}

.p-price .case-table:last-child {
  width: 28em;
  max-width: 100%;
}

.p-price .case-table td {
  padding: 1em;
}

.p-price .case-table tr:nth-child(2) td {
  text-align: left;
}

.p-price .case-table tr:last-child td {
  text-align: right;
  font-weight: bold;
  border-top: 3px double #999;
}

.p-price .case-table td ul {
  margin-left: 1em;
}

.p-price .case-table td ul li {
  margin: 0.5em 0 0 1em;
  text-indent: -1em;
}

.p-price .case-table td ul li:before {
  content: "・";
}

.p-price .box-price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-price .box-price-list .price-list {
  width: 49%;
  background-color: #e2e9fa;
  border-radius: 3px;
  margin-top: 30px;
  padding: 0 20px 20px 20px;
}

.p-price .recommend {
  width: 100px;
  position: absolute;
  top: 0;
}

.p-price .price-list dt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: url(../img/hpproduct/hukidashi.svg) no-repeat center top 20px;
  background-size: 320px;
  height: 200px;
  position: relative;
}

.p-price .price-list dt .catch-box {
  display: table;
  width: 100%;
  font-size: 26px;
  height: 130px;
  text-align: center;
}

.p-price .price-list dt .catch-box .catch {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}

.p-price .price-list dt .price-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.p-price .price-list dt .price {
  font-size: 20px;
  font-weight: bold;
  border-bottom: #f5b414 solid 2px;
  position: relative;
  padding-bottom: 8px;
}

.p-price .price-list dt .price::after {
  color: #f5b414;
  background: none;
  border: none;
  content: "▼";
  padding: 0;
  margin: 0;
  transform: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

.p-price .price-list dt .price .amount {
  font-size: 30px;
  font-weight: bold;
  color: #254DB3;
}

.p-price .price-list .price-detail {
  border-radius: 3px;
  padding: 30px;
  background-color: #fff;
  margin-top: 2px;
}

.p-price .price-list .price-detail li {
  border-bottom: 1px #323232 dotted;
  line-height: 1.8rem;
  font-size: 22px;
  padding: 10px 20px;
}

.p-price .price-list .price-detail li .small {
  font-size: 18px;
}

.p-price .price-list .price-detail .note {
  border-bottom: none;
  font-size: 19px;
}

.p-price .price-list .price-detail li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/hpproduct/check-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 1rem;
  left: 1rem;
  margin-right: 10px;
}

.p-price .price-list .price-detail .note::before {
  background-image: none;
  margin-right: 0;
  width: 0;
}

/* ----------------------------------------------------
 コンサルティング　基本幅
---------------------------------------------------- */
.p-consulting #net ul,
.p-consulting #management ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 10px;
}

.p-consulting #net li,
.p-consulting #management li {
  background: #e2e9fa;
  border-radius: 3px;
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 1.8;
}

.p-consulting #net li {
  width: 32%;
  padding: 1.75em 2.5% 1.5em;
}

.p-consulting #management li {
  display: flex;
  width: 19%;
  padding: 1.65em 2% 1.5em;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.p-consulting #net li img {
  display: block;
  margin: auto auto 1.5em;
}

/*
.p-consulting .imgBox div:not(.iframeWrap) {
    padding: 0 5px 25px 5px;
    max-width: 100%;
    min-width: 100px;
    margin: auto;
}
.p-consulting .imgBox div.iframeWrap {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.iframeWrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
*/
.anotherimgBox {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: center;
}

.anotherimgBox > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
}

.iframeWrap {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  box-sizing: border-box;
  /*    border-radius: 3px;*/
}

.iframeWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

iframe body {
  background-color: transparent;
}

/* ----------------------------------------------------
 SEO対策　基本幅
---------------------------------------------------- */
.p-seo #about .about-lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.p-seo #about .about-lead img {
  width: 50%;
}

.p-seo #about .about-lead p {
  width: 50%;
  padding-left: 3%;
}

.p-seo #about ul {
  border: 2px solid #999;
  border-radius: 3px;
  padding: 20px 3.5% 10px 4%;
  margin: 25px auto 20px;
  font-size: 17px;
}

.p-seo #about li {
  padding-left: 1em;
  text-indent: -1.5em;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-seo #about li:before {
  content: "●";
  color: #ffc32d;
  margin-right: 0.5em;
}

.p-seo #seo ol {
  margin: 30px auto 20px;
}

.p-seo #seo li {
  background: #e2e9fa;
  padding: 30px 2% 30px 2.5%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}

.p-seo #seo li span {
  font-size: 30px;
  display: block;
  background: #254DB3;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  line-height: 70px;
  height: 70px;
  min-width: 70px;
  text-align: center;
}

.p-seo #seo li p {
  width: calc(100% - 70px);
  margin-left: 30px;
}


/* ----------------------------------------------------
 レンタルサーバー　基本幅
---------------------------------------------------- */
.p-rentalserver #about p {
  overflow: hidden;
}

.p-rentalserver #about img {
  width: 50%;
  max-width: 630px;
  float: left;
  margin: 0 3% 0.5em 0;
  border-radius: 3px;
  display: block;
}

.p-rentalserver h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #254DB3;
  margin: 5em auto 1em;
}

.p-rentalserver #merit h4 .order {
  width: 2.85em;
  height: 2.85em;
  background: #254DB3;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #254DB3;
  color: #fff;
  border-radius: 50%;
  line-height: 1em;
  font-size: 42px;
  padding: 15px 5px;
  white-space: nowrap;
  margin: 6px auto 1em;
}

.p-rentalserver h5 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: left;
  margin: 2.5em auto 0;
}

.p-rentalserver #merit h4 .order span {
  display: block;
  font-size: 0.5em;
}

.p-rentalserver table {
  width: 99%;
  font-size: 17px;
  margin: 10px auto;
  background: #fff;
}

.p-rentalserver table th,
.p-rentalserver table td {
  border: 1px solid #aaa;
}

.p-rentalserver td:not(:last-child) {
  font-weight: bold;
}

.p-rentalserver td:first-child span {
  font-weight: normal;
  font-size: 16px;
  margin-top: 0.5em;
  display: block;
}

.p-rentalserver .server-priceTable th,
.p-rentalserver .server-priceTable td {
  padding: 1em 1.5em;
}

.p-rentalserver .server-priceTable th {
  background: #e2e9fa;
  color: #333;
}

.p-rentalserver .server-priceTable thead th {
  display: none;
}

.p-rentalserver .server-priceTable td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 7em;
}

.p-rentalserver .server-specTable tr:nth-child(odd) {
  background: #e2e9fa;
}

.p-rentalserver .server-specTable th,
.p-rentalserver .server-specTable td {
  padding: 0.5em 1.5em;
}

.p-rentalserver .server-specTable th {
  background: #254DB3;
  color: #fff;
  font-weight: normal;
}

.p-rentalserver .server-specTable th {
  white-space: nowrap;
}

.p-rentalserver .server-specTable td:first-child {
  width: 40%;
  max-width: 26em;
}

.p-rentalserver .server-specTable td:nth-child(2) {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #254DB3;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}

.p-rentalserver .server-specTable td:last-child {
  font-size: 16px;
}

.p-rentalserver .manual-link {
  width: 98%;
  max-width: 26em;
  padding: 0.25em 1em;
  margin: 15px auto;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 5px;
}

.p-rentalserver .manual-link li {
  margin: 1em 0;
  position: relative;
  color: #254DB3;
  margin-left: 2em;
  line-height: 1.4;
}

.p-rentalserver .manual-link li:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f138";
  /*font-weight: bold;*/
  font-weight: 900;
  color: #254DB3;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -2em;
}

.p-rentalserver .manual-link a {
  color: #254DB3;
}

.p-rentalserver .manual-link span {
  font-size: 17px;
}

/* ----------------------------------------------------
 会社案内　基本幅
---------------------------------------------------- */
/* あなたの困ったを解決する */
.p-company #lottie {
  background-color: #fff;
  width: 96%;
  max-width: 580px;
  height: auto;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  margin: 0 auto;
}

.p-company #greeting:after {
  content: "";
  display: block;
  clear: both;
}

.p-company #greeting .greeting-text01 {
  /*    width: 56%;
    float: right;
*/
  margin: 15px 0;
  text-align: center;
}

.p-company #greeting .greeting-text02 {
  float: left;
  width: 62%;
  /*padding-left: 46%*/
}

.p-company #greeting .greeting-photo {
  width: 35%;
  float: right;
  margin-bottom: 15px;
}

.p-company #greeting .greeting-photo img {
  border-radius: 3px;
}

/* 企業理念 */
.p-company #philosophy dl {
  font-size: 17px;
  background: #fff;
  padding: 20px 4% 30px;
  display: inline-block;
  margin: 15px auto 0;
  text-align: left;
}

/* 行動指針 */
.p-company #guideline .guideline-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-company #guideline .guideline-inner section {
  width: 47.5%;
  margin: 35px 0 15px;
}

.p-company #guideline h4 {
  color: #254DB3;
  font-size: 22px;
  text-align: left;
  margin-bottom: 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}

.p-company #guideline p {
  margin-left: 45px;
}

/* 会社概要 */
.p-company #summary table,
.p-recruit table {
  width: 100%;
  margin: 50px auto 30px;
  font-size: 17px;
}

.p-company #summary table tr,
.p-recruit table tr {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.p-company #summary table th,
.p-company #summary table td,
.p-recruit table th,
.p-recruit table td {
  padding: 1em 1.25em 1em 1.5em;
}

.p-company #summary table th,
.p-recruit table th {
  background: #e2e9fa;
  text-align: left;
  width: 9em;
}

.p-company #summary table .telfax dt,
.p-recruit table .telfax dt {
  float: left;
}

.p-company #summary table .telfax dd,
.p-recruit table .telfax dd {
  margin-left: 3em;
}

.p-company #summary ul.business {
  columns: 2;
  column-gap: 1%;
}

.p-company #summary ul.seminar,
.p-company #summary ul.media {
  columns: 3;
  column-gap: 1%;
  font-size: 16px;
}

.p-company #summary ul li:before {
  content: "・";
  margin-right: 0.25em;
}

.p-company #summary ul li {
  margin: 0 2% 0.5em 0;
  padding-left: 1em;
  text-indent: -1.25em;
}

.p-company .googlemap {
  width: 100%;
  height: 500px;
  border: 0;
}

.p-company .list-sdgs li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  background: #f0f0ee;
}

.p-company .list-sdgs dt {
  width: 250px;
}

.p-company .list-sdgs dd {
  width: calc(100% - 250px);
  text-align: left;
  line-height: 2;
  padding: 2rem;
}

/* ----------------------------------------------------
 制作の流れ　基本幅
---------------------------------------------------- */
.p-flow .flow-mainBox img {
  float: left;
  width: 46%;
  max-width: 550px;
  margin: 0.5em 4% 0.75em 0;
  display: block;
}

.p-flow .flow-mainBox p {
  overflow: hidden;
}

.p-flow #flow section {
  background: #fff;
  padding: 20px;
  margin: 50px auto;
  position: relative;
  border-radius: 3px;
}

.p-flow #flow section:nth-of-type(n+2):before {
  content: url(../img/flow/icon_arrow.png);
  color: #254DB3;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.p-flow #flow section:after {
  content: "";
  display: block;
  clear: both;
}

.p-flow #flow section h4 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: left;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  padding: 0 1% 20px 0;
  float: left;
  width: 62%;
  margin: 0 3% 20px 0;
}

.p-flow #flow section h4 .flow-order {
  font-size: 1.15em;
  color: #254DB3;
  border-right: 1px solid #ccc;
  padding: 0 20px;
  margin-right: 20px;
  float: left;
}

.p-flow #flow section h4 .flow-item {
  overflow: hidden;
}

.p-flow #flow section img {
  display: block;
  width: 35%;
  max-width: 380px;
  float: right;
  border-radius: 3px;
}

.p-flow #flow section p {
  float: left;
  width: 62%;
  padding: 0 20px;
}

.p-flow #flow section.img-none h4,
.p-flow #flow section.img-none p {
  float: none;
  width: 100%;
  margin-right: 0;
}

/* ----------------------------------------------------
 ライブ配信　基本幅
---------------------------------------------------- */
.p-live .main-catch {
  background: rgba(39, 179, 140, 0.7);
  /* #27B38C 70% */
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.p-live .main-bottom {
  background: url("../img/live/main-bottom.jpg") center top/cover no-repeat;
  min-height: 255px;
  /*min-height: 255px;*/
}

.p-live .catch-sub {
  font-size: 1.25rem;
  padding-top: 4rem;
  font-weight: bold;
}

.p-live .catch {
  font-size: 2.5rem;
  color: #27B38C;
  font-weight: bold;
  /*margin-top: 1.8rem;*/
  padding-top: 4rem;
}

.p-live .main-detail {
  margin-top: -4rem;
}

.p-live .main-detail p {
  line-height: 1.5;
  font-size: 2rem;
}

.p-live .list-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.p-live .list-service dl {
  width: 30%;
  padding: 3% 2%;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.p-live .list-service dt {
  border-bottom: #FFC32D 3px solid;
  margin-bottom: 2rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
}

.p-live .list-service dd p {
  margin-top: 1rem;
}

.p-live .ttl-service {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
}

.p-live .ttl-service .eng {
  display: block;
  color: #27B38C;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1;
}

.p-live .list-beginner li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5rem;
  align-items: flex-start;
}

.p-live .list-beginner dl {
  width: 55%;
}

.p-live .list-beginner dt {
  font-size: 2.125rem;
  text-align: left;
  font-weight: bold;
  margin-left: 2rem;
}

.p-live .list-beginner dt::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f14a';
  color: #27B38C;
  margin-left: -2.5rem;
  margin-right: .5rem;
  font-weight: 900;
}

.p-live .list-beginner dd {
  margin-top: 3rem;
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
  margin-left: 2rem;
}

.p-live .list-beginner dd::before {
  content: 'answer';
  display: block;
  width: 100px;
  background: #27B38C;
  color: #fff;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.p-live .list-beginner img {
  width: 38%;
}

.p-live #price .ttl-price {
  font-size: 2.5rem;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
}

.p-live #price .text-price {
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
}

.p-live #price .text-price span {
  font-size: 3rem;
  margin-left: .5rem;
}

.p-live #price .text-price span.tax {
  font-size: 1.25rem;
  font-weight: normal;
}

.p-live #price .text-area {
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  border: 2px solid #fff;
}

.p-live #basic {
  position: relative;
}

.p-live #basic::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #27B38C;
  position: absolute;
  top: 0px;
  left: 47%;
}

.p-live #basic .list-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-live #basic .list-basic li {
  width: 32%;
  background: #fff;
  padding: 2% 1%;
  margin-bottom: 2rem;
}

.p-live #basic .list-basic li:nth-child(4), #basic .list-basic li:nth-child(5) {
  width: 49%;
}

.p-live #basic .list-basic li:nth-child(6), #basic .list-basic li:nth-child(7) {
  width: 100%;
}

.p-live #basic .list-basic li:nth-child(6) p {
  margin-top: 30px;
}

.p-live #basic .list-basic li dt {
  background: #27B38C;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
}

.p-live #basic .list-basic li img {
  margin: 30px auto;
}

.p-live #basic .list-basic li p {
  font-size: 1.25rem;
}

.p-live #basic .list-consultation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.p-live #basic .list-consultation li {
  width: 50% !important;
  margin: auto;
  text-align: left;
  font-size: 1.5rem;
  padding: 0 15px;
}

.p-live #basic .list-consultation li::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f14a';
  color: #27B38C;
  margin-right: .5rem;
  /*font-weight: bold;*/
  font-weight: 900;
  font-size: 2.25rem;
}

.p-live #detail .list-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-live #detail .list-detail li {
  width: 49% !important;
  background: #fff;
  padding: 2% 1%;
  margin-bottom: 2rem;
}

.p-live #detail .list-detail li dt {
  background: #1F758E;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
}

.p-live #detail .list-detail li img {
  margin: 30px auto;
}

.p-live #detail .list-detail li p {
  font-size: 1.25rem;
}

.p-live #option .box-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.p-live #option table {
  width: 49%;
  border: 1px solid #ccc;
  font-size: 1.25rem;
}

.p-ec #documents table {
  width: 100%;
  border: 1px solid #ccc;
  /*font-size: 1.125rem;*/
}

.p-live #option table th,
.p-ec #documents table th {
  background: #f7f7f7;
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}

.p-ec #documents table th {
  font-weight: normal;
}

.p-live #option table td,
.p-ec #documents table td {
  background: #fff;
  padding: 10px;
  text-align: right;
  border: 1px solid #ccc;
}

.p-ec #documents table td {
  text-align: left;
}

.p-live .submit {
  color: #1F758E;
  border: 2px #1F758E solid;
  cursor: pointer;
  min-width: 300px;
}

.p-live .submit:hover {
  background: #1F758E;
}

.p-live .submit::before {
  background: #1F758E;
}

#contact table {
  font-size: 1.25rem;
}

#contact table th {
  background: #E8E8E8;
  padding: 10px 0 10px 20px;
  text-align: left;
  border: 1px solid #ccc;
  vertical-align: middle;
}

#contact table td {
  background: #fff;
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}

.p-ec .fm_input-text,
.p-live .fm_input-text,
.p-ec .fm_input-textarea,
.p-live .fm_input-textarea,
.p-ec .fm_input-select,
.p-live .fm_input-select {
  width: 90%;
}

p.error {
  list-style: none;
  color: #CF3F34;
  padding: 5px 5px 5px 20px;
  font-weight: normal;
  font-size: 0.8em;
}

.privacy {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 0 5% 5% 5%;
  border: solid 1px #ccc;
  border-radius: 3px;
  text-align: left;
  font-size: 1rem;
}

.limark {
  text-align: left;
  font-size: 1em !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mailform_submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* ----------------------------------------------------
 ECサイト制作　基本幅
---------------------------------------------------- */
.p-ec .main-catch {
  background: rgba(234, 85, 72, 0.7);
  /* #EA5548 70% */
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.p-ec .catch {
  font-size: 2.5rem;
  color: #EA5548;
  font-weight: bold;
  text-align: center;
}

.p-ec .sub-catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-ec .sub-catch li {
  width: 30%;
  position: relative;
  background: url(../img/ec/bg-catch.png) no-repeat;
  background-size: cover;
  text-align: center;
}

.p-ec .sub-catch li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.p-ec .sub-catch .fukidashi {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 33%;
  padding: 7px 10px;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 1.5rem;
  background: #EA5548;
  border-radius: 50%;
  text-align: center;
  padding-top: 42px;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}

/*
.p-ec .sub-catch .fukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #EA5548;
    z-index: 2;
}
*/
.p-ec .sub-catch .fukidashi:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 55%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #EA5548;
  z-index: 1;
}

.p-ec .sub-catch p {
  position: absolute;
  top: 36%;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-ec .main-detail p {
  line-height: 1.5;
  font-size: 2rem;
}

.p-ec .list-solution li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5rem;
  align-items: flex-start;
}

.p-ec .list-solution dl {
  width: 55%;
}

.p-ec .list-solution dt {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-left: 2rem;
}

.p-ec .list-solution dt::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f14a';
  color: #EA5548;
  margin-left: -2.5rem;
  margin-right: .5rem;
  font-weight: 900;
}

.p-ec .list-solution dd {
  margin-top: 3rem;
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
  margin-left: 2rem;
}

.p-ec .list-solution dd::before {
  content: 'answer';
  display: block;
  width: 100px;
  background: #EA5548;
  color: #fff;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.p-ec .list-solution img {
  width: 38%;
}

.p-ec .ttl-service {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

.p-ec .ttl-service .eng {
  display: block;
  color: #EA5548;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1;
}

.p-ec .btn-download {
  display: inline-block;
  position: relative;
  background: #EA5548;
  color: #fff;
  font-size: 1.5rem;
  /*padding: 6.5rem ​15rem 2rem 15rem;*/
  padding: 6.5rem 15rem 2rem 15rem;
  box-shadow: 0px 0px 15px -5px #323232;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}

.p-ec .btn-download:hover {
  text-decoration: none;
}

.p-ec .btn-download::before {
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  content: '\f15b';
  color: #fff;
  font-size: 4.0625rem;
  left: calc(50% - 2rem);
  top: .5rem;
  font-weight: 900;
}

.p-ec .table-wrapper {
  height: 500px;
  overflow-y: scroll;
}

.p-ec .list-consulting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  counter-reset: circle 0;
  /* カウンターの初期値を０にセット */
}

.p-ec .list-consulting li {
  width: 31%;
  position: relative;
  display: block;
  box-shadow: 0px 0px 15px -5px #323232;
  padding: 5rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}

.p-ec .list-consulting li:before {
  content: "0" counter(circle);
  /* 表示形式を指定 */
  counter-increment: circle 1;
  /* カウンターの値を増加させる */
  display: block;
  color: #FBDDDA;
  position: absolute;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8125rem;
  transform: translate(0, -50%);
  top: 3.5rem;
  left: 50%;
  margin-left: -2rem;
}

.p-ec .list-consulting li img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.p-ec .submit {
  color: #EA5548;
  border: 2px #EA5548 solid;
  cursor: pointer;
  min-width: 300px;
}

.p-ec .submit:hover {
  background: #EA5548;
}

.p-ec .submit::before {
  background: #EA5548;
}

/* ----------------------------------------------------
  フッター　基本幅
---------------------------------------------------- */
footer {
  background: #254DB3;
  color: #fff;
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

footer .footer-inner {
  max-width: 1360px;
  padding: 50px 3% 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

footer #footer-logo {
  width: 120px;
  float: left;
}

footer #footer-logo img {
  width: 120px;
  height: 30px;
}

footer #footer-logo span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 2;
  text-indent: 0.15em;
  letter-spacing: 0.15em;
  white-space: nowrap;
  font-size: 13px;
}

footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

footer .footer-nav li {
  font-size: 16px;
  padding: 0.5em 2em 0.5em 0;
  text-align: right;
}

footer .footer-nav li:last-child {
  padding-right: 0;
}

footer .footer-inner ul a {
  color: #fff;
}

footer address dt {
  font-size: 20px;
}

footer address,
footer #copyright {
  width: 100%;
  margin: 25px 0 0 0;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background: #254DB3;
  border: 1px solid #fff;
  z-index: 100;
}

#pagetop:hover {
  text-decoration: none;
  background: #254DB3;
}

/* ----------------------------------------------------
  jquery inview　基本幅
【JSファイル】js/jquery.inview.min.js
  　　　　　　js/effect.js
------------------------------------------------------*/
/* 移動しながら出現（上下左右共通）*/
.slide-down,
.slide-left,
.slide-up,
.slide-right {
  opacity: 0;
  transition: .8s;
}

/* 下移動して出現 */
.slide-down {
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
}

/* 左移動して出現 */
.slide-left {
  transform: translate(40px, 0);
  -webkit-transform: translate(40px, 0);
}

/* 上移動して出現 */
.slide-up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}

/* 右移動して出現 */
.slide-right {
  transform: translate(-40px, 0);
  -webkit-transform: translate(-40px, 0);
}

/* ストップ（上下左右共通） */
.slide-stop {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* 3D回転して出現 */
.rotation3d {
  transition: .8s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.rotation3d-stop {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

/* フェードインで出現 */
.fadein {
  opacity: 0;
  transition: 2s;
}

.fadein-stop {
  opacity: 1.0;
}

/* 遅延 */
.delay1 {
  transition-delay: .5s;
}

.delay2 {
  transition-delay: 1s;
}

.delay3 {
  transition-delay: 1.5s;
}

.delay4 {
  transition-delay: 2s;
}

.delay5 {
  transition-delay: 2.5s;
}

.delay6 {
  transition-delay: 3s;
}

.delay7 {
  transition-delay: 3.5s;
}

.delay8 {
  transition-delay: 4s;
}

/* ----------------------------------------------------
  他　基本幅
---------------------------------------------------- */
/* リンクボタン */
.btn01 {
  color: #254DB3;
  font-size: 17px;
  display: inline-block;
  padding: 20px 1.75em;
  width: 90%;
  max-width: 300px;
  min-height: 60px;
  line-height: 20px;
  position: relative;
  border: 2px solid #254DB3;
  /*border-radius: 3px;*/
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.btn01.row2 {
  padding: 10px 1em;
}

.btn01 {
  overflow: hidden;
}

.btn01:hover {
  color: #fff;
  background: #254DB3;
  text-decoration: none;
}

.btn01::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -2;
  content: '';
  width: 130%;
  height: 110%;
  background: #254DB3;
  transform-origin: left top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s ease-in-out;
}

.btn01:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f054";
  /*font-weight: bold;*/
  font-weight: 900;
  position: absolute;
  /* right: 4%; */
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.btn01:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.btn-yellow {
  color: #323232;
  border: 2px solid #f5b414;
}

.btn-yellow:hover {
  background: #f5b414;
}

.btn-yellow::before {
  background: #f5b414;
}

/* フォント */
.font-accent {
  font-family: "Kosugi", sans-serif;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.min {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  font-style: normal;
}

/* 文字サイズ */
.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.font24 {
  font-size: 24px;
  font-size: 1.5rem !important;
}

.font30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.font34 {
  font-size: 34px;
  font-size: 2.125rem;
}

.font36 {
  font-size: 36px;
  font-size: 2.25rem;
}

.font56 {
  font-size: 56px;
  font-size: 3.5rem;
}

.font2rem {
  font-size: 2rem;
}

/* 文字書式 */
.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline;
}

/* 文字色 */
.blue {
  color: #254DB3;
}

/* 文字幅 */
.num {
  display: inline-block;
  text-indent: 0.15em;
  letter-spacing: 0.3em;
  margin-right: -0.1em;
}

/* 行間 */
.lh2 {
  line-height: 2;
}

/* 蛍光の下線 */
.marker-yellow.active {
  background-position: 0% bottom;
}

.marker-yellow.thin.active {
  background-position: 0% bottom;
}

.marker-yellow {
  /*
    background: -webkit-linear-gradient(left, #ffcc66 50%, transparent 50%) 100% bottom / 200% 25% no-repeat;
    background: linear-gradient(to right, #ffcc66 50%, transparent 50%) 100% bottom / 200% 25% no-repeat;
    細く変更 */
  background: -webkit-linear-gradient(left, #ffcc66 50%, transparent 50%) 100% bottom/200% 8% no-repeat;
  background: linear-gradient(to right, #ffcc66 50%, transparent 50%) 100% bottom/200% 8% no-repeat;
  -webkit-transition: background-position 2s ease-out;
  transition: background-position 2s ease-out;
}

.marker-yellow.thin {
  background: -webkit-linear-gradient(left, #ffcc66 50%, transparent 50%) 100% bottom/200% 6% no-repeat;
  background: linear-gradient(to right, #ffcc66 50%, transparent 50%) 100% bottom/200% 6% no-repeat;
  -webkit-transition: background-position 2s ease-out;
  transition: background-position 2s ease-out;
}

/* 背景色 */
.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f0f0ee;
}

.bg-green {
  background: #D5F0E9;
}

.bg-moss {
  background: #27B38C;
}

.bg-blue {
  background: #B5D4E9;
}

.bg-pink {
  background: #FBDDDA;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* 幅 */
.inner94,
.inner92 {
  max-width: 1260px;
  margin: auto;
}

/* トップページとホームページ制作ページだけは幅広 */
.p-home .inner94, .p-home .inner92,
.p-hpproduct .inner94, .p-hpproduct .inner92 {
  max-width: 1360px;
  /*max-width: 1920px;*/
}

.inner94 {
  width: 94%;
}

.inner92 {
  width: 92%;
}

.w94per {
  width: 94%;
  margin: auto;
}

.w98per {
  width: 98%;
  margin: auto;
}

.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px !important;
  margin: 0 auto;
}

/* ボーダー */
.border-999-3 {
  border: 1px solid #999;
  border-radius: 3px;
}

.border-ccc-3 {
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 角丸 */
.radius {
  border-radius: 20px;
}

/* 配置 */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

/* 余白 */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.p30 {
  padding: 30px;
}

.pt60-30 {
  padding-top: 60px;
}

.pt90-60 {
  padding-top: 90px;
}

.pb60-30 {
  padding-bottom: 60px;
}

.pb90-60 {
  padding-bottom: 90px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/* 表示・非表示 */
.sptb-only {
  display: none;
}

.sp-only {
  display: none;
}

.pctb-only {
  display: block;
}

/* telリンク */
a[href^="tel:"] {
  pointer-events: none;
}

a:hover[href^="tel:"] {
  text-decoration: none;
}

/* 埋め込み動画のレスポンシブ化 */
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-box2-border {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1rem;
}
.list-box2-border li {
  width: 48%;
  border: 1px solid #323232;
  border-radius: 1rem;
  padding: 2rem 3rem;
}

.list-check li {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

.list-check li::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f14a';
  margin-right: .5em;
  font-size: 1.8rem;
  color: #f5b414;
}

#excee-feature article {
  padding: 3rem;
}

#excee-feature article h3 {
  text-align: left;
  display: flex;
  gap: .5em;
  align-items: center;
}
#excee-feature article h4 {
  text-align: left;
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 1em;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #323232;
}

#excee-feature article h3::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/logo-e-new.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#excee-feature article div {
  /* border-top: dotted 1px; */
  /* padding-top: 1rem; */
  display: flex;
  padding-top: 1rem;
  align-items: start;
}
#excee-feature article div img {
  width: 30%;
}

.list-merit {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.list-merit li h3 {
  text-align: left;
  background: #7a8dbe;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 1rem;
  font-size: 20px;
}
.list-merit li p {
  margin-top: 2rem;
}

.list-point {
  display: flex;
  list-style-type: none;
  counter-reset: pointdetail 0;
  flex-direction: column;
  gap: 3rem;
}
.list-point li {

}

.list-point li h3::before {
  counter-increment: pointdetail 1;
  content: counter(pointdetail) ".";
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  margin-left: -6rem;
  margin-right: 2rem;
  color: #dcdbdb;
}
.list-point li h3 {
  padding-left: 6rem;
  border-bottom: 1px solid #dcdbdb;
  font-size: 20px;
  text-align: left;
}
.list-point li p {
  margin-top: 1rem;
}

.list-point li h4 {
  font-weight: normal;
  text-align: left;
  margin-top: .5em;
  font-size: 1.5rem;
  /* font-family: 'Noto Serif JP'; */
}



/* ====================================================

1921px幅以下

==================================================== */
@media screen and (max-width: 1921px) {
  #main-visual .bnr-shien {
    display: none;
  }
  #optimal .bnr-shien {
    display: block;
  }
}

/* ====================================================

1259px幅以下

==================================================== */
@media screen and (max-width: 1259px) {
  html {
    font-size: 95%;
  }
  /* ----------------------------------------------------
  ヘッダー　1259px幅以下
---------------------------------------------------- */
  body.menuOpen {
    position: relative;
    /*IE対策*/
  }
  header {
    /*height: 60px;*/
    /*padding: 5px 2%;*/
  }
  header #header-logo {
    /*
        width: 120px;
        margin-top: 3px;
        */
  }
  header #header-logo span {
    font-size: 12px;
    line-height: 1.4;
    color: #323232;
  }
  header .navDrawr {
    background-color: #444;
    position: fixed;
    width: 250px;
    /*top: 60px;*/
    top: 5.275rem;
    bottom: 0;
    right: -250px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .navDrawr .overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.49);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header .navDrawrBtn {
    text-align: right;
  }
  header .navDrawrBtn span {
    position: absolute;
    /*top: 0;*/
    top: 1rem;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #323232;
  }
  /* ページナビの分を調整 */
  .p-hpproduct header .navDrawrBtn span,
  .p-solution header .navDrawrBtn span {
    top: 0;
    right: 1.275rem;
  }
  header .navDrawrBtn span::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0c9";
    /*font-weight: bold;*/
    font-weight: 900;
    font-size: 24px;
    color: #323232;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 60px;
  }
  body.menuOpen header .navDrawrBtn span::before {
    content: "\f00d";
  }
  header .navDrawr > ul {
    display: block;
    right: 0;
    top: 0;
    width: 100%;
  }
  header .navDrawr > ul > li {
    text-align: left;
    width: 100%;
    font-size: 15px;
  }
  header .navDrawr > ul > li:not(:last-child):hover {
    background: none;
  }
  header .navDrawr li#gnav-home {
    display: block;
  }
  header .navDrawr > ul > li > a {
    position: relative;
    background: #444;
    color: #fff;
    z-index: 9999;
    line-height: 30px;
    padding: 10px 0 10px 2em;
  }
  header .navDrawr > ul > li > a:hover {
    background: #555;
    color: #fff;
  }
  header .navDrawr > ul > li > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.75em;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    /*font-weight: bold;*/
    font-weight: 900;
  }
  header .navDrawr li#gnav-contact a {
    margin: 0;
    border-radius: 0;
    /*color: $main-color-black;*/
    line-height: 35px;
  }
  /* ▼グローバルナビのサブメニュー */
  header .navDrawr .subMenu {
    display: block !important;
    position: static;
    transform: none;
    /*max-height: 292px;*/
    max-height: 438px;
    background: #fff;
    border-radius: 0;
  }
  header .navDrawr .subMenu ul {
    padding: 0;
  }
  header .navDrawr .subMenu li {
    width: 50%;
    padding: 0;
    border-radius: 0;
  }
  header .navDrawr .subMenu li img {
    border-radius: 0;
  }
  header .navDrawr .subMenu a .subMenu-text {
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    padding: 0 1px;
    border-radius: 0;
  }
  .p-home header .navDrawrBtn span::before {
    /*color: #fff;*/
  }
  /* ホームのみスクロール前 */
  .p-home header.homeHeader-before .navDrawr > ul > li:not(:last-child):hover a {
    color: #fff;
  }
  /* ホームのみスクロール後にヘッダーのカラー変更 */
  .p-home header.homeHeader-after .navDrawr > ul > li:not(:last-child) a,
  .p-home header.homeHeader-after .navDrawr > ul > li:not(:last-child):hover a {
    color: #fff;
  }
  .p-home header.homeHeader-after .navDrawrBtn span::before {
    color: #323232;
  }
  /* Solutionとホームページ制作のみヘッダー固定しない */
  .p-solution header,
  .p-hpproduct header {
    position: relative;
  }
  /* Serviceページでサブメニューを表示しない設定解除 */
  .p-service header .navDrawr .subMenu {
    opacity: 1;
    visibility: visible;
  }
  .p-sub #ttl-sub {
    margin-top: -5rem;
  }
  /* ----------------------------------------------------
  MAIN　1259px幅以下
---------------------------------------------------- */
  main {
    padding-top: 60px;
  }
  /* ローカルナビ */
  #localNavi {
    background: #f0f0ee;
    height: 60px;
    padding: 0 1%;
    width: 100%;
    transform: none;
    left: 0;
    border-radius: 0;
  }
  body.menuOpen #localNavi {
    z-index: 1;
  }
  body.menuOpen2 #localNavi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    /*ローカルナビのメニューオープン時は全面に*/
  }
  #localNavi .ttl-mobile {
    color: #254DB3;
    display: block;
    line-height: 60px;
    margin-left: 2%;
    font-weight: bold;
  }
  #localNavi .ttl-pc {
    display: none;
  }
  #localNavi .navDrawr2 {
    background-color: #e2e9fa;
    position: fixed;
    width: 250px;
    top: 60px;
    bottom: 0;
    right: -250px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
  }
  #localNavi .navDrawr2 .overlay2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #localNavi .navDrawrBtn2 {
    text-align: right;
  }
  #localNavi .navDrawrBtn2 span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #localNavi .navDrawrBtn2 span::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0c9";
    /*font-weight: bold;*/
    font-weight: 900;
    font-size: 24px;
    color: #254DB3;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 60px;
  }
  body.menuOpen2 #localNavi .navDrawrBtn2 span::before {
    content: "\f00d";
  }
  #localNavi .navDrawr2 li a {
    background: #e2e9fa;
  }
  #localNavi .navDrawr2 li a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  #localNavi .navDrawr2 a::before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0.75em;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    /*font-weight: bold;*/
    font-weight: 900;
  }
  #localNavi .navDrawr2 li {
    text-align: left;
    width: 100%;
  }
  #localNavi .navDrawr2 li a {
    height: auto;
    border: none;
    padding: 15px 0 15px 30px;
    justify-content: flex-start;
    /*左揃*/
  }
  #localNavi .navDrawr2 li a:after {
    display: none;
  }
  #localNavi .navDrawr2 br {
    display: none;
  }
  /* ローカルナビの余白 */
  .p-hpproduct .fix-height {
    padding-bottom: 80px;
  }
  /* ----------------------------------------------------
  ホームぺージ制作　1259px幅以下
---------------------------------------------------- */
  .p-hpproduct .hpNav {
    padding-bottom: 80px;
  }
  .p-hpproduct section[id^="merit0"] {
    /*
        margin-top: -60px;
        padding-top: 60px;
        margin-bottom: -60px;
        padding-bottom: 60px;
        */
  }
  /* ----------------------------------------------------
 制作実績　1259px幅以下
---------------------------------------------------- */
  .p-hpworklist .works-inner section {
    display: block;
    width: 49%;
  }
  .p-hpworklist .works-inner a {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .p-hpworklist a .mask,
  .p-hpworklist section.top2 a .mask {
    position: static;
    display: block;
    opacity: 1;
    color: #323232;
    background: none;
    padding: 20px 5%;
  }
  .p-hpworklist a .mask .works-content {
    display: flex;
    /*ボタンを下に揃える為*/
    flex-direction: column;
    /*ボタンを下に揃える為*/
    height: 100%;
    /*ボタンを下に揃える為*/
  }
  .p-hpworklist a .mask h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .p-hpworklist a .mask p {
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .p-hpworklist a .mask .btn-worksMore {
    border: 2px solid #003db2;
    color: #003db2;
    margin: auto auto 0;
    /*ボタンを下に揃える為*/
  }
  .p-hpworklist a:hover .mask .btn-worksMore {
    background: #003db2;
    color: #fff;
  }
  /* ----------------------------------------------------
 コンサルティング　1259px幅以下
---------------------------------------------------- */
  .p-consulting #management li br {
    display: none;
  }
  /* ----------------------------------------------------
  Solution（８つのお客様の困ったを解決）　1259px幅以下
---------------------------------------------------- */
  .p-solution section[id^="slt"] {
    margin-top: -30px;
    padding-top: 60px;
    margin-bottom: -60px;
    padding-bottom: 60px;
  }
  /* ----------------------------------------------------
 会社案内　1259px幅以下
---------------------------------------------------- */
  /* あなたの困ったを解決する */
  .p-company #greeting .greeting-text01 {
    width: auto;
    float: none;
    /*margin: 0 auto 30px;*/
    margin: 0 auto;
  }
  .p-company #greeting .greeting-text02 br {
    display: none;
  }
  /* 会社概要 */
  .p-company #summary ul.business {
    columns: 1;
  }
  .p-company #summary ul.seminar,
  .p-company #summary ul.media {
    columns: 2;
  }
  /* ----------------------------------------------------
    ライブ配信サービス　1259px幅以下
    ---------------------------------------------------- */
  .p-live .catch {
    padding-top: 0;
    margin-top: 2rem;
    font-size: 2rem;
  }
  .p-live .main-bottom {
    /*        background: url('../img/live/main-bottom.jpg')  center top / contain no-repeat;
*/
    min-height: unset;
    background: none;
  }
  .p-live .main-detail {
    margin-top: 1rem;
  }
  .p-ec .catch {
    font-size: 2rem;
  }
}

/* ====================================================

1024px幅以下

==================================================== */
@media screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  /* ----------------------------------------------------
  ホーム　1024px幅以下
---------------------------------------------------- */
  /* ホームのNews（お知らせ）とBlog（ブログ） */
  .p-home #information ul {
    height: auto;
    overflow: hidden;
  }
  /* ----------------------------------------------------
 制作実績　1024px幅以下
---------------------------------------------------- */
  .p-hpworklist .works-inner {
    justify-content: space-around;
  }
  .p-hpworklist .works-inner section {
    width: 49%;
  }
  /* ----------------------------------------------------
 料金表　1024px幅以下
---------------------------------------------------- */
  .p-price table td:nth-child(2) {
    border-left: 1px solid #999;
  }
  /* ----------------------------------------------------
 会社案内　1024px幅以下
---------------------------------------------------- */
  /* あなたの困ったを解決する */
  .p-company #greeting .greeting-text02 {
    padding: 0;
  }
  .p-company #greeting .greeting-photo {
    margin-left: 3%;
  }
  /* 行動指針 */
  .p-company #guideline .guideline-inner section {
    width: 100%;
  }
  /* 会社概要 */
  .p-company #summary table th,
  .p-company #summary table td,
  .p-recruit table th,
  .p-recruit table td {
    padding: 1em 0.75em 1em 1em;
  }
  .p-company #summary table th,
  .p-recruit table th {
    width: 8em;
  }
  .p-client .service {
    flex-wrap: wrap;
  }
  .p-client .service li {
    width: 30%;
    text-align: center;
    margin-top: 5px;
  }
  /* 料金表 */
  .p-price .box-price-list .price-list {
    width: 100%;
  }
  /* ----------------------------------------------------
 ライブ配信サポート　1024px幅以下
---------------------------------------------------- */
  .p-sub .main-lp .main-catch {
    position: relative;
    font-size: 2rem;
    padding: 0 1rem;
  }
  .p-live .list-service dl,
  .p-ec .list-solution dl {
    width: 48%;
    padding: 3% 2%;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  .p-live .list-beginner dl,
  .p-ec .list-solution dl {
    width: 100%;
  }
  .p-live .list-beginner img,
  .p-ec .list-solution img {
    width: auto;
    margin: 30px auto;
  }
  .p-live .list-beginner dd,
  .p-ec .list-solution dd {
    margin-left: 0;
  }
  .p-live .list-beginner li,
  .p-ec .list-solution li {
    border-bottom: 1px solid #ccc;
    margin-top: 2rem;
  }
  .p-live .list-beginner dd,
  .p-ec .list-solution dd {
    margin-top: 2rem;
  }
  .p-live .list-beginner li:nth-child(even) dl,
  .p-ec .list-solution li:nth-child(even) dl {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .p-live .list-beginner li:nth-child(even) img,
  .p-ec .list-solution li:nth-child(even) img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .p-live .list-beginner li:nth-last-child(),
  .p-ec .list-solution li:nth-last-child() {
    border-bottom: none;
  }
  .p-live #basic .list-consultation li {
    width: 100% !important;
  }
  /* ----------------------------------------------------
  ECサイト制作　1024px幅以下
---------------------------------------------------- */
  .p-ec .sub-catch li {
    width: 100%;
    background: none;
  }
  .p-ec .sub-catch li::before {
    content: none;
  }
  .p-ec .sub-catch p {
    position: relative;
    top: unset;
    text-align: left;
  }
  .p-ec .sub-catch .fukidashi {
    position: unset;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .p-ec .sub-catch .fukidashi:after {
    content: unset;
  }
  /* ----------------------------------------------------
  他　1024px幅以下
---------------------------------------------------- */
  /* リンクボタン */
  .btn01 {
    font-size: 16px;
    padding: 15px 1.75em;
    min-height: 50px;
  }
  .btn01::before {
    display: none;
  }
  /* 余白 */
  .pt60 {
    padding-top: 60px;
  }
  .pt60-30 {
    padding-top: 50px;
  }
  .pt90-60 {
    padding-top: 80px;
  }
  .pb60-30 {
    padding-bottom: 50px;
  }
  /* 表示・非表示 */
  .pc-only {
    display: none;
  }
  .sptb-only {
    display: block;
  }
  .sp-only,
  .mobile-only {
    display: none;
  }
  /* フッター関連 */
  footer .footer-nav li {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  footer #footer-logo {
    text-align: left;
    width: 100%;
  }
  footer #footer-logo span {
    text-align: left;
  }
  footer address .zip {
    width: 100%;
    display: block;
  }
}

/* ====================================================

896px幅以下

==================================================== */
@media screen and (max-width: 896px) {
  html {
    font-size: 85%;
  }
  /* ----------------------------------------------------
  ホーム　896px幅以下
---------------------------------------------------- */
  .p-home #company .catch {
    font-size: 1.75rem;
  }
  .p-home .text-slider li {
    font-size: 2rem;
  }
  /* ホームのService（サービス内容） */
  .p-home #service section {
    width: 50%;
  }
  /* ホームのSolution（８つの困った） */
  .p-home #solution section {
    width: 50%;
  }
  .p-home #solution section a {
    padding: 30px 6% calc(30px + 2rem) 6%;
  }
  /* ホームのNews（お知らせ）とBlog（ブログ） */
  .p-home #information {
    display: block;
  }
  .p-home #information section {
    width: 100%;
  }
  .p-home #information #blog {
    margin-top: 60px;
  }
  /* メインビジュアル */
  .p-home .mv > .inner {
    /*        height: 100%;*/
  }
  .p-home .mv > .inner .video {
    position: unset;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: unset;
  }
  .p-home main {
    /*margin-top: 60px;*/
  }
  .p-home #main-visual {
    height: 500px;
  }
  .p-home header {
    /*background: #fff;*/
    color: #323232;
  }
  .p-home header #header-logo span {
    color: #323232;
  }
  .p-home header .navDrawrBtn span::before {
    color: #323232;
  }
  .p-home .visual-title {
    font-size: 25px;
  }
  .p-home .visual-text {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  /* ----------------------------------------------------
  サブページ共通　896px幅以下
---------------------------------------------------- */
  /* パンくず */
  #bread {
    font-size: 15px;
  }
  #bread li:not(:last-child):after {
    margin: auto 0.5em;
  }
  /* お問い合わせ */
  aside#contact {
    width: 90%;
  }
  aside#contact .contact-inner {
    margin-left: 0;
  }
  aside#contact .contact-inner .contact-content div {
    width: 100%;
    margin-bottom: 1rem;
  }
  aside#contact .contact-inner .contact-content div:first-of-type {
    border-right: none;
  }
  /* .imgBox div {
    width: 100%;
    max-width: unset;
  } */

  .movie-box,
  .movie-box-two {
    width: 100%;
  }
  .movie-box:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  /* ----------------------------------------------------
 サービス内容　896幅以下
---------------------------------------------------- */
  .p-service .service-inner section {
    width: 50%;
  }
  /* ----------------------------------------------------
 ホームページ制作　896幅以下
---------------------------------------------------- */
  .p-hpproduct #optimal li {
    display: flex;
    width: 96%;
    padding: 15px 3%;
    text-align: left;
    align-items: center;
  }
  .p-hpproduct #optimal li img {
    width: 30%;
    margin: 0 3% 0 0;
  }
  .p-hpproduct #optimal li br {
    display: none;
  }
  .p-hpproduct #merit01 ol li,
  .p-hpproduct #merit01 ol li:first-child,
  .p-hpproduct #merit01 ol li:last-child {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
    position: relative;
  }
  .p-hpproduct #merit01 ol li::after {
    color: #d1deff;
    background: none;
    border: none;
    content: "▼";
    padding: 0;
    margin: 0;
    transform: none;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }
  .p-hpproduct #merit01 ol li::before {
    background: none;
  }
  .p-hpproduct #merit01 ol li:last-child::before,
  .p-hpproduct #merit01 ol li:last-child::after {
    background: none;
  }
  .p-hpproduct section[id^="merit0"] .fukidashi-blue {
    /*
        width: 60%;
        margin-left: 40%;
        padding: 2rem;
        */
    width: 66%;
    margin-left: 34%;
    padding: 1.725rem;
  }
  .p-hpproduct section[id^="merit0"] .fukidashi-blue::after {
    /*left: calc(-50% - 30px);*/
    left: calc(-40% - 30px);
    width: 40%;
  }
  .fukidashi-blue::before {
    left: -50px;
  }
  /* ----------------------------------------------------
 制作実績　896px幅以下
---------------------------------------------------- */
  .p-hpworklist .works-inner section {
    width: 48%;
    /*margin: 15px auto;*/
  }
  .p-hpworklist .works-inner section.top2 {
    width: 100%;
  }
  .p-hpworklist .client-name {
    font-size: 1.15rem;
  }
  .p-hpworklist a .mask p {
    font-size: 1.15rem;
  }
  /* ----------------------------------------------------
 お客様のご紹介　896px幅以下
---------------------------------------------------- */
  .caseDetailImgBox p {
    width: 100%;
    float: none;
    clear: both;
  }
  .caseDetailImgBox img {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 2%;
  }
  /* ----------------------------------------------------
 料金表　896幅以下
---------------------------------------------------- */
  .p-price .price-table td {
    padding: 1em;
  }
  .p-price .price-table td:nth-child(2) {
    width: 6em;
  }
  .p-price .price-table td:last-child {
    width: 8em;
  }
  .p-price .case-table:not(:last-child) {
    max-width: 100%;
  }
  .p-price .recommend {
    width: 50px;
  }
  .p-price .price-list .price-detail li {
    font-size: 17px;
  }
  .p-price .price-list dt .price .amount {
    font-size: 20px;
  }
  .p-price .price-list dt .catch-box .catch {
    font-size: 20px;
  }
  .p-price .price-list dt {
    height: 180px;
  }
  .p-price .price-list .price-detail li {
    padding: 10px 5px;
  }
  .p-price .price-list .price-detail {
    padding: 20px;
  }
  .p-price .box-price-list .price-list {
    padding: 0 10px 20px 10px;
  }
  .p-price .price-list dt {
    background: url(../img/hpproduct/hukidashi.svg) no-repeat center top 30px;
    background-size: 250px;
  }
  /* ----------------------------------------------------
 レンタルサーバー　896幅以下
---------------------------------------------------- */
  .p-rentalserver #about img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .p-rentalserver .server-priceTable thead th {
    display: table-cell;
  }
  .p-rentalserver .server-priceTable tbody th {
    display: none;
  }
  .p-rentalserver .server-specTable th,
  .p-rentalserver .server-specTable td {
    padding: 0.5em 1em;
  }
  /* ----------------------------------------------------
 コンサルティング　896幅以下
---------------------------------------------------- */
  .p-consulting #net li,
  .p-consulting #management li {
    width: 47%;
  }
  /* ----------------------------------------------------
 会社概要　896幅以下
---------------------------------------------------- */
  .p-company #summary ul.seminar,
  .p-company #summary ul.media {
    columns: 1;
  }
  .p-company .googlemap {
    height: 450px;
  }
  .p-company #greeting .greeting-text02 {
    width: 100%;
  }
  .p-company #greeting .greeting-photo {
    width: 100%;
    margin: 0 auto 3rem auto;
    text-align: center;
  }
  /* ----------------------------------------------------
 制作の流れ　896幅以下
---------------------------------------------------- */
  .p-flow .flow-mainBox img {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  .p-flow #flow section h4 {
    width: 100%;
  }
  .p-flow #flow section h4 .flow-order {
    padding: 0 10px;
    margin-right: 10px;
  }
  .p-flow #flow section img {
    width: 47.5%;
    margin: 0 0 0.25em 2.5%;
  }
  .p-flow #flow section p {
    padding: 0 10px;
    float: none;
    width: 100%;
  }
  /* ----------------------------------------------------
 動画配信サービス　896幅以下
---------------------------------------------------- */
  .p-live .main-detail p {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .p-live .main-catch {
    font-size: 2.25rem;
  }
  .p-live #detail .list-detail li {
    width: 100% !important;
  }
  .p-live #option table {
    width: 100%;
  }
  .p-live #option table th {
    width: 70%;
  }
  .p-live #price .text-price {
    font-size: 5rem;
  }
  .p-live #basic::before {
    left: 44%;
  }
  .p-live .form_section {
    padding: 0;
  }
  .p-live .mailform_submit {
    margin-top: 30px;
  }
  /* ----------------------------------------------------
 ECサイト制作　896幅以下
---------------------------------------------------- */
  .p-ec .list-consulting li {
    width: 48%;
  }
  .p-ec .btn-download {
    width: 100%;
    padding: 6.5rem 0 2rem 0;
  }
  .p-sub .main-lp .main-catch {
    position: absolute;
  }
  /* ----------------------------------------------------
  フッター　896px幅以下
---------------------------------------------------- */
  footer .footer-nav li {
    font-size: 16px;
  }


  #excee-feature article div {
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
  }
  #excee-feature article div img {
    width: 80%;
    max-width: 300px;
  }

  /* ----------------------------------------------------
  他　896px幅以下
---------------------------------------------------- */
  /* 表示 */
  .sp-only {
    display: block;
  }
  .pctb-only {
    display: none;
  }
  /* 余白 */
  .pt60-30 {
    padding-top: 40px;
  }
  .pt90-60 {
    padding-top: 70px;
  }
  .pb60-30 {
    padding-bottom: 40px;
  }
  .pb90-60 {
    padding-bottom: 70px;
  }
  /* telリンク */
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .imgBox-4 div {
    width: 50%;
  }
}

/* ====================================================

480px幅以下

==================================================== */
@media screen and (max-width: 480px) {
  html {
    font-size: 80%;
  }
  header #header-logo img {
    width: 100px;
  }
  p {
    font-size: 1.15rem;
  }
  #bread {
    font-size: 13px;
  }
  /* ----------------------------------------------------
  ホーム　480px幅以下
---------------------------------------------------- */
  .p-home #main-visual {
    height: 400px;
    min-height: unset;
  }
  .p-home .text-slider li span {
    padding: .5rem 3rem .5rem 1rem;
    font-size: 1.75rem;
  }
  /* ホームの会社案内 */
  .p-home #company .name {
    display: block;
  }
  /* ホームのSolution（８つの困った） */
  .p-home #solution section {
    /*width: 100%;*/
  }
  .p-home #solution section h3 {
    /*height: 2.25em;*/
    font-size: 16px;
    height: auto;
    margin-bottom: 1rem;
  }
  .p-home #solution section a {
    width: 100%;
  }
  .solution-content section a div span {
    margin: 0 auto;
  }
  .p-home #solution section p {
    display: none;
  }
  .p-home .visual-text {
    display: none;
  }
  aside#contact .contact-inner {
    padding: 2rem;
  }
  /* ----------------------------------------------------
 サービス内容　480幅以下
---------------------------------------------------- */
  .p-service .service-inner section {
    width: 100%;
  }
  .p-home #service section .txt {
    position: unset;
    width: 100%;
  }
  /* ----------------------------------------------------
 制作実績　480px幅以下
---------------------------------------------------- */
  .p-hpworklist .works-inner section {
    width: 100%;
  }
  .p-hpworklist .client-name {
    margin-bottom: 1rem;
  }
  .p-client h3 {
    font-size: 1.725rem;
  }
  .p-client .caseText .caseTitle {
    font-size: 1.5rem;
  }
  .p-client .caseDetail p,
  .p-client .probrem,
  .p-client .caseDetail li {
    font-size: 1.15rem;
  }
  .p-client .marker-yellow {
    /*background: linear-gradient(to right, #ffcc66 50%, transparent 50%) 100% bottom/200% 10% no-repeat;*/
  }
  /* ----------------------------------------------------
 お客様のご紹介　480幅以下
---------------------------------------------------- */
  #showSp {
    display: block;
  }
  #showPc {
    display: none;
  }
  .p-client section dl div dt {
    background-size: 100px;
  }
  .p-client .probrem {
    padding-left: 5%;
  }
  .p-client .service {
    display: block;
  }
  .p-client .service li {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .imgWrap {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pcandmobile {
    max-width: inherit;
  }
  .pcandmobile::before {
    padding-top: 195%;
  }
  .pc_img {
    width: 100%;
    /*        padding: 3% 2.75% 153% 2.75%;*/
    padding-top: 3%;
    padding-left: 2.75%;
    padding-right: 2.75%;
    padding-bottom: 153%;
    background-image: url(../img/hpproduct/client/pc_img_e.png);
  }
  .mobile_img {
    width: 100%;
    height: 55%;
    padding: 15% 25% 15% 25%;
  }
  /* ----------------------------------------------------
 料金表　480幅以下
---------------------------------------------------- */
  .p-price table td {
    display: block;
    width: 100%;
    padding: 1em 0.5em;
  }
  .p-price table.price-table02 td {
    display: table-cell;
    width: 30%;
    padding: 1em 0.5em;
  }
  .p-price .price-table td:nth-child(2) {
    border-left: none;
    width: 100%;
    padding-top: 0;
  }
  .p-price .price-table02 td:nth-child(2) {
    border-left: none;
    width: 30%;
    padding-top: 1em;
  }
  .p-price .price-table td.size {
    width: 60%;
    float: left;
    padding-top: 0;
  }
  .p-price .price-table td.size-price {
    width: 40%;
    float: right;
    padding-top: 0;
  }
  .p-price .case-table:not(:last-child) {
    width: 100%;
  }
  /* ----------------------------------------------------
 レンタルサーバー　480幅以下
---------------------------------------------------- */
  .p-rentalserver .server-priceTable th,
  .p-rentalserver .server-priceTable td {
    padding: 1em;
  }
  .p-rentalserver .server-priceTable td:last-child {
    width: 6em;
  }
  .p-rentalserver .server-specTable tr {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  .p-rentalserver h5 {
    text-align: center;
  }
  .p-rentalserver .server-specTable tr:nth-child(odd) {
    background: none;
  }
  .p-rentalserver .server-specTable td {
    padding: 0.75em 1em;
    border: none;
  }
  .p-rentalserver .server-specTable th {
    display: none;
  }
  .p-rentalserver .server-specTable td,
  .p-rentalserver .server-specTable td:first-child {
    display: block;
    max-width: inherit;
    width: 100%;
  }
  .p-rentalserver .server-specTable td:first-child {
    text-align: center;
    background: #e2e9fa;
  }
  .p-rentalserver .server-specTable td:last-child {
    padding-top: 0;
  }
  .p-rentalserver .server-specTable td.cell-blank {
    display: none;
  }
  .p-rentalserver .server-specTable td.version {
    text-align: center;
  }
  /* ----------------------------------------------------
 コンサルティング　480幅以下
---------------------------------------------------- */
  .p-consulting #net ul,
  .p-consulting #management ul {
    margin: 40px auto 10px;
  }
  .p-consulting #net li,
  .p-consulting #management li {
    padding: 1.5em 4% 1.25em;
    margin: 0 auto 5px;
    width: 99%;
  }
  .p-consulting #net li img {
    margin: auto auto 1em;
  }
  .anotherimgBox {
    max-width: 98%;
    flex-direction: column;
  }
  .anotherimgBox > div {
    flex-basis: auto;
    margin-bottom: 25px;
  }
  /* ----------------------------------------------------
 SEO対策　480幅以下
---------------------------------------------------- */
  .p-seo #about .about-lead img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-seo #about .about-lead p {
    width: 100%;
  }
  .p-seo #seo li {
    display: block;
    margin: 5px auto;
  }
  .p-seo #seo li span {
    width: 70px;
    margin: 0 auto 20px;
  }
  .p-seo #seo li p {
    width: calc(94%);
    margin: auto;
  }
  /* ----------------------------------------------------
 会社案内　480px幅以下
---------------------------------------------------- */
  /* あなたの困ったを解決する */
  .p-company #greeting .greeting-photo {
    width: 80%;
    /*width: 90%;*/
    /*max-width: 260px;*/
    margin: 2rem auto;
    float: none;
  }
  .p-company #guideline p {
    margin-left: 0;
  }
  /* 会社概要 */
  .p-company #summary table th,
  .p-company #summary table td,
  .p-recruit table th,
  .p-recruit table td {
    display: block;
    width: 100%;
  }
  .p-company .list-sdgs dt {
    width: 100%;
    margin-top: 2rem;
  }
  .p-company .list-sdgs dt img {
    width: 200px;
  }
  .p-company .list-sdgs dd {
    width: 100%;
  }
  /* ----------------------------------------------------
 制作の流れ　480幅以下
---------------------------------------------------- */
  .p-flow #flow section h4 .flow-order {
    padding-left: 0;
  }
  .p-flow #flow section img {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
  }
  .p-flow #flow section p {
    padding: 0;
  }
  /* ----------------------------------------------------
 ライブ配信サービス　480幅以下
---------------------------------------------------- */
  .p-live .ttl-service {
    font-size: 2rem;
  }
  .p-live .list-service dl {
    width: 100%;
  }
  .p-live #basic .list-basic li {
    width: 100% !important;
    padding: 10px;
  }
  .p-live #basic .list-consultation li::before {
    font-size: 20px;
  }
  .p-live #basic .list-consultation li {
    padding: 0 5px;
    font-size: 18px;
  }
  .p-live #basic::before {
    left: 38%;
  }
  .p-live .list-beginner dt {
    font-size: 1.5rem;
  }
  .p-live #detail .list-detail li {
    padding: 10px;
  }
  /* ----------------------------------------------------
 ECサイト制作　896幅以下
---------------------------------------------------- */
  .p-ec .list-consulting li {
    width: 100%;
  }
  .p-sub .main-lp .main-catch {
    position: relative;
  }
  /* ----------------------------------------------------
  フッター　480px幅以下
---------------------------------------------------- */
  #pagetop {
    right: 15px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  /* ----------------------------------------------------
  他　480px幅以下
---------------------------------------------------- */
  .imgBox div {
    width: 100%;
    max-width: unset;
  }
  /* 画像エリア */
  .imgBox div {
    padding: 0 0 20px 0;
    /*max-width: 98%;*/
    max-width: 100%;
    min-width: inherit;
  }

  #excee-feature article {
    padding: 2rem;
  }

  #optimal .fukidashi-blue {
    width: calc(100% - 100px);
  }
  #optimal .fukidashi-blue::after {
    width: 80px;
  }
  #optimal .fukidashi-blue.fukidashi01, #optimal .fukidashi-blue.fukidashi03 {
    margin-left: 100px;
  }
  #optimal .fukidashi-blue.fukidashi02, #optimal .fukidashi-blue.fukidashi04 {
    margin-right: 100px;
  }
  #optimal .fukidashi-blue.fukidashi01::after, #optimal .fukidashi-blue.fukidashi03::after {
    left: -100px;
  }
  #optimal .fukidashi-blue.fukidashi02::after, #optimal .fukidashi-blue.fukidashi04::after {
    right: -100px;
  }
}

@media screen and (max-width: 380px) {
  .solution-content section a div span {
    width: 120px;
    height: 120px;
    /*padding: 30px;*/
    margin: 0 auto;
  }
}

/* ====================================================

320px幅以下

==================================================== */
@media screen and (max-width: 320px) {
  html {
    font-size: 75%;
  }
  /* ----------------------------------------------------
  会社概要　320px幅以下
---------------------------------------------------- */
  .p-company .googlemap {
    height: 300px;
  }
  /* ----------------------------------------------------
  他　320px幅以下
---------------------------------------------------- */
  /* 余白 */
  .pt60-30 {
    padding-top: 30px;
  }
  .pt90-60 {
    padding-top: 60px;
  }
  .pb60-30 {
    padding-bottom: 30px;
  }
  .pb90-60 {
    padding-bottom: 60px;
  }
}

/* ====================================================

print

==================================================== */
@media print {
  body,
  header,
  main,
  footer {
    width: 1260px;
    margin: 0 auto;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
  }
  header,
  #localNavi {
    position: relative !important;
  }
  main {
    padding-top: 0;
  }
  .p-hpproduct .fix-height {
    padding-bottom: 30px;
  }
  /* 表示 */
  .effect01 section,
  .effect02 section,
  .slide-up,
  .slide-right,
  .slide-left,
  .slide-down,
  .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 非表示 */
  #pagetop {
    display: none !important;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .imgWrap::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
  }
}

.line {
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  /*margin-left: 10px;*/
  width: 100px;
  height: 10px;
  background: #254DB3;
  animation: spin 1.5s infinite ease;
}

.line:nth-of-type(2) {
  animation-delay: 0.1s;
}

.line:nth-of-type(3) {
  animation-delay: 0.2s;
}

.line:nth-of-type(4) {
  animation-delay: 0.3s;
}

@media screen and (max-width: 480px) {
  .line {
    left: calc(50% - 25px);
    width: 50px;
    height: 5px;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
