/*------------------------------------------------------------------------
--------------------------------------------------------------------------
SP
--------------------------------------------------------------------------
------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .sp_only{
        display: none!important;
    }
}
@media screen and (max-width: 768px) {
    .pc_only{
        display: none!important;
    }
   /* SP common
   ---------------------------------------------------------------------------- */
   body{
      position: relative;
      min-width: 100%;
   }
   .spOnly{ display: block;}
   .spOnlyI{ display: inline-block;}

   .pcOnly,.pcOnlyI{ display: none;}

   .inner{
      width: 92%;
      margin: 0 auto;
   }

   .inner{
      width: 94%;
      margin: 0 auto;
   }

    main{
        padding-top: 60px;
    }

   /* SP header   
   ---------------------------------------------------------------------------- */
    #header{
        height: 60px;
        padding: 0 0;
    }

    #header .header_inner{
        min-height: auto;
        margin-left: 3%;
        width: 97%;
        height: 60px;
    }

    #header .header_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height:60px;
    }

    #header .header_logo{
        width: clamp(calc(180 / 375 * 0px) , calc(180 / 375 * 100vw) , calc(180 / 375 * 500px));
        aspect-ratio: auto;
        border-radius: 0;
        position: static;
        background-color: transparent;
        margin:0;
    }

    #header .header_logo img{
        width:100%;
    }

    #header .header_nav{
        display: none;
    }
    #header .header_right{
        display: flex;
        height:60px;
        align-items: center;
    }

    #headContact{
        display: block;
        width: clamp(calc(90 / 375 * 0px) , calc(90 / 375 * 100vw) , calc(90 / 375 * 500px));
        height: 100%;

    }
    #headContact a{
        width: 100%;
        padding: 5px 0;
        height: 100%;
    }
    #headContact a span{
        font-size: 14px;
    }
    #headContact a::before {
        display: block;
        margin: 0 auto;
        width:24px;
         height:16px;
         background-image: url('images/icon_mail_white.svg');
         background-size: contain;
         background-repeat: no-repeat;
         margin-top: 4px;
    }
    #headContact a::after {
        display: none;
    }
    header .menuBtn.spOnly{
        background: #ff9943;
        border-bottom: 3px solid #df6600;
        color: #FFF;
        width: clamp(calc(72 / 375 * 0px) , calc(72 / 375 * 100vw) , calc(72 / 375 * 500px));
        height: 100%;
        display: -ms-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
            justify-content: center;
    }
   header .menuBtn.spOnly::after{
      content: "メニュー";
   }
   header .menuBtn.spOnly.active::after{
      content: "閉じる";
   }


   /* SP gNavi
   ---------------------------------------------------------------------------- */
   #gNavi{
      display: none;
      
      position: fixed;
      top: 60px;
      left: 0;
      z-index: 1000;
      width: 100%;      
      background: rgba(255,255,255,0.9)
   }
   #gNavi ul{
      display:block; 
      border-right: none; 
      border-left: none; 
   }
   #gNavi ul.inner{
      width: 100%;
   }
   #gNavi li{
      text-align: left;
      border-bottom: 2px solid #efefef;
   }
   #gNavi li + li{  
      border-left: none; 
   }
   #gNavi li a{
      width: 100%;
      padding: 15px 0 15px 20%;
   }
   #gNavi li a img{
      margin-right: 3%;
   }
   #gNavi li a br{ 
      display: none;
   }
   #gNavi li a::after{
      display: none;
   }
   #gNavi li:first-child a{
      width: 100%;
      padding: 15px 0 15px 0;
      text-align: center;
   }
   #gNavi li:first-child a::after{
      display: none;
   }


   /* SP footer
   ---------------------------------------------------------------------------- */
   #footer{
   }
   /* SP #centerList */
   #footer #centerList{
      padding: 30px 0 320px;
      background: #fef7f2; 
   }
   
   #footer .shop_list{
      display: block;
   }

   #footer .shop_item{
      position: relative;
      border-left:none;
      padding-inline: 0;
      max-width: 320px;
      margin-inline: auto;
   }

   #footer .shop_item + .shop_item{
      margin-top: 24px;
      padding-top: 24px;
      border-top:1px dashed #9D9D9D;
   }

   #footer .shop_item:nth-child(3n){
      border-right:none;
   }

   #footer .shop_item:nth-child(3n + 1)::before{
      content:none;
   }

   #footer .shop_card{
      display: block;
   }

   #footer .shop_card .shop_tel{
      max-width: 280px;
   }

   
   /* SP #footLink */

   #footLink .footer_deco{
      position: absolute;
      left:0;
      right:0;
      bottom:calc(100% - 10px);
      margin:auto;
      width:90px;
   }

   #footLink dl{
      display: block; 
      padding: 20px 0;
   }
   #footLink dt{
      text-align: center;
      margin-bottom: 20px;
   }
   #footLink dd li{
      width: 50%;
      text-align: center;
   }
   #footLink dd li:first-child{
      padding: 0 5px 0 0;
   }
   #footLink dd li + li{
      border-left: 1px solid #FFF; 
      padding: 0 0 0 5px;
   }
   #copy{
      display: block;
      padding: 20px 0;
      text-align: center;
      font-size: 17px;
   }


   /* SP main common
   ---------------------------------------------------------------------------- */
   #pageTitle span{
      align-items: center;
      height: 150px;
      padding: 0 0 0 5%;
      font-size: 30px;
      text-shadow: 0 0 1px #FFFFFF;
   }

   .box.inner{
      padding: 40px 3%; 
      background: #FFF;
   }
   .box h2::before,
   .topBox h2::before{
      display: block;
      margin: 0 auto 10px;
      content: "";
      width: 37px;
      height: 42px;
      background: url(images/ic_plume.png) no-repeat center top / 100%;

   }

   .box h2,
   .topBox h2{
      margin-bottom: 40px;
      text-align: center;
      color: #ff9943;
      font-size: 28px;
      font-weight: bold;
   }

   /* .btn */
   .btn{
   }
   .btn a{
      display: inline-block;
      text-align: center;
   }


   /* SP top
   ---------------------------------------------------------------------------- */
   #mainImg{
      height: 200px;
   }
   #mainImg li{
      height: 200px;
      position: relative;
   }
   #mainImg li span{
      height: 200px;
      display: block;
      padding: 0 0 0 5%;
   }
   #mainImg li span img{
      height: 100%;
   }


   /* SP common */
   .topBox h2{
      font-size: 28px;
      margin-bottom: 40px;
   }


   /* topFV */
   #topFV{

   }

   #topFV .fv_frame{
      position: relative;
      /* height:300px; */
   }


   #topFV .fv_text{
      position: absolute;
      z-index: 5;
      width:200px;
      bottom:80px;
      right:calc(50% - 50px);
   }

   #topFV .slide_text{
      width:180px;
      top:-40px;
      left:auto;
      right:0;
      z-index: 2;
   }

   #topFV .slide_list{
      width:1000px;
   }
   
   /* SP topAbout */
   #topAbout{
      padding: 60px 0;
   }


   #topAbout .about_guide{
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.75;
      text-align: left;
      margin-top: 16px;
   }

   #topAbout .about_guide span{
      font-size: 20px;
   }

   #topAbout .about_bg{
      margin-inline: auto;
      margin-top: -48px;
      max-width: 330px;
   }

   #topAbout .about_flex{
      margin-top: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
      gap:40px;
   }

   #topAbout .about_left{
      width:100%;
      max-width: 300px;
   }

   #topAbout .about_left img{
      width:100%;
   }

   #topAbout .about_right{
      width:100%;
   }

   #topAbout .about_head{
      font-weight: bold;
      font-size: 24px;
   }

   #topAbout .about_text{
      margin-top: 20px;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 2;
   }

   /* topReason */
   #topReason{
      padding: 60px 0 60px;
   }

   #topReason.topBox h2{
   }

   #topReason .reason_list{
      margin-top: 90px;
   }

   #topReason .reason_item + .reason_item{
      margin-top: 80px;
   }

   #topReason .reason_block{
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
      gap:32px;
      position: relative;
   } 

   #topReason .reason_img_area{
      flex-shrink: 0;
      max-width: 400px;
   }

   #topReason .reason_img{
      width:100%;
   }


   #topReason .reason_img.reason_img_radi{
      width:300px;
      aspect-ratio: auto;
      display: flex;
      justify-content: center;
   }

   #topReason .reason_text_area{
      width: 100%;
   }

   #topReason .reason_head_frame{
      position: relative;
   }

   #topReason .reason_kind{
      position: static;
      width: fit-content;
      min-height: 30px;
      min-width: 120px;
      writing-mode: horizontal-tb;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-inline: 16px;
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 1.3;
   }

   #topReason .reason_num{

      font-weight: bold;
      font-size: 83px;
      top:-16px;
   }

   #topReason .reason_head{
      font-size: 24px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-top: 24px;
   }

   #topReason .reason_text{
      margin-top: 12px;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.75;
      white-space: normal;
   }

   #topReason .reason_remark{
      margin-top: 16px;
      font-size: 14px;
   }


   #topReason .reason_item:nth-child(odd) .reason_block{
      flex-direction: column-reverse;
   }

   #topReason .reason_item:nth-child(odd) .reason_num{
      left: -20px;
   }

   #topReason .reason_item:nth-child(even) .reason_block{
      flex-direction: column-reverse;
   }
   #topReason .reason_item:nth-child(even) .reason_text_area *{
      text-align: left;
   }

   #topReason .reason_item:nth-child(even) .reason_num{
      left: -20px;
   }


   #topReason .voice_area{
      margin-top: 120px;
   }

   #topReason .voice_head_frame::before{
      width:27px;
      height:30px;
      right:calc(100% + 10px);
      bottom:calc(100% - 10px);
   }

   #topReason .voice_head img{
      width:250px;
   }

   #topReason .voice_list_area{
      display: flex;
      justify-content: center;
      position: relative;
      margin-top: 120px;
   }

   #topReason .voice_bg{
      width:240px;
      top:-120px;
      left:calc(50% - 40px);
      /* opacity: 0.8; */
   }

   #topReason .voice_slide{
      width:280px;
      padding-inline: 10px;
   }

   #topReason .voice_card{
      height:130px;
      min-height: 100%;

      padding-top: 24px;
      padding-inline: 16px;
      padding-bottom: 24px;
      font-size: 15px;
      letter-spacing: 0.06em;
      line-height: 1.75;
   }

   
   /* SP topRecruit */
   #topRecruit{
      padding: 60px 0;
   }
   #topRecruit .tab_list{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap:10px;
   }

   #topRecruit .tab_list .tab{
      text-align: center;
      min-height:40px;
      font-size: 14px;
   }


   #topRecruit .recruit_contents_frame{
      margin-top: 30px;
   }

   #topRecruit .recruit_box{
      padding:24px;
   }

   #topRecruit .recruit_flex{
      max-width: 870px;
      margin-inline: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   #topRecruit .recruit_img_area{
      flex-shrink: 0;
      width:100%;
      max-width: 400px;
      margin-right:0;
   }


   #topRecruit .recruit_text_area{
      width:100%;
      position: relative;
      padding-top: 32px;
      padding-bottom: 32px;
   } 

   #topRecruit .recruit_head{
      position: relative;
      padding-left: 22px;
      font-size: 20px;
      font-weight: bold;
   }

   #topRecruit .banner{
      margin-top: 40px;
   }


