@charset "UTF-8";
body{
  font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: #333;
}
.wrap{
  overflow: hidden;
}

.merit .title_icon, .job .title_icon, .job_point .title_icon, .userVoice .title_icon, .flow .title_icon {
  width: 11%;
  margin: 0 auto 15px;
}
.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
  display: contents;
}
.text-divider::before, .text-divider::after {
  content: '';
  height: 2px;
  background-color: #ccd1e4;
  flex-grow: 1;
}

.merit .title_icon img, .job .title_icon img, .job_point .title_icon img, .job_point .point_icon img, .userVoice .title_icon img, .flow .title_icon img {
  width: 100%;
}

.merit .title, .job .title, .job_point .title, .userVoice .title, .flow .title {
  text-align: center;
  font-size: 5.5vw;
  margin-bottom: 25px;
  color: #4f4f4f;
  line-height: 1.3
}

.merit .title span, .job .title span, .job_point .title span, .userVoice .title span, .flow .title span {
  font-size: 9.5vw;
  color: #f1906a;
}

.merit {
  padding: 0 20px 20px
}

.merit .merit_box {
  text-align: center;
  display: inline-block;
  vertical-align: top
  padding: 0 5px;
}

.merit .merit_box li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  vertical-align: top;
  padding-right: 0;
  width: 100%;
  margin-bottom: 10px;
}
.merit .merit_box li:nth-of-type(2) {
  flex-direction: row-reverse;
}
.merit .merit_box li .merit_item_img{
  flex-shrink: 0;
  width: 50%;
}
.merit .merit_box li .merit_item_img img {
  width: 100%
}
.merit .merit_box li .merit_item_txt img{
  display: block;
  width: 22%;
}
.merit .merit_box li .merit_item_txt, .pointText {
  text-align: left;
  font-size: 3.8vw;
  line-height: 1.5
}

.merit .merit_box li .merit_item_txt span, .voiceText span {
  color: #049dbf;
  font-weight: bold;
}

.job {
  padding: 0 20px
}
.job .job_box {
    margin-bottom: 30px;
}

.job .job_item {
  margin: 5px 5px 20px 5px;
  color: #4f4f4f;
  border-radius: 10px;
  background-color: #faf8f6;
  box-shadow: 0px 0px 5px 2px rgba(104, 202, 157, 0.3);
  border: solid #fff 5px;
  padding: 10px;
  position: relative;
}

.job .job_item .job_item_title {
  padding: 5px 5px 10px 5px;
  font-size: 4.5vw;
  line-height: 1.5;
  font-weight: bold;
  color: #049dbf;
}
.job .job_item .job_item_title::before {
  content: '';
  width: 4.5px;
  height: 50px;
  position: absolute;
  background-color: #049dbf;
  left: -5px;
}

.job .job_item .job_item_conditions {
  padding: 10px 0 20px;
  overflow: hidden
}

.job .job_item .job_item_conditions .job_item_conditions_txt {
  width: 50%;
  float: left;
}

.job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money {
  font-size: 4.5vw;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: -1px;
}

.job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money .money_y {
  font-size: 5.5vw;
  color: #ffa279;
  margin-right: 4%;
}

.job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money .money_m {
  font-size: 5.5vw;
}

.job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_sub {
  padding: 5px 11px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 3.5vw;
  letter-spacing: -0.5px;
  border: #d6d2d0 1px dashed;
}

.job .job_item .job_item_conditions .job_item_conditions_img {
    width: 45%;
    float: right;
    margin-top: 35px;
    border-radius: 8px;
    overflow: hidden;
}

.job .job_item .job_item_conditions .job_item_conditions_img img {
  width: 100%;
}

.job .job_item .job_item_ctabtn {
  padding: 0 0 10px;
}

.job .job_item .job_item_ctabtn a {
  margin: 0 auto;
  display: block;
  box-shadow: 0px 2px 3px 1px rgba(200, 200, 200, 0.8);
  background-color: #ff8969;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.job .job_item .job_item_ctabtn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
}

