

@media screen and (min-width: 1200px) {
    .top_img_p {
    width: 36%;
    font-size: 1.6em;
    text-align: left;
    bottom: 145px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p2 {
    width: 36%;
    font-size: 1.6em;
    text-align: left;
    bottom: 95px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p3 {
    width: 17%;
    font-size: 1em;
    text-align: left;
    bottom: 60px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p4 {
    width: 24%;
    font-size: 1em;
    text-align: left;
    bottom: 30px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p5 {
    width: 21%;
    font-size: 1em;
    text-align: left;
    bottom: 0px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}
}

@media screen and (max-width: 1200px) {
    .top_img_p {
    width: 44%;
    font-size: 1.6em;
    text-align: left;
    bottom: 145px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p2 {
    width: 44%;
    font-size: 1.6em;
    text-align: left;
    bottom: 95px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p3 {
    width: 20%;
    font-size: 1em;
    text-align: left;
    bottom: 60px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p4 {
    width: 29%;
    font-size: 1em;
    text-align: left;
    bottom: 30px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p5 {
    width: 24.5%;
    font-size: 1em;
    text-align: left;
    bottom: 0px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
}
}

@media screen and (max-width: 1000px) {
    .top_img_p {
    width: 60%;
    font-size: 1.6em;
    text-align: left;
    bottom: 145px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p2 {
    width: 60%;
    font-size: 1.6em;
    text-align: left;
    bottom: 95px;
    padding: 3px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p3 {
    width: 27%;
    font-size: 1em;
    text-align: left;
    bottom: 60px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p4 {
    width: 39%;
    font-size: 1em;
    text-align: left;
    bottom: 30px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p5 {
    width: 33%;
    font-size: 1em;
    text-align: left;
    bottom: 0px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}
}

@media screen and (min-width: 751px) and (max-width: 991px) {
    .box_title_990{
    font-size: 21px;
    margin-bottom: 3.0rem;
    font-weight: bold;
    overflow: auto;
    -ms-overflow-style: none;
}
}

@media screen and (min-width: 751px) {

.top_img {
    text-align:right;
    position:relative;
}

.bg-slider {
    width: 70vw;
	height: 70vh;
	background-size: cover;
	display: flex;
    text-align: right!important;
    position:relative;
    margin-left: 120px;
}



.top_h2 {
    padding: 0.25em 0.5em 1.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 3px #00aeef;/*左線*/
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.top_news {
    padding: 0.25em 0.5em 1.5em;/*上下 左右の余白*/
    color: #c9c9c9;/*文字色*/
    text-decoration: none;
}

.top_news p {
    margin: 2px 0 2px 0;
    color: #c9c9c9;/*文字色*/
    text-decoration: none;
}

.btn {
    border: 1px solid #000000;
    border-radius: 0;
    text-decoration: none;
    padding: 0.5rem 6rem;
    font-size: 1.2em;
    width: 260px;
    height: 50px;
    color: #333333;
}
.btn:visited {
    color: #333333;
}
.btn-more {
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.btn-more.center {
    margin-left: 22px;
}
.btn-more:hover {
    
    background: #595959;
    border-color: #595959;
    color: #fff;
}
.btn-more:active {
}
.btn-more span {
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #595959;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 0;
    height: 0;
}
.btn-more:hover span {
    width: 260px;
    height: 260px;
}

.stickarrow {
    width: 60px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: 125px;
    margin-top: -20px;
}
.stickarrow-more {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 60px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: -40px;
}

.flowtitle{
    display: inline-block;
    font-size: 3rem;
    height: 70px;
    line-height: 70px;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 80px;
    margin: auto;
    background-color: #00aeef;
}

.service_mb {
    margin-bottom: 150px;
}

.service_mb_end {
    margin-bottom: 170px;
}

.service_sub_title{
    font-size: 0.8em;
    font-weight: bold;
}
.service_title{
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1;
    font-weight: bold;
}

.service_text{
    font-size: 16px;
    line-height: 0.9;
}

.box-shadow1{
    margin-right: 5%;
    padding: 20px;
    background: #FFF;
    max-width: 47%;
    border-radius: 3px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}

.box-shadow2{
    padding: 20px;
    background: #FFF;
    max-width: 47%;
    border-radius: 3px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}

.box-shadow1 img{
    width: 40%;
    padding-right: 20px;
    height: auto;
    float: left;
}
.box-shadow2 img{
    width: 40%;
    padding-right: 20px;
    height: auto;
    float: left;
}

 .box-shadow1 a {
    color: #000000!important;
    text-decoration: none!important;
}

.box-shadow1 a:hover {
    color: #595959!important;
    opacity: 0.8;
}

 .box-shadow2 a {
    color: #000000!important;
    text-decoration: none!important;
}

.box-shadow2 a:hover {
    color: #595959!important;
    opacity: 0.8;
}

.stickarrow {
    width: 60px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: 96%;
}

.stickarrow_bk {
    width: 60px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: 180%;
    margin-top: -20px;
}

.box_sub_title{
    font-size: 13px;
    margin-bottom: 2%;
    
}
.box_title{
    font-size: 21px;
    font-weight: bold;
}

.box_text {
    font-size: 13px;
    line-height: 1.7rem;
    margin-bottom: 0;
    overflow:auto;
    -ms-overflow-style: none;
}


.a-style {
    text-decoration: none;
    color:#000000;
}
.a-style:hover {
    text-decoration: none!important;
    opacity: 0.8;
}
.a-style:visited {
    color: #000000;
}

.recruit_area {
    max-width: 1280px;
    margin: 0 auto;
}

.recruit_img {
    text-align:right;
    position:relative;
    margin-top: 150px;
}

.flowtitle_left{
    display: inline-block;
    font-size: 3.0rem;
    height: 140px;
    line-height: 200px;
    bottom: 410px;
    margin-left: 10%;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle_left::before {
    content: '';
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 3px;
    height: 100px;
    background-color: #00aeef;
}

.recruit_text{
    display: inline-block;
    font-size: 1rem;
    height: 70px;
    bottom: 350px;
    margin-left: 10%;
    line-height: 1.8;
    font-weight: bold;
    position: absolute;
}

.btn_gr_left {
    display: inline-block;
    bottom: 300px;
    margin-left: 10%;
    border: 1px solid #595959;
    border-radius: 0;
    text-decoration: none;
    padding: 0.5rem 6rem;
    font-size: 1.2em;
    width: 260px;
    height: 50px;
    background: #595959;
    color: #ffffff!important;
    position: absolute;
    text-decoration: none!important;
    transition: background 0.2s, color 0.2s;
}
.btn_gr_left:hover {
    color: #595959 !important;
    background: #ffffff;
}


.company_area {
    max-width: 1280px;
    margin: 0 auto;
}

.company_img {
    text-align:left;
    position:relative;
    margin-top: 120px;
}

.flowtitle_right{
    display: inline-block;
    font-size: 3.0rem;
    height: 140px;
    line-height: 200px;
    bottom: 310px;
    margin-left: 72%;
    position: absolute;
    text-align:right;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle_right::before {
    content: '';
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 3px;
    height: 100px;
    background-color: #00aeef;
}

.recruit_text_right_p1{
    display: inline-block;
    font-size: 1rem;
    height: 70px;
    bottom: 230px;
    margin-left: 59%;
    line-height: 1.8;
    font-weight: bold;
    position: absolute;
}

.recruit_text_right_p2{
    display: inline-block;
    font-size: 1rem;
    height: 70px;
    bottom: 200px;
    margin-left: 67.2%;
    line-height: 1.8;
    font-weight: bold;
    position: absolute;
}
	
.recruit_text_right_p3{
    display: inline-block;
    font-size: 1rem;
    height: 70px;
    bottom: 170px;
    margin-left: 67.3%;
    line-height: 1.8;
    font-weight: bold;
    position: absolute;
}
	


.btn_gr_right {
    display: inline-block;
    bottom: 180px;
    margin-left: 67%;
    border: 1px solid #595959;
    border-radius: 0;
    text-decoration: none;
    padding: 0.5rem 6rem;
    font-size: 1.2em;
    width: 260px;
    height: 50px;
    background: #595959;
    color: #ffffff!important;
    position: absolute;
    text-align:right;
    text-decoration: none!important;
    transition: background 0.2s, color 0.2s;
}
.btn_gr_right:hover {
    color: #595959 !important;
    background: #ffffff;
}

.btn-bk {
    background: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    color: white!important;
    text-decoration: none;
    padding: 1rem 4rem;
    font-size: 1.5em;
    font-weight: bold;
    max-width: 100%;
    transition: background 0.2s, color 0.2s;
}
.btn-bk:hover {
    background: white;
    color: #000000 !important;
    text-decoration: none!important;
}

.text-color {
    color: #333333;
}

.tel a{
    color:#000000;
    font-size: 2.5em;
    font-weight: bold;
}

.tel-2{
    font-size: 0.9em;
}

.sp {
    display: none;
}

}


@media screen and (max-width: 770px) {
    .top_img_p {
    width: 78%;
    font-size: 1.6em;
    text-align: left;
    bottom: 145px;
    padding: 2px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p2 {
    width: 78%;
    font-size: 1.6em;
    text-align: left;
    bottom: 95px;
    padding: 2px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p3 {
    width: 37%;
    font-size: 1em;
    text-align: left;
    bottom: 60px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p4 {
    width: 54%;
    font-size: 1em;
    text-align: left;
    bottom: 30px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}

.top_img_p5 {
    width: 45%;
    font-size: 1em;
    text-align: left;
    bottom: 0px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
}
}


@media screen and (max-width: 750px) {
    .pc {
    display: none;
}

.top_img {
    position:relative;
}

.bg-slider_sp {
    width: 100%;
	height: 55vh;
	display: flex;
    position:relative;
}

.top_img_p {
    width: 77%;
    font-size: 1.5em;
    text-align: left;
    bottom: 145px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 15px;
}

.top_img_p2 {
    width: 77%;
    font-size: 1.5em;
    text-align: left;
    bottom: 100px;
    padding: 1.5px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 15px;
}

.top_img_p3 {
    width: 45%;
    font-size: 0.75em;
    text-align: left;
    bottom: 60px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 15px;
}

.top_img_p4 {
    width: 50%;
    font-size: 0.75em;
    text-align: left;
    bottom: 35px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 15px;
}

.top_img_p5 {
    width: 45%;
    font-size: 0.75em;
    text-align: left;
    bottom: 10px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 15px;
}

.top_h2 {
    padding: 0.25em 0.5em 1.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 2px #00aeef;/*左線*/
    font-family: 'Lato', sans-serif!important;
    font-size: 1.5em;
}

.top_news {
    padding: 0.25em 0.5em 1.5em;/*上下 左右の余白*/
    color: #c9c9c9;/*文字色*/
}

.top_news p {
    margin: 2px 0 2px 0;
    font-size: 0.8em;
    color: #c9c9c9;/*文字色*/
    text-decoration: none;
}

.btn {
    border: 1px solid #000000;
    border-radius: 0;
    text-decoration: none;
    font-size: 0.8em;
    width: 109px;
    height: 30px;
    color: #333333!important;
    text-align: center;
}


.stickarrow {
    width: 33px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: 71px;
    margin-top: -17px;
}

.flowtitle{
    display: inline-block;
    font-size: 2rem;
    height: 70px;
    line-height: 70px;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 80px;
    margin: auto;
    background-color: #00aeef;
}

.service_sub_title{
    font-size: 0.8em;
    font-weight: bold;
}
.service_title{
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1;
    font-weight: bold;
}

.service_text{
    font-size: 1em;
    line-height: 1.5;
}
 
.box-shadow1{
    margin-right: 2rem;
    padding: 10px;
    background: #FFF;
    max-width: 554px;
    border-radius: 3px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    width: 98%;
    
}

 .box-shadow1 a {
    color: #000000!important;
}

.box-shadow1 a:hover {
    color: #595959!important;
    text-decoration: none!important;
    opacity: 0.8;
}

 .box-shadow2 a {
    color: #000000!important;
    text-decoration: none!important;
}

.box-shadow2 a:hover {
    color: #595959!important;
    opacity: 0.8;
}

 
.a-style {
    text-decoration: none;
    color:#000000;
}
.a-style:hover {
    text-decoration: none!important;
    opacity: 0.8;
}
.a-style:visited {
    color: #000000;
}


.stickarrow_box {
    width: 60px;
    height: 8px;
    border-bottom: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    transform: skew(45deg);
    margin-left: 84%;
    margin-top: -18px;
}

.box_sub_title{
    font-size: 13px;
    font-weight: bold;
}
.box_title{
    font-size: 21px;
    color: #000000;
    font-weight: bold;
}

.box_text{
    font-size: 13px;
    line-height: 1.0;
}

.recruit_area_sp {
    margin-bottom: 200px;
    
}
.recruit_sp {
    width: 100%;
}

.flowtitle_left{
    display: inline-block;
    font-size: 2rem;
    height: 40px;
    line-height: 25px;
    bottom: -40px;
    position: absolute;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle_left::before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 3px;
    height: 70px;
    background-color: #00aeef;
}

.recruit_text{
    display: inline-block;
    font-size: 13px;
    height: 50px;
    bottom: -85px;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    margin-bottom: 10px
}

.btn_gr_left {
    display: inline-block;
    bottom: -124px;
    border: 1px solid #595959;
    border-radius: 0;
    text-decoration: none;
    font-size: 0.8em;
    width: 109px;
    height: 30px;
    background: #595959;
    color: #ffffff!important;
    position: absolute;
    text-decoration: none!important;
    transition: background 0.2s, color 0.2s;
}
.btn_gr_left:hover {
    color: #595959;
    background: #ffffff;
}



.company_area_sp {
    margin-bottom: 200px;
}

.company_sp {
    width: 100%;
    margin-top: 50px
}

.flowtitle_right{
    display: inline-block;
    font-size: 2rem;
    height: 40px;
    line-height: 25px;
    bottom: -40px;
    position: absolute;
    margin-bottom: 20px;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.flowtitle_right::before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 3px;
    height: 70px;
    background-color: #00aeef;
}

.recruit_text_right{
    font-size: 13px;
    height: 50px;
    bottom: -85px;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    margin-bottom: 10px;
}

.btn_gr_right {
    display: inline-block;
    bottom: -130px;
    border: 1px solid #595959;
    border-radius: 0;
    text-decoration: none;
    font-size: 0.8em;
    width: 109px;
    height: 30px;
    background: #595959;
    color: #ffffff!important;
    position: absolute;
    text-decoration: none!important;
    transition: background 0.2s, color 0.2s;
}
.btn_gr_right:hover {
    color: #595959 !important;
    background: #ffffff;
}

.btn-bk {
    background: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    color: white!important;
    text-decoration: none;
    padding: 1rem 4rem;
    font-size: 1.2em;
    text-decoration: none!important;
}

.text-color {
    color: #333333;
}

.tel{
    font-size: 2em;
    font-weight: bold;
}

.tel-2{
    font-size: 0.9em;
}

.area_mb {
    margin-bottom: 150px;
}
    
}

@media screen and (max-width: 400px) {
    .top_img_p {
    width: 85%;
    font-size: 1.25em;
    text-align: left;
    bottom: 145px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p2 {
    width: 85%;
    font-size: 1.25em;
    text-align: left;
    bottom: 105px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p3 {
    width: 55%;
    font-size: 0.75em;
    text-align: left;
    bottom: 60px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p4 {
    width: 62%;
    font-size: 0.75em;
    text-align: left;
    bottom: 38px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p5 {
    width: 55%;
    font-size: 0.75em;
    text-align: left;
    bottom: 17px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}
}

@media screen and (max-width: 360px) {
    .bg-slider_sp {
    width: 100%;
	height: 57vh;
	display: flex;
    position:relative;
}

    .top_img_p {
    width: 78%;
    font-size: 1.1em;
    text-align: left;
    bottom: 115px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p2 {
    width: 78%;
    font-size: 1.1em;
    text-align: left;
    bottom: 75px;
    padding: 1px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p3 {
    width: 55%;
    font-size: 0.7em;
    text-align: left;
    bottom: 45px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p4 {
    width: 61%;
    font-size: 0.7em;
    text-align: left;
    bottom: 25px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}

.top_img_p5 {
    width: 55%;
    font-size: 0.7em;
    text-align: left;
    bottom: 5px;
    padding: 0.75px;
    color: #fff;
    background: #000;
    position: absolute;
    margin-left: 10px;
}
}