@charset "utf-8";

/**************************************************/
/*** top
**************************************************/

/*** TOP共通 ***/
.top_h2_eng {
  display: block;
  font-family: 'font-Helvetica', sans-serif;
  font-size: 28px;
  line-height: 1.5;
  color: #ff9797;
  margin-bottom: 8px;
}
.top_h2_title {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 52px;
  line-height: 1.4;
}
.top_button {
  max-width: 360px;
  width: 100%;
  height: 80px;
}
.top_button a {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  border-radius: 40px;
  background: var(--blue) url(../image/top/top_button_arrow.png) no-repeat right 30px top 50%;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: opacity .3s ease;
}
.top_button a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767.9px) {
  .top_h2_eng {
    font-size: 24px;
    margin-bottom: 0;
  }
  .top_h2_title {
    font-size: 38px;
  }
  .top_title {
    font-size: 24px;
  }
  .top_title span:before {
    width: 8px;
    height: 8px;
    margin-bottom: 6px;
  }
  .top_lead {
    font-size: 14px;
  }
  .top_button {
    height: 65px;
  }
  .top_button a {
    font-size: 24px;
    background-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .top_button a {
    background-position: right 15px top 50%;
  }
}

/*********************/

/*** メインビジュアル ***/
.mv_image {
  position: relative;
  width: 100%;
  margin-top: min(-80px,-5.71vw);
}
.mv_image > img {
  width: 100%;
}
.mv_campaign {
  position: absolute;
  bottom: 15px; left: 5.71vw;
  max-width: 1600px;
  width: 480px;
  width: 34.285vw;
}
.mv_button {
  position: absolute;
  bottom: 13.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 1080px;
  width: 324px;
  width: 67.5%;
  border-radius: 80px;
  transition: box-shadow .3s ease;
}
.mv_button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

@media screen and (max-width: 767.9px) {
  .mv_campaign {
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }
  .mv_button {
    bottom: 3%;
    width: 60%;
  }
}

/**********************************
***  REWARD
***  業界トップの
***  報酬システム!!
**********************************/
.top_reward {
  padding: 100px 0;
}
.top_reward_wrap {
  position: relative;
  border-radius: 0 100px 100px 0;
  background-color: var(--white);
  width: calc(100% - 240px);
  padding: 90px 280px 100px 0;
}
.top_reward_wrap::after {
  content: '';
  position: absolute;
  top: 0; right: 50%;
  background-color: var(--white);
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.top_reward_image {
  position: absolute;
  top: 18%;
  right: -240px;
  z-index: 1
}
.top_reward_image-circle {
  position: absolute;
  top: -65px;
  right: -120px;
  z-index: -1;
}
.top_reward p + p {
  margin-top: 27px;
}

@media screen and (max-width: 1080px) {
  .top_reward_wrap {
    padding-right: 110px;
  }
  .top_reward_image {
    top: 15%;
    right: -270px;
    width: 350px;
  }
  .top_reward p br {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .top_reward {
    padding: 60px 0 100px;
  }
  .top_reward_wrap {
    border-radius: 70px;
    width: 100%;
    padding: 60px 25px;
  }
  .top_reward_wrap::after {
    content: none;
  }
  .top_reward_image {
    position: static;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 25px;
  }
}

/***** REWARD WORK 共通 *****/
.top_reward .top_h2,
.top_work .top_h2 {
  margin-bottom: 56px;
}
.top_reward p,
.top_work p  {
  font-size: 24px;
  font-weight: 500;
}
.top_reward .top_button,
.top_work .top_button  {
  margin-top: 72px;
}

@media screen and (max-width: 1080px) {
  .top_reward .top_h2,
  .top_work .top_h2 {
    margin-bottom: 50px;
  }
  .top_reward .top_h2_title,
  .top_work .top_h2_title {
    font-size: 36px;
  }
  .top_reward p, .top_work p {
    font-size: 20px;
  }
  .top_reward .top_button,
  .top_work .top_button  {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_reward .top_h2,
  .top_work .top_h2 {
    margin-bottom: 40px;
  }
  .top_reward .top_h2_title,
  .top_work .top_h2_title {
    font-size: 38px;
  }
  .top_reward .top_button,
  .top_work .top_button  {
    margin: 40px auto 0;
  }
}
/***************************/

/**********************************
***  WORK
***  テレフォンレディの
***  お仕事とは?
**********************************/
.top_work_wrap {
  position: relative;
  border-radius: 100px 0 0 100px ;
  background-color: #f7fcff;
  width: calc(100% - 240px);
  padding: 90px 0 80px 280px;
  margin-left: auto;
}
.top_work_image {
  position: absolute;
  bottom: -142px;
  left: -480px;
  z-index: 0;
}
.top_work_image-rabbit {
  position: absolute;
  top: -272px;
  right: 0;
  z-index: 1;
}
.top_work_image-circle {
  position: absolute;
  top: -20px;
  left: -360px;
  z-index: -1;
}
.top_work_wrap::after {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  background-color: #f7fcff;
  width: 50vw;
  height: 120%;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .top_work_wrap {
    padding-left: 110px;
  }
  .top_work_image {
    bottom: -90px;
    left: -400px;
    width: 480px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_work {
    padding-bottom: 40px;
  }
  .top_work_wrap {
    border-radius: 70px;
    width: 100%;
    padding: 60px 25px;
  }
  .top_work_wrap::after {
    content: none;
  }
  .top_work_image {
    position: static;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .top_work_image-rabbit {
    top: -130px;
    width: 115px;
  }
  .top_work_image-circle {
    top: -80px;
    left: -180px;
    width: 450px;
  }
}

/**********************************
***  COURSE
***  お仕事は「通勤」と「在宅」が選べます
**********************************/
.top_course {
  position: relative;
  border-radius: 100px 100px 0 0;
  background-color: var(--white);
  padding: 90px 0 80px;
}
/* .top_course::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left:0; right: 0;
  background-color: var(--white);
  border-radius: 100px 100px 0 0;
  z-index: -1;
} */
.top_course_lead {
  font-size: 24px;
  font-weight: 500;
}
.top_course .top_h2 {
  margin-bottom: 42px;
}
.top_course .top_h2_title {
  font-size: 40px;
}
.top_course_box {
  display: flex;
  gap: 0 80px;
  margin-top: 70px;
}
.top_course_box_attendance,
.top_course_box_home {
  flex-basis: 50%;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 20px 60px 40px;
}
.top_course_box_merit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.top_course_box-blue,
.top_course_box-red {
    font-size: 60px;
}
.top_course_box-blue {
  color: var(--blue);
}
.top_course_box-red {
  color: var(--red);
}
.top_course_box_list {
  font-size: 24px;
  font-weight: 500;
  margin: 3px 0 30px 15px;
}
.top_course_box_home .top_button a {
  background-color: var(--red);
}

@media screen and (max-width: 1080px) {
  .top_course_box {
    gap: 0 40px;
  }
  .top_course_box_attendance,
  .top_course_box_home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_course_box_merit {
    font-size: 30px;
  }
  .top_course_box-blue,
  .top_course_box-red {
    font-size: 52px;
  }
  .top_course_box_list {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 767.9px) {
  .top_course {
    border-radius: 70px 70px 0 0;
    padding: 60px 0 40px;
  }
  .top_course .top_h2_title {
    font-size: 35px;
  }
  .top_course_lead {
    font-size: 20px;
  }
  .top_course .top_h2 {
    margin-bottom: 40px;
  }
  .top_course_box {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    margin-top: 40px
  }
  .top_course_box_attendance,
  .top_course_box_home {
    max-width: 400px;
    width: 100%;
    padding: 30px;
  }
  .top_course_box_merit {
    font-size: 28px;
  }
  .top_course_box-blue,
  .top_course_box-red {
    font-size: 40px;
  }
  .top_course_box_list {
    font-size: 20px;
    margin: 15px 0 30px;
  }
}

/**********************************
***  FAQ
***  よくある質問
**********************************/
.top_faq {
  position: relative;
  padding: 90px 0 0;
  z-index: 0;
}
.top_faq_shape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  width: 100%;
  height: 19vw;
  z-index: -2;
  overflow: hidden;
}
.top_faq_shape::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--blue2);
  border-radius: 100%;
  width: 100%;
  height: 50vw;
  z-index: -1;
}
.top_faq .top_h2 {
  text-align: center;
}
.top_faq_box {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin: 66px 0 80px;
}
.top_faq_list {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.top_faq_list_wrap {
  position: relative;
  z-index: 0;
}
.top_faq_list_wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background-color: rgba(255,255,255,0.8);
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: -1;
}
.top_faq_list_title {
  position: relative;
  font-size: 18px;
  border-radius: 40px;
  background-color: var(--white);
  padding: 25px 75px 25px 80px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1;
}
.top_faq_list_title::before {
  content: 'Q.';
  position: absolute;
  top: 9px; left: 31px;
  display: block;
  font-family: 'font-Helvetica';
  font-size: 40px;
  font-weight: bold;
  color: var(--red2);
}
.top_faq_list_button {
  position: absolute;
  top: 20px; right: 30px;
  display: block;
  border-radius: 100%;
  background-color: var(--blue);
  width: 40px;
  height: 40px;
}
.top_faq_list_button::before,
.top_faq_list_button::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background-color: var(--white);
  width: 20px;
  height: 4px;
  margin: auto;
}
.top_faq_list_button::after {
  transform: rotate(90deg);
}
.top_faq_list_content {
  display: none;
  padding: 18px 55px 40px 80px;
}
.top_faq_list_content::before {
  content: 'A.';
  display: inline-block;
  font-family: 'font-Helvetica';
  font-size: 40px;
  font-weight: bold;
  line-height: 0.5;
  color: var(--red2);
  margin: 0 10px 0 -50px;
  position: relative;
  top: 7px;
}
.top_faq .top_button {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .top_faq {
    padding: 60px 0 0;
  }
  .top_faq_box {
    gap: 0 20px;
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_faq_box {
    flex-direction: column;
    gap: 25px 0;
  }
  .top_faq_list {
    flex-basis: 100%;
    gap: 25px 0;
  }
}

/**********************************
***  REASON
***  ボイスアクトレスが選ばれる理由
**********************************/
.top_reason {
  position: relative;
  padding: 120px 0 80px;
}
.top_reason_image-circle01 {
  position: absolute;
  top: 0;
  right: -215px;
  z-index: -1;
}
.top_reason_image-circle02 {
  position: absolute;
  bottom: -175px;
  left: -100px;
  z-index: -1;
}
.top_reason_block {
  background-color: var(--white);
  border: 20px solid var(--red2);
  border-radius: 100px;
  padding: 50px 110px 80px;
}
.top_reason .top_h2 {
  text-align: center;
}
.top_reason_text {
  font-size: 20px;
  line-height: 1.8;
  margin: 38px 0 52px;
}
.top_reason_text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
}
.top_reason .top_button {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .top_reason_block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_reason {
    padding: 60px 0;
  }
  .top_reason_image-circle01 {
    top: 20px;
    right: -150px;
    width: 450px;
  }
  .top_reason_image-circle02 {
    bottom: -50px;
    left: -50px;
    width: 300px;
  }
  .top_reason_block {
    border-width: 8px;
    border-radius: 70px;
    padding: 30px 20px 40px;
  }
  .top_reason_text {
    font-size: 18px;
    margin: 30px 0 40px;
  }
  .top_reason_text span {
    font-size: 20px;
  }
}

/**********************************
***  BLOG
***  スタッフブログ
**********************************/
.top_blog {
  border-radius: 100px 100px 0 0;
  background-color: var(--white);
  padding: 90px 0 80px;
}
.top_blog .top_h2 {
  text-align: center;
}
.top_blog_slider {
  padding: 0 40px;
  margin: 56px auto 70px;
  max-width: 1400px;
}
.top_blog_slider li {
  margin: 0 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.top_blog_slider li,
.top_blog_slider_block {
  border-radius: 40px;
}
.top_blog_slider_block {
  border: 4px solid var(--blue);
  height: 100%;
  overflow: hidden;
}
.top_blog_slider_block a {
  display: block;
  height: 100%;
}
.top_blog_slider_wrap {
  border-radius: 0 0 40px 40px;
  background-color: #f7fcff;
  padding: 10px 17px 12px;
}
.top_blog_slider_date {
  font-size: 14px;
  margin-bottom: 3px;
}
.top_blog_slider_title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .3s ease;
}
.top_blog_slider_block a:hover .top_blog_slider_title {
  color: var(--blue);
}
.top_blog .top_button {
  margin: 0 auto;
}

/*** slick slider ***/
.top_blog .slick-track {
  display: flex;
}
.top_blog .slick-slide {
  height: auto !important;
}
.top_blog .slick-list {
  padding: 10px 0;
}
.top_blog .slick-prev,
.top_blog .slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}
.top_blog .slick-prev {
  left: 40px;
}
.top_blog .slick-next {
  right: 40px;
}
.top_blog .slick-prev::before,
.top_blog .slick-next::before {
  opacity: 1;
  transition: opacity .3s ease;
}
.top_blog .slick-prev::before {
  content: '';
  display: block;
  background: url(../image/top/slick_arrow_left.svg);
  width: 81px;
  height: 81px;
}
.top_blog .slick-next::before {
  content: '';
  display: block;
  background: url(../image/top/slick_arrow_right.svg) no-repeat;
  width: 81px;
  height: 81px;
}
.top_blog .slick-prev:hover::before,
.top_blog .slick-next:hover::before {
  opacity: 0.8;
}
/*** slick slider ***/

@media screen and (max-width: 1080px) {
  .top_blog .slick-prev {
    left: 10px;
  }
  .top_blog .slick-next {
    right: 10px;
  }
  .top_blog .slick-prev::before,
  .top_blog .slick-next::before {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_blog {
    border-radius: 70px 70px 0 0;
    padding: 40px 0;
  }
  .top_blog_slider {
    padding: 0 20px;
    margin: 30px auto 40px;
  }
}
