@charset "UTF-8";

/* ================================================
   共通
   ================================================ */
.article section .box .area .title_h3 span.point {
  position: relative;
  display: inline-block;
  padding-right: 80px;
  color: #DB7200;
  font-size: 40px;
}

.article section .box .area .title_h3 span.point::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 60px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_check_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.article section .box .area .title_h3 span.point.xp::after {
  background-image: url(../../../common/img/icon_check_02.webp);
}

.article section .box .area .title_h3 span.point.xxp::after {
  background-image: url(../../../common/img/icon_check_03.webp);
}

.article section .box .area .title_h3.check {
  padding-left: 150px;
  position: relative;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #DB7200;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.article section .box .area .title_h3.check::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 60px;
  bottom: -12px;
  left: 0;
  background-image: url(../../../common/img/icon_check_00.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.article .title_h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}

.article section .box .area .title_h4.square {
  padding-left: 72px;
  position: relative;
  font-weight: bold;
}

.article section .box .area .title_h4.square::before {
  content: "01";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/waku_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 24px;
  color: #CF4517;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  z-index: 1;
}

.article section .box .area .title_h4.square.xp::before {
  content: "02";
}

.article section .box .area .title_h4.square::after {
  content: "section";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -6px;
  left: 0;
  font-size: 10px;
  color: #CF4517;
  text-align: center;
  display: block;
  z-index: 1;
}

.article .title_h6 {
  color: #ff0;
}

article.article .entry-content section .box .area {
  padding-bottom: 130px;
}

article.article .entry-content section .box .area .sp-br {
  display: none;
}

/* クリアできる課題 */
article.article .entry-content section .box .area ul.kuria {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

article.article .entry-content section .box .area ul.kuria li {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  width: 49%;
  margin-bottom: 40px;
  padding-left: 45px;
}

article.article .entry-content section .box .area ul.kuria li::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_check_consulting.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* 情報リスト */
article.article .entry-content section .box .area ul.joho {
  display: block;
  width: 100%;
}

article.article .entry-content section .box .area ul.joho li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

article.article .entry-content section .box .area ul.joho li:last-child {
  margin-bottom: 0;
}

article.article .entry-content section .box .area ul.joho li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_arrow_consulting_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}


/* ================================================
   会社案内
   ================================================ */

.company .article section:first-child {
  background-color: #333;
}

.company article .entry-content section#sec_b,
.company article .entry-content section#sec_c,
.company article .entry-content section#sec_d {
  background-color: #F4F4F4;
}

.company .article .title_h2 {
  font-size: 60px;
  color: #ccc;
  font-weight: bold;
  border: none;
  padding: 0;
}

.company .article .title_h3 {
  font-size: 28px;
  color: #7F7F7F;
  margin-bottom: 60px;
  height: 36px;
}

.company .article .title_h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.company .article .title_h5 {
  position: relative;
  padding-left: 80px;
  padding-bottom: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.company .article .title_h5::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/company_titile_01.webp);
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}

.company .article .title_h5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50px;
  background-color: #fff;
  z-index: 1;
}

.company .article .title_h5 span {
  padding-top: 50px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.company .article h5.xp::before {
  background-image: url(../../../common/img/company_titile_02.webp);
}

.company .article h5.xxp::before {
  background-image: url(../../../common/img/company_titile_03.webp);
}

.company .article .att_box {
  margin-top: 80px;
  margin-bottom: 80px;
}

.company .article .att_box p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.company .article .president {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.company .article .president .president_in {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
}

.company .article .president .title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 3px;
}

.company .article .president .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

body:not(.home).page.company .article .president .title span {
  padding-top: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

body:not(.home).page.company .article .president .min_title {
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.company .article .president .min_title {
  position: absolute;
  bottom: -80px;
  left: 0;
  padding-left: 20px;
}

.company .article .president img {
  width: 55%;
  float: right;
}

.company .article .president .name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 1.5;
  color: #fff;
}

.company .article .president .name .xp {
  font-size: 32px;
  line-height: 1;
  margin-left: 40px;
  font-weight: bold;
}

.company .article .president .name .xp span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

/* 会社概要 */

.company .article h2.black {
  color: #333;
}

.company .article table {
  border: none;
  width: 80%;
  margin: 0 auto;
  background-color: #F4F4F4;
  border-collapse: collapse;
}

.company .article table th {
  text-align: center;
  width: 30%;
}

.company .article table th,
.company .article table td {
  color: #333;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px #333;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}

/* すべての行・セルに同じ背景色 */
.company .article table tr,
.company .article table tr:nth-child(odd),
.company .article table tr:nth-child(even),
.company .article table th,
.company .article table td {
  background-color: #F4F4F4;
}

/* アクセス */
.company .article .map p {
  color: #333;
  font-size: 20px;
}

body:not(.home).page.company .article .map p span {
  position: relative;
  margin-left: 30px;
  font-size: inherit;
  font-weight: bold;
}

.company .article .map p span::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/map_pin.png);
  width: 16px;
  height: 16px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.responsive {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.responsive iframe {
  margin-top: -200px;
  margin-bottom: -200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 資料ダウンロード */

.company .article ul.shiryo {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0 0 30px;
  margin-bottom: 30px;
}

.company .article ul.shiryo li {
  width: 32%;
  margin-bottom: 0;
}

.company .article ul.shiryo li img {
  display: block;
  margin-bottom: 16px;
}

.company .article ul.shiryo li a {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
  color: #333;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.company .article ul.shiryo li a::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_circlearrow_black.webp);
  width: 26px;
  height: 25px;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.company .article ul.shiryo li p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* 会社案内 */
  .company .article .title_h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .company .article .title_h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .company .article .title_h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .company .article .title_h5 {
    padding-left: 60px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .company .article .title_h5::before {
    width: 58px;
    height: 60px;
    top: 44px;
    left: 21px;
  }

  .company .article .title_h5::after {
    left: 50px;
  }

  .company .article .title_h5 span {
    font-size: 20px;
    padding-top: 40px;
  }

  .company .article .att_box {
    margin: 60px 0 40px;
  }

  .company .article .att_box p {
    font-size: 18px;
  }

  .company .article .president {
    padding-bottom: 40px;
  }

  .company .article .president img {
    width: 100%;
    float: none;
    margin: 16px 0;
  }

  .company .article .president .president_in {
    width: 100%;
    position: static;
    transform: none;
    margin-bottom: 30px;
  }

  .company .article .president h5.title {
    position: relative;
    transform: none;
    margin-bottom: 16px;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
  }

  .company .article .president h5.title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: block;
  }

  body:not(.home).page.company .article .president h5.title span {
    font-size: 24px;
    padding-top: 0;
    display: block;
  }

  body:not(.home).page.company .article .president h6 {
    position: static;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .company .article .president .name {
    position: static;
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
    justify-content: flex-end;
  }

  .company .article .president .name .xp {
    margin-left: 24px;
    margin-top: 10px;
    font-size: 28px;
  }

  .company .article .president .name .xp span {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .company .article table {
    width: 100%;
    display: block;
  }

  .company .article table tbody,
  .company .article table tr {
    display: block;
    width: 100%;
  }

  .company .article table th,
  .company .article table td {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }

  .company .article table th {
    padding-bottom: 10px;
    border-bottom: none;
    font-weight: bold;
    font-size: 16px;
  }

  .company .article table td {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .company .article .map h3 {
    position: static;
    margin: 0;
  }

  .company .article .map p {
    position: static;
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 10px;
  }

  body:not(.home).page.company .article .map p span {
    display: block;
    margin-left: 25px;
    margin-top: 20px;
  }

  .company .article .map p span::before {
    left: -20px;
  }

  .responsive {
    height: 400px;
  }

  .responsive iframe {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }

  .company .article ul.shiryo {
    display: block;
  }

  .company .article ul.shiryo li {
    width: 100%;
    margin-bottom: 40px;
  }

  .company .article ul.shiryo li:last-child {
    margin-bottom: 0;
  }

  .company .article ul.shiryo li img {
    width: 100%;
    height: auto;
  }

  .company .article ul.shiryo li a {
    font-size: 18px;
    padding-right: 35px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .company .article ul.shiryo li a::before {
    right: 0;
    width: 22px;
    height: 22px;
  }

  .company .article ul.shiryo li p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 5px;
  }

  body:not(.home).page.company .article .president .title span {
    font-size: 22px;
  }

  body:not(.home).page.company .article .president .min_title {
    bottom: 150px;
    font-size: 18px;
  }
}


/* ================================================
   部署紹介
   ================================================ */

.teams article .entry-content section {
  background-color: #F4F4F4;
}

.teams .article .area {
  display: flex;
  justify-content: space-between;
}

.teams .article .area .left {
  width: 40%;
}

.teams .article .area .left span {
  display: block;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
}

.teams .article .area .right {
  width: 55%;
  margin-top: 20px;
}

.teams .article .area .right .teams_title {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}

.teams .article .area .right .catchphrase {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.teams .article .area .right .box_xp {
  border: solid 4px #DB7200;
  padding: 30px;
}

.teams .article .area .right .box_xp p {
  padding-bottom: 0;
}

.teams .article .area .right .box_xp .title {
  margin-bottom: 16px;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
  font-size: 24px;
}

/* box_xp .title::before: デフォルトはサービスアイコン、.xp で電球アイコン */
.teams .article .area .right .box_xp .title::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/nav_service.webp);
  width: 34px;
  height: 34px;
  top: -6px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.teams .article .area.xp .right .box_xp .title::before {
  background-image: url(../../../common/img/icon_denkyu.webp);
}

.teams .article .area .right .box_xp p.xp {
  padding-bottom: 8px;
  line-height: 2;
}

.teams .article .area .right .box_xp ul {
  display: block;
  padding-left: 18px;
}

.teams .article .area .right .box_xp ul li {
  position: relative;
  font-size: 18px;
  padding-bottom: 16px;
  padding-left: 4px;
  line-height: 1.5;
  width: 100%;
}

.teams .article .area .right .box_xp ul li::before {
  content: "●";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: -18px;
}

.teams .article .area .right .btn_in {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.teams .article .area .right .btn_in a.btn {
  position: relative;
  background-color: #DB7200;
  color: #fff;
  width: 49%;
  padding: 36px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
}

.teams .article .area .right .btn_in a.btn::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_service.webp);
  width: 40px;
  height: 38px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}

.teams .article .area .right .btn_in a.btn.xp::before {
  background-image: url(../../../common/img/icon_kunsyo.webp);
}

.teams .article .area .right .btn_in a.btn::after {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_btn_circle.webp);
  width: 28px;
  height: 28px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}

p.bazu {
  font-weight: bold;
}

p.bazu span {
  font-size: 2.0em;
}

@media screen and (max-width: 767px) {
  /* 部署紹介 */
  .teams .article .area {
    display: block;
  }

  .teams .article .area p {
    font-size: 16px;
  }

  .teams .article .area .left,
  .teams .article .area .right {
    width: 100%;
  }

  .teams .article .area .left {
    margin-bottom: 30px;
    text-align: center;
  }

  .teams .article .area .left img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    margin: 0 auto;
    display: block;
  }

  .teams .article .area .left span {
    text-align: center;
    font-size: 16px;
  }

  .teams .article .area .right div.teams_title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .teams .article .area .right div.catchphrase {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .teams .article .area .right div.box {
    padding: 20px 16px;
    border: solid 3px #DB7200;
  }

  .teams .article .area .right div.box .title {
    font-size: 20px;
    padding-left: 34px;
    margin-bottom: 16px;
  }

  .teams .article .area .right div.box .title::before,
  .teams .article .area.xp .right div.box .title::before {
    width: 28px;
    height: 28px;
    top: -4px;
  }

  .teams .article .area .right div.box ul li {
    font-size: 16px;
  }

  .teams .article .area .right .btn_in {
    display: block;
  }

  .teams .article .area .right .btn_in a.btn {
    width: 100%;
    margin-bottom: 16px;
    padding: 25px 40px 25px 80px;
    font-size: 16px;
    text-align: left;
  }

  .teams .article .area .right .btn_in a.btn::before {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .teams .article .area .right .btn_in a.btn.xp::before {
    width: 30px;
    height: 40px;
    left: 24px;
  }

  .teams .article .area .right .btn_in a.btn::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }

  p.bazu span {
    display: block;
    padding-top: 20px;
    text-align: right;
  }
}


/* ================================================
   WEBコンサルティング
   ================================================ */

.consulting article .entry-content section {
  background-color: #F4F4F4;
}

.consulting .article .title_h3 {
  font-weight: bold;
}

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

.consulting .area .wrap .left {
  width: 60%;
}

.consulting .area .wrap .right {
  width: 30%;
}

.consulting .area p.kuria_p {
  margin-top: 50px;
}

.consulting .area .marke ul {
  margin-bottom: 130px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.consulting .area .marke > ul::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 94px;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../../common/img/icon_arrow_consulting_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.consulting .area .marke > ul:last-child::after {
  display: none;
}

.consulting .area .marke ul li:first-child {
  background-color: #333;
  color: #fff;
  width: 25%;
  padding: 0 100px;
  text-align: center;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.consulting .area .marke ul li .namb {
  display: block;
  font-size: 90px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.consulting .area .marke ul li:last-child {
  background-color: #DDDDDD;
  width: 75%;
  padding: 60px 40px 60px 60px;
}

.consulting .area .marke ul li:last-child p.marke_title {
  font-size: 28px;
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.consulting .area .marke ul ul.xp {
  margin-top: 10px;
  margin-bottom: 0;
}

.consulting .area .marke ul ul.xp li,
.consulting .area .marke ul ul.xp li:first-child {
  position: relative;
  background-color: #F4F4F4;
  color: #333;
  width: 28%;
  padding: 30px 20px 30px 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  list-style: none;
}

.consulting .area .marke ul ul.xp li::before {
  content: "01";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  background-color: #DDDDDD;
  border-radius: 50%;
  color: #333;
  font-size: 32px;
}

.consulting .area .marke ul ul.xp li:nth-child(2)::before {
  content: "02";
}

.consulting .area .marke ul ul.xp li:nth-child(3)::before {
  content: "03";
}

.consulting .area .marke ul ul.xp li::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 55px;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_arrow_consulting_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.consulting .area .marke ul ul.xp li:last-child::after {
  display: none;
}

.consulting .area .marke ul ul.xp li p.marke_sub {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

.consulting .area .marke ul ul.xp li p {
  text-align: left;
}

.consulting .area .bot {
  padding-bottom: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  /* WEBコンサルティング */
  .consulting .area .wrap {
    flex-wrap: wrap;
  }

  .consulting .area .wrap .left,
  .consulting .area .wrap .right {
    width: 100%;
  }

  .consulting .area .wrap .right {
    margin-top: 20px;
  }

  .consulting .area p.kuria_p {
    margin-top: 30px;
  }

  .consulting .area .marke ul {
    margin-bottom: 80px;
  }

  .consulting .area .marke ul li:first-child {
    width: 100%;
    padding: 20px;
    font-size: 20px;
  }

  .consulting .area .marke ul li:first-child .namb {
    font-size: 50px;
    display: inline;
  }

  .consulting .area .marke ul li:last-child {
    width: 100%;
    padding: 30px 20px;
  }

  .consulting .area .marke ul li:last-child p.marke_title {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .consulting .area .marke > ul::after {
    width: 50px;
    height: 60px;
    bottom: -70px;
  }

  .consulting .area .marke ul ul.xp {
    display: block;
  }

  .consulting .area .marke ul ul.xp li,
  .consulting .area .marke ul ul.xp li:first-child {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 20px 20px 50px;
    font-size: 18px;
    text-align: left;
  }

  .consulting .area .marke ul ul.xp li.end {
    margin-bottom: 0;
  }

  .consulting .area .marke ul ul.xp li::before {
    width: 50px;
    height: 50px;
    left: -15px;
    font-size: 20px;
  }

  .consulting .area .marke ul ul.xp li::after {
    top: auto;
    bottom: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    width: 20px;
    height: 30px;
  }
}


/* ================================================
   WEB制作トップ
   ================================================ */

.website article.article .entry-content section .box .area.end {
  padding-bottom: 0;
}

.website article .entry-content section {
  background-color: #F4F4F4;
}

.website .article .area {
  padding-bottom: 130px;
}

.website .article .area ul.kuria {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.website .article .area ul.kuria li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  width: 49%;
  margin-bottom: 40px;
  padding-left: 60px;
}

.website .article .area ul.kuria li::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_check_consulting.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.website .article .area .website_box {
  display: flex;
  justify-content: space-between;
}

.website .article .area .website_box .left {
  width: 50%;
}

.website .article .area .website_box .right {
  width: 45%;
}

.website .article .area ul.merit {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.website .article .area ul.merit li {
  width: 32%;
}

.website .article .area ul.merit li .title {
  font-size: 24px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

.website .article .area ul.daiko {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0;
}

.website .article .area ul.daiko li {
  width: 49%;
  background-color: #333;
  padding: 50px 30px;
  position: relative;
}

.website .article .area ul.daiko li .title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.website .article .area ul.daiko li .title::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 56px;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../common/img/waku_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.website .article .area ul.daiko li p {
  padding: 0;
  margin-top: 16px;
  color: #fff;
}

.website .article .area .padd_none {
  padding: 0;
}

.website .article .area .problem {
  display: flex;
  justify-content: space-between;
}

.website .article .area .problem.xp {
  flex-direction: row-reverse;
}

.website .article .area .problem .left {
  width: 50%;
}

.website .article .area .problem .right {
  width: 45%;
}

.website .article .area .problem .right .emphasis {
  font-size: 20px;
  font-weight: bold;
  padding-top: 40px;
}

.website .article .area p.ikita {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  /* WEBサイト制作トップ */
  .website .article .area .website_box,
  .website .article .area .problem {
    display: block;
  }

  .website .article .area .website_box .left,
  .website .article .area .website_box .right,
  .website .article .area .problem .left,
  .website .article .area .problem .right {
    width: 100%;
  }

  .website .article .area .problem .left {
    margin-bottom: 30px;
  }

  .website .article .area ul.merit li {
    width: 100%;
    margin-bottom: 50px;
  }

  .website .article .area ul.merit li:last-child {
    margin-bottom: 0;
  }

  .website .article .area ul.merit li p {
    padding: 0;
  }

  .website .article .area ul.merit li .title {
    font-size: 20px;
    padding: 20px 0 10px;
  }

  .website .article .area ul.daiko li {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .website .article .area ul.daiko li:last-child {
    margin-bottom: 0;
  }

  .website .article .area ul.daiko li .title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .website .article .area ul.daiko li .title::after {
    width: 100%;
    max-width: 320px;
    background-size: contain;
    top: 94%;
  }

  .website .article .area .problem .right .emphasis {
    font-size: 18px;
    padding: 20px 0 0;
    text-align: center;
  }

  .website .article .area p.ikita {
    padding: 30px 0 0;
  }
}


/* ================================================
   WEB制作の流れ
   ================================================ */

.web_flow article.article .entry-content section .box .area {
  padding-bottom: 0;
}

.web_flow article .entry-content section {
  background-color: #F4F4F4;
}

.box .area .web_flow_ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 130px;
}

.box .area .web_flow_ul::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 90px;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../../common/img/icon_arrow_consulting_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.box .area .web_flow_ul.end {
  margin-bottom: 0;
}

.box .area .web_flow_ul.end::before {
  content: none;
}

.box .area .web_flow_ul .left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
  background-color: #f0f;
  z-index: 1;
}

/* 背景画像（各ステップ） */
.box .area .web_flow_ul .left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../../common/img/web_flow_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.box .area .web_flow_ul:nth-child(2) .left::before { background-image: url(../../../common/img/web_flow_02.webp); }
.box .area .web_flow_ul:nth-child(3) .left::before { background-image: url(../../../common/img/web_flow_03.webp); }
.box .area .web_flow_ul:nth-child(4) .left::before { background-image: url(../../../common/img/web_flow_04.webp); }
.box .area .web_flow_ul:nth-child(5) .left::before { background-image: url(../../../common/img/web_flow_05.webp); }
.box .area .web_flow_ul:nth-child(6) .left::before { background-image: url(../../../common/img/web_flow_06.webp); }
.box .area .web_flow_ul:nth-child(7) .left::before { background-image: url(../../../common/img/web_flow_07.webp); }
.box .area .web_flow_ul:nth-child(8) .left::before { background-image: url(../../../common/img/web_flow_08.webp); }
.box .area .web_flow_ul:nth-child(9) .left::before { background-image: url(../../../common/img/web_flow_09.webp); }

.box .area .web_flow_ul .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.box .area .web_flow_ul .right {
  display: flex;
  flex-direction: column;
  width: 80%;
  background-color: #DDDDDD;
  padding: 50px;
}

.box .area .web_flow_ul .right .title {
  color: #000;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.box .area .web_flow_ul .namb {
  position: relative;
  z-index: 1;
  font-size: 90px;
  text-align: center;
  font-weight: bold;
}

.box .area .web_flow_ul .namb::before {
  content: "Step";
  position: absolute;
  width: 100%;
  height: 24px;
  top: -20px;
  left: 0;
  font-size: 24px;
  z-index: 1;
}

.box .area .web_flow_ul li {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box .area .web_flow_ul {
    display: block;
  }

  .box .area .web_flow_ul .left,
  .box .area .web_flow_ul .right {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .box .area .web_flow_ul .right .title {
    font-size: 22px;
  }

  .box .area .web_flow_ul .namb {
    font-size: 50px;
  }
}


/* ================================================
   SNS運用
   ================================================ */

.sns_mgmt article .entry-content section {
  background-color: #F4F4F4;
}

.sns_mgmt .article .area .chosen p.padd_none {
  padding-bottom: 0;
}

.sns_mgmt .article .area .chosen .price {
  background-color: #BADEFF;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.sns_mgmt .article .area .chosen .price p {
  padding-bottom: 0;
  text-align: center;
  line-height: 1.5;
}

.sns_mgmt .article .area .chosen .price p span {
  display: block;
  color: #666;
  font-size: 14px;
}

.sns_mgmt .article .area .chosen .price p.xp {
  font-size: 48px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1;
}

.sns_mgmt .article .area .chosen .buta {
  position: relative;
  padding-bottom: 160px;
  background-image: url(../../../common/img/icon_arrow_consulting_04.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 100px;
}

.sns_mgmt .article .area .chosen .buta::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 45%;
  left: 38%;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_piggy.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.sns_mgmt .article .area .chosen .buta p {
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
  padding-bottom: 0;
  z-index: 1;
}

.sns_mgmt .article .area .hojokin {
  position: relative;
  background-color: #FFAE57;
  padding: 70px 70px 40px;
  margin-bottom: 70px;
}

.sns_mgmt .article .area .hojokin p.xp {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  padding: 25px 100px;
  line-height: 1;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CF4517;
  color: #fff;
  white-space: nowrap;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box {
  display: flex;
  justify-content: space-between;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box .left {
  width: 48%;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box .right {
  width: 48%;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box div {
  background-color: #F4F4F4;
  padding: 30px;
  text-align: center;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box div span.price {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 16px;
  display: block;
  color: #CF4517;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box p.inner_title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #DB7200;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  padding-bottom: 16px;
}

.sns_mgmt .article .area .hojokin .sns-mgmt_box p.inner_title span {
  display: inline-block;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 14px;
}

.sns_mgmt .article .area p.padd_none {
  padding-bottom: 0;
}

.sns_mgmt .article .area .sns-mgmt_box {
  display: flex;
  justify-content: space-between;
}

.sns_mgmt .article .area .sns-mgmt_box .left {
  width: 55%;
}

.sns_mgmt .article .area .sns-mgmt_box .right {
  width: 40%;
}

.sns_mgmt .article .area .example {
  border: solid 2px #DB7200;
  padding: 50px 50px 30px;
  border-radius: 10px;
}

.sns_mgmt .article .area .example .example_inner {
  margin-bottom: 40px;
}

.sns_mgmt .article .area .example .inner_title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #DB7200;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.sns_mgmt .article .area .example .it {
  display: flex;
  justify-content: space-between;
}

.sns_mgmt .article .area .example .it .left {
  width: 56%;
}

.sns_mgmt .article .area .example .it .right {
  width: 40%;
}

.sns_mgmt .article .area .example .it .right span {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.sns_mgmt .article .area .example .hojo_price p {
  padding-bottom: 0;
}

.sns_mgmt .article .area .example .hojo_price p span {
  font-weight: 500;
}

.sns_mgmt .article .area p.nintei {
  margin-top: 30px;
}

.sns_mgmt .article .area .sappo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.sns_mgmt .article .area .sappo .left {
  width: 25%;
}

.sns_mgmt .article .area .sappo .right {
  width: 70%;
  position: relative;
}

.sns_mgmt .article .area .sappo .right img {
  width: 345px;
  height: auto;
}

.sns_mgmt .article .area .sappo .right p.saitak {
  display: block;
  position: absolute;
  width: 120px;
  height: auto;
  top: 15%;
  left: 21%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  line-height: 1.2;
  padding: 0;
}

.sns_mgmt .article .area .sappo .right p.saitak span {
  font-size: 40px;
  font-weight: bold;
  color: #CF4517;
}

.sns_mgmt .article .area p.kome {
  color: #666;
  font-size: 14px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sns_mgmt .article .area .chosen .price {
    margin-bottom: 10px;
  }

  .sns_mgmt .article .area .chosen .price p {
    font-size: 16px;
  }

  .sns_mgmt .article .area .chosen .price p.xp {
    font-size: 32px;
    padding-left: 20px;
  }

  .sns_mgmt .article .area .chosen .buta {
    padding-bottom: 180px;
    margin-bottom: 32px;
    background-size: 50px auto;
  }

  .sns_mgmt .article .area .chosen .buta::before {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 26%;
  }

  .sns_mgmt .article .area .chosen .buta p {
    top: 5%;
    font-size: 14px;
  }

  .sns_mgmt .article .area .hojokin {
    padding: 50px 30px 30px;
    margin-bottom: 50px;
  }

  .sns_mgmt .article .area .hojokin p.xp {
    font-size: 18px;
    padding: 15px 20px;
    width: 90%;
    top: -40px;
    white-space: normal;
    text-align: center;
    line-height: 1.5;
  }

  .sns_mgmt .article .area .hojokin .sns-mgmt_box,
  .sns_mgmt .article .area .sns-mgmt_box {
    display: block;
  }

  .sns_mgmt .article .area .hojokin .sns-mgmt_box .left {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0 30px;
  }

  .sns_mgmt .article .area .hojokin .sns-mgmt_box .right {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .sns_mgmt .article .area .hojokin .sns-mgmt_box p.inner_title {
    line-height: 1;
    padding-bottom: 20px;
  }

  .sns_mgmt .article .area .hojokin .sns-mgmt_box div span.price {
    font-size: 40px;
    padding-bottom: 0;
  }

  .sns_mgmt .article .area .sns-mgmt_box .left,
  .sns_mgmt .article .area .sns-mgmt_box .right {
    width: 100%;
  }

  .sns_mgmt .article .area .example {
    padding: 24px 16px 0;
  }

  .sns_mgmt .article .area .example .example_inner {
    margin-bottom: 40px;
  }

  .sns_mgmt .article .area .example .it {
    display: block;
  }

  .sns_mgmt .article .area .example .it .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .sns_mgmt .article .area .example .it .right {
    width: 100%;
  }

  .sns_mgmt .article .area .example .inner_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sns_mgmt .article .area .example .it .right span {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    display: block;
  }

  .sns_mgmt .article .area .sappo {
    display: block;
  }

  .sns_mgmt .article .area .sappo .left,
  .sns_mgmt .article .area .sappo .right {
    width: 100%;
    margin: 0 auto;
  }

  .sns_mgmt .article .area .sappo .right {
    text-align: center;
    margin-top: 10px;
  }

  .sns_mgmt .article .area .sappo .right p.saitak {
    left: 76%;
    top: 15%;
    transform: translate(-50%, -50%);
  }
}


/* ================================================
   デザイン制作
   ================================================ */

.design article .entry-content section {
  background-color: #F4F4F4;
}

.design .website_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.design .website_box .left {
  width: 50%;
}

.design .website_box .right {
  width: 45%;
}

.design .merit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.design .merit li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 30%;
  background-color: #fff;
  border: solid 2px #DB7200;
  padding: 20px;
  margin: 1%;
}

.design .merit li span {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

/* nth-child で連番コンテンツを設定 */
.design .merit li:nth-child(2) .title_h4.square::before { content: "02"; }
.design .merit li:nth-child(3) .title_h4.square::before { content: "03"; }
.design .merit li:nth-child(4) .title_h4.square::before { content: "04"; }
.design .merit li:nth-child(5) .title_h4.square::before { content: "05"; }
.design .merit li:nth-child(6) .title_h4.square::before { content: "06"; }
.design .merit li:nth-child(7) .title_h4.square::before { content: "07"; }
.design .merit li:nth-child(8) .title_h4.square::before { content: "08"; }
.design .merit li:nth-child(9) .title_h4.square::before { content: "09"; }

.design .article section .box .area.xp .title_h3 span.point::after {
  background-image: url(../../../common/img/icon_check_02.webp);
}

@media screen and (max-width: 767px) {
  .design .article .entry-content section .box .area {
    padding-bottom: 0;
  }

  .design .website_box {
    display: block;
  }

  .design .website_box .left,
  .design .website_box .right {
    width: 100%;
  }

  .design .merit li {
    width: 100%;
  }
}


/* ================================================
   動画制作
   ================================================ */

.movie article .entry-content section {
  background-color: #F4F4F4;
}

article.article .entry-content section .box .area.end {
  padding-bottom: 0;
}

.movie .article .area .movie_box {
  display: flex;
  justify-content: space-between;
}

.movie .article .area .movie_box .left {
  width: 57%;
}

.movie .article .area .movie_box .right {
  width: 38%;
}

.movie .article .area .padd_none p {
  padding-bottom: 0;
}

.movie .article .area .movie_box.xp div {
  background-color: #333;
  width: 49%;
  padding: 30px;
}

.movie .article .area .movie_box.xp .inner_title {
  width: fit-content;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  padding: 10px 0 0 80px;
  position: relative;
  color: #fff;
}

.movie .article .area .movie_box.xp .inner_title::before {
  content: "01";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 62%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../common/img/waku_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  z-index: 1;
}

.movie .article .area .movie_box.xp .right .inner_title::before {
  content: "02";
}

.movie .article .area .movie_box.xp .inner_title::after {
  content: "section";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 8px;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 1;
}

.movie .article .area .movie_box.xp p {
  color: #fff;
  height: 140px;
}

.movie .article .area .movie_box.xp p span.tag {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.movie .article .area .movie_box.xp .read-more.btn {
  width: 100%;
  background-color: #F4F4F4;
  padding: 20px;
  margin-top: 30px;
  justify-content: center;
  border-radius: 8px;
}

.movie .article .area .movie_box.xp .read-more.btn a {
  font-weight: 500;
}

.movie .article .area .movie_box.xxp .left .konnakoto {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #DB7200;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  margin-bottom: 40px;
  display: inline-block;
}

.movie .article .area .movie_box.xxp .left .konnakoto::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 25px;
  top: -20px;
  right: -32px;
  background-image: url(../../../common/img/icon_check_000.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  /* 動画制作トップ */
  .movie .article .area .movie_box,
  .movie .article .area .movie_box.xp {
    display: block;
  }

  .movie .article .area .movie_box .left,
  .movie .article .area .movie_box .right {
    width: 100%;
  }

  .movie .article .area .movie_box.xp div.left {
    width: 100%;
    padding: 28px 16px;
    margin-bottom: 30px;
  }

  .movie .article .area .movie_box.xp div.right {
    width: 100%;
    padding: 28px 16px;
  }

  .movie .article .area .movie_box.xp .inner_title {
    font-size: 24px;
    padding-left: 70px;
    margin-bottom: 20px;
  }

  .movie .article .area .movie_box.xp .inner_title::before {
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding-top: 3px;
  }

  .movie .article .area .movie_box.xp .inner_title::after {
    width: 50px;
    font-size: 9px;
    top: 2px;
  }

  .movie .article .area .movie_box.xp p {
    height: auto;
  }

  .movie .article .area .movie_box.xxp .left .konnakoto {
    font-size: 20px;
    margin-bottom: 30px;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }

  .movie .article .area .movie_box.xxp .left .konnakoto::after {
    width: 30px;
    height: 20px;
    right: -24px;
    top: -18px;
  }

  .movie .article .area .movie_box.xxp .right {
    margin-top: 30px;
  }
}


/* ================================================
   システム開発
   ================================================ */

.system article .entry-content section {
  background-color: #F4F4F4;
}

.system article.article .entry-content section#sec_a,
.system article.article .entry-content section#sec_a .box .area {
  padding-bottom: 0;
}

.system .article .area .full-width ul.sys {
  width: 95%;
  flex-wrap: nowrap;
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.system .article .area .full-width ul.sys li {
  width: 49%;
  margin: 0;
  padding: 0;
}

.system .article .area .btn {
  display: block;
  margin: 40px auto;
  width: fit-content;
  background-color: #333;
}

.system .article .area .btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.system .article .area .system_box {
  display: flex;
  justify-content: space-between;
}

.system .article .area .system_box .left {
  width: 57%;
}

.system .article .area .system_box .right {
  width: 38%;
}

.system .article .area ul.merit {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.system .article .area ul.merit li {
  width: 32%;
}

.system .article .area ul.merit li .title {
  font-size: 24px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

.system .article .area p.padd_none {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* システム開発 */
  .system .article .area .full-width ul.sys {
    width: 90%;
    margin-bottom: 30px;
  }

  .system .article .area .full-width ul.sys li {
    width: 100%;
    margin-bottom: 15px;
  }

  .system .article .area .btn {
    width: 90%;
    padding: 16px 100px 16px 30px;
  }

  .system .article .area .btn a {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
  }

  .system .article .area .system_box {
    display: block;
  }

  .system .article .area .system_box .left,
  .system .article .area .system_box .right {
    width: 100%;
  }

  .system .article .area ul.merit li {
    width: 100%;
    margin-bottom: 30px;
  }

  .system .article .area ul.merit li:last-child {
    margin-bottom: 0;
  }

  .system .article .area ul.merit li p {
    padding: 0;
  }

  .system .article .area ul.merit li .title {
    font-size: 20px;
    padding: 20px 0 10px;
  }

  .system .article .area p.padd_none {
    margin-top: 40px;
  }
}


/* ================================================
   システム紹介
   ================================================ */

.our_systems article .entry-content section {
  background-color: #F4F4F4;
}

.our_systems .area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.our_systems .title_h2 {
  font-size: 46px;
}

.our_systems .title_h3 {
  font-weight: bold;
}

.our_systems .area .left {
  width: 30%;
}

.our_systems .area .right {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .our_systems .area {
    display: block;
  }

  .our_systems .area .left,
  .our_systems .area .right {
    width: 100%;
  }

  .our_systems .area .left {
    margin-bottom: 20px;
  }

  .our_systems .article .title_h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}


/* ================================================
   プラン
   ================================================ */

table th,
table td {
  padding: 10px;
}

.plan .area .area_in {
  background-color: #333;
  margin-bottom: 60px;
  padding: 30px 20px 60px;
}

.plan .article .area .title_h4 {
  color: #fff;
}

.plan .area p {
  color: #333;
  line-height: 1;
}

.plan .area p.xp {
  color: #fff;
  line-height: 1.5;
}

.plan_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.plan_box div {
  width: 32%;
  background-color: #fff;
}

.plan dl {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 30px;
}

.plan .area dl p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 30px;
}

.plan .area dl dt p {
  line-height: 1.5;
}

.plan dl p.kakaku {
  justify-content: flex-end;
}

.plan dl dt {
  display: flex;
  flex-direction: column;
  width: 75%;
  border-bottom: solid 1px #000;
}

.plan dl dt .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 0;
}

.plan dl dd {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: 0;
  border-bottom: solid 1px #000;
  justify-content: center;
}

.plan dl dd.end,
.plan dl dt.end {
  border: none;
}

.plan table {
  margin-bottom: 30px;
  background-color: #fff;
}

.plan table,
.plan table th,
.plan table td {
  border-color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.plan table tr.gaiyo td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.end th,
.inst th,
.kotsu th,
.d_seisaku dt,
.naniwa th {
  background-color: #367493;
}

.naniwa .end th {
  background-color: #fff;
  color: #333;
  border-right: none;
}

.naniwa .end td {
  background-color: #FFE181;
  border-left: none;
}

.plan .title_h3 {
  font-weight: bold;
}

.plan .title_h4 {
  font-size: 30px;
}

.plan .title_h5 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.plan .title_h5 .att {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #DB7200;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  display: block;
  margin: 0;
}

.plan .title_h5 span {
  display: block;
  color: gray;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}

.plan .kakaku {
  font-size: 48px;
  font-weight: bold;
}

.plan .kakaku span {
  font-size: 20px;
  font-weight: normal;
  padding-right: 10px;
}

.plan_box_in {
  padding: 30px;
  margin-top: 30px;
}

.plan_box_in.xp {
  margin-top: 0;
  background-color: #FFE181;
}

.plan article.article .entry-content section .box .area ul.kuria {
  display: block;
}

.plan article.article .entry-content section .box .area ul.kuria li {
  width: 100%;
}

table.inst th {
  width: 18%;
  color: #fff;
  text-align: left;
}

table.inst td {
  width: 13.6%;
}

table.inst tr:first-child {
  background-color: #FFF6DC;
}

table.inst tr td {
  background-color: #FFF6DC;
}

table.inst tr td:nth-child(2n) {
  background-color: #fff;
}

table.inst tr:first-child td {
  background-color: #FFECB5;
}

table.inst tr:first-child td:nth-child(2n) {
  background-color: #FFF6DC;
}

.douga_ .left {
  width: 60%;
}

.douga_ .right {
  width: 38%;
  background-color: inherit;
}

.plan dl.d_seisaku {
  padding: 0;
  margin-bottom: 0;
}

.plan dl.d_seisaku dt {
  padding: 20px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  width: 60%;
}

.plan dl.d_seisaku dt.end {
  background-color: #fff;
  color: #333;
}

.plan dl.d_seisaku dd.end {
  background-color: #FFE181;
  color: #333;
}

.plan dl.d_seisaku dd {
  width: 40%;
  justify-content: center;
}

.plan dl.d_seisaku dd p {
  padding: 0;
  align-items: baseline;
  font-size: 36px;
  text-align: right;
  width: 100%;
  padding-right: 30px;
}

table.kotsu th {
  color: #fff;
  font-size: 28px;
}

table.naniwa tr td:first-child {
  width: 30%;
}

table.naniwa tr th {
  width: 40%;
  font-size: 28px;
  text-align: left;
  color: #fff;
}

table.naniwa tr td {
  background-color: #fff;
}

table.naniwa tr td.title {
  background-color: #FFE181;
  font-size: 28px;
}

table.naniwa .kakaku {
  padding-bottom: 0;
  font-size: 36px;
  text-align: right;
}

table.kotsu {
  margin-bottom: 0;
}

.plan_box.xp {
  align-items: flex-start;
}

.plan_box.xp dl dt {
  width: 40%;
}

.plan_box.xp dl dd {
  width: 60%;
}

.plan .opti dt.end {
  width: 25%;
}

.plan .opti dt.end p {
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}

.plan .opti dd.end {
  width: 75%;
}

.plan .opti dd.end p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plan table.end,
.plan table.end th,
.plan table.end td {
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.plan table tr.botbor,
.plan table th.botbor,
.plan table td.botbor {
  border-bottom: solid 10px #333;
}

.plan table tr.gl {
  background-color: #D9D9D9;
  border-bottom: solid 20px #333;
}

.plan table.end tr.gl td.gl_blank {
  background-color: #333;
  border-right: solid 20px #333;
}

.plan table td.gl {
  background-color: #D9D9D9;
  border-right: solid 20px #333;
  width: 50px;
  position: relative;
}

.plan table td.gl p {
  position: absolute;
  display: block;
  writing-mode: vertical-rl;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.plan table.end th {
  width: 20%;
  color: #fff;
  font-weight: bold;
}

.plan table.end th span {
  font-size: 1.5em;
}

.plan table td.tdsec_b {
  width: 9%;
}

.plan table td.tdsec_c {
  width: 13%;
}

.plan table td.tdsec_c.xp {
  height: 90px;
}

.plan table td.tdsec_d {
  width: 10%;
  background-color: #FFE181;
}

.plan table.end td:last-child {
  vertical-align: top;
  height: 180px;
}

.plan table.end tr.gl td {
  text-align: center;
  font-weight: bold;
  border-right: solid 1px #333;
}

.plan table.end tr.gl td:last-child {
  height: auto;
}

.plan table.end td.blu {
  background-color: #D3EDFB;
  vertical-align: middle;
  height: auto;
}

.plan table.end .kakaku {
  font-weight: bold;
  font-size: 1.3em;
}

.plan table.end .kakaku span {
  font-size: .7em;
  font-weight: bold;
}

.plan table .title_plan {
  background-color: #2A8F6F;
}

.plan .article section .box .area .title_h3 span.point::after {
  background-image: url(../../../common/img/icon_check_001.webp);
  width: 260px;
  height: 65px;
}

.plan .article section .box .area .title_h3.xp span.point::after {
  background-image: url(../../../common/img/icon_check_002.webp);
}

.plan .article section .box .area .title_h3.xxp span.point::after {
  background-image: url(../../../common/img/icon_check_003.webp);
}

.plan .title_h2 {
  position: relative;
}

.plan .h2att {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .plan .area .h2att {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .plan .article section .box .area .title_h3 span.point::after {
    width: 245px;
    height: 47px;
  }

  .plan .area_in.table_in {
    overflow-x: auto;
  }

  .plan .area_in.table_in table {
    min-width: 1370px;
  }

  .plan .area dl p,
  .plan dl,
  .plan_box {
    display: block;
  }

  .douga_ .right,
  .plan dl.d_seisaku dd,
  .plan dl.d_seisaku dt,
  .douga_ .left,
  .plan .opti dd.end,
  .plan .opti dt.end,
  .plan dl dt,
  .plan dl dd,
  .plan_box div {
    width: 100%;
  }

  .plan_box_in {
    padding: 10px;
    margin-top: 0;
  }

  .plan .article .title_h5 {
    padding-top: 0;
  }

  .plan dl.d_seisaku dt,
  .plan dl dt .title {
    line-height: 1.5;
  }

  .plan dl.d_seisaku dd p,
  .plan .kakaku {
    text-align: right;
  }

  .plan article.article .entry-content section .box .area ul.kuria li {
    margin-bottom: 10px;
  }

  .plan dl {
    padding: 10px;
  }

  .plan dl dt {
    border-bottom: none;
  }

  .plan table.kotsu {
    margin-top: 30px;
  }

  .plan .area_in table.naniwa th,
  .plan .area_in table.naniwa td {
    display: block;
    width: 100%;
    border: none;
  }

  .plan dl.d_seisaku dt,
  .plan dl.d_seisaku dd p,
  table.kotsu th,
  table.naniwa tr td.title,
  table.naniwa tr th,
  .plan .area p.xp,
  .plan .area dl dt p {
    font-size: 16px;
  }

  .plan dl dd .kakaku,
  .plan dl.d_seisaku dd p.kakaku,
  table.naniwa .kakaku {
    font-size: 20px;
  }

  .plan .kakaku span {
    font-size: 12px;
  }

  .plan dl.d_seisaku dt,
  .plan .area dl p,
  .plan .opti dt.end p,
  .plan dl.d_seisaku dd p,
  table th,
  table td {
    padding: 10px;
  }

  .plan_box_in .kakaku {
    font-size: 36px;
  }
}


/* ================================================
   採用
   ================================================ */

.recruit article.article .entry-content section .box.slid .area {
  padding-bottom: 0;
}

.recruit article .entry-content section {
  background-color: #F4F4F4;
}

.recruit .recr_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin: 0 auto 20px;
}

.recruit .xxp {
  margin-bottom: 50px;
}

.recruit .koka {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.recruit .recr_list li {
  width: 48%;
  background-color: #333;
  padding: 20px;
}

.recruit .recr_list li p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.recruit .recr_list li > ul {
  list-style: disc;
  padding-left: 80px;
  background-color: #D9D9D9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.recruit .recr_list li > ul li {
  width: 100%;
  background-color: #D9D9D9;
  padding: 10px 0;
}

.recruit p.txt {
  text-align: center;
}

.recruit .recr_list.xp {
  flex-wrap: wrap;
  width: 90%;
}

.recruit .recr_list.xp li {
  width: 32%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.recruit .recr_list.xp li p {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 20px;
}

.recruit .recr_list.xp li p span {
  position: relative;
  display: inline-block;
}

.recruit .recr_list.xp li p span::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  background-image: url(../../../common/img/icon_recruit_1a.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* 採用アイコン連番 */
.recruit .recr_list.xp li:nth-child(2) p span::before { background-image: url(../../../common/img/icon_recruit_2a.png); }
.recruit .recr_list.xp li:nth-child(3) p span::before { background-image: url(../../../common/img/icon_recruit_3a.png); }
.recruit .recr_list.xp li:nth-child(4) p span::before { background-image: url(../../../common/img/icon_recruit_4a.png); }
.recruit .recr_list.xp li:nth-child(5) p span::before { background-image: url(../../../common/img/icon_recruit_5a.png); }
.recruit .recr_list.xp li:nth-child(6) p span::before { background-image: url(../../../common/img/icon_recruit_6a.png); }

.recruit .recr_list.xp div {
  background-color: #fff;
  padding: 20px;
  line-height: 1.5;
  flex-grow: 1;
  font-size: inherit;
}

.recruit .recr_life_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.recruit .recr_life_list li {
  width: 32%;
  display: flex;
  flex-direction: column;
}

.recruit .recr_life_list li p {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0;
  font-size: 1.2em;
}

.recruit .recr_life_list li p.txt {
  text-align: left;
  font-weight: normal;
  flex-grow: 1;
  font-size: inherit;
}

.recruit .recr_life_mind {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}

.recruit .recr_life_mind li {
  background-color: #333;
  width: 48%;
  margin-bottom: 20px;
  padding: 120px 30px 30px;
  position: relative;
}

.recruit .recr_life_mind li p {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0;
}

.recruit .recr_life_mind li p.txt {
  color: #fff;
  font-size: inherit;
  text-align: left;
  font-weight: normal;
}

.recruit .recr_life_mind li::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../../common/img/icon_recruit_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* 採用マインドアイコン連番 */
.recruit .recr_life_mind li:nth-child(2)::before { width: 74px; background-image: url(../../../common/img/icon_recruit_2.png); }
.recruit .recr_life_mind li:nth-child(3)::before { top: 30px; width: 100px; background-image: url(../../../common/img/icon_recruit_3.png); }
.recruit .recr_life_mind li:nth-child(4)::before { width: 65px; background-image: url(../../../common/img/icon_recruit_4.png); }
.recruit .recr_life_mind li:nth-child(5)::before { background-image: url(../../../common/img/icon_recruit_5.png); }
.recruit .recr_life_mind li:nth-child(6)::before { background-image: url(../../../common/img/icon_recruit_6.png); }

.recruit .recr_life_suji {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.recruit .recr_life_suji li {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #fff;
  border: solid 1px #DB7200;
  margin-bottom: 30px;
}

.recruit .recr_life_suji.xp li div {
  padding: 0;
}

.recruit .recr_life_menb > li > p,
.recruit .recr_life_suji li p {
  display: inline-block;
  margin: 30px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: solid 1px #DB7200;
  padding: 0;
}

.recruit .recr_life_suji li div {
  padding: 0 50px 50px;
}

.recruit .recr_life_suji li:first-child div img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.recruit .recr_life_suji.xp li:first-child div img {
  width: 100%;
}

.recruit .recr_life_suji li:last-child {
  width: 97%;
}

.recruit .recr_life_suji.xp li:last-child {
  width: 31%;
}

.recruit .recr_life_menb > li {
  background-color: #fff;
  border: solid 1px #DB7200;
  margin-bottom: 30px;
  position: relative;
}

.recruit .recr_life_menb > li > ul {
  padding: 0 20px 20px;
  list-style: none;
}

.recruit .recr_life_menb > li > ul > li {
  padding: 0;
}

.recruit .recr_life_menb > li > ul > li > p {
  text-align: center;
  padding: 0;
  font-size: .8em;
  line-height: 1.5;
}

.recruit .recr_life_menb ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.recruit .recr_life_menb ul li img {
  padding-left: 40px;
}

.recruit .recr_life_menb > li .katsu {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: inherit;
  border: none;
}

.recruit .recr_life_menb > li .katsu p {
  text-align: right;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: bold;
}

.recruit .recr_life_menb > li .katsu p span {
  font-size: 1.5em;
}

.recruit .recr_life_menb > li .katsu p.xp {
  padding-right: 200px;
}

.recruit .arrow {
  position: relative;
  margin-bottom: 250px;
}

.recruit .arrow::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 200px;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../../common/img/icon_arrow_consulting_04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.recruit .article section .box .area .title_h4.square::after {
  content: "rule";
}

.recruit .article section .box .area .title_h4.square.xp::after {
  content: "category";
}

.recruit .article section .box .area .title_h4.square.xp::before { content: "01"; }
.recruit .article section .box .area .title_h4.square.xp.mid::before { content: "02"; }
.recruit .article section .box .area .title_h4.square.xp.end::before { content: "03"; }

.recruit article .entry-content section.black {
  background-color: #333;
}

.recruit article .entry-content section.black > .box > .area > p {
  color: #fff;
}

.recruit article .entry-content section.black .title_h2,
.recruit article .entry-content section.black .title_h4 {
  color: #CCCCCC;
  border-color: #CCCCCC;
}

.recruit .recr_life_suji li.zensho {
  position: relative;
}

.recruit .recr_life_suji li.zensho::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 86px;
  bottom: 0;
  left: 0;
  background-image: url(../../../common/img/recruit_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.recruit .recr_life_menb li.katsu_box {
  position: relative;
}

.recruit .recr_life_menb li.katsu_box p.kushi_txt {
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 120px;
  border: none;
  margin: 0;
  font-size: 1.5em;
}

.recruit .recr_life_menb li.xp ul li img {
  padding-left: 0;
}

/* FAQ */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.box .area .faq-list {
  position: relative;
  border-top: solid 3px #000;
}

.faq-item {
  position: relative;
  display: block;
  border-bottom: solid 3px #000;
}

/* faq-list / faq-item の四隅ダイヤ装飾 */
.faq-list::before,
.faq-list::after,
.faq-item::before,
.faq-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  transform: rotate(45deg);
  z-index: 1;
}

.faq-list::before { top: -4px; left: -4px; }
.faq-list::after  { top: -4px; right: -4px; }
.faq-item::before { bottom: -4px; left: -4px; }
.faq-item::after  { bottom: -4px; right: -4px; }

.faq-q {
  position: relative;
  padding: 20px 60px 20px 45px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
  transition: background-color 0.3s;
}

/* 横棒（常に表示） */
.faq-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 3px;
  background-color: #DB7200;
  transform: translateY(-50%);
}

/* 縦棒（開いたら消える） */
.faq-q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 3px;
  background-color: #DB7200;
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-q.toggle-on::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-a {
  display: none;
}

.faq-a-in {
  padding: 20px;
  line-height: 1.6;
  position: relative;
}

.icon {
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background-image: url(../../../common/img/faq_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.faq-a-in .icon {
  width: 18px;
  height: 18px;
  top: 35px;
  left: -5px;
  background-image: url(../../../common/img/faq_a.png);
}

.recruit article .entry-content section:first-child,
.recruit article.article .entry-content section .box .area.rule {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .recruit .recr_life_suji.xp li:last-child,
  .recruit .recr_life_suji li:last-child,
  .recruit .recr_life_suji li,
  .recruit .recr_life_mind li,
  .recruit .recr_life_list li,
  .recruit .recr_list.xp li,
  .recruit .koka,
  .recruit .recr_list li {
    width: 100%;
  }

  .recruit .recr_life_menb > li > ul,
  .recruit .recr_life_suji,
  .recruit .recr_life_mind,
  .recruit .recr_life_list,
  .recruit .recr_list,
  .recruit .recr_list.xp {
    display: block;
    width: 100%;
  }

  .recruit .recr_life_menb > li .katsu {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
  }

  .recruit .recr_life_menb > li .katsu p,
  .recruit .recr_life_menb > li .katsu p.xp {
    text-align: left;
    padding: 0 0 0 10px;
  }

  .recruit .recr_life_list li {
    margin-bottom: 30px;
  }

  .recruit .recr_list > li {
    margin-bottom: 20px;
  }

  .recruit .recr_list.xp li p span::before {
    width: 35px;
    height: 28px;
    left: -40px;
  }

  .recruit .recr_life_suji li.zensho::after {
    height: 45px;
  }

  .recruit .recr_life_suji li:last-child div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recruit .recr_life_menb li.katsu_box p.kushi_txt {
    bottom: -24px;
    left: 0;
  }
}


/* ================================================
   プライバシーポリシー
   ================================================ */

.privacy-policy article .entry-content section {
  background-color: #F4F4F4;
}

.privacy-policy article .entry-content section .box {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-policy article.article .entry-content section .box .area {
  padding-bottom: 50px;
}

.privacy-policy h2 {
  line-height: 1.5;
}

.privacy-policy h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 10px;
}

.privacy-policy ul li {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .privacy-policy article .entry-content section .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* ================================================
   夢POS【サービス業向け】
   ================================================ */

.pos_service article.article .entry-content section .box .area.end {
  padding-bottom: 0;
}

.pos_service article .entry-content section {
  background-color: #F4F4F4;
}

.pos_service .article .area {
  padding-bottom: 130px;
}

.article .area .pos_service_box {
  display: flex;
  justify-content: space-between;
}

.article .area .pos_service_box .left {
  width: 50%;
}

.article .area .pos_service_box .right {
  width: 45%;
}

.article .area .kino {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.article .area .kino li .square span {
  font-size: .7em;
  padding-left: 10px;
}

.article .area .kino li {
  width: 49%;
  border: solid 1px #FFAE57;
  margin-bottom: 20px;
  padding: 50px;
  background-color: #fff;
}

.article .area .kino li p {
  padding-bottom: 0;
}

.article .area .kino li img {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.article .area .shiryo {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.article .area .shiryo li.left {
  width: 50%;
}

.article .area .shiryo li.right {
  width: 45%;
}

.article .area .shiryo li span {
  color: #838383;
}

.article .shiryo .title_h4 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.article .area .shiryo p.title {
  font-weight: bold;
  font-size: 28px;
  text-decoration: underline;
  text-underline-offset: 10px;
  padding-bottom: 10px;
}

.article section .box .area .title_h4.square::after {
  content: "category";
}

/* square連番 */
.article section .box .area ul li:nth-child(2) .title_h4.square::before { content: "02"; }
.article section .box .area ul li:nth-child(3) .title_h4.square::before { content: "03"; }
.article section .box .area ul li:nth-child(4) .title_h4.square::before { content: "04"; }

@media screen and (max-width: 767px) {
  .article .area .shiryo,
  .article .area .kino,
  .article .area .pos_service_box {
    display: block;
  }

  .article .area .shiryo li.left,
  .article .area .shiryo li.right,
  .article .area .shiryo,
  .article .area .kino,
  .article .area .kino li,
  .article .area .pos_service_box .left,
  .article .area .pos_service_box .right {
    width: 100%;
  }

  .article .area .kino li {
    padding: 30px;
  }

  .article .shiryo .title_h4 {
    font-size: 36px;
  }

  .article .area .shiryo p.title {
    font-size: 18px;
  }
}


/* ================================================
   夢POS【飲食店向け】
   ================================================ */

.pos_restaurant article .entry-content section {
  background-color: #F4F4F4;
}


/* ================================================
   DreamManager / DreamMa / DBA / Portal Maker / DEP
   ================================================ */

.dreammanager article .entry-content section,
.dreamma article .entry-content section,
.dba article .entry-content section,
.portal_maker article .entry-content section,
.dep article .entry-content section {
  background-color: #F4F4F4;
}

.dreammanager .article .entry-content section .box .area img,
.portal_maker .article .entry-content section .box .area img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.dreammanager .article .entry-content section .box .area .shiryo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dreammanager .article .entry-content section .box .area img,
  .portal_maker .article .entry-content section .box .area img {
    width: 100%;
  }
}


/* ================================================
   お問い合わせ
   ================================================ */

.contact article .entry-content section {
  background-color: #F4F4F4;
}

.contact .area {
  max-width: 800px;
  margin: 0 auto;
}


/* ================================================
   レスポンシブ共通
   ================================================ */

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

  .article .title_h2 {
    font-size: 40px;
    border-bottom: solid 1px #333;
    padding-bottom: 16px;
    margin-bottom: 32px;
    font-weight: 500;
  }

  .article .title_h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .article section .box .area .title_h3 span.point {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
  }

  .article section .box .area .title_h3 span.point::after {
    width: 120px;
    height: 40px;
  }

  .article section .box .area .title_h3.check {
    padding-left: 0;
    padding-top: 50px;
    font-size: 20px;
    text-decoration-thickness: 2px;
  }

  .article section .box .area .title_h3.check::before {
    width: 140px;
    height: 50px;
    top: -10px;
    bottom: auto;
  }

  .article .title_h4 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  .article section .box .area .title_h4.square {
    padding-left: 54px;
  }

  .article section .box .area .title_h4.square::before {
    width: 40px;
    height: 40px;
    top: 50%;
    font-size: 18px;
    padding-top: 4px;
  }

  .article section .box .area .title_h4.square::after {
    width: 40px;
    height: 40px;
    top: -6px;
    left: 0;
    font-size: 8px;
  }

  .article .title_h5 {
    font-size: 24px;
    padding-left: 0;
    padding-top: 58px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
    line-height: 1.5;
    text-decoration-thickness: 2px;
  }

  .article .title_h5::before {
    width: 140px;
    height: 50px;
    top: 0;
    bottom: auto;
    left: 20%;
    transform: translateX(-50%);
  }

  .article .title_h6 {
    color: #ff0;
  }

  article.article .entry-content section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  article.article .entry-content section .box .area {
    padding-bottom: 80px;
  }

  article.article .entry-content section .box .area .sp-br {
    display: block;
  }

  article.article .entry-content section .box .area ul.kuria li {
    width: 100%;
    font-size: 16px;
    padding-left: 40px;
    line-height: 1.5;
  }

  article.article .entry-content section .box .area ul.kuria li::before {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
  }

  article.article .entry-content section .box .area ul.joho li {
    font-size: 16px;
    margin-bottom: 24px;
    padding-left: 26px;
    line-height: 1.5;
  }

  article.article .entry-content section .box .area ul.joho li::before {
    width: 20px;
    height: 22px;
  }
}
