*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body{
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #fff;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, メイリオ, Meiryo, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
}

body a{
  text-decoration: none;
}

body ul li{
  list-style: none;
}


/*font*/

@font-face {
  font-family: "Lato-Black", sans-serif;
  src: url("../fonts/Lato-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold", sans-serif;
  src: url("../fonts/Lato-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Light", sans-serif;
  src: url("../fonts/Lato-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular", sans-serif;
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/*common*/

.common_wrap{
  padding: 0 20px;
}

.common_inner{
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/*fade*/

.fadein_bottom {
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
  opacity:0;
  -webkit-transition:opacity 3s, -webkit-transform 1s;
  transition:opacity 3s, -webkit-transform 1s;
  transition:opacity 3s, transform 1s;
  transition:opacity 3s, transform 1s, -webkit-transform 1s;
}

.bottom_in_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*header*/

header{
  width: 100%;
}

.top_header_wrap{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.header_wrap{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
}

.header_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px;
  height: 80px;
}

.header_logo{
}

.header_logo_link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hirujob_logo{
  height: 50px;
  margin: 0 10px 0 0;
}

.jpx_logo{
  height: 30px;
  margin: 0 5px 0 0;
}

.header_logo_text{
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #333;
}

.pc_menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc_menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_menu_item{
  margin: 0 0 0 30px;
}

.pc_menu_link{
  display: block;
  font-family: "Lato-Bold", sans-serif;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.08em;
}

.pc_menu_link.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_menu_mail_icon{
  width: 20px;
  margin: 0 5px 0 0;
}

.pc_menu_sns_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_menu_sns_item{
  margin: 0 0 0 30px;
}

.pc_menu_sns_item:first-child{
  margin: 0 0 0 50px;
}

.pc_menu_sns_link{
  display: block;
  height: 23px;
  width: 23px;
}

.pc_menu_sns_link img{
  width: 100%;
}

.sp_menu{
  display: none;
}

@media screen and (max-width: 1100px){

  .pc_menu{
    display: none;
  }

  .sp_menu{
    display: block;
  }
}

/*ハンバーガーボタン*/
.el_humburger {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 200;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;}

@media screen and (max-width: 840px) {

    #factory .el_humburger{
      display: none;
    }
}

.el_humburger_wrapper{
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 840px){
  .el_humburger_wrapper{
    margin-bottom: 5px;
    width: 25px;
  }
}

.el_humburger_text{
  font-size: 12px;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu{
  display: none;
}

.el_humburger_text.el_humburger_text__close{
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close{
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text{
    font-size: 10px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 840px){
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #333;
  }
}

@media screen and (max-width: 840px){
  .js_humburgerOpen .el_humburger_text svg path{
    fill: #333;
  }
}

.el_humburger span.el_humburger_bar{
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #333;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child{
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar{
  background: #333;
}

@media screen and (max-width: 840px){
  .el_humburger span.el_humburger_bar{
    left: 0;
    top: 0;
    background: #333;
  }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top{
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle{
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom{
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close{
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar{
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #333;
}

.el_humburgerButton__close span.el_humburger_bar.top{
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom{
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  width: 0;
  z-index: 3;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}

.js_humburgerOpen .navi{
  width: 580px;
}

@media screen and (max-width: 840px){
  .js_humburgerOpen .navi{
    width: 100%;
    padding: 100px 5% 0;
  }
}

.navi_inner{
  padding: 80px;
}

@media screen and (max-width: 580px){

  .navi_inner{
    padding: 20px;
  }

}

.navi_link{
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Lato-Bold", sans-serif;
  color: #333;
  white-space: nowrap;
  letter-spacing: 2px;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #C6C5C1;
}

.submenu_sp{
  margin-left: 20px;
}

.submenu_sp li a{
  margin-bottom: 28px;
  font-size: 15px;
  font-family: "Lato-Bold", sans-serif;
  color: #333;
  white-space: nowrap;
  letter-spacing: 2px;
  display: block;
}

.submenu_sp li a span{
  font-size: 12px;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px){

    .navi_link{
      margin-left: 0;
      font-size: 15px;
    }

}

.sp_sns_wrap{
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_sns_icon{
  display: block;
  width: 30px;
  margin: 0 15px;
}

.sp_sns_icon img{
  width: 100%;
}

.sp_menu_mail_icon{
  width: 20px;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}

@media screen and (max-width: 840px){

  .sp_menu_mail_icon{
    width: 18px;
  }

}


/***main***/

/*top_video*/

.bg-video-wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../images/top/top_video_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_videa_bg{
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.overlay{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 4px 4px;
  z-index: 2;
}

.top_content_area{
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
}

.top_content_area_logo{
   height: 100px;
   margin: 0 0 20px;
   display: block;
}

.top_content_area_logo img{
  height: 100%;
}

.top_content_title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  margin: 0 0 60px;
}

.top_content_title::after{
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_content_text{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.18em;
  line-height: 2;
  margin: 0 0 60px;
}

.top_content_menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_content_menu_item{
   margin: 0 15px;
}

.top_content_menu_link{
  font-family: "Lato-Bold", sans-serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_content_menu_link:hover{
  color: #F3E0D7;
}

/*staff*/

.staff{
  background-color: #E9E8E3;
  padding: 90px 0;
}

.section_title_block{
  margin: 0 0 50px;
}

.section_title_center{
  text-align: center;
  font-family: "Lato-Bold", sans-serif;
  font-size: 50px;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  line-height: 1;
}

.section_sub_title_center{
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   color: #EA7B69;
   letter-spacing: 0.2em;
   line-height: 1;
}

.staff_box_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -15px;
}

.staff_box{
  width: calc((100% - 30px) /3);
  margin: 0 15px 15px 0;
  position: relative;
  overflow: hidden;
}

.staff_box:nth-of-type(3n){
  margin: 0 0 15px 0;
}

.staff_box img{
  width: 100%;
  height: auto;
}


.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*message*/

.message{
  background-color: #fff;
  background-image: url(../images/top/図2.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 90px 0;
  border-left: 5px solid #EA7B69;
  border-bottom: 5px solid #EA7B69;
  border-right: 5px solid #FF9CB4;
  position: relative;
}

.message::after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 50%;
  height: 5px;
  background-color: #FF9CB4;
  z-index: 2;
}

.message_content_area{
  width: 100%;
}

.message_content{
  width: 600px;
  margin-left: calc(100% - 600px);
}

.section_title_block_flex{
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section_title_left{
  font-family: "Lato-Bold", sans-serif;
  font-size: 50px;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0 10px 0 0;
  line-height: 1;
}

.section_sub_title_left{
  font-size: 14px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.2em;
}

.message_title{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
}

.message_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin: 0 0 20px;
}

.ceo_name{
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-align: right;
  letter-spacing: 0.08em;
}

.ceo_name span{
  font-size: 18px;
  letter-spacing: 0.2em;
  margin: 0 0 0 20px;
}

/*consept*/

.consept{
  background-color: #E9E8E3;
  padding: 90px 0;
  background-image: url(../images/top/bg_consept.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 40%;
}

.consept_catch{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #333;
  letter-spacing: 0.02em;
  margin: 0 0 50px;
}

@media screen and (max-width: 640px){
  .consept_catch{
    font-size: 18px;
    margin: 0 0 30px;
  }
}

.consept_content_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.consept_left{
  width: 400px;
  margin: 0 50px 0 0;
}

.consept_right{
  width: calc(100% - 450px);
}

.consept_title{
  text-align: right;
  font-weight: bold;
  font-size: 25px;
  color: #333;
  letter-spacing: 0.02em;
  margin: 130px 0 0;
  position: relative;
  display: inline-block;
}

.consept_title::before{
  content: "";
  position: absolute;
  top: -60px;
  right: 100px;
  width: 65px;
  height: 3px;
  background-color: #333;
}

.consept_box_wrap{
  margin: 0 0 0 0;
}

.consept_box{
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consept_box:last-child{
  margin: 0 0 0;
}

.consept_icon{
  width: 85px;
  margin: 0 30px 0 0;
}

.consept_icon img{
  width: 100%;
}

.content_box_detail{
  width: calc(100% - 115px);
}

.consept_box_title{
  font-family: "Lato-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #EA7B69;
  margin: 0 0 10px;
}

.consept_box_sub_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.consept_box_text{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 1.8;
}


/*acsses*/

.acsses{
  background-color: #fff;
  padding: 90px 0;
}

.acsses_box_wrap{
  margin: 0 0 -100px;
}

.acsses_box{
  margin: 0 0 100px;
  text-align: center;
}

.acsses_box_title{
  font-family: "Lato-Bold", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 12px 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #333;
  display: inline-block;
  text-align: center;
  margin: 0 auto 20px;
}

.acsses_box_address_tel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}

.acsses_box_address{
  font-size: 13px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  padding: 0 30px;
  text-align: left;
}

.acsses_box_tel{
  font-size: 13px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  padding: 0 30px;
  text-align: left;
}

.acsses_box_map_block{
}

.acsses_box_map{
  position: relative;
  width: 700px;
  margin: 0 auto;
}

.acsses_box_map_arrow_top{
  position: absolute;
  left: -85px;
  top: -30px;
  width: 57px;
}

.acsses_box_map_arrow_top img{
  width: 100%;
}

.acsses_box_map_arrow_bottom{
  position: absolute;
  right: -85px;
  bottom: -30px;
  width: 57px;
}

.acsses_box_map_arrow_bottom img{
  width: 100%;
}

.google_map_link{
  display: block;
  position: absolute;
  bottom: -18px;
  left: 40px;
}

.google_map_link_btn{
  border: 2px solid #333;
  background-color: #fff;
  height: 36px;
  width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lato-Bold", sans-serif;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.18em;
}

.google_map_link_btn img{
  width: 20px;
  margin: 0 0 0 10px;
}

/*footer*/

.footer_wrap{
  background-color: #8f8f8f;
  padding: 70px 0;
}

.footer_content{
  text-align: center;
}

.footer_logo{
  height: 50px;
  display: block;
  margin: 0 0 20px;
}

.footer_logo img{
  height: 100%;
}

.copyright{
  font-family: "Lato-Regular", sans-serif;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 0 0 50px;
}

.footer_sns_link_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_sns_link{
  display: block;
  margin: 0 15px;
  width: 23px;
}

.footer_sns_link img{
  width: 100%;
}

/***about**/

.about_top{
  padding: 160px 0 0;
  background-color: #EA7B69;
}

.about_top_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 60px;
}

.about_top_title{
   margin: 0 50px 0 0;
}

.about_title{
  font-family: "Lato-Bold", sans-serif;
  font-size: 50px;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
  line-height: 1;
}

.about_sub_title{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.2em;
  line-height: 1;
}

.about_top_text_area{

}

.about_top_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.about_top_img{
  background-image: url(../images/about/bg_about_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.common_inner.flex_center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.zenkoku{
  background-color: #D93977;
}

.osaka{
  background-color: #FE81AA;
}

.hokkaido{
  background-color: #5EBFC6;
}

.nagoya{
  background-color: #DB7093;
}

.fukuoka{
  background-color: #CF355D;
}

.mens{
  background-color: #000;
}

.site_content_flex_left{
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_content_flex_right{
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.site_text_left{
  width: calc(100% - 500px);
}

.site_name_left{
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 40px;
}

.site_text{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin: 0 0 40px;
}

.site_link_btn_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-box-shadow: 3px 3px 0px #fff;
          box-shadow: 3px 3px 0px #fff;
  border: 1px solid #fff;
  width: 315px;
  height: 53px;
}

.site_link_btn_left img{
  width: 25px;
  margin: 0 0 0 10px;
}

.site_img_left{
  width: 430px;
  margin: 0 0 0 70px;
}

.site_img_left img{
  width: 100%;
}

.site_text_right{
  width: calc(100% - 500px);
}

.site_name_right{
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 40px;
  text-align: right;
}

.site_img_right{
  width: 430px;
  margin: 0 70px 0 0;
}

.site_img_right img{
  width: 100%;
}

.site_link_btn_right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-box-shadow: 3px 3px 0px #fff;
          box-shadow: 3px 3px 0px #fff;
  border: 1px solid #fff;
  width: 315px;
  height: 53px;
  margin: 0 0 0 auto;
}

.site_link_btn_right img{
  width: 25px;
  margin: 0 0 0 10px;
}

.about_bottom_content{
  padding: 0 0 90px;
  background-color: #EA7B69;
}

.about_bottom_img{
  background-image: url(../images/about/bg_about_bottom_b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
}

.about_bottom_title{
  width: 100%;
  margin: -100px 0 0 0;
  font-size: 63px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about_bottom_sub_title{
  margin: 40px 0 40px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.about_bottom_text{
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 60px;
  width: 600px;
}

.about_bottom_contact_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 70px;
  background-color: #F3E0D7;
  font-family: "Lato-Bold", sans-serif;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 auto;
}

.about_bottom_contact_btn img{
  width: 27px;
  margin: 0 10px 0 0;
}

.company{
  background-color: #E9E8E3;
  padding: 170px 0 90px;
}

.company_detail_wrap{
  background-color: #fff;
  padding: 30px;
}

.company_detail_list{
  width: 100%;
}

.company_detail_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E9E8E3;
}

.company_detail_item:last-child{
  border-bottom: none;
}

.company_detail_title{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  width: 200px;
}

.company_detail_text{
  width: calc(100% - 200px);
  font-size: 14px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2;
}

/***privacy***/

.privacy_title_area{
  background-image: url(../images/privacy/bg_privacy_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_inner.h_380{
  height: 380px;
}

.privacy_title_block{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin: 40px 0 0 0;
}

.privacy_title{
  text-align: center;
  font-family: "Lato-Bold", sans-serif;
  font-size: 50px;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  line-height: 1;
}

.privacy_sub_title{
  font-size: 14px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.2em;
  line-height: 1;
}

.privacy_content_area{
  padding: 90px 0;
  background-color: #fff;
}

.privacy_box{
   border: 2px solid #E97F6D;
   padding: 30px;
}

.privacy_text_top{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 40px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.privacy_list{
  width: 100%;
}

.privacy_item{
  margin: 0 0 40px;
}

.privacy_item:last-child{
  margin: 0 0 0;
}

.privacy_item_title{
  padding: 0 0 0 10px;
  border-left: 5px solid #EA7B69;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}

.privacy_item_text{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left:1em;
  text-indent:-1em;
}

.privacy_text{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

/***contact***/

.contact_title_area{
  background-image: url(../images/contact/bg_contact_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_inner.h_630{
  height: 630px;
}

.contact_title_block{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
  margin: 40px 0 0 0;
}

.contact_title{
  text-align: center;
  font-family: "Lato-Bold", sans-serif;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  line-height: 1;
}

.contact_sub_title{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}

.contact_content_area{
  padding: 90px 0;
  background-color: #E9E8E3;
}

.contact_box{
  background-color: #fff;
  padding: 30px;
}

.contact_box_title_block{
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #333;
  text-align: center;
}

.contact_box_title_block img{
  width: 25px;
  display: block;
  margin: 0 auto 10px;
}

.contact_box_title{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.contact_form_area{
  width: 100%;
}

.error_text{
  font-size: 12px;
  font-weight: normal;
  color: #EA7B69;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.contact_input_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 30px;
}

.contact_title_required{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
}

.contact_input_title{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  width: 200px;
}

.required{
  position: relative;
  width: 45px;
  height: 20px;
  margin: 0 40px 0 0;
  background-color: #EA7B69;
}

.required span{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  width: 100%;
  text-align: center;
}

.contact_input{
  width: calc(100% - 305px);
}

.input{
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #F3E0D7;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 10px;
  letter-spacing: 0.05em;
}

.textarea{
  width: 100%;
  resize: none;
  border: none;
  border-radius: 0;
  background-color: #F3E0D7;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.input:focus{
  outline: none;
}

.textarea:focus{
  outline: none;
}

.contact_privacy_text{
  margin: 50px 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.08em;
}

.contact_privacy_link{
  font-weight: bold;
  text-decoration: underline;
  color: #EA7B69;
}

.submit_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #EA7B69;
  width: 315px;
  height: 53px;
  border: none;
  margin: 0 auto;
}

.submit_btn img {
    width: 25px;
    margin: 0 0 0 10px;
}

/***service***/

.service_title_area{
  background-image: url(../images/service/bg_service_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_inner.h_100vh{
  height: 100vh;
}

.service_title_block{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
  margin: 40px 0 0 0;
}

.service_title{
  text-align: center;
  font-family: "Lato-Bold", sans-serif;
  font-size: 75px;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
  line-height: 1;
}

.service_sub_title{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}

.service_content_area_top{
  padding: 90px 0;
  background-color: #fff;
}

.service_top_text_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 80px;
}

.service_top_title{
  font-size: 40px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 50%;
  padding: 0 50px 0 0;
}

.service_top_text{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 2;
  width: 50%;
}

.service_top_main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service_top_main_sp{
  display: none;
}

.service_top_main_img{
  width: 480px;
  margin: 0 20px;
}

.service_top_main_img img{
  width: 100%;
}

.service_top_night_detail{
  width: calc((100% - 520px) /2);
  position: relative;
}

.top_night_work{
  position: absolute;
  top: 40px;
  left: 80px;
  font-size: 80px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 180px;
  z-index: 2;
}

.top_night_work_title{
  margin: 150px 0 20px 20px;
  text-align: left;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  color: #333;
}

.top_night_work_sub_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.top_night_work_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin: 150px 0 0 0;
}

.service_top_day_detail{
  width: calc((100% - 520px) /2);
  position: relative;
  z-index: 1;
  margin: 45px 0 0 0;
}

.top_day_work{
  position: absolute;
  top: 40px;
  right: 80px;
  font-size: 80px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 180px;
  z-index: 2;
}

.top_day_work_title{
  margin: 150px 20px 20px auto;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  color: #333;
}

.top_day_work_sub_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.top_day_work_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin: 150px 0 0 0;
}

.service_content_area_bottom{
  padding: 120px 0 90px;
  background-color: #E9E8E3;
}

.service_bottom_main_sp{
  display: none;
}

.service_bottom_main_img{
  width: 100%;
  position: relative;
  z-index: 1;
}

.service_bottom_main_img img{
  width: 100%;
}

.bottom_night_work{
  position: absolute;
  top: -40px;
  left: 10px;
  font-size: 80px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 180px;
  z-index: 2;
}

.bottom_day_work{
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 80px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 180px;
  z-index: 2;
}

.service_bottom_night_day_detail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  margin: 20px 80px 0 0;
}

.service_bottom_night_detail{
  width: calc((100% - 30px) /2);
  margin: -60px 30px 0 0;
}

.service_bottom_day_detail{
  width: calc((100% - 30px) /2);
}

.bottom_night_work_title{
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px;
}

.bottom_night_work_sub_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.bottom_night_work_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.bottom_day_work_title{
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px;
}

.bottom_day_work_sub_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.bottom_day_work_text{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

/*service sp*/

.service_top_night_block_sp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 50px;
}

.service_top_night_img{
  width: 260px;
  position: relative;
  margin: 0 40px 0 0;
}

.service_top_night_img img{
  width: 100%;
}


.service_top_night_detail_sp{
  width: calc(100% - 300px);
}

.top_night_work_sp{
  margin: 30px 0 20px -90px;
  position: relative;
  font-size: 80px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}

.top_night_work_title_sp{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
}

.top_night_work_sub_title_sp{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.top_night_work_text_sp{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.service_top_day_block_sp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 0;
}

.service_top_day_img{
  width: 260px;
  position: relative;
  margin: 0 0 0 40px;
}

.service_top_day_img img{
  width: 100%;
}


.service_top_day_detail_sp{
  width: calc(100% - 300px);
}

.top_day_work_sp{
  margin: 30px -90px 20px 0;
  text-align: right;
  position: relative;
  font-size: 80px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}

.top_day_work_title_sp{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px auto;
  text-align: right;
}

.top_day_work_sub_title_sp{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.top_day_work_text_sp{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.service_bottom_night_block_sp{
  margin: 0 0 40px;
}

.service_bottom_night_img{
  width: 100%;
}

.service_bottom_night_img img{
  width: 100%;
}

.service_bottom_night_detail_sp{
  margin: -50px 0 0 0;
  position: relative;
  z-index: 2;
}

.bottom_night_work_sp{
  margin: 0 0 20px 0;
  font-size: 60px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1;
}

.bottom_night_work_title_sp{
  font-size: 25px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
}

.bottom_night_work_sub_title_sp{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.bottom_night_work_text_sp{
  font-weight: normal;
  font-size: 13px;
  color: #333;
  line-height: 2;
}

.service_bottom_day_img{
  width: 100%;
}

.service_bottom_day_img img{
  width: 100%;
}

.service_bottom_day_detail_sp{
  margin: -50px 0 0 0;
  position: relative;
  z-index: 2;
}

.bottom_day_work_sp{
  margin: 0 0 20px 0;
  font-size: 60px;
  font-weight: bold;
  color: #EA7B69;
  letter-spacing: 0.1em;
  line-height: 1;
}

.bottom_day_work_title_sp{
  font-size: 25px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
}

.bottom_day_work_sub_title_sp{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.bottom_day_work_text_sp{
  font-weight: normal;
  font-size: 13px;
  color: #333;
  line-height: 2;
}

/*thanks*/

.thanks_text{
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.05em;
}

.thanks_text a{
  color: #EA7B69;
  font-weight: bold;
  text-decoration: underline;
}






@media screen and (max-width: 960px){

  .staff_box{
    width: calc((100% - 15px) /2);
  }

  .staff_box:nth-of-type(3n) {
    margin: 0 15px 15px 0;
  }

  .staff_box:nth-of-type(2n) {
    margin: 0 0 15px 0;
  }

  .message_content{
    width: 500px;
    margin-left: calc(100% - 500px);
  }

  .consept{
    background-size: 90%;
  }

  .consept_content_area{
    display: block;
  }

  .consept_left{
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
  }

  .consept_title{
    text-align: left;
    margin: 80px 0 0;
  }

  .consept_right{
    width: 100%;
    margin: 0 0 0 0;
    border-left: none;
    padding: 0 0 0 0;
  }

  .consept_title::before{
    right: inherit;
    left: 10px;
  }

  .acsses_box_address_tel{
    margin: 0 0 50px;
  }

  .acsses_box_map{
    width: calc(100% - 200px);
  }

  .service_top_main{
    display: none;
  }

  .service_top_main_sp{
    display: block;
  }

  .site_text_left{
    width: calc(100% - 330px);
  }

  .site_img_left {
    width: 300px;
    margin: 0 0 0 30px;
  }

  .site_text_right{
    width: calc(100% - 330px);
  }

  .site_img_right{
    width: 300px;
    margin: 0 30px 0 0;
  }


}

@media screen and (max-width: 740px){

  .about_top_content{
    display: block;
  }

  .about_top_title{
    margin: 0 0 50px 0;
  }

  .site_content_flex_left{
    display: block;
  }

  .site_content_flex_right{
    display: block;
  }

  .site_text_left{
    width: 100%;
    margin: 0 0 50px 0;
  }

  .site_img_left{
    width: 60%;
    margin: 0 auto 0 auto;
  }

  .site_text_right{
    width: 100%;
    margin: 0 0 50px 0;
  }

  .site_img_right{
    width: 60%;
    margin: 0 auto 0 auto;
  }

  .site_name_right{
    text-align: left;
  }

  .site_link_btn_right{
    margin: 0 0 0 0;
  }


}






@media screen and (max-width: 640px){

  .header_inner{
    margin: 0 10px;
  }

  .hirujob_logo{
    height: 27px;
    margin: 0 5px 0 0;
  }

  .jpx_logo{
    height: 23px;
  }

  .el_humburger{
    right: 10px;
  }

  .footer_wrap{
    padding: 30px 0;
  }

  .copyright{
    margin: 0 0 30px;
  }

  .top_content_area{
    top: 50%;
    bottom: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .top_content_area_logo{
    height: 50px;
  }

  .top_content_title{
    font-size: 23px;
    margin: 0 0 40px;
  }

  .top_content_title::after{
    width: 70px;
    bottom: -20px;
  }

  .top_content_text{
    font-size: 13px;
    margin: 0 0 40px;
  }

  .top_content_menu_list{
    display: block;
  }

  .top_content_menu_item{
    margin: 0 0 15px;
  }

  .top_content_menu_link{
    font-size: 18px;
  }

  .top_content_menu_item:last-child{
    margin: 0 0 0;
  }

  .staff{
    padding: 50px 0;
  }

  .section_title_block{
    margin: 0 0 30px;
  }

  .section_title_center{
    font-size: 37px;
    margin: 0 0 15px;
  }

  .section_sub_title_center{
    font-size: 12px;
  }

  .staff_box{
    width: calc((100% - 10px) /2);
    margin: 0 10px 10px 0;
  }

  .staff_box:nth-of-type(3n) {
    margin: 0 10px 10px 0;
  }

  .staff_box:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }

  .message{
    padding: 50px 0 140px;
    background-position: left bottom;
    background-size: 78%;
  }

  .message_content{
    width: 100%;
    margin-left: 0;
  }

  .section_title_block_flex{
    margin: 0 0 30px;
  }

  .section_title_left{
    font-size: 37px;
    margin: 0 15px 0 0;
  }

  .section_sub_title_left{
    font-size: 12px;
  }

  .message_title{
    font-size: 15px;
  }

  .message_text{
    font-size: 13px;
  }

  .consept{
    padding: 50px 0;
  }

  .consept_title::before{
    top: -30px;
  }

  .consept_title{
    font-size: 18px;
    margin: 50px 0 0;
  }

  .consept_icon{
    width: 50px;
    margin: 0 20px 0 0;
  }

  .content_box_detail{
    width: calc(100% - 70px);
  }

  .consept_box_sub_title{
    font-size: 14px;
  }

  .consept_box_text{
    font-size: 13px;
  }

  .consept_box{
    margin: 0 0 30px;
  }

  .acsses{
    padding: 50px 0;
  }

  .acsses_box_title{
    font-size: 15px;
    padding: 10px 20px;
  }

  .acsses_box_address_tel{
    display: block;
    margin: 0 0 20px;
  }

  .acsses_box_address{
    padding: 0 0;
    margin: 0 0 15px;
    text-align: center;
  }

  .acsses_box_tel{
    padding: 0 0;
    margin: 0 0 15px;
    text-align: center;
  }

  .acsses_box_map{
    width: 100%;
  }

  .google_map_link{
    left: 20px;
  }

  .acsses_box_map_arrow_top{
    position: static;
    margin: 0 0 10px 10px;
    width: 40px;
  }

  .acsses_box_map_arrow_bottom{
    position: static;
    margin: 10px 10px 0 auto;
    width: 40px;
    text-align: right;
  }

  .google_map_link{
    bottom: 25px;
  }

  .acsses_box_wrap{
    margin: 0 0 -50px;
  }

  .acsses_box{
    margin: 0 0 50px;
  }

  .common_inner.h_100vh{
    height: 350px;
  }

  .service_title{
    font-size: 37px;
    margin: 0 0 15px;
  }

  .service_sub_title{
    font-size: 12px;
  }

  .service_content_area_top{
    padding: 50px 0;
  }

  .service_top_text_block{
    display: block;
    margin: 0 0 40px;
  }

  .service_top_title{
    width: 100%;
    padding: 0 0 0 0;
    font-size: 30px;
    margin: 0 0 20px;
  }

  .service_top_text{
    font-size: 13px;
    width: 100%;
  }

  .service_top_night_block_sp{
    margin: 0 0 40px;
  }

  .service_top_night_img{
    margin: 0 10px 0 0;
  }

  .service_top_night_detail_sp{
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .top_night_work_sp{
    margin: 0 0 20px 0;
    font-size: 60px;
  }

  .top_night_work_title_sp{
    font-size: 25px;
  }

  .top_night_work_sub_title_sp{
    font-size: 15px;
    margin: 0 0 10px;
  }

  .top_night_work_text_sp{
    font-size: 13px;
  }

  .service_top_day_img{
    margin: 0 0 0 10px;
  }

  .service_top_day_detail_sp{
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .top_day_work_sp{
    margin: 0 0 20px 0;
    font-size: 60px;
  }

  .top_day_work_title_sp{
    font-size: 25px;
  }

  .top_day_work_sub_title_sp{
    font-size: 15px;
    margin: 0 0 10px;
  }

  .top_day_work_text_sp{
    font-size: 13px;
  }

  .service_content_area_bottom{
    padding: 50px 0 50px 0;
  }

  .service_bottom_main_sp{
    display: block;
  }

  .service_bottom_main{
    display: none;
  }

  .about_top{
    padding: 130px 0 0;
  }

  .about_top_title{
    margin: 0 0 30px;
  }

  .about_title{
    font-size: 37px;
    margin: 0 0 15px;
  }

  .about_sub_title{
    font-size: 12px;
  }

  .about_top_text{
    font-size: 13px;
  }

  .about_top_img{
    height: 200px;
  }

  .site_name_left{
    font-size: 40px;
    margin: 0 0 20px;
  }

  .site_text{
    font-size: 13px;
    margin: 0 0 20px;
  }

  .site_link_btn_left{
    width: 270px;
    height: 45px;
    font-size: 14px;
  }

  .site_text_left{
    margin: 0 0 30px;
  }

  .site_name_right{
    font-size: 40px;
    margin: 0 0 20px;
  }

  .site_link_btn_right{
    width: 270px;
    height: 45px;
    font-size: 14px;
  }

  .site_text_right{
    margin: 0 0 30px;
  }

  .site_img_left{
    width: 70%;
  }

  .site_img_right{
    width: 70%;
  }

  .site_content_flex_left{
    padding: 130px 0 50px;
  }

  .site_content_flex_right{
    padding: 130px 0 50px;
  }

  .about_bottom_content{
    padding: 0 0 50px;
  }

  .about_bottom_title{
    font-size: 33px;
    margin: -45px 0 0 0;
  }

  .about_bottom_sub_title{
    font-size: 15px;
    margin: 20px 0 20px 0;
  }

  .about_bottom_text{
    font-size: 13px;
    margin: 0 0 40px;
    width: 100%;
  }

  .company{
    padding: 130px 0 50px;
  }

  .company_detail_wrap{
    padding: 20px;
  }

  .company_detail_item{
    display: block;
    padding: 10px 0;
  }

  .company_detail_title{
    width: 100%;
    font-size: 13px;
  }

  .company_detail_text{
    width: 100%;
    font-size: 13px;
  }

  .common_inner.h_380{
    height: 270px;
  }

  .privacy_title{
    font-size: 37px;
    margin: 0 0 15px;
  }

  .privacy_sub_title{
    font-size: 12px;
  }

  .privacy_content_area{
    padding: 50px 0;
  }

  .privacy_box{
    padding: 20px;
  }

  .privacy_text_top{
    font-size: 13px;
    margin: 0 0 30px;
  }

  .privacy_item_title{
    font-size: 16px;
  }

  .privacy_item{
    margin: 0 0 30px;
  }

  .privacy_item_text{
    font-size: 13px;
  }

  .privacy_text{
    font-size: 13px;
  }


  .contact_input_block{
    display: block;
  }

  .contact_title_required{
    width: 100%;
    margin: 0 0 10px;
  }

  .contact_input_title{
    width: auto;
  }

  .required{
    margin: 0 0 0 20px;
  }

  .contact_input{
    width: 100%;
  }

  .common_inner.h_630{
    height: 330px;
  }

  .contact_title{
    font-size: 37px;
    margin: 0 0 15px;
  }

  .contact_sub_title{
    font-size: 12px;
  }

  .contact_content_area{
    padding: 50px 0;
  }

  .contact_box_title{
    font-size: 16px;
  }

  .contact_privacy_text{
    margin: 30px 0;
  }

  .contact_box{
    padding: 20px;
  }

  .submit_btn{
    width: 100%;
    height: 45px;
    font-size: 14px;
  }

  .contact_input_title{
    font-size: 13px;
  }

  .contact_box_title_block{
    padding: 0 0 20px;
    margin: 0 0 20px;
  }

  .thanks_text{
    font-size: 13px;
  }

  .consept_left{
    margin: 30px 0 0 0;
  }

}


/*top consept*/

.img_pyramid{
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.img_pyramid img{
  width: 100%;
}

@media screen and (max-width: 960px){
  .img_pyramid{
    max-width: 350px;
  }
}

@media screen and (max-width: 640px){
  .img_pyramid{
    max-width: 250px;
  }
}
