@charset "UTF-8";
/*
  /asset/css/object/module/m-form-col2.css
  フォーム用CSS
*/

.m-form-col2 {
  padding: 70px 0;
  @media screen and (max-width: 840px) {
    padding: 0;
  }
}
.m-form-col2__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 840px) {
    display: block;
    padding: 0;
  }
}

/* 
左カラムコンテンツ 
*/
.m-form-col2-content {
  width: 45%;
  box-sizing: border-box;
  @media screen and (max-width: 840px) {
    width: 100%;
  }
  .slick-slider {
    &::before {
      position: absolute;
      bottom: -25px;
      left: -60px;
      z-index: 10;
      content: "";
      background-image: url(/asset/image/common/talent/talent-natsuko-smile-finger.webp);
      background-size: 100%;
      width: 142px;
      height: 174px;
      @media screen and (max-width: 840px) {
        display: none;
      }
    }
  }
  .slick-prev {
    bottom: -78px;
    left: 60px;
    &::after {
      left: 10px;
    }
    @media screen and (max-width: 840px) {
      bottom: -56px;
      left: 50px;
    }
  }
  .slick-next {
    bottom: -78px;
    right: 60px;
    &::after {
      right: 10px;
    }
    @media screen and (max-width: 840px) {
      bottom: -56px;
      right: 50px;
    }
  }
  .slick-pause {
    bottom: -12px;
    @media screen and (max-width: 840px) {
      bottom: 8px;
    }
  }
  .slick-dots {
    bottom: -60px;
    @media screen and (max-width: 840px) {
      bottom: -40px;
    }
  }
}
.m-form-col2-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: var(--rsaikenkanri-primary);
  @media screen and (max-width: 840px) {
    background-color: var(--rsaikenkanri-bg-sub-03);
    font-size: 20px;
    padding: 10px 20px;
  }
}
.m-form-col2-block {
  @media screen and (max-width: 840px) {
    padding: 0 20px;
  }
}
.m-form-col2-lead {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0 0 0;
  text-align: center;
  @media screen and (max-width: 840px) {
    font-size: 13px;
    margin: 20px 0 0 0;
  }
}
.m-form-col2-box {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background: var(--gray-bg-02);
  text-align: center;
  margin: 30px auto 0;
  max-width: 450px;
  @media screen and (max-width: 840px) {
    padding: 16px 20px 20px;
  }
}
.m-form-col2-box-title {
  position: relative;
  border-radius: 10px;
  color: var(--rsaikenkanri-primary);
  text-align: center;
  font-size: 20px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: bold;
  @media screen and (max-width: 840px) {
    font-size: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--rsaikenkanri-primary);
    color: var(--white);
    border-radius: 1000px;
    padding: 4px 10px 3px;
    width: 100%;
    line-height: 1.2;
    max-width: 90%;
  }
}
.m-form-col2-box-list {
  margin: 15px 0 0 0;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  @media screen and (max-width: 840px) {
    margin: 12px 0 0 0;
  }
}
.m-form-col2-box-item {
  position: relative;
  width: 100%;
  padding: 0 0 0 22px;
  font-size: 17px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
  }
  &::before {
    content: "";
    width: 12px;
    height: 8px;
    border-radius: 0;
    background: none;
    border-top: solid 2px var(--rsaikenkanri-primary);
    border-right: solid 2px var(--rsaikenkanri-primary);
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(135deg);
  }
  &:nth-child(n + 2) {
    margin: 11px 0 0 0;
    @media screen and (max-width: 840px) {
      margin: 8px 0 0 0;
    }
  }
}
.m-form-col2-text-area {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px 0 0 0;
  @media screen and (max-width: 840px) {
    margin: 25px 0 0 0;
  }
}
.m-form-col2-slide__image-wrap {
  flex-shrink: 0;
  width: 120px;
  @media screen and (max-width: 840px) {
    width: auto;
  }
}
.m-form-col2-slide__image {
  @media screen and (max-width: 840px) {
    display: none;
  }
}
.m-form-col2-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 0 25px;
  @media screen and (max-width: 840px) {
    margin: 0;
    font-size: 14px;
  }
}
.m-form-col2-slide-wrap {
  position: relative;
  width: 275px;
  margin: 50px auto 15px;
  @media screen and (max-width: 840px) {
    width: 230px;
    margin: 30px auto 0px;
  }
}

/* 
右カラムフォーム
*/
.m-form-col2-form {
  padding: 35px 25px 30px;
  background: var(--rsaikenkanri-bg-sub-03);
  border-radius: 10px;
  box-sizing: border-box;
  width: 50%;
  @media screen and (max-width: 840px) {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 30px 20px 50px;
    border-radius: 0;
    width: auto;
  }
}
.m-form-col2-form__title {
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  color: var(--rsaikenkanri-primary);
  font-weight: bold;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 840px) {
    margin: 0 auto;
    font-size: 16px;
  }
}
