@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
#visual {
  min-width: 1040px;
  background: url(../img/title-bg-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
    height: auto;
    background: none;
  }
}

#visual .visual {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
  }
}

#visual .visual img {
  width: 100%;
  display: block;
}

#visual .visual .img {
  width: 500px;
}

.visual-slider {
  padding: 30px 0;
}

@media (max-width: 480px) {
  .visual-slider {
    padding: 20px 0;
  }
}

.visual-slider > div .slick-slide {
  padding: 0 20px;
  position: relative;
}

@media (max-width: 480px) {
  .visual-slider > div .slick-slide {
    padding: 0 10px;
  }
}

.visual-slider > div .slick-slide .text {
  position: absolute;
  left: 20px;
  top: 0;
  background: #009d80;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 180px;
  padding: 5px 10px;
  height: 37px;
}

@media (max-width: 480px) {
  .visual-slider > div .slick-slide .text {
    left: 10px;
  }
}

.visual-slider > div .slick-slide .text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 20px 0 0;
  border-color: #009d80 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
}

.top_contents {
  background: url(../img/background-ptn02.jpg) repeat;
  background-size: 24px;
  padding: 60px 0 70px;
}

.top_contents .top_contents_title {
  margin-bottom: 40px;
}

.top_contents .top_contents_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  margin: 0 auto 10px;
  background: #082a4f;
}

.top_contents .top_contents_title .en {
  font-size: 14px;
  font-weight: bold;
}

.top_contents .top_contents_title h1 {
  font-size: 2em;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title h1 {
    font-size: 1.7em;
  }
}

.top_contents .top_contents_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.top_contents .top_contents_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 30px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner ul {
    margin: 0 0 30px;
  }
}

.top_contents .top_contents_inner ul li {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.top_contents .top_contents_inner ul li > div {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner ul li > div {
    padding: 5px;
  }
}

.top_contents .top_contents_inner ul li > div h2 {
  font-size: 22px;
  font-weight: bold;
  color: #186e40;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner ul li > div h2 {
    font-size: 14px;
    letter-spacing: 0;
    white-space: pre;
    margin-bottom: 0;
  }
}

.top_contents .top_contents_inner ul li > div img {
  vertical-align: bottom;
}

.top_service {
  padding: 60px 0 70px;
}

.top_service .top_service_title {
  margin-bottom: 40px;
}

.top_service .top_service_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  margin: 0 auto 10px;
  background: #082a4f;
}

.top_service .top_service_title .en {
  font-size: 14px;
  font-weight: bold;
}

.top_service .top_service_title h1 {
  font-size: 2em;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_service .top_service_title h1 {
    font-size: 1.7em;
  }
}

.top_service .top_service_inner {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_service .top_service_inner {
    padding: 0 10px;
  }
}

.top_service .top_service_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul {
    display: block;
  }
}

.top_service .top_service_inner ul li {
  width: calc(100% / 3);
  background: #18436e;
  position: relative;
  margin: 15px 0;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li {
    width: 100%;
  }
}

.top_service .top_service_inner ul li .img_wrap {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.top_service .top_service_inner ul li .img_wrap .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  width: 100%;
  background: url(../img/arrow.png) no-repeat;
  background-size: 10px;
  background-position: right 50px center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li .img_wrap .ttl {
    background: url(../img/arrow.png) no-repeat;
    background-size: 8px;
    background-position: right 40px center;
  }
}

.top_service .top_service_inner ul li .img_wrap img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  vertical-align: bottom;
  opacity: .5;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li .img_wrap img {
    opacity: 1;
    height: auto;
  }
}

.top_service .top_service_inner ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.top_service .top_service_inner ul li a:after {
  content: '';
  display: block;
  border: solid 1px #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
}

.top_service .top_service_inner ul li a:hover .img_wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li a:hover .img_wrap img {
    -webkit-transform: unset;
            transform: unset;
  }
}

.top_service .top_service_inner ul li a:hover .img_wrap .ttl {
  background-position: right 40px center;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li a:hover .img_wrap .ttl {
    background-position: right 40px center;
  }
}

.top_service .top_service_inner ul li a[target] .ttl {
  background: none;
}

.top_service .top_service_inner ul li a[target] .ttl::after {
  content: "";
  position: absolute;
  right: 0;
  width: 70px;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTE4IDE0djVhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGMwLTEuMS45LTIgMi0yaDVNMTUgM2g2djZNMTAgMTRMMjAuMiAzLjgiLz48L2c+PC9zdmc+") no-repeat left center;
  background-size: 22px auto;
}

@media (max-width: 480px) {
  .top_service .top_service_inner ul li a[target] .ttl::after {
    width: 50px;
  }
}

.top_navi {
  padding: 60px 0 70px;
  background: url(../img/background-img01-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .top_navi {
    background: url(../img/background-img01-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top_navi .top_navi_title {
  margin-bottom: 40px;
}

.top_navi .top_navi_title:before {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  margin: 0 auto 10px;
  background: #082a4f;
}

.top_navi .top_navi_title .en {
  font-size: 14px;
  font-weight: bold;
}

.top_navi .top_navi_title h1 {
  font-size: 2em;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title h1 {
    font-size: 1.7em;
  }
}

.top_navi .top_navi_inner {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner {
    padding: 0 10px;
  }
}

.top_navi .top_navi_inner .inner {
  margin-bottom: 3em;
}

.top_navi .top_navi_inner .inner p {
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=top.css.map */