/* SP service
---------------------------------------------------------------------------- */
#service .inner section:not(:first-of-type){
	margin-top: 50px;
}
#about h2 + p + p{
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.6;
}
#about div{
	border: 1px #ff9943 solid;
	width: 91%;
	padding: 0 0 20px 0;
}
#about div h3{
	padding: 20px 0 15px;
	font-size: 24px;
}
#about div h4{
	margin: 30px 0 10px;
	font-size: 16px;
}
#about div p{
	padding: 0 10px;
	font-size: 14px;
	text-align: center;	
}
#about div p::before{
	font-size: 11px;
	line-height: 2.0;
}


#serviceFlow h3{
	border-bottom: 2px #ff9943 dotted;
	padding: 0 0 5px 40px;
	margin: 30px 0 10px 0;
	font-size: 18px;
}

#serviceFlow ul{
	margin-left: -2%;
	text-align: left;
	font-size: 0;
}
#serviceFlow ul li{
	display: inline-block;
	width: 48%;
	margin:0 0 20px 2%;
}
#serviceFlow ul li h4{
	font-size: 16px;
}
#serviceFlow ul li p{
	font-size: 14px;
}
#serviceFlow ul li .note{
	font-size: 13px;
}
#serviceFlow dt{
	font-size: 18px;
}
#serviceFlow dd{
	padding: 10px;
}
#serviceFlow dd h5{
	font-size: 16px;	
}
#serviceFlow dd p{
	font-size: 14px;
}


