h1{
    margin: 0;
}

h2,h3,h4{
    margin: 0;
    line-height: 1.25;
}


h2{
    color: #0d60b9;
    font-size: 2.5vw;
    font-weight: 400;
    margin: 0 0 8px;
}

h3{
    color: #012036;
    font-size: 22px;
    font-weight: 500;
}

h4{
    color: #012036;
    font-size: 18px;
    color: #707070;
}

p{
    margin: 24px 0;
    color: #707070;
}

/*main{
    background-color: #F6F6F6;
}*/

.subpage_farstview{
    position: relative;
}

.subpage_farstview__title{
    position: absolute;
    padding: 40px;
    width: 34%;
    background-color: #F7F7F7;
    top: 80%;
    border-radius: 0 32px 32px 0;
}

.subpage_farstview__title h1{
    color: #0D60B9;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-size: 3.5vw;
    margin: 0;
}

.subpage_farstview__title p{
    color: #012036;
    margin: 12px 0;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: kiwi-maru, sans-serif;
}


.photols_farstmessage{
    margin: 10% auto 5%;
    text-align: center;
}
.photols_farstmessage p{
    line-height: 2.5;
    color: #091F2D;
    font-weight: 500;
}


.photols_slide__title, .photols_slide__main{
    width: 60vw;
    margin: 0 auto;
}

.scroll_prev{
    background-image: url(http://recruit.lifesync.co.jp/wp-content/uploads/img/training/training-button-l.png);
}

.scroll_next{
    background-image: url(http://recruit.lifesync.co.jp/wp-content/uploads/img/training/training-button-r.png);
}

.photols_slide__title{
    background-color: #F6F6F6;
    box-shadow:inset  10px 10px 10px rgba(255, 255, 255, 1)
    ,10px 10px 10px rgba(123, 123, 123, 0.15);
    text-align: center;
    margin-bottom: 16px;
    padding: 8px 0 4px;
}

.photols_slide__title h2{
    font-size: 32px;
    color: #319FE8;
    font-weight: 600;
    margin: 0;
}

.photols_slide__title p{
    margin: 0;
}


.photols_slide{
  margin-bottom: 80px;
}


.photols_wrap{
  background-color: #DDE8F0;
  width: 70%;
  margin: 0 auto;
  padding: 36px 16px;
  text-align: center;
}

.photols_sns__text,.photols_sns__iconwrap{
 background-color: #FFF;
  width: 80%;
  margin: 0 auto;
}

.photols_sns__text h2{
    margin: 0 auto;
    color: #319FE8;
    font-size: 36px;
    padding: 16px;
    font-weight: 500;
}

.photols_sns__text p{
  margin: 0 auto;
}

.photols_sns__iconwrap{
  display: flex;
  justify-content: space-around;
  padding: 8px 40px;
}

.photols_sns__icon{
  width: 25%;
  padding: 16px;
  text-align: center;
}

.photols_sns__icon img{
  width: 55%
}

.photols_sns__icon p{
  margin: 8px 0;
  color: #0B456B;
}


.inteview_farstmessage{
    width: 50%;
    margin: 5% 0 10% auto;
}


.jinji_farstview{
    margin: 10% auto 3%;
    text-align: center;
}

.jinji_farstview h2{
    font-size: 36px;
}

.jinji_wrap{
    display: flex;
    margin: 120px auto;
        justify-content: space-between;
}

.jinji_wrap_img{
    width: 20%;
}

.jinji_wrap_text{
    width: 75%;
}

.jinji_wrap_text h3{
    color: #009fe8;
}

.jinji_wrap_text p{
    margin: 8px 0 24px;
}









.scroll_buttontest {
    background-color: #E53935;
    border-radius: 100%;
    box-shadow: 1px 5px 7px #C62828;
    color: #fff;
    display: block;
    padding: 25px 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 50px;
    top: 50%;
    left: -5%;
  }

.scroll_buttontest::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) rotate(45deg);
}




.training_farstmessage{
    margin: 15% auto 5%;
    position: relative;
    width: 70%;
    
}


.training_farstmessage h2{
    color: #319FE8;
    font-family: ta-koigokoro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}



.training_flow{
    line-height: 1.75;
}

