@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
  h1, h2, h3, h4, p, table {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #0097E0;
    width: 100%;
    margin: auto;
    padding: 20px 0 20px 0;
  }
  #header h1 img {
    max-width: 60%;
    margin: auto;
    display: block;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #0e1a35;
  }
  p.header_title_in {
    /*max-width: 1000px;*/
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 1em;
  }
  .header_right {
    display: none;
  }
  .header_right p.tellink {
    color: #fff;
    text-align: center;
    margin: 5px 0 0 0;
    line-height: 1.5;
    font-size: 60%;
  }
  .header_right p.tellink span a {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 0.1em;
    margin-left: 10px;
    /*font-weight: bold;*/
  }
  #pankuzu {
    display: none;
  }
  /*************************************************/
  /*トップページ*/
  /*************************************************/
  #main_img .slider img {
    width: 100%;
    background-size: cover;
  }
  .slick-dots {
    display: none;
  }
	#main_img{
		position: relative;
	}
  #main_img .top_sengen {
    position: absolute;
	top: 60%;
    left: 10%;
    /*-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    margin: 0;
    padding: 0;
    z-index: 20;
    color: #fff;
  }
  #main_img .top_sengen .main_sengen {
    font-size: 1.5em !important;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin: 0.5em 0;
  }
  #main_img p.sub_sengen {
    display: none;
  }
  #main_img .top_sengen p {
    color: #fff;
    text-shadow: #000 0px 0 8px;
    font-size: 60%;
    font-weight: bold;
  }
  #section1 h2 {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 2em 0;
  }
  #section1 h2 span {
    font-size: 10px;
    font-weight: normal;
    color: #0097E0;
  }
  #point3_area {
    width: 100%;
    background-image: url("../img/business_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2em 0;
    position: relative;
    margin-bottom: 2em;
  }
  #point3_area::after {
    content: '';
    background-color: rgba(0, 151, 224, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #point3_area div {
    margin: auto;
  }
  #point3_area h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    display: inline-block;
    margin: auto auto;
    width: 90%;
  }
  #point3_area h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 50px; /*線の長さ*/
    height: 3px; /*線の太さ*/
    background-color: #fff; /*線の色*/
  }
  #point3_area .business_area {
    margin-bottom: 2em;
  }
  #point3_area h3 span {
    font-size: 40%;
    color: #fff;
    margin-left: 10px;
  }
  .business_area {
    width: 90%;
    margin-bottom: 40px !important;
  }
  .business_flex {
    width: 100% !important;
    display: block;
    position: relative;
    z-index: 10;
    margin-bottom: 20px !important;
  }
  .business_flex > div {
    width: 90% !important;
  }
  .whitearea {
    background-color: #fff;
  }
  #n01 {
    background-image: url("../img/business_n1.png");
    background-repeat: no-repeat;
  }
  #n02 {
    background-image: url("../img/business_n2.png");
    background-repeat: no-repeat;
  }
  #n03 {
    background-image: url("../img/business_n3.png");
    background-repeat: no-repeat;
  }
  .business_flex .whitearea > div {
    padding: 2em 1.5em;
  }
  .business_flex img {
    width: 100%;
  }
  .business_flex h4 {
    /*text-align: center;*/
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
    color: #000;
  }
  .business_flex > div p {
    text-align: justify;
    color: #000;
    font-size: 70%;
  }
  .advantage h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    display: inline-block;
  }
  .advantage h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px; /*線の上下位置*/
    display: inline-block;
    width: 30px; /*線の長さ*/
    height: 2px; /*線の太さ*/
    background-color: #0097E0; /*線の色*/
  }
  .advantage h3 span {
    font-size: 40%;
    margin-left: 10px;
    color: #0097E0;
  }
  .advantage_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 20;
  }
  .advantage_flex > div {
    width: 48%;
    margin-bottom: 20px;
  }
  .advantage_flex img {
    width: 100%;
    margin-bottom: 1em;
  }
  .advantage_flex > div p:first-of-type {
    font-weight: bold;
    font-size: 80%;
    margin-bottom: 0.5em;
  }
  .advantage_flex > div p {
    font-size: 70%;
  }
  #point4_area {
    background: url("../img/about_bg.jpg") top center;
    background-repeat: no-repeat;
    padding: 1.5em 1em;
    position: relative;
    margin-bottom: 30px;
  }
  #point4_area::after {
    content: '';
    /*background-color: rgba(0, 151, 224, .7);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #point4_area div {
    margin: auto;
  }
  #point4_area h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-bottom: 2em;
  }
  #point4_area h3 span {
    font-size: 40%;
    color: #fff;
    margin-left: 10px;
  }
  #point4_area h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px; /*線の上下位置*/
    display: inline-block;
    width: 30px; /*線の長さ*/
    height: 2px; /*線の太さ*/
    background-color: #fff; /*線の色*/
  }
  .info_flex {
    width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    z-index: 20;
  }
  .info_flex > div {
    width: 48%;
    margin-bottom: 10px !important;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .5);
  }
  .info_flex img {
    width: 100%;
  }
  .info_box {
    background-color: darkblue;
    display: inline-block;
    position: relative;
  }
  .info_box img {
    display: block;
    opacity: 0.5;
  }
  .info_box p {
    color: white;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .info_box p span {
    display: none;
  }
  .red {
    color: red !important;
  }
  #w800 {
    width: 90%;
    margin: auto;
  }
  #w800 h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    display: inline-block;
  }
  #w800 h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px; /*線の上下位置*/
    display: inline-block;
    width: 30px; /*線の長さ*/
    height: 2px; /*線の太さ*/
    background-color: #0097E0; /*線の色*/
  }
  #w800 h3 span {
    font-size: 40%;
    margin-left: 10px;
    color: #0097E0;
  }
  .w1000 {
    width: 90%;
  }
  #w800 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .map {
    height: 250px;
    overflow: hidden;
  }
  /****************************************************/
  /*共通*/
  #company #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/company_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #facility #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/facility_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #service #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/service_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #product #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/product_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #recruit #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/recruit_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #contact #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/contact_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #main_img2 img {
    width: 100%;
  }
  .slogan {
    margin-bottom: 5px;
    font-size: 50% !important;
  }
  .sengen_under {
    margin-bottom: 30px;
    text-align: center !important;
    font-size: 1.1em !important;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.2em;
  }
  .m30 {
    margin-bottom: 30px !important;
  }
  #w800 p {
    font-size: 70%;
  }
  .kaisha {
    font-size: 70% !important;
  }
  .m60px {
    margin-bottom: 30px;
  }
  .m50 {
    margin-bottom: 30px !important;
  }
  /***********************************************/
  /*事業内容*/
  .w100_m60 {
    width: 100%;
    margin-bottom: 30px;
  }
  .m60px img {
    margin-bottom: 1em !important;
  }
	.hinsitu_flex{
		display: flex;
		justify-content: space-between;
	}
	.hinsitu_flex > div{
		width: 32%;
	}
	.hinsitu_flex > div > img{
		margin: 0.5em 0!important;
	}
	.hinsitu_flex p{
		font-weight: bold;
	}
  /*************************************************/
  /*製品*/
  .product_area h4 {
    font-weight: bold;
    color: #0097E0;
    margin-bottom: 0.5em;
  }
  .product_area p {
    margin-bottom: 1.5em;
  }
  .product_flex img {
    margin-bottom: 0px !important;
  }
  .product_flex p {
    font-weight: bold;
    margin-bottom: 30px;
    background: #eaeaea;
    padding: 1em;
  }
		.tanku_blue{
		text-align: center!important;
		background-color: darkblue;
		padding: 1em 0.5em;
		color:#fff;
			margin-bottom: 30px!important;
	}

  /**************************************************/
  /*設備*/
  .facility_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .facility_flex > div {
    width: 48%;
  }
  .facility_flex img {
    margin-bottom: 0.5em !important;
  }
  .facility_flex p {
    margin-bottom: 1.8em;
  }
  table.setubi {
    font-size: 70% !important;
  }
  /*************************************************/
  /*会社案内*/
  table.kaisha, table.setubi {
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 3em;
    margin-top: 1em !important;
  }
  .kaisha th, .kaisha td, .setubi th, .setubi td {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  .kaisha th, .setubi th {
    background: #fff;
    font-weight: bold;
  }
  .kaisha td {
    padding-left: 10px;
  }
  .company_flex {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .company_flex > div {
    width: 48%;
    margin-bottom: 10px;
  }
  .company_flex img {
    width: 100%;
    margin-bottom: 0.5em !important;
  }
  .company_flex > div p {
    text-align: justify;
    font-size: 90%;
  }
	
	table td a{
		text-decoration: none;
	}
  /************************************************/
  /*お問い合わせ*/
  #formWrap {
    margin-bottom: 50px;
  }
  .formTable {
    width: 100% !important;
  }
  .formTable th {
    width: 30% !important;
  }
  #privacy {
    background-color: #fff;
    height: 120px;
    overflow: scroll;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px #ccc solid;
    font-size: 70%;
  }
  #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;
  }
  #privacy dl dd:last-child {
    margin-bottom: 0 !important;
  }
  .input_area {
    width: 150px;
    margin: auto;
    border: none;
  }
  .button {
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 1.5em;
    margin: auto;
    background-color: #0097E0;
    color: #fff;
    border: none;
  }
  .input_size {
    width: 100%;
    padding: 0em !important;
  }
  .input_size2 {
    margin-bottom: 5px;
  }
  .hisu {
    color: red;
  }
  .w1000 {
    width: 90%;
    margin: auto;
  }
  #main_img2 {
    margin-bottom: 30px;
  }
  #company #main_img2 {
    width: 100%;
    height: auto;
    background: url("../img/company_top.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #main_img2 h2 {
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    z-index: 50;
    position: relative;
  }
  #main_img2 h2 span {
    color: #fff;
    font-size: 10px;
  }
  .slogan {
    text-align: center !important;
    color: #0097E0;
    margin-bottom: 10px;
    font-size: 80%;
  }
  .company_sengen {
    width: 100%;
	height: 0;
    background: url("../img/company_sengen_bg.png") no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: bold;
    line-height: 1.3;
	  padding: 7.8% 0;
  }
  .president {
    text-align: right !important;
    margin-top: 20px;
    margin-bottom: 30px!important;
  }
  .president span {
    font-size: 130%;
  }
  .president_area p {
    margin-bottom: 1em;
    line-height: 1.8;
  }
  /*検索部分*/
  /****************************************************/
  #search_form .submit {
    margin: 10px 0;
    padding: 0 5px;
    /*margin-left: 20px;*/
  }
  .submit button {
    cursor: pointer;
    padding: 5px 8px;
    font-size: 1em;
    background: #1e2d56;
    color: #fff;
    border: none;
    border-radius: 3px;
  }
  .submit button:hover {
    background: #999;
  }
  .none {
    display: none;
  }
  /*メールの青い部分-**************************************************/
  .mail {
    width: 90%;
    padding: 2.5em 0;
    margin: auto;
  }
  .mail_blue a {
    display: block;
    background: #0097E0;
    color: #fff !important;
    padding: 0.5em;
    border-radius: 100px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    width: 70%;
    margin: 0 auto 1em auto;
  }
  .mail_blue a:hover {
    background-color: darkblue;
    transition: all 0.5s;
  }
  .mail p {
    text-align: center;
    color: #0097E0;
    font-size: 70%;
  }
  .fa-regular {
    color: #fff;
  }
  .gmap {
    height: 300px;
  }
  /*フッター*/
  #footer {
    background: #0097E0;
    font-size: 80%;
  }
  #footer .foot_logo {
    margin-bottom: 20px;
  }
  .footer_in {
    width: 90%;
    margin: auto;
  }
  #footer .footer_in ul {
    display: none;
  }
	.footer_in .ad a{
		color: #fff;
		text-decoration: none!important;
	}
  #footer p.copy {
    text-align: center;
    font-size: 0.4em !important;
    color: #000;
    padding: 20px 0;
    background: #ffff;
  }
}


@media screen and (max-width: 500px) { /*ウィンドウ幅が最大500pxまでの場合に適用*/
	
	#main_img{
		position: relative;
	}
  #main_img .top_sengen {
    position: absolute;
	top: 60%;
    left: 10%;
    margin: 0;
    padding: 0;
    z-index: 20;
    color: #fff;
  }
  #main_img .top_sengen .main_sengen {
    font-size: 1em !important;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin: 0.5em 0;
  }
  #main_img p.sub_sengen {
    display: none;
  }
  #main_img .top_sengen p {
    color: #fff;
    text-shadow: #000 0px 0 8px;
    font-size: 60%;
    font-weight: bold;
  }
	
}