.job_item_conditions_txt_sumup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.job_point {
  padding: 30px 0;
}
.job_point_inner{
  background-color: #faf8f6;
  padding: 20px;
}

.job_point .point_icon {
  width: 60%;
  margin: 0 auto 5px;
}

.job_point .job_point_box{
  overflow: hidden;
  background-color: #FFF;
  border-radius: 10px;
  padding: 25px 5px 10px 5px;
}

.job_point .job_point_box:not(:last-child){
  margin-bottom: 20px;
}

.job_point .job_point_box .pointTtl img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.job_point .job_point_box .point_illust img{
  width: 45%;
  display: block;
  margin: 0 auto;
  padding: 20px 0px 5px 0px;
}

.job_point_balloon{
  font-size: 3.5vw;
  position: relative;
  display: inline-block;
  background-color: #ff8969;
  border-radius: 10px;
  padding: 15px;
  margin: 0 20px 40px 20px;
  color: white;
  text-align: justify;
}
.job_point_balloon:before {
  content: "";
  border: 25px solid transparent;
  border-top: 10px solid #ff8969;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.job_point .job_point_box .pointHead {
  margin: 0 auto;
  width: 70vw;
}

.job_point .job_point_box .pointHead .pointTtl {
  padding: 10px 0px;
  color: #e99900;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.job_point .job_point_box .pointText {
  clear: both;
  padding: 15px 15px 10px 15px;
  font-size: 3.6vw;
  line-height: 1.6;
  text-align: justify;
}

.job_point .job_point_box .pointText span {
  font-weight: bold;
  color: #049dbf;
}

.job_point .job_point_box .pointPic {
  padding: 0 0 15px 0;
}

#cm {
  padding: 20px 0px 0px;
  color: #fff;
  background-color: #3a5a9a;
  margin-bottom: 40px;
}

.cm_area {
  text-align: center;
  line-height: 1.8;
  padding: 15px 15px 30px
}

.cm_area h3 {
  font-size: 32px;
}

.cm_area p {
  text-align: left;
  margin: 0px 15px;
}

.cm_area p.first_lead {
  margin: 20px 0px 0px;
  text-align: center;
  font-size: 130%
}

.cm_area p.lead {
    margin: 20px 15px 30px;
    font-size: 4vw;
    font-weight: 500;
}
.cm_img{
    height: 53vw;
    overflow: hidden;
}
.cm_img img {
  display: inline;
  width: 100%;
  height: auto;
  text-align: center
}

p.cm_txt_normal {
  margin: 0px 15px 15px 15px;
  font-size: 3.6vw;
  line-height: 1.8;
}

.userVoice{
  margin-bottom: 30px;
}

.userVoice .slick-slide {
  margin: 30px 20px 20px;
}

.userVoice .slick-slide img {
  width: 100%;
  height: auto
}
.userVoice .slick-slider{
  background-color: #faf8f5;
}

.userVoice .slick-prev, .userVoice .slick-next {
  z-index: 1
}

.userVoice .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2
}

.userVoice .slick-active {
  opacity: 1
}

.userVoice .slick-current {
  opacity: 1
}

.userVoice .slider_voice {
  padding: 15px;
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
}

.userVoice .slider_voice .voiceInr {
  padding: 0;
  border-radius: 3px;
  box-sizing: border-box;
  min-height: 460px;
}

.userVoice .slider_voice .voiceInr .voiceItem {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 10px
}

.userVoice .slider_voice .voiceInr .voiceItem .voicePic {
  float: left;
  width: 20%;
  margin: 3px;
}

.userVoice .slider_voice .voiceInr .voiceItem .voicePic img {
  width: 130%;
  height: auto
}

.userVoice .slider_voice .voiceInr .voiceItem .voiceTtl_box {
  float: right;
  width: 70%
}

.userVoice .slider_voice .voiceInr .voiceItem .voiceTtl_box .voiceTtl {
  margin: 0 0 5px 0;
  color: #4f4f4f;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.5em;
}

