.sec04 *,
.sec04 ::before,
.sec04 ::after,
.flow *,
.flow ::before,
.flow ::after {
    box-sizing: content-box;
}

figure {
  text-align: center;
}
.only-pc-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .only-pc-flex {
    display: none !important;
  }
}
/* Contact　Section */
.p-contact {
  color: #ffffff;
  text-align: center;
  padding: 35px 15px 34px;
  position: relative;
  margin-top: 30px;
  margin: 0 auto 140px;
  background: #2277EA;
  box-sizing: border-box;
}

.sec01 .content-width {
  margin-bottom: 110px;
}

.p-contact-ttl {
  font-size: 34px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.p-contact-read {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-contact-tel {
  display: block;
  color: #2277ea;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  width: 183px;
  margin: 52px auto 14px;
  position: relative;
}

.p-contact-tel::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  background-image: url("../../../img/recruit-production/contact-04.png");
  width: 16px;
  height: 16px;
}

.p-contact-tel-read {
  color: #2277ea;
  font-size: 12px;
  font-weight: 600;
}
.p-contact .c-square-btn {
  margin: 16px auto;
}

@media (max-width: 768px) {
  .p-contact-ttl {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0;
  }
  p-contact-ttl::before {
    position: absolute;
    content: "";
    background-image: url("../../../img/recruit-production/cv-contact.png");
    width: 100px;
    height: 100px;
  }
  .p-contact-tel {
    margin-top: 40px;
  }
  .p-contact {
    width: 100%;
    padding: 30px 24px;
    margin-bottom: 110px;
  }

  .sec01 .content-width {
    margin-bottom: 80px;
  }

  .p-contact-read {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
  }

}

@media (1047px < width < 1380px) {
  .content-width {
    padding: 0 15px;
  }
}
@media (width < 1048px) {
  .sec09 .content-width > .lp-related_list {
    padding: 0 15px;
  }
}

/* FVセクション */
.fv {
  position: relative;
  padding: 294px 0 0 0;
  overflow: hidden;
}

.fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../../../img/recruit-production/mv-01.png");
  background-position: right;
  width: 1086px;
  height: 220px;
}

.fv::after {
  position: absolute;
  content: "";
  bottom: 70px;
  right: 0;
  z-index: -1;
  background-image: url("../../../img/recruit-production/mv-04.png");
  background-position: left;
  width: 426px;
  height: 271px;
}
.fv-logo img {
  width: 2062px;
  height: 67px;
  animation: slide 60s -30s linear infinite;
}

.fv-ttl {
  margin: 0 auto;
  font-size: 83px;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.fv-ttl::before {
  position: absolute;
  content: "";
  top: -167px;
  right: 164px;
  background-image: url("../../../img/recruit-production/mv-02.png");
  z-index: -1;
  width: 340px;
  height: 289px;
}
.fv-ttl::after {
  position: absolute;
  content: "";
  bottom: -226px;
  left: 261px;
  background-image: url("../../../img/recruit-production/mv-03.png");
  z-index: -1;
  width: 226px;
  height: 192px;
}
.fv-sentence {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 50px;
}
.fv .c-square-btn {
  margin-bottom: 120px;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 760px) and (max-width: 1280px) {
  .fv-ttl::before {
    top: -167px;
    right: 0px;
  }
  .fv-ttl::after {
    bottom: -226px;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .fv {
    padding: 158px 0 0 0;
  }
  .fv::before {
    background-image: url("../../../img/recruit-production/mv-01-sp.png");
    width: 322px;
    height: 90px;
  }
  .fv::after {
    background-image: url("../../../img/recruit-production/mv-04-sp.png");
    width: 277.29px;
    height: 149.73px;
    bottom: 60px;
    right: 20px;
  }
  .fv-logo img {
    width: 1800px;
    height: 58.49px;
  }
  .fv-ttl {
    width: 322px;
    font-size: 46px;
  }
  .fv-ttl::before {
    top: -100px;
    right: 0px;
    background-image: url("../../../img/recruit-production/mv-02-sp.png");
    width: 108.21px;
    height: 92px;
  }
  .fv-ttl::after {
    bottom: -330px;
    left: 0px;
    background-image: url("../../../img/recruit-production/mv-03-sp.png");
    width: 84.72px;
    height: 70.81px;
  }
  .fv-sentence {
    font-size: 20px;
    line-height: 34px;
  }
  .fv .c-square-btn {
    margin-bottom: 180px;
  }
}

/* Section1 */

.sec01-check-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  margin-right: -70px;
  margin-top: 60px;
  width: 100%;
}
@media (1047px <= width < 1380px) {
  .sec01-check-block {
    position: relative;
    height: 550px;
  }
}

.sec01-check-block_left-content {
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-image: url("../../../img/recruit-production/sec01-01.png");
  width: 330px;
  height: 330px;
  margin-top: 110px;
}
@media (1047px <= width < 1380px) {
  .sec01-check-block_left-content {
    margin-top: 220px;
    position: absolute;
    left: 0;
  }
}

.sec01-check-block_left-content-text {
  position: absolute;
  top: 70px;
  left: 65px;
}

.sec01-check-block_center-content {
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-image: url("../../../img/recruit-production/sec01-02.png");
  width: 370px;
  height: 372px;
}
@media (1047px <= width < 1380px) {
  .sec01-check-block_center-content {
    position: absolute;
    margin-inline: auto;
    inset: 0;
  }
}

.sec01-check-block_center-content-text {
  position: absolute;
  top: 70px;
  left: 72px;
}

.sec01-check-block_right-content {
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-image: url("../../../img/recruit-production/sec01-03.png");
  width: 369px;
  height: 310px;
  margin-top: 110px;
  margin-inline: auto;
}
@media (1047px <= width < 1380px) {
  .sec01-check-block_right-content {
    margin-top: 220px;
    position: absolute;
    right: -32px;
  }
}

.sec01-check-block_right-content-text {
  position: absolute;
  top: 75px;
  left: 75px;
}

.sec01-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
}
.sec01-ttl span {
  font-size: 24px;
  font-weight: 700;
}
.sec01-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 70px;
}
@media (1047px <= width < 1380px) {
  .sec01-content-wrap {
    display: block;
  }
}
.sec01-left {
  padding: 60px 86px 0 0;
}
.sec01-left-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  margin-bottom: 70px;
  margin-left: 16px;
}

