@charset "UTF-8";


/**************************************************/
/***  下層MV
/**************************************************/
.sub_mv {
  position: relative;
  background: url(../image/common/sub_mv.png) no-repeat left 60% top/cover;
  z-index: 0;
}
.sub_mv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right,#fff 45%,rgba(255,255,255,0.5) 90%, transparent 100%);
  z-index: -1;
}
.sub_block {
  padding-top: max(72px,5.14vw);
  padding-bottom: max(100px,7.14vw);
}
.sub_title_eng {
  display: block;
  font-family: 'font-Helvetica', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--red2);
}
.sub_title_jpn {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  line-height: 1.8;
  color: var(--black);
  text-shadow: 1px 1px 5px rgba(255,255,255,0.9);
}

@media screen and (max-width: 767.9px) {
  .sub_block {
    padding-top: 52px;
    padding-bottom: 70px;
  }
  .sub_title_eng {
    font-size: 20px;
  }
  .sub_title_jpn {
    font-size: 32px;
  }
}


/**************************************************/
/*** パンくず
**************************************************/
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb_list {
  display: flex;
}
.breadcrumb_list li {
  font-size: 14px;
}
.breadcrumb_list li + li::before {
  content: '＞';
  display: inline-block;
  margin-left: 3px;
}


@media screen and (max-width: 767.9px) {
  .breadcrumb_list li {
    font-size: 13px;
  }
}
/**************************************************/
/***  共通
/**************************************************/
.cmn__title {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  line-height: 1.25;
}
.cmn__text {
  font-size: 20px;
  line-height: 1.8;
}
.cmn__strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
}
.cmn__border {
  background-color: var(--white);
  border-radius: 100px 100px 0 0;
  width: 100%;
  height: 160px;
}

@media screen and (max-width: 767.9px) {
  .cmn__title {
    font-size: 35px;
  }
  .cmn__text  {
    font-size: 18px;
  }
  .cmn__strong {
    font-size: 22px;
  }
  .cmn__border {
    border-radius: 60px 60px 0 0;
    height: 100px;
  }
}

/**************************************************/
/***  お仕事について
/**************************************************/
.work_mv {
  background: url(../image/work/work_mv.png) no-repeat left 75% top/cover;
}
.work__box {
  display: flex;
  gap: 0 80px;
  margin: 42px 0 68px;
}
.work__box__textarea {
  flex-basis: 50%;
}
.work__box__image {
  flex-basis: 50%;
  text-align: center;
  max-width: 480px;
  margin-top: 12px;
}
.work__box__image span {
  display: block;
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}
.work__merit__title {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.work__merit__list {
  display: flex;
  gap: 0 10px;
}
.work__merit__list li {
  flex-basis: 33.33%;
  border: 2px solid var(--blue);
  border-radius: 40px;
  overflow: hidden;
}
/**/
.work_home .work__merit__list li {
  border-color: var(--red);
}
/**/
.work__merit__list span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: var(--white);
  padding: 10px 10px;
}

