/* CSS Document */
/*共通のスタイルをここに記載*/
header span.name{
  font-weight: 400 !important;
}
.noneclick .menuinner ul li a, .noneclick .menuinner ul li div{
  font-weight: 400 !important;
}
div.cscontrol{
  display: none !important;
}
@media screen and (max-width:767px){
	/*スマートフォン用のスタイルをここに記載*/
   main{
    width: 100%;
  }
  section.recruit{
    margin-top: -50px;
  }
  section.recruit > figure{
    position: relative;
    z-index: 1;
  }
  section.recruit > figure img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
  section.recruit figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
    white-space: nowrap;
  }
  section.recruit figure h2::before{
    content: "RECRIT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.recruit_text{
    line-height: 2em;
    text-align: left;
    padding: 50px 1em 0 1em;
    background-color: #fff;
  }
  section.reuruit_list{
    width: 100%;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image:url("../img/recruit/sp_shousai.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  body.safari section.reuruit_list{
    background-image:url("../img/recruit/sp_shousai.jpg");
  }
  section.reuruit_list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -1;
  }
  section.reuruit_list > h2{
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-align: center;
    color: #3b465e;
  }
  section.reuruit_list > h2::before{
    content: "JOB DESCRITION";
    position: absolute;
    top: -1.2em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
  section.reuruit_list > div{
    width: 100%;
    padding: 0 1em;
    margin-top: 30px;
    box-sizing: border-box;
  }
  section.reuruit_list > div dl{
    margin-bottom: 1rem;
  }
  section.reuruit_list > div dl dt{
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1px;
    background-color: rgba(255,255,255,0.7);
    box-sizing: border-box;
  }
  section.reuruit_list > div dl dd{
    width: 100%;
    padding: 0.5em;
    background-color: rgba(255,255,255,0.7);
    box-sizing: border-box;
  }
  section.landscape{
    padding: 100px 0 50px 0;
    background-color: #fff;
  }
  section.landscape > h2{
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-align: center;
    color: #3b465e;
    margin-bottom: 30px;
  }
  section.landscape > h2::before{
    content: "WORK SCENERY";
    position: absolute;
    top: -1.2em;
    left: 50%;
    color: rgba(59,70,94,0.12);
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
  main{
    width: 100%;
  }
  section.recruit{
    margin-top: -70px;
  }
  section.recruit > figure{
    position: relative;
    z-index: 1;
  }
  section.recruit > figure img{
    width: 100%;
    height: 270px !important;
    object-fit: cover;
  }
  section.recruit figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.recruit figure h2::before{
    content: "RECRIT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.recruit_text{
    line-height: 2em;
    text-align: center;
    padding: 70px 0;
    background-color: #fff;
  }
  section.reuruit_list{
    width: 100%;
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 70px;
    background-image:url("../img/recruit/tb_shousai.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  body.safari section.reuruit_list{
    background-image:url("../img/recruit/tb_shousai.jpg");
  }
  section.reuruit_list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 3%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.reuruit_list > h2{
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-align: center;
    color: #3b465e;
  }
  section.reuruit_list > h2::before{
    content: "JOB DESCRITION";
    position: absolute;
    top: -1.2em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 3em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
  section.reuruit_list > div{
    width: 100%;
    padding: 0 1em;
    margin-top: 30px;
    box-sizing: border-box;
  }
  section.reuruit_list > div dl{
    display: flex;
    margin-bottom: 2px;
  }
  section.reuruit_list > div dl dt{
    width: calc(30% - 1px);
    background-color: rgba(255,255,255,0.7);
    margin-right: 1px;
    padding: 1rem;
  }
  section.reuruit_list > div dl dd{
    width: calc(70% - 1px);
    margin-left: 1px;
    background-color: rgba(255,255,255,0.7);
    padding: 1rem;
  }
  section.landscape{
    padding: 150px 0 70px 0;
    background-color: #fff;
  }
  section.landscape > h2{
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    color: #3b465e;
    margin-bottom: 30px;
  }
  section.landscape > h2::before{
    content: "WORK SCENERY";
    position: absolute;
    top: -1.2em;
    left: 50%;
    color: rgba(59,70,94,0.12);
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 3em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
}
@media screen and (min-width:1100px){
	/*PC用のスタイルをここに記載*/
  main{
    width: 100%;
  }
  section.recruit{
    margin-top: -100px;
  }
  section.recruit > figure{
    position: relative;
    z-index: 1;
  }
  section.recruit > figure img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;
  }
  section.recruit figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.recruit figure h2::before{
    content: "RECRUIT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.recruit_text{
    line-height: 2em;
    text-align: center;
    padding: 100px 0;
    background-color: #fff;
  }
  section.reuruit_list{
    width: 100%;
    background-color: #fff;
    padding-top: 180px;
    padding-bottom: 100px;
    background-image:url("../img/recruit/sp_shousai.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  body.safari section.reuruit_list{
    background-image:url("../img/recruit/sp_shousai.jpg");
  }
  section.reuruit_list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  section.reuruit_list > h2{
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-align: center;
    color: #3b465e;
  }
  section.reuruit_list > h2::before{
    content: "JOB DESCRITION";
    position: absolute;
    top: -1.2em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 3em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
  section.reuruit_list > div{
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
  section.reuruit_list > div dl{
    display: flex;
    margin-bottom: 2px;
  }
  section.reuruit_list > div dl dt{
    width: calc(30% - 1px);
    background-color: rgba(255,255,255,0.7);
    margin-right: 1px;
    padding: 1rem;
  }
  section.reuruit_list > div dl dd{
    width: calc(70% - 1px);
    margin-left: 1px;
    background-color: rgba(255,255,255,0.7);
    padding: 1rem;
  }
  section.landscape{
    padding: 180px 0 100px 0;
    background-color: #fff;
  }
  section.landscape > h2{
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    color: #3b465e;
    margin-top: 50px;
    margin-bottom: 2rem;
  }
  section.landscape > h2::before{
    content: "WORK SCENERY";
    position: absolute;
    top: -1.2em;
    left: 50%;
    color: rgba(59,70,94,0.12);
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 3em;
    font-weight: 700;
    font-family: 'Oswald';
    z-index: 5;
  }
}

