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

  .c-spline{
    display: none;
  }
}
.c-pcline{

}

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

        googlemap

-----------------------------------*/
.c-gmap{
  height: 0;
  padding-top: 56.25%;
}
.c-gmap iframe{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
}


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

             textbox

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

.c-textBox{
  text-align: left;
  line-height: 1.5;
}
.c-textBox p{
  margin-bottom: 24px;
}
@media screen and (max-width:767px){
  .c-textBox{
    font-size: 1.3rem;

  }
}

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

           imageBox

-------------------------------------*/
.c-imageBox{
  /* text-align: center; */
  /* margin: auto; */
}
.c-imageBox figure{
  text-align:center;
}


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

               flex

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

.c-flex{
  display: flex;
}
.c-flexWrap{
  flex-wrap: wrap;
}


/* 左右配置設定 */
.c-flexCenter{
  justify-content: center;
}

/* 最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
.c-flexBetween{
  justify-content: space-between;
}
/* 左右余白 ＋ 均等割り */
.c-flexAround{
  justify-content: space-around;
}

/* 上下配置設定 */

/* 中央揃え */
.c-flexAlignCenter{
  align-items: center;
}
/* 上揃え（デフォルト) */
.c-flexAlignStart{
  align-items: flex-start;
}
/* 下揃え */
.c-flexAlignEnd{
  align-items: flex-end;
}
/* 伸縮 */
.c-flexAlignStretch{
  align-items: stretch;
}


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


                  見出し

-----------------------------------------------*/
/* sectionのタイトル */
.c-secTit-pattern1{
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-secTit-pattern1::after{
  content:"";
  display: inline-block;
  height: 2px;
  background: #413E3E;
  vertical-align: middle;
  margin-left: 8px;
}
.c-secTit-after1::after{
  width: 80%;
}
.c-secTit-after2::after{
  width: 85%;

}
.c-secTit-after3::after{
  width: 65%;
}


@media screen and (max-width:959px){
  .c-secTit-pattern1{
    font-size: 2.5rem;
    margin-bottom: 32px;
  }
  .c-secTit-after3::after{
    width: 60%;
  }

}
@media screen and (max-width:767px){
  .c-secTit-pattern1{
    font-size: 2.0rem;
    text-align: center;
  }
  .c-secTit-pattern1::after{
    content:none;
  }

}

.c-secTit-pattern2{
  font-size: 4.0rem;
  margin-bottom: 80px;
}
.c-secTit-pattern2::after{
  content:"";
  font-size: 2.0rem;
  font-weight: normal;
  margin-left: 12px;
}
.c-secTit-company::after{
  content:"会社情報";
}
.c-secTit-about::after{
  content:"事業内容";
}
.c-secTit-recruit::after{
  content:"募集要項";
}
@media screen and (max-width:959px){
  .c-secTit-pattern2{
    font-size: 3.0rem;
    margin-bottom: 40px;
  }
  .c-secTit-pattern2::after{
    font-size: 1.6rem;
  }

}
@media screen and (max-width:767px){
  .c-secTit-pattern2{
    font-size: 2.0rem;
    margin-bottom: 24px;
  }
  .c-secTit-pattern2::after{
    font-size: 1.3rem;
  }

}

.c-secTit-pattern3{
  font-size: 2.4rem;
  font-weight: lighter;
  padding-bottom: 8px;
  border-bottom: 4px solid #3578BB;
  margin-bottom: 24px;

}
@media screen and (max-width:959px){
  .c-secTit-pattern3{
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px){
  .c-secTit-pattern3{
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

/* table */
.c-table-pattern1{
  border-bottom: 1px solid #BBB9B6;
  border-right: 1px solid #BBB9B6;
  border-left: 1px solid #BBB9B6;
}
.c-table-pattern1:first-of-type{
  border-top: 1px solid #BBB9B6;
}
.c-table-pattern1 dt{
  width: 35%;
  background: #F2F3F7;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  border-right: 1px solid #BBB9B6;
}

.c-table-pattern1 dd{
  width: 65%;
  line-height: 1.3;
  padding-left: 24px;
}

@media screen and (max-width:767px){
  .c-table-pattern1.c-flex{
    display: block;
  }
  .c-table-pattern1 dt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    border-right: none;
  }
  .c-table-pattern1 dd{
    width: 100%;
    line-height: 1.5;
    padding: 8px;
  }


}

/* table 3列 */
th{
  font-weight: normal;
}
td,th{
  vertical-align: middle;
}
.tbl-r02 th {
  font-size: 1.3rem;
  text-align: left;
  background: #F2F3F7;
  border: solid 1px #ccc;
  padding: 10px 24px;
}
.tbl-r02 td {
  font-size: 1.3rem;
  border: solid 1px #ccc;
  line-height: 1.5;
  padding: 10px 24px;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* 事業内容のtable */
.tbl-r03,
.tbl-r03 th,
.tbl-r03 td{
  width: auto !important;
}
.tbl-r03 th {
  font-size: 1.8rem;
  text-align: left;
  background: #F2F3F7;
  border: solid 1px #ccc;
  padding: 10px 24px;
}
.tbl-r03 td {
  font-size: 1.8rem;
  text-align: left;
  border: solid 1px #ccc;
  line-height: 1.5;
  padding: 10px 24px;
}
@media screen and (max-width: 767px) {
  .tbl-r03 th {
    font-size: 1.3rem;
    padding: 10px 8px;
    line-height: 1.5;
  }
  .tbl-r03 td {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px 8px;
  }

}
