@charset "UTF-8";
/* 共通パーツ */
.sec__wrap {
  width: auto;
  margin: 0 auto;
  padding: 0 0 60px 0;
  position: relative;
}
#mini .sec__wrap, #casting .sec__wrap {
  border-bottom: 1px solid #c7c6c5;
}
#mini .sec__wrap:after, #casting .sec__wrap:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #c7c6c5;
  position: absolute;
  bottom: 14px;
}
#mini > .sec__wrap {
  background: #fffdf6;
}
#casting > .sec__wrap {
  background: #f6faff;
}
#company > .sec__wrap {
  padding-bottom: 50px;
}
.sec__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}
.sec__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
  padding-top: 60px;
  text-align: center;
}
#flow .sec__title, #company .sec__title {
  padding-top: 40px;
}
/* 色 */
.sec__txt--skyblue {
  color: #4ebdc6;
}
.sec__txt--white {
  color: #ffffff;
}
.sec__txt--red {
  color: #ff1616;
}
/* main */
.main__wrap {
  width: 100%;
  height: 55vw;
  padding-left: 3vw;
  background-image: url("../../img/mini_casting/top_casting.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
.main__wrap--inner {
  font-family: "Mamelon";
  font-size: 2.4vw;
  margin-top: 80px;
  padding-top: 6.5vw;
  text-shadow: 0 2px 4px #ffffff;
}
.main__wrap--inner > p:first-child {
  font-family: "Harenosora";
  font-size: 3.4vw;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.main__wrap--inner h2 {
  font-family: "Harenosora";
  font-size: 5vw;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  letter-spacing: 0.3rem;
}
/* INTRO */
.intro__wrap {
  border-top: 1px solid #020202;
  position: relative;
}
.intro__wrap:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #020202;
  position: absolute;
  top: 14px;
}
.intro__wrap--inner {
  width: 100%;
  max-width: 745px;
  max-width: 908px;
  margin: 30px auto 40px auto;
}
.intro__wrap h2 {
  text-align: center;
}
.intro__wrap .casting > a {
  color: #4ebdc6;
  text-decoration: underline;
}
.intro__wrap .mini > a {
  color: #f4b926;
  text-decoration: underline;
}
.intro__wrap h3 {
  text-decoration: underline;
  letter-spacing: 0.2rem;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.intro__wrap h3 a::before {
  content: ">";
  display: inline-block;
}
.intro__wrap p {
  margin-left: 1em;
}

/* SERVICE */
#mini h4, #mini h5 {
  color: #f4b926;
}
#casting h4, #casting h5 {
  color: #4ebdc6;
}
.service__title--h2 {
  width: 100%;
  height: 100px;
  border-top: 1px solid #020202;
  border-bottom: 1px solid #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
}
.service__title--h2:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #020202;
  position: absolute;
  top: 14px;
}
.service__title--h2 h2 {
  padding-top: 6px;
}
.service__title--h3 {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#mini .service__title--h3, #casting .service__title--h3 {
  border-bottom: 1px solid #c7c6c5;
}
.service__title--h3 h3 {
  font-size: 2.4rem;
}
#mini .service__title--h3 h3 {
  color: #f4b926;
}
#casting .service__title--h3 h3 {
  color: #4ebdc6;
}
.service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.service__wrap--logo {
  width: 100%;
  max-width: 394px;
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
}
.service__wrap--logo img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}
.service__wrap--inner {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service__wrap--inner h4 {
  margin-bottom: 14px;
}
.service__wrap--inner li {
  margin-left: 16px;
}
.service__wrap--inner li::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("../../img/mini_casting/service_1.png");
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -2px;
  right: 14px;
  vertical-align: middle;
}
.service__wrap--wage {
  width: 100%;
  max-width: 450px;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.3rem;
  margin-top: 20px;
  padding: 14px 0;
  text-align: center;
  text-shadow: 0 2px 8px #02020261;
}
.service__wrap--wage li {
  margin: auto;
}
.service__wrap--wage li::before {
  content: none;
}
#casting .service__wrap--wage {
  background: #4ebdc6;
}
#mini .service__wrap--wage {
  background: #f4b926;
}
.case__wrap--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.case__wrap--title {
  width: 100%;
  background: #f2efe8;
  padding: 12px 0;
  text-align: center;
}
.case__wrap--title h4 {
  color: #020202 !important;
}
.case__wrap--pic {
  width: 34vw;
  max-width: 418px;
  min-width: 270px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
  position: relative;
}
.case__wrap--pic img:first-child {
  width: 15vw;
  max-width: 190px;
  position: absolute;
  top: -140px;
  left: 10px;
}
.case__wrap--pic img:nth-child(2) {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-self: flex-start;
}
.case__wrap--pic p {
  width: 100%;
  height: 2.2em;
  padding-top: 0.3em;
  text-align: center;
}
.case__wrap--txt {
  width: 100%;
  max-width: 564px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case__wrap--txt h5 {
  margin-bottom: 20px;
  text-align: center;
}
.case__box.agent {
  width: 100%;
  max-width: 490px;
  background: #f9f9f9;
  border: 2px solid #737373;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 20px auto;
  padding: 28px;
  padding-bottom: 30px;
}
.case__box.agent span:nth-child(1) {
  font-size: 4rem;
  padding-bottom: 28px;
}
.case__box.agent span:nth-child(2) {
  /* vertical-align: sub; */
}
.case__box.agent p:nth-child(1) {
  padding-bottom: 12px;
  text-align: start;
}
#casting .case__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}
#casting .case__box img {
  width: 24vw;
  max-width: 134px;
  height: auto;
}
#casting .case__box img:first-child {
  width: 16vw;
  max-width: 184px;
}
#casting .case__box img:last-child {
  width: 22vw;
  max-width: 240px;
}
@media screen and (max-width: 900px) {
  .case__wrap--pic img:first-child {
    top: -60px;
    left: 0;
  }
}
@media screen and (max-width: 780px) {
  .sec__title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .sec__inner {
    padding: 0 22px;
  }
  /* main */
  .main__wrap {
    padding-left: 20px;
  }
  .main__wrap--inner {
    font-size: 2.6vw;
    margin-top: 70px;
    /* padding-top: 4.5vw; */
  }
  .main__wrap--inner > p:first-child {
    font-size: 3.6vw;
    /* margin-bottom: 3vw; */
  }
  .main__wrap--inner h2 {
    font-size: 6vw;
  }
  /* SERVICE */
  .service__title--h2 {
    height: 70px;
    padding-top: 4px;
  }
  .service__title--h3 {
    height: 70px;
  }
  .service__title--h3 h3 {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  .service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service__wrap--logo {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .service__wrap--logo img {
    max-width: 160px;
    margin-bottom: 10px;
  }
  .service__wrap--inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service__wrap--wage {
    max-width: 310px;
  }
  .case__wrap--inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 40px;
  }
  .case__wrap--pic {
    margin-right: 0;
  }
  .case__wrap--pic img:first-child {
    width: 15vw;
    min-width: 100px;
    top: 0;
    left: -6%;
  }
  .case__wrap--txt h5 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .case__box.agent {
    max-width: 270px;
    margin: 14px auto;
    padding: 14px;
  }
  .case__box.agent p:nth-child(1) {
    padding-bottom: 2px;
    text-align: center;
  }
  .case__box.agent span:nth-child(1) {
    font-size: 2rem;
    padding-bottom: 12px;
  }
  #casting .case__box {
    width: 100%;
    max-width: 490px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #casting .case__box img {
    max-width: 74px;
  }
  #casting .case__box img:first-child {
    width: 28vw;
    max-width: 130px;
  }
  #casting .case__box img:last-child {
    width: 38vw;
    max-width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .sec__title {
    font-size: 2.6rem;
  }
  .main__wrap {
    height: 80vw;
    background-position: right;
    padding-left: 10px;
  }
  .main__wrap--inner {
    font-size: 4vw;
    padding-top: 8.5vw;
  }
  .main__wrap--inner > p:first-child {
    font-size: 5vw;
    letter-spacing: 0.2rem;
    margin-bottom: 5vw;
  }
  .main__wrap--inner h2 {
    font-size: 9vw;
    margin-bottom: 6vw;
    letter-spacing: 0;
  }
  .main__wrap--inner > p:last-child {
    margin-bottom: 9vw;
  }
  .service__title--h3 {
    margin-bottom: 30px;
  }
}