@media (1047px <= width < 1380px) {
  .sec01-left {
    padding: 0;
  }
  .sec01-left figure {
    margin-bottom: 30px;
  }
  .sec01-left figure img {
    margin-inline: auto;
  }
  .sec01-left-ttl {
    text-align: center;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (1047px <= width < 1380px) {
  .sec01-lists {
    width: 560px;
    margin-inline: auto;
  }
}

.sec01-lists li {
  list-style: none;
  margin-bottom: 7px;
}
.sec01-list {
  position: relative;
  width: 110%;
  height: 72px;
  padding-left: 60px;
}
@media (1047px <= width < 1380px) {
  .sec01-list {
    width: auto;
  }
}

.sec01-list p {
  color: #203467;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
}

.sec01-list::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 15px;
  width: 56px;
  height: 56px;
}
.sec01-lists li:last-child {
  margin-bottom: 0px;
}

.logo-slide {
  position: relative;
  z-index: 2;
  animation: bg-slider 46s linear infinite;
  background: url(../../../img/lp/logo_slide_pc.jpg) repeat-x 50%;
  background-size: auto 88px;
  height: 88px;
  width: 100%;
}

@media (max-width: 768px){

  .logo-slide {
      animation: bg-slider 30s linear infinite;
      background: url(../../../img/lp/logo_slide_sp.jpg) repeat-x 50%;
      background-size: auto 88px;
  }
}

@keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3780px 0;
  }
}

li.sec01-list {
  background: url("../../../img/recruit-production/sec01-05.png") no-repeat;
}

.sec01-list01::after {
  background-image: url("../../../img/recruit-production/sec01-06.png");
}

.sec01-list02::after {
  background-image: url("../../../img/recruit-production/sec01-07.png");
}

.sec01-list03::after {
  background-image: url("../../../img/recruit-production/sec01-08.png");
}

.sec01-list04::after {
  background-image: url("../../../img/recruit-production/sec01-09.png");
}

.sec01-list05::after {
  background-image: url("../../../img/recruit-production/sec01-10.png");
}

.sec01-list06::after {
  background-image: url("../../../img/recruit-production/sec01-11.png");
}

.sec01-end-text {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 1058px) {
  .sec01-left {
    padding: 0px 10px 30px 30px;
  }
}

@media (max-width: 880px) {
  .sec01-check-block_left-content {
    background-size: contain;
  }
  .sec01-check-block_left-content-text {
    top: 40px;
    left: 0px;
    right: 22px;
    font-size: 16px;
  }
  .sec01-check-block_center-content {
    background-size: contain;
  }
  .sec01-check-block_center-content-text {
    top: 36px;
    left: 0px;
    right: 22px;
    font-size: 16px;
  }
  .sec01-check-block_right-content {
    background-size: contain;
  }
  .sec01-check-block_right-content-text {
    top: 40px;
    left: 57px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sec01-lists {
    width: 80%;
    margin: auto;
  }
  .sec01 {
    margin-top: 60px;
  }
  .sec01-end-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .sec01-check-block {
    width: 458px;
    margin: 80px auto 0;
    height: 430px;
    justify-content: center;
    line-height: 24px;
  }
  .sec01-ttl {
    font-size: 24px;
    line-height: 40px;
  }
  .sec01-check-block_left-content-text {
    top: 40px;
    left: 44px;
    font-size: 14px;
  }
  .sec01-check-block_center-content-text {
    top: 30px;
    left: 40px;
    font-size: 14px;
  }
  .sec01-check-block_right-content-text {
    top: 47px;
    left: 40px;
    font-size: 14px;
  }
  .sec01-check-block_left-content {
    background-size: 124%;
    width: 180px;
    height: 222px;
    margin-top: 0px;
    background-size: cover;
  }
  .sec01-check-block .sec01-check-block_center-content {
    height: 269px;
    background-size: cover;
    transform: translate(0px, -70px);
    background-size: 122%;
    width: 180px;
  }
  .sec01-check-block_right-content {
    width: 224px;
    margin: 30px auto 0px;
    transform: translateY(-100px);
    background-size: 122%;
    width: 180px;
    margin-top: 0px;
    position: absolute;
    bottom: -146px;
    left: 60px;
    right: 0px;
    bottom: -10px;
    height: 200px;
  }
  .sec01-ttl span {
    font-size: 18px;
  }
  .sec01-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .sec01-content-wrap .sec01-left {
    margin: 14px auto;
    padding: 0;
  }
  li.sec01-list {
    width: 90%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 80px;
    background-image: url("../../../img/recruit-production/sec01-05.png");
  }
  li.sec01-list p {
    font-size: 18px;
    line-height: 40px;
    padding: 16px;
  }
  li.sec01-list05 {
    height: auto;
    line-height: 30px;
  }
  li.sec01-list06 {
    height: auto;
    line-height: 30px;
  }
  li.sec01-list05 p {
    line-height: 24px;
  }
  li.sec01-list06 p {
    line-height: 24px;
  }
  .sec01-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec01-left-ttl {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0px;
  }
  .sec01-check-block {
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .sec01-wrap {
    height: 430px;
  }
  .sec01-list01::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .sec01-list02::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .sec01-list03::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .sec01-list04::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .sec01-list05::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .sec01-list06::after {
    top: 16px;
    width: 50px;
    height: 50px;
  }
  .logo-slide {
    animation: bg-slider 28s linear infinite;
    background-size: auto 88px;
  }
  @keyframes bg-slider {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: -3570px 0;
    }
  }
}

@media (max-width: 450px) {
  .sec01-lists {
    width: 100%;
  }
  .sec01-check-block_left-content {
    position: absolute;
    left: 10px;
  }
  .sec01-check-block_center-content {
    position: absolute;
    right: 10px;
  }
  li.sec01-list {
    padding-left: 50px;
  }
  li.sec01-list p {
    font-size: 16px;
  }
}

/* Section2 */
.sec02 {
  /* margin-bottom: 120px; */
}

.sec02-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 56px;
}

.sec02-ttl span {
  font-size: 24px;
  font-weight: 700;
}

.sec02-read {
  max-width: 800px;
  margin: 0 auto;
  line-height: 32px;
  font-weight: 500;
  font-size: 16px;
}

.sec02-content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.sec02-content01-left {
  width: 540px;
}
@media (1047px <= width < 1380px) {
  .sec02-content01-left {
    width: 60%;
  }
  .sec02-content01 figure {
    width: 40%;
  }
}