.work_telephone {
  padding: 60px 0 80px;
}
.work_telephone_block {
  position: relative;
  background-color: var(--white);
  border: 8px solid var(--red);
  border-radius: 40px;
  padding: 48px 172px 42px;
}
.work_telephone_title {
  margin-bottom: 25px;
}
.work_telephone_image {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.work_attendance {
  background-color: var(--white);
  border-radius: 100px 100px 0 0;
  padding: 75px 0 80px;
}
.work_attendance_list {
  display: flex;
  gap: 0 80px;
  margin: 75px 0 51px;
}
.work_attendance_list li {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
.work_attendance_list_center {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  background-color: var(--blue);
  width: 100%;
  padding: 18px 10px 8px;
  margin-bottom: 23px;
}
.work_attendance_list_main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.work_attendance_list dl {
  padding: 18px 15px 40px;
}
.work_attendance_list dl > div {
  display: flex;
  margin-bottom: 18px;
}
.work_attendance_list dl dt,
.work_attendance_list dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0;
}
.work_attendance_list dl dt {
  width: 145px;
}
.work_attendance_list dl dd {
  width: auto;
  display: flex;
  align-items: center;
}
.work_attendance_list dl dt span {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
/**/
.work_attendance .cmn__text {
  font-size: 18px;
  line-height: 1.75;
}
.work_attendance .cmn__text  + .cmn__text {
  margin-top: 30px;
}
.work_attendance .cmn__strong {
  font-size: 22px;
  line-height: 1.85;
}
.work_home .cmn__text {
  line-height: 1.7;
}
.work_home .cmn__strong {
  line-height: 1.85;
}
/**/
/**/
.work_attendance_list li:nth-child(2) .work_attendance_list_center {
  margin-bottom: 32px;
}
.work_attendance_list li:nth-child(2) dl {
  padding-top: 30px;
}
.work_attendance_list li:nth-child(2) dl dt {
  width: 120px;
}
/**/
.work_home {
  position: relative;
  background-color: var(--white);
  padding: 75px 0 80px;
  z-index: 0;
}
.work_home::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  border-radius: 100px 100px 0 0;
  background-color: rgba(255,151,151,0.1);
  z-index: -1;
}


@media screen and (max-width: 1080px) {
  .work_telephone_block {
    padding-left: 50px;
    padding-right: 50px;
  }
  .work_telephone_image {
    position: absolute;
    bottom: -25px;
    right: -5px;
  }
  .work__box {
    gap: 0 40px;
  }
  .work_attendance_list {
    gap: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .work__text > span {
    font-size: 20px;
  }
  .work_attendance_list dl dt,
  .work_attendance_list dl dd {
    font-size: 20px;
  }
  .work_attendance_list dl dt {
    width: 130px;
  }
  .work_attendance_list dl dt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .work__merit__list {
    flex-direction: column;
    gap: 15px 0;
    max-width: 480px;
    margin: 0 auto;
  }
  .work__merit__list li {
    border-radius: 30px;
  }
  .work__merit__list span {
    font-size: 22px;
  }
  .work__merit__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .work__box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px 0;
    margin: 30px 0 40px;
  }
  .work__box__image {
    margin: 0;
  }
  .work_home .work__box__image {
    max-width: 200px;
  }
  .work__box__image span {
    font-size: 18px;
    margin-top: 5px;
  }

  .work_telephone {
    padding: 40px 0 60px;
  }
  .work_telephone_block {
    border-width: 4px;
    border-radius: 30px;
    padding: 30px 25px 40px;
  }
  .work_telephone_image {
    width: 75px;
  }
  .work_attendance {
    border-radius: 70px 70px 0 0;
    padding: 40px 0;
  }
  .work_attendance_list {
    flex-direction: column;
    gap: 40px 0;
    margin: 40px 0;
  }
  .work_attendance_list li {
    border-radius: 30p
  }
  .work_attendance_list li:nth-child(n) .work_attendance_list_center {
    font-size: 32px;
    padding: 10px 10px 5px;
    margin-bottom: 25px;
  }
  .work_attendance_list_main {
    font-size: 28px;
  }
  .work_attendance_list li:nth-child(n) dl {
    padding: 15px 15px 25px;
  }
  .work_attendance .cmn__text  + .cmn__text {
    margin-top: 20px;
  }
  .work_home {
    padding: 40px 0;
  }
  .work_home::after {
    border-radius: 70px 70px 0 0;
  }
}

/**************************************************/
/***  報酬について
/**************************************************/
.reward_mv {
  background: url(../image/reward/reward_mv.png) no-repeat left 55% top/cover;
}
.reward_top {
  padding: 80px 0 0;
  overflow: hidden;
}
.reward_top_wrap {
  position: relative;
  min-height: 480px;
  padding: 75px 0 66px;
}
.reward_top_wrap:nth-child(n+2) {
  margin-top: 80px;
}
.reward_top_wrap::before {
  position: absolute;
  top: 0;
  background-color: var(--white);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.reward_top_wrap:nth-child(odd)::before {
  content: '';
  right: 0;
  border-radius: 0 100px 100px 0;
}
.reward_top_wrap:nth-child(even)::before {
  content: '';
  left: 0;
  border-radius: 100px 0 0 100px;
}
.reward_top_box {
  display: flex;
  gap: 0 120px;
}
.reward_top_textarea {
  flex-basis: 50%;
}
.reward_top_textarea .cmn__title {
  margin-bottom: 22px;
}
.reward_top_strong {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.0;
  vertical-align: middle;
}
.reward_top_image {
  flex-basis: 50%;
  max-width: 400px;
  margin-top: 5px;
}

.reward_example {
  padding: 75px 0 80px;
}
.reward_example_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
  margin-top: 32px;
}
.reward_example_list > li {
  position: relative;
  /* display: flex;
  gap: 0 40px; */
  background-color: var(--white);
  border-radius: 40px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.25); */
  padding: 80px 80px 65px;
}
.reward_example_list > li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 40px;
  background-color: #f76b68;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reward_example_above {
  position: relative;
  display: flex;
  gap: 0 20px;
  margin-bottom: 42px;
}
.reward_example_above::after {
  content: '';
  position: absolute;
  bottom:  -23px;
  left: 0;
  background-color: #f76b68;
  width: 100%;
  height: 1px;
}
.reward_example_image {
  max-width: 220px;
  position: relative;
  z-index: 1;
}
.reward_example_above_right {
  flex-grow: 1;
}
/* .reward_example_textarea {
  flex-grow: 1;
} */
.reward_example_list_personal-data {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.reward_example_list_personal-data::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #f76b68;
  width: calc(100% + 60px);
  height: 1px;
}
.reward_example_list_personal-data li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.reward_example_list_personal-data li:first-child {
  font-size: 28px;
  min-width: 180px;
}
.reward_example_list_personal-data li:nth-child(3) {
  margin: 0px 20px 0 auto;
}
.reward_example_list_working {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin: 52px 0 0 20px;
}
.reward_example_list_salary {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 68px;
  font-weight: bold;
  line-height: 1.5;
}
.reward_example_list_month {
  display: inline-block;
  font-size: 28px;
  color: var(--white);
  background-color: var(--red);
  border-radius: 25px;
  padding: 4px 16px;
  margin: 0px 40px 0px 20px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.reward_example_list_text {
  font-size: 20px;
  line-height: 1.8;
}
/* .reward_example_list_over {
  font-size: 32px;
  margin-left: 12px;
}
.reward_example_simulation {
  text-align: center;
  background-color: var(--white);
  border-radius: 100px;
  margin-top: 80px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
.reward_example_simulation .cmn__title {
  display: block;
  background-color: var(--blue);
  padding: 22px 10px;
}
.reward_example_simulation_wrap {
  padding: 32px 20px 72px;
}
.reward_example_simulation_text01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.reward_example_simulation_text02 {
  font-size: 28px;
  line-height: 1.85;
  margin: 40px 0 25px;
}
.reward_example_simulation_text03 {
  font-size: 32px;
  line-height: 1.5;
} */
/** input **/
/* .reward_example_simulation_hour,
.reward_example_simulation_days,
.reward_example_simulation_reward {
  text-align: center;
  border: 1px solid var(--black);
  height: 36px;
  margin: 0 7px 0 8px;
}
.reward_example_simulation_hour,
.reward_example_simulation_days {
  font-size: 26px;
  width: 68px;
  vertical-align: text-bottom;
}
.reward_example_simulation_reward {
  font-size: 28px;
  width: 150px;
} */
/**/

.reward_payment {
  background-color: var(--white);
  border-radius: 100px 100px 0 0;
  padding: 72px 0 80px;
}
.reward_payment_list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 33px;
}
.reward_payment_list > li {
  display: flex;
  align-items: center;
  gap: 0 80px;
  border: 5px solid var(--blue);
  border-radius: 40px;
  padding: 27px 35px 28px;
}
.reward_payment_list_left {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  flex-shrink: 0;
}
.reward_payment_list_left .colorBlue {
  font-size: 40px;
}
.reward_payment_list_right {
  position: relative;
  letter-spacing: 0.01em;
}
.reward_payment_list_right::before {
  content: '';
  position: absolute;
  top: 0; left: -40px;
  background-image: linear-gradient(to bottom,var(--black) 6px, transparent 6px);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  width: 1px;
  height: 100%;
}
.reward_payment_list_right > p {
  font-size: 18px;
  font-weight: 500;
}
.reward_payment_list_mark {
  margin-top: 2px;
}
.reward_payment_list_mark > span {
  color: #ff0000;
}
.reward_payment_campaign {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 80px auto 0;
}
.reward_payment_campaign_button {
  position: absolute;
  bottom: 13.7%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 540px;
  width: 67.5%;
  border-radius: 80px;
  transition: box-shadow .3s ease;
}
.reward_payment_campaign_button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