.training_flow__title{
    background: linear-gradient(to right, #fff 0%, #fff 15%, #FFFFFF00 15%, #FFFFFF00 100%);
        padding: 16px 10%;
}


.training_flow__title h3{
    color: #0D60B9;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-size: 28px;
}

.training_flow__section{
    width: 85%;
    margin: 0 auto;
    border-left: solid 10px #FFF;
    position: relative;
    padding: 32px 0 32px 15%;
}

.training_flow__section h4{
    font-weight: 500;
    color: #319FE8;
    font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
}

.training_flow__first_text p{
    width: 70%;
}

.training_flow__first_text_img_100{
    position: absolute;
    width: 15%;
    right: 10%;
    top: -24%;
}

.training_flow__first_img{
    width: 75%;
}

.training_flow__second_contents1,.training_flow__second_contents2{
    position: relative;
    padding: 0 0 10%;
}

.training_flow__second_contents1 p{
    width: 55%;
}

.training_flow__second_contents1_img{
    position: absolute;
    width: 35%;
    right: 5%;
    top: -29%;
}

.training_flow__second_contents2_img{
    position: absolute;
    width: 35%;
    left: 0%;
    top: 3%;
    z-index: 555;
}

.training_flow__second_contents2_100{
    position: absolute;
    width: 15%;
        left: -5%;
    top: -3%;
    z-index: 556;
}

.training_flow__second_contents2 p{
    width: 100%;
    padding-left: 40%;
}

.training_flow__second_contents2 span{
    font-weight: 500;
    color: #319FE8;
    font-size: 17px;
}

.training_flow__third_img{
    width: 35%;
    position: relative;
    left: 40%;
}

.training_flow__third_text p{
    width: 70%;
}

.training_flow__third_text span{
    color: #319FE8;
}

.training_flow__third_img img{
    border-radius: 15px 0 15px 0;
}





.training_slide{
    background: linear-gradient(to right, #fff 0%, #fff 35%, #FFFFFF00 35%, #FFFFFF00 100%);
    padding: 24px 10%;
}


.training_slide h3{
    color: #0D60B9;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-size: 28px;
}

.scroll_button {
    position: absolute;
    display: block;
    height: 3vw;
    width: 3vw;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
}

.button_move:hover {
    opacity: 0.5;
}

.button_move {
    opacity: 1;
    width: 18%;
}

.move_controler{    
    text-align: justify;
    text-justify: distribute-all-lines;
}


 
.move_controler:after {
    content:"";
    display: inline-block;
    width: 100%;
    line-height:0;
    height: 0;
}

.training_slide_text{
    width: 60vw;
    margin: 8px auto 0;
}

.training_skillup{
    margin: 40px auto;
    width: 65vw;
}

.training_skillup h3{
    font-weight: 500;
    color: #319FE8;
    font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
}

.training_skillup h3 span{
    font-weight: 500;
    font-size: 22px;
}

.training_skillup span{
    color: #319FE8;
}


.training_reskilling{
    margin: 72px auto;
}

.training_reskilling h3{
    text-align: center;
    font-weight: 500;
    color: #319FE8;
    font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
}

.training_reskilling__wrap{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 24px auto;
}

.training_reskilling__contents{
    width: 23%;
}

.training_reskilling__contents{
    text-align: center;
}

.training_reskilling__contents_number{
    margin: 0 0 8px;
    border-bottom: solid 4px #000;
    padding: 2px 8px;
    font-size: 20px;
}

.training_reskilling__contents h4{
    margin: 8px 0 12px;
}

.training_reskilling__contents p{
    text-align: left;
}

.training_reskilling__contents_number_01{
  color: #FA6868;
  border-color: #FA6868;
}

.training_reskilling__contents_number_02{
  color: #F8B173;
  border-color: #F8B173;
}

.training_reskilling__contents_number_03{
  color: #6CD84B;
  border-color: #6CD84B;
}

.training_reskilling__contents_number_04{
  color: #74B4FD;
  border-color: #74B4FD;
}



.intaview_farstview__title{
    position: absolute;
    padding: 64px;
    width: 34%;
    background-color: #F7F7F7;
    top: 80%;
    border-radius: 0 32px 32px 0;
    box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.13);
}

.intaview_farstview__title h1{
    color: #319FE8;
    font-weight: 600;
    font-size: 28px;
}

.intaview_farstview__title p{
    color: #012036;
    margin: 12px 0;
    line-height: 1.75;
}

.inteview_main{
  width: 70%;
  margin: 80px auto;
}

.inteview_main__wrap{
  display: flex;
  justify-content: space-between;
}

.inteview_main__wrap .inteview_main__img{
  width: 50%;
}

.inteview_main__img img{
  border-radius: 30px 0 30px 0;
}

.inteview_main__wrap .inteview_main__text{
  width: 45%;
}


.red{
    color: red;
}

.inteview_main h2{
    color: #319FE8;
    font-weight: 600;
    font-size: 20px;
}


.input_area{
    margin: 120px auto 40px;
    width: 70%;
    min-width: 720px;
    color: #707070;
}

.entry_guide{
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.entry_guide_item{
    width: 30%;
    padding: 16px 0;
    text-align: center;
    background-color: #ECECEC;
}

.wpcf7-form-control-wrap .short{
    width: 240px;
}

.entry_input{
    width: 90%;
    margin: 0 auto;
}

.entry_input_item {
    margin: 24px 0;
}

.entry_guide_item_color{
    background-color: #0B456B;
    color: #fff;
}

.entry_guide_item_color p{
    color: #fff;
}

.entry_input_item_title{
    display: inline-block;
    width: 30%;
}

.entry_input_item input {
    box-sizing: border-box;
    padding: 1em 2em;
    letter-spacing: 1px;
    color: #aaaaaa;
    border: 1px solid #CDCDCD;
}

.back_button, .confirm_button, .send_button{
    background-color: #319FE8;
    width: 240px;
    margin: 8px auto;
    border-radius: 90px;
    display: block;
    padding: 10px;
    border: none;
    color: #fff;
}


/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}



/* カルーセル全体 */
.photols_slide__main {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}
/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
    width: 60vw;
    height: 34vw;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
    width: 60vw;
    height: 34vw;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
/* 上辺と右辺のみ幅5pxの枠線 */
  /*border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;*/
  /* 普段はボタンはやや薄くする */
  /*opacity: 0.5;*/
  /* スライドよりも前面にする */
  z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
.scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  /*transform: rotate(-135deg);*/
}
/* 次へボタン */
.scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  /*transform: rotate(45deg);*/
}
/* スライド移動ボタンエリア */
.move_controler {
  width: 60vw;
  margin: 16px auto;
  text-align: center;
}
/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  /*height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;*/
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}
.button_move img {
    width: 100%;
}
/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}
/* スライド移動ボタンの色 */
.button_move {
  width: 12%;
}
/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* スライド移動ボタンの1個目を明るくする */
/* （今選択されていることが分かるように） */
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked ~ .slide:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked ~ .move_controler
  .button_move:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked ~ .slide:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked ~ .move_controler
  .button_move:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(8):checked ~ .slide:nth-of-type(8) {
  opacity: 1;
}
.slide_select:nth-of-type(8):checked ~ .move_controler
  .button_move:nth-of-type(8) {
  opacity: 1;
}