@charset "UTF-8";
/*inedx.css*/
/* index mv
------------------------------------------ */
#index .mv {
  overflow: hidden;
}
#index .mv .mv_img {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#index .mv .mv_img_before, #index .mv .mv_img_after {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  z-index: 0;
}
#index .mv .mv_img_before::before, #index .mv .mv_img_after::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 70vh;
  background-image: url("../img/index/mv/mv_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#index .mv .mv_img_before {
  display: none;
}
#index .mv .mv_img_after {
  top: 0;
  right: -82%;
}
#index .mv .mv_img_after::after {
  background-position: top 10% center;
}
#index .mv .mv_img_video {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: -20%;
  z-index: 1;
}
#index .mv .mv_img_video video {
  position: absolute;
  top: 25vh;
  left: 75%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100vh;
}
#index .mv .mv_copy {
  width: 100%;
  height: 85px;
  position: relative;
  top: 0;
}
#index .mv .mv_copy::after {
  content: '';
  display: inline-block;
  width: 500px;
  height: 125px;
  background-image: url("../img/index/mv/mv_copy.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -40px;
  right: -150px;
  z-index: 3;
}
#index .mv .mv_copy .mv_copy_ttl {
  font-size: 167%;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  z-index: 4;
}
#index .mv .mv_txt p {
  margin-bottom: 16px;
}
/* index service
------------------------------------------ */
#index .service .sc_ttl.contents {
  padding-bottom: 0;
}
#index .service .service_pic {
  display: flex;
  flex-wrap: wrap;
}
#index .service .service_pic li {
  width: 50%;
}
#index .service .service_intoro {
  margin-bottom: 70px;
  font-size: 2rem;
  text-align: center;
}
#index .service .service_list li {
  margin-bottom: 50px;
}
#index .service .service_list li:last-child {
  margin-bottom: 20px;
}
#index .service .service_list li figure {
  width: 120px;
  margin: auto;
}
#index .service .service_list li .service_list_ttl {
  margin: 7px 0 15px;
  font-size: 2.2rem;
  text-align: center;
}
#index .service .service_list li .more_link {
  text-align: right;
}
#index .service .service_list li .more_link a {
  display: inline-block;
  margin-top: 15px;
  padding-right: 40px;
}
/* index company
------------------------------------------ */
#index .company {
  padding-bottom: 30px;
}
#index .company .company_head {
  text-align: center;
}
#index .company .company_head p:first-child {
  font-size: 2rem;
}
#index .company .company_head .company_head_brackets::before, #index .company .company_head .company_head_brackets::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/index/company/brackets.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
#index .company .company_head .company_head_brackets::before {
  top: -20px;
  left: 0;
}
#index .company .company_head .company_head_brackets::after {
  bottom: -20px;
  right: 0;
  transform: scale(-1, -1);
}
#index .company .company_head .company_head_brackets {
  max-width: 500px;
  margin: 45px auto;
  font-size: 2.4rem;
  line-height: 1.7;
  position: relative;
}#index .company .company_head .company_head_brackets span {
  display: block;
  width: 335px;
  margin: auto;
}
/*
#index .company .company_head .company_head_brackets span:first-child {
  width: 230px;
}
#index .company .company_head .company_head_brackets span:last-child {
  width: 310px;
}
*/
#index .company .company_txt {
  padding: 0 20px;
}
#index .company .company_txt div {
  margin-top: 40px;
}
#index .company .company_txt div p {
  margin-bottom: 16px;
}
#index .company .company_txt div p:last-child {
  margin-bottom: 0;
}
/* index news
------------------------------------------ */
#index .news .news_list {
  padding: 20px 20px 15px;
  box-shadow: 0px 5px 15px -5px rgba(119, 119, 119, 0.7);
}
#index .news .news_list ul {
  margin-top: 30px;
}
#index .news .news_list ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ACA08F;
}
/* index recruit
------------------------------------------ */
#index .recruit.svg_before01::before {
  top: -14px;
}
#index .recruit .recruit_intoro {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}
#index .recruit .recruit_intoro span {
  display: block;
  font-size: 2rem;
}
#index .recruit ul li p {
  padding: 20px;
}
@media (min-width:560px) {
  /*-----index mv 560px-----*/
  #index .mv .mv_copy {
    height: 150px;
  }
  #index .mv .mv_copy::after {
    width: 770px;
    height: 230px;
    top: -54px;
  }
  #index .mv .mv_copy .mv_copy_ttl {
    font-size: 250%;
  }
}
@media (min-width:768px) {
  /*-----index mv 768px-----*/
  #index .mv .mv_copy {
    height: 169px;
  }
  #index .mv .mv_copy::after {
    width: 900px;
    height: 240px;
    top: -70px;
    right: -220px;
  }
  /*-----index service 768px-----*/
  #index .service .service_pic li {
    width: 25%;
  }
  #index .service .service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 200px;
  }
  #index .service .service_list li {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #index .service .service_list li:nth-child(3) {
    margin-bottom: 20px;
  }
  #index .service .service_list li .service_list_txt {
    flex-grow: 1;
  }
  #index .service .contents:nth-of-type(2) {
    position: relative;
  }
  #index .service .service_intoro {
    width: 465px;
    margin-bottom: 0;
    font-size: 3.8rem;
    text-align: left;
    position: absolute;
    bottom: 505px;
    left: 50%;
    transform: translate(-50%);
  }
  /*-----index company 768px-----*/
  #index .company {
    padding-bottom: 30px;
  }
  #index .company .company_txt {
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
  }
  #index .company .company_txt figure {
    width: 620px;
    max-width: inherit;
  }
  #index .company .company_txt div {
    width: calc(100% - 240px);
    margin-top: 0;
  }
  /*-----index news 768px-----*/
  #index .news .news_list {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  #index .news .news_list figure {
    width: 290px;
  }
  #index .news .news_list ul {
    width: calc(100% - 330px);
    margin-top: 8px;
  }
  /*-----index recruit 768px-----*/
  #index .recruit ul {
    width: calc(100% - 100px);
    margin: auto;
  }
  #index .recruit ul li {
    display: flex;
    margin-left: -50px;
  }
  #index .recruit ul li:nth-child(even) {
    flex-direction: row-reverse;
    margin: 20px -50px 20px 0;
  }
  #index .recruit ul li figure {
    display: flex;
  }
  #index .recruit ul li p {
    width: 75%;
  }
}
@media (min-width:980px) {
  /*-----index mv 980px-----*/
  #index .mv .mv_img_before {
    display: block;
    top: 0;
    left: -89%;
  }
  #index .mv .mv_img_video {
    width: 76%;
    left: 12%;
  }
  #index .mv .mv_img_video video {
    position: absolute;
    top: 25vh;
    left: 50%;
  }
  #index .mv .mv_img_after {
    top: 0;
    right: -89%;
  }
  #index .mv .mv_copy {
    height: 195px;
    top: -180px;
  }
  #index .mv .mv_copy::after {
    width: 1000px;
    height: 260px;
    top: -70px;
    right: -100px;
  }
  #index .mv .mv_copy .mv_copy_ttl {
    text-align: center;
    left: inherit;
    right: 20px;
  }
  #index .mv .mv_txt {
    margin-top: -185px;
  }
  /*-----index service 980px-----*/
  #index .service .service_list {
    grid-row-gap: 250px;
  }
  #index .service .service_list li {
    width: 420px;
  }
  #index .service .service_list li .service_list_ttl {
    font-size: 3.8rem;
  }
  #index .service .service_list li figure {
    width: 150px;
  }
  #index .service .service_intoro {
    width: 585px;
    font-size: 4.8rem;
    bottom: 690px;
  }
  /*-----index company 980px-----*/
  #index .company {
    padding-bottom: 80px;
  }
  #index .company .company_head .company_head_brackets {
    margin: 100px auto 50px;
    max-width: 980px;
    font-size: 5.6rem;
  }
  #index .company .company_head p:first-child {
    font-size: 4rem;
  }
  #index .company .company_head .company_head_brackets span {
    width: 750px;
  }
  #index .company .company_head .company_head_brackets::before, #index .company .company_head .company_head_brackets::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 55px;
  }
  #index .company .company_head .company_head_brackets::before {
    top: -45px;
  }
  #index .company .company_head .company_head_brackets::after {
    bottom: -45px;
}
  /*-----index news 980px-----*/
  #index .news .news_list figure {
    width: 400px;
  }
  #index .news .news_list ul {
    width: calc(100% - 347px);
  }
  /*-----index recruit 980px-----*/
  #index .recruit .recruit_intoro {
    margin-bottom: 70px;
    font-size: 4.6rem;
    line-height: 1.6;
  }
  #index .recruit .recruit_intoro span {
    font-size: 5.8rem;
  }
    /*-----index recruit 768px-----*/
  #index .recruit ul {
    width: calc(100% - 200px);
  }
  #index .recruit ul li {
    display: flex;
    margin-left: -100px;
  }
  #index .recruit ul li:nth-child(even) {
    flex-direction: row-reverse;
    margin: 20px -100px 20px 0;
  }
}
@media (min-width:1240px) {
  /*-----index service 1240px-----*/
  #index .service .service_list li {
    width: 500px;
  }
  /*-----index company 1240px-----*/
  #index .company {
    position: relative;
    padding-bottom: 80px;
  }
  #index .sc_ttl {
    position: relative;
    z-index: 3;
  }
  #index .company .company_txt {
    height: 363px;
  }
  #index .company .company_txt figure {
    position: absolute;
    height: 321px;
  }
  #index .company .company_txt div {
    width: 47%;
    max-width: 1200px;
    margin-right: 650px;
  }
  #index .company .company_txt div p {
    width: 570px;
    margin-left: -600px;
    margin-bottom: 30px;
  }
}