.sec02-content01-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  padding-top: 80px;
  margin-bottom: 30px;
  margin-top: -11px;
}

.sec02-content01-read {
  width: 540px;
  line-height: 32px;
  margin-right: 70px;
  font-size: 16px;
}
@media (1047px <= width < 1380px) {
  .sec02-content01-read {
    width: auto;
    margin: 0;
  }
}

.sec02-content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.sec02-content02-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  margin-bottom: 30px;
  margin-top: -11px;
}

.sec02-content02-left {
  width: 540px;
  margin-left: 70px;
  line-height: 32px;
  font-size: 16px;
}
@media (1047px <= width < 1380px) {
  .sec02-content02-left {
    width: 60%;
    margin: 0;
  }
  .sec02-content02 figure {
    width: 40%;
  }
}

ul.sec02-phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 40px 0px;
  justify-content: center;
}

.sec02-list01 {
  background-image: url("../../../img/recruit-production/sec02-07.png");
  position: relative;
  width: 204px;
  height: 204px;
  color: #203467;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding-top: 118.3px;
  margin-right: 29px;
  background-repeat: no-repeat;
}

.sec02-list01::before {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-03.png");
  background-repeat: no-repeat;
}


.sec02-list01::after {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-11.png");
  background-repeat: no-repeat;
  top: 51px;
  right: 0;
  width: 36px;
  height: 19px;
}

.sec02-list01::before {
  width: 42.69px;
  height: 64.07px;
  left: -21.5px;
  background-repeat: no-repeat;
}
@media (1047px <= width < 1380px) {
  .sec02-list01::before {
    top: 4px;
  }
}

.sec02-list02 {
  background-image: url("../../../img/recruit-production/sec02-08.png");
  position: relative;
  width: 204px;
  height: 204px;
  color: #203467;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding-top: 118.3px;
  margin-right: 54px;
  background-repeat: no-repeat;
}

.sec02-list02::before {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-04.png");
  background-repeat: no-repeat;
}

.sec02-list02::after {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-12.png");
  background-repeat: no-repeat;
  top: 51px;
  right: 0;
  width: 36px;
  height: 19px;
}

.sec02-list02::before {
  width: 56.02px;
  height: 67.02px;
  left: -21.5px;
  top: 0;
}

.sec02-list02::after {
  right: -20px;
}

.sec02-list03 {
  background-image: url("../../../img/recruit-production/sec02-09.png");
  position: relative;
  width: 204px;
  height: 204px;
  color: #203467;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding-top: 118.3px;
  margin-right: 26px;
  background-repeat: no-repeat;
}

.sec02-list03::before {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-05.png");
  background-repeat: no-repeat;
}

.sec02-list03::after {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-11.png");
  background-repeat: no-repeat;
  top: 51px;
  right: 0;
  width: 36px;
  height: 19px;
}

.sec02-list03::before {
  width: 55.23px;
  height: 65.74px;
  left: -21.5px;
}
@media (1047px <= width < 1380px) {
  .sec02-list03::before {
    top: 4px;
  }
}

@media (1047px <= width < 1380px) {
  .sec02-list01::after ,
  .sec02-list02::after ,
  .sec02-list03::after {
    display: none;
  }
}

.sec02-list04 {
  background-image: url("../../../img/recruit-production/sec02-10.png");
  position: relative;
  width: 204px;
  height: 204px;
  color: #203467;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding-top: 118.3px;
  background-repeat: no-repeat;
}

.sec02-list04::before {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-06.png");
  background-repeat: no-repeat;
}

.sec02-list04::after {
  position: absolute;
  content: "";
  background-image: url("../../../img/recruit-production/sec02-11.png");
  background-repeat: no-repeat;
  top: 51px;
  right: 0;
  width: 36px;
  height: 19px;
}

.sec02-list04::before {
  width: 56.54px;
  height: 67.2px;
  left: -21.5px;
  top: 0;
}

.sec02-list04::after {
  content: none;
}
.sec02-phase-sp {
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
  .sec02-list {
    color: #203467;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding: 20px;
  }
  .sec02-read {
    margin: 0px 40px;
  }
  .sec02-content01 {
    margin: 0px 20px;
  }
  .sec02-content02 {
    margin: 40px 20px 0px 20px;
  }
  .sec02-content03 {
    margin: 0px 20px;
  }
  .sec02-content01 div {
    width: 520px;
    margin-right: 24px;
  }
  .sec02-list01 {
    background-size: contain;
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  .sec02-list02 {
    background-size: contain;
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  .sec02-list03 {
    background-size: contain;
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 107px;
  }
  .sec02-list04 {
    background-size: contain;
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 92px;
  }
}

@media (max-width: 760px) {
  .sec02-list {
    color: #203467;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding: 20px;
  }
  .sec02 {
    margin-bottom: 60px;
  }
  .sec02-content01 div {
    margin-bottom: 32px;
  }
  .sec02-content01-ttl {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .sec02-content02-read {
    width: 100%;
  }

  .sec02-content01-read {
    width: 100%;
  }
  .sec02-ttl span {
    font-size: 18px;
  }

  .sec02-content02-ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  ul.sec02-phase {
    display: none;
  }
  figure.sec02-phase {
    display: none;
  }
  .sec02-content02-left {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 32px;
  }
  .sec02-phase-sp {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .sec02-content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
  }

  .sec02-content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec02-ttl {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sec02-content-image {
    width: 67%;
  }
}

/* Section3 */

.sec03 {
  position: relative;
  margin-bottom: 100px;
}

.sec03::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url("../../../img/recruit-production/sec03-01.png");
  background-position: left;
  width: 536px;
  height: 349px;
}
@media (1047px <= width < 1380px) {
  .sec03::after {
    display: none;
  }
}

.sec03-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  text-align: left;
  margin-bottom: 77px;
}

.sec03-ttl span {
  font-size: 24px;
  font-weight: 700;
}
.sec03-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec03-content03-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  margin-bottom: 30px;
  margin-top: -11px;
}

.sec03-content03-left {
  width: 540px;
  margin-left: 70px;
  line-height: 32px;
  padding-top: 50px;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec03 {
    padding: 0px 20px;
  }
  .sec03::after {
    top: 70px;
    background-size: contain;
    right: -100px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .sec03-ttl {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 260px;
  }
  .sec03-ttl span {
    font-size: 18px;
  }
  .sec03-ttl span::after {
    content: "\A";
    white-space: pre;
  }
  .sec03-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: auto;
  }
  .sec03-content03-ttl {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-top: 28px;
  }
  .sec03-content03-left {
    width: auto;
    margin-left: 0px;
  }
  .sec03::after {
    top: 160px;
  }
}

/* Section4 */
.sec04 {
  /* margin-bottom: 120px; */
}

.sec04-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 88px;
  justify-content: space-between;
}
.sec04-list-wrap li {
  margin-bottom: 17px;
}
@media (1047px <= width < 1380px) {
  .sec04-list-wrap li {
    margin-inline: auto;
  }
}

