@charset "utf-8";
/*======================================
recruit
=======================================*/
.page-section {
	background-color: rgba(255, 255, 255, .95);
	padding: 90px 0 75px;
}

.page-section-wrap {
	background-image: url(../img/lpgas/section_bg01.jpg);
}
.page-section-wrap:before,
.page-section-wrap:after {
    content: none;
}
.page-section .page-title span {
    color: #990610;
}
@media only screen and (max-width: 767px) {
    .page-section {
        padding: 45px 0 20px;
    }
}
/*------------------------------------*/

.section-title-en {
    border: 1px solid #001E6E;
    color: #001E6E;
    font-size: 1.0rem;
    letter-spacing: .2rem;
    padding: 2px 3px 2px 5px;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    position: relative;
    display: inline-block;
}






.right {
    right: 0;
}





/*------------------------------------*/

.lpgas-header {
    text-align: center;
	background-image: url(../img/lpgas/catch_bg.jpg);
	background-position: center center;
    padding: 150px 0 100px;

}
.lpgas-header h2.section-title {
    color: #fff;
    font-size: 4.2rem;
}
.lpgas-header h2.section-title span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-weight: 500;
}
.lpgas-header h3.section-catchcopy {
	font-size: 3.4rem;
	color: #fff;
    letter-spacing: .4rem;
    line-height: 1.3;
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 400;
}
.lpgas-header p.section-text {
    color: #fff;
}

.lpgas-subheader {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 90px;
    background: #a4000b;
    background: -moz-linear-gradient(left, #a4000b 0%, #85020b 100%);
    background: -webkit-linear-gradient(left, #a4000b 0%,#85020b 100%);
    background: linear-gradient(to right, #a4000b 0%,#85020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4000b', endColorstr='#85020b',GradientType=1 );
}
#lpgas .section-title-en {
	font-size: 2.4rem;
	font-weight: 600;
}

.lpgas-content {
    background-image: url(../img/lpgas/contact_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.lpgas-content-inner {
background-color: #fff;
    top: -100px;
    position: relative
}
.area span {
    border: 1px solid #AE000B;
    color: #AE000B;
    padding: 3px 8px;
    font-size: 1.1rem;
    margin-right: 10px;
}







#lpgas .dl-table {
    padding: 7% 7% 10% 7%;
    line-height: 2.5rem;
}

#lpgas .dl-table dt {
    padding: 30px 10px 30px 20px;
    border-top: 1px solid #D7D7D7 !important;
    position: relative
}

#lpgas .dl-table dt:before {
    content: "";
    width: 5px;
    height: 25px;
    left: 0px;
    position: absolute;
    background: #a7000b;
    background: -moz-linear-gradient(top, #a7000b 0%, #88020b 100%);
    background: -webkit-linear-gradient(top, #a7000b 0%,#88020b 100%);
    background: linear-gradient(to bottom, #a7000b 0%,#88020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7000b', endColorstr='#88020b',GradientType=0 );
}
#lpgas .dl-table dd {
    padding: 30px 10px 60px 10px;
    border-top: 1px solid #D7D7D7;
}

#lpgas .dl-table dt:nth-child(4) {
    border-bottom: 1px solid #D7D7D7;
}
#lpgas .dl-table dt:nth-child(8) {
    border-bottom: 1px solid #D7D7D7;
}
#lpgas .dl-table dd:nth-child(9) {
    border-bottom: 1px solid #D7D7D7;
}
@media only screen and (max-width: 767px) {
    .lpgas-header h2.section-title {
        font-size: 2.4rem;
    }
    .lpgas-header h3.section-catchcopy {
        font-size: 2.0rem;
    }
    .lpgas-header h2.section-title span {
        font-size: 1.3rem;
    }
    .lpgas-subheader {
        padding-top: 50px;
    }
}

.backslide {
    position: relative;
    top: -100px;
    width: 100%;
    height: 232px;
    background: url(../img/lpgas/scroll_img.png);
    animation: imgmove 180s linear infinite;
    -webkit-animation: imgmove 180s linear infinite;
    -moz-animation: imgmove 180s linear infinite;
    background-position: right center;
    background-repeat: repeat-x;
}

@keyframes imgmove {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 5843px 0;
    }
  }

  @-webkit-keyframes imgmove {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 5843px 0;
    }
  }



@media screen and (min-width:991px) {

    #lpgas .dl-table dt {
        width: 25%;
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
    }
    #lpgas .dl-table dd {
        width: 75%;
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .lpgas-header {
        padding: 75px 0px 35px;
    }
    #lpgas .dl-table dt {
        padding: 10px 10px 10px 10px;
        border-top: 0px solid #D7D7D7 !important;
        border-bottom: 2px solid #8F0610!important;
    }
    #lpgas .dl-table dd {
        padding: 10px 10px 30px 10px;
    }
    #lpgas .dl-table dd:nth-child(9) {
        border-bottom: 0px solid #D7D7D7 !important;
    }



}




































.section-title-en {
    background-color: #fff;
    border: 2px solid #001871;
    margin-top: -20px;
    font-size: 2.4rem;
    padding: 5px 110px;
}
.section-text {
    font-size: 1.6rem;
    color: #001871;
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1rem;
}



.lpgas-box-wrap {
    margin-top: -100px;
}
.lpgas-box-header {
    background:
    linear-gradient(45deg,  transparent 20px, #fff 20px),
    linear-gradient(135deg, transparent 20px, #fff 20px),
    linear-gradient(225deg, transparent 20px, #fff 20px),
    linear-gradient(315deg, transparent 20px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
    /* background: linear-gradient(45deg, #0000 20px, #fff 20px), linear-gradient(135deg, #0000 0px, #fff 0px), linear-gradient(225deg, #0000 20px, #fff 20px), linear-gradient(315deg, #0000 0px, #fff 0px); */
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;


        /* box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1); */
        -webkit-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
        box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
}






.lpgas-lpgas-left {
    padding-top: 40px;

}
.lpgas-title-en {
    font-size: 3.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #001871;
    letter-spacing: .4rem;
}





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

    .lpgas-header {
        padding: 75px 0px;
    }
    .lpgas-header h3 {
        font-size: 2.0rem;
        letter-spacing: .3rem;;
    }
    .lpgas-lpgas-left {
        padding: 30px 40px 40px;
    }
    .lpgas-box-wrap {
        margin-top: 20px;
    }
}

.section-subtitle-en {
    margin-top: -29px;
}
.section-subtitle-en span {

    display: inline-block;
    padding: 3px 45px;
    background-color: #001871;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.dl-table {
    line-height: 1.7;
}
.dl-table dt {
    padding-left: 1%;
    padding-right: 1%;
}
.dl-table dd {
    padding-left: 5%;
    padding-right: 5%;
}


.dl-table dt:nth-child(37) {
    border-bottom: 2px solid #001E6E;
}
.dl-table dd:nth-child(38) {
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 767px) {
    .requirements-header .section-title {
        font-size: 2.4rem;
    }
    .requirements-header {
        padding: 75px 0 35px 0;
        background-color: #001871;
    }
    /* .dl-table :nth-child(1) {
        border-top: 0px solid #001E6E;
    } */

}
