@charset "UTF-8";
/**  TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  border: solid 10px #fff;
}

.mv-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv-bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-container1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-container1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bk_mv-bg2.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}


.mv-container2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-container2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv-bg2.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}


.mv-container4a {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-container4a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv-bg3.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}



.mv-catch_wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}

span.mv-catch_en {
  font-size: 25px;
}

h1.mv-catch {
  font-size: 80px;
}

p.mv-catch_sub {
  font-size: 18px;
  margin-top: 40px;
  font-weight: bold;
}

.mv-information_wrap {
  position: absolute;
  bottom: -30px;
  right: 0;
  background-color: #fff;
  padding: 20px 90px 20px 40px;
  align-items: center;
  gap: 20px;
}

.mv-info_date {
  font-size: 14px;
}

.mv-info_category {
  font-size: 14px;
  border-radius: 15px;
  padding: 0 10px;
}

.mv-readmore-btn {
  position: relative;
  gap: 20px;
  align-items: center;
}
.mv-readmore-btn a {
  font-size: 12px;
}

img.arrow {
  width: 40px;
  height: 8px;
  padding-right: 10px;
}

/**      News      **/
section.news-sec {
  margin-top: 190px;
}

.news-sec_container {
  justify-content: center;
  gap: 90px;
  row-gap: 40px;
}

.news-img_area {
  width: 780px;
}
.news-img_area img {
  width: 100%;
}

.news-main_area {
  width: 800px;
  padding-top: 50px;
}

ul.news-list_area {
  margin-top: 90px;
}

li.news-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #D4D4D4;
  gap: 20px;
  align-items: center;
}
li.news-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-date {
  font-size: 14px;
  color: #A4A4A4;
  letter-spacing: 0.1em;
}

.news-category {
  font-size: 14px;
  border-radius: 15px;
  padding: 0 10px;
}

