main .bg01 {
  background-color: #F6F9FA;
  background-image: url(img/title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

main.sub h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

main .sub-title h2 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 100%;
  margin-bottom: 80px;
}

main .sub-title h2 span {
  font-size: 2.4rem;
  color: #90B3C7;
  display: block;
  font-weight: 400;
}

.sub-title-g {
  background-color: #004b16;
  color: #fff;
  text-align: center;
  padding: 2px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (max-width:560px) {
  main.sub h2 {
    font-size: 2.0rem;
  }

  main .sub-title h2 {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }

}

.con-box {
  margin-bottom: 180px;
}

main.sub a {
  text-decoration: underline;
}

main.sub .con-box h3 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 1em;
}


@media screen and (max-width:560px) {
  .con-box {
    margin-bottom: 80px;
  }

  main.sub .con-box h3 {
    font-size: 1.8rem;
  }
}


/* ---------------- パンクズ ------------------*/
.pankuzu .wrapper {
  margin-bottom: 180px;
}

.breadcrumb {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width:1400px) {
  .pankuzu .wrapper {
    max-width: 100%;
    width: 94%;
  }
}

@media screen and (max-width:1400px) {
  .pankuzu .wrapper {
    margin-bottom: 110px;
  }
}

@media screen and (max-width:560px) {
  .pankuzu .wrapper {
    width: 92%;
    margin-bottom: 60px;
  }

  .breadcrumb {
    font-size: 1.2rem;
  }
}


/* ---------------- パーツ01 ------------------*/
.parts01 {
  padding-top: 205px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.parts01 .text {
  width: fit-content;
}

.parts01 .text p {
  line-height: 2.0;
  margin-bottom: 1em;
}

.parts01 .text .product-code {
  color: #5D5F68;
  font-size: 2.0rem;
}

.parts01 .text .product-fee {
  color: #5D5F68;
  font-size: 2.0rem;
}

.parts01 .text .product-fee span {
  letter-spacing: 5px;
}

.parts01 .img-box {
  width: 600px;
  margin-left: 3em;
}

.parts01 .img-box img {
  border-radius: 5px;
  margin: 0 auto;
}

.parts01 .sub__btn p {
  margin-top: 20px;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin-left: -1px;
}

.parts01 .sub__btn a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #B8C4D3;
  color: #5D5F68;
  margin-top: 5px;
  width: auto;
  padding: 8px 34px 10px 17px;
  background-image: url(img/shopping-bg.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  z-index: 1;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 500;
}

/* アニメーション用の擬似要素 */
.parts01 .sub__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #5D5F68;
  /* 変化後の色（自由に変更） */
  transition: left 0.4s ease;
  z-index: -1;
  border-radius: 5px;
  background-image: url(img/shopping-bg.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* hover時に横からスライドイン */
.parts01 .sub__btn a:hover::before {
  left: 0;
}

/* 文字やアイコンが前面に出るように */
.parts01 .sub__btn a:hover {
  color: #fff;
}

.parts01 .sub__btn.shop a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #B8C4D3;
  color: #5D5F68;
  margin-top: 5px;
  width: auto;
  padding: 8px 15px 10px 40px;
  background-image: url(img/shop-btn.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  z-index: 1;
  text-decoration: none;
  margin-left: 1px;
  margin-top: 3em;
}

.parts01 .sub__btn.shop a span {
  border-left: 1px solid #B8C4D3;
  padding-left: 5px;
}

.parts01 .sub__btn.shop a:hover {
  color: #fff;
}

/* アニメーション用の擬似要素 */
.parts01 .sub__btn.shop a::before {
  background-image: url(img/shop-btn02.png);
  background-position: left 10px center;
}




main.sub .parts01 h2 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #C36A7C;
  line-height: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-left: -6px;
}

.parts01.detail h2 {
  margin-bottom: 20px;
}

.parts01 h2 span {
  font-size: 2.0rem;
  color: #5D5F68;
  display: block;
  margin-top: 20px;
}

.parts01 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #354C74;
  margin-bottom: 17px;
}

.sub-page-bg {
  background-color: #ECF1F3;
}

.sub-page-bg.bg {
  background-color: #ECF1F3;
  background-image: url(img/sub-title-bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
}

.sub-page-bg.bg .parts01 {
  padding-top: 175px;
  padding-bottom: 60px;
}


.sub-page-bg .wrapper {
  width: 100%;
  max-width: 1400px;
}

.parts01 .slide-items {
  width: 600px;
}


/* slick のドット全体を横並びに中央配置 */
.dots-wrap {
  display: flex;
  justify-content: center;
  /* 中央寄せ */
  align-items: center;
  margin-top: 5px;
  /* 上に少し余白を追加（任意） */
  gap: 8px;
  /* ドット間の隙間（marginの代わり） */
}

/* ドットボタン内の数字を非表示にして円形に */
.dots-wrap li button {
  font-size: 0;
  /* 数字を消す */
  line-height: 0;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #C4C4C4;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}

/* アクティブ時のドット色 */
.dots-wrap li.slick-active button {
  background: #8B8B8B;
}

@media screen and (max-width: 1400px) {
  .sub-page-bg .wrapper {
    max-width: 100%;
    width: 94%;
  }

  .parts01 .text {
    width: 50%;
  }

  .parts01 .img-box {
    width: 45%;
  }

  .parts01 .img-box img {
    width: 100%;
    height: auto;
  }

  .parts01 .text .product-code {
    font-size: 1.8rem;
  }

  .parts01 .text .product-fee {
    font-size: 1.8rem;
  }

  .parts01 .slide-items {
    width: 100%;
  }

  .slide-items img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 1100px) {
  .parts01 .text {
    width: 60%;
  }

  .parts01 .img-box {
    width: 35%;
  }

}

@media screen and (max-width: 768px) {
  .parts01 {
    padding-top: 110px;
    display: block;
  }

  .parts01 .text {
    width: 100%;
    margin-bottom: 3em;
  }

  .parts01 .img-box {
    width: 100%;
    margin-left: 0;
  }

}

@media screen and (max-width: 560px) {
  .sub-page-bg .wrapper {
    width: 92%;
  }

  .parts01 {
    padding-top: 9em;
    padding-bottom: 3em;
  }

  .sub-page-bg.bg .parts01 {
    padding-top: 9em;
    padding-bottom: 3em;
  }

  .parts01 .sub__btn a {
    padding: 8px 2em 8px 1em;
  }

  .parts01 .sub__btn a::after {
    font-size: 1.6rem;
  }

  main.sub .parts01 h2 {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
  }

  main.sub .parts01 h2 span {
    font-size: 1.8rem;
  }

  .parts01 h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .parts01 p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}



/* ---------------- 2つ並びBOX ------------------*/
.box2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  justify-content: center;
  gap: 80px 50px;
}

.box2 .box2__box {
  border-radius: 10px;
}

.box2 .box2__box__con {
  padding: 15px 25px 25px 25px;
}

.box2 .box2__box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box2 .box2__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .box2 .box2__box img {
    width: 100%;
  }
}

@media screen and (max-width:560px) {
  .box2 .box2__box h3 {
    font-size: 2.0rem;
    text-align: center;
  }
}



/* ---------------- 3つ並びBOX ------------------*/
.box3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  grid-gap: 60px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.box3 .box3__box {
  border-radius: 10px;
  box-shadow: 2px 1px 10px -5px #777777;
  background-color: #fff;
}

.box3 .box3__box__con {
  padding: 15px 25px 20px 25px;
}

.box3 .box3__box h3 {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.box3 .box3__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px;
  }

  .box3 .box3__box img {
    width: 100.5%;
  }
}

