@charset "UTF-8";

main h1 {
    display: block;
    position: relative;
    margin-top: 70px;
    padding:60px 10% ;
    position: relative;
    background: #071C31 url(../images/9S5A.svg) no-repeat;
    background-size: 911.864px 1157.984px ;
    background-position: top -500px left -500px;
    font-family: source-han-serif-japanese, serif;
    color:#fff;
    text-align: center;
}
main h1 span {
    display: block;
    font-size: 40%;
    margin-top:.5em;
}
.breadcrumb {
    display: block;
    width: 90%;
    padding: 5% 5% 6%;
    background: #f6f6f6;
}
.breadcrumb li {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    vertical-align: middle;
}
.breadcrumb li a {
    color: #767676;
    margin-right: .4em;
}
.breadcrumb li a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../images/arrow-right-767676.svg) no-repeat center bottom;
    background-size: contain;
    margin-left: .6em;
}
.breadcrumb li a:hover {
    color: #333;
    text-decoration: none;
}

.ttl-bdr {background: none;}
.ttl-bdr:before {
    content: '';
    display: block;
    width: 50vw;
    height: 1px;
    position: absolute;
    top: 85px;
    left: 0;
    background-color: #000;
    z-index: -10;
}
.g-wrap {
    padding-bottom: 70px;
    background:linear-gradient(90deg,#EEEFEF 0%,#EEEFEF 25%,#fff 25%,#fff 100%);
}
.content-area {
    width: 90%;
    max-width: 1200px;
    padding: 60px 5% 0;
    margin: 0 auto;
}
.content-area h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 45px;
    width: 100%;
    text-align: left;
    background: #fff;
    line-height: 1.5;
}
.content-area h2:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: -10px;
    background-color: #fff;
    z-index: -5;
}
.content-area h2 span {
    font-size: 80%;
    color: #666;
}

.content-area h3 {
    text-align: left;
    font-weight: 200;
    font-size: 23px;
    font-family: source-han-serif-japanese, serif;
    color:#071C31;
    margin-top: 45px;
}
#watchmeister .content-area h3 {margin-top: 90px; }
.content-area h4 {
    text-align: center;
    font-weight: 200;
    font-size: 20px;
    margin: 30px auto;
}

.content-area p {
    font-size: 18px;
    font-weight: 200;
    line-height: 2.3;
    margin: 0 0 60px;
}

.content-area a { position: relative; }
.content-area a.blank { margin-right:23px; }
.content-area a.blank::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/blank.svg) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    z-index: 150;
    top: calc(50% - 6px);
    right: -1.1em;
}

table.tbl01 {
    width: 100%;
    border-collapse: collapse;
}
table.tbl01 tr {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-weight: 200;
    line-height: 2;
}
table.tbl01 th {
    font-weight: 200;
    background: #F6F7F7;
    padding: 25px 40px;
}
table.tbl01 td {padding: 25px 40px; }
table.tbl01 td strong {
    color: #071C31;
    font-weight: 400;
}
table.tbl01 td small {
    color: #454545;
    font-size: 80%;
    font-weight: 200;
}
table.tbl01.indent th{
    text-align: left;
    vertical-align: top;
    padding-left: calc( 40px + 2.3em );
    text-indent: -2.3em;
}
table.tbl01.indent td {
    vertical-align: top;
    padding-left: calc( 40px + 2.3em );
    text-indent: -2.3em;
}
/* responsive table */
@media screen and (max-width: 768px) {
.last td:last-child { width: calc(100% - 80px); }
.tbl01 th, .tbl01 td {
    display: block;
    width: 90%;
    padding: 15px 5% !important;
    border-bottom: 1px solid #ccc;
  }
.qa .tbl01 th, .qa .tbl01 td {
    display: block;
    width: calc( 90% - 1.6em );
    padding: 15px 5% 15px calc( 5% + 1.6em ) !important;
    border-bottom: 1px solid #ccc;
  }

}

