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;
}

@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;
  }
}

/* ---------------- 検索 ------------------*/
.search {
  margin: 110px 0;
}

.search .screen-reader-text {
  display: none;
}

.sub.search {
  margin: 0 0 180px 0;
}

.search h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #D5D5D5;
  width: 300px;
  margin: 0 auto 55px auto;
  padding-bottom: 10px;
  text-align: center;
}

main.sub .search h2 {
  margin: 0 auto 55px auto;
}

#feas-searchform-0 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  margin: 25px 0 20px 0;
  box-sizing: border-box;
}

.search-field {
  flex: 1;
  min-width: 200px;
  padding: 20px;
  font-size: 1.6rem;
  border: 1px solid #707070;
  background-color: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  margin: 25px 0 5px 0;
  margin-right: 5px;
}

.search-submit {
  padding: 15px 14px;
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #C36A7C;
  color: #fff;
  border: none;
  ;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .3s;
  margin-top: 20px;
}

.search_category {
  padding-top: 0;
  margin-bottom: 0 !important;
}

.search_category {
  border: none;
}

.search_category label {
  display: flex;
  align-items: center;
  margin-right: 15px;
  gap: 0 .5em;
  position: relative;
  margin-bottom: .4em;
  padding: 7px 30px !important;
  border-radius: 25px;
  color: #fff;
  background-color: #C36A7C;
  cursor: pointer;
}

.search_category label:has(:checked) {
  background-color: #C36A7C;
  color: #fff;
}

.search_category label:has(:checked)::after {
  position: absolute;
  top: 14px;
  left: 15px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #C36A7C;
  border-width: 0 2px 2px 0;
  content: '';
}

.search_category input {
  display: none;
}


.search_category li {
  margin-right: 15px;
  line-height: 1;
}

.search_category li a {
  background-color: #C36A7C;
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
}

.search_category li a:hover {
  background-color: #C36A7C;
}

.search_sub_category {
  margin-bottom: 50px;
}

.search_sub_category label {
  margin-right: 40px;
  margin-bottom: 10px;
  padding: 0 !important;
  display: block;
  border: none !important;
}

.search_btn {
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .3s;
  background-color: #fff;
  margin: 0 auto;
}

.search-results {
  margin-top: 3em;
}

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

@media screen and (max-width: 560px) {
  .search {
    margin: 60px 0;
  }

  .sub.search {
    margin: 0 0 60px 0;
  }

  .search h2 {
    font-size: 2.0rem;
    margin: 0 auto 1em auto;
  }

  .search-field {
    padding: 14px;
    height: 50px;
  }

  .search-submit {
    padding: 12px 20px;
    font-size: 1.6rem;
    height: 50px;
  }

  .search_category {
    flex-wrap: wrap;
    width: 100%;
  }

  .products-search-form .search-parent-label {
    width: 47% !important;
    margin-right: 1% !important;
    gap: 0 .5em !important;
    padding: 3px 10px !important;
    text-align: center !important;
    display: block !important;
    border: none !important;
  }

  .search_sub_category label {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .search_sub_category {
    margin-bottom: 20px;
  }
}

/* ---------------- パーツ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_type {
  border: 1px solid #5D5F68;
  color: #5D5F68;
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 5px;
}

.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;
}

.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;
}

.slider-w100 .slider_inner a:hover h3 {
  transition: all ease 0.3s;
}

.slider-w100 .slider_inner a:hover h3 {
  color: #7BBFB1;
}

@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: space-between;
  margin-bottom: 60px;
}

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

.r-img-con .image__area {
  width: 370px;
  margin-left: 50px;
}

.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;
}

@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;
  }
}


/* ---------------- Google対策画像左(画像が無い時text_area100％） ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .l-img-con {
  margin-top: 35px;
}

.service-box .l-img-con .image__area {
  margin-top: 15px;
}

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

.service-box .l-img-con .text__area h4:last-of-type {
  margin-top: 35px;
}


/* ---------------- 対策内容3つ並びBOX  ------------------*/
/*TOPで仕様している3つ並びBOXコードの一部を変更*/
.service-box .box3 {
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.service-box .box3 .box3__box__con {
  padding: 20px 25px;
}

.service-box .box3 .box3__box h3 {
  margin-bottom: 15px;
}


/* ---------------- サポート力画像左(画像が無い時text_area100％） ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .l-img-con.second {
  margin-top: 35px;
}

.service-box .l-img-con.second .text__area {
  width: 828px;
}

.service-box .l-img-con.second .text__area h4:last-of-type {
  margin-top: 0;
}

.service-box .l-img-con.second .text__area h5 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #354C74;
  border-left: 6px solid #354C74;
  padding: 5px 10px 7px 10px;
  line-height: 1;
  margin-top: 20px;
}

.service-box .l-img-con.second ul {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.service-box .l-img-con.second ul li {
  margin-bottom: 4px;
}

.service-box .l-img-con.second ul li::before {
  top: 0.4em;
}

@media screen and (max-width: 768px) {
  .service-box .l-img-con.second .text__area {
    width: 100%;
  }
}

/* ---------------- 導入事例スライドショー ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .slider_inner h3 {
  line-height: 2;
}


/* ---------------- 料金 ------------------*/
.service-box .fee {
  margin-top: 10px;
}

.service-box .fee h5 {
  font-weight: 600;
  font-size: 2.0rem;
  color: #354C74;
  border-left: 6px solid #354C74;
  padding: 5px 10px 7px 10px;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 10px;
}

.service-box .fee ul {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.service-box .fee ul li {
  margin-bottom: 4px;
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.service-box .fee ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.4em;
  position: absolute;
  margin-left: -1.8em;
}

.table_design {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}

.table_design thead th {
  padding: 0.8em;
  border-right: 3px solid#fff;
}

.table_design td {
  color: #000;
  padding: 0.9em 1em;
  font-weight: 400;
}

.table_design thead th:not(:first-child) {
  background: #4D9BC1;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8em 1em;
}

.table_design thead th span {
  font-size: .8rem;
}

.table_design thead th:nth-child(2) {
  background-color: #FF5400;
  position: relative;
}

.table_design thead th:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #FF5400;
  left: 0;
  bottom: 100%;
}

.table_design thead th:nth-child(2)::after {
  content: '弊社の安心プラン';
  width: max-content;
  color: #FF5400;
  font-size: 1.6rem;
  padding: 0.1em 1em;
  background: #fff;
  border: 2px solid #FF5400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.table_design tbody th,
.table_design tbody td {
  border: 3px solid #fff;
}

.table_design tbody th {
  background-color: #F4F4F4;
  color: #182128;
}

.table_design tbody td {
  background-color: #e6f1f6;
}

.table_design td:nth-child(2) {
  color: #FF5400;
  background: #FFF6EC;
  font-weight: 600;
}

.table_design td:hover {
  transform: scale(1.02);
  outline: 2px solid #4d9bc1;
}

.table_design td:nth-child(2):hover {
  transform: scale(1.02);
  outline: 2px solid #FF5400;
}

@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }
}

/* ---------------- 流れ ------------------*/
.service-box .flow_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.service-box .flow_img img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 65px;
}

