@charset "utf-8";
/* CSS Document */
/*==================================
全体
==================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*サイトカラー（背景色）*/
.base-color-bg {
  color: #fff;
}
.base-sb-color-bg {
  background-color: #DBE8FF;
  color: #333;
}
/*サイトカラー（文字色）*/
.base-color {
  color: #003692;
}
.base-sb-color {
  color: #cce9f3;
}

/*==================================
汎用
==================================*/
/*ページ大見出し*/
.headline-lg {
  font-family: 'Cardo', serif;
  font-size: 36px;
}
/*中見出し*/
.headline-md {
  font-size: 20px;
  font-weight: bold;
  padding: 7px 15px;
  margin-bottom: 30px;
}
/*汎用文字サイズ*/
.size16 {
  font-size: 16px;
}
.size22 {
  font-size: 22px;
}

/*汎用マージン・パディング*/
.m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
/*ボタン*/
.btn {
  border-radius: 17px;
}
.btn > i {
  padding: 0 0 0 5px;
}





/*==================================
サイトヘッダー
==================================*/
.site-header {
  margin-bottom: 1.2em;
}
/* .site-header h1 {
  font-size: 10px;
  margin: 5px 0;
  color: #444;
} */
.tel-box {
  text-align: right;
}
.tel-box > span {
  font-size: 2.0em;
}
.tel-box i {
  font-size: 1.1em;
  margin-right: 0.3em;
}
.tel-box_bg {
  padding-bottom: 30px;
  background-image: url(../img/line2.png);
  background-position: right;
  background-repeat: repeat-x;
  background-position-y: 33px;
}

/*==================================
グローバルナビ
==================================*/
.navbar {
  margin-bottom: 0px;
}
.navbar-nav > li {
  font-size: 1.2em;
}
.navbar-nav i {
  font-size: 1.2em;
  margin-right: 0.4em;
  color: #014099;
}


/*==================================
トップページ
==================================*/
/*コンテナー*/
.container-wrap {
  padding-top: 30px;
}
.container-bg {
  background-color: #f9f9f9;
}
.container h2, h3 {
  color: #003692;
}
.container p {
  color: #333;
}

/*事業内容*/
.jg img:hover {
  opacity: 0.7;
}
.bs {
  margin-bottom: 15px;
}
.bs2 {
  margin-bottom: 25px;
  margin-top: 10px;
}

/*新着情報*/
.news {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 9%;
}
dt {
  float: left;
}
dd {
  margin-left: 80px;
}

/*パンくずリスト*/
.breadcrumb {
  background-color: #F9F9F9;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0px;
}
.breadcrumb > li + li:before {
  content: ">";
}

/*==================================
会社概要 個人情報保護
==================================*/
/*代表者の名前*/
.president-name {
  font-size: 18px;
  text-align: right;
}

/*company*/
/*会社概要のdl*/
.dl-company-info > dd {
  margin-bottom: 15px;
}
h2.business {
  color: #333;
}
h3.bs, h3.bs2 {
  color: #333;
  font-size: 19px;
}
h4.daiji {
  margin-top: 15px;
}
h4.daiji2 {
  margin-top: 0px;
}


/*事業内容*/
#top_sec01 .business_list {
  float: left;
  background-color: #f3f2f2;
  box-sizing: border-box;
  border: #f6f3f2 1px solid;
  padding: 2%;
  margin-bottom: 2%;
}
#top_sec01 .business_list .ttl {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}
/*お問い合わせ-dele*/
.contact_box {
  height: 730px;
  margin-bottom: 30px;
}

/*設備紹介-dele*/
#equipment_contents table {
  width: 100%;
}
#equipment_contents table th, #equipment_contents table td {
  border: #333 1px solid;
  padding: 7px 1%;
}
#equipment_contents table th {
  text-align: center;
  background-color: #CCE1FE;
}


