@charset "UTF-8";
#mainvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
#mainvisual .img-MV {
  position: relative;
  width: 100%;
  height: auto;
}
#mainvisual .img-MV img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual h1 {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 5px #000;
  font-size: 4rem;
  left: 6rem;
  z-index: 3;
}
#mainvisual .mySwiper {
  position: absolute;
  z-index: 1;
}
#mainvisual .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mainvisual .mySwiper.mv-slide01 {
  top: 0;
  left: 0;
  width: 33.5%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual .mySwiper.mv-slide01 {
    top: 13%;
    left: -27%;
    width: 55.5%;
  }
}
/* ========== end △ */
#mainvisual .mySwiper.mv-slide02 {
  top: 22%;
  left: 41.75%;
  width: 29.2%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual .mySwiper.mv-slide02 {
    top: 22%;
    left: auto;
    right: -26.5%;
    width: 75.9%;
  }
}
/* ========== end △ */
#mainvisual .mySwiper.mv-slide03 {
  top: -10.4%;
  right: 0;
  width: 43.4%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual .mySwiper.mv-slide03 {
    top: -23.5%;
    right: -11%;
    width: 82%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual h1 {
    font-size: 2.6rem;
    left: 1.2rem;
  }
}
/* ========== end △ */

.sec-about {
  max-width: 136.6rem;
  margin: auto;
  padding: 7rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-about .txt-about {
  width: 45%;
}
.sec-about .img-about {
  width: 50%;
}
.sec-about .img-about img {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-about {
    max-width: 100%;
    padding: 3.5rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec-about .txt-about {
    width: 100%;
  }
  .sec-about .img-about {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* ========== end △ */

.sec-service {
  background: url("../images/top/service-bg.jpg") no-repeat center/cover;
  padding: 7rem 0 18rem;
}
.sec-service .list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.sec-service .list-box .box-service {
  width: 100%;
  border: 1px solid #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-service .list-box .box-service .main-link a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.169);
  width: 100%;
  text-decoration: none;
  padding: 1.3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
}
.sec-service .list-box .box-service .main-link a span {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  padding-right: 3.5rem;
}
.sec-service .list-box .box-service .main-link a span:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .sec-service .list-box .box-service .main-link a:hover {
    background-color: #fff;
  }
  .sec-service .list-box .box-service .main-link a:hover span {
    color: #202389;
  }
}
/* ========== end △ */
.sec-service .list-box .box-service .list-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 3rem;
  margin-bottom: 2rem;
}
.sec-service .list-box .box-service .list-link li {
  width: calc((100% - 6rem) / 3);
}
.sec-service .list-box .box-service .list-link li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 4rem;
  min-height: 3rem;
}
.sec-service .list-box .box-service .list-link li a small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.5;
}
.sec-service .list-box .box-service .list-link li a:after {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 3rem;
  height: 3rem;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  color: #202389;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  left: 0;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .sec-service .list-box .box-service .list-link li a:hover:after {
    background: #202389;
    color: #fff;
  }
}
/* ========== end △ */
.sec-service .list-box .box-service.box-product {
  width: 27rem;
}
.sec-service .list-box .box-service.box-product .list-link li {
  width: 100%;
}
.sec-service .list-box .box-black {
  position: relative;
  width: calc((100% - 34rem) / 3);
  background: #2b2b2b;
  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;
  z-index: 2;
}
.sec-service .list-box .box-black.service-img01 {
  background: url("../images/top/service-img01.jpg") no-repeat center/cover;
}
.sec-service .list-box .box-black.service-img02 {
  background: url("../images/top/service-img02.jpg") no-repeat center/cover;
}
.sec-service .list-box .box-black.service-img03 {
  background: url("../images/top/service-img03.jpg") no-repeat center/cover;
}
.sec-service .list-box .box-black:after {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #0c5d9c;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.sec-service .list-box .box-black h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-service {
    padding: 3.5rem 0 9rem;
  }
  .sec-service .list-box {
    gap: 1rem;
  }
  .sec-service .list-box .box-service .main-link a span {
    font-size: 1.6rem;
  }
  .sec-service .list-box .box-service .list-link {
    gap: 1rem 2rem;
    margin-bottom: 1rem;
  }
  .sec-service .list-box .box-service .list-link li {
    width: 100%;
  }
  .sec-service .list-box .box-service .list-link li a {
    font-size: 1.4rem;
    padding-left: 4rem;
  }
  .sec-service .list-box .box-service .list-link li a small {
    font-size: 1rem;
  }
  .sec-service .list-box .box-service.box-product {
    width: 100%;
  }
  .sec-service .list-box .box-service.box-product .list-link li {
    width: 100%;
  }
  .sec-service .list-box .box-black {
    width: calc((100% - 2rem) / 3);
    max-width: 20rem;
    min-height: 10rem;
  }
  .sec-service .list-box .box-black:after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
  }
  .sec-service .list-box .box-black h3 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */

.sec-contact .banner-contact {
  width: 82.5rem;
  max-width: 100%;
  background: #fff;
  padding: 3rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #0c5d9c;
  margin: -7.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-contact .banner-contact .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.sec-contact .banner-contact .ttl span {
  -webkit-text-emphasis: circle #f1951b;
          text-emphasis: circle #f1951b;
}
.sec-contact .banner-contact .btn-contact {
  width: 35rem;
  max-width: 100%;
}
.sec-contact .banner-contact .btn-contact a {
  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;
  background: linear-gradient(45deg, rgb(243, 144, 27) 0%, rgb(224, 175, 27) 100%);
  -webkit-box-shadow: 0 5px 0 #744f01;
          box-shadow: 0 5px 0 #744f01;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.7rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 3;
  overflow: hidden;
}
.sec-contact .banner-contact .btn-contact a .icon-btn {
  margin-right: 2rem;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .sec-contact .banner-contact .btn-contact a:hover {
    background: linear-gradient(-45deg, rgb(243, 144, 27) 0%, rgb(224, 175, 27) 100%);
  }
  .sec-contact .banner-contact .btn-contact a:hover img {
    opacity: 1;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-contact .banner-contact {
    width: 100%;
    padding: 1.5rem 3rem;
    margin: -3rem auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-contact .banner-contact .ttl {
    font-size: 1.6rem;
  }
  .sec-contact .banner-contact .btn-contact {
    width: 30rem;
  }
  .sec-contact .banner-contact .btn-contact a {
    border-radius: 0.7rem;
    padding: 1.5rem;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .sec-contact .banner-contact .btn-contact a .icon-btn {
    margin-right: 1rem;
  }
}
/* ========== end △ */

.sec-news {
  padding: 5rem 0 10rem;
}
.sec-news .ttl-page h1 {
  height: 8rem;
  width: auto;
  margin-left: 1rem;
}
.sec-news .news-illu {
  height: 5rem;
  width: auto;
  margin-left: 1rem;
}
.sec-news .main-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-news .main-news .cm-btn {
  padding-left: 5rem;
}
.sec-news .main-news .cm-btn a {
  font-size: 1.4rem;
  min-width: 12rem;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
}
.sec-news .main-news .left-news {
  width: 29rem;
}
.sec-news .main-news .cont-news {
  width: calc(100% - 29rem);
}
.sec-news .main-news .cont-news ul li a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 5rem 2rem 1rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
  gap: 1rem 2rem;
  z-index: 2;
}
.sec-news .main-news .cont-news ul li a:before {
  position: absolute;
  content: "";
  background: #0c5d9c;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 3rem;
  height: 3rem;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fff;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.sec-news .main-news .cont-news ul li a span.date {
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.6rem;
}
.sec-news .main-news .cont-news ul li a span.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #166db1;
  width: 10rem;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.sec-news .main-news .cont-news ul li a span.txt {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .sec-news .main-news .cont-news ul li a:hover {
    opacity: 0.7;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-news {
    padding: 2.5rem 0 5rem;
  }
  .sec-news .ttl-page h1 {
    height:4rem;
  }
  .sec-news .news-illu {
    height: 3.5rem;
  }
  .sec-news .main-news .left-news {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec-news .main-news .cont-news {
    width: 100%;
  }
  .sec-news .main-news .cont-news ul li a {
    padding: 1.5rem 4rem 1.5rem 1rem;
  }
  .sec-news .main-news .cont-news ul li a:before {
    right: 0;
  }
  .sec-news .main-news .cont-news ul li a span.date, .sec-news .main-news .cont-news ul li a span.txt {
    font-size: 1.4rem;
  }
  .sec-news .main-news .cm-btn {
    padding-left: 0;
    margin: auto;
  }
}
/* ========== end △ */