.sec04-list-wrap li:last-child(3n) {
  margin-bottom: 0;
}
.sec04-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 78px;
}
.sec04-ttl span {
  font-size: 24px;
  font-weight: 700;
}

.sec04 .c-acd-check {
  display: none;
}


.sec04 .c-acd-label {
  background: url("../../../img/recruit-production/sec04-01.png");
  color: #2277ea;
  display: block;
  margin-bottom: 1px;
  padding: 30px 30px 20px 30px;
  position: relative;
  width: 400px;
  height: auto;
  font-size: 22px;
  font-weight: 700;
  /* -webkit-transition: 0.8s;
  transition: 0.8s; */
  background-repeat: no-repeat;
  background-size: cover;
}

.sec04 .c-acd-label:before,
.sec04 .c-acd-label:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: auto;
  height: 2px;
  width: 14px;
  background-color: #2277ea;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sec04 .c-acd-label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}



.sec04 .c-acd-check:checked + .c-acd-label::before {
  opacity: 0;
}

.sec04 .c-acd-check:checked + .c-acd-label::after {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sec04 .c-acd-check:checked + .c-acd-label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec04 .c-acd-content {
  display: block;
  max-height: 0;
  transition: max-height 0.6s, 0.6s;
  opacity: 0;
  padding-top: 10px;
  color: #203467;
  font-size: 16px;
  font-weight: 300;
  visibility: hidden;
  overflow: hidden;
  line-height: 32px;
}

.sec04 .c-acd-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec04 .c-acd-check:checked + .c-acd-label .c-acd-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec04 .c-acd-check:checked + .c-acd-label .c-acd-content {
  opacity: 1;
  visibility: visible;
  overflow: initial;
  max-height: 30vh;
  line-height: 32px;
  transform: scaleY(1);
}

.sec04 .c-acd-img01 {
  position: relative;
}


.sec04 .c-acd-img02 {
  position: relative;
}



.sec04 .c-acd-img03 {
  position: relative;
}



.sec04 .c-acd-img04 {
  position: relative;
}



.sec04 .c-acd-img05 {
  position: relative;
}

.

.sec04 .c-acd-img06 {
  position: relative;
}



.sec04 .c-acd-img07 {
  position: relative;
}


.sec04 .c-acd-img08 {
  position: relative;
}



@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec04 .c-acd-label{
    width: 480px;
  }
}

@media (max-width: 1000px) {
  ul.sec04-list-wrap {
    justify-content: center;
  }
  ul.sec04-list-wrap .c-acd-img01 {
    margin-right: 0px;
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img02 {
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img03 {
    margin-right: 0px;
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img04 {
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img05 {
    margin-right: 0px;
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img06 {
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img07 {
    width: 60%;
  }
  ul.sec04-list-wrap .c-acd-img08 {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec04-ttl {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .sec04-ttl span {
    font-size: 18px;
  }
  ul.sec04-list-wrap .c-acd-img01 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img02 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img03 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img04 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img05 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img06 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img07 {
    width: 95%;
  }
  ul.sec04-list-wrap .c-acd-img08 {
    width: 95%;
  }
  .sec04 .c-acd-label {
    width: 95%;
    height: auto;
    line-height: 36px;
    padding: 16px;
  }
  .sec04-ttl br {
    display: none;
  }
}

/* 採用サイト制作の特徴 */
.feature {}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 88px;
  justify-content: center;
  align-items: stretch;
}

.feature-item {
  overflow: hidden;
}

.feature-list .c-acd-label {
  background: url("../../../img/recruit-production/sec04-01.png");
  color: #2277ea;
  display: block;
  margin-bottom: 1px;
  padding: 20px 30px 10px 30px;
  position: relative;
  width: 320px;
  height: auto;
  font-size: 22px;
  font-weight: 700;
  /* -webkit-transition: 0.8s;
  transition: 0.8s; */
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .feature-list .c-acd-label {
    width: 100%;
  }
}

.feature-list .c-acd-label.multiline {
  padding: 13px 30px 2px 30px;
}

.feature-list .c-acd-label.multiline span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .feature-list .c-acd-label.multiline span {
    font-size: 18px;
  }
}

.feature-list .c-acd-check {
  display: none;
}

.feature-list .c-acd-label:before,
.feature-list .c-acd-label:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 20px;
  margin: auto;
  height: 2px;
  width: 14px;
  background-color: #2277ea;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.feature-list .c-acd-label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.feature-list .c-acd-check:checked + .c-acd-label::before {
  opacity: 0;
}

.feature-list .c-acd-check:checked + .c-acd-label::after {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.feature-list .c-acd-check:checked + .c-acd-label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-list .c-acd-content {
  display: block;
  max-height: 0;
  transition: max-height 0.6s, 0.6s;
  opacity: 0;
  padding-top: 10px;
  color: #203467;
  font-size: 16px;
  font-weight: 300;
  visibility: hidden;
  overflow: hidden;
  line-height: 32px;
}

.feature-list .c-acd-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-list .c-acd-content p a {
  color: #4F94EC;
}

.feature-list .c-acd-check:checked + .c-acd-label .c-acd-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-list .c-acd-check:checked + .c-acd-label .c-acd-content {
  opacity: 1;
  visibility: visible;
  overflow: initial;
  max-height: 60vh;
  line-height: 32px;
  transform: scaleY(1);
}

/* 採用サイト制作サービス */
.service {
  padding:  0 40px;
}

@media (max-width: 768px) {
  .service {
    padding:  0 20px;
  }
}

.service .content-width {
  margin-bottom: 170px;
}

@media (max-width: 768px) {
  .service .content-width {
    margin-bottom: 80px;
  }
}

.service .c-acd-check {
  display: none;
}

.service .c-acd-label {
  background: linear-gradient(to left, rgba(240,253,240,1) 0%, rgba(237,250,255,1) 75%, rgba(222,239,255,1) 100%);
  height: 72px;
  line-height: 72px;
  padding-left: 80px;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .service .c-acd-label {
    padding-left: 40px;
  }
}

.service .c-acd-label p {
  color: #203467;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .service .c-acd-label p {
    font-size: 18px;
  }
}

.service .c-acd-label:before,
.service .c-acd-label:after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 32px;
  margin: auto;
  height: 2px;
  width: 14px;
  background-color: #2277ea;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.service .c-acd-label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.service .c-acd-img:not(:first-child) {
  margin-top: 10px;
}

.service .c-acd-content {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 7px 80px 0;
  -webkit-transition: 0.6s;
  transition: max-height 0.6s, 0.6s;
  visibility: hidden;
}

@media (max-width: 768px) {
  .service .c-acd-content {
    padding: 7px 40px 0;
  }
}

.service .c-acd-content p {
  font-size: 16px;
}

.service .c-acd-check:checked + .c-acd-label::before {
  opacity: 0;
}

.service .c-acd-check:checked + .c-acd-label::after {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.service .c-acd-check:checked + .c-acd-label + .c-acd-content {
  max-height: 60vh;
  height: 100%;
  opacity: 1;
  padding: 27px 80px 0;
  visibility: visible;
  margin-bottom: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .service .c-acd-check:checked + .c-acd-label + .c-acd-content {
    padding: 27px 40px 0;
  }
}

/* Section5 */
.sec05 {
  /* margin-bottom: 120px; */
}

.sec05-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 56px;
}

.sec05-ttl span {
  font-size: 24px;
  font-weight: 700;
}
.sec05-read {
  max-width: 800px;
  margin: 0 auto;
  line-height: 32px;
  font-weight: 500;
  font-size: 16px;
}
.sec05-content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.sec05-content01-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  margin-bottom: 30px;
  margin-top: -11px;
  position: relative;
  padding-top: 50px;
}
.sec05-content01-ttl::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec05-02.png");
  position: absolute;
  top: -70px;
  left: -83px;
  z-index: -1;
  width: 142px;
  height: 369px;
}

.sec05-content01-left,
.sec05-content03-left {
  width: 500px;
  margin-left: 110px;
  line-height: 32px;
  font-size: 16px;
}
.sec05-content03-left p{
  font-size: 16px;
}

.sec05-content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 34.4px;
}
.sec05-content02-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  padding-top: 50px;
  margin-bottom: 30px;
  margin-top: -11px;
  position: relative;
}
.sec05-content02-ttl::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec05-03.png");
  position: absolute;
  top: -70px;
  left: -83px;
  z-index: -1;
  width: 142px;
  height: 369px;
}