.userVoice .slider_voice .voiceInr .voiceItem .voiceTtl_box .voiceProfile {
  display: inline-block;
  padding: 3px 7px;
  color: #fff;
  font-size: 3vw;
  line-height: 1.0em;
  background: #049dbf;
  border-radius: 3px;
}

.userVoice .slider_voice .voiceInr .voiceText {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  font-size: 3.9vw;
  line-height: 1.7em
}

.userVoice .slick-prev, .userVoice .slick-next {
  width: 40px!important;
  height: 40px!important;
  background: #ccc;
  border-radius: 50px;
  opacity: 0.5
}

.userVoice .slick-next {
  right: 0px!important
}

.userVoice .slick-next:before {
  content: url(/entry/chat-13/hospital-fulltime/img/icon_after_w.png)!important;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8)
}

.userVoice .slick-prev {
  left: 0px!important
}

.userVoice .slick-prev:before {
  content: url(/entry/chat-13/hospital-fulltime/img/icon_before_w.png)!important;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8)
}

.flow .flow_box {
  background: #f8f5f1;
  padding: 20px
}

.flow .flow_box .flow_item_box {
  padding: 40px 25px;
  background: #fff;
  border-radius: 5px
}

.flow .flow_item {
  overflow: hidden;
  position: relative;
  padding-top: 40px
}

.flow .flow_item::before {
  display: block;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  top: 14px;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #ff8969 transparent transparent transparent;
}

.flow .flow_item:first-of-type {
  padding-top: 0
}

.flow .flow_item:first-of-type::before {
  display: none
}

.flow .flow_item .flow_item_img {
  width: 30%;
  float: left
}

.flow .flow_item .flow_item_img img {
  width: 100%
}

.flow .flow_item .flow_item_txt_box {
  width: 62%;
  float: right
}

.flow .flow_item .flow_item_txt_box h3 {
  padding: 0px 0 8px 0;
  border-bottom: 1px solid #4f4f4f;
  font-size: 14px;
  font-weight: bold
}

.flow .flow_item .flow_item_txt_box h3 .flow_item_h3_s {
  color: #049dbf;
  margin-right: 2px
}

.flow .flow_item .flow_item_txt_box h3 .flow_item_h3_n {
  font-size: 22px;
  color: #049dbf;
  margin-right: 5px
}

.flow .flow_item .flow_item_txt_box .flow_item_txt_m {
  padding: 8px 0 0 0;
  color: #049dbf;
  font-weight: bold;
  line-height: 1.5
}

.flow .flow_item .flow_item_txt_box .flow_item_txt_s {
  padding: 8px 0 0 0;
  font-size: 13px;
  line-height: 1.5
}

.cta_btn {
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative
}

.cta_btn span{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  width: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #ff8969;
  border-radius: 500px;
  padding: 1%;
  box-sizing: border-box;
  color: #ff8969;
  font-weight: bold;
  font-size: 3.5vw;
}
.cta_btn a {
  width: 100%;
  margin: 0 auto;
  padding: 7% 5% 4% 5%;
  background: linear-gradient(90deg, #ff8969 0%, #f9bc6d 50%, #37dddb 100%);
  display: block;
  border-radius: 500px;
  color: #fff;
  font-weight: bold;
  font-size: 4.2vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta_btn a span.sub_txt {
  background: #fff;
  color: #32b7e6;
  padding: 8px 5px 5px 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5ve;
  text-align: center;
}
.cta_btn a span.main_txt {
  padding-left: 10px;
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  font-size: 4vw;
  line-height: 1.5em;
}
.cta_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.cta_btn a:before {
  content: "";
  background-image: -webkit-linear-gradient( 130deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 80% );
  background-image: linear-gradient( 130deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 80% );
  width: 200%;
  height: 200%;
  position: absolute;
  top: -100%;
  left: -200%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta_btn a::before, .job .job_item .job_item_ctabtn a::before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -30%;
  top: -30%;
  content: "";
  width: 35px;
  height: 115px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1s
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0)
}

#entryContents {
  background-color: #fff
}

