@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  /*メイン画像*/
  /****************************************************************************/
  .w1000 {
    width: 1000px;
    margin: auto;
  }
  #company #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/company_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #facility #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/facility_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #service #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/service_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #product #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/product_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #recruit #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/recruit_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #contact #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/contact_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  #main_img2 img {
    width: 100%;
  }
  /*#main_img2::after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }*/
  #main_img2 h2 {
    font-weight: bold;
    font-size: 2.5em;
    color: #fff;
    letter-spacing: 1px;
    z-index: 50;
    position: relative;
  }
  #main_img2 h2 span {
    color: #fff;
    font-size: 10px;
  }
  /*パンくずリスト*/
  #pankuzu {
    width: 100%;
    background-color: darkblue;
    padding: 5px;
    margin-bottom: 80px;
  }
  #pankuzu_in {
    max-width: 1000px;
    margin: auto;
  }
  #pankuzu p {
    font-size: 12px;
    color: #fff;
  }
  #pankuzu p a {
    font-size: 12px;
    color: #fff;
  }
  #w800 {
    max-width: 800px;
    margin: auto;
  }
  #w800 h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    margin-bottom: 50px;
    display: inline-block;
  }
  #w800 h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 50px; /*線の長さ*/
    height: 3px; /*線の太さ*/
    background-color: #0097E0; /*線の色*/
  }
  #w800 h3 span {
    font-size: 40%;
    margin-left: 10px;
    color: #0097E0;
  }
  #w800 p {
    text-align: justify;
  }
  .w100_m60 {
    width: 100%;
    margin-bottom: 80px;
  }
  .red {
    color: darkblue;
  }
  /*会社案内*/
  /***************************************************/
  .kaisha {
    width: 100%;
    margin-bottom: 80px;
  }
  .kaisha th, .kaisha td {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
  }
  .kaisha th {
    width: 20%;
    font-weight: bold;
  }
  .slogan {
    text-align: center !important;
    color: #0097E0;
    margin-bottom: 10px;
    font-size: 80%;
  }
  .company_sengen {
    background: url("../img/company_sengen_bg.png") no-repeat;
    height: 125px;
    margin-bottom: 80px;
    text-align: center !important;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.2em;
  }
  .sengen_under {
    margin-bottom: 80px;
    text-align: center !important;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.2em;
  }
  .president {
    text-align: right !important;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .president span {
    font-size: 130%;
  }
  .president_area p {
    margin-bottom: 1em;
    line-height: 1.8;
  }
  .president_area img {
    width: 100%;
    margin-bottom: 30px;
  }
  .company_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .company_flex > div {
    width: 48%;
    margin-bottom: 30px;
  }
  .company_flex img {
    width: 100%;
    margin-bottom: 1em;
  }
  .company_flex > div p {
    text-align: justify;
    font-size: 100%;
    margin-bottom: 0.5em;
    font-size: 90%;
  }
  /*事業内容*/
  /***************************************************/
  .hinsitu_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .hinsitu_flex > div {
    width: 32%;
    margin-bottom: 20px;
  }
  .hinsitu_flex img {
    width: 100%;
    margin-bottom: 1em;
  }
  .hinsitu_flex > div p {
    text-align: justify;
    font-size: 100%;
    margin-bottom: 0.5em;
    font-size: 90%;
  }
  /*製品紹介*/
  /***************************************************/
  .product_area h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #0097E0;
    margin-bottom: 0.5em;
    margin-top: 50px;
    ;
  }
  .product_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .product_flex > div {
    width: 48%;
    margin-bottom: 50px;
  }
  .product_flex img {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .product_flex > div p:first-of-type {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0.5em;
  }
  .product_flex > div p {
    text-align: justify;
  }
  .tanku_blue {
    text-align: center !important;
    background-color: darkblue;
    padding: 1em 0.5em;
    color: #fff;
  }
  /*設備*/
  /***************************************************/
  .setubi {
    width: 100%;
    margin-bottom: 80px;
  }
  .setubi th, .setubi td {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
  }
  .setubi th {
    font-weight: bold;
    background: #eeeeee;
  }
  table th.setubi3 {
    width: 50px;
  }
  .facility_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .facility_flex > div {
    width: 48%;
    margin-bottom: 30px;
  }
  .facility_flex img {
    width: 100%;
    margin-bottom: 1em;
  }
  .facility_flex > div p {
    text-align: justify;
    font-size: 100%;
    margin-bottom: 0.5em;
    font-size: 90%;
  }
  /*お問い合わせ*/
  /***************************************************/
  #formWrap {
    margin-bottom: 100px !important;
  }
  #formWrap th {
    width: 30% !important;
  }
  .contact_number {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 0.5em !important;
  }
  #privacy {
    background-color: #fff;
    height: 120px;
    overflow: scroll;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px #ccc solid;
  }
  #privacy dl dt, #privacy dl dd {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 80%;
  }
  #privacy dl dt {
    font-weight: bold;
  }
  #privacy dl dd {
    margin-bottom: 20px;
  }
  .hisu {
    color: red;
  }
  .input_area {
    width: 150px;
    margin: auto;
    border: none;
  }
  .button {
    padding: 15px 50px;
    border-radius: 8px;
    font-size: 1.2em;
    margin: auto;
    background-color: #0097E0;
    color: #fff;
    border: none;
  }
  .input_size {
    padding: 0.5em;
    width: 300px;
  }
  .input_size2 {
    padding: 0.5em;
    width: 100px;
  }
  .input_size3 {
    padding: 0.5em;
    width: 100%;
  }
  .tel_area p {
    margin-bottom: 50px;
  }
  .tel_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #efefef;
  }
  .tel_flex p {
    width: 50%;
    vertical-align: middle;
    text-align: center !important;
    padding: 1em 0;
  }
  /*共通コンテンツ*/
  /***************************************************/
  /*ディスプレイnone*/
  .none {
    display: none;
  }
  .brnone {
    display: none;
  }
  .m60px {
    margin-bottom: 60px;
  }
  .m60px p {
    margin-top: 2em;
    line-height: 1.7;
  }
  .m50 {
    margin-bottom: 50px !important;
  }
}
/*noneレスポンシブ*/
@media (min-width: 767px) {
  #header p.tellink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
  }
}
.fa-stack {
  font-size: 0.5em;
  margin-bottom: 0.3em;
}
/*フェードインエフェクト*/
.fadein_anim {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}