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

/*　共通 */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

li {
    list-style: none;
}
body {
    width: 100%;
    height: 100%;
    height: auto;
    margin: 0 auto;
    letter-spacing: 0.05em;
    font-family: 
        'Meiryo',
        'YuGothicM',
        'YuGothic',
        -apple-system, blinkMacSystemFont,
        'Noto Serif JP', sans-serif,
        'Helvetica Neue',
        'Segoe UI',
        sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #333;
    line-height: 1.5;
    font-size: 16px;
}
body * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrap {
    width: 100%;
    height: auto;
    height: 100%;
}
a {
    text-decoration: none;
    color: #00376a;
    transition: 0.3s;
}
a:hover  {
    opacity: 0.7;
}
h1 {
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    padding-top: 20px;
}
h1 p {
    display: block;
    line-height: 1;
}
h1 p:first-child {
    font-size: 16px;
    margin-bottom: 6px;
}
h1 p:last-child {
    font-size: 30px;
    font-family:"HGP創英角ｺﾞｼｯｸ体UB";
    font-weight: bold;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
h2 p {
    font-size: 20px;
    line-height: 1.5;
}
h2 span {    
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    display: block;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 20px;
}
h3 br {
    display: none;
}
h3 span {
    font-size: 14px;
}
h3:before,
h3:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
h3:before {
    top: 0;
}

h3:after {
    bottom: 0;
}

/* header */
header {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    margin-bottom: 60px;
    background-image: url(../img/common/bk1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
header>div.headtop {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
}

nav ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

nav ul li {
    width: auto;
    padding: 30px 35px 0;
}
nav ul li img {
    max-width: 40px; 
    margin-bottom: 5px;
}
nav ul li a {
    color: #00376a;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
nav ul li a:hover div {
    width: 60px;
    height: 1px;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    background-color: #00479d;
    position: absolute;
    text-align: center;
}
nav ul li a span {
    font-size: 12px;
    display: block;
}
.pamh {
    width: auto;
    height: auto;
    padding: 0;
    color: #fff;
    background-color: #c60b0b;
}
nav ul li.contactbox {
    width: auto;
    height: auto;
    padding: 0;
    background-color: #00479d;
}
nav ul li.contactbox a,
nav ul li.pamh a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    color: #fff;
    display: block;
}
.headCleanA {
    left: 30px;
    bottom: 40vh;
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    font-family: -apple-system, blinkMacSystemFont,
        'Noto Serif JP', sans-serif,
        'YuGothicM',
        'YuGothic',
        'Helvetica Neue',
        'Meiryo',
        'Segoe UI',
        sans-serif;
}
.headCleanA p {
    font-size: 39px;
}
.headCleanA a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    color: #fff;
    font-size: 28px;
}
.headCleanA a:hover {
    opacity: 0.9;
}
.headCleanA a:hover img {
    opacity: 0.9;
}
.headtitle {
    left: 30px;
    bottom: 40vh;
    position: absolute;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.8);
    color: #001c3f;
    font-size: 48px;
    font-weight: bold;
}
.headtitle p:last-child {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
}
/* footer */
iframe {
    width: 100%;
    height: 320px;
}
footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
footer address {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
footer div p {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
footer div p span:first-child {
    padding-right: 1em;
}
footer ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    padding-top: 30px;
}
footer ul li {
    padding-left: 15px;
    padding-right: 15px;
}
footer ul li a {
    text-align: center;
}
footer ul span {
    display: block;
    text-align: center;
}
footer small {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/* contact */
#main_content section {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 60px auto;
    position: relative;
}

/* index */
.bordersec {
    border: 1px solid #000;
    border-radius: 3px;
}

.bordersec h2 {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.news,
.indexbusines {
    padding: 60px 10%;
}
.news div {
    width: 100%;
}
.news div p {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: flex-start;
}
.news div p span:first-child {
    width: 13.75%;
    margin-right: 30px;
    padding-left: 10px;
    
}
.indexbusines div:first-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.indexbusines div div:first-child {
    width: 60%;
}
.indexbusines div div:last-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.indexbusines ul {
    width: 100%;
}
.indexbusines ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}
.indexbusines ul li span {
    width: 70%;
    line-height: 1.5;
}
.indexbusines ul li span:first-child {
    width: 30%;
    font-size: 24px;
    font-weight: bold;
    margin-right: 1em;
    display: flex;
    align-items: center;
}
.indexbusines a {
    padding: 15px 15%;
    color: #fff;
    background-color: #00479d;
    font-size: 24px;
}
.indextoilet div div:first-of-type {
    display: block;
}
.indextoilet ul {
    width: 100%;
    display: block;
    margin-top: 20px;
}
.indextoilet ul li {
    padding-top: 0;
    padding-bottom: 0;
}
.indextoilet ul li span:first-child {
    font-size: 20px;
}
.indextoilet ul.toiletpic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.indextoilet ul.toiletpic li {
    width: 22%;
}
.indextoilet ul.toiletpic li img {
    width: 100%;
}
.service img {
    width: 100%;
    max-width: 200px;
}
.service .flexbox:first-of-type {
    width: 100%;
    max-width: 800px;
    margin: 100px auto 30px;
    display: flex;
    justify-content: space-between;
}
.service .flexbox:first-of-type div {
    width: 70%;
    margin-right: 30px;
}
.service .flexbox:first-of-type div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service .point {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 50px;
    padding-top: 320px;
    background-color: #ebebeb;
    display: flex;
    justify-content: space-between;
    align-self: center;
    position: relative;
}
.service .point div {
    width: 200px;
    height: 200px;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    background-color: #245a9b;
    position: absolute;
    display: flex;
    align-items: center;
}
.service .point div:first-child {
    left: 20px;
    top: 20px;
}
.service .point div:nth-child(2) {
    left: 50%;
    right: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.service .point div:last-child {
    top: 20px;
    right: 20px;
}
.service .flexbox.appoint {
    width: 60%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.service .flexbox.appoint div:last-child {
    width: 80%;
}
.service .flexbox.appoint div:nth-child(2) {
    width: 10%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
.service .flexbox.appoint div a {
    width: 100%;
    height: auto;
    padding: 15px 50px;
    color: #fff;
    background-color: #00479d;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
}
.service .flexbox.appoint div img {
    width: 100%;
    max-width: 100px;
    margin: 10px auto 0;
    display: block;
}
.indexclean {
    width: 100%;
    height: auto;
    background-image: url(../img/common/clean_bk.jpg);
    background-size: cover;
}
#main_content .indexclean section {
    margin: 60px auto 0;
    padding-top: 60px;
    padding-bottom: 70px;
}
.indexclean h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.indexclean .indexcleanA {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
.indexclean div div {
    width: 32%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
}
.indexclean div div img {
    width: 100%;
    margin-bottom: 20px;
}
.indexclean div div h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.indexclean div div p {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1em;
}
.indexclean div div p:last-child {
    padding-bottom: 60px;
}
.indexclean a {
    padding: 15px 100px;
    color: #fff;
    background-color: #00479d;
    border: 2px solid #fff;
    font-size: 24px;
    display: table;
    margin: 0 auto;
}

/* about */

.message {
    padding: 30px 50px;
    background-color: #fdf4f4;
}
.message p {
    line-height: 1.8;
    margin-bottom: 10px;
}
.message p:first-child {
    font-size: 28px;
    font-weight: bold;
    font-family: -apple-system, blinkMacSystemFont,
        'Noto Serif JP', sans-serif,
        'YuGothicM',
        'YuGothic',
        'Helvetica Neue',
        'Meiryo',
        'Segoe UI',
        sans-serif;
    margin-bottom: 20px;
}
.message p:last-child {
    margin-top: 20px;
    text-align: end;
    font-family: -apple-system, blinkMacSystemFont,
        'Noto Serif JP', sans-serif,
        'YuGothicM',
        'YuGothic',
        'Helvetica Neue',
        'Meiryo',
        'Segoe UI',
        sans-serif;
}
.aboutbk {
    width: 100%;
    height: auto;
    background-image: url(../img/common/about_bk.jpg);
    background-size: cover;
}
#main_content .aboutbk section {
    margin: 60px auto 0;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.aboutbk section>div {
    width: 50%;
    padding: 0 20px; 
}
.aboutbk section div h2 {
    margin-bottom: 20px;
}
.aboutbk section>div p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.aboutbk section>div p>span:first-child {
    width: 25%;
    font-weight: bold;
}
.aboutbk section>div p>span span {
    display: block;
}

/* system　*/
.cleansystem .flexbox {
    display: flex;
    justify-content: space-between;
}
.cleansystem .flexbox p {
    width: 70%;
    margin-right: 30px;
}
.cleansystem section .flexbox div {
    margin-top: 0;
}
.cleansystem section .flexbox div img {
    width: 100%;
}
.systemtree {
    background-color: #e9e9ff;
}
.use .toilet {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.use .flexbox {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
.use .flexbox li {
    width: 20%;
}
.use .flexbox li img {
    width: 100%;
}
#main_content .systemtree section {
    margin: 60px auto 0;
    padding-top: 60px;
    padding-bottom: 60px;
}
#main_content .systemtree h3,
#main_content .systemtree h4 {
    margin-bottom: 20px;
}
#main_content.cleansystem h4 {
    margin-top: 30px;
    font-size: 24px;
}
.systemtree img {
    display: block;
}
.whiteline {
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 3px solid #fff;
}
.systemtree ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
.systemtree ul p:first-child {
    padding: 10px 40px;
    margin-bottom: 20px;
    border: 3px solid #d2d2d2;
    background-color: #fff;
    display: inline-block;
}
.systemtree ul p:last-child {
    margin-bottom: 30px;
}
.systemtree .flexbox {
    margin-top: 20px;
}
.systemtree table {
    width: 60%;
}
.systemtree table th,
.systemtree table td {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.systemtree table th {
    font-weight: bold;
    background-color: #c6c6fd;
}
.systemtree table td {
    background-color: #fff;
    border-bottom: 3px solid #e9e9ff;
}
.boxt .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.boxt .flexbox:first-of-type {
    align-items: flex-start;
}
.boxt .flexbox table {
    width: 40%;
}
.boxt .flexbox table th,
.boxt .flexbox table td {
    width: 33%;
    padding: 15px 20px;
}
.boxt .flexbox table th {
    background-color: #c6c6fd;
    border-right: 1px solid #fff;
}
.boxt .flexbox table td {
    background-color: #e9e9ff;
}
.cleansystem .boxt .flexbox div img.arrow {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.superbio div p {
    padding: 10px 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 3px solid #d2d2d2;
    background-color: #fff;
    display: inline-block;
}
.superbio ul {
    margin-top: 20px;
}
.superbio ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.superbio ul li p:first-child {
    width: 8%;
}
.superbio ul li p.line {
    width: 50px;
    height: 5px;
    background-color: #d2d2d2;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}
.superbio .routeflex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.superbio .routeflex p {
    margin-right: 30px;
}

/* mounting */
.image_list .flexbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.image_list .flexbox>div {
    width: auto;
    max-width: 320px;
    margin-right: 60px;
    margin-bottom: 30px;
}
.image_list .flexbox div img {
    width: 100%;
    margin-bottom: 0;
}
form {
    margin-left: 20px;
}
#contact ul {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 20px;
}
#contact ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

#contact ul li p {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#contact ul li p:first-child {
    width: 25%;
    font-weight: bold;
}
#contact ul li p:last-child {
    width: 65%;
}
#contact ul li p span {
    padding-left: 10px;
    padding-right: 10px;
    align-self: center;
}
#contact ul li:last-child p span {
    align-self: auto;
}
#contact ul li p:first-child span:first-child {
    width: auto;
    height: auto;
    margin-right: 1.5%;
    line-height: 1;
    display: inline-table;
    vertical-align: middle;
    padding: 5px 10px;
}
#contact ul li p span.required {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
#contact ul li input {
    width: 100%;
    line-height: 2;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #666;
}
#contact ul li:last-child p:first-child {
    padding-top: 15px;
}
#contact ul li:last-child p:first-child span:last-child {
    padding-top: 5px;
}
#contact ul li:last-child p:last-child {
    vertical-align: top;
}
#contact ul li:last-child textarea {
    width: 100%;
    height: 300px;
    line-height: 2;
    border-radius: 5px;
    padding: 10px;
    display: block;
}
#contact .submit input {
    margin: 30px auto 0;
    padding: 20px 10%;
    background-color: #009944;
    color: #fff;
    display: block;
    transition: 0.3s;
}
#contact .submit input:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    &::-webkit-search-decoration {
        display: none;
    }
    &::focus {
        outline-offset: -2px;
    }
}

/* 汎用 */

.red {
    color: #c60b0b;
}