@charset "UTF-8";
/*↓------------リセットcss設定------------↓*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

code,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

/*↑------------リセットcss設定------------↑*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

html {
    font-size: 85%;
    line-height: 1.8;
}

body {
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    color: #707070;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


.fas {
    font-size: 0.8em;
    margin-left: 5px;
}

.mb60 {
    margin-bottom: 60px;
}
.white {
    color: #fff !important;
}

.min {
    font-size: 70%;
}

/*↓------------斜め背景設定------------↓*/

.bg_oblique_line {
    overflow: hidden;
    padding: calc(100vw * 0.12) 0;
    position: relative;
}

.bg_oblique_line:before {
    background: #2584b5;
    content: '';
    position: absolute;
    transform-origin: center;
    /*transform: rotate(-5deg);*/
    width: 200vw;
    height: calc(100% - 0.11 * (0.11 * 50% + 50vw) * 2);
    top: calc(0.11 * (0.11 * 50% + 50vw));
    left: -50vw;
    z-index: -1;
}

/*↑------------斜め背景設定------------↑*/
/*↓------------header開始------------↓*/
header {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 1;
    margin-top: -70px;
    padding: 0 20px 0 20px;
    border-bottom: solid 1px #e5e5e5;
}

#headerArea {
    height: 70px;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}

#logo {
    float: left;
    width: 200px;
    position: absolute;
    bottom: 13px;
}


/*↓------------menu開始------------↓*/


#globalMenu {
    letter-spacing: 1px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1em;
    float: right;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    margin-top: 32px;
}

#globalMenu li {
    list-style: none;
    margin: 0px 12px;
}

#globalMenu li:last-child {
    margin-right: 0px;
    margin-left: 0px;
}


#globalMenu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #707070;
}

#globalMenu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#globalMenu a:hover::after {
    transform: scale(1, 1);
}

.header-social-icon {
    font-size: 150%;
}
.fa-twitter-square,
.fa-twitter {
    color:#1DA1F2;
}
.fa-facebook-square {
    color:#1877F2;
}

/*↑------------menu終了------------↑*/


#contentsArea {
    margin-top: 70px;
}


#topImgArea {
    width: 100%;
    height: 550px;
    color: #222;
    background-size: cover;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/*メインビジュアル暗く
#topImgArea:before{
 content: ' ';
 background-color: rgba(0,0,0,.5);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}
*/

#topCatchText {
    font-size: 32px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.25em;
    padding: 40px;
    text-shadow: 0 0 6px #1c1d1d;
    letter-spacing: 1px;


    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 80px);
    text-align: center;
    line-height: 50px;
}

#topCatchTextSub {
    font-size: 55%;
    letter-spacing: 0.07em
}


.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

/*↑------------header終了------------↑*/
/*↓------------Services開始------------↓*/

#top-page #servicesArea {
    text-align: center;
    margin: -40px 0px 0px;
    padding: 100px 20px 0px;
}

#top-page #servicesArea h2 {
    text-align: center;
    margin-bottom: 60px;
}

#service-page #servicesArea{
text-align: center;
}

#service-page #servicesArea h2 {
    text-align: center;
    margin-bottom: 60px;
    display:block;
}

#service-page #servicesArea h2 span{
    border-bottom:4px solid #c6dbe6;
}

#top-page h2 {
    letter-spacing: 0.16em;
    position: relative;
    display: inline-block;
    margin: 30px;
    color: #707070;
    font-size: 2.5em;
}

/*以下で線を表示*/
#top-page h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #707070;
}

#service-page #servicesArea h2.h2-service{
    width: 100%;
    background-color: #2584b5;
    padding: 20px 0px;
    color: #ffffff;
}


h3 {
    font-size: 1.7em;
    color: #707070;
    letter-spacing: 2px;
}

.service_box {
    max-width: 30%;
    margin-bottom: 80px;
    margin-right: 45px;
}

.service_box:last-child {
    margin-right: 0px;
}


.service_box:last-child {
    margin-bottom: 0px;
}


#top-page #servicesArea .flex {
    max-width: 950px;
    margin: 0 auto;
    justify-content: center;
}