.service-box .flow_box .l-img-con .image__area {
  width: 260px;
  margin-right: 40px;
}

.service-box .flow_box .l-img-con.second {
  margin-top: 0;
  margin-bottom: 60px;
}



/* ============ プライバシーポリシー ============ */
.privacy {
  margin: 140px 0;
}

.privacy ol {
  margin-left: 1.5em;
  margin-bottom: 2em;
}

.privacy ol li {
  list-style-type: decimal;
  margin-top: 2em;
}

.privacy ul {
  margin-top: 0.7em;
  margin-bottom: 1em;
}

.privacy ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 0;
}

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

.privacy .text-r {
  text-align: right;
  margin-top: 1em;
}

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

  .privacy dt {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .privacy dd {
    margin-bottom: 3em;
  }
}



/* ============ 会社概要 ============ */
.company .map iframe {
  width: 100%;
  height: 500px;
}

.company .greeting .wrapper {
  margin: 0 auto;
  width: 768px;
}

.company .greeting h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.company .greeting .name {
  font-size: 2rem;
  text-align: right;
  margin-top: 2em;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.company .table-pattern01 table {
  padding-top: 20px;
  border-top: none;
  margin-top: -20px;
}

.company .table-pattern01 table th {
  width: 250px;
  border-bottom: 1px solid#000;
}

.company .map {
  margin-bottom: 5em;
}

.company .map h3 {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}

.company .map dt {
  font-weight: 600;
  margin-top: 1em;
}

@media screen and (max-width: 560px) {
  .company .map iframe {
    height: 300px;
  }

  .company .table-pattern01 table th {
    width: 100%;
    border-bottom: none;
  }
}



/* ============ お問い合わせ ============ */
.contact {
  margin: 140px 0;
}

.contact table {
  width: 100%;
  margin-bottom: 3em;
}

.contact th {
  font-weight: 700;
  line-height: 100%;
  padding: 2em 1em;
  text-align: left;
}

.contact tr {
  border-bottom: 1px solid #ccc;
}

.contact th span {
  font-weight: 600;
  margin-left: 1em;
  color: #fff;
  background-color: #C36A7C;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.3em 0.8em 0.5em 0.8em;
  height: 20px;
}

.contact th span.hi02 {
  background-color: #474747;
}

.contact td {
  padding: 2em 1em;
}

.contact d {
  width: 800px;
  padding-bottom: 35px;
}

.contact input {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  margin: 0.5em 0;
}

.contact textarea {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact select {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact label {
  display: table;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.contact .text-sub {
  margin-left: 5em;
  margin-bottom: 1em;
}

.contact .job {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 1em 0 0.5em 0;
  border-left: 3px solid #5D5F68;
  padding-left: 5px;
  display: block;
  margin-left: -3px;
}

input.check[type=checkbox] {
  width: 15px;
  height: 15px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

input.check[type=radio] {
  width: 15px;
  height: 15px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 5px;
}

.contact .mfp_element_all {
  max-width: 100%;
}

.contact .contact__btn {
  text-align: center;
}

.contact .contact__btn input {
  color: #5D5F68;
  width: 300px;
  text-align: center;
  margin: 1em auto 0 auto;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid#ccc;
  transition: all .5s;
}

.contact .contact__btn input:hover {
  border: 1px solid#ccc;
  color: #fff;
  background-color: #505050;
}


@media screen and (max-width: 800px) {
  .contact th {
    display: block;
    text-align: left;
    padding: 2em 0 0.5em 0;
  }

  .contact th span {
    padding: 0.3em 0.8em 0.5em 0.8em;
  }

  .contact td {
    display: block;
    padding: 1em 0 2em 0;
  }
}

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

  .contact input {
    width: 100%;
  }
}


/* ---------------- 商品ページ ------------------*/

.product-banner {
  padding: 180px 0;
  margin-bottom: 180px;
  background-image: url("img/slide_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

main .product-banner .sub-title h2 {
  margin-bottom: 80px;
}

.product-banner li {
  margin-bottom: 15px;
}

.product-banner ul::after {
  content: "";
  display: block;
  width: 340px;
}

.product-banner li img {
  width: 340px;
  height: 135px;
  object-fit: contain;
  border-radius: 5px;
}

main .product-list {
  margin-bottom: 180px;
}

main .product-list a {
  text-decoration: none;
}

main .product-list .sub-title h2 {
  margin-bottom: 80px;
}

.product-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  grid-gap: 65px 45px;
}

.product-list li {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.product-list li .img-con {
  overflow: hidden;
  /* ← ここが重要。拡大した画像を隠す */
  border-radius: 8px;
  margin-bottom: 5px;
}

.product-list li .img-con img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.blog-list li:hover img {
  transform: scale(1.1);
}

.top-slide .sub-title h2 {
  margin-bottom: 35px;
}

.top-slide .slider_inner img {
  height: auto;
  transition: transform .6s ease;
}

.product-list li:hover img {
  transform: scale(1.02);
}

.product-list li a:hover {
  color: #7BBFB1;
}

.product-list li .category {
  font-size: 1.2rem;
  background-color: #A9BCBF;
  color: #fff;
  border-radius: 3px;
  display: table-cell;
  padding: 0 5px 2px 5px;
  text-align: left;
}

.product-list li a:hover  .category {
  background-color: #7BBFB1;
}

.product_type {
  font-size: 1.0rem;
  color: #5D5F68;
  border: 1px solid #5D5F68;
  display: table;
  padding: 1px 8px;
  margin-bottom: 5px;
  margin-top: 5px;
}

a:hover .product_type {
  color: #7BBFB1;
  border: 1px solid #7BBFB1;
}

.product-list li h3 {
  margin-top: 10px;
  font-size: 1.5rem;
}

.product-banner02 {
  margin-bottom: 180px;
}

.product-category {
  margin-bottom: 180px;
}

.product-category h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.product-detail-con {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

main.sub .product-detail-con h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

.product-detail-con h3 {
  font-size: 2.0rem;
  font-weight: 500;
}

.product-detail-con h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

.product-detail-con p {
  margin-bottom: 30px;
}

.product-detail-con ul {
  margin-top: 30px;
  margin-left: 1.5em;
  list-style-type: disc;
}

.product-detail-con img {
  display: block;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 1400px) {
  .product-banner li {
    width: 32%;
  }

  .product-banner li img {
    width: 100%;
    height: auto;
  }

  .product-banner02 img {
    width: 100%;
    height: auto;
  }

  .product-detail-con img {
    max-width: 100%;
    height: auto;
  }

  .shopping .wrapper {
    max-width: 100%;
    width: 94%;
  }

  .shopping .text_area {
    width: 50%;
  }

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

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

@media screen and (max-width: 560px) {
  .product-banner {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  main .product-banner .sub-title h2 {
    margin-bottom: 35px;
  }

  .product-banner li {
    width: 48%;
  }

  main .product-list .sub-title h2 {
    margin-bottom: 35px;
  }

  main .product-list {
    width: 100%;
    margin-bottom: 60px;
  }

  .product-list ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 20px;
  }

  .product-list li {
    width: 100%;
  }

  .product-list li img {
    width: 100%;
    height: auto;
  }

  .product-banner02 {
    margin-bottom: 60px;
  }

  .product-category h2 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  .product-category {
    margin-bottom: 60px;
  }

  .product-detail-con p {
    margin-top: 15px;
  }

  .product-detail-con {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .shopping {
    margin-bottom: 60px;
  }

  .shopping .text_area {
    width: 100%;
  }

  .shopping .img-box {
    display: none;
  }

  .shopping .text_area h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .shopping .text_area .btn a {
    margin: 20px auto 0;
    width: 80%;
    text-align: center;
  }
}

/* ---------------- お知らせページ ------------------*/
.sub .info {
  padding: 0 0 130px 0;
}

.sub .info a {
  text-decoration: none;
}



/* ---------------- コラムページ ------------------*/
.blog-list {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.blog-list .blog-select {
  margin-bottom: 5em;
}

.selectbox-1 {
  position: relative;
  font-size: 1.6rem;
}

.selectbox-1::before,
.selectbox-1::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.selectbox-1::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #c36a7c;
  margin-top: 4px;
}

.selectbox-1::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.selectbox-1 select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: none;
  border-radius: 3px;
  background-color: #f5e5e8;
  color: #333;
  font-size: 1.6rem;
  cursor: pointer;
}

.selectbox-1 select:focus {
  outline: 2px solid #c36a7c;
}

.blog-list .box3 {
  padding-bottom: 5em;
  margin-bottom: 0;
}

.blog-list li a {
  text-decoration: none;
}

.blog-list li {
  width: 300px;
  margin: 0 auto;
  position: relative;
}

.blog-list li .img-con {
  overflow: hidden;
  /* ← ここが重要。拡大した画像を隠す */
  border-radius: 10px;
}

.blog-list li img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.blog-list li:hover img {
  transform: scale(1.1);
}

.blog-list li data {
  font-size: 1.2rem;
  display: block;
  margin-top: 15px;
  text-align: left;
}

.blog-list li .category {
  font-size: 1.2rem;
  background-color: #A9BCBF;
  color: #fff;
  border-radius: 3px;
  display: table-cell;
  padding: 0 5px 2px 5px;
  text-align: left;
}

.blog-list li h3 {
  font-size: 1.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #000;
}

.blog-list li p {
  font-size: 1.6rem;
}


/* ---------------- ブログ詳細 ------------------*/
.blog_box {
  width: 750px;
}

.blog_box .blog_con {
  padding-bottom: 5em;
}

.blog_box .sns-button-wrap {
  margin-bottom: 2em;
}

.blog_box p {
  margin-bottom: 1em;
}

.blog_box .blog_title data {
  font-size: 1.4rem;
  font-weight: 600;
}

.blog_box .blog_title data ul {
  display: flex;
  margin-bottom: 2em;
}

.blog_box .blog_title data ul li {
  display: flex;
  margin-right: 1em;
}

.blog_box .blog_title data ul li a {
  padding: 0.2em 1em;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  background-color: #C36A7C;
  color: #fff;
}

.blog_box .blog_title data ul li a:hover {
  background-color: #D4989C;
}

.blog_box .blog_title h2 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.blog_box .blog_con h2 {
  font-size: 3.2rem;
  margin-top: 2em;
  margin-bottom: 10px;
}

main.sub .con-box .blog_box .blog_con h3 {
  font-size: 2.6rem;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

.blog_box .blog_con h4 {
  font-size: 2.2rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
  border-left: 3px solid #5D5F68;
  padding-left: 10px;
}

.blog_box .blog_con h5 {
  font-size: 2.0rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog_box .blog_con h6 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog_box .blog_con a {
  text-decoration: underline;
}

.blog_box .blog_con ul {
  margin: 1em 0;
}

.blog_box .blog_con ul li {
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.blog_box .blog_con ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 1.8em;
}

.blog_box .blog_con ol li {
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con img {
  margin: 2em auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.blog_box .blog_con table {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #E3E4E4;
}

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

.blog_box .blog_con table th {
  width: 275px;
  text-align: left;
  padding: 27px;
  font-weight: 700;
  background-color: #F4F4F3;
}

.blog_box .blog_con table td {
  padding: 27px;
  background-color: #fff;
}

.blog_box .blog_con .btn {
  margin: 5em auto;
}

.blog_box .blog_con .btn a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #B8C4D3;
  color: #5D5F68;
  margin-top: 50px;
  width: 260px;
  padding: 8px 40px;
  background-image: url(img/shopping-bg.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
  z-index: 1;
  text-decoration: none;
  margin: 0 auto;
}

/* アニメーション用の擬似要素 */
.blog_box .blog_con .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 25px center;
  background-repeat: no-repeat;
}

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

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

.blog_side {
  width: 250px;
}

main.sub .blog_side h2 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 2.0rem;
  border-bottom: 1px solid #585858;
}

.blog_side li {
  border-bottom: 1px solid #c9c9c9;
}

.blog_side li a {
  display: block;
  text-decoration: none;
  padding: 1em 10px;
  font-weight: 500;
}

.blog_side li a:hover {
  background-color: #f5f5f5;
}

#ez-toc-container {
  max-width: 600px;
  margin: 2em auto 0 auto;
}

#ez-toc-container nav {
  margin-top: 2em;
}

#ez-toc-container.ez-toc-container-direction {
  width: 100%;
  padding: 3em;
}

.ez-toc-title-container {
  text-align: center;
}


@media screen and (max-width: 1260px) {
  .blog_box {
    width: 75%;
  }

  .blog_side {
    width: 20%;
  }

  .blog_box .blog_title h2 {
    font-size: 3.8rem;
  }

  .blog_box .blog_con h2 {
    font-size: 3.0rem;
  }

  .blog_box .blog_con img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .blog_box .blog_title h2 {
    font-size: 2.8rem;
  }

  .blog_box .blog_con h2 {
    font-size: 2.4rem;
  }

  .blog_box .blog_con h4 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .blog_box {
    width: 100%;
  }

  .blog_side {
    display: none;
  }

  .blog_box .blog_con table th {
    width: auto;
    display: block;
    padding: 1em;
  }

  .blog_box .blog_con table td {
    width: auto;
    display: block;
    padding: 1em;
  }
}

@media screen and (max-width: 560px) {
  .blog_box .blog_title h2 {
    font-size: 2.4rem;
  }

  .blog_box .blog_con h2 {
    font-size: 2.2rem;
  }

  .blog_box .blog_con h4 {
    font-size: 1.8rem;
  }

  .blog_box .blog_con h6 {
    font-size: 1.6rem;
  }
}

/* ---------------- 関連施設記事　------------------*/
.article h2 {
  text-align: center;
  color: #C36A7C;
  font-size: 3.0rem;
}

.article .article__box {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.article .article__box a {
  display: block;
  text-decoration: none;
}

.article .article__box .article__con {
  display: table;
  width: 100%;
}

.article .article__box .article__con img {
  margin-right: 40px;
  border-radius: 10px;
}

.article .article__box .article__con .article__con_r data {
  font-size: 1.4rem;
}

.article .article__box .article__con .article__con_r .category {
  font-size: 1.2rem;
  background-color: #A9BCBF;
  color: #fff;
  border-radius: 3px;
  display: table-cell;
  padding: 0 5px 2px 5px;
  text-align: left;
}

.article .article__box .article__con .article__con_r h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: #474747;
}

.article .article__box .article__con .article__con_r {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}

@media screen and (max-width: 1200px) {
  .article .article__box .article__con img {
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
  }

  .article .article__box .article__con .article__con_r {
    margin-top: -10px;
    width: 75%;
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  .article .article__box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .article .article__box .article__con img {
    margin-top: 10px;
  }

  .article .article__box .article__con .article__con_r data {
    font-size: 1.4rem;
  }

  .article .article__box .article__con .article__con_r h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .article .article__box .article__con .article__con_r h3 {
    font-size: 1.6rem;
    border-bottom: none;
  }
}

/* ---------------- ページ送り ------------------*/
.pagination,
.pagination ul,
.pagination li,
.pagination a {
  font-size: 16px;
}

main.sub .pagination a {
  text-decoration: none;
}


.pagination {
  margin: 0;
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 7em;
}

.pagination ul {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  display: inline;
}

.pagination li {
  margin: 0.5%;
  padding: 0px;
  display: inline;
}

.pagination a {
  display: inline;
  padding: 0.8% 1.4%;
  width: 50px;
  height: 50px;
  margin: 0.2%;
  color: #474747;
  display: inline;
  font-weight: 400;
  text-align: center;
  border: 1.2px solid #e9e9e9;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px;
}

.pagination li a:hover {
  text-decoration: underline;
  background-color: #fff;
  border-color: #FFE600;
  text-decoration: none;
  opacity: 1;
}

.paginationli.active_page a {
  border-color: #0F6247;
  background-color: #0F6247;
  color: #fff;
}

.pagination li.active_page a:hover {
  color: black;
  text-decoration: underline;
  color: #FFE600;
  text-decoration: none;
  opacity: 1;
}

.pagination .current {
  display: inline;
  padding: 0.8% 1.4%;
  margin: 0.2%;
  color: #333;
  background-color: #f1f1f1;
  font-weight: 500;
  border: 1.2px solid #e9e9e9;
  border-radius: 5px;
}

@media screen and (max-width: 796px) {
  .pagination a {
    padding: 1.5% 2%;
  }
}



/* ============ 採用情報  ============ */
.recruit-box {
  margin-bottom: 180px;
}

.tab-container {
  margin-bottom: 5em;
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #C36A7C;
}

.tab-container .tab {
  cursor: pointer;
  padding: 0.7em 4em 0.2em 4em;
  border-radius: 10px 10px 0 0;
  background: #aca4a4;
  margin: 0 1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.tab-container .tab.active {
  background: #C36A7C;
  color: #fff;
}

.tab-container .tab:after {
  display: block;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  font-size: 18px;
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.recruit-box h3 {
  text-align: center;
  color: #C36A7C;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 45px;
}

.recruit-box h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.recruit-box table {
  margin-top: 3em;
}

.recruit-box th {
  border-bottom: 1px solid #C36A7C;
}

.recruit-box th:first-child {
  border-top: 1px solid #C36A7C;
}

main.sub .recruit-box a {
  line-height: 100%;
  background-color: #ffffff;
  border: 1px solid #B8C4D3;
  display: block;
  color: #5D5F68;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px;
  width: 300px;
  transition: all .5s;
  margin: 4em auto 0 auto;
  text-decoration: none;
}

main.sub .recruit-box a:hover {
  display: block;
  color: #fff;
  background: #C36A7C;
  border: 1px solid #C36A7C;
}

@media screen and (max-width: 1100px) {
  .tab-container .tab {
    padding: 0.7em 2em 0.2em 2em;
    margin: 0 0.5em;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .tab-container {
    flex-wrap: wrap;
  }

  .tab-container .tab {
    width: 45%;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1em;
  }
}

@media screen and (max-width:560px) {
  .recruit-box h3 {
    font-size: 2.2rem;
  }

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

  .recruit-box a {
    font-size: 1.6rem;
  }

  .recruit-box th {
    border-bottom: none;
  }

  .recruit-box th:first-child {
    border-top: none;
  }

}


/* ============ OEM  ============ */
.con-box-pa {
  margin-bottom: 180px;
}

.con-box-pa .brn{
  display: none;
}

main.sub .con-box-pa h2 {
  font-size: 3.6rem;
  margin-bottom: 0;
}

main.sub .con-box-pa h3 {
  color: #C36A7C;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.sub-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-nav ul::after{
  content:"";
  display: block;
  width: 300px;
}

.sub-nav ul li {
  width: 300px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 18px;
}

.sub-nav ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
  background-image: url(img/sub-nav-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}

main.sub .reason .reason-title h2 {
  text-align: center;
  margin-bottom: 60px;
}

main.sub .reason .reason-title p {
  margin-bottom: 80px;
}

.u-title {
  display: flex;
  margin-bottom: 110px;
}

.u-title h2 {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-right: 75px;
  font-size: 3.6rem;
}

.reason .l-img-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.reason .l-img-con .image__area {
  width: 450px;
  margin-right: 140px;
}

.reason .text__area .order {
  font-size: 1.4rem;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.reason .text__area .order span {
  font-size: 3.6rem;
  margin-right: 30px;
}

.reason .r-img-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.reason .r-img-con .image__area {
  width: 450px;
  margin-left: 140px;
}

main.sub .con-box-pa.reason h3 {
  margin-bottom: 50px;
}

.lineup {
  margin-bottom: 180px;
}

.lineup h3 {
  color: #C36A7C;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.lineup .lineup-sub {
  margin-bottom: 60px;
}

.lineup .lineup-sub li{
  margin-top: 5px;
  font-weight: 500;
}

.lineup .lineup-sub ul.list {
  margin-bottom: 40px;
}

.lineup .lineup-sub ul.list li::before{
  content: "●";
  font-size: 1.2rem;
  padding-right: 5px;
}

.lineup .second {
  width: 500px;
}

.lineup .box2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  justify-content: center;
  grid-gap: 10px;
}

.lineup .box2 li {
  font-weight: 500;
}

.lineup .box2 li img {
  margin-bottom: 10px;
  width: 100%;
}

.lineup .box2 li h4 {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
}

.lineup .box2 li span {
  font-size: 1.4rem;
}

.lineup .box4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: center;
  grid-gap: 30px;
}

.lineup .box4 li {
  font-weight: 500;
}

.lineup .box4 li img {
  width: 100%;
  margin-bottom: 10px;
}

.lineup .box4 li h4 {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
}

.lineup .box4 li span {
  font-size: 1.4rem;
}

.lineup .box5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  grid-gap: 20px;
}

.lineup .box5 li {
  text-align: center;
  font-weight: 500;
}

.lineup .box5 li h4 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.lineup .box5 li span {
  font-size: 1.4rem;
}

.introduction .box2 .box2__con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  justify-content: center;
  gap: 80px 50px;
  text-align: justify;
}

.introduction .box2 .box2__con .box2__box .img-wrap {
  border-radius: 10px;
}

.introduction .box2 .box2__con .box2__box img {
  border-radius: 10px;
  margin-bottom: 10px;
}

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

.introduction .slide-items .slick-slide {
  margin-top: 80px;
}

.introduction .slide-items .slick-slide img {
  margin: 0 auto;
}

.introduction .slide-items .slick-slide p {
  text-align: center;
  margin-top: 1em;
}

main.sub .con-box-pa.introduction .s-title h2 {
  font-size: 3.2rem;
  margin-bottom: 2em;
  margin-top: 3em;
  text-align: center;
  color: #497d85;
}

main.sub .con-box-pa.introduction .s-title:first-child h2 {
  margin-top: 0;
}

main.sub .con-box-pa.introduction .s-title h2 span {
  display: block;
  font-size: 1.4rem;
}

main.sub .con-box-pa.introduction .s-title p {
  text-align: center;
  margin-bottom: 4em;
  margin-top: -2.5em;
}

.specs {
  margin-bottom: 60px;
}

.specs:last-child {
  margin-bottom: 0;
}

.specs table {
  width: 100%;
  font-size: 1.5rem;
  background-color: #fff;
}

.specs th {
  background-color: #C36A7C;
  border-left: 1px solid #D4D4D4;
  color: #fff;
  font-weight: 500;
  padding: 20px 8px;
}

.specs td {
  border-left: 1px solid #D4D4D4;
  padding: 20px 8px;
}

.specs tr {
  border-bottom: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}

.specs tr:nth-child(even) {
  background-color: #F5F0F1;
}

.sg-shell {
  padding: 180px 40px;
}

.sg-max {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 0;
}

.sg-radius {
  border-radius: 30px;
}

.sg-bg {
  background-image: linear-gradient(130deg, #fffbec, #fffef1);
}

.sg-inner {
  width: 100%;
  max-width: 1055px;
  margin: 0 auto;
}

.sg-heading-block {
  display: block;
}

.sg-heading {
  margin-bottom: 48px;
  text-align: center;
}

.sg-heading-en {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sg-heading-ja {
  font-size: 32px;
  font-weight: 700;
}

.sg-layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.sg-visuals {
  position: sticky;
  top: 110px;
  flex: 0 0 45%;
  min-height: 450px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.sg-visual {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sg-visual.is-active {
  opacity: 1;
}

.sg-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-timeline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-right: 8px;
}

.sg-item {
  padding-bottom: 140px;
  padding-top: 140px;
}

.sg-item:last-child {
  border-bottom: none;
}

.sg-item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #C36A7C;
  border-bottom: 1px solid #CBCACA;
  padding-bottom: 25px;
}

.sg-item-text {
  line-height: 1.9;
  color: var(--color-muted);
  margin-bottom: 10px;
}

.sg-font-en {
  font-family: "Poppins", sans-serif;
}

.sg-capitalize {
  text-transform: capitalize;
}

.sg-hide-md-down {
  display: inline;
}

.sg-hide-md-up {
  display: none;
}


.safety-list .box3 {
  padding-bottom: 5em;
  margin-bottom: 0;
}

.safety-list li a {
  text-decoration: none;
}

.safety-list li {
  width: 300px;
  margin: 0 auto;
  position: relative;
  list-style: none;
}

.safety-list li .img-con {
  overflow: hidden;
  /* ← ここが重要。拡大した画像を隠す */
  border-radius: 10px;
}

.safety-list li img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.safety-list li:hover img {
  transform: scale(1.1);
}

main.sub .con-box-pa.safety-list li h3 {
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #000;
}

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

.safety-list li p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.safety-list .btn {
  text-align: center;
  padding: 7px 30px !important;
  border-radius: 25px;
  color: #fff;
  background-color: #C36A7C;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}

main.sub .con-box-pa.safety-list li a:hover .btn {
  background-color: #d86179;
}


@media (max-width: 1600px) {
  .sg-max {
    width: 94%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 180px 0;
  }
}

@media (max-width: 1300px) {
  .introduction .box2 .box2__con {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    justify-content: center;
    gap: 80px 50px;
    text-align: justify;
  }
}

@media (max-width: 1200px) {
  main.sub .con-box-pa h3 bg {
    display: block;
  }

  .sub-nav ul::after{
    width: 30%;
  }

  .sub-nav ul li {
    width: 30%;
  }
  
  .lineup .box4 {
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    grid-gap: 10px;
  }

  .lineup .second {
    width: 48%;
  }

  .lineup .box2 {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }

  .sg-shell {
    padding: 48px 24px;
  }

}

@media (max-width: 768px) {
  .con-box-pa .brn{
    display: block;
  }
  
  .u-title {
    display: block;
    margin-bottom: 40px;
  }

  .u-title h2 {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  main.sub .con-box-pa h2 {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }

  main.sub .con-box-pa h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  main.sub .con-box-pa.introduction .s-title h2 {
    font-size: 2.4rem;
  }

  main.sub .con-box-pa.safety-list .sub-title h2 {
    font-size: 2.0rem;
  }

  .sub-nav ul::after{
    width: 48%;
  }

  .sub-nav ul li {
    width: 48%;
  }

  .reason .l-img-con {
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .reason .l-img-con .image__area {
    display: block;
  }

  .reason .l-img-con .image__area {
    width: 100%;
    margin-right: 60px;
  }
  
  .reason .r-img-con {
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .reason .r-img-con .image__area {
    display: block;
  }

  .reason .r-img-con .image__area {
    width: 100%;
    margin-left: 60px;
  }

  .reason .text__area .order {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .specs table {
    width: 800px;
  }

  .sg-layout {
    gap: 40px;
  }

}

@media (max-width: 560px) {
  .con-box-pa {
    margin-bottom: 90px;
  }

  .reason .l-img-con .image__area {
    margin-right: 30px;
  }

  .reason .r-img-con .image__area {
    margin-left: 30px;
  }

  main.sub .con-box-pa h2 {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }

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

  main.sub .reason h2 {
    margin-bottom: 2em;
  }

  .reason .l-img-con {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  main.sub .con-box-pa.reason h3 {
    margin-bottom: 20px;
  }

  .reason .l-img-con .image__area {
    margin-right: 30px;
    width: 40%;
  }

  .reason .r-img-con {
    align-items: flex-start;
    margin-bottom: 40px;
  }

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

  .lineup .box4 {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    grid-gap: 20px;
  }

  .lineup .box2 {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    grid-gap: 20px;
  }

  .lineup-sub .fl{
    display: block;
  }

  .lineup .second {
    width: 100%;
    margin-bottom: 40px;
  }

  .sg-layout {
    flex-direction: column;
  }

  .sg-visuals {
    display: none;
  }

  .sg-hide-md-down {
    display: none !important;
  }

  .sg-hide-md-up {
    display: block;
    margin-top: 16px;
    border-radius: 20px;
    overflow: hidden;
  }

  .sg-item-title {
    font-size: 22px;
  }

  .sg-hide-md-up.sg-visual {
    position: static;
    opacity: 1;
  }

  .sg-hide-md-up.sg-visual img {
    height: auto;
  }

  .sg-item {
    padding-bottom: 2em;
    padding-top: 2em;
  }

  .sg-timeline {
    gap: 20px;
    padding-right: 0;
  }

  .lineup .lineup-sub {
    margin-bottom: 40px;
  }

  .lineup .box5 li h4 {
    font-size: 1.5rem;
  }
} 

/* ---------------- 納品までの流れ ------------------*/
.flow_list {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
}

.flow_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* vertical line container */
}

/* Vertical Line */
.flow_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  /* Center of 90px circle */
  width: 1px;
  height: 100%;
  background-color: #C36A7C;
  z-index: 0;
  transform: translateX(-50%);
}

.flow_item:last-child::before {
  display: none;
}

/* Step Circle */
.flow_step {
  width: 90px;
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
  z-index: 1;
  /* Above the line */
}

.flow_step .circle {
  width: 90px;
  height: 90px;
  background-color: #C36A7C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.flow_step .step_label {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2px;
}

.flow_step .step_num {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
}

/* Description */
.flow_desc {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flow_item:last-child .flow_desc {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

  main.sub .con-box-pa .flow_desc h3 {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.flow_desc p {
  line-height: 2.0;
  color: #5D5F68;
}

/* Button in Step 1 */
.flow_btn {
  margin-top: 30px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .flow_list {
    padding-top: 30px;
  }

  .flow_item {
    margin-bottom: 0;
  }

  .flow_item::before {
    left: 30px;
  }

  .flow_step {
    width: 60px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .flow_step .circle {
    width: 60px;
    height: 60px;
  }

  .flow_step .step_label {
    font-size: 1.0rem;
  }

  .flow_step .step_num {
    font-size: 1.6rem;
  }

  .flow_desc {
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .flow_desc h3 {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .flow_desc p {
    font-size: 1.4rem;
  }

  .flow_btn a {
    text-align: center;
  }

  .flow_btn img {
    width: 100%;
    height: auto;
  }
}