#faq h3{
	padding: 0 0 0 20px;
	margin: 40px 0 10px 0;
	font-size: 16px;
}
#faq dl{
}
#faq dl dt{
	background:url(images/ic_plus.png) no-repeat 98% 10px ,url(images/service_ic_q.png) no-repeat left top;
	padding: 10px 25px 8px 52px;
	font-size: 15px;
}
#faq dl dt.active{
	background:url(images/ic_minus.png) no-repeat 98% 10px ,url(images/service_ic_q.png) no-repeat left top;
}
#faq dl dd{
	background: url(images/service_ic_a.png) no-repeat 15px 20px #FFFFFF;
	padding: 10px 10px 10px 40px;
	margin: 0 30px 10px 50px;
	font-size: 15px;
}

/* SP company
---------------------------------------------------------------------------- */
#company .inner section:not(:first-of-type),
#company-test .inner section:not(:first-of-type){
	margin-top: 50px;
}
#greeting{
	padding: 0 3% 80px;
	margin: 0 -3%;
}
#greeting h3{
	margin-bottom: 10px;
	font-size: 30px;
}
#greeting p{
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 1.6;
}
#greeting .ceo{
	font-size: 15px;
   transform: translateX(0);
}
#greeting .ceo span:first-child{
	margin-right: 114px;
}
#greeting .ceo span:last-child{
	font-size: 20px;
}