#top-page #servicesArea h3 {
    margin-bottom: 20px;
}


#service-page #servicesArea .flex {
    max-width: 950px;
    margin: 0 auto;
    justify-content: center;
}
/*
#service-page #servicesArea h3 {
    margin-bottom: 20px;
}
*/
#service-page #servicesArea .flex-top{
    margin-top:60px;
}


.service_box p {
    text-align: left;
}

.service_box a {
    color: #707070;
    border-bottom: solid 1px #e5e5e5;
}


.service_box img {
    max-width: 100%;
    margin-bottom: 15px;
}


.services_link_area {
    display: block;
    text-align: right !important;
}


.services_link_area .fa-twitter {
    float: right;
    font-size: 140%;
    margin: 13px 8px 0 0;
}

.service_box_btn {
    margin-top: 8px;
    float: right;
}

.service_box_btn:hover {
    opacity: 0.6;
    transition: all .3s ease;
}

.service-box-in-boxstyle-text p{
    font-size:17px;
}

/*↑------------Services終了------------↑*/
/*↓------------プロダクトポリシー開始------------↓*/
#productPolicyArea {
    margin:0 auto;
    text-align: center;
    padding: 0px 20px 80px;
}

#product_policy {
    font-weight: bold;
    margin: 20px auto;
    letter-spacing: 1px;
    font-size: 1.7em;
    line-height: 1.3em;
    text-align: center;

    position: relative;
    padding: 0.5em 3em;
    display: inline-block;
}

#product_policy:before,#product_policy:after{
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#product_policy:before{
    border-left: solid 1px #707070;
    border-top: solid 1px #707070;
    top:0;
    left: 0;
}
#product_policy:after{
    border-right: solid 1px #707070;
    border-bottom: solid 1px #707070;
    bottom:0;
    right: 0;
}

/*↑------------プロダクトポリシー終了------------↑*/
/*↓------------Recruit開始------------↓*/

#recruitArea {
    margin: -100px 20px 0px;
    padding-top: 100px;
    text-align: center;
}

#recruitArea h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

#recruitArea h2:before {
    background-color: #FFF;
}


/*↓------------table開始------------↓*/

.recruit_wrap table {
    border-collapse: collapse;
    max-width: 950px;
    margin: 45px auto 60px;
}

.recruit_wrap bl {
    width: 100%;
}

.recruit_wrap table th,
.recruit_wrap table td {
    color: #707070;
    font-weight: normal;
    padding: 20px;
    background-color: #FFF;
}

.recruit_wrap table th {
    text-align: center;
    padding-left: 40px;
    width: 26%;
}

.recruit_wrap table td {
    text-align: left;
}

.recruit_wrap table a {
    color: #FFF !important;
    background-color: #707070;
}


.recruit_wrap table a:hover {
    opacity: 0.8;
    transition: 0.2s;
}


.job_btn {
    padding: 15px;
    display: block;
    margin-top: 20px;
    text-align: center;
}


/*↑------------table終了------------↑*/
/*↓------------gallery開始------------↓*/

.gallery_wrap {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.gallery_wrap h3 {
    margin-top: 60px;
}

.gallery_wrap img {
    width: 15.7%;
}

/*↑------------gallery終了------------↑*/
/*↑------------Recruit終了------------↑*/
/*↓------------WorkStyle開始------------↓*/

#workStyleArea {
    text-align: center;
    margin: -80px 20px 0px;
    padding: 80px 0px;
    letter-spacing: 1px;
}

#workStyleArea h2 {
    margin-top: 30px;
}


#workStyleArea h3 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.fa-check-square {
    margin-right: 6px;
    font-size: 100%;
}

#systemArea {
    max-width: 950px;
    margin: 45px auto 0px;
}

.system_item {
    max-width: 283px;
}

.system_item p {
    text-align: justify;
}

.system_item img {
    max-width: 130px;
    margin-bottom: 15px;
}

.system_heading {
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: center !important;
}