table.tbl02 {
    width: 100%;
    border-collapse: collapse;
}
table.tbl02 tr {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-weight: 200;
    line-height: 2;
}
table.tbl02 th {
    font-weight: 200;
    background: #F6F7F7;
    color:#071C31;
    padding: 15px 40px;
    text-align: left;
}
table.tbl02 td {padding: 15px 40px; }
table.tbl02 td strong {
    color: #071C31;
    font-weight: 400;
}
table.tbl02 td small {
    color: #454545;
    font-size: 80%;
    font-weight: 200;
}
table.tbl02.indent th{
    vertical-align: top;
    padding-left: calc( 40px + 1.6em );
    text-indent: -1.6em;
}
table.tbl02.indent td {
    vertical-align: top;
    padding-left: calc( 40px + 1.6em );
    text-indent: -1.6em;
}
/* responsive table */
@media screen and (max-width: 768px) {
.last td:last-child { width: calc(100% - 80px); }
.tbl02 th, .tbl02 td {
    display: block;
    width: 90% !important;
    padding: 15px 5% !important;
    border-bottom: 1px solid #ccc;
}

}

.li01 li {
    position: relative;
    display: block;
    padding: .5em 0 .5em 1em;
    line-height: 1.5;
}
.li01 li::before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    background: url(../images/dot-li01.svg) no-repeat;
    background-size:40% 40%;
    top: 1.1em;
    left: 0;
}