/*採用情報*/
#recruit #recruit_btm .link_01 {
  text-align: center;
}
#recruit #recruit_btm .link_01 a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #333;
  padding: 12px 5%;
}
#recruit #recruit_btm .link_01 a:hover {
  text-decoration: none;
  background-color: #f0ad4e;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f9f9f9;
}

/*dele*/
.name-box {
  font-weight: bold;
  height: 40px;
}

.footer a:hover {
  color: #F0AD4E;
}




/*==================================
フッター
==================================*/
/*トップへ戻る*/
.to-top {
  padding: 0 0 20px 0px;
}
.business_list h3 {
  font-size: 19px;
}
/*SNS*/
.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
li.line-it-button:hover {
  opacity: 0.5;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}
.follow-me li a[href*="facebook.com"]::before {
  border-color: #3b5998;
  background-color: #3b5998;
  content: "\f09a";
}
.follow-me li a[href*="twitter.com"]::before {
  border-color: #55acee;
  background-color: #55acee;
  content: "\f099";
}
.follow-me li a[href*="linkedin.com"]::before {
  border-color: #0077b5;
  background-color: #0077b5;
  content: "\f0e1";
}
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="twitter.com"]:hover::before {
  color: #55acee;
}
.follow-me li a[href*="facebook.com"]:hover::before {
  color: #3b5998;
}
.follow-me li a[href*="linkedin.com"]:hover::before {
  color: #0077b5;
}

/*フッターのリンク*/
.footer a {
  /*color: #fff;*/
  color: #333333;
}

/*コピーライト*/
.copy {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  background-color: #00215B;
  color: #fff;
}









/*スマホフッター*/
@media (max-width: 768px) {
  .ftr_btn {
    text-align: center;
  }
  .ftr_btn a {
    float: none !important;
  }
  .news {
    margin: 30px 20px 10px;
    text-align: left;
    padding: 0;
  }
}


/*PCサイズ用*/
@media (min-width: 992px) {
  /*全体*/
  .border-left {
    border-left: 1px solid #fff;
  }
  .col-md-five-1.jg {
    border-right: 2px solid #99BEFD;
  }
  .col-md-five-1.jg:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  /*グローバルナビ*/
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.0);
    border: none;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* .navbar-nav {
    width: 100%;
    text-align: center;
  } */
  .navbar-nav{
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      float:none;
  }
  .navbar-nav > li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav > li:first-child {
    border-left: none;
  }
  .nav-5 > li {
    width: 20%;
  }
  .nav-6 > li {
    width: 16.66666667%;
  }
  .nav-7 > li {
    width: 14.28571428571429%;
  }
  .nav-8 > li {
    width: 12.5%;
  }
  div.products {
    height: 400px;
  }
  #top_sec01 .business_list {
    width: 23%;
    margin-right: 2%;
  }
  .container.ln {
    width: 100%;
    background-image: url(../img/line.png);
    background-position: 90%;
    background-repeat: repeat-x;
    background-position-y: 97.5%;
    padding: 0 8%;
  }
}
@media (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
  .soshiki {
    width: 100%;
  }
  .container.ln {
    width: 100%;
    /*padding: 0 8%;*/
  }
}

/******************
コンポーネント
*******************/
/*button*/
.button {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0px 7px #054984;
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  margin: 20px 0px;
  border-radius: 6px;
}
.button-dis {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0px 7px #054984;
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  margin: 20px 0px;
  border-radius: 6px;
  opacity: 0.3;
}
.button a {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  color: #d0d0d0;
}
.button:visited {
  text-decoration: none;
  color: #fff;
}
.button:active {
  position: relative;
  top: 6px;
  box-shadow: none;
  text-decoration: none;
}
.logo {
  margin-top: 5px;
}
.title2 {
  color: #303692;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: solid 4px #DBE8FF;
  position: relative;
}
.title2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #303692;
  bottom: -3px;
  width: 30%;
}
.mt15 {
  margin-top: 15px;
}
.mtt {
  margin-top: 19px;
}
.mt20 {
  margin-top: 20px;
}
.ft {
  background-color: #DBE8FF;
}
.school th.tb {
  background-color: #CCD8FE;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.school th {
  border-right: 1px solid #fff;
}
.school td, .school th {
  border: 1px solid #CCD8FE;
  border-collapse: collapse;
  padding: 6px 20px;
}
.school td.tb2 {
  background-color: #CCD8FE;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.school th {
  border-right: 1px solid #fff;
}
.row.text-center.bb {
  position: relative;
  margin-top: 1em;
  padding: 30px 0px;
  border: 2px solid #99BEFD;
}
h2.h1.business.bb {
  position: absolute;
  top: -40PX;
  padding: 0px 1em;
  left: 0;
  right: 0;
}

