@charset "UTF-8";
/** pxからvwへ変換関数 **/
.mv {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-image: url(../img/top/mv.png);
  background-size: cover;
}

.mv h1 {
  color: #0F1C28;
  margin-top: 6rem;
  padding: 1rem;
  background-color: #fff;
}

.breadcrumbs {
  padding: 1.5rem 0;
  background-color: #F5F6F6;
}

.breadcrumbs ul {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumbs ul li {
  font-size: 1.4rem;
  display: inline-block;
}

.breadcrumbs ul li a {
  color: #0CA395;
  text-decoration: underline;
}

.breadcrumbs ul li:after {
  content: "/";
  padding: 0 .5rem;
}

.breadcrumbs ul li:last-child:after {
  content: none;
}

.about .flex .w70 {
  padding-left: 3rem;
}

.about .wrap {
  margin-top: 6rem;
  border: 3px solid #0CA395;
  border-radius: 8px;
  padding: 3rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.about .wrap p {
  margin-bottom: 3rem;
}

.about .wrap h4 {
  color: #0CA395;
  border-bottom: 1px solid #0CA395;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}

.about .wrap ul li {
  margin-bottom: 1.2rem;
}

.about .wrap ul li:last-child {
  margin-bottom: 0;
}

.about .wrap ul li a {
  color: #1D98C4;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .wrap ul li a .arrow {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1rem;
}

.about .other {
  padding-top: 6rem;
}

.about .other h3 {
  font-size: 2.6rem;
  color: #fff;
  display: inline-block;
  padding: .5rem 3rem;
  border-radius: 4px;
}

.about .other .content {
  margin-bottom: 5rem;
}

.about .other .content .circle {
  position: relative;
  overflow: hidden;
  background-color: #F5F5F6;
}

.about .other .content .circle img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.about .other .content ol {
  padding: 3rem 3rem 3rem 6rem;
  position: relative;
  z-index: 1;
}

.about .other .content ol li {
  font-size: 2rem;
  line-height: 2.2;
}

.products h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.products .img {
  width: 25%;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.products .text {
  width: 50%;
}

.products .text .com-name {
  color: #4B4B4B;
}

.products .text h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #0CA395;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.products .text .tags span {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  background-color: #068CBB;
  padding: .5rem 1rem;
  margin-right: 1rem;
  border-radius: 4px;
}

.products .btn {
  width: 25%;
}

.products .btn a {
  background-color: #0F1C28;
  border: 1px solid #0F1C28;
  color: #fff;
  padding: 1rem 1.5rem;
  display: block;
  border-radius: 4px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.products .btn a:hover {
  color: #0F1C28;
  background-color: transparent;
}

.products ul li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
  border-radius: 6px;
}

.main-products-detail {
  margin-top: 9.4rem;
}

.contact > .container > .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search {
  position: relative;
}

.contact .left_content {
  padding: 2rem;
  color: #fff;
}

.contact .left_content h4 {
  margin-bottom: 2rem;
}

.contact .right_content {
  padding-left: 5rem;
}

.contact .bt-line {
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.products-detail {
  /* レイアウトのためのスタイル */
}

.products-detail .slider-thumbnail .swiper-slide {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: calc(100% / 3);
}

.products-detail .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.products-detail .swiper {
  max-width: 500px;
  width: 100%;
}

.products-detail .swiper-slide img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.products-detail .product-img {
  width: 48%;
  background-color: #F5F6F6;
  padding: 3rem;
}

.products-detail .product-info {
  width: 48%;
}

.product-information {
  margin-bottom: 1rem;
}

.mb {
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #C5C5C5;
}

.product-information .url a {
  color: #0CA395;
  text-decoration: underline;
  word-break: break-word;
}

.product-information h1 {
  margin-bottom: 2rem;
}

.product-info h1 {
  font-size: 1.6rem;
  font-weight: normal;
}

.list-style {
  list-style-type: disc;
  padding-left: 2.2rem;
}

.note-content {
  font-size: 1.7rem;
  border-top: 5px solid transparent;
  -o-border-image: linear-gradient(90deg, #0CA395, #068CBB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#0CA395), to(#068CBB)) 1;
  border-image: linear-gradient(90deg, #0CA395, #068CBB) 1;
  padding: 2rem 0;
  margin-top: 6rem;
  text-align: center;
}

.note-content b {
  font-size: 2rem;
}

.product-information .tags {
  margin-bottom: 1rem;
}

.product-info > p {
  margin-bottom: 3rem;
}

.product-info ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.product-info .table td {
  border-bottom: 1px solid #C5C5C5;
  padding: 1rem 0;
}

.product-info .wrap {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C5C5C5;
}

.products-detail .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-detail-content h1 {
  border-bottom: 1px solid #B3C3DF;
  padding-bottom: .5rem;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

.news-detail-content h2 {
  font-size: 3rem;
  border-left: 4px solid #0CA395;
  padding: .7rem 1.5rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.news-detail-content h3 {
  font-size: 2.4rem;
  background-color: #0CA395;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.date {
  font-size: 1.4rem;
  color: #4b4b4b;
}

.news-detail-content p {
  margin-bottom: 2rem;
}

.news-detail-content .tag {
 font-size: 1.4rem;
 color: #fff;
 background-color: #0F1C28;
 padding: .5rem 1rem;
 border-radius: 4px;
 display: inline-block;
 margin-right: 1rem;
}

.table-second a,
.pdf
 {
  color: #fff;
  background-color: #0CA395;
  border: 1px solid #0CA395;
  display: inline-block;
  font-size: 1.3rem;
  padding: .3rem 1rem;
  border-radius: 6px;
}

.pdf:hover svg path {
  fill: #0CA395;
}

.table-second a:hover,
.pdf:hover
 {
  color: #0CA395;
  background-color: #fff;
}

.size {
  font-size: 1rem;
}

.tags span {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  background-color: #068CBB;
  padding: .5rem 1rem;
  margin-right: 1rem;
  border-radius: 4px;
}

.slider-thumbnail {
  margin-top: 7px;
}

.swiper-button-next, .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #0F1C28;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.6rem;
  color: #fff;
}

/*Contact*/
.cf7-form .form-row {
  margin-bottom: 20px;
}

.cf7-form label {
  display: block;
  margin-bottom: 10px;
}

.cf7-form input[type="text"],
.cf7-form input[type="email"],
.cf7-form textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F8F8;
}

.cf7-form textarea {
  height: 150px;
  resize: vertical;
}

.cf7-form .required {
  color: red;
  margin-left: 5px;
}

.cf7-form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #707070;
}

.cf7-form .radio-group input {
  margin: 0 0.5rem 0 0;
}

.cf7-form .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #707070;
}

.cf7-form .checkbox-row a {
  font-size: 1.4rem;
  color: #0CA395;
  text-decoration: underline;
}

.cf7-form .checkbox-row p {
  margin-bottom: 1rem;
}

.cf7-form .checkbox-label {
  margin-left: 8px;
  font-weight: normal;
}

.cf7-form input[type="submit"] {
  background-color: #373737;
  color: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.cf7-form input[type="submit"]:hover {
  background-color: #707070;
}

.note {
  margin-bottom: 4rem;
}

.note ul {
  list-style: disc;
  padding-left: 2.2rem;
  font-size: 1.4rem;
  line-height: 2;
}

.contact a {
  color: #0CA395;
  text-decoration: underline;
}

.table-second th {
  border: 1px solid #C5C5C5;
  padding: 1rem;
  font-weight: normal;
  font-size: 1.2rem;
  background-color: #e7e7e7;
  vertical-align: middle;
  text-align: center;
}

.table-second td {
  border: 1px solid #C5C5C5;
  padding: 1rem !important;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

.product-img .slider img {
  height: 360px;
  object-fit: contain;
}

.products .content .img img {
  height: 300px;
  object-fit: contain;
}

.return-btn {
  text-align: center;
  margin: 24px 0;
}

/* ボタン本体 */
.return-btn button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #383838;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
              box-shadow 0.2s ease;
}

/* ホバー時（マウス乗せたとき） */
.return-btn button:hover {
  background-color: #f5f5f5;
  border-color: #bbb;
  color: #383838;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

/* クリック時 */
.return-btn button:active {
  background-color: #eee;
  border-color: #aaa;
  box-shadow: none;
}

/* ページネーション全体 */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;               /* ボタン同士の間隔 */
  margin: 40px 0;         /* 上下の余白 */
  flex-wrap: wrap;        /* スマホで折り返し */
}

/* 共通ボタンスタイル */
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* 現在ページ */
.nav-links .page-numbers.current {
  background-color: #003277;   /* メインカラーに変更 */
  border-color: #003277;
  color: #fff;
  cursor: default;
}

/* ホバー時 */
.nav-links .page-numbers:not(.current):hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

/* 次へ（»）のボタンだけ少し横長にしたい場合 */
.nav-links .page-numbers.next {
  padding: 0 14px;
}

/* スマホ向け微調整（必要なら） */
@media (max-width: 480px) {
  .nav-links {
    margin: 24px 0;
    gap: 6px;
  }
  
  .nav-links .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}

/* スマホ時は横いっぱいにする場合 */
@media (max-width: 768px) {
  .return-btn button {
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 750px) {
  .mv {
    padding: 0 2rem;
  }
  .breadcrumbs {
    padding: 1.5rem 2rem;
  }
  .about .flex .w30 {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .about .flex .w30 img {
    display: block;
  }
  .about .flex .w70 {
    width: 100%;
    padding-left: 0;
  }
  .wrap .te {
    width: 80%;
  }
  .about .other .content ol {
    padding: 2rem 2rem 2rem 3rem;
  }
  .products ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 1.5rem 2rem;
  }
  .products .img {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
  .products .text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .products .btn {
    width: 100%;
  }
  .products-detail .product-img {
    width: 100%;
    margin-bottom: 4rem;
  }
  .products-detail .product-info {
    width: 100%;
  }
  .contact .right_content {
    padding-left: 0;
  }
  .contact .left_content {
    margin-bottom: 5rem;
  }
  .products-detail .product-img {
    padding: 1.5rem;
  }
  .scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
  .scroll table {
    width: 550px;
  }
}

@media screen and (max-width: 540px) {
  .logo {
    width: 40%;
  }
  .mv h1 {
    font-size: 7vw;
    text-align: center;
  }
  .about .other h3 {
    font-size: 5.4vw;
    padding: .5rem 2rem;
  }
  .about .other .content ol li {
    font-size: 4vw;
    line-height: 1.8;
  }
  .breadcrumbs ul li {
    font-size: 3.4vw;
  }
  .products .text .com-name {
    font-size: 4vw;
  }
  .products .text h3 {
    font-size: 5.33333vw;
  }
  .products .text .tags span {
    font-size: 3.2vw;
  }
  .products .btn a {
    font-size: 4.8vw;
  }
  .product-information h1 {
    font-size: 6vw;
  }
  .note-content {
    font-size: 4.5vw;
  }
}
/*# sourceMappingURL=common.css.map */