#outline table{
}
	#outline table,
	#outline table tr,
	#outline table thead,
	#outline table tbody,
	#outline table th,
	#outline table td{
		display: block;
	}
	
#outline table th,
#outline table td{
	border-left: none;
	padding: 10px 10px;
	font-size: 16px;
}
#outline table th{
	width: auto;
}

#baseintro{

}

#baseintro .base_list{
	margin-top: 100px;
}
#baseintro .base_item{
	padding-bottom: 40px;
}

#baseintro .base_item + .base_item{
	margin-top: 40px;
}

#baseintro .base_head_flex{
	display: block;
	align-items: flex-start;

}
#baseintro .base_head_frame{
	min-width: auto;
	padding-right: 0;
	padding-left: 30px;
	position: relative;
}

#baseintro .base_head_frame::before{
	width:24px;
	height:21px;
}

#baseintro .base_head{
	font-size: 20px;
}

#baseintro .base_head_sub{
	font-size: 12px;
}

#baseintro .base_map{
   width: fit-content;
	margin-top: 12px;
	min-width: 154px;
	min-height: 35px;
}

#baseintro .base_map::after{
	width:12px;
	height:12px;
}

#baseintro .base_flex{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
   flex-direction: column;
   align-items: center;
}

#baseintro .base_main_img_area{
	flex-shrink: 0;
	width:100%;
   max-width: 350px;
	margin-right: 0;
}

#baseintro .base_main_img{
	aspect-ratio: 1 / calc(310 / 290);
}

#baseintro .base_main_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}

#baseintro .base_text_area{
	width:100%;
	display: block;
   margin-top: 16px;
}

#baseintro .base_address{
	font-size: 15px;
}

#baseintro .base_mail{
	margin-top: 16px;
}

#baseintro .base_mail a{
	font-size: 15px;
	padding-left: 20px;
}

#baseintro .base_mail a::before{

	width:19px;
	height:15px;
}

#baseintro .base_tel{
	margin-top: 24px;
	font-size: 15px;
}


#baseintro .base_sub_img{
   margin:24px auto 0;
	max-width: 275px;
}


/* SP staff
---------------------------------------------------------------------------- */
#staff .staff_guide{
   text-align: left;
}

#staffBox .staffList li{
   padding: 0 0 30px;
   margin-bottom: 20px; 
}
#staffBox .stafInfo {
	display: block;
    margin-bottom: 20px;
}
#staffBox .stafInfo dt {
    width: 100%;
}
#staffBox .stafInfo dd {
    width: 100%;
}

