@charset "utf-8";
/*================================
top
================================*/
.mv {
  position: relative;
  margin-bottom: 300px;
}
.mv::before {
  content: "";
  position: absolute;
  background: #faa708;
  width: 75%;
  height: 80vh;
  right: 0;
  z-index: -1;
}
.mv .mv_img {
  background: url("../img/environment/welfare_mv.jpg") no-repeat top center /
    cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box {
  width: 50%;
  padding: 40px 0 40px 10%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.mv .sub_ttl {
  font-size: 14px;
  letter-spacing: 2px;
}
.mv .ttl_box h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.mv .pan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .pan_list li {
  margin-right: 20px;
  position: relative;
}
.mv .pan_list li::after {
  content: "/";
  position: absolute;
  font-size: 16px;
  right: -13px;
}
.mv .pan_list li:last-child {
  border-bottom: 1px solid #cc5d00;
}
.mv .pan_list li:last-child:after {
  display: none;
}
.sec01 {
  margin-bottom: 150px;
}
.sec01 p {
  line-height: 2.4;
}
.sec02 .bg {
  background: #f9d796;
  margin-bottom: 150px;
  padding: 100px 0;
}
.sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec02 ul li {
  width: 30%;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.sec02 ul li:nth-child(n + 7) {
  margin-bottom: 0;
}
.sec02 ul li a.plus {
  position: absolute;
  font-size: 30px;
  color: #fff;
  background: #fe7d4b;
  padding: 0px 15px;
  top: 0;
  right: 0;
}
.sec02 ul li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sec02 ul li .txt {
  margin-bottom: 20px;
}
.sec02 ul li .btn_img {
  width: 50%;
  margin: auto auto 0 auto;
}
/*================================
modal
================================*/
.sec02 .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.sec02 .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.sec02 .modal__content {
  background: #fff;
  left: 50%;
  padding: 80px 90px 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 1100px;
}
.sec02 .modal__content .js-modal-close {
  position: absolute;
  font-size: 40px;
  color: #fff;
  background: #fe7d4b;
  padding: 0px 20px;
  top: 0;
  right: 0;
}
.sec02 .modal_txt {
  line-height: 2;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin: 0 auto 180px;
    position: relative;
  }
  .mv::before {
    height: 62vh;
  }
  .mv .mv_img {
    height: 45vh;
  }
  .mv .ttl_box {
    width: 85%;
    padding: 30px 0 30px 5%;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .sec01 {
    margin-bottom: 60px;
  }
  .sec02 ul li {
    margin-bottom: 40px;
  }
  .sec02 ul li:nth-child(n + 4) {
    margin-bottom: 40px;
  }
  .sec02 ul li:last-child {
    margin-bottom: 0;
  }
  .sec02 ul {
    display: block;
  }
  .sec02 ul li {
    width: 100%;
  }
  .sec02 .modal__content {
    width: 80%;
    padding: 70px 30px 40px;
  }
  .sec02 .modal__content .js-modal-close {
    font-size: 28px;
    padding: 5px 15px;
  }
}