.row.justify-content-center.shin {
  padding: 0px;
}
h2.h1.text-center.business.bb {
  position: absolute;
  top: -40PX;
  padding: 0px 1em;
  left: 0;
  right: 0;
  position: absolute;
  top: -40px;
  padding: 0px 1em;
}
.col-md-five-1.jg {
  text-align: center;
  padding: 20px;
  padding-bottom: 40px;
}
span.naiyou {
  background-color: white;
  padding: 0 10px;
}
.contact_btn {
  /* display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  margin-top: 30px;
  padding: 10px 30px;
}
.contact_btn {
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  margin: 40px auto;
  padding: 10px 30px;
  width: 240px;
  text-align: center;
}
.contact_btn a {
  color: #fff;
  text-decoration: none;
}
.contact_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
p.b_t {
  margin-bottom: 0px;
  padding-left: 0.5em;
  color: #303692;
}
.col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-five-1 {
  width: 20%;
  float: left;
}
.col-xs-five-2 {
  width: 40%;
  float: left;
}
.col-xs-five-3 {
  width: 60%;
  float: left;
}
.col-xs-five-4 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-five-1 {
    width: 20%;
    float: left;
  }
  .col-sm-five-2 {
    width: 40%;
    float: left;
  }
  .col-sm-five-3 {
    width: 60%;
    float: left;
  }
  .col-sm-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-five-1 {
    width: 20%;
    float: left;
  }
  .col-md-five-2 {
    width: 40%;
    float: left;
  }
  .col-md-five-3 {
    width: 60%;
    float: left;
  }
  .col-md-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-five-1 {
    width: 20%;
    float: left;
  }
  .col-lg-five-2 {
    width: 40%;
    float: left;
  }
  .col-lg-five-3 {
    width: 60%;
    float: left;
  }
  .col-lg-five-4 {
    width: 80%;
    float: left;
  }
}



input{
  font-size:  16px !important;
}
textarea{
  font-size:  16px !important;
  }























  .Card__head {
    font-size: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px;
}
.Card__head::before,
.Card__head::after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 2px solid #99BEFD;
}
.Card__head::before {
    margin-right: 10px;  /* 線と文字の間のスペース */
    padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
.Card__head::after {
    margin-left: 10px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}


.Card__head__Cil {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}

.Card {
    margin-bottom: 3rem;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.Card__skin {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    text-align: center;
    height: auto;
}

.Card__text {
    margin-bottom: 1rem;
    margin-top: 1rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Card__skin a {
    text-decoration: none;
}


.Card__skin p {
  margin-bottom: 2rem;
}




/*=================================
新着情報
=================================*/
.Card_News {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding-left: 25%;
  padding-right: 25%;
}

@media only screen and (min-width: 374px) and (max-width: 1280px) {
.Card_News {
  padding-left: 10%;
  padding-right: 10%;
  }
}

.Card_News_skin {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  text-align: center;
  padding: 20px 0;
  height: auto;
}

.Card_News_skin dt {
  float: none;
}

.Card_News_skin dd {
  margin-left: unset;
}






.btn {
  color: #fff;
  background-color: #f0ad4e;
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 17px;
  ;
}



/*=================================
同意文書
=================================*/
@media (min-width: 768px) {
  .doui {
  width: 200px;
  }
}
@media (min-width: 1200px) {
  .doui {
  width: 520px;
  }
}