#staffBox .stafInfo dt img{
   max-width: 400px;
   width:100%;
   margin-inline: auto;
   display: block;
}
#staffBox .stafInfo dd .staffMesse{
	margin-left: 0;
}
#staffBox .stafInfo dd h3{
	width: 100%;
	margin-right: 0;
}
#staffBox .stafInfo dd h3 + p{
	margin-right: 0;
}
#staffBox .staffInterview{
	padding: 0;
}
#staffBox .staffInterview dt::before{
    display: inline-block;
	margin-right: 2px;
	content: "\025cf";
   font-size: 10px;
    vertical-align: middle;
}
#staffBox .staffInterview dt{
   font-size: 20px;
   color: #ff9943;
   font-weight: bold;
    vertical-align: middle;
}
#staffBox .staffInterview dd + dt{
	margin-top: 20px;
}

	
	
/* SP recruit
---------------------------------------------------------------------------- */
#recruit-nurse .box.inner,
#recruit-operator .box.inner,
#recruit-helper .box.inner{
	padding: 40px 3%;
}

/* 202305 modify */
#recruit-nurse #first p,
#recruit-operator #first p,
#recruit-helper #first p{
	font-size: 16px;
	line-height: 1.6;
}
#recruit-nurse #first h2 + p,
#recruit-operator #first h2 + p,
#recruit-helper #first h2 + p{
	margin-bottom: 20px;
	font-size: 20px;
}

#first{
   padding-top: 60px;
}

.recruit_fv_section .recruit_fv_frame{
	height:300px;
}

.recruit_fv_section .recruit_fv_text{
	width:200px;
	top: 20px;
}

#first .concept ul{
	display: block;
	margin: 0 auto;
   padding-bottom: 0;
}
#first .concept ul li{
	font-size: 26px;
	padding-top:55px;
   margin-bottom: 40px;
	width: auto;
}

#first .concept_text{
	margin-top: 56px;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}


#first .recruit_vision_section{
	padding-top: 80px;
}

#first .vision_box{
	padding-top: 112px;
	padding-bottom: 60px;
	padding-inline: 24px;
	position: relative;
}

#first .vision_box .vision_icon{
	width:100px;
	top: -56px;
}

#first .vision_head{
	font-size: 24px;
}

#first .vision_list{
	margin-top: 80px;
}

#first .vision_block + .vision_block{
	margin-top: 60px;
}

#first .vision_title{
	gap:24px;
}


#first .vision_title span{
	font-size: 20px;
}

#first .vision_text{
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}

#first .vision_text .big{
	font-size: 22px;
}

#first .vision_text.vision_text_value{
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
}

#first .vision_text.vision_text_value p{
	color:#000;
	position: relative;
	padding-left: 24px;
}

#first .vision_text.vision_text_value p::before{
	width:16px;
	height:16px;
	top:4px;
}

#first .vision_text.vision_text_value p + p{
	margin-top:16px ;
}


#first .recruit_data_section{
	padding-top: 80px;
}

#first .recruit_data_head{
	gap:14px;
	font-size: 26px;
}

#first .recruit_data_head::before{
	width:35px;
	height:40px;
}

#first .recruit_data_sub{
	margin-top: 16px;
	font-weight: 500;
	font-size: 12px;
}

#first .recruit_data{
	margin-top: 48px;
}

#first .recruit_data img{
	width:100%;
	display: block;
}

#first .recruit_data_slide_area{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}


#first .recruit_data_slide_flex{
	gap:20px;
	animation: recruit_gal 20s linear infinite;
}


#first .recruit_data_slide_list{
	gap:20px;
}

#first .recruit_data_slide_list li{
	flex-shrink: 0;
	width:250px;
}


#first .recruit_data_slide_text{
	margin-top: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}


#first .slide02{
}
#first .slide02::before{
	width: 73px;
	height: 72px;
	left: 5vw;
	top: -45px;
	z-index: 10;
}
#first .slide02::after{
	width: 82px;
	height: 75px;
	right: 5vw;
	bottom: -65px;
	z-index: 10;
}

#first .slide02 li figure{
 margin: 0;
}
#first .slide02 li p{
	display: block;
	padding: 20px 15px 20px;
	position: relative;
   min-height: 160px;
}
#first .slide02 .slideitem02 p::before{
 left: 60%;
}
#first .slide02 .slideitem03 p::before{
 left: 60%;
}
#first .slide02 .slideitem05 p::before{
 left: 60%;
}