.sec05-content02-read {
  width: 500px;
  line-height: 32px;
  margin-right: 32px;
  font-size: 16px;
}
@media (1047px <= width < 1380px) {
  .sec05-content02-left {
    width: 60%;
    padding-left: 55px;
  }
  .sec05-content02 figure {
    width: 40%;
  }
  .sec05-content02-read {
    width: auto;
    margin-right: 0;
  }
  .sec05-content02-ttl::after {
    left: -70px;
  }
}

.sec05-content03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 100px;
}

.sec05-content03-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: #2277ea;
  margin-bottom: 30px;
  margin-top: -11px;
  position: relative;
  padding-top: 50px;
}

.sec05-content03-ttl::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec05-06.png");
  position: absolute;
  top: -70px;
  left: -83px;
  z-index: -1;
  width: 142px;
  height: 369px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec05 .content-width {
    padding: 0px 20px;
  }
  .sec05-content02 div {
    width: 490px;
    margin-left: 50px;
  }
  .sec05-content02-ttl::after {
    left: -66px;
  }
}

@media (max-width: 768px) {
  .sec05-ttl {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sec05-ttl span {
    font-size: 18px;
  }
  .sec05-content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .sec05-content01-left {
    width: auto;
    margin-left: 0px;
  }

  .sec05-content03-left {
    width: auto;
    margin-left: 0px;
  }

  .sec05-content01-ttl {
    text-align: center;
    margin-left: 40px;
    font-size: 22px;
  }
  .sec05-content03-ttl {
    text-align: center;
    margin-left: 40px;
    font-size: 22px;
  }
  .sec05-content01-ttl::after {
    left: -60px;
  }
  .sec05-content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin-left: 8px;
  }
  .sec05-content02 div {
    margin-left: 0px;
  }
  .sec05-content02-ttl {
    line-height: 34px;
    text-align: center;
    margin-left: 40px;
    font-size: 22px;
  }

  .sec05-content02-ttl::after {
    left: -60px;
  }

  .sec05-content03-ttl::after {
    left: -60px;
  }
  .sec05-content03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    width: auto;
    margin-left: 0px;
  }
  .sec05-content03-ttl {
    font-size: 20px;
    line-height: 34px;
  }

  .sec05-content02-read {
    width: auto;
    margin-right: 0px;
  }
  .sec05-content03-read {
    width: auto;
    margin-right: 0px;
  }
  .sec05-ttl span::after {
    content: "\A";
    white-space: pre;
  }
  .sec05-content-image {
    margin-top: 40px;
    width: 67%;
  }
}

/* Section6 */
.sec06 {
  /* margin-bottom: 120px; */
}

.sec06-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 56px;
}

.sec06-ttl span {
  font-size: 24px;
  font-weight: 700;
}
.sec06-read {
  max-width: 800px;
  margin: 0 auto;
  line-height: 32px;
  font-weight: 500;
  font-size: 16px;
}

.sec06-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.sec06-strategy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 44px;
  position: relative;
  padding-top: 57px;
}

.sec06-strategy-wrap::before {
  top: 37px;
  left: -100px;
  width: 82px;
  height: 87px;
}

.sec06-list01::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-08.png");
  position: absolute;
}

.sec06-list02::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-09.png");
  position: absolute;
}

.sec06-list03::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-10.png");
  position: absolute;
}

.sec06-list04::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-11.png");
  position: absolute;
}

.sec06-list05::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-12.png");
  position: absolute;
}

.sec06-list06::before {
  content: "";
  background-image: url("../../../img/recruit-production/sec06-13.png");
  position: absolute;
}

.sec06-strategy-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.sec06-strategy-ttl-wrap span {
  font-size: 16px;
  color: #ffffff;
  background-color: #2277ea;
  border-radius: 100px;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin: -2px 17px 0 0;
}

