@charset "UTF-8";
/*index.css*/
/* mv
------------------------------------------ */
.mv {
  padding: 0 56px 150px;
  position: relative;
}
.mv::before, .mv::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  z-index: 3;
}
.mv::before {
  width: 170px;
  height: 110px;
  background-image: url(../img/common/pig02.png);
  left: 32px;
  bottom: 26px;
}
.mv::after {
  width: 74px;
  height: 70px;
  background-image: url(../img/index/mv/tree.png);
  right: 54px;
  bottom: 32px;
}
.mv .main_copy {
  font-size: 2.3em;
  line-height: 1.3;
}
.mv .main_copy img {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 4px 0 0 24px;
}
.mv .sub_copy {
  margin: 16px 0 24px;
  text-align: center;
}
.mv figure img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 16px;
}
.mv .mv_img {
  max-width: 470px;
  margin: auto;
}
.mv .mv_img .sp {
  display: block;
}
.mv .mv_img .pc {
  display: none;
}
/* about_us
------------------------------------------ */
.about_us_wave {
  position: relative;
}
.about_us_wave::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.about_us_wave::before {
  width: 100%;
  height: 340px;
  background-image: url("../img/index/about_us/wave01.svg");
  top: -90px;
}
.about_us {
  position: relative;
  z-index: 2;
}
.about_us .about_us_intoro .format {
  padding-bottom: 0;
}
.about_us .about_us_head {
  max-width: 560px;
  margin: 60px auto 0;
  padding: 22px 43px;
  font-size: 24px;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
.about_us .about_us_head::before, .about_us .about_us_head::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
}
.about_us .about_us_head::before {
  width: 50px;
  height: 55px;
  background-image: url("../img/index/about_us/pig03.png");
  top: -30px;
  left: 16px;
}
.about_us .about_us_head::after {
  width: 120px;
  height: 68px;
  background-image: url("../img/index/about_us/pig04.png");
  top: -40px;
  right: 10px;
}
.about_us .about_us_head p {
  max-width: 252px;
  margin: auto;
}
.about_us .about_us_head p span {
  display: block;
}
.about_us .about_us_head p br {
  display: none;
}
.about_us .about_us_movie {
  width: 80%;
  height: 423px;
  max-width: 237px;
  margin: 40px auto 0;
  border-radius: 20px;
}
.about_us .about_us_movie iframe {
  display: block;
  width: 100%;
  height: 423px;
  max-width: 237px;
  border-radius: 20px;
}
.about_us .about_us_forPig {
  position: relative;
  overflow-x: hidden;
}
.about_us .about_us_forPig::before {
  content: '';
  display: inline-block;
  width: 660px;
  height: 217.8px;
  background-image: url("../img/index/about_us/wave02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.about_us .about_us_forPig .format {
  padding-top: 90px;
  padding-bottom: 0;
}
.about_us .about_us_forPig_ttl {
  margin-bottom: 16px;
  font-weight: 600;
}
.about_us .about_us_forPig_ttl span {
  display: block;
  font-size: 20px;
}
.about_us .about_us_forPig .about_us_forPig_list {
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
/* news
------------------------------------------ */
.news {
  overflow-x: hidden;
}
.news .sc_ttl {
  position: relative;
}
.news .sc_ttl::before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 62px;
  background-image: url("../img/index/news/pig07.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}
.news .news_list {
  margin-top: 50px;
}
.news .news_list li {
  padding: 16px 0;
  border-top: 1px solid #ccc;
}
.news .news_list li:last-child {
  border-bottom: 1px solid #ccc;
}
.news .news_compost {
  max-width: 500px;
  margin: 40px auto 0;
}
/* about_works
------------------------------------------ */
.about_works {
  margin-top: 40px;
}
.about_works .format {
  padding-top: 20px;
}
.about_works .about_works_list {
  max-width: 420px;
  margin: auto;
}
.about_works .sc_ttl {
  position: relative;
}
.about_works .sc_ttl::before, .about_works .sc_ttl::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.about_works .sc_ttl::before {
  width: 160px;
  height: 100px;
  background-image: url(../img/index/about_works/pig01.png);
  position: absolute;
  top: -80px;
  left: 0;
}
.about_works .sc_ttl::after {
  margin-top: 16px;
  width: 190px;
  height: 125px;
  background-image: url("../img/index/about_works/pig02.png");
}
.about_works .about_works_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.about_works .about_works_list li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about_works .about_works_list .about_works_list_txt {
  display: flex;
  gap: 10px;
}
.about_works .about_works_list .about_works_list_txt .about_works_list_txt_step {
  width: 60px;
}
.about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl_head {
  font-size: 22px;
}
.about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl p {
  line-height: 1.4;
}
.about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl p span {
  display: none;
}
.about_works .about_works_summary {
  width: 90%;
  max-width: 380px;
  margin: 46px auto 32px;
}
.about_works .about_works_strength {
  max-width: 520px;
  margin: -30px auto 0;
}
.about_works .about_works_strength .format {
  padding-top: 0;
  padding-bottom: 120px;
}
.about_works .about_works_strength_ttl {
  position: relative;
}
.about_works .about_works_strength_ttl img {
  width: 200px;
}
.about_works .about_works_strength_ttl_sub div:first-child {
  position: relative;
}
.about_works .about_works_strength_ttl_sub div:first-child::before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 52px;
  background-image: url("../img/index/about_works/cloud.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -16px;
  right: 0;
}
.about_works .about_works_strength_ttl_sub_head {
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: 600;
}
.about_works .about_works_strength_ttl_sub ul {
  margin-bottom: 30px;
}
.about_works .about_works_strength_ttl_sub .about_works_movie {
  width: 80%;
  height: 423px;
  max-width: 237px;
  margin: auto;
}
.about_works .about_works_strength_ttl_sub .about_works_movie iframe {
  display: block;
  width: 100%;
  height: 423px;
  max-width: 237px;
  border: 3px solid #5A97B5;
  border-radius: 20px;
}
/* recruit
------------------------------------------ */
.recruit .format {
  max-width: 520px;
  margin: auto;
  padding-bottom: 92px;
}
.recruit .sc_ttl::before, .recruit .sc_ttl::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recruit .sc_ttl::before {
  width: 160px;
  height: 100px;
  background-image: url(../img/index/recruit/pig01.png);
  position: absolute;
  bottom: -10px;
  left: calc(50% + 50px);
}
.recruit .sc_ttl::after {
  margin-top: 16px;
  width: 190px;
  height: 125px;
  background-image: url("../img/index/recruit/pig02.png");
}
.recruit .recruit_head {
  max-width: 340px;
  margin: 40px auto 30px;
}
.recruit .recruit_wrap figure {
  margin: 30px 0;
}
.recruit .recruit_img_box {
  margin: 60px auto 0;
  max-width: 640px;
}
/* レスポンシブ設定
------------------------------------------ */
@media (min-width:440px) {
  /*--- mv ---*/
  .mv::before {
    width: 180px;
    height: 120px;
    left: 58px;
    bottom: 0;
  }
  .mv::after {
    width: 84px;
    height: 80px;
    right: 72px;
    bottom: 4px;
  }
  /*--- about_us ---*/
  .about_us::before {
    top: -30%;
  }
  .about_us .about_us_head::before {
    width: 70px;
    height: 72px;
    top: -55px;
  }
  .about_us .about_us_head::after {
    width: 130px;
    height: 80px;
    top: -50px;
  }
  .about_us .about_us_head p {
    max-width: 330px;
  }
  .about_us .about_us_head p span {
    display: inline;
  }
  /*--- news ---*/
  .news .sc_ttl::before {
    width: 80px;
    height: 83px;
  }
  /*--- about_works ---*/
  .about_works {
    margin-top: 60px;
  }
  .about_works .sc_ttl::before {
    width: 200px;
    height: 140px;
    top: -96px;
    left: -10px;
  }
  /*--- recruit ---*/
  .recruit .recruit_head {
    max-width: 420px;
  }
}
@media (min-width:620px) {
  /*--- mv ---*/
  .mv {
    padding: 20px 15px 80px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
  }
  .mv::before {
    width: 274px;
    height: 180px;
    left: 40px;
  }
  .mv::after {
    width: 100px;
    height: 96px;
    bottom: -30px;
  }
  .mv .copy_wrap {
    width: 315px;
  }
  .mv .sub_copy {
    text-align: left;
  }
  .mv .mv_img {
    width: calc(100% - 340px);
    max-width: inherit;
    margin: 0;
  }
  /*--- about_us ---*/
  .about_us .about_us_head::after {
    width: 160px;
    height: 100px;
    top: -72px;
  }
  .about_us .about_us_head::before {
    width: 80px;
    height: 80px;
    top: 18px;
    left: 4px;
  }
  .about_us .about_us_forPig::before {
    width: 800px;
    height: 264px;
    top: -180px;
  }
  /*--- news ---*/
  .news .news_list li a {
    display: flex;
    gap: 30px;
  }
  /*--- about_works ---*/
  .about_works {
    margin-top: 70px;
  }
}
@media (min-width:768px) {
  /*--- mv ---*/
  .mv {
    padding-bottom: 120px;
    gap: 5%;
  }
  .mv::before {
    bottom: -56px;
  }
  .mv::after {
    width: 110px;
    height: 124px;
    bottom: -60px;
    right: 20px;
  }
  .mv .copy_wrap {
    width: 630px;
  }
  .mv .copy_wrap .main_copy {
    position: relative;
    z-index: 2;
  }
  .mv .mv_img {
    position: relative;
    top: 20px;
  }
  .mv .mv_img::before, .mv .mv_img::after {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
  }
  .mv .mv_img::before {
    width: 120px;
    height: 52px;
    background-image: url(../img/index/mv/kumo01.png);
    top: 0px;
    left: -140px;
  }
  .mv .mv_img::after {
    width: 120px;
    height: 68px;
    background-image: url(../img/index/mv/kumo02.png);
    top: -50px;
    right: -10px;
  }
  .mv .mv_img .mv_slider {
    position: relative;
    z-index: 1;
  }
  /*--- about_us ---*/
  .about_us .about_us_forPig::before {
    width: 1200px;
    height: 396px;
    top: -290px;
  }
  /*--- news ---*/
  .news {
    position: relative;
  }
  .news .format {
    padding-top: 130px;
  }
  .news .news_compost {
    max-width: 600px;
  }
  /*--- about_works ---*/
  .about_works {
    margin-top: 110px;
  }
  .about_works .about_works_strength .format {
    padding-bottom: 150px;
  }
  .about_works .sc_ttl::before {
    top: -118px;
  }
}
@media (min-width:980px) {
  /*--- mv ---*/
  .mv {
    padding: 50px 80px 120px;
  }
  .mv::before {
    bottom: -26px;
  }
  .mv::after {
    bottom: -30px;
  }
  .mv .main_copy {
    font-size: 42px;
  }
  .mv .main_copy img {
    max-width: 150px;
    margin: 8px 0 0 16px;
  }
  .mv .mv_img {
    max-width: 600px;
  }
  .mv .mv_img::before {
    width: 130px;
    height: 50px;
    top: 5px;
    left: -160px;
  }
  .mv .mv_img::after {
    width: 140px;
    height: 90px;
    top: -50px;
    right: -60px;
  }
  /*--- about_us ---*/
  .about_us_wave::before {
    height: 1000px;
    top: -140px;
  }
  .about_us_head_wrap {
    width: 900px;
    margin: auto;
    position: relative;
  }
  .about_us .about_us_head::after {
    width: 194px;
    height: 119px;
    top: -94px;
    left: 12px;
  }
  .about_us .about_us_head::before {
    width: 99px;
    height: 102px;
    top: 26px;
    left: 14px;
  }
  .about_us .about_us_head {
    width: 100%;
    max-width: inherit;
    border-radius: 100px;
  }
  .about_us .about_us_head p {
    max-width: inherit;
    margin: 0;
    font-size: 32px;
    padding-left: 132px;
  }
  .about_us .about_us_head p br {
    display: block;
  }
  .about_us .about_us_movie {
    width: 100%;
    max-width: 220px;
    height: 360px;
    margin-top: 0;
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .about_us .about_us_movie iframe {
    height: 360px;
    border: 3px solid #DA9191;
    border-radius: 20px;
  }
  .about_us .about_us_movie::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../img/index/about_us/movie.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about_us .about_us_forPig {
    background-color: #FFF7EE;
  }
  .about_us .about_us_forPig::before {
    display: none;
  }
  .about_us .about_us_forPig .about_us_forPig_list {
    padding: 0;
    flex-direction: row;
  }
  .about_us .about_us_forPig .about_us_forPig_list li {
    width: 50%;
  }
  .about_us .about_us_forPig .about_us_forPig_list figure {
    margin-top: 20px;
  }
  .about_us .about_us_forPig_ttl {
    font-size: 24px;
  }
  .about_us .about_us_forPig_ttl span {
    font-size: 30px;
  }
/*--- news ---*/
    .news::before {
    content: '';
    display: inline-block;
    width: 1200px;
    height: 396px;
    background-image: url(../img/index/about_us/wave02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -310px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }

  .news::before {
    width: 3000px;
    height: 1230px;
    top: -870px;
  }
  .news .format {
    padding-top: 190px;
  }
  .news .sc_ttl::before {
    width: 100px;
    height: 98px;
    background-image: url(../img/index/news/pig08.png);
    top: -20px;
    left: 170px;
    right: inherit;
  }
  .news .news_wrap {
    display: flex;
    gap: 60px;
  }
  .news .news_wrap .news_list {
    width: 52%;
    margin-top: 24px;
  }
  .news .news_wrap .news_compost {
    width: 48%;
    max-width: inherit;
    margin: 0;
    position: relative;
    top: -96px;
  }
  /*--- about_works ---*/
  .about_works {
    margin-top: 30px;
  }
  .about_works .format {
    padding-top: 100px;
  }
  .about_works .sc_ttl::before {
    width: 200px;
    height: 140px;
    top: -60px;
    left: 100px;
  }
  .about_works .sc_ttl::after {
    margin-top: 0;
    position: absolute;
    top: -90px;
    right: 0;
  }
  .about_works .about_works_list {
    width: 90%;
    max-width: inherit;
    margin: 40px auto 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .about_works .about_works_list li {
    width: 30%;
    position: relative;
    z-index: 1;
  }
  .about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl p span {
    display: inline;
  }
  .about_works .about_works_list li .about_works_list_txt .about_works_list_txt_ttl_head, .about_works .about_works_list li .about_works_list_txt .about_works_list_txt_ttl p {
    width: 110%;
  }
  .about_works .about_works_list li .about_works_list_txt .about_works_list_txt_ttl .br {
    display: none;
  }
  .about_works .about_works_list li:nth-child(2) {
    margin-top: 89px;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
  }
  .about_works .about_works_list li:first-child figure::after, .about_works .about_works_list li:last-child figure::before {
    content: '';
    display: inline-block;
    width: 180px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
  }
  .about_works .about_works_list li:first-child figure::after {
    background-image: url("../img/index/about_works/line01.png");
    top: 42%;
    right: -160px;
  }
  .about_works .about_works_list li:last-child figure::before {
    background-image: url("../img/index/about_works/line02.png");
    top: 42%;
    left: -86px;
  }
  .about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl_head {
    line-height: 1.3;
  }
  .about_works .about_works_list li:first-child .about_works_list_txt {
    margin-left: -10%;
  }
  .about_works .about_works_list li:last-child .about_works_list_txt {
    margin-right: -2%;
  }
  .about_works .about_works_summary {
    width: 580px;
    max-width: inherit;
  }
  .about_works .about_works_strength_ttl img {
    width: 500px;
  }
  .about_works .about_works_strength {
    width: 90%;
    max-width: inherit
  }
  .about_works .about_works_strength .format {
    padding-bottom: 180px;
  }
  .about_works .about_works_strength_ttl_sub {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .about_works .about_works_strength_ttl_sub div::before {
    width: 130px;
    height: 82px;
    top: inherit;
    right: -20px;
    bottom: -80px;
  }
  .about_works .about_works_strength_ttl_sub_head {
    font-size: 20px;
  }
  .about_works .about_works_strength_ttl_sub div {
    width: calc(100% - 260px);
  }
/*--- recruit ---*/
  .recruit .format {
    max-width: 1128px;
  }
  .recruit .sc_ttl {
    position: relative;
  }
  .recruit .sc_ttl::after {
    margin-top: 0;
    width: 226px;
    height: 180px;
    position: absolute;
    top: -50px;
    left: 42px;
  }
  .recruit .sc_ttl::before {
    width: 138px;
    height: 160px;
    background-image: url(../img/index/recruit/pig01.png);
    bottom: 0;
    left: inherit;
    right: 40px;
  }
  .recruit .recruit_wrap {
    margin-top: 20px;
    display: flex;
    gap: 60px;
  }
  .recruit .recruit_head {
    max-width: 540px;
    margin-left: 0;
    margin-right: 0;
  }
  .recruit .recruit_wrap > div {
    width: 60%;
  }
  .recruit .recruit_wrap figure {
    width: 40%;
    margin-bottom: 50px;
  }
  .recruit .recruit_img_box {
    margin-top: 80px;
  }
}
@media (min-width:1240px) {
  /*--- mv ---*/
  .mv {
    max-width: 1330px;
    margin: auto;
    padding-bottom: 180px;
  }
  .mv::before {
    left: 70px;
    bottom: 70px;
  }
  .mv::after {
    bottom: 30px;
    right: 50px;
  }
  .mv .copy_wrap {
    width: 410px;
  }
  .mv .main_copy {
    font-size: 3em;
  }
  .mv .mv_img {
    width: calc(100% - 430px);
    max-width: inherit;
    top: 0;
  }
  .mv .mv_img::before {
    top: 32px;
    left: -140px;
  }
  .mv .mv_img::after {
    top: -32px;
    right: -50px;
  }
  /*--- about_us ---*/
    .about_us .about_us_intoro .format {
    padding-top: 0;
  }
  .about_us_wave::before {
    top: -240px;
  }
  .about_us_head_wrap {
    width: 1080px;
  }
  .about_us_head_wrap::before {
    content: '';
    display: inline-block;
    width: 120px;
    height: 122px;
    background-image: url(../img/index/about_us/pig06.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -120px;
    right: -130px;
  }
  .about_us .about_us_head p {
    max-width: inherit;
    padding-left: 170px;
    font-size: 40px;
  }
  .about_us .about_us_head::before {
    top: 30px;
  }
  .about_us .about_us_movie {
    max-width: 240px;
    height: 423px;
    top: 15%;
  }
  .about_us .about_us_movie iframe {
    height: 423px;
  }
  .about_us .about_us_forPig_ttl span {
    font-size: 32px;
  }
  /*--- news ---*/
  .news::before {
    top: -830px;
  }
  .news .format {
    padding-top: 260px;
  }
  .news .news_wrap .news_list {
    width: calc(100% - 510px);
  }
  .news .news_wrap .news_compost {
    width: 510px;
    top: -120px;
  }
  /*--- about_works ---*/
  .about_works .about_works_list .about_works_list_txt .about_works_list_txt_ttl_head {
    font-size: 28px;
  }
  .about_works .about_works_list li:last-child .about_works_list_txt {
    margin-right: -22%;
  }
  .about_works .about_works_strength_ttl_sub div {
    width: calc(100% - 240px);
  }
}
@media (min-width:1400px) {
  /*--- about_works ---*/
  .about_works .about_works_strength .format {
    padding-bottom: 220px;
  }
}