.li02 {padding: 0 0 1em;}
.li02 li {
    position: relative;
    display: block;
    padding: .5em 0 .5em 1em;
    line-height: 1.5;
}
.li02 li::before {
    content: '';
    width: 17px;
    height: 1px;
    background: url(../images/list-style-border-071C31.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    top:50%;
    left:0;
}
.li02 li a { color:#071C31; }
.li02 li a:hover { color:#666; text-decoration: none; transition: all .5s }

#info .li02 {font-size: 18px;}

.li03 { width: 100%; margin: 50px 0 15px; }
.li03 li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    width: calc(100%/3 - 15px);
    font-size: 25px;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
}
.li03 li:first-of-type {margin-left: 0; }
.li03 li::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #aaa;
}
.li03 li.current::after { background: #071C31; }
.li03 li.current a { color: #071C31; }
.li03 li a {
    width: 100%;
    color:#aaa;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.li03 li a:hover {color:#071C31;}
.li03 li a::after {
    position: absolute;
    z-index: 10;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.li03 li a:hover::after { transform: scale(1, 1); }


.nowrap {white-space: nowrap;}

.ol-li01 {
    counter-reset: li;
}
.ol-li01 li {
    position: relative;
    padding: 1em 0 1em 1.5em;
    line-height: 1.5;
}
.ol-li01 li:before {
    counter-increment: li;
    content: counter(li)".";
    margin-right: 1em;
    position: absolute;
    left:0;
}
.ol-li01 li.li-mid02:before {counter-reset: li 1; }
.ol-li01 li.li-mid03:before {counter-reset: li 2; }
.ol-li01 li.li-mid04:before {counter-reset: li 3; }
.ol-li01 li.li-mid05:before {counter-reset: li 4; }
.ol-li01 li.li-mid06:before {counter-reset: li 5; }
.ol-li01 li.li-mid07:before {counter-reset: li 6; }
.ol-li01 li.li-mid08:before {counter-reset: li 7; }
.ol-li01 li.li-mid09:before {counter-reset: li 8; }
.ol-li01 li ol, .ol-li01 li ul { display: inline-block; padding-top: 1em;}
.ol-li01 li li { padding: .5em 0 .5em 1.5em;}

ol.li-parenthes{ padding:0; margin:0; }
ol.li-parenthes li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.li-parenthes li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.content-area .bg-grey {
    width: calc(100% - 20%);
    background: #F6F7F7;
    padding: 40px 10%;
}
.content-area .bg-grey p{ margin: 0; }

.content-area p.link01 { display: inline-block; }
.content-area p.link01 a {
    position: relative;
    height: 150px;
    background: #071C31 url(../images/9S5A.svg) no-repeat;
    background-size: 911.864px 1157.984px;
    background-position: top -500px left -500px;
    font-family: source-han-serif-japanese, serif;
    font-size: 20px;
    line-height: 1.5;
    color:#fff;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.content-area p.link01 a small { flex-wrap : wrap; }
.content-area p.link01 a::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/arrow-right-fff.svg) no-repeat;
    background-size: contain;
    z-index: 150;
    top:calc(50% - 10px);
    right:30px;
}
.content-area p.link01.blank a::after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/blank-fff.svg) no-repeat;
    background-size: contain;
    z-index: 150;
    top:calc(50% - 10px);
    right:30px;
}

.content-area p.link01 a:hover {
    text-decoration: none;
    opacity: .9;
}

.content-area p.link02 {
    display: inline-block;
    position: relative;
    height: 150px;
    background: #454545 url(../images/9S5A.svg) no-repeat;
    background-size: 911.864px 1157.984px;
    background-position: top -500px left -500px;
    font-family: source-han-serif-japanese, serif;
    font-size: 20px;
    line-height: 1.5;
    color:#fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.content-area .col-1 p.link01 {width: 100%; margin: 0; padding: 0;}
.content-area .col-2 p.link01 {width: 100%; margin: 0; padding: 0;}
.content-area .col-3 p.link01 {width: 100%; margin: 0; padding: 0;}

.content-area .col-1 p span, .content-area .col-2 p span, .content-area .col-3 p span {
    font-size: 75%;
    color: #454545;
    display: block; padding-top: 1em;
    text-align: center;
}
.content-area .col-1 p.link02 {width: 100%; margin: 0; padding: 0;}
.content-area .col-2 p.link02 {width: 100%; margin: 0; padding: 0;}
.content-area .col-3 p.link02 {width: 100%; margin: 0; padding: 0;}

.foot-img {
    position: relative;
    display: block;
    width: 100%;
    height: 440px;
    background: url(../images/slide-sp01.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.ninohe .foot-img {
    position: relative;
    display: block;
    width: 100%;
    height: 440px;
    background: url(../images/slide-sp01_ninohe.png) no-repeat;
    background-size: cover;
    background-position: center center;
}


/* =========================
    ページ別画像 - footer
========================= */
#contact .foot-img {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#quality .foot-img {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#company .foot-img {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#company.ninohe .foot-img {
    background: url("../images/company-img_ninohe.jpg") no-repeat;
    background-size: cover;
    background-position: center right;
}
#company.tono .foot-img {
    background: url("../images/company-img_tono.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#sustainability .foot-img {
    background: url(../images/sus-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#watchmeister .foot-img {
    background: url(../images/watchmeister-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

/* =========================
    ページ別画像 - banner
========================= */
.content-area p.link01.history-img a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/history-06.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus00 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-img.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus01 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-06.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus02 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-10.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus03 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-biodiversity.jpg) no-repeat;
    background-position: left top 10%;
}
.content-area p.link01.sus04 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-14.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus05 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-17.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center center;
}
.content-area p.link01.sus06 a {
    background: url(../images/bnr-gradation.png) repeat-x, url(../images/sus-16.jpg) no-repeat;
    background-size: auto, cover;
    background-position: center top 32%;
}


.list-links ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-links li {
    width: 100%;
    font-size: .8em;
    line-height: 1.4;
    border-bottom: 1px solid #B2BBC3;
}
.list-links a {
    position: relative;
    display: block;
    width: calc(100% - 4em);
    margin-top: 1.5em;
    padding: 0.5em 2em ;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 18px;
    color:#333;
}
.list-links a:hover { opacity: .7; transition: all .25s;}
.list-links a.blank::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/blank.svg) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    z-index: 150;
    top: calc(50% - 7px);
    right: 1em;
}
.list-links-sub {
    width: 100%;
    margin: 0;
    padding: 0;
}
.list-links-sub li{
    border: 0;
    margin-bottom: .5em;
}
.list-links-sub li a{
    position: relative;
    width: calc(100% - 8em);
    margin: 0;
    padding: 0.5em 4em;
    font-size: 15px;
}
.list-links-sub li a::before {
    content: '';
    width: 17px;
    height: 1px;
    background: url(../images/list-style-border-071C31.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    top:17px;
    left:2.6em;
}

.col-2 ul.list-links-sub-sub {
    width: 100%!important;
    padding-left: 2.2em!important;
}

.li-y {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 10%;
}
.li-y li {
    font-family: source-han-serif-japanese, serif;
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0;
}
.li-y li a {
    color:#767676;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: transform .3s;
}
.li-y li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #071C31;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.li-y li a:hover {color:#071C31;}
.li-y li a:hover::after {
    transform: scale(1, 1);
}




/* ==================
        PC
================== */
@media screen and (min-width: 768px), print {

main h1 {
    margin-top: 88px;
    padding:100px 10% ;
    position: relative;
    background: #071C31 url(../images/9S5A.svg) no-repeat;
    background-size: 911.864px 1157.984px ;
    background-position: top -550px left -350px;
    font-family: source-han-serif-japanese, serif;
    color:#fff;
    text-align: left;
}
main h1.h1-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    height: 100%;
    background: url(../images/slide-sp01.png) no-repeat;
    background-size: cover;
    background-position: center center ;
    z-index: 10;
    top: 0;
    right: 0;
}


/* =========================
    ページ別画像 - header
========================= */
#contact main h1.h1-img::after {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center ;
}
#quality main h1.h1-img::after {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center ;
}
#company main h1.h1-img::after {
    background: url(../images/company-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center ;
}
#company.ninohe main h1.h1-img::after {
    background: url("../images/company-img_ninohe.jpg") no-repeat;
    background-size: cover;
    background-position: center center ;
}
#company.tono main h1.h1-img::after {
    background: url("../images/company-img_tono.jpg") no-repeat;
    background-size: cover;
    background-position: center center ;
}
#sustainability main h1.h1-img::after {
    background: url(../images/sus-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center ;
}
#watchmeister main h1.h1-img::after {
    background: url(../images/watchmeister-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center ;
}


