@charset 'utf-8';

/*
 * リセット
 */
body,header,footer,section,article,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,a,figure,figcaption,img,table,tr,th,td,dl,dt,dd{
  padding:0;
  margin:0;
  box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
/*
 * 共通
 */
body{
  font-family:Hiragino Kaku Gothic ProN, Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #040000;
  line-height:1.4;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width:100%;
  vertical-align:top;
}
.img2x{width:100%;}
a{text-decoration:none;}
.link-hover{transition:.2s;}
.link-hover:hover{opacity:.8;}
ul,ol{list-style:none;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mb120{margin-bottom:120px;}
.mb150{margin-bottom:150px;}
.mb220{margin-bottom:220px;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.v-top{vertical-align:top;}
.v-middle{vertical-align:middle;}
.v-bottom{vertical-align:bottom;}

.mincho {
  font-family:Yu Mincho,Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.bld{font-weight:bold;}

.tbl{display:table;}
.row{display:table-row;}
.col,.col-l,.col-c,.col-r{
  display:table-cell;
  vertical-align: top;
}
.ib{display:inline-block;}

.wrapper{
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

/* ヘッダー
---------------------------------------------------------------------------------- */
.slicknav_menu {
  display: none;
}
.site-header {
  background: #008ccf;
}
.site-header .ttl-area {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 985px;
  height: 100px;
  padding: 0 10px;
  margin: auto;
}
.logo {
  flex-basis: 34%;
  padding: 2% 20% 0 0;
  text-align: center;
}
.site-header .tel {
  flex-basis: 295px;
}
.site-header .flex-inner {
  font-size: 13px;
  color: #fff;
  padding-left: 88px;
  position: relative;
}
.site-header .flex-inner:before {
  content: '';
  width: 88px;
  height: 92px;
  background: url(../images/common/tel.png) left center no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.site-header .phone_number {
  margin-bottom: 5px;
}
.line {
  flex-basis: 40%;
  text-align: right;
  padding: 0 0 6% 1%;
}
.fb {
  flex-basis: 23%;
  text-align: left;
  padding-left: 2%;
}
.gnav {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.gnav ul {
  letter-spacing: -0.4em;
}
.gnav li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: normal;
  border-right: 2px solid #00416a;
}
.gnav li:first-child {
  border-left: 2px solid #00416a;
}
.gnav li > a {
  display: block;
  font-weight: bold;
  color: #00416a;
  text-align: center;
  padding: 0 2.5em;
}
.pc_menu li:last-child {
  display: none;
}

/* コンテンツ
---------------------------------------------------------------------------------- */
/* 見出し */
.article-ttl {
  text-align: center;
}
.article-ttl.top {
  margin-bottom: 40px;
}
.article-ttl.recruit {
  margin-bottom: 20px;
}
.article-ttl.about {
  margin-bottom: 30px;
}

/* 問い合わせ */
.ttl-contact {
  font-size: 28px;
  font-weight: bold;
  color: #00416a;
  text-align: center;
  margin-bottom: 20px;
}
.contact-area {
  background: #fff8cf;
  padding: 50px 0 30px;
}
.contact-tbl {
  display: table;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 25px;
}
.contact-tbl .col-l {
  width: 160px;
  font-size: 18px;
  font-weight: bold;
}
.required {
  color: #008ccf;
}
.contact-tbl .col-l,
.contact-tbl .col-r {
  vertical-align: middle;
  padding: 7px 0;
}
.contact-tbl .row:last-child .col-l {
  vertical-align: top;
}
input,
textarea {
  width: 100%;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
}
textarea {
  height: 85px;
}
.mfp_element_text,
.mfp_element_email,
.mfp_element_textarea {
  max-width: 480px;
  width: 100% !important;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
}
.btn-submit {
  text-align: center;
  margin-bottom: 15px;
}
.btn-submit button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
#mailformpro p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
[type="submit"] {
  display: block;
  width: 100%;
  max-width: 223px;
  font-size: 20px;
  text-align: center;
  background: #ccc;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  margin: auto;
  cursor: pointer;
}
.mfp_element_submit {
  text-shadow: none;
}
#mfp_button_send,
#mfp_button_cancel {
  font-size: 16px;
}

/* トップ */
.top.lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  color: #008ccf;
  text-align: center;
  margin-bottom: 50px;
}
.top-link-area {
  background: #cbe8f7;
  padding: 30px 0 40px;
  position: relative;
}
.top-link-area:before {
  content: '';
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid #cbe8f7;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
.list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 740px;
  margin: auto;
}
.list-link li {
  flex-basis: 33%;
  text-align: center;
}
.list-link li div {
  padding: 0 10px;
}
.list-link li a {
  display: block;
}

/* 会社概要 */
.about-tbl {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about_map {
  max-width: 235px;
  width: 100%;
}
.about_map+p a {
  color: #030000;
}
.about_map+p a:hover {
  text-decoration: underline;
}

.ttl_rinen{
    color: #00416A;
    font-size: 120%;
    font-weight: bold;
    padding: 1% 0;
    text-align: center;
}
.sttl_rinen{
    color:#008CCF;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 4%;
}
.sttl_no{
    color:#008CCF;
    font-size: 115%;
    font-weight: bold;
    padding-bottom: 1.5%
}
hr {
    border:none;
    border-bottom: 1px dotted; 
    margin: 3% 0;
}
.rinen_contents{
    flex-basis: 820;
    margin: 0 auto;
    padding-bottom: 10%;
}


/* 採用情報 */
.recruit-tbl {
  display: table;
  table-layout: fixed;
  max-width: 870px;
  width: 100%;
  margin: auto;
}
.recruit-tbl .col-l .col-inner {
  padding-right: 20px;
}
.recruit-tbl .col-r .col-inner {
  padding-left: 20px;
}
.tbl-type01 {
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.recruit-tbl th {
  width: 34%;
}
.tbl-type01 th {
  background: #c8e7f3;
  border: 1px solid rgba(89, 87, 88, .5);
}
.tbl-type01 td {
  border: 1px solid rgba(89, 87, 88, .5);
}
.tbl-type01 th,
.tbl-type01 td {
  padding: 15px;
}

/* フッター
---------------------------------------------------------------------------------- */
.site-footer {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: #008ccf;
}
.site-footer .ttl-area {
  display: flex;
  justify-content: space-around;
  max-width: 830px;
  padding: 40px 10px 50px;
  margin: auto;
}
.footer-l {
  flex-basis: 380px;
}
.footer-l .flex-inner {
  padding-right: 20px;
}
.footer-r {
  flex-basis: 430px;
}
.footer-logo {
  margin-bottom: 15px;
}
.addr {
  margin-bottom: 20px;
}
.site-footer .tel {
  font-size: 15px;
  margin-bottom: 10px;
}
.site-footer .phone_number {
  margin-bottom: 10px;
}









/* ==================================================================================

  768px以下

================================================================================== */
@media screen and (max-width:768px){

/* ヘッダー
---------------------------------------------------------------------------------- */
  .slicknav_menu {
    display: block;
    background: none;
    position: relative;
  }
  .slicknav_btn {
    background: #00416a;
    border-radius: 0;
    padding: .6em .625em;
  }
  .pc_menu {
    display: none;
  }
  .gnav {
    padding: 0;
  }
  .gnav ul {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }
  .gnav li {
    display: block;
    border-bottom: 1px dashed #00416a;
    border-right: 0;
  }
  .gnav li:first-child {
    border-left: 0;
    border-top: 1px dashed #00416a;
  }
  .gnav li > a {
    padding: 5px 2.5em;
  }
  .site-header .ttl-area {
    display: block;
    height: auto;
    text-align: center;
    padding: 15px 10px;
  }
  .site-header .ttl-area {
      display: none;
    }
  .site-header .tel,
  .fb, .line {
    display: none;
  }
  .slicknav_nav a:hover {
    color: #00416a;
    background: none;
  }
    
 
    
/* コンテンツ
---------------------------------------------------------------------------------- */
  /* 見出し */
  .article-ttl.top {
    margin-bottom: 20px;
  }
  /* トップ */
  .top.lead {
    font-size: 3.15vw;
    margin-bottom: 30px;
  }
  .ttl-contact {
    font-size: 22px;
  }
  .contact-tbl .col-l {
    width: 140px;
    font-size: 15px;
  }
  #mailformpro p {
    font-size: 14px;
  }
  .logo {
      padding: 3% 0;
    }
  /* 採用情報 */
  .recruit-tbl,
  .recruit-tbl .col-l,
  .recruit-tbl .col-r {
    display: block;
    width: 100%;
  }
  .recruit-tbl .col-l {
    margin-bottom: 20px;
  }
  .recruit-tbl .col-l .col-inner {
    padding-right: 0;
  }
  .recruit-tbl .col-r .col-inner {
    padding-left: 0;
  }
  .tbl-type01 {
    font-size: 13px;
  }
  .tbl-type01 th,
  .tbl-type01 td {
    padding: 10px;
  }
  .tbl-type01 th {
    width: 80px;
  }
     
   .sttl_rinen {
    font-size: 120%;
    margin-bottom: 30px;
  } 
    .sttl_no {
        font-size: 120%;
  }
    .rinen_text{
    font-size: 14px
  }   
    
  
/* フッター
---------------------------------------------------------------------------------- */
  .site-footer {
    font-size: 14px;
  }
  .site-footer .tel {
    font-size: 12px;
  }
  .footer-r {
    flex-basis: 300px;
  }
  
}

/* ==================================================================================

  480px以下

================================================================================== */
@media screen and (max-width:480px){
  
/* ヘッダー
---------------------------------------------------------------------------------- */
  
  
  
/* コンテンツ
---------------------------------------------------------------------------------- */
  /* トップ */
  .ttl-contact {
    font-size: 16px;
  }
  .contact-tbl,
  .contact-tbl .row,
  .contact-tbl .col-l,
  .contact-tbl .col-r {
    display: block;
    width: 100%;
  }
  .contact-tbl .col-l {
    padding-bottom: 0;
  }
  .contact-tbl .col-r {
    padding-top: 0;
  }
  
    
  .sp_non {
        display: none;
    } 
      
    
    
/* フッター
---------------------------------------------------------------------------------- */
  .site-footer .ttl-area {
    display: block;
    max-width: 360px;
    padding: 30px 10px;
    margin: 0 auto;
  }
  .footer-l {
    margin-bottom: 20px;
  }
  .footer-l .flex-inner {
    padding-right: 0;
  }
  
}