@media screen and (max-width: 1160px) {
  .reward_example_list > li {
    max-width: 890px;
    padding: 50px 50px 45px;
  }
  .reward_example_list_personal-data {
    gap: 0 20px;
  }
  .reward_example_list_personal-data li {
    font-size: 22px;
  }
  .reward_example_list_personal-data li:first-child {
    font-size: 26px;
    min-width: auto;
  }
  .reward_example_list_personal-data li:nth-child(3) {
    margin: 0;
  }
  .reward_example_list_working {
    font-size: 27px;
    margin: 45px 0 0 15px;
  }
}
@media screen and (max-width: 1080px) {
  .reward_payment_list_br {
    display: block;
  }
  .reward_payment_list_right::before {
    left: -20px;
  }
}
@media screen and (max-width: 960px) {
  .reward_top_box {
    gap: 0 40px;
  }

  .reward_example_list {
    align-items: center;
  }
  .reward_example_list > li {
    padding: 30px 30px;
    max-width: 640px;
  }
  .reward_example_above {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 25px;
  }
  .reward_example_above::after {
    bottom: -5px;
  }
  .reward_example_image {
    max-width: 180px;
  }
  .reward_example_list_personal-data {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
  .reward_example_list_personal-data::after {
    content: none;
  }
  .reward_example_list_personal-data li {
    font-size: 22px;
  }
  .reward_example_list_personal-data li:first-child {
    font-size: 24px;
    text-align: center;
    min-width: auto;
    width: 100%;
  }
  .reward_example_list_personal-data li:nth-child(3) {
    margin: 0;
  }
  .reward_example_list_working {
    font-size: 25px;
    text-align: center;
    margin: 20px 0 5px;
  }
  .reward_example_list_salary {
    font-size: 45px;
    text-align: center;
  }
  .reward_example_list_month {
    display: block;
    font-size: 22px;
    width: 170px;
    margin: 10px auto 0;
  }
  .reward_example_list_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767.9px) {
  .reward_top {
    padding: 40px 0 0;
  }
  .reward_top_wrap {
    padding: 40px 0;
  }
  .reward_top_wrap:nth-child(n+2) {
    margin-top: 40px;
  }
  .reward_top_wrap:nth-child(n)::before {
    border-radius: 70px;
  }
  .reward_top_box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px 0;
  }
  .reward_top_wrap:nth-child(even) .reward_top_box {
    flex-direction: column;
  }
  .reward_example {
    padding: 40px 0;
  }
  .reward_example_list {
    margin-top: 30px;
  }
    /* 
  .reward_example_list > li {
    gap: 30px 0;
    padding: 30px 30px;
  }
  .reward_example_above {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 25px;
  }
  .reward_example_above::after {
    bottom: -5px;
  }
  .reward_example_image {
    max-width: 180px;
  }
  .reward_example_list_personal-data {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
  .reward_example_list_personal-data li {
    font-size: 22px;
  }
  .reward_example_list_personal-data li:first-child {
    font-size: 24px;
    text-align: center;
    min-width: auto;
    width: 100%;
  }
  .reward_example_list_personal-data li:nth-child(3) {
    margin: 0;
  }
  .reward_example_list_working {
    font-size: 25px;
    text-align: center;
    margin: 20px 0 5px;
  }
  .reward_example_list_salary {
    font-size: 45px;
    text-align: center;
  }
  .reward_example_list_month {
    display: block;
    font-size: 22px;
    width: 170px;
    margin: 10px auto 0;
  }
  .reward_example_list_text {
    font-size: 17px;
  } */
  /* .reward_example_list_over {
    font-size: 28px;
    margin-left: 10x;
  }
  .reward_example_simulation {
    border-radius: 60px;
    margin-top: 40px;
  }
  .reward_example_simulation .cmn__title {
    font-size: 30px;
    padding: 25px 10px 15px;
  }
  .reward_example_simulation_wrap {
    padding: 30px 10px;
  }
  .reward_example_simulation_text01 {
    font-size: 26px;
  }
  .reward_example_simulation_text02 {
    font-size: 22px;
    margin: 25px 0 15px;
  }
  .reward_example_simulation_text03 {
    font-size: 26px;
  }
  .reward_example_simulation_hour,
  .reward_example_simulation_days {
    font-size: 20px;
    width: 80px;
  }
  .reward_example_simulation_reward {
    font-size: 24px;
    width: 130px;
  } */
  .reward_payment  {
    border-radius: 70px 70px 0 0;
    padding: 40px 0 0;
  }
  .reward_payment_list > li {
    flex-direction: column;
    gap: 40px 0;
    border-width: 3px;
    border-radius: 30px;
    padding: 25px 20px;
  }
  .reward_payment_list_left {
    font-size: 28px;
  }
  .reward_payment_list_left .colorBlue {
    font-size: 36px;
  }
  .reward_payment_list_br {
    display: inline;
  }
  .reward_payment_list_right {
    width:100%;
  }
  .reward_payment_list_right::before {
    top: -20px; left: 0;
    background-image: linear-gradient(to right,var(--black) 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
  }
  .reward_payment_campaign {
    margin-top: 40px;
  }
}

/**************************************************/
/***  選ばれる理由
/**************************************************/
.reason_mv {
  background: url(../image/reason/reason_mv.png) no-repeat left 55% top/cover;
}
.reason_work {
  padding: 75px 0 20px;
  overflow: hidden;
}
.reason_work_block {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 32px;
}
.reason_work_box {
  position: relative;
  display: flex;
  gap: 0 25px;
  justify-content: space-between;
  align-items: center;
}
.reason_work_box::after {
  content: '';
  position: absolute;
  top: 0; right: 140px;
  background-color: var(--white);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.reason_work_box.rev::after {
  left: 140px;
  right: auto;
}
.reason_work_box_title {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: var(--red2);
  margin-bottom: 26px;
}
.reason_work_box_text {
  font-size: 20px;
}
.reason_work_box_image {
  max-width: 280px;
}

.reason_support {
  padding: 75px 0 120px;
}
.reason_support_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px 80px;
  margin: 32px 0 160px;
}
.reason_support_box::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 80px;
  right: 80px;
  background-color: var(--white);
  border-radius: 50%;
  z-index: -2;
}
.reason_support_box::after {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 120px;
  right: 120px;
  background-color: var(--blue2);
  border-radius: 50%;
  z-index: -1;
}
.reason_support_box_image1 {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  max-width: 252px;
  width: 30%;
}
.reason_support_box_image2 {
  display: none;
}
.reason_support_wrap {
  background-color: var(--white);
  border: 4px solid var(--red2);
  border-radius: 40px;
  max-width: 320px;
  width: 40%;
  padding: 14px 10px 30px;
}
.reason_support_wrap_title {
  font-family: 'ＤＦ太丸ゴシック体','DFMaruGothic' , 'Zen Maru Gothic', sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}
