@charset "UTF-8";
/* ====================================================
　CSS 3@ Document 2020.11
==================================================== */

/* ######################################################################################

　基本設定

###################################################################################### */
html { font-size: 10px; }
body { font-size: 1.4rem; }
@media screen and (min-width: 768px) {
    html { font-size: 10px; }
    body { font-size: 1.4rem; }
}
@media screen and (min-width: 992px) {
    html { font-size: 10px; }
    body { font-size: 1.4rem; }
}
@media screen and (min-width: 1200px) {
    html { font-size: 10px; }
    body { font-size: 1.4rem; }
}
body { background: #ffffff; color: #111111; font-family: "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
input, button, textarea, *:before, *:after { font-family: "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: #000099; }

.serif { font-family: "游明朝 Medium", "YuMincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.sans { font-family: "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.alignM, .alignE { text-align: justify !important; text-justify: inter-ideograph !important; word-wrap: break-word !important; }
.alignM { -moz-text-align-last: justify !important; text-align-last: justify !important; }

img{max-width: 100%; height: auto;}
img.alignright { float: right; margin: 0.5em 0 0.5em 1em; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignleft { float: left; margin: 0.5em 1em 0.5em 0; }

.oswald{font-family: 'Oswald', sans-serif;}
@media print, screen and (min-width: 768px) {
    a:not([href]) {cursor:default;}
        a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* blankアイコン
.mean-nav a[target="_blank"]:after,
.fnav a[target="_blank"]:after,
.gnav a[target="_blank"]:after,
.pageNav a[target="_blank"]:after {
    content:"";
    display:inline-block;
    position:relative;
    top:0.1em;
    background:url(../img/contents/ico-blank.svg) center center no-repeat;
    background-size:contain;
    width:1em;
    height:1em;
    margin-left:0.4em;
} */

.blue{color: #1381D6;}

/* ######################################################################################

　フレーム

###################################################################################### */
body{position: relative;}
.contents {
    margin: 0 auto;
    width: 100%;
    max-width: 1273px;
    padding-right: 15px;
    padding-left: 15px;
}
.contents.narrow{max-width: 1030px;}

@media print, screen and (min-width: 768px) {
    body{min-width:1273px;}
    .contents {
        padding-right: 15px;
        padding-left: 15px;
        max-width:1273px;
    }
}
@media screen and (max-width: 767px){
    .contents {
        padding-right: 25px;
        padding-left: 25px;
    }
    .gnav{display: none!important;}
}




#ContentsBase .contents {
}

/* ######################################################################################

　ヘッダ

###################################################################################### */
.header {
    background: #252328;
    position:relative;
    z-index:12;
}
.header .contents.wide {
    display:flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}

.header .contents:after{content: none;}

@media print, screen and (min-width: 768px) {
    .header .contents.wide{position: relative; z-index: 10000;}
}

@media screen and (max-width: 767px) {
    .header{background: #252328;}
}

/* ====================================================
　ヘッダ 背景イメージ
==================================================== */

.pageWaterjet .header{background-repeat: no-repeat; background-size: cover;}

@media print, screen and (min-width: 768px) {
    .pageWaterjet[class]:not(.index) .mainImg{ padding-top: 4em; padding-bottom: 7em;}
    .pageWaterjet.about .header{background-image: url("../img/contents/waterjet/about/pageTitle.jpg");}
    .pageWaterjet.feature .header{background-image: url("../img/contents/waterjet/feature/pageTitle.jpg");}
    .pageWaterjet.equipment .header{background-image: url("../img/contents/waterjet/equipment/pageTitle.jpg");}
    .pageWaterjet.case .header{background-image: url("../img/contents/waterjet/casestudy/pageTitle.jpg");}
    .pageWaterjet.contact .header,
    .pageWaterjet.error .header{background-image: url("../img/contents/waterjet/contact/pageTitle.jpg");}
}

@media screen and (max-width: 767px) {
    .pageWaterjet[class]:not(.index) .mainImg{padding: 65px 0; background-size: cover;}
    .pageWaterjet.about .mainImg{background-image: url("../img/contents/waterjet/about/pageTitle_sp.jpg");}
    .pageWaterjet.feature .mainImg{background-image: url("../img/contents/waterjet/feature/pageTitle_sp.jpg");}
    .pageWaterjet.equipment .mainImg{background-image: url("../img/contents/waterjet/equipment/pageTitle_sp.jpg");}
    .pageWaterjet.case .mainImg{background-image: url("../img/contents/waterjet/casestudy/pageTitle_sp.jpg");}
    .pageWaterjet.contact .mainImg,
    .pageWaterjet.error .mainImg{background-image: url("../img/contents/waterjet/contact/pageTitle_sp.jpg");}
}


/* ====================================================
　ロゴ
==================================================== */
.header .logo {
    display: flex;
    justify-content: center;
    align-self:center;
    width: 25%;
}
@media screen and (max-width: 767px) {
    .header .logo{width: 60%;}
}


/* ====================================================
　グロナビ
==================================================== */
.gnav {
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    width: 80%;
}
.gnav > ul {
    display:flex;
    justify-content: flex-end;
    width:100%;
    
}
.gnav > ul > li {
    position: relative; 
    width:20%; 
    max-width: 250px;
    background: #373737;
    height: 120px;
}

.gnav > ul > li:not(:first-child){
    border-left:1px solid #656565;
}
.gnav > ul > li > a {
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    position:relative;
    flex-direction: column;
    height:120px;
    font-weight:bold;
    font-size:1.4rem;
    text-decoration:none;
    color:#ffffff;
}
.gnav > ul > li > a:hover {
	color: #ffffff;
    background: #005bac;
    background: -moz-linear-gradient(left,  #005bac 0%, #1381d6 50%, #1381d6 100%);
    background: -webkit-linear-gradient(left,  #005bac 0%, #1381d6 50%,#1381d6 100%);
    background: linear-gradient(to right,  #005bac 0%, #1381d6 50%,#1381d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#1381d6',GradientType=1 ); 
}

.gnav .oswald{
    display: inline-block;;
    color: #1381D6;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 0.5em;
}

.gnav > ul > li > a:hover .oswald{color: #ffffff;}


/* ====================================================
　メインイメージ
==================================================== */
@media print, screen and (min-width: 768px) {
    .mainImg{
        display: flex;
        align-items: center;
        height: calc(100% - 70px); 
    }
    .pageWaterjet.error .mainImg{padding-top: 90px; padding-bottom: 90px;}
}
@media screen and (max-width: 767px) {
    .mainImg{}
}

/* ====================================================
　ページタイトル
==================================================== */

@media print, screen and (min-width: 768px) {
    .pageTitle .oswald {
        font-size: 3.6rem;
        margin-bottom: 0.2em;
        margin-top: 0;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .pageTitle .titleBold {
        color: #ffffff;
        font-size: 3.2rem;
        margin: 0 0;
    }
}
@media screen and (max-width: 767px) {
    .pageTitle .oswald {
        font-size: 1.8rem;
        margin-bottom: 1em;
        margin-top: 0;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-align: center;
    }
    .pageTitle .titleBold {
        color: #ffffff;
        font-size: 2.2rem;
        margin: 0 0;
        text-align: center;
    }
}


/* ====================================================
　お問い合わせ
==================================================== */
.gnav .contact {
    background: #005bac;
    background: -moz-linear-gradient(left,  #005bac 0%, #1381d6 50%, #1381d6 100%);
    background: -webkit-linear-gradient(left,  #005bac 0%, #1381d6 50%,#1381d6 100%);
    background: linear-gradient(to right,  #005bac 0%, #1381d6 50%,#1381d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#1381d6',GradientType=1 );
    color:#ffffff;
    width:100%;
    height:100%;
    font-weight:bold;
    text-decoration:none;
    border: none;
    max-width: 134px;
}

.gnav .contact .oswald{color: #FFFFFF; }




/* ######################################################################################

　共通フッターお問い合わせ

###################################################################################### */
.contactFooter{position:relative; z-index:1;  }

/* ====================================================
　フッターコンタクト　PC
==================================================== */
@media print, screen and (min-width: 768px) {
	.contactFooter{	padding: 20px 15px 40px; margin: 0 auto;}
    .contactFooter .oswald{font-size: 4.8rem; font-weight: 400;}
    .contactFooter p.bold{font-size: 2.0rem;}
    
    .pageWaterjet:not(.index) .contactFooter{
        background: url("../img/contents/waterjet/sub/contact_bg.png") no-repeat;
        background-size: cover;
        padding: 100px 0;
    }

	/* ====================================================
		　buttonBox
	==================================================== */
	.contactFooter .buttonBox{
		display: block!important;
		margin: 0 auto;
 	    width: 100%;
 	    max-width: 416px;
	}
    
    .contactFooter .buttonBox .button{width: 100%; font-size: 1.5rem; font-weight: bold;}
    .contactFooter .buttonBox .button.after:after{right: 0!important;}
}

/* ====================================================
　フッターコンタクト　SP
==================================================== */
@media screen and (max-width: 767px){
    .contactFooter{padding: 60px 15px 30px;}
    .pageWaterjet:not(.index) .contactFooter{
        padding: 50px 25px;
    }
    .contactFooter .titlePockey{
        font-size: 3.0rem;
        color: #005BAC;
        letter-spacing: 0.05em;
        font-weight: 400;
        margin-bottom: 0;
    }
    
    .contactFooter .titlePockey span:before{content: none;}
    .contactFooter .buttonBox{padding: 0 0; margin: 0 0;}
    
    .contactFooter p{letter-spacing: -0.02em; line-height: 1.4; font-size: 1.6rem;}
}


/* ######################################################################################

　フッター

###################################################################################### */
.footer {position:relative; background: #000000; color: #fff;}
.footer .campany,
.footerLink__list,
.footerLink{display: flex;}

.footerLink__list .footerLink__list__item a{color: #FFFFFF; text-decoration: none;}
.footerLink__list .footerLink__list__item:not(:first-child) a{position: relative;}
.footerLink__list .footerLink__list__item:not(:first-child) a:before{
    content: "";
    position: absolute;
    background: #707070;
    width: 1px;
    height: 0.9em;
    top: 5px;
    left: -1em;
    transform: translateX(-50%);
}
.footerLink__list .footerLink__list__item + .footerLink__list__item{margin-left: 1em; padding-left: 1em;}
.footer small{font-size: 1.2rem;}

@media print, screen and (min-width: 768px) {
    .footer{
        background: url("../img/contents/waterjet/footer/footer_bg.png") no-repeat top center;
        background-size: cover;
    }
    
    .footer .logo{margin-bottom: 3em;}
    
    .footer .buttonBox{margin-top: 0; margin-bottom: 2em;}
    .footer .buttonBox .button{width: 100%; font-weight: bold;}
    .footer .fnav{font-size: 1.4rem; line-height: 1.8;}
    .footer .campany{justify-content: space-between; font-size: 1.2rem; line-height: 2;}
    .footer .campany li + li{margin-left: 2em;}
    
    .footerLink{justify-content: space-between; margin-top: 6em;}
    
    .footerLink__list{justify-content: flex-start;}
    
    .footerLink__list .footerLink__list__item a{font-size: 1.3rem;}
    
    
    
}

@media screen and (max-width: 767px) {
    .footer{
        background: url("../img/contents/waterjet/footer/footer_bg_sp.png") no-repeat top center;
        background-size: cover;
    }
    .footer .logo{width: 69%; margin: 0 auto 3em;}
    .footer .contents{ padding-bottom: 2em; padding-top: 2em;}
    .footer .campany{flex-direction: column; font-size: 1.5rem; line-height: 1.5; padding: 0 1em; margin-top: 2em; margin-bottom: 6em; letter-spacing: -0.05em;}
    .footer .campany li + li{margin-top: 1em;}
    
    .footerLink{flex-direction: column; justify-content: center; align-items: center;}
    .footerLink__list{justify-content: center; margin-bottom: 6em; font-size: 1.3rem;}
    
    .footer .buttonBox{margin-top: 0; margin-bottom: 2em; padding: 0 0;}
}


/* ====================================================
　フッタナビ
==================================================== */
.fnav a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: inherit;
}
@media print, screen and (min-width: 768px) {
    .fnav {}
    .fnav a{font-size: 1.3rem;}
    .footer .contents {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
}

@media screen and (max-width: 767px) {
    .fnav{border-bottom: 1px solid #707070; padding-bottom: 2em;}
    .fnav a{font-size: 1.6rem; line-height: 2; padding: 0 1em;}
}




/* ######################################################################################

　topicPath　パンくず

###################################################################################### */
.topicPath {
    width: 100%;
    padding: 1em 0;
    margin-bottom: 40px;
    clear: both;
    line-height: 1;
    background: #ffffff;
    position: relative;
}
.topicPath ol {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}
.topicPath.paddingR ol {padding-right: calc(50% - 260px + 15px);}
.topicPath ol li {font-size: 1.2rem;}
.topicPath ol li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 7px;
    background-image: url(../img/sub/ico_right_gray.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.topicPath ol li:first-child:before {
    width: 11px;
    height: 12px;
    background-image: url(../img/sub/ico_home.svg);
}
.topicPath ol li a {
    color: #333333;
    text-decoration: none;
}
.topicPath ol li br{
    display: none;
}

@media print, screen and (min-width: 768px) {
    .topicPath {
        display: block;
        min-height: 44px;
        
    }
    .topicPath li {display: inline-block;}
    .topicPath li:before {
        margin-right: 0.75em;
        margin-left: 0.75em;
    }
    .topicPath a:hover {text-decoration: underline;}
    
    .topicPath:after{
        content: "";
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        height: 44px;
        background: #005bac;
        background: -moz-linear-gradient(left,  #1381d6 0%, #1381d6 50%, #005bac 100%);
        background: -webkit-linear-gradient(left,  #1381d6 0%, #1381d6 50%, #005bac 100%);
        background: linear-gradient(to right,  #1381d6 0%, #1381d6 50%, #005bac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1381d6', endColorstr='#005bac',GradientType=1 ); 
    }
}
@media screen and (max-width: 767px) {
    
    .topicPath {background: #F0F7FC;margin-bottom: 10px;}
    .topicPath li + li {margin-top: 0.25em;}
    .topicPath li:before {
        margin-right: 0.75em;
        margin-left: 0.75em;
        margin-left: 0;
    }
    
    .topicPath ol li:first-child:before {
        width: 11px;
        height: 12px;
        background-image: url(../img/sub/ico_home_blue.svg);
    }
    
    .topicPath {
        display: block;
        min-height: 44px;
    }
    .topicPath li {display: inline-block; font-size: 1.1rem!important;}
    .topicPath li:before {
        margin-right: 0.75em;
        margin-left: 0.75em;
    }
    .topicPath a:hover {text-decoration: underline;}
}