@media screen and (max-width: 560px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3em 0;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}



/* ---------------- 画像左(画像が無い時text_area100％） ------------------*/
.l-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.l-img-con .text__area {
  width: fit-content;
}

.l-img-con .text__area h2 {
  margin-top: -0.5em;
}

.l-img-con .image__area {
  width: 370px;
  margin-right: 50px;
}

.l-img-con .image__area_sp {
  display: none;
}

.l-img-con ul {
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.l-img-con ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.l-img-con ul li::before {
  content: "・";
  padding: 0px 3px;
  position: absolute;
  margin-left: -1.5em;
}

.l-img-con .image__area__sp {
  display: none;
}

@media screen and (max-width: 1260px) {
  .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .l-img-con .image__area img {
    width: 100%;
  }

  .l-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .l-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .l-img-con .text__area {
    margin-bottom: 3em;
  }

  .l-img-con .image__area {
    display: none;
    margin: 0 auto;
  }

  .l-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .l-img-con {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .l-img-con .text__area {
    margin-bottom: 2em;
  }
}


/* ---------------- 横幅100%スライドショー ------------------*/
.slider-w100 .slider_inner {
  margin: 0 30px;
}

.slider-w100 .slider_inner h3 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #000;
}

.slider-w100 .slider_inner .slider_product_img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 32px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  color: #FFD300;
  margin-top: 5px;
  margin-right: 5px;
}