/*行動指針*/
#behavioral_box {
    max-width: 950px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0px;
}
.behavioral_text{
    letter-spacing: 1px;
    margin-top: 40px;
}
.behavioral_item {
    width: calc(100% / 3 - 40px * 2 / 3);
    float: left;
    display: block;
    max-width: 303px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 15px;
    color: #707070;
}
.behavioral_item:nth-child(3n){
    margin-right: 0px;
}

.behavioral_item .item_heading {
    font-size: 1.2em;
    max-width: 280px;
    font-weight: bold;
}

/*↑------------WorkStyle終了------------↑*/
/*↓------------Company開始------------↓*/


.company_wrap {
    text-align: center;
    margin: -100px 20px 0px;
    padding: 100px 0px 110px;
}

#companyArea h2:before {
    background-color: #FFF;
}

#companyArea h3{
    margin-top: 30px;
    margin-bottom: 40px;
}


#company_text a {
    color: #FFF;
    border-bottom: solid 1px #FFF;
}

#company_text {
    max-width: 950px;
    margin: 10px auto 0px;
    letter-spacing: 1px;
}

#company_text_right,
#company_text_left {
    width: 47%;
    text-align: justify;
    float: left;
}

#company_text_right {
    margin-right: 40px;
}

.underline {
    border-bottom: solid 1px #a0a0a0;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

#company_text .fa-external-link-alt {
    color: #FFF;
}

.tel_number a {
    color: #FFF;
    text-decoration: none;
}

/*↑------------Company終了------------↑*/
/*↑------------賛同企業開始------------↑*/

#supportingArea {
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.supporting_item {
    position: absolute;
    top: -40px;
}
.supporting_item a img {
    width: 180px;
    padding: 10px;
    background-color: #fff;
}

/*↑------------賛同企業終了------------↑*/
/*↓------------access開始------------↓*/

#accessArea {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

#accessText {
    width: 34%;
    text-align: justify;
    float: left;
    margin-right: 40px;
    letter-spacing: 1px;
}

#accessFukuoka {
    margin-top: 15px;
}


/*↓------------map開始------------↓*/

#map {
    width: 60%;
    float: right;
    max-width: 550px;
}

input[type="radio"] {
    display: none;
}

.tab_area {
    margin: 0 10px;
    text-align: right;
}

.tab1_label,
.tab2_label {
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    padding: 12px 0;
    color: #707070;
    background: #ddd;
    text-align: center;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.tab1_label:hover,
.tab2_label:hover {
    opacity: 0.5;
}

.panel_area {
    background: #fff;
    padding: 30px;
}

.tab_panel {
    width: 100%;
    display: none;
    height: 260px;
}

.tab_panel p {
    letter-spacing: 1px;
    text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
    background: #fff;
    color: #707070;
}

#tab1:checked ~ .panel_area #panel1 {
    display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    color: #707070;
}

#tab2:checked ~ .panel_area #panel2 {
    display: block;
}


.fa-cog,
.fa-building {
    margin-right: 5px;
}

iframe {
    border: 0;
    min-height: 260px;
}

/*↑------------map終了------------↑*/
/*↑------------access終了------------↑*/
/*↓------------News開始------------↓*/

#newsArea {
    text-align: center;
    margin: -100px 20px 0px;
    padding: 100px 0px;
}


span.text_icon {
    display: inline-block;
    background: #707070;
    padding: 1px 8px;
    margin-right: 10px;
    /* 先行する文字列との間隔 */
    vertical-align: middle;
    /* 先行する文字列と上下中央揃え */
    font-size: 0.5em;
    color: #FFF;
    letter-spacing: 0.2em;
}

#newsArea h2 {
    color: #707070;
    margin-top: 30px;
    margin-bottom: 60px;
}

#newsArea h2:before {
    background-color: #707070;
}

#news_box {
    max-width: 700px;
    margin: 0 auto;
    color: #707070;
    text-align: left;
    letter-spacing: 1px;
}

#news_box a {
    color: #707070;
    border-bottom: solid 1px #e5e5e5;
}

.news_item {
    padding: 5px 0px;
}

.date {
    float: left;
    width: 100px;
    font-weight: bold;
}

.news_text {
    float: left;
    width: 600px;
}


/*↑------------News終了------------↑*/

/*↓------------お問い合わせフォーム開始------------↓*/

