@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: 120px;
}
.sec01 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.sec01 p {
  line-height: 2.4;
}
.sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec01 ul li {
  width: 48%;
}
.sec02 h3 {
  position: relative;
  width: 50%;
  background: #fe7d4b;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 10px;
  margin: 0 auto 60px;
}
.sec02 h3:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(254, 125, 75, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #fe7d4b;
  top: 100%;
  left: 50%;
}
.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::after {
  content: "";
  display: block;
  width: 30%;
}
.sec02 ul li:nth-child(n + 4) {
  margin-bottom: 0;
}
.sec02 ul li a {
  position: absolute;
  font-size: 40px;
  color: #fff;
  background: #fe7d4b;
  padding: 0px 20px;
  top: 0;
  right: 0;
}
.sec02 ul li .ttl {
  font-size: 22px;
  color: #fe7d4b;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sec02 ul li .txt {
  margin-bottom: 20px;
}
.sec03 {
  margin-bottom: 100px;
}
.sec03 h3 {
  color: #fe7d4b;
  padding: 10px 10px 10px 20px;
  margin-bottom: 30px;
  border-left: 3px solid #fe7d4b;
}
.sec03 h3 span {
  font-size: 13px;
  font-weight: 400;
}
.sec03 .interview_list {
  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;
}
.sec03 .interview_list li {
  width: 32%;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
.sec03 .interview_list li::after {
  content: "";
  position: absolute;
  background: url("../img/top/interview_txt01.png") no-repeat center center /
    contain;
  width: 12px;
  height: 120px;
  top: 0;
  left: 0;
}
.sec03 .interview_list li img {
  z-index: -1;
}
.sec03 .interview_list li .txt_box {
  width: 90%;
  padding: 10px 0;
  margin-top: -20px;
}
.sec03 .interview_list li .txt_bg {
  position: relative;
  z-index: 1;
}
.sec03 .interview_list li .txt_bg::after {
  content: "";
  position: absolute;
  background: #f7f6f0;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;
  z-index: -1;
}
.sec03 .txt_bg .department {
  margin-bottom: 10px;
}
.sec03 .txt_bg .department span {
  color: #fff;
  background: #fe7d4b;
  padding: 5px 10px;
}
.sec03 .txt_bg h4 {
  font-size: 20px;
  font-weight: bold;
}
.sec03 .category01,
.sec03 .category02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .category01 p,
.sec03 .category02 p {
  font-weight: bold;
}
.sec04 {
  margin-bottom: 120px;
}
.sec04 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.sec04 p {
  line-height: 2.4;
}
.sec04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec04 ul li {
  width: 35%;
}
.sec04 ul li:nth-child(2) {
  width: 60%;
}
.sec04 ul li .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.sec04 ul li .ttl::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffad10;
  width: 100%;
  bottom: 0;
  left: 0;
}
.sec04 ul li .ttl.sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sec04 ul li .ttl.sub::after {
  content: none;
}
.sec04 ul li .ttl span {
  color: #fe7d4b;
}
.sec04 ul li .txt {
  line-height: 2;
  margin-bottom: 50px;
}

@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;
  }
  .sec01 p {
    line-height: 2;
  }
  .sec01 h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec01 ul {
    display: block;
  }
  .sec01 ul li {
    width: 100%;
  }
  .sec01 ul li:first-child {
    margin-bottom: 10px;
  }
  .sec02 .bg {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .sec02 h3 {
    width: 100%;
    font-size: 18px;
  }
  .sec02 ul li {
    margin-bottom: 40px;
    padding: 20px;
  }
  .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 ul li .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec03 {
    margin-bottom: 30px;
  }
  .sec03 .interview_list {
    display: block;
  }
  .sec03 .interview_list {
    display: block;
    margin-bottom: 60px;
  }
  .sec03 .interview_list li {
    width: 100%;
  }
  .sec03 .interview_list li:first-child {
    margin-bottom: 20px;
  }
  .sec03 .interview_list li:last-child h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .sec03 .interview_list li:last-child p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .sec03 .interview_list li:last-child .btn {
    width: 100%;
    font-size: 16px;
    padding: 18px 0;
  }
  .sec04 ul {
    display: block;
    margin-bottom: 60px;
  }
  .sec04 ul li {
    width: 100%;
  }
  .sec04 ul li:first-child {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec04 ul li:nth-child(2) {
    width: 100%;
  }
  .sec04 h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec04 ul li .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .sec04 ul li .ttl.sub {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sec03 h3 span {
    display: block;
  }
}