.reason_support_wrap_text {
  font-size: 20px;
  text-align: center;
}
.reason_support_button {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--white);
  background: var(--blue) url(../image/common/button_arrow.svg) no-repeat right 30px center;
  border-radius: 40px;
  max-width: 800px;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.reason_support_button:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .reason_support_button br {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .reason_work_box_title {
    font-size: 28px;
    margin-bottom: 15px
  }
  .reason_work_box_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .reason_work {
    padding: 40px 0 20px;
  }
  .reason_work_box {
    flex-direction: column-reverse;
    gap: 30px 0;
    border-radius: 50px;
    background-color: var(--white);
    padding: 30px 20px 40px;
  }
  .reason_work_box.rev {
    flex-direction: column;
  }
  .reason_work_box::after {
    content: none;
  }
  .reason_support {
    padding: 40px 0 60px;
  }
  .reason_support_box {
    gap: 40px 0;
    margin: 30px auto 60px;
    max-width: 480px;
  }
  .reason_support_box::before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .reason_support_box::after {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
  }
  .reason_support_box_image1 {
    top: 70px;
    left: auto;
    right: -10px;
    transform: unset;
    max-width: 90px;
    width: 100%;
  }
  .reason_support_box_image2 {
    display: block;
    position: absolute;
    bottom: 70px;
    left: -10px;
    max-width: 90px;
    width: 100%;
    transform: scale(-1,1);
  }
  .reason_support_wrap {
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    padding: 15px 10px 20px;
  }
  .reason_support_wrap_title {
    font-size: 28px;
  }
  .reason_support_wrap_text {
    font-size: 18px;
  }
  .reason_support_button {
    font-size: 24px;
    border-radius: 50px;
    height: 100px;
    padding: 0;
  }
}