#entryContents .formTtl h2 {
  background: #049dbf;
  padding: 5% 0;
  text-align: center;
  position: relative;
  font-size: 5vw;
  color: #fff
}

#entryContents .formTtl h2 .h2_sub {
  padding: 2% 3%;
  background: #fff;
  border-radius: 5px;
  margin: 0 2% 0 0;
  font-size: 3.8vw;
  color: #ff8969;
}

.horizonal{
  padding-top: 12px;
  /* background: #f3f7f5; */
}
.form_wrap_pc .nav, 
.from_wrap_pc .nav-notice{
  background: none;
}
.nav-notice{
  background: none!important;
}

#entryContents .relief {
  background: #f8f5f1;
  padding: 10px 20px;
} 

#entryContents .relief .relief_txt {
  font-size: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#entryContents .relief .relief_txt:last-child {
  margin-bottom: 0
}

#entryContents .relief .relief_txt .relief_txt_sub {
  font-size: 16px;
  background: #049dbf;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
}

#entryContents .progress_container {
  height: 40px
}

#entryContents .progress_container .progress_float_box {
  display: none;
  height: 0px
}

.error_message{height: auto;}







@media screen and (min-width: 769px) {
  .spMV img{
    height: 550px;
    object-fit: cover;
    object-position: left;
  }
  .merit .title, .job .title, .job_point .title, .userVoice .title, .flow .title {
    font-size: 30px;
    margin: 0;
  }
  .merit .title span.sub, .job .title span.sub, .job_point .title span.sub, .userVoice .title span.sub, .flow .title span.sub {
    font-size: 30px
  }

  .form_wrap_pc{
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 1200px;
    position: relative;
    left: 80px;
  }
  .form_wrap_pc::after{
    content: '';
    display: block;
    width: 110vw;
    height: 550px;
    background: #fafeff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .spMV {
    float: right;
    display: inline-block;
    width: 730px;
    margin: 0px;
    padding: 0px
  }
  header {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 50px;
    box-sizing: border-box;
  }
  header h1 {
    width: 55%;
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
  }
  header h1.h1text {
    width: 55%;
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    padding: 0;
  }
  header #logo {
    width: 37%;
    float: right;
    padding: 5px 7px 0 0
  }
  header #logo img {
    float: right;
    width: 100%;
    max-width: 190px;
    height: auto;
    padding: 0;
  }
  .merit {
    max-width: 1000px;
    margin: 50px auto 20px;
    padding: 0px;
    background: #FFF;
  }
  .merit .merit_box{
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .merit .merit_box li{
    width: 260px;
  }
  .merit .merit_box li .merit_item_txt img{
    display: none;
  }
  .merit .merit_box li,
  .merit .merit_box li:nth-of-type(2){
    flex-direction: column;
  }
  .merit .merit_box li .merit_item_img{
    width: 100%;
    margin-bottom: 0;
  }
  .merit .merit_box li .merit_item_img img{
    width: 100%;
  }
  .merit .merit_box li .merit_item_txt{
    font-size: 22px;
    width: 90%;
    line-height: 1.8;
  }
  .merit .merit_box li .merit_item_txt,
  .pointText{
    font-size: 18px;
  }
  .merit .title,
  .job .title,
  .job_point .title,
  .userVoice .title,
  .flow .title{
    font-size: 28px;
    margin-bottom: 24px;
  }
  .merit .title span,
   .job .title span,
   .job_point .title span,
   .userVoice .title span,
   .flow .title span{
    font-size: 2em
   }
   .merit .title_icon,
   .job .title_icon,
   .job_point .title_icon,
   .userVoice .title_icon,
   .flow .title_icon{
    width: 48px;
    margin: 0 auto 20px;
   }
   .text-divider::before, .text-divider::after{
    flex-grow: 0;
    content: '';
    width: 45%;
    height: 2px;
    background-color: #ccd1e4;
    flex-grow: 1;
    position: absolute;
    left: 0;
   }
   .text-divider::after{
    content: none;
   }

  .horizonal {
    padding-top: 20px;
    width: auto;
    height: 550px;
    overflow-y: scroll;
  }
  /* .sec:nth-of-type(1), .sec:nth-of-type(2), .sec:nth-of-type(3), .sec:nth-of-type(4){
    background: #f2f7f3;
  } */
  .horizonal.sec2 .h-adr{
    background: none;
  }
  .horizonal::-webkit-scrollbar{
    width: 12px;
    background-color: #DDD;
 }
 .horizonal::-webkit-scrollbar-thumb{
    background-color: #f1906a;
   border-radius: 8px
 }
    .horizonal .form_main {
    min-height: 680px;
  }
  .horizonal .sec {
    height: 720px;
  }
  .effect-fade {
    opacity: 1
  }
  .job {
    padding: 30px 20px 15px;
  }
  .job_point {
    margin: 70px auto;
    padding: 0;
    background: #FFF;
  }

  .job_point .job_point_inner{
    padding: 40px 0;
    background: #faf8f6;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .job_point .job_point_area{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }
  .job_point .job_point_box{
    width: 360px;
    padding: 40px 30px;
    margin: 0;
    background: #FFF;
  }
  .job_point .job_point_box:not(:last-child) {
    margin-bottom: 0;
}
  .job_point .job_point_box .pointTtl{
    align-items: center;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .job_point .job_point_box .pointTtl img{
    width: 100%;
    margin-bottom: 10px;
  }
  .job_point .job_point_box .pointText span{
    background: none;
  }
  .job_point .job_point_box .pointHead{
    width: 100%;
    max-width: 1000px;
  }

  .job_point .job_point_box .point_illust img{
    width: auto;
    height: 150px;
    padding: 10px 0 20px;
  }
   .job_point .job_point_box .pointHead .pointTtl{
    font-size: 28px;
    text-align: center;
  }
  
  .job_point .job_point_box .pointText{
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
  }

  .job_point .job_point_box .pointPic{
    padding: 12px 0 0;
    width: 45%;
    float: right;
  }
  .job_point .job_point_box .pointPic img{
    width: 100%;
  }
  .job_point .point_icon {
    width: 24%;
    margin: 0 auto 20px;
  }
.job_point-pcbg{
    padding: 0 0 30px;
}
.job_point_balloon{
    display: block;
    width: 680px;
    margin: 40px auto 60px;
    padding: 16px 32px;
    font-size: 22px;
}
.job_point_balloon:before{
    border-top: 16px solid #fa997e;
} 
  .job .job_box {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 1080px;
    margin: 0 auto 30px;
  }
  
  .job .job_item {
    max-width: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .job .job_item .job_item_ctabtn{
    padding: 0 10px 20px;
  }
  .job_item_caution{
    font-size: 12px;
    text-align: center;
  }
  .job_item_conditions_txt_sumup{
    width: 100%;
    position: absolute;
    top: 50px;
  }
  .job .job_item .job_item_title, .job .job_item .job_item_ctabtn a {
    font-size: 16px;
    padding: 10px 5px 15px;
  }
  .job .job_item .job_item_title{
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .job .job_item .job_item_ctabtn a {
    font-size: 16px;
    padding: 20px 5px;
  }
  .job .job_item .job_item_conditions {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 30px;
  }
  .job .job_item .job_item_conditions .job_item_conditions_txt {
    width: 50%;
    position: relative;
  }
  
  .job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money{
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 8px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money .money_m,
  .job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_money .money_y{
    font-size: 2.8rem;
  }
  .job .job_item .job_item_conditions .job_item_conditions_txt .job_item_conditions_txt_sub {
    font-size: 1.3rem;
    text-align: left;
  }
  .job .job_item .job_item_conditions .job_item_conditions_img img {
    padding-top: 20px;
  }
  .job .job_box .slick-prev, .job .job_box .slick-next {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    opacity: 0.5;
    z-index: 9999;
    background: #ddd;
  }
  .job .job_box .slick-prev:before, .job .job_box .slick-next:before {
    display: none;
  }
  .job .job_box .slick-next img, .job .job_box .slick-prev img {
    position: relative;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .slider img {
    width: 40%;
    height: auto;
  }
  .userVoice .slick-slider{
    background: #FFF;
  }
  .slider .slick-slide {
    margin: 10px 10px 30px;
  }
  .flow {
    margin: 50px auto 0;
    padding: 20px 0 30px;
  }
  .flow .flow_box .flow_item_box {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
  }
  .flow .flow_box .flow_item::before {
    top: 65px;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent #f1906a;
    content: ' ';
  }
  .flow .flow_box .flow_item:first-of-type::before{
    display: none;
  }
  .flow .flow_box .flow_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    width: 30%;
  }
  .flow .flow_box .flow_item .flow_item_img {
    width: 100%;
    text-align: center;
  }
  .flow .flow_box .flow_item .flow_item_img img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
  }
  .flow .flow_box .flow_item .flow_item_txt_box {
    width: 85%;
    float: right
  }
  .flow .flow_box .flow_item .flow_item_txt_box h3 {
    border: none;
    font-size: 20px;
    text-align: center;
  }
  .flow .flow_item .flow_item_txt_box h3 .flow_item_h3_n{
    margin-right: 12px;
  }
  .flow .flow_box .flow_item .flow_item_txt_box, .flow_item_txt_m {
    font-size: 16px;
  }
  .flow .flow_box .flow_item .flow_item_txt_box .flow_item_txt_s {
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #666;
    padding: 20px 0 !important;
    margin-top: 10px;
    margin-bottom: 100px;
  }
  #footer #info {
    overflow: hidden;
    margin: 0 auto;
    width: 1130px;
  }

  #footer #info .company01 {
    float: left;
  }
  #footer #info .company02 {
    float: right;
  }
  #footer #info .company01 p {
    margin-top: 0 !important;
    color: #666;
    font-size: 11px;
    text-align: left !important;
  }
  #footer #info .company02 .footer_link a:first-child {
    margin-right: 20px;
  }
  #footer #info .company02 .footer_link a {
    font-size: 11px;
    text-decoration: underline;
  }
  #footer #info .company02 .copyright {
    margin-top: 0 !important;
    padding: 0 !important;
    color: #666;
    font-size: 11px;
    text-align: left !important;
  }
  /* cta_btn */
  .cta_btn{
    margin-bottom: 0;
  }
  .cta_btn a {
    margin: 0 auto;
    padding: 30px 40px 20px;
    width: 640px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .cta_btn a::after{
    margin-top: 0;
    top: 50%;
    right: 52px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .cta_btn a span.main_txt{
    width: auto;
    font-size: 24px;
  }
  .cta_btn a span.sub_txt{
    width: 25%;
    font-size: 20px;
  }
  .cta_btn span, .follow_btn_span{
    width: max-content;
    font-size: 22px;
    padding: 4px 48px 0;
  }
  .userVoice {
    padding: 20px 0 10px 0;
  }
  .userVoice .slider_voice {
    padding: 10px;
    margin: 10px;
    min-height: 0;
    width: 350px;
    background: #f8ebe4;
  }
  .userVoice .slider_voice .voiceInr{
    background: #FFF;
    min-height: 600px;
  }
  .userVoice .slider_voice .voiceInr .voiceText {
    padding: 20px;
    font-size: 16px;
  }
  .userVoice .slider_voice .voiceInr .voiceText span{
    color: #049dbf;
    font-weight: bold;
  }
  .userVoice .slick-prev, .userVoice .slick-next {
    width: 40px!important;
    height: 40px!important;
  }
  .userVoice .slider_voice .voiceInr .voiceItem{
    padding: 20px 0 10px;
  }
  .userVoice .slider_voice .voiceInr .voiceItem .voiceTtl_box .voiceTtl {
    font-size: 18px;
    width: 100%;
    line-height: 1.5;
  }
  .userVoice .slider_voice .voiceInr .voiceItem .voiceTtl_box .voiceProfile {
    font-size: 14px;
    padding: 6px 8px 3px;
  }
}





/* レスポンシブ表示切り替え */
.sp {
    display: block;
}
.pc {
    display: none;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}