.breadcrumb {
    width: 80%;
    padding: 1em 10% 1.4em;
    margin-bottom: 30px;
}
.g-wrap {margin-top: -30px; padding-top: 30px;}

.content-area .bg-grey {
    width: calc(100% - 90px);
    padding: 50px 45px;
}

.content-area p.link01 a, .content-area p.link02 {font-size: 24px; }

.content-area .col-1 p img{ margin: 0 auto;}
.content-area .col-2 p {
    display: inline-block!important;
    width: calc(50% - 20px)!important;
    vertical-align: top;
}
.content-area .col-2.v-middle p {
    vertical-align: middle;
}
.content-area .col-2 p:nth-of-type(even) {margin-left: 40px;}

.content-area .col-3 p {
    display: inline-block!important;
    width: calc(100%/3 - 14px)!important;
    margin-right: 20px!important;
    vertical-align: top;
}
.content-area .col-3 p:nth-of-type(3n) {margin-right: 0!important;}

.col-2 ul {
    display: inline-block;
    width: calc(50% - 20px)!important;
    vertical-align: top;
    margin-left: 40px;
}
.col-2 ul:first-child { margin-left: 0; }
.col-2 ul.list-links-sub {
    width: 100%!important;
    margin-left: 0;
}
.col-2 ul.list-links-sub-sub {
    width: 100%!important;
    padding-left: 0.5em!important;
}
/**********20231102***********/
	.content-area .col-2b {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content:flex-start;
	}
	.content-area .col-2b img {
		max-width: 420px
	}
	.content-area .col-2b .col-2b-item p {
		margin: 0!important
	}
	.content-area .col-2b div:nth-of-type(even) {margin-left: 40px;}


table.tbl01 th { width: 35%; }
.td-small {
    width: 10%;
    white-space: nowrap;
}

.td30p {width: 30%;}
.td40p {width: 40%;}

.li03 li { font-size: 28px; }

.li-y li {
    /*width: 12.5%;*/
    width: 20%;
}


}
