@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Roboto:wght@400;500;700&display=swap");
/* =============================================== 
  事業紹介
=============================================== */
.anchor_wrap {
  background: url(../img/service/anchor_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 230px;
}
.anchor_wrap p {
  color: #fff;
}
.anchor_wrap ul {
  gap: 20px;
  width: min(100%, 660px);
}
.anchor_wrap ul li {
  display: table;
}
.anchor_wrap ul li a {
  background: rgba(255, 255, 255, 0.77);
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.anchor_wrap ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-50%, -25%) rotate(135deg);
  transform: translate(-50%, -25%) rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.item.grid_box.col2 {
  grid-template-columns: 1fr 55%;
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .item.grid_box.col2 {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 39.5px 0 39.5px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .item::after {
    border-width: 31px 30px 0 30px;
    bottom: -30px;
  }
}
.item h2 {
  margin-bottom: 30px;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .item h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.item h2::first-letter {
  color: #009EE7;
}
.item h2 span {
  display: block;
  color: #009EE7;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .item h2 span {
    font-size: 18px;
  }
}
.item p {
  line-height: 1.8;
}

.product {
  background-image: linear-gradient(45deg, rgb(234, 247, 248), rgb(249, 252, 251) 50%, rgb(234, 247, 248));
  border-bottom: 1px solid #BEBEBE;
}
.product .product_list > li:not(:last-of-type) {
  margin-bottom: 50px;
}
.product .product_list > li h3 {
  color: rgba(9, 135, 193, 0.3);
  margin-bottom: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .product .product_list > li h3 {
    font-size: 30px;
  }
}
.product .product_list > li h3 span {
  padding-left: 0.1em;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .product .product_list > li h3 span {
    font-size: 46px;
  }
}
.product .product_list > li .grid_box {
  grid-template-columns: 46% 1fr;
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .grid_box {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
.product .product_list > li .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .txt_wrap {
    display: block;
  }
}
.product .product_list > li .txt_wrap h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .txt_wrap h4 {
    font-size: 24px;
  }
}
.product .product_list > li .txt_wrap .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: auto 0 25px;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .txt_wrap .tag {
    gap: 8px;
    margin: 20px 0 0;
  }
}
.product .product_list > li .txt_wrap .tag li {
  background: #fff;
  border: 1px solid #009EE7;
  border-radius: 40px;
  padding: 8px 15px;
  color: #009EE7;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .txt_wrap .tag li {
    padding: 5px 10px;
  }
}
.product .product_list > li .txt_wrap .tag li small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .product .product_list > li .txt_wrap .tag li small {
    font-size: 12px;
  }
}
.product dl {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .product dl {
    margin-top: 60px;
  }
}
.product dl dt {
  background: #117FB2;
  padding: 16px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product dl dt {
    font-size: 18px;
  }
}
.product dl dt::before, .product dl dt::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
.product dl dt.open::before {
  border-left: 3px solid #fff;
  height: 15px;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .product dl dt.open::before {
    border-width: 2px;
    height: 14px;
    right: 26px;
  }
}
.product dl dt::after {
  border-top: 3px solid #fff;
  width: 15px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .product dl dt::after {
    border-width: 2px;
    width: 14px;
    right: 20px;
  }
}
.product dl dd {
  display: none;
  background: #fff;
  border-bottom: 10px solid #117FB2;
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .product dl dd {
    padding: 30px 20px;
  }
}
.product dl dd div {
  width: min(100%, 840px);
  margin: 0 auto;
}

.slider.swiper {
  padding-bottom: 25px;
}
.slider.swiper .swiper-pagination {
  bottom: 0;
}
.slider.swiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #707070;
  opacity: 1;
  margin: 0 5px;
  width: 7px;
  height: 7px;
}
.slider.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #707070;
}