@charset "UTF-8";

/*--------------------------------
 全体
--------------------------------*/
html {
  height:100%
  overflow: hidden;
  font-size:62.5%;
}

body {
  margin: 0 auto;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"メイリオ",Meiryo,"Lucida Sans Unicode","Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;

}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

img {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fadein {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein,
.each_fadein > li {
  opacity: 0;
  position: relative;
  top: 20px;
}



@media only screen and (min-width: 600px) {
  .sp-br{
    display: none;
  }
}
/*--------------------------------
TOPページ ヘッダー
---------------------------------*/
.inner_header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
}

.inner_header .logo{
  width: 280px;
}

.inner_header .logo a{
  display: block;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .inner_header .logo{
    width: 50%;
  }
  .inner_header{
    height: 100%;
    padding: 20px 10px 10px;
  }
}


/*--------------------------------
TOPページ メイン　スライダー
---------------------------------*/

.mvslider {
  width: 100%;
}

.mvslider_li {
  width: 100%;
}

.mvslider_li img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 1720px) {
  .mvslider_li img {
   width: 90%;
   margin: 0 auto;
 }
}
@media only screen and (max-width: 599px) {
  .mvslider_li img {
   width: 90%;
   margin: 0 auto;
 }
}



/*--------------------------------
TOPページ/メインコンテンツ
---------------------------------*/
#top .top_main_content{
  padding-top: 200px;
}
@media only screen and (max-width: 959px) {
  #top .top_main_content{
    padding-top:100px;

  }
}
@media only screen and (max-width: 599px) {
  #top .top_main_content{
    padding-top:70px;
  }
}

#top .main_title_area{
  text-align:center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  #top .main_title_area{
    margin-bottom:20px;
  }
}

#top .main_title{
  font-weight: bold;
  font-size: 3.6rem;
}

#top .main_title span{
  display:block;
  margin-bottom: 50px;
  color:#ce323a;
  font-size:1.8rem;
}

@media only screen and (max-width: 599px) {
  #top .main_title{
    font-size: 2.4rem;
  }

  #top .main_title span{
    font-size:0.9rem;
    margin-bottom: 20px;
  }
}


#top .main_title_area P{
  padding-left:10px;
  padding-right:10px;
}

@media only screen and (max-width: 599px) {
  #top .main_title_area P{
    font-size:1.3rem;
  }
}


/*--------------------------------
TOPページ/サービス
---------------------------------*/

.bg_service01 , .bg_service02{
  background: #f7f7f7;
  padding: 30px 10px;
}

.bg_service02{
  margin-top: 15px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 599px) {
  .bg_service02{
    margin-top:5px;
    margin-bottom:0;
  }
}

.inner_service{
  max-width: 1280px;
  margin: 0 auto;
}