#contactArea {
    text-align: center;
    margin: -80px 0px 0px;
    padding: 80px 0px;
}

#contactArea h2 {
    color: #707070;
    margin-top: 50px;
}

#contactArea h2:before {
    background-color: #707070;
}

.contact_wrap {
    margin: 0 auto;
    margin-bottom: 30px;
    color: #FFF;
    letter-spacing: 1px;
    margin-top: 20px;
}

.contact_text {
    color: #FFF;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
}

.contact_wrap a {
    border-bottom: solid 1px #FFF;
    color: #FFF;
}

#mailFormArea {
    display: block;
}

#mailFormCompleteArea {
    display: none;
}

/*↓------------斜め背景開始------------↓*/
.bg_oblique_line_top {
    overflow: hidden;
    padding-top: 10vw;
    position: relative;
}

.bg_oblique_line_top:before {
    background: #F7EFE1;
    content: '';
    position: absolute;

    transform-origin: center;

    width: 200vw;
    height: calc(100% - 0 * (0.11 * 50% + 50vw) * 2);

    top: calc(0.11 * (0.11 * 50% + 50vw));
    left: -50vw;

    z-index: -1;
}

/*↑------------斜め背景終了------------↑*/
/*↑------------お問い合わせフォーム終了------------↑*/
/*↓------------footer開始------------↓*/


footer {
    background-color: #2584b5;
    height: 50px;
    font-weight: lighter;
    padding: 0 20px 0 20px;
}

#footerArea {
    max-width: 950px;
    margin: 0 auto;
}

#footerArea p {
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    padding-top: 10px;
}

#footerArea a {
    color: #FFF;
}

#privacy {
    float: left;
}

#copyright {
    float: right;
}

#mailFormCompleteArea {
    text-align: center;
}

/*↑------------footer終了------------↑*/

/*↓------------service開始------------↓*/

.tab_hikaku p{
    color:#333;
    text-align:left;
}


.service_box p.botn-click{
    text-align:center;
}

ul{
display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
    flex-wrap: wrap;
}

li.first-list{
    
    width: 33.33333%;
    list-style: none;
    padding:1%;
    font-size:15px;
    position:relative;
}

li.first-list a{
       width:100%;
       display:block;
       padding: 2.8% 0;
       border: 1px solid;
       color: #7d7d7d;
   }    


li.first-list a:after{
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 600;
    
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    content: "\f107";
    position:absolute;
    top:40%;
    right:10%;
    }
    
/*↑------------service終了------------↑*/

.service-box{
    padding: calc(35vw * 0.12) 0;
    margin-top:60px;
}

.service-box .service-box-icon{
    width:13%;
}

.service-box h2{
    margin-bottom:0px !important; 
    font-size:2em;
}

.service-box .service-box-in{
    width:900px; 
    margin:0 auto; 
    margin-top:20px; 
    position:relative;
}

.service-box .service-box-in2{
    margin-top:60px !important;
}

.service-box .service-box-in h3{
    background-color:#2583b5d9;
    color:#ffffff;
    font-size:1.4em; 
    padding:1% 0px
}

.service-box .service-box-in .service-box-in-box{
    border:1px solid; 
    padding:6% 5%;
}

.service-box .service-box-in .service-box-in-boxstyle{
    display:flex;
}

.service-box .service-box-in .service-box-in-boxstyle .service-box-in-boxstyle-text{
    width:50%;
    text-align:left;
}

.service-box .service-box-in .price-table-box1{
    padding-left:100px;
}

.service-box .service-box-in .price-table-box1 th{
    background-color:#4c96c0;
    color:#ffffff;
    padding:10px;
}

.service-box .service-box-in .price-table-box1 td{
    padding-left:10px;
}




.service-box .service-box-btn a{
    line-height: 1.4em;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #da5200;
    padding: 5px 40px 5px 32px;
    border-radius: 18px;
    color: #da5200 !important;
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
    text-decoration: none;
    display: inline-block; position:absolute; 
    top:100%;
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*↓------------mainvideo開始------------↓*/
    #topImgArea video{
        width:100%;
        overflow:hidden;
        
    }