.slider-w100 .slider_inner p {
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner {
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner h3 {
    font-size: 1.6rem;
  }
}

/* ---------------- アコーディオン　------------------*/
.accordion-con {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.accordion-con summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 60px;
  color: #354C74;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.8rem;
}

.accordion-con summary span {
  padding-right: 2em;
}

.accordion-con summary span::before {
  content: "Q";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 17px;
  margin-top: -0.8rem;
  left: 10px;
  background-color: #354C74;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con summary::-webkit-details-marker {
  display: none;
}

.accordion-con summary::before,
.accordion-con summary::after {
  width: 2px;
  height: 1.1em;
  background-color: #354C74;
  content: '';
}

.accordion-con summary::before {
  position: absolute;
  right: 20px;
  rotate: 90deg;
}

.accordion-con summary::after {
  transition: rotate .3s;
}

.accordion-con[open] summary::after {
  rotate: 90deg;
}

.accordion-con .accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 4em 0.4em 60px;
  color: #333333;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.accordion-con[open] .accordion__text {
  transform: none;
  opacity: 1;
}

.accordion-con .accordion__text::before {
  content: "A";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 1em;
  margin-top: -1.2rem;
  left: 10px;
  background-color: #474747;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con[open] .accordion__text p {
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul {
  font-weight: 600;
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-con .accordion__text ul li::before {
  content: "・";
  padding: 0px 3px;
  font-size: 15px;
}

.accordion-con .accordion__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-five .faq {
    padding: 40px 40px 10px 40px;
  }
}

@media screen and (max-width: 560px) {
  .accordion-con {
    margin-bottom: 15px;
  }

  .top-five .faq {
    padding: 15px 15px 5px 15px;
  }

  .accordion-con summary {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 10px 50px;
  }

  .accordion-con .accordion__text {
    padding: 10px 4em 0.4em 50px;
  }

  .accordion-con summary span::before {
    content: "Q";
    font-size: 1.8rem;
    top: 18px;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }

  .accordion-con .accordion__text::before {
    content: "A";
    font-size: 1.8rem;
    top: 1.2em;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }
}


/* ---------------- テーブルパターン1 ------------------*/
.table-pattern01 table {
  width: 100%;
  border-top: 1px solid #E3E4E4;
}

.table-pattern01 table tr {
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern01 table th {
  width: 275px;
  text-align: left;
  padding: 32px 1em 28px 1em;
  font-weight: 700;
}

.table-pattern01 table td {
  padding: 32px 1em 28px 1em;
}

.table-pattern01 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern01 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

@media screen and (max-width: 768px) {
  .table-pattern01 table th {
    width: 30%;
    padding: 30px 30px 30px 0;
  }

  .table-pattern01 table td {
    width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern01 table th {
    width: 100%;
    display: block;
    padding: 1em 1em 0.5em 0;
  }

  .table-pattern01 table td {
    width: 100%;
    display: block;
    padding: 0 0 1em 0;
  }
}

/* ---------------- ページお問い合わせ ------------------*/
.page-contact {
  background-color: #B8E5F8;
  padding: 80px 0;
}

.page-contact .page-contact_con {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}

.page-contact .page-contact_con .page-contact_text {
  margin-left: 60px;
}

.page-contact .page-contact_con .page-contact_text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -14px;
  margin-bottom: 10px;
}

.page-contact .page-contact_con .page-contact_text p {
  line-height: 2;
}

.page-contact_text .btn a {
  width: 300px;
  display: block;
  background-color: #354C74;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin-top: 18px;
}

.page-contact_text .btn a:hover {
  display: block;
  color: #354C74;
  background: #F3DA45;
}

@media screen and (max-width: 1260px) {
  .page-contact .page-contact_con .img {
    width: 40%;
  }

  .page-contact .page-contact_con .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact_con .page-contact_text h3 {
    line-height: 1.6;
  }

  .page-contact .page-contact_con .img {
    display: none;
  }

  .page-contact .page-contact_con .page-contact_text {
    margin-left: 0;
  }

  .page-contact_text .btn a {
    margin: 18px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact_con .page-contact_text h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}


/* ---------------- ページスクロールボタン2横並び ------------------*/
.page-btn {
  padding-top: 150px;
}

.page-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}

.page-btn ul li {
  margin: 0 10px 20px 10px;
  width: 50%;
  max-width: 500px;
}

.page-btn ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  background-color: #354C74;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  transition: all .5s;
}

.page-btn ul li a:hover {
  display: block;
  color: #354C74;
  background: #F3DA45;
}

@media screen and (max-width: 1200px) {
  .page-btn ul {
    max-width: 100%;
    width: 100%;
  }

  .page-btn ul li {
    margin: 10px 1%;
    max-width: 48%;
  }
}

@media screen and (max-width: 560px) {
  .page-btn {
    padding-top: 5em;
  }

  .page-btn ul li {
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100%;
  }
}




/* ============ 導入実績 ============ */
.work {
  padding: 140px 0;
}

.work-others {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 560px) {
  .work {
    padding: 5em 0;
  }

  .work-others {
    padding: 5em 0;
    background-size: 40%;
  }
}

/* ---------------- 導入事例用画像左(画像が無い時text_area100％） ------------------*/
.work .l-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}