.sec06-strategy-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #2277ea;
}
@media (1047px <= width < 1280px) {
  .sec06-strategy-ttl {
    padding-right: 100px;
  }
}

.sec06-strategy-read {
  width: 760px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 32px;
}

.sec06-strategy-img {
  margin-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .sec06-content-wrap {
    width: 80%;
    margin: 30px auto;
  }
  .sec06-strategy-read {
    width: 100%;
  }
  .sec06-strategy-img {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
  }
  .sec06-content-line {
    position: absolute;
    width: 20px;
    transform: translateX(-19px);
  }
}
@media (max-width: 768px) {
  .sec06-ttl {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sec06-ttl span {
    font-size: 18px;
  }
  .sec06-content-wrap {
  }
  .sec06-strategy-ttl-wrap {
    display: block;
    margin-left: 30px;
  }
  .sec06-strategy-ttl-wrap span {
    margin-bottom: 14px;
  }
  .sec06-strategy-read {
    width: auto;
    margin: 0px;
  }
  .sec06-strategy-ttl {
    width: 68%;
    font-size: 18px;
  }
  .sec06-strategy-wrap::before {
    top: 50px;
    left: -32px;
    width: 50px;
    background-size: 54px 50px;
    background-repeat: no-repeat;
  }

  .sec06-strategy-img {
    margin-top: 0px;
    height: 70px;
  }
  .sec06-strategy-img img {
    width: 64px;
    top: 56px;
    right: 30px;
    position: absolute;
  }
  .sec06-ttl br {
    display: none;
  }
  .sec06-strategy-wrap01 {
    margin: 0px;
  }
  .sec06-strategy-wrap02 {
    margin: 0px;
  }
  .sec06-strategy-wrap03 {
    margin: 0px;
  }
  .sec06-strategy-wrap04 {
    margin: 0px;
  }
  .sec06-strategy-wrap05 {
    margin: 0px;
  }
  .sec06-strategy-wrap06 {
    margin: 0px;
  }
  .sec06-strategy-section {
    position: relative;
  }
  .sec06-strategy-image {
    position: absolute;
    left: -14px;
    width: 28px;
    margin-top: 18px;
    height: 100%;
  }
}

/* Section7  */
.sec07 {
  /* margin-bottom: 120px; */
}

.sec07-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 56px;
}

.sec07-ttl span {
  font-size: 24px;
  font-weight: 700;
}

.sec07-content01-wrap {
  background-color: #f2f7fe;
  padding: 48px;
  margin-bottom: 18px;
}

.sec07-content01-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
}

.sec07-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec07-img-wrap .sec07-img-wrap_item01 {
  text-align: left;
}
@media (max-width: 768px) {
  .sec07-img-wrap .sec07-img-wrap_item01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.sec07-img-wrap_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;

}

.sec07-content01-read {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .sec07-content01-read {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

.sec07-content01-detail {
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec07-content01-detail span {
  background-color: #9dbbe6;
  color: #ffffff;
  width: 32px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: -3px 12px 0 0;
  display: block;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .sec07-content01-detail span {
    min-width: 32px;
  }
}

.sec07-content01-detail-top {
  margin-bottom: 6px;
}

.sec07-content02-wrap {
  margin-bottom: 120px;
}

.sec07-content02-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}

.sec07-content02-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 22px;
}

.sec07-content02-img-wrap img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.sec07-content02-img-wrap-top {
  margin-bottom: 28px;
}

.sec07-content03-wrap {
  max-width: 1000px;
  margin: 0 auto 33px;
}

.sec07-content03-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-bottom: 25px;
}

.sec07-content03-youtube-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (768px <= width < 1380px) {
  .sec07-content03-youtube-wrap {
    justify-content: center;
    gap: 30px;
  }
}

.sec07-content03-youtube {
  width: 320px;
  position: relative;
}

.sec07-content03-youtube::before {
  position: absolute;
  left: 50%;
  top: 16%;
  content: "";
  width: 32px;
  height: 22px;
  background: url(../../../img/headlesscommerce/introduction/icon_play.svg)
    no-repeat center/contain;
  z-index: 1;
}
.sec07-content03-youtube-detail {
  padding: 20px 40px 0px 40px;
  background-color: #f2f7fe;
  height: 220px;
}

.sec07-content03-youtube-person {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}

.sec07-content03-youtube-person span {
  font-size: 14px;
}

.sec07-content03-youtube-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec07-content03-youtube {
    margin-right: 20px;
  }
  .sec07-content03-youtube-detail {
    padding: 20px;
    height: auto;
  }
  .sec07-content03-wrap {
    margin: 0 40px 87px 40px;
  }
}

@media (max-width: 768px) {
  .sec07-content03-wrap .sec07-content03-youtube-wrap .sec07-content03-youtube {
    opacity: 1 !important;
    transform: none !important;
  }
  .sec07-content01-ttl {
    text-align: center;
  }
  .sec07-ttl {
    font-size: 24px;
    line-height: 40px;
  }
  .sec07-content01-wrap {
    padding: 16px;
  }
  .sec07-ttl span {
    font-size: 18px;
  }
  .sec07-content03-ttl {
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 80%;
    transform: translateY(-60px) !important;
  }
  .sec07-content03-wrap {
    width: 100%;
    overflow-x: scroll;
    max-width: fit-content;
  }
  .sec07-content03-youtube div {
    margin-right: 20px;
  }
  .sec07-content03-youtube-wrap {
    width: 800px;
    margin-left: 20px;
    overflow-x: scroll;
    margin-top: 40px;
  }
  .sec07-content03-youtube-detail {
    padding: 20px;
    margin-right: 26px;
  }
  .sec07-img-wrap {
    display: block;
  }
  .sec07-content02-img-wrap{
    gap: 10px;
  }
  .sec07-content02-img-wrap img{
    transform: scale(0.8);
  }
}

/* Section8 */
.sec08 {
  /* margin-bottom: 120px; */
}

.sec08-only-sp {
  display: none !important;
}
.sec08-only-pc {
  display: flex;
}
.sec08-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
}
.sec08-ttl span {
  font-size: 24px;
  font-weight: 700;
}
.sec08-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec08-img {
  margin-top: 100px;
}

.sec08-content-read {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.sec08-content-read a {
  text-decoration: underline;
}

.sec08-content01 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 24px;
}

.sec08-content01::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content01::after {
  bottom: 90px;
  right: -16px;
}