#first .slide02 li p .profession{
	display: block;
	font-size: 12px;
	width: auto;
}
#first .bnrLine{
 width: 90%;
 margin: 100px auto 0;
}
#first .btn{
	margin: 60px auto 0;
 width: 90%;
}
.categoryTitle{
	padding: 100px 0 50px;
}
.categoryTitle h2{
	font-size: 30px;
	padding: 20px;
 width: 90%;
	margin: 0 auto;
	}
.categoryTitle h2::after{
	content: "";
	width: 36px;
	height: 32px;
	position: absolute;
	left: calc(50% - 18px);
	bottom: -32px;
background: linear-gradient(to top right, transparent 50% , #ff9942 50%) no-repeat top left / 50% 100%, linear-gradient(to top left,transparent 50%, #ff9942 50%) no-repeat bottom right / 50% 100%;
}
/* /202305 modify */
/* /202305 modify */

#recruit-nurse main section:not(:first-of-type),
#recruit-operator main section:not(:first-of-type),
#recruit-helper main section:not(:first-of-type){
	margin-top: 50px;
}

#recruit-nurse #location ul li,
#recruit-operator #location ul li,
#recruit-helper #location ul li{
	border-bottom: 1px #6a6a6a dotted;
	padding: 10px 5px 10px 5px;
	display: block;
}
#location ul li h3{
	background: url(images/ic_clover.png) no-repeat left top;
	width: auto;
	padding: 0 0 5px 40px;
	font-size: 18px;
	font-weight: bold;
}
#location ul li h3 span{
	display: block;
	font-size: 15px;
}
#location ul li h3 .num{
	padding: 5px 0 0 0;
	font-size: 13px;
}
#location ul li div{
	width: auto;
}
#location ul li div p{
	padding-left: 40px;
	font-size: 14px;
}
#location ul li div p:not(:first-child){
	margin-top: 0.5em;
}
#location ul li a{
	margin: 10px auto 0 auto;
}
#base table{
	border: 1px #e2e2e2 solid;
	width: 100%;
}
	#base table tr,
	#base table thead,
	#base table tbody,
#base table th,
#base table td{
	display: block;
}
	#base table th,
#base table td{
	border-left:none;
	padding: 10px 10px;
	font-size: 16px;
}
#base table th{
	width: auto;
}
/*--*/
.occupations{
	padding: 50px 0 0 0;
}
.occupations.nurse{
	padding-top: 30px;
}
.occupations h3{
	padding: 0 0 0 10px;
	font-size: 18px;
}
.occupations table{
	margin-bottom: 20px;
}
.occupations .btn a{
	display: block;
	border-radius: 25px;
	background: url(images/ic_arrow_white.png) no-repeat 95% center #ff9943;
	width: auto;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 50px;
}


.recruit_info_section .recruit_flex{
	display: flex;
   flex-direction: column-reverse;
}

.recruit_info_section .recruit_img_area{
	flex-shrink: 0;
	width:100%;
	margin-left: 0;
}

/*--*/
#flow dl{
}
#flow dt{
	font-size: 18px;
}
#flow dd{
	padding: 0 0 15px 31%;
	font-size: 16px;
}
#flow dd p{
	width: auto;
	padding: 5px 10px;
}


	
	
   /* SP contact
   ---------------------------------------------------------------------------- */
   #contact h2 + p{
      margin-bottom: 20px;
      text-align: center;
   }


   /* .formTable */
   .formTable,tbody,tr{
      display: block;
   }
   .formTable tr:first-of-type th{
      border-radius: 15px 15px 0 0;
   }
   .formTable tr:first-of-type td{
      border-radius: 0 0px 0 0;
   }
   .formTable tr:last-of-type th{
      border-radius: 0 0 0 0px;
   }
   .formTable tr:last-of-type td{
      border-radius: 0 0 15px 15px;
   }
   .formTable th{
      display: block;
      width: 100%;
      padding: 10px 3%;
      background: #e9d1b5;
      border-bottom: 1px solid #FFF;
      color: #FFF;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      font-size: 18px;
   }
   .formTable td{
      display: block;
      padding: 10px 3%;
   }

	
/* SP privacy
---------------------------------------------------------------------------- */
#privacy .inner h2 + p{
	font-size: 16px;
	line-height: 1.7;
}
#privacy .inner h3{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}
#privacy .inner h3 span{
	width: 18px;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 16px;
}
#privacy .inner ol li{
	margin-bottom: 5px;
	font-size: 15px;
}


	
	
}/* SP end */