@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : about.css                                 */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
h2 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
}
h2 .num {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #990044;
}

h3 {
  font-size: 26px;
  color: #990044;
  font-weight: 700;
  border-bottom: solid 2px #990044;
  padding-bottom: 25px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1;
}

section.business_wrap {
  margin-bottom: 100px;
}
section.business_wrap:last-of-type {
  margin-bottom: 0;
}
section.business_wrap .business_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
section.business_wrap .business_ul li {
  display: flex;
  width: 50%;
  border-right: 1px solid #DFDFDF;
  box-sizing: border-box;
  padding: 50px 50px 0 0;
}
section.business_wrap .business_ul li:nth-child(2n) {
  border-right: none;
  padding: 50px 0 0 50px;
}
section.business_wrap .business_ul li:nth-child(-n+2) {
  padding-top: 10px;
}
section.business_wrap .list_box {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 50px;
}
section.business_wrap .pic_box {
  width: 50.91%;
  max-width: 280px;
  margin: 0 auto 20px;
}
section.business_wrap .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
section.business_wrap .movie_box .title {
  text-align: center;
}
section.business_wrap .movie_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.business_wrap .movie_ul li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
}
section.business_wrap .movie_ul li:nth-child(3n) {
  margin-right: 0;
}
section.business_wrap .movie_ul li:nth-child(n+4) {
  margin-bottom: 0;
}
section.business_wrap .movie_ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #990044;
  border-radius: 5px;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
  background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 30px bottom 43px;
  transition: 0.3s;
}
section.business_wrap .movie_ul li a:hover {
  transition: 0.3s;
  background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 43px;
  background-color: #F8E5ED;
}
section.business_wrap .movie_wrap {
  width: 63.64%;
  max-width: 700px;
  margin: 0 auto 60px;
}
section.business_wrap .movie_wrap.size_s {
  width: 31.82%;
  max-width: 350px;
  margin: 0 2.27% 20px 0;
}
section.business_wrap .movie_wrap.size_s:nth-child(3n) {
  margin-right: 0;
}
section.business_wrap .movie_wrap .group_name {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

section.company_wrap .company_dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFDFDF;
  padding: 30px 0;
}
section.company_wrap .company_dl:first-child {
  padding-top: 0;
}
section.company_wrap .company_dl:last-child {
  border-bottom: none;
}
section.company_wrap .company_dl ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.company_wrap .company_dl ul li {
  width: 48.89%;
  max-width: 440px;
  margin-right: 2.22%;
}
section.company_wrap .company_dl ul li:nth-child(2n) {
  margin-right: 0;
}
section.company_wrap .company_dl ul .name span {
  color: #990044;
}
section.company_wrap dt {
  width: 14.55%;
  max-width: 160px;
  font-weight: bold;
  margin-right: 1.82%;
}
section.company_wrap dd {
  width: 81.82%;
  max-width: 900px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
  h2 span {
    font-size: 18px;
  }
  h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  section.business_wrap {
    margin-bottom: 50px;
  }
  section.business_wrap .business_ul {
    display: block;
    margin-bottom: 50px;
  }
  section.business_wrap .business_ul li {
    display: block;
    width: 100%;
    border-right: none;
    padding: 25px 0 0;
  }
  section.business_wrap .business_ul li:nth-child(2n) {
    border-right: none;
    padding: 25px 0 0 0;
  }
  section.business_wrap .business_ul li:nth-child(-n+2) {
    padding-top: 0;
  }
  section.business_wrap .business_ul li:nth-child(2) {
    padding-top: 25px;
  }
  section.business_wrap .list_box {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 25px;
  }
  section.business_wrap .pic_box {
    width: 80%;
    max-width: 80%;
    margin-bottom: 10px;
  }
  section.business_wrap .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.business_wrap .movie_ul {
    display: block;
  }
  section.business_wrap .movie_ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.business_wrap .movie_ul li:nth-child(3n) {
    margin-right: 0;
  }
  section.business_wrap .movie_ul li:nth-child(n+4) {
    margin-bottom: 15px;
  }
  section.business_wrap .movie_ul li:last-child {
    margin-bottom: 0;
  }
  section.business_wrap .movie_ul li a {
    padding: 20px;
    font-size: 16px;
    background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 31px;
    transition: inherit;
  }
  section.business_wrap .movie_ul li a:hover {
    transition: inherit;
    background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 31px;
    background-color: #FFF;
  }
  section.business_wrap .movie_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  section.business_wrap .movie_wrap.size_s {
    width: 48%;
    max-width: 48%;
    margin: 0 2% 10px 0;
  }
  section.business_wrap .movie_wrap.size_s:nth-child(3n) {
    margin-right: 2%;
  }
  section.business_wrap .movie_wrap.size_s:nth-child(2n) {
    margin-right: 0;
  }
  section.business_wrap .movie_wrap .group_name {
    font-size: 14px;
    margin-top: 5px;
  }
  section.company_wrap .company_dl {
    display: block;
    padding: 15px 0;
  }
  section.company_wrap .company_dl ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.company_wrap .company_dl ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.company_wrap .company_dl ul .name span {
    color: #990044;
  }
  section.company_wrap dt {
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    margin-right: 0;
  }
  section.company_wrap dd {
    width: 100%;
    max-width: 100%;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=about.css.map */