/**************************************************/
/***  スタッフブログ
/**************************************************/
.blog_mv {
  background: url(../image/blog/blog_mv.png) no-repeat left 75% top/cover;
}
.blog_main {
  padding: 80px 0;
}
.blog_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 40px;
}
.blog_list li {
  flex-basis: calc((100% - 80px)/3);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.blog_list li,
.blog_list_block {
  border-radius: 40px;
}
.blog_list_block {
  border: 4px solid var(--blue);
  overflow: hidden;
}
.blog_list_block a {
  display: block;
}
.blog_list_wrap {
  border-radius: 0 0 40px 40px;
  background-color: #fff;
  padding: 11px 15px 14px;
}
.blog_list_date {
  font-size: 14px;
}
.blog_list_title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  transition: color .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_list_block a:hover .blog_list_title {
  color: var(--blue);
}


.blog_pagination {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  margin-top: 80px;
}
.blog_pagination_prev,
.blog_pagination_next {
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 25px;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.blog_pagination_prev::before,
.blog_pagination_next::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
}
.blog_pagination_prev::before {
  background: url(../image/blog/arrow_prev.svg) no-repeat center;
  margin: 0 5px 0 -5px;
}
.blog_pagination_next::after {
  background: url(../image/blog/arrow_next.svg) no-repeat center;
  margin: 0 -5px 0 5px;
}
.blog_pagination_prev:hover,
.blog_pagination_next:hover {
  opacity: 0.75;
}
.blog_pagination_list {
  display: flex;
  gap: 0 10px;
}
.blog_pagination_item {
  font-size: 24px;
  font-weight: bold;
  color: var(--blue);
  background-color: var(--white);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.blog_pagination_item.is-current,
.blog_pagination_item:hover {
  color: var(--white);
  background-color: var(--blue);
}
.blog_pagination_item.is-current {
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .blog_list {
    gap: 20px 20px;
  }
  .blog_list li {
    flex-basis: calc((100% - 40px)/3);
  }
}
@media screen and (max-width: 767.9px) {
  .blog_main {
    padding: 40px 0;
  }
  .blog_list li {
    flex-basis: calc((100% - 20px)/2);
  }
  .blog_list_block {
    border-width: 3px;
  }
  .blog_list_wrap {
    padding: 10px 12px 12px;
  }
  .blog_list_date {
    font-size: 13px;
  }
  .blog_list_title {
    font-size: 17px;
  }

  .blog_pagination {
    gap: 0 40px;
    margin-top: 40px;
  }
  .blog_pagination_prev,
  .blog_pagination_next {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
  }
  .blog_pagination_prev::before,
  .blog_pagination_next::after {
    margin: 0;
  }
  .blog_pagination_item {
    font-size: 20px;
    width: 45px;
    height: 45px;
  }
}

/**************************************************/
/***  スタッフブログ/詳細 (下層)
/**************************************************/
.blog_detail_contents .f_above {
  display: none;
}
.blog_detail {
  padding: 80px 0;
}
.blog_detail_block {
  background-color: var(--white);
  border-radius: 100px;
  padding: 35px 100px 75px;
  margin-bottom: 75px;
}
.blog_detail_head {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog_detail_date {
  font-size: 14px;
  margin-bottom: 12px;
}
.blog_detail_title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--blue);
}
.blog_detail_content p + p {
  margin-top: 20px;
}
.blog_detail_image {
  max-width: 520px;
  margin: 35px auto 30px;
}
.blog_detail_back {
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 25px;
  width: 180px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.blog_detail_back::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
}
.blog_detail_back::before {
  background: url(../image/blog/arrow_prev.svg) no-repeat center;
  margin: 0 15px  0 -15px;
}
.blog_detail_back:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767.9px) {
  .blog_detail {
    padding: 40px 0;
  }
  .blog_detail_block {
    border-radius: 70px;
    padding: 30px 30px 50px;
    margin-bottom: 40px;
  }
  .blog_detail_head {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
  .blog_detail_title {
    font-size: 28px;
  }
}

/**************************************************/
/***  よくある質問
/**************************************************/
.faq_mv {
  background: url(../image/faq/faq_mv.png) no-repeat left 45% top/cover;
}
.faq_main {
  padding: 80px 0;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.faq_list_wrap {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.faq_list_wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: -1;
}
.faq_list_title {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 40px;
  background-color: var(--white);
  padding: 24px 75px 24px 80px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1;
}
.faq_list_title::before {
  content: 'Q.';
  position: absolute;
  top: 8px; left: 31px;
  display: block;
  font-family: 'font-Helvetica';
  font-size: 40px;
  font-weight: bold;
  color: var(--red2);
}
.faq_list_button {
  position: absolute;
  top: 20px; right: 30px;
  display: block;
  border-radius: 100%;
  background-color: var(--blue);
  width: 40px;
  height: 40px;
}
.faq_list_button::before,
.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;
}
.faq_list_button::after {
  transform: rotate(90deg);
  transition: transform .5s ease;
}
.open .faq_list_button::after {
  transform: rotate(0);
}
.faq_list_content {
  display: none;
  padding: 18px 55px 34px 80px;
}
.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;
}

@media screen and (max-width: 767.9px) {
  .faq_main {
    padding: 40px 0;
  }
  .faq_list {
    gap: 25px 0;
  }
  .faq_list_title {
    font-size: 18px;
    padding: 20px 65px;
  }
  .faq_list_title::before {
    top: 6px;
    left: 20px;
    font-size: 35px;
  }
  .faq_list_button {
    top: 16px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .faq_list_button::before,
  .faq_list_button::after {
    width: 17px;
    height: 3px;
  }
  .faq_list_content {
    padding: 20px 50px 25px 65px;
  }
  .faq_list_content::before {
    font-size: 35px;
    margin: 0 5px 0 -42px;
    top: 5px;
  }
}

/**************************************************/
/***  応募する
/**************************************************/
.entry_mv {
  background: url(../image/entry/entry_mv.png) no-repeat left 75% top/cover;
}
.entry_main {
  padding: 90px 0 80px;
}
.entry_main input,
.entry_main select,
.entry_main textarea {
  border: 1px solid var(--black);
}
.entry_main input[type=text],
.entry_main input[type=checkbox],
.entry_main input[type=datetime-local],
.entry_main select {
  min-height: 40px;
}

.entry_main_block {
  background-color: var(--white);
  border-radius: 100px;
  padding: 72px 80px 80px 83px;
}
.entry_main_mark {
  text-align: center;
  margin-top: 30px;
}
.entry_form {
  margin: 50px 0 60px;
}
.entry_form_block {
  display: flex;
  min-height: 40px;
  margin-bottom: 40px;
}
.entry_form dt,
.entry_form dd {
  font-size: 18px;
  font-weight: 400;
}
.entry_form dt {
  flex-shrink: 0;
  width: 257px;
}
.entry_form dd {
  flex-grow: 1;
}
.entry_form_required {
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--red2);
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.entry_form_radio {
  width: 20px;
  height: 20px;
  margin-right: 11px;
  position: relative;
  bottom: 0.1em;
  /* display: inline-block;
  margin-right: 30px; */
}
label + .entry_form_radio {
  margin-left: 30px;
}

.entry_form_input {
  width: 100%;
  padding: 0 10px 0 20px;
}
.entry_form_select {
  position: relative;
  display: inline-block;
  width: 200px;
  z-index: 0;
}
.entry_form_select::after {
  content: '';
  position: absolute;
  top: 10px; right: 20px;
  border-bottom: solid 3px var(--black);
  border-right: solid 3px var(--black);
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  z-index: -1;
}
.entry_form_select select {
  width: 100%;
  padding: 0 25px 0 20px;
}
.entry_form_birth {
  display: flex;
  gap: 0 10px;
}
.entry_form_birth .entry_form_select {
  width: calc((100% - 20px)/3);
}
.entry_form_schedule {
  display: block;
}
.entry_form_schedule + .entry_form_schedule {
  margin-top: 10px;
}
.entry_form_schedule label {
  margin-right: 27px;
}
.entry_form_schedule input {
  font-size: 16px;
  width: 240px;
  padding: 0 10px;
}
.entry_form_textarea {
  width: 100%;
  /* height: 160px; */
  padding: 20px;
  /* overflow-y: scroll; */
}
.entry_form_rule {
  font-size: 15px;
  border: 1px solid var(--black);
  width: 100%;
  height: 160px;
  padding: 20px;
  overflow-y: scroll;
}
.entry_form_rule_box {
  margin-top: 15px;
}
.entry_form_rule_title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
  margin-bottom: 7px;
}
.entry_form_rule_check {
  font-size: 14px;
  margin-right: 5px;
}
.entry_form_rule_check input[type=checkbox] {
  margin-right: 2px;
  width: 15px;
  height: 15px;
  position: relative;
  bottom: 0.1em;
}
.entry_button {
  font-size: 28px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  background: var(--blue) url(../image/common/button_arrow.svg) no-repeat right 30px center;
  border-radius: 40px;
  border: none!important;
  max-width: 360px;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.entry_button:hover {
  opacity: 0.75;
}

.entry_contents .f_above {
  display: none;
}
.entry_contents .f_above-entry {
  display: block;
}
.form_error {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 3px;
  color:#ff0000;
}

@media screen and (max-width: 960px) {
  .entry_main_block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767.9px) {
  .entry_main {
    padding: 40px 0;
}
  .entry_main_block {
    padding: 40px 20px 60px 20px
  }
  .entry_main_mark {
    font-size: 15px;
  }
  .entry_form {
    margin: 40px 0;
}
  .entry_form_block {
    flex-direction: column;
    gap: 10px 0;
  }
  .entry_form_schedule label {
    margin-bottom: 5px;
  }
  .entry_form_schedule input {
    width: auto;
  }
  .entry_button {
    font-size: 24px;
    height: 70px;
    max-width: 320px;
    padding: 0;
  }
}

/**************************************************/
/***  応募する/Thanksページ
/**************************************************/
.thanks_mv {
  background: url(../image/entry/entry_mv.png) no-repeat left 60% top/cover;
}
.thanks_main {
  padding: 80px 0;
}
.thanks_main_block {
  background-color: var(--white);
  border-radius: 100px;
  padding: 70px 40px 80px;
  margin-bottom: 80px;
}
.thanks_main .cmn__title {
  line-height: 1.5;
}
.thanks_main_eng {
  display: block;
  font-family: 'font-Helvetica', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #ff9797;
  margin: 10px 0 25px;
}
.thanks_main_text {
  font-size: 18px;
  text-align: center;
}
.thanks_main_image {
  max-width: 600px;
  width: 90%;
  margin: 40px auto 0;
}

.thanks_contents .f_above {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .thanks_main {
    padding: 40px 0;
  }
  .thanks_main_block {
    border-radius: 60px;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .thanks_main_eng {
    font-size: 22px;
    margin: 5px 0 15px;
  }
  .thanks_main_text {
    font-size: 16px;
  }
}