.sec08-content-ttl01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl01::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-03.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content03 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 24px;
}

.sec08-content03::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content03::after {
  bottom: 115px;
  right: -16px;
}

.sec08-content-ttl03 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl03::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-05.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content05 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 27px;
  margin-bottom: 24px;
}

.sec08-content05::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content05::after {
  bottom: 135px;
  right: -16px;
}

.sec08-content-ttl05 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl05::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-07.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content07 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 27px;
  margin-bottom: 24px;
}

.sec08-content07::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content07::after {
  bottom: 155px;
  right: -16px;
}

.sec08-content-ttl07 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl07::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-09.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content-right {
  margin-top: 40px;
}

.sec08-content02 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 24px;
}

.sec08-content02::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content02::after {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  bottom: 30px;
  left: -16px;
}

.sec08-content-ttl02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl02::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-04.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content04 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 27px;
  margin-bottom: 24px;
}

.sec08-content04::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content04::after {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  bottom: 45px;
  left: -16px;
}

.sec08-content-ttl04 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl04::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-06.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content06 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 24px;
}

.sec08-content06::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content06::after {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  bottom: 140px;
  left: -16px;
}

.sec08-content-ttl06 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
  line-height: 30px;
}

.sec08-content-ttl06::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-08.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content08 {
  width: 400px;
  padding: 35px 40px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 24px;
}

.sec08-content08::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-02.png");
  position: absolute;
  width: 8px;
  height: 8px;
}

.sec08-content08::after {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  bottom: 150px;
  left: -16px;
}

.sec08-content-ttl08 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}

.sec08-content-ttl08::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec08-10.png");
  position: absolute;
  width: 28px;
  height: 37px;
  top: 0px;
  left: 0px;
}

.sec08-content-option {
  width: 960px;
  padding: 40px;
  text-align: center;
  margin: 51.7px auto 86.7px;
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.1);
}

.sec08-content-ttl-option {
  margin-bottom: 13px;
}

.sec08-content-ttl-option img {
  max-width: 71px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sec08-only-sp {
    display: block !important;
  }
  .sec08-only-pc {
    display: none;
  }
  .sec08 .content-width {
    padding: 0px 20px;
  }
  .sec08-ttl {
    font-size: 24px;
    line-height: 40px;
  }
  .sec08-ttl span {
    font-size: 18px;
  }
  .sec08-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec08-content-option {
    padding: 30px 16px;
    width: 100%;
    margin-top: 10px;
  }
  .sec08-content-ttl-option img {
    margin-left: 0% !important;
  }
  .sec08-content-read {
    text-align: left;
  }
  .sec08-content01::after {
    display: none;
  }
  .sec08-content02::after {
    display: none;
  }
  .sec08-content03::after {
    display: none;
  }
  .sec08-content04::after {
    display: none;
  }
  .sec08-content05::after {
    display: none;
  }
  .sec08-content06::after {
    display: none;
  }
  .sec08-content07::after {
    display: none;
  }
  .sec08-content08::after {
    display: none;
  }
  .sec08-content01 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content02 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content03 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content04 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content05 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content06 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content07 {
    padding: 30px 16px;
    width: 100%;
  }
  .sec08-content08 {
    padding: 30px 16px;
    width: 100%;
  }
}

/* Section9 */
.sec09 {
  margin-bottom: 76px;
}

.sec09-ttl {
  font-size: 36px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
  color: #203467;
  margin-bottom: 56px;
}
.sec09 .c-acd-check {
  display: none;
}

.sec09 .c-acd-label {
  background: #f2f7fe;
  height: 72px;
  line-height: 72px;
  padding-left: 80px;
  display: block;
  position: relative;
}

.sec09 .c-acd-label:before,
.sec09 .c-acd-label:after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 32px;
  margin: auto;
  height: 2px;
  width: 14px;
  background-color: #2277ea;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sec09 .c-acd-label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sec09 .c-acd-content {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 7px 80px 0;
  -webkit-transition: 0.6s;
  transition: max-height 0.6s, 0.6s;
  visibility: hidden;
}

.sec09 .c-acd-img {
  position: relative;
}

.sec09 .c-acd-img::after {
  content: "";
  background-image: url("../../../img/recruit-production/sec09-01.png");
  position: absolute;
  top: 17px;
  left: 35px;
  width: 16px;
  height: 34px;
}

.sec09 .c-acd-check:checked + .c-acd-label::before {
  opacity: 0;
}