@media only screen and (max-width: 1279px) {
  .inner_service{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.service_list_ul{
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .service_list_ul{
    margin-top: 20px;
  }
}

.service_list{
  display: block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .service_list{
    font-size:1.3rem;
  }
}

.service_list:before{
  position: absolute;
  content:"ー";
  top: 0px;
  left: 0px;
}


.service_title{
  font-size: 2.0rem;
}

@media only screen and (max-width: 599px) {
  .service_title{
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .service_title{
    margin-bottom: 20px;
    text-align: center;
  }
}

.fadein.service_title{
  transition-delay: 1s;
}

.service_subtitle{
  text-align: center;
  margin-top:15px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .service_subtitle{
    font-size:1.2rem;
  }
}

.service_text{
  margin-top: 30px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .service_text{
    font-size:1.3rem;
    margin-top: 0px;
  }
}


.fadein.service_box_area{
  transition-delay: 1.5s;
}

.service_box ,
.service_box02{
  max-width: 370px;
  width: 48%;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}



.service_box img ,
.service_box02 img {
  display: block;
  width: 100px;
  margin: 0 auto;
}


@media only screen and (max-width: 959px) {
  .service_box ,
  .service_box02{
    max-width: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .service_box ,
  .service_box02{
    display: flex;
    padding: 20px 10px;
  }

  .service_titlearea{
    flex-basis: 40%;
  }
  .service_trxtarea{
    flex-basis: 55%;
  }
}

.main_service01 ,
.main_service02 {
  display: flex;
}

@media only screen and (max-width: 599px) {
  .main_service01 ,
  .main_service02 {
    display: block;
  }
}

.service_box_area{
  display: flex;
  gap: 30px;
  width: 70%;
}

@media only screen and (max-width: 959px) {
  .service_box_area{
    flex-direction: column;
    gap:5px;
  }
}

@media only screen and (max-width: 599px) {
  .service_box_area{
    width: 100%;
  }
}



.service_title_area{
  width: 30%;
  padding-left: 70px;
}

@media only screen and (max-width: 959px) {
  .service_title_area{
    padding-left:0;
  }
}

@media only screen and (max-width: 599px) {
  .service_title_area{
    width: 100%;
  }
}

.service_title img{
  display: block;
  max-width: 100%;
  width: initial;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ce323a;
}

.service_title img:first-of-type{
  display: block;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ce323a;
}

@media only screen and (max-width: 599px) {
  .service_title img ,
  .service_title img:first-of-type{
    display: inline;
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 599px) {
  .service_title .pc-br{
    display: none;
  }
}



/*--------------------------------
TOPページ philosophy
---------------------------------*/
.top_philosophy{
  width: 95%;
}

@media only screen and (max-width: 959px) {
  .top_philosophy{
    width:100%;
  }
}

.philosophy_bg{
  background-color: #fff7ec;
  background-image: url("../images/top_philosophy_img_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  text-shadow: 1px 1px 7px rgba(255, 247, 236, 0.9), -1px 1px 7px rgba(255, 247, 236, 0.9), 1px -1px 7px rgba(255, 247, 236, 0.9), -1px -1px 7px rgba(255, 247, 236, 0.9);
}

@media only screen and (max-width: 1279px) {
  .philosophy_bg{
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 959px) {
  .philosophy_bg{
    background-image:none;
  }
}

.sp_only_img{
  display: none;
}

@media only screen and (max-width: 959px) {
  .sp_only_img{
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}


.philosophy_bg_pattern{
  background: transparent url("../images/top_philosophy_pattern.png") repeat left top;
  padding: 80px 0 ;
}

@media only screen and (max-width: 959px) {
  .philosophy_bg_pattern{
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .philosophy_bg_pattern{  
    padding-top:40px;
  }
}

.inner_philosophy{
  max-width: 1280px;
  margin: 0 auto;
}

.philosophy_title{
  margin-bottom: 60px;
  font-size: 5rem;
}

@media only screen and (max-width: 959px) {
  .philosophy_title{
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .philosophy_title{
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}

#top_philosophy .fadein.philosophy_title{
  transition-delay: 500ms;  
}

.philosophy_text_area{
  width: 74%;
  font-size: 1.8rem;
  line-height: 2.6;
}

#top_philosophy .fadein.philosophy_text_area{
  transition-delay: 1s;
}


@media only screen and (max-width: 959px) {
  .philosophy_text_area{
    width:100%;
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 599px) {
  .philosophy_text_area{
    font-size:1.3rem;
    line-height: 2;
  }
}


/*--------------------------------
TOPページ/会社概要
---------------------------------*/


#top_company.fadein {
  transition-delay: 500ms;
}

.inner_company_profile{
  max-width:1280px;
  padding:200px 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .inner_company_profile{
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 599px) {
  .inner_company_profile{
    padding:70px 10px;
  }
}

.company_profile_title{
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 50px;
}


.company_profile_title span{
  display: block;
  color:#ce323a;
  font-size: 1.8rem;
}

@media only screen and (max-width: 599px) {
  .company_profile_title{
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .company_profile_title span{
    font-size: 0.9rem;
  }
}

.company_profile_img{
  display: block;
  position: relative;
  max-width: 640px;
}

.company_profile_img::before{
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #ffdab2, #ffdcde);
  width: 100%;
  height: 100%;
  top: 30px;
  right: 30px;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .company_profile_img::before{
    top: 15px;
    right: 15px;
  }
}



.inner_company_profile ul{
  display: flex;
  gap: 3%;
}

@media only screen and (max-width: 599px) {
  .inner_company_profile ul{
    flex-direction: column;
  }
}



.left_side{
  width: 55%;
}

@media only screen and (max-width: 959px) {
  .left_side{
    width: 40%;
  }
}

@media only screen and (max-width: 599px) {
  .left_side{
    width: 90%;
    margin: 0 auto;
  }
}


.right_side{
  width: 45%;
}
@media only screen and (max-width: 959px) {
  .right_side{
    width:55%;
  }
}
@media only screen and (max-width: 599px) {
  .right_side{
    width:100%;
  }
}

.company_profile_dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

@media only screen and (max-width: 599px) {
  .company_profile_dl{
    margin-top: 40px;
    font-size: 1.3rem;
  }
}

.company_profile_dl a{
  display:block;
  margin-top: 10px;
  padding: 10px;
  color: #FFFFFF;
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  text-align: center;
}

.company_profile_dl a:hover {
  display:block;
  background-color: #FFFFFF;
  color:#4e4e4e;
}



.company_profile_dl dt{
  width: 80px;
  padding: 20px 0;
}
.company_profile_dl dd{
  width:calc(100% - 80px);
  padding: 20px 0;
}
.company_profile_dl dt:first-of-type{
  padding-top: 0;
}

.company_profile_dl dd:first-of-type{
  padding-top: 0;
}


.company_profile_dl dt:nth-of-type(5),
.company_profile_dl dd:nth-of-type(5){
  border-bottom:1px solid #cacaca;
}

@media only screen and (max-width: 599px) {
  .company_profile_dl dt:nth-of-type(5),
  .company_profile_dl dd:nth-of-type(5){
    margin-bottom: 20px;
  }

  .company_profile_dl dt,
  .company_profile_dl dd{
    padding: 10px 0px;
  }
}


/*--------------------------------
TOPページ フローティングバナー
---------------------------------*/
.floating_btn{
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 30px;
  right: 30px;
  padding: 0 10px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}


.floating_recruit_btn{
  width: 150px;
  height: 150px;
  background: #ce323a;
  color:#FFFFFF;
  border: 2px solid #ce323a;
  border-radius: 10px;
}
.floating_recruit_btn:hover{
  background: #FFFFFF;
  color: #ce323a;
}

.floating_contact_btn{
  width: 150px;
  height:80px;
  color:#ce323a;
  background: #FFFFFF;
  border: 2px solid #ce323a;
  border-radius: 10px;
}
.floating_contact_btn:hover{
  color: #FFFFFF;
  background-color: rgb(206 50 58 / 0.8);
}

.floating_contact_btn::before{
  position:absolute;
}


.floating_contact_btn a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
}
.floating_contact_btn a span{
  display: block;
}


.floating_contact_btn a span::before{
  display: block;
  content:"";
  background: url("../images/footer_contact_icon@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  margin: 0px auto 5px auto;
}


.floating_recruit_btn a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
}

@media only screen and (max-width: 1279px) {
  .floating_btn{
    flex-direction:  row;
    position: fixed;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 4;
    margin: auto;
    padding: 0 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .floating_recruit_btn ,
  .floating_contact_btn{
    width: 48%;
    height: auto;
  }


  .floating_recruit_btn .pc-br{
    display: none;
  }
  .floating_contact_btn a span::before{
    display:inline-block;
    padding-left: 30px;
    margin: 0;
  }
  .floating_contact_btn{
    padding: 20px 10px;
  }

  #contact .floating_recruit_btn{
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  #recruit .floating_contact_btn{
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }

}



/*--------------------------------
TOPページ フッター
---------------------------------*/

.pagetop_link{
  display: flex;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.pagetop_link a{
  display: block;
  width: 60px;
  height: 60px;
}

.pagetop_link_icon{
  width:100%;
}

@media only screen and (max-width: 599px) {
  .pagetop_link{
    display: block;
    height: auto;
    padding: 40px 0 30px;
    text-align: center;
  }

  .pagetop_link_icon{
    width: 30px;
  }
  .pagetop_link a{
    width: 100%;
    height: 100%;
  }
}

.copyright{
  display: block;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #cacaca;
}



.copyright small{
  font-size: 1.6rem;
}

/*--------------------------------
TOPページ コンタクト
---------------------------------*/
.top_contact_area{
  width: 100%;
  padding:100px 0;
  background: url("../images/footer_bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  align-content: center;
}

@media only screen and (max-width: 599px) {
  .top_contact_area{
    padding: 75px 10px 25px;
    background: url("../images/footer_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.top_contact_area_ul{
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 599px) {
  .top_contact_area_ul{
    display: block;
  }
}

.top_contact_area_ul li{
  width: 100%;
  font-size: 2.4rem;
  border: 2px solid #ce323a;
  border-radius: 10px;
}

@media only screen and (max-width: 599px) {
  .top_contact_area_ul li{
    width: 80%;
    margin: 0 auto;
    font-size:1.8rem;
    border-radius: 5px;
    border: 1px solid #ce323a;
  }
}

.top_contact_area_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: center;
}

.recruit_link a span{
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 599px) {
  .recruit_link a span{
    display: block;
    font-size:1.3rem;
  }
}

#top_page .contact_link a {
  padding: 45px 10px;
}

@media only screen and (max-width: 599px) {
  #top_page .contact_link a{
    padding: 15px 10px;
  }
}

.contact_link a span{
  display: flex;
  justify-content: center;
}

.contact_link a span:before{
  display: inline-block;
  width: 40px;
  height: 26px;
  margin: auto 10px auto 0;
  background: url("../images/footer_contact_icon@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  content:"";
}

@media only screen and (max-width: 599px) {
  .contact_link a span:before{
    width: 20px;
    height: 13px;
  }
}
.contact_link{
  background: #FFFFFF;
  color: #ce323a;
}


.contact_link:hover{
  color: #FFFFFF;
  background-color: rgb(206 50 58 / 0.8);
}


#top_page .recruit_link{
  color: #FFFFFF;
  background: #ce323a;
}

#top_page .recruit_link:hover {
  color: #ce323a;
  background: #FFFFFF;
  opacity: 0.7;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}


@media only screen and (max-width: 599px) {
  #top_page .recruit_link{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  #top_page .recruit_link a{
    padding: 15px 10px;
  }
}









/*--------------------------------
お仕事情報　
---------------------------------*/

.common_inner_recruit_main{
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.recruit_main_title{
  width: 100%;
  background:url("../images/recruit_heading_img_pc.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 10% 0%;
}

@media only screen and (max-width: 1279px) {
  .recruit_main_title{
    padding: 8% 0%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_main_title{
    background: url("../images/recruit_heading_img_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 100%;
  }
}

.recruit_main_title span{
  display: block;
  width: 42%;
  background: #ce323a;
  color: #FFFFFF;
  font-size: 3.6rem;
  padding: 20px 60px;
  text-align: right;
}

@media only screen and (max-width: 959px) {
  .recruit_main_title span{
    width: 45%;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit_main_title span{
    font-size: 1.5rem;
  }
}

.recruit_main_content{
  max-width: 1280px;
  width: 90%;
  margin: 150px auto 0px auto;
}
@media only screen and (max-width: 959px) {
  .recruit_main_content{
    margin: 100px auto 0px auto;
  }
}

@media only screen and (max-width: 767px) {
  .recruit_main_content{
    margin: 30px auto 0px auto;
  }
}
@media only screen and (max-width: 599px) {
  .recruit_main_content{
    font-size: 1.3rem;
  }
}
.recruit_content_title{
  margin: 0 auto;
  font-size:2.4rem;
  font-weight: bold;
  line-height: 2.0;
}
@media only screen and (max-width: 599px) {
  .recruit_content_title{
    font-size: 1.3rem;
  }

}
.Employment_type{
  margin: 100px auto 30px auto;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 599px) {
  .Employment_type{
    font-size: 1.3rem;
    margin: 60px auto 20px auto;
    padding-bottom: 10px;
  }
}
.job_list_dl{
  width: 100%;
}

.job_list_dl dt{
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  width: 12%;
}

@media only screen and (max-width: 599px) {
  .job_list_dl dt{
    padding: 10px 0;
    width: 20%;
  }
}
.job_list_dl dd{
  display: inline-block;
  padding: 20px 0;
  width: 87%;
}
@media only screen and (max-width: 599px) {
  .job_list_dl dd{
    padding: 10px 0;
    width:74%
  }
}

.apply_button{
  display: block;
  max-width: 720px;
  margin: 80px auto 0px auto;
  padding: 30px 10px;
  background: #ff9933;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border:2px solid #ff9933;
  border-radius: 10px;
}

.apply_button:hover{
  background: #FFFFFF;
}
@media only screen and (max-width: 599px) {
  .apply_button{
    margin: 20px 0px auto;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}


.recruit_contact{
  background-color: #ffe1e1;
}

.recruit_contact_area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 400px;
  margin: 100px auto 0;
}

@media only screen and (max-width: 599px) {
  .recruit_contact_area{
    margin: 60px auto 0px;
    height: auto;
    padding: 40px 10px;
  }
}
.recruit_contact_area p{
  font-size: 2.0rem;
}

@media only screen and (max-width: 599px) {
  .recruit_contact_area p{
    font-size: 1.5rem;
  }
}

.recruit_contact_link{
  display: block;
  padding: 30px 10px;
  padding-left: 45px;
  max-width: 420px;
  width: 90%;
  font-size: 2.4rem;
  border: 2px solid #ce323a;
  border-radius: 10px;
  background: #FFFFFF;
  color: #ce323a;
  text-align: center;
  align-items: center;

}
@media only screen and (max-width: 599px) {
 .recruit_contact_link{
  width: 65%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  font-size: 1.8rem;
  border: solid 1px #ce323a;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;

}

}

.recruit_contact_link span{
  display: block;
  position: relative;
}

.recruit_contact_link span::before{
  display: block;
  position:absolute;
  top: 5px;
  left: 65px;
  width: 40px;
  height: 26px;
  background: url("../images/footer_contact_icon@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  content:"";
}

@media only screen and (max-width: 599px) {
  .recruit_contact_link{
    display:flex;
    justify-content:center;
  }

  .recruit_contact_link span{
    margin-left: 15px;
  }


  .recruit_contact_link span::before{
    width: 20px;
    top: 7px;
    left: -24px;
  }
}

.recruit_contact_link:hover{
  color: #FFFFFF;
  background-color: rgb(206 50 58 / 0.8);
}

.phone_number span{
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 3.7rem;
  font-weight: 600;
  color:#CE323A;
}

.phone_number span::before{
  display: block;
  position: absolute;
  content:"";
  top: 7px;
  left: 0px;
  width: 35px;
  height:35px;
  background: url("../images/call_icon.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 599px) {
  .phone_number span{
    font-size:2.3rem;
  }

  .phone_number span::before{
    top: 0px;
    left: 0px;
    width: 30px;
    height:30px;

  }
}


/*--------------------------------
Contact
---------------------------------*/


.contact_main_title{
  width: 95%;
  background:url("../images/contact_heading_img_pc.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 10% 0%;
}

@media only screen and (max-width: 1279px) {
  .contact_main_title{
    padding: 8% 0%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_main_title{
    background: url("../images/contact_heading_img_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 100%;
  }
}

.contact_main_title span{
  display: block;
  width: 42%;
  background: #ce323a;
  color: #FFFFFF;
  font-size: 3.6rem;
  padding: 20px 60px;
  text-align: right;
}

@media only screen and (max-width: 959px) {
  .contact_main_title span{
    width: 45%;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_main_title span{
    font-size: 1.5rem;
  }
}


.contact_content_inner{
  max-width: 960px;
  margin: 150px auto 0px auto;
  padding: 0px 10px 50px;
}

@media only screen and (max-width: 959px) {
  .contact_content_inner{
    margin: 100px auto 0px auto;
  }
}

@media only screen and (max-width: 767px) {
  .contact_content_inner{
    margin: 30px auto 0px auto;
  }
}
.form_span{
  margin-left: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff0000;
}

.contact_notes{
  margin-bottom: 50px;
}
.contact_notes li:first-of-type{
  margin-bottom: 10px;
}

.contact_form_dl{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  padding: 10px;

}

.contact_form_dl input{
  width: 100%;
  height: 32px;
}

.contact_form_dl textarea {
  width: 100%;
  height: 270px;
}

.contact_form_dl dt{
  width:24%;

}
.contact_form_dl dd{
  width: 76%;
  border: 1px solid #d2d2d2;
  border-radius: 10px;

}

.contact_form_dl dd:last-of-type{
  border: none;
  overflow-y: scroll;
  height: 500px;
}


@media only screen and (max-width: 767px) {
  .contact_form_dl{
    flex-direction: column;
    gap: 10px;
  }

  .contact_form_dl dt{
    width: 100%;
  }
  .contact_form_dl dd{
    width: 100%;
  }
  .personal_acception{
    font-size: 1.3rem;
  }
}



/*プライバシーポリシー*/
.personal_acception{
  text-align: center;
}

.contact_send_btn{
  margin-top: 20px;
  text-align: center;
}
.contact_send_btn input:disabled {
  background-color: #cccccc;
  cursor: default;
}

.contact_send_btn input {
  width: 40%;
  max-width: 300px;
  padding: 15px 10px;
  border: none;
  border-radius: 10px;
  background-color: #ce323a;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .contact_send_btn{
    margin-top: 0px;
  }
}


@media only screen and (max-width: 767px) {
  .contact_send_btn input{
    width: 40%;
    max-width: 300px;
    height: auto;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.guidelines {
  max-width: 680px;
  margin: 0 auto 60px;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 2;
}

.guidelines_header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.guidelines_text {
  margin-bottom: 24px;
}

.guidelines_item {
  text-align: justify;
  margin-bottom: 24px;
}

.guidelines_item:has(.num){
  display: flex;
  column-gap: 7px;
}

.guidelines_data {
  text-align: right;
}

.handling {
  max-width: 680px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 2;
}

.handling_header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.handling_title {
  font-weight: 700;
}

.handling_text {
  margin-bottom: 24px;
  padding-left: 20px;
}

.handling_item {
  margin-bottom: 24px;
}

.handling_list {
  margin-bottom: 24px;
  padding-left: 20px;
}

.handling_sublist2 {
  margin-left: 12px;
}

.handling_image {
  text-align: right;
}

.handling_image a img{
  width: inherit;
  height: inherit;
}

.handling p:has(.num),
.handling h4:has(.num){
  display: flex;
  column-gap: 7px;
}

.handling a{
  color: blue;
  text-decoration: underline;
  word-break: break-all;
}

.box-tab {
  display: flex;
  justify-content:center;
  margin-bottom: 30px;
}

.box-tab .tab-item {
  font-size:16px;
  color: black;
  margin-right: 20px;
  cursor: pointer;
}
.box-tab .tab-item.active {
  color: #D13E41;
}
.content {
  display: none;
}
.content.open {
  display: block
}
.handling_item2 {
  margin-bottom: 5px;
  text-indent: -15px;
  text-align: justify;
}
.handling_sublist {
  padding-left: 27px;
}

.handling_sublist .handling_sublist{
  padding-left: 20px;
}
.handling_sublist02 {
  padding-left: 60px;
}
.handling_item3 {
  margin-bottom: 5px;
  text-indent: -35px;
}

/*プライバシーポリシーポリシー終了*/


/*--------------------------------
TOPページ 飾り線
---------------------------------*/

.hero_before,
.hero_after {
  position: absolute;
  z-index: 3;
}

.hero_after {
  text-align: right;
}

.hero_before li,
.hero_after li {
  position: relative;
  display: inline-block;
}

.hero_before li span,
.hero_after li span {
  display: block;
  width: 1px;
  height: 60px;
}

.hero_before li {
  display: inline-block;
  height: 0;
  -webkit-animation: fluffy 3s infinite 2s ease;
  animation: fluffy 3s infinite 2s ease;
}

.hero_before li span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hero_before li + li {
  margin-left: 8.5%;
}

.hero_after li {
  -webkit-animation: fluffy 3s infinite 3s ease;
  animation: fluffy 3s infinite 3s ease;
}

.hero_after li span {
  margin: 0 0 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero_after li + li {
  margin-top: -2.5%;
}

.hero_before li:nth-child(1) {
  top: 0;
}

.hero_before li:nth-child(1) span {
  background-color: #ffac28;
}

.hero_after li:nth-child(1) {
  top: 30px;
}

.hero_after li:nth-child(1) span {
  background-color: #f9666d;
}

.hero_before li:nth-child(2) {
  top: 0;
  left: 50px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.hero_before li:nth-child(2) span {
  background-color: #f9666d;
}

.hero_after li:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.hero_after li:nth-child(2) span {
  background-color: #ffac28;
}


@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fluffy {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@keyframes fluffy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*飾り線*/
.top_company{
  position: relative;
}

.hero_before,
.hero_after{
  position: absolute;
  z-index: 3;
}
#top_company .hero_before{
  top:50%;
  left: 10%;
}
@media only screen and (max-width: 959px) {
#top_company .hero_before{
  top:80px;
	}
}

#top_company .hero_after{
  top: 250px;
  right: 10%;
}

#contact .hero_before{
  top:80px;
  left: 10%;
}
@media only screen and (max-width: 599px) {
#contact .hero_before{
  left: 20%;
}
}


#contact .hero_after{
  top: 250px;
  right: 100px;
}
@media only screen and (max-width: 959px) {
#contact .hero_after{
  top: 360px;
  right: 100px;
}
}
@media only screen and (max-width: 599px) {
#contact .hero_after{
  top: 150px;
  right: 10%;
}
}


.hero_before li {
  position: relative;
  display: inline-block;
  animation: fluffy 3s infinite 2s ease;
}
.hero_after li{
  position: relative;
  display: inline-block;
  animation: fluffy 3s infinite 2s ease;
}

.hero_before li + li{
  margin-left: 8.5%;
}


.hero_before li:nth-child(1) {
  top: 0;
}

.hero_before li:nth-child(2){
  top: 0;
  left: 50px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.hero_after li:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.hero_before li span{
  display: block;
  width: 1px;
  height: 60px;
  transform: rotate(-45deg);
}


.hero_before li:nth-child(2) span{
  background-color: #f9666d;
}

.hero_before li:nth-child(1) span{
  background-color: #ffac28;
}

.hero_after li:nth-child(1) span{
  background-color: #f9666d;
}
.hero_after li:nth-child(2) span{
  background-color: #ffac28;
}

.hero_after li span{
  display: block;
  width: 1px;
  height: 60px;
  transform: rotate(45deg);
}


@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fluffy {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@keyframes fluffy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}


@media only screen and (min-width: 600px) {/* ---------- タブレット ---------- */
  .hero_before li span , .hero_after li span{
    height: 100px;
  }
}


@media only screen and (min-width: 960px) {/* ---------- 小型PC ---------- */
  .hero_before li span,
  .hero_after li span {
    height: 230px;
  }

  .hero_before li:nth-child(2) {
    left: 150px;
  }

  .hero_after li:nth-child(1) {
    top: 150px;
    right: 30px;
  }

  @-webkit-keyframes fluffy {
    0% {
      -webkit-transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -20px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes fluffy {
    0% {
      -moz-transform: translate(0, 0);
    }
    50% {
      -moz-transform: translate(0, -20px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes fluffy {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, -20px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}

.main_visual_box {
  position: relative;
}

.main_visual_box .hero_before {
  top: -30px;
  left: 10%;
}

.main_visual_box .hero_after {
  top: 100px;
  right: 8%;
}

@media only screen and (min-width: 600px) {/* ---------- タブレット ---------- */
  .main_visual_box .hero_before {
    top: -60px;
  }

  .main_visual_box .hero_after {
    top: 60px;
  }
}

@media only screen and (min-width: 960px) {/* ---------- 小型PC ---------- */
  .main_visual_box .hero_after {
    top: 100px;
  }
}

@media only screen and (min-width: 1280px) {/* ---------- 大型PC ---------- */
  #recruit .hero_before {
    left: 10%;
  }
}

/*--------------------------------
thanksページ 
---------------------------------*/
.thanks_inner{
 padding:20px;
 margin:0 auto;
}

.thanks_title{
  margin-bottom:20px;
  font-size:2.0rem;
  font-weight:bpld;
}

.thanks_text{
	margin-bottom:20px;
}

.thanks_top_link{
  display:block;
  width:200px;
  padding:1em;
  border:1px solid #ce323a;
  border-radius:5px;
  color:#ce323a;
}


.thanks_top_link:hover{
  color:#FFF;
  background:#ce323a;
}
/*--------------------------------
404ページ 
---------------------------------*/
.e404text_inner{
 padding:20px;
 margin:0 auto;
}

.e404page_top_link{
  display:block;
  width:200px;
  margin-top:20px;
  margin-bottom:40px;
  padding:1em;
  border:1px solid #ce323a;
  border-radius:5px;
  color:#ce323a;
}

.e404page_top_link:hover{
  color:#FFF;
  background:#ce323a;
}
/*--------------------------------
payroll
---------------------------------*/

.payroll_main_title{
  width: 95%;
  background:url("../images/payroll_heading_img_pc.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 10% 0%;
}

@media only screen and (max-width: 1279px) {
  .payroll_main_title{
    padding: 8% 0%;
  }
}


@media only screen and (max-width: 599px) {
  .payroll_main_title{
    width: 100%;
    background: url("../images/payroll_heading_img_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
}

.payroll_main_title span{
  display: block;
  width: 30%;
  padding: 20px 60px;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: right;
  background: #ce323a;
}

@media only screen and (max-width: 1279px) {
  .payroll_main_title span{
    width: 45%;
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 959px) {
  .payroll_main_title span{
    width: 45%;
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 599px) {
  .payroll_main_title span{
    width: 38%;
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}

.payroll_title_inner{
  max-width: 1280px;
  margin: 50px auto 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 599px) {
  .payroll_title_inner{
    margin: 20px auto;
  }
}

.payroll_main_title2{
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .payroll_main_title2{
    font-size:1.8rem;
  }
}

.payroll_main_title2 span{
  display: block;
  margin-top: 10px;
  font-size: 3.0rem;
  color: #CE323A;
}

@media only screen and (max-width: 599px) {
  .payroll_main_title2 span{
    margin-top: 5px;
    font-size:1.4rem;
  }
}

.payroll_common_inner1{
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.payroll_problem_title{
  max-width: 960px;
  margin: 0 auto 72px auto;
  padding: 40px 0px;
}
@media only screen and (max-width: 599px) {
  .payroll_problem_title{
    margin-bottom:32px;
    padding: 20px 10px;
  }
}

.payroll_problem_sp{
  display: none;
}

@media only screen and (max-width: 599px) {
  .payroll_problem_pc{
    display:none;
  }
  .payroll_problem_sp{
    display: block;
  }
}


.payroll_common_inner2{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.payroll_common_inner1{
  background:url("../images/payroll_bg_line.png") #888888;
}

.service_plan_area{
  display: flex;
}
@media only screen and (max-width: 599px) {
  .service_plan_area{
    display:block;
  }
}

.text_plan_area{
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .text_plan_area{
    width: 100%;
  }
}


.service_plan_area figure{
  width: 46%;
}

@media only screen and (max-width: 599px) {
  .service_plan_area figure{
    width: 50%;
    margin: 13px auto;
  }
}

.common_title_service{
  margin-bottom:1em;
  font-size: 3.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .common_title_service{
    margin-top: 2em;
  }
}
@media only screen and (max-width: 599px) {
  .common_title_service{
    font-size:1.6rem;
    text-align: center;
  }
}
.icn-check{
  width: auto;
  height: 36px;
  margin-right: 15px;
  vertical-align: text-top;
}
@media only screen and (max-width: 599px) {
  .icn-check{
    height: 16px;
    margin-right:5px;
  }
}


.plan_img_pc{
  left: 20px;
}


.plan_img_sp{
  display: none;
}

@media only screen and (max-width: 599px) {
  .plan_img_pc{
    display:none;
  }
  .plan_img_sp{
    display: block;
    margin: 20px auto;
  }
}

.text_plan{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 599px) {
  .text_plan{
    font-size: 1.3rem;
  }
}

.common_subtitle_plan{
  padding: 0.5em 0;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom:1px solid #333333;
}
@media only screen and (max-width: 599px) {
  .common_subtitle_plan{
    font-size:1.3rem;
    text-align: center;
  }
}



.payroll_service_img{
  margin: 16px 40px;
}
@media only screen and (max-width: 599px) {
  .payroll_service_img{
    margin: 13px 40px;
  }
}


.payroll_service_img img{
  margin: 1em 0 3em 0;
}
@media only screen and (max-width: 599px) {
  .payroll_service_img img{
    margin: 13px auto;
  }
}


.table_title{
  margin: 1em 0;
  font-weight: 600;
  color: #CE323A;
}
@media only screen and (max-width: 599px) {
  .table_title{
    font-size:1.3rem;
    text-align: center;
  }
}


.table_basic{
  width: 100%;
  color: #CE323A;
  border-collapse: collapse;
  white-space: nowrap;
}


@media only screen and (max-width: 599px) {
  .table_basic{
    display: block;
    overflow-x:scroll;
  }
}

.table_basic th{
  background: #F6D9DD;
}
.table_basic th,
.table_basic td{
  width: 25%;
  padding: 0.8em;
  text-align: center;
  border: 1px #CE323A solid;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .table_basic th,
  .table_basic td{
    font-size:1.3rem;
  }
}



.table_notes{
  margin: 20px 0;
  padding: 0 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style-type: disc;
}
.table_notes li{
  margin: 0.8em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 599px) {
  .table_notes li{
    font-size:1.3rem;
  }
}


.payroll_text2_area{
  display: flex;
  justify-content: center;
}

.payroll_text2{
  display: inline-block;
  margin: 20px auto 50px;
  padding: 1em 2em;
  font-size: 2.4rem;
  font-weight: 600;
  color: #CE323A;
  border: 2px solid #CE323A;
}

@media only screen and (max-width: 599px) {
  .payroll_text2{
    margin: 0 auto 30px;
    font-size:1.3rem;
  }
}


.payroll_contact{
  background-color: #ffe1e1;
}


.payroll_contact_area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .payroll_contact_area{
    margin: 0 auto;
    height: auto;
    padding: 40px 10px;
  }
}
.payroll_contact_area p{
  font-size: 2.0rem;
}

@media only screen and (max-width: 599px) {
  .payroll_contact_area p{
    font-size: 1.5rem;
  }
}

.payroll_contact_link{
  display: block;
  padding: 30px 10px;
  padding-left: 45px;
  max-width: 420px;
  width: 90%;
  font-size: 2.4rem;
  border: 2px solid #ce323a;
  border-radius: 10px;
  background: #FFFFFF;
  color: #ce323a;
  text-align: center;
  align-items: center;

}
@media only screen and (max-width: 599px) {
 .payroll_contact_link{
  width: 65%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  font-size: 1.8rem;
  border: solid 1px #ce323a;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;

}

}

.payroll_contact_link span{
  display: block;
  position: relative;
}

.payroll_contact_link span::before{
  display: block;
  position:absolute;
  top: 5px;
  left: 65px;
  width: 40px;
  height: 26px;
  background: url("../images/footer_contact_icon@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  content:"";
}

@media only screen and (max-width: 599px) {
  .payroll_contact_link{
    display:flex;
    justify-content:center;
  }

  .payroll_contact_link span{
    margin-left: 15px;
  }


  .payroll_contact_link span::before{
    width: 20px;
    top: 7px;
    left: -24px;
  }
}

.payroll_contact_link:hover{
  color: #FFFFFF;
  background-color: rgb(206 50 58 / 0.8);
}

#payroll .hero_before{
  top: 150px;
  left: 10%;
}

@media only screen and (max-width: 1279px) {
  #payroll .hero_before{
    top: 50px;
  }
}

@media only screen and (max-width: 959px) {
  #payroll .hero_before{
    top: 150px;
  }
}

@media only screen and (max-width: 599px) {
  #payroll .hero_before{
    top: 80px;
    left: 20%;
  }
}

#payroll .hero_after{
  top: 330px;
  right: 100px;
}

@media only screen and (max-width: 599px) {
  #payroll .hero_after{
    top: 150px;
    right: 10%;
  }
}