.work .l-img-con:last-child {
  margin-bottom: 0;
}

.work .l-img-con img {
  border-radius: 12px;
}

.work .l-img-con .text__area {
  width: fit-content;
}

.work .l-img-con .image__area {
  width: 370px;
  margin-right: 60px;
}

.work .l-img-con .image__area_sp {
  display: none;
}

.work .l-img-con h3 {
  color: #354C74;
  background-color: #F3DA45;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 7px 20px;
  margin-bottom: 30px;
}

.work .l-img-con table {
  width: 100%;
}

.work .l-img-con table th {
  font-size: 1.8rem;
  font-weight: 700;
  color: #354C74;
  width: 100px;
  text-align: left;
  vertical-align: top;
  padding: 25px 0;
}

.work .l-img-con table td {
  padding: 25px 0;
}

.work .l-img-con table tr {
  border-bottom: 1px solid #E3E4E4;
}

.work .l-img-con ul {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.work .l-img-con ul li {
  position: relative;
  line-height: 1.8;
}

.work .l-img-con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.3em;
  position: absolute;
  margin-left: -1.5em;
}

@media screen and (max-width: 1000px) {
  .work .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .work .l-img-con .image__area img {
    width: 100%;
  }

  .work .l-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .work .l-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .work .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .work .l-img-con .image__area {
    display: none;
  }

  .work .l-img-con .image__area_sp {
    display: block;
    width: 60%;
    margin: 2em auto;
  }

  .work .l-img-con .image__area_sp img {
    width: 100%;
  }

  .work .l-img-con ul li::before {
    top: 0.1em;
  }

  .work .l-img-con .text__area {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .work .l-img-con {
    padding-bottom: 0;
    margin-bottom: 5em;
  }

  .work .l-img-con h3 {
    font-size: 2rem;
    line-height: 1.6;
  }

  .work .l-img-con table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .work .l-img-con table td {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .work .l-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em;
  }

  .work .l-img-con ul li::before {
    top: 0.3em;
  }
}

/* ---------------- 導入事例用3つ並びBOX ------------------*/
.work-others .box3 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.work-others .box3 .box3__box h3 {
  text-align: left;
}

.work-others .box3__box img {
  border-radius: 10px 10px 0 0;
}





/* ============ サービス ============ */
.service-box:nth-child(odd) {
  padding: 140px 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.service-box:nth-child(even) {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.service-box:nth-child(3) {
  padding: 140px 0;
  background-image: url(img/bg05.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.service-box#ref_1 {
  background-image: none !important;
}

.service-box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 1;
}

.service-box h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #354C74;
}

@media screen and (max-width:560px) {
  .service-box:nth-child(odd) {
    padding: 5em 0;
    background-size: 40%;
  }

  .service-box:nth-child(even) {
    padding: 5em 0;
    background-size: 40%;
  }

  .service-box h3 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .service-box h4 {
    font-size: 1.8rem;
  }


  .service-box a {
    font-size: 1.8rem;
  }

}

/* ---------------- ページスクロールボタン4横並び ------------------*/
/*採用情報で仕様しているページスクロールボタン2横並びのコードの一部を変更*/
.page-btn.four ul {
  max-width: 1200px;
  flex-wrap: wrap;
}

.page-btn.four ul li {
  margin: 0 10px 20px 10px;
  width: 25%;
  max-width: 280px;
}

@media screen and (max-width:1260px) {
  .page-btn.four ul li {
    margin: 0 0 20px 0;
    width: 23%;
  }
}

@media screen and (max-width:560px) {
  .page-btn.four ul li {
    width: 48%;
  }
}

/* ---------------- 画像右(画像が無い時text_area100％） ------------------*/
.r-img-con {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 90px;
}

.r-img-con .text__area {
  width: fit-content;
}

.r-img-con .image__area {
  width: 600px;
}

.r-img-con .image__area_sp {
  display: none;
}

.r-img-con ul {
  margin-top: 15px;
  margin-bottom: 40px;
}

.r-img-con ul li {
  padding-left: 1em;
  position: relative;
}

.r-img-con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
}

.r-img-con h3 {
  font-size: 20px;
}


@media screen and (max-width: 1000px) {
  .r-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .r-img-con .image__area img {
    width: 100%;
  }

  .r-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .r-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .r-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .r-img-con .image__area {
    display: none;
  }

  .r-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .r-img-con .image__area_sp img {
    width: 100%;
  }

  .r-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .r-img-con {
    padding-bottom: 1em;
  }

  .r-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em;
  }
}

.story-con {
  margin-bottom: 70px;
}

.story-con .wrapper {
  width: 1014px;
  margin: 0 auto;
}

.story-title {
  text-align: center;
}

.top-third .story-title .fri {
  width: 100%;
  margin-bottom: 20px;
}

.story-title .data {
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.top-third .story-title .fri {
  width: 100%;
  margin-bottom: 20px;
}

.story-con .story-con-f {
  margin-top: 150px;
  margin-bottom: 100px;
}

main .story-con .story-con-f h2 {
  font-size: 40px;
  margin-bottom: 70px;
}

.story-con .story-con-sub {
  width: 805px;
  margin: 0 auto;
}

main .story-con .story-con-sub h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

main .story-con .story-con-sub h3:before {
  background-color: #004b16; /* 線色 */
  border-radius: 5px; /* 線幅の半分 */
  content: "";
  display: inline-block;
  height: 45px; /* 線の長さ */
  margin-right: 10px; /* 線右の余白 */
  vertical-align: middle;
  width: 10px; /* 線幅 */
  margin-top: -8px;
}

.story-con .story-con-sub img {
  margin-top: 50px;
  margin-bottom: 20px;
}

.story-con .story-con-sub .story-c {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff8eb;
  margin-top: 70px;
  margin-bottom: 140px;
  padding: 25px 35px;
}

.story-con .story-con-sub .story-c h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.story-con .story-con-sub .story-c p {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .story-con .wrapper {
    width: 92%;
    margin: 0 auto;
  }

  .story-con-f img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .story-con .story-con-sub {
    width: 92%;
    margin: 0 auto;
  }

  .story-con .story-con-sub img {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .story-con {
    margin-bottom: 0;
  }

  .story-con .story-con-sub .story-c {
    margin-bottom: 70px;
  }
}