.sec09 .c-acd-check:checked + .c-acd-label::after {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sec09 .c-acd-check:checked + .c-acd-label + .c-acd-content {
  max-height: 60vh;
  height: 100%;
  opacity: 1;
  padding: 27px 80px 0;
  visibility: visible;
  margin-bottom: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 300;
}

.sec09 .c-acd-check:checked + .c-acd-label + .c-acd-content::after {
  position: absolute;
  content: "";
  top: 21px;
  left: 32px;
  background-image: url("../../../img/recruit-production/sec09-02.png");
  width: 24px;
  height: 53px;
}
.sec09-ttl span {
  font-size: 24px;
  font-weight: 700;
}

.sec09-content-wrap {
  margin-top: 80px;
  background-image: url("../../../img/recruit-production/sec09-06.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 106% 105%;
}

.sec09-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.sec09-content-left {
  margin-top: 113px;
  position: relative;
}

.sec09-content-left::before {
  position: absolute;
  content: "";
  top: -90px;
  right: 170px;
  background-image: url("../../../img/recruit-production/sec09-04.png");
  width: 100px;
  height: 85px;
}

.sec09-content-img {
  margin-left: -70px;
}

.sec09-content-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.1em;
}

.sec09-content-right {
  width: 480px;
  padding: 200px 0 95px;
}

.sec09-content-right p {
  margin-bottom: 18px;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(33, 119, 234, 1);
}

.sec09-content-right p:nth-child(4) {
  margin-bottom: 33px;
}

.sec09-content-right p:last-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec09-content-ttl {
    font-size: 24px;
    margin-left: 80px;
    line-height: 50px;
  }
  .sec09-content-right {
    padding-right: 50px;
  }
  .sec09-content-right p {
    font-size: 16px;
    line-height: 28px;
  }
  .sec09-content-right p:last-child {
    text-align: center;
  }
  .sec09-content-left {
    margin-top: 50px;
  }
}
@media (max-width: 1380px) {
  .sec09 .c-acd-label {
    height: auto;
    line-height: 24px;
    padding: 20px 0 20px 65px;
  }
  .sec09 .c-acd-label p {
    width: 80%;
  }
  .sec09-ttl {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sec09-ttl span {
    font-size: 18px;
  }
  .sec09-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec09-content-ttl {
    text-align: center;
    margin: 0px;
    font-size: 24px;
  }
  .sec09-content-right {
    width: 90%;
    margin: 50px auto;
    padding: 0px;
  }
  .sec09 .c-acd-img::after {
    top: 22px;
  }
  .sec09-content-wrap {
    background-size: 1100px 113%;
  }

  .sec09-content-left::before {
    left: 70px;
    width: 90px;
  }
  .sec09-content-right p br {
    display: none;
  }
  .sec09-content-img {
    width: 65%;
  }
  .sec09 .c-acd-check:checked + .c-acd-label + .c-acd-content {
    height: auto;
    padding: 27px 0px 0px 48px;
  }
  .sec09 .c-acd-check:checked + .c-acd-label + .c-acd-content::after{
    left: 6px;
  }
}

.flow-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.526;
}
.flow-list {
  width: 100%;
  max-width: 960px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flow-list-container {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.flow-list::after {
  content: "";
  position: absolute;
  top: 101px;
  left: 50%;
  width: 1px;
  height: 790px;
  background-color: #ebebeb;
  z-index: -2;
}
.flow-item {
  width: calc(42% - 84px);
  background-color: #ffffff;
  box-shadow: 0px 12px 20px rgba(0, 15, 100, 0.07);
  padding: 40px;
  position: relative;
}
.flow-item::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.flow-item:nth-child(odd) {
  float: left;
}
.flow-item:nth-child(even) {
  float: right;
  margin-left: 80px;
}
.flow-item:nth-child(n + 3) {
  margin-top: 24px;
}
.flow-item:nth-child(1)::before {
  top: 101px;
  right: -112px;
  background-image: url(../../../img/recruit-production/flow01.svg);
}
.flow-item:nth-child(2) {
  margin-top: 50px;
}
.flow-item:nth-child(2)::before {
  top: 140px;
  left: -112px;
  background-image: url(../../../img/recruit-production/flow02.svg);
}
.flow-item:nth-child(3)::before {
  top: 59px;
  right: -112px;
  background-image: url(../../../img/recruit-production/flow03.svg);
}
.flow-item:nth-child(4)::before {
  top: 103px;
  left: -112px;
  background-image: url(../../../img/recruit-production/flow04.svg);
}
.flow-item:nth-child(5)::before {
  top: 45px;
  right: -112px;
  background-image: url(../../../img/recruit-production/flow05.svg);
}
.flow-item:nth-child(6)::before {
  top: 86px;
  left: -112px;
  background-image: url(../../../img/recruit-production/flow06.svg);
}
.flow-item:nth-child(7)::before {
  top: 24px;
  right: -112px;
  background-image: url(../../../img/recruit-production/flow07.svg);
}
.flow-item:nth-child(8)::before {
  top: 47px;
  left: -112px;
  background-image: url(../../../img/recruit-production/flow08.svg);
  width: 135px;
  height: 70px;
}
.flow-item:nth-child(8)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 75px;
  left: -80px;
  z-index: -1;
}
.flow-item-text {
  margin-top: 10px;
}
.flow-item-bottom {
  width: 100%;
  max-width: calc(100% - 80px);
  text-align: center;
}
.flow-item-bottom::before {
  content: none;
}
.flow-item-bottom .flow-item-header {
  justify-content: center;
}
.flow-item-bottom .flow-item-header-title {
  margin-top: -7px;
}
.flow-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flow-item-header-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  margin-top: -5px;
  margin-left: 15px;
  color: #000000;
}
.flow-item-header-image {
  margin-left: 0;
  margin-right: 0;
  width: 30px;
}
.flow-item-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 4px;
  color: #363636;
}
.flow-item-text-link {
  color: #363636;
}
.flow-item a {
  text-decoration: underline;
}
.flow-item-header .flow-item-header-image {
  width: auto;
}
@media (max-width: 1380px) {
  .flow {
    margin: 48px 0;
  }
  .flow-title {
    font-size: 30px;
    line-height: 1;
  }
  .flow-list {
    max-width: 100%;
    margin-top: 0;
  }
  .flow-list-container {
    margin-top: 22px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 80px;
  }
  .flow-list::after {
    content: none;
  }
  .flow-item {
    width: 100%;
    padding: 20px;
  }
  .flow-item::before {
    content: none;
  }
  .flow-item::after {
    content: none;
  }
  .flow-item:nth-child(odd) {
    float: none;
  }
  .flow-item:nth-child(even) {
    float: none;
  }
  .flow-item:nth-child(2),
  .flow-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .flow-item:nth-child(6) .flow-item-header-image {
    margin-top: 7px;
  }
  .flow-item + .flow-item {
    margin-top: 16px;
  }
  .flow-item-header-title {
    margin-top: 0;
  }
  .flow-item-bottom {
    max-width: 100%;
  }

  .flow-item-bottom::before {
    content: none;
  }
  .flow-item-bottom::after {
    content: none;
  }
  .flow-item-bottom .flow-item-header {
    display: block;
  }
  .flow-item-bottom .flow-item-header-title {
    margin-top: 5px;
    margin-left: 0;
  }
  .flow-item-bottom .flow-item-text {
    text-align: left;
  }
  .flow-item:nth-child(even) {
    margin-left: 0px;
  }
}

/* ミーティングカレンダー */
#recruit-production .nl-leftContainer {
  width: calc(100% - 295px);
}
#recruit-production .nl-rightContainer {
  width: 295px;
  transition: 0.3s all;
  position: relative;
}
#recruit-production .nl-sidebar {
  width: 295px;
  transform: translateX(410px);
}
#recruit-production .nl-sidebar.bg-active {
  transform: translateX(0);
  transition: all .4s cubic-bezier(0.35, 0.32, 0.43, 1);
}
#recruit-production .nl-sidebar .p-fix-cta  {
  padding: 0 15px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
#recruit-production .p-fix-cta.is-show {
  bottom: auto;
}

.footer-lp {
  z-index: 70;
}
@media screen and (max-width: 1047px){
  #recruit-production .nl-leftContainer {
    width: 100%;
  }
  #recruit-production .nl-rightContainer {
    display: none;
  }
}