.news-btn {
  width: 210px;
  margin: 50px 0 auto auto;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.news-btn a {
  font-size: 14px;
  text-decoration: underline;
}

/**      Service Work      **/
section.service-work-sec {
  margin-top: 220px;
  position: relative;
  padding: 120px 0 0;
}
section.service-work-sec::before {
  content: "";
  display: block;
  background-image: url(../images/service-sec_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 40%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
section.service-work-sec::after {
  content: "";
  display: block;
  background-color: #F0F0F0;
  width: 100%;
  height: 60%;
  z-index: -1;
  position: absolute;
  top: 40%;
  left: 0;
}

ul.service-list_area {
  max-width: 1600px;
  margin: 100px auto 0;
  gap: 20px;
  row-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
ul.service-list_area::after {
  content: "";
  display: block;
  width: 420px;
}

li.service-list {
  /*max-width: 32%;*/
  width: 32%;
  min-height: 500px;
  position: relative;
}

.service-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-list01_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.service-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-list02_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.service-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-list03_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.service-main_wrap {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.service-number_wrap {
  gap: 10px;
  align-items: center;
}

span.service-text {
  font-size: 16px;
}

p.service-number {
  font-size: 24px;
  font-weight: 400;
}

h3.service-title_head {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

p.service-text {
  font-size: 16px;
  margin-top: 30px;
  min-height: 80px;
}

.service-btn {
  width: 280px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px auto 0;
  transition: 0.3s;
}
.service-btn a {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
}
.service-btn:hover {
  background-color: #18366C;
}

.works-list_container {
  margin: 180px 0 auto auto;
  padding-bottom: 90px;
}

.works-list_title {
  padding: 0 6% 0 3%;
}

.slick-slide_area {
  overflow-x: hidden;
}

ul.works-list_area {
  width: 80%;
  margin: auto 0 auto auto;
}

li.slick-item {
  width: 500px;
  margin-right: 20px;
}

.works-list_thumnail {
  width: 100%;
}
.works-list_thumnail img {
  width: 100%;
}

.works-text_wrap {
  margin-top: 20px;
}

.works-text_top {
  gap: 10px;
}

.works-category {
  font-size: 12px;
  border-radius: 15px;
  padding: 0 10px;
}

.works-date {
  font-size: 12px;
}

h3.works-title_head {
  font-size: 16px;
  margin-top: 16px;
}

/**      About      **/
section.about-sec {
  margin-top: 170px;
}

.about-sec_container {
  justify-content: flex-start;
  gap: 130px;
  align-items: center;
}

.about-sec_img {
  max-width: 980px;
}
.about-sec_img img {
  width: 100%;
}

.about-text_area {
  max-width: 580px;
}

h3.about-text_catch {
  margin-top: 80px;
  font-size: 26px;
  font-weight: 300;
}

p.about-text {
  font-size: 16px;
  margin-top: 60px;
}

.about-btn {
  width: 300px;
  height: 50px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
}
.about-btn a {
  font-size: 16px;
}
.about-btn:hover {
  background-color: #18366C;
}

/**      Recruit      **/
section.recruit-sec {
  margin-top: 290px;
  position: relative;
}
section.recruit-sec::before {
  content: "";
  display: block;
  background-color: #18366C;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-sec_container {
  justify-content: space-between;
  gap: 90px;
  padding-bottom: 190px;
}

.recruit-text_area {
  padding: 150px 0 0 5%;
}

h3.recruit-text_catch {
  margin-top: 80px;
  font-size: 26px;
  font-weight: 300;
}

p.recruit-text {
  font-size: 16px;
  margin-top: 60px;
}

.recruit-btn {
  margin-top: 70px;
  width: 300px;
  height: 50px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
}
.recruit-btn a {
  font-size: 16px;
}
.recruit-btn:hover {
  background-color: #18366C;
  border: solid 1px #fff;
}

.recruit-sec_img {
  max-width: 1110px;
  margin-top: -90px;
}
.recruit-sec_img img {
  width: 100%;
}

/**  下層ページ
****************************************************************************/
/**  レスポンシブ
****************************************************************************/
/**      PC      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      Tab      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }

  /**      メインビジュアル      **/
  section.main-visual {
    width: 100%;
    height: unset;
    border: solid 6px #fff;
  }
  .mv-container {
    width: 100%;
    height: 760px;
  }
  .mv-container1 {
    width: 100%;
    height: 760px;
  }
  .mv-container1::before {
    content: "";
    display: block;
    background-image: url(../images/mv-bg2_sp.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv-container2 {
    width: 100%;
    height: 760px;
  }
  .mv-container2::before {
    content: "";
    display: block;
    background-image: url(../images/mv-bg2_sp.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv-container4a {
    width: 100%;
    height: 760px;
  }
   .mv-container4a::before {
    content: "";
    display: block;
    background-image: url(../images/mv-bg4_sp.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; 
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
   }  


  span.mv-catch_en {
    font-size: 14px;
  }
  h1.mv-catch {
    font-size: 30px;
  }
  p.mv-catch_sub {
    font-size: 14px;
    margin-top: 30px;
  }
  .mv-information_wrap {
    width: 90%;
    position: absolute;
    bottom: -30px;
    right: 0;
    display: block;
    padding: 10px;
  }
  .mv-info_date {
    font-size: 10px;
  }
  .mv-info_title {
    font-size: 14px;
    margin-top: 10px;
  }
  .mv-info_category {
    font-size: 12px;
    padding: 0 5px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 5px;
  }
  .mv-readmore-btn {
    position: relative;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
  }
  .mv-readmore-btn a {
    font-size: 12px;
  }
  img.arrow {
    width: 29px;
    height: 8px;
  }
  /**      News      **/
  section.news-sec {
    margin-top: 90px;
  }
  .news-sec_container {
    flex-wrap: wrap;
    gap: 30px;
  }
  .news-main_area {
    width: 100%;
    padding-top: 0;
  }
  ul.news-list_area {
    margin-top: 40px;
  }
  li.news-list {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  li.news-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .news-date {
    font-size: 12px;
  }
  .news-title {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-category {
    font-size: 12px;
    padding: 0 5px;
    margin-top: 5px;
    width: -moz-max-content;
    width: max-content;
  }
  .news-btn {
    margin: 50px 0 0;
    justify-content: left;
  }
  /**      Service Work      **/
  section.service-work-sec {
    margin-top: 90px;
    position: relative;
    padding: 50px 0 0;
  }
  ul.service-list_area {
    max-width: 1600px;
    margin: 50px auto 0;
  }
  li.service-list {
    width: 100%;
    min-height: 500px;
  }
  .service-main_wrap {
    padding: 20px;
  }
  span.service-text {
    font-size: 14px;
  }
  p.service-number {
    font-size: 20px;
  }
  h3.service-title_head {
    font-size: 20px;
  }
  p.service-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .service-btn a {
    font-size: 16px;
  }
  .works-list_container {
    margin: 90px 0 auto auto;
    padding-bottom: 90px;
    display: block;
  }
  .works-list_title {
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
  }
  ul.works-list_area {
    width: 100%;
    margin: 0 auto;
  }
  li.slick-item {
    width: 300px;
    margin-right: 10px;
  }
  .works-text_wrap {
    margin-top: 10px;
  }
  .works-text_top {
    gap: 10px;
  }
  .works-category {
    font-size: 12px;
  }
  .works-date {
    font-size: 12px;
  }
  h3.works-title_head {
    font-size: 14px;
    margin-top: 10px;
  }
  /**      About      **/
  section.about-sec {
    margin-top: 90px;
  }
  .about-sec_container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
  .about-sec_img {
    max-width: 980px;
  }
  .about-sec_img img {
    width: 100%;
  }
  .about-text_area {
    margin-top: 40px;
  }
  h3.about-text_catch {
    margin-top: 50px;
    font-size: 20px;
  }
  p.about-text {
    font-size: 14px;
    margin-top: 40px;
  }
  .about-btn {
    width: 280px;
    height: 50px;
    margin-top: 50px;
  }
  .about-btn a {
    font-size: 14px;
  }
  /**      Recruit      **/
  section.recruit-sec {
    margin-top: 90px;
  }
  .recruit-sec_container {
    display: block;
    padding-bottom: 60px;
  }
  .recruit-text_area {
    padding: 70px 0;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  h3.recruit-text_catch {
    margin-top: 50px;
    font-size: 20px;
  }
  p.recruit-text {
    font-size: 14px;
    margin-top: 40px;
  }
  .recruit-btn {
    width: 280px;
    margin-top: 50px;
  }
  .recruit-btn a {
    font-size: 14px;
  }
  .recruit-sec_img {
    width: 90%;
    margin: 40px 0 auto auto;
  }
}
/**      SP      **/