/* CSS Document */
@media screen and (max-width: 450px) {
  /*フォントオーサム基本設定*/
  .fa, .fas {
    font-weight: 900;
  }
  .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
  }
  .fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 15s infinite linear !important;
  }
  /*フォントオーサム基本設定ここまで*/
  /*＝＝ベース設定ここから＝＝*/
  * {
    margin: 0;
    padding: 0;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
  }
  body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
    margin: 0;
    padding: 0;
  }
  article, aside, figure, figcaption, footer, header, nav, section {
    display: block;
  }
  ul {
    list-style: none;
  }
  a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  a, input, select, button {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
  }
  a:hover, a:active, a:focus {
    color: white;
  }
  video {
    height: auto;
  }
  body {
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    position: fixed;
  }
  .header-logo img {
    max-width: 100%;
    height: auto;
  }
  /*レスポンシブ時スクロールナビなし*/
  .scroll-nav {
    display: none;
  }
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .background-video {
    width: 100vw;
    height: 100vh;
    z-index: -99999;
    top: 0;
    padding-top: 25%;
    overflow: hidden;
    animation: header-in 3s 0.5s 1 forwards;
    position: absolute;
  }
  /*＝＝＝クロック設定＝＝＝＝＝＝*/
  .c-container {
    width: 100%;
    margin-top: -70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    animation: fade-in 2s ease 1s forwards;
  }
  .clock {
    font-family: 'Share Tech Mono', monospace;
    color: #daf6ff;
    text-shadow: 0 0 20px #0aafe6;
    line-height: 1.2;
    text-align: center;
  }
  .clock-date {
    font-size: 35px;
  }
  .clock-time {
    font-size: 70px;
  }
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .header {
    width: 100%;
    max-height: 60px;
    /*animation: header-in 8s 0.5s 1 forwards;*/
    opacity: 1;
    top: 0;
    background: #0827ff;
    z-index: 3;
    position: fixed;
    align-items: center;
    display: block;
  }
  .header-logo {
    width: 50%;
    padding: 0;
  }
  /*＝＝固定電話、ケータイ、メールアドレスはレスポンシブ別記載！！＝＝*/
  .header-rigth {
    position: absolute;
    color: white;
    max-height: 80px;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
  }
  .r-1 {
    display: none;
  }
  .sns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 2em;
    margin: 0;
  }
  .header-rigth ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    font-size: 1%;
  }
  .header-rigth ul li:nth-child(1) {
    width: 100%;
  }
  .header-rigth ul li:nth-child(2) {
    width: 100%;
  }
  .header-rigth ul li:nth-child(3) {
    width: 100%;
  }
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .nav-global {
    margin: 0 auto;
    font-size: 0.8em;
    /*animation: header-in 8s 0.5s 1 forwards;*/
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    justify-content: center;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .nav-global-in {
    max-width: 100%;
    min-width: auto;
    height: 100%;
    margin: 0;
  }
  .nav-global-in > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-global-in > ul > li {
    width: fit-content;
    font-size: 100%;
  }
  .nav-global-in > ul > li > a {
    text-decoration: none;
  }
  .nav-global-in > ul > li > a > div {
    padding: 0.3em;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid blue;
    letter-spacing: 1px;
  }
  .nav-global ul ul {
    display: none;
  }
  .nav-global li li a {
    font-size: 12px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .nav-global-in ul li:hover ul {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -5;
    outline: auto white;
    margin-top: 2px;
    top: 100%;
    transition: .3s;
    opacity: 1;
    display: none;
  }
  .banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 65vh;
    /* position: absolute; */
    background: #03a9f4;
    padding: 2% 10% 1% 10%;
    z-index: 5;
    animation: header-in 3s 0.5s 1 forwards;
    opacity: 0;
  }
  .banner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .main {
    width: 100%;
    margin-top: 0;
    animation: header-in 3s 0.5s 1 forwards;
    overflow-x: hidden;
    padding-top: 0;
    background: white;
  }
  .section-text {
    width: 90%;
    font-size: 300%;
    font-weight: 900;
    color: white;
    border-left: 0.5em solid;
    border-bottom: 0.1em solid;
    padding-left: 20px;
    margin-left: 6%;
    z-index: 0;
    position: absolute;
  }
  #company {
    width: 100%;
    height: 55vh;
    position: relative;
    opacity: 1;
    transform: translateY(0px);
    transition: all 800ms ease 0s;
    padding: 25% 0;
    margin: 0;
    background: white;
  }
  .svg-contener {
    display: none;
  }
  .st2 {
    opacity: 0.36;
    fill: none;
    stroke: #f8f8f8a1;
    stroke-width: 5;
    stroke-miterlimit: 10;
  }
  image {
    pointer-events: none;
  }
  .section-text-01 {
    width: 80%;
    margin: 0.5em 0 0 1em;
    font-size: 1em;
    font-weight: 900;
    color: #ffffff;
    z-index: 0;
    position: absolute;
    border-bottom: solid 1px;
    border-left: solid 5px;
    padding-left: 1em;
  }
  .scroll-nav-next {
    width: 100%;
    position: absolute;
    z-index: 1;
    margin: -10% 0 0 0;
    display: flex;
    justify-content: end;
    padding-right: 10%;
  }
  .scroll-nav-next:nth-child(3) {
    margin: -15% 0 0 0;
  }
  .scroll-nav-next1 {
    padding-left: 21em;
    background: #4c94ff;
    text-align: center;
  }
  .scrolling-arrow-nav1 > a > i {
    padding-left: 0.7em;
  }
  .scroll-nav-next a {
    font-size: 0.8em;
    text-shadow: 0 0 1px white, 0 0 1px black, 0 0 1px black, 0 0 4px black;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    right: 1em;
  }
  .scroll-nav-prev3-1 a {
    position: absolute;
    font-size: 1em;
    z-index: 9;
    padding: 0;
    text-align: center;
    text-decoration: none;
    right: 5%;
    margin-top: -2em;
  }
  .scroll-nav-prev3-1 a:hover .fa-arrow-up {
    margin: -105% 0 0 -18%;
    transition: 100ms;
  }
  .scroll-nav-prev3-1 a:hover {
    text-shadow: 0 0 0px white, 0 0 15px #c2c2c2, 0 0 20px #fcfcfc;
  }
  .scroll-nav-next3-2 a {
    font-size: 1em;
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    right: 1.2em;
    margin-top: 13%;
    position: absolute;
  }
  .scroll-nav-next3-2 a:hover .fa-arrow-down {
    margin: 0 0 0 -10%;
    transition: 100ms;
  }
  .scroll-nav-next3-2 a:hover {
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    color: red;
  }
  .scroll-nav-back {
    display: flex;
    position: relative;
    font-size: 1em;
    z-index: 10;
    padding-left: 12%;
    text-align: center;
    text-decoration: none;
    width: 50%;
    height: 10%;
    border-radius: 10px;
    margin: 0 auto;
  }
  .scroll-nav-prev {
    display: none;
  }
  .scroll-nav-back a {
    text-decoration: none;
  }
  .scroll-nav-back a:hover {
    color: #fff;
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
  }
  .fa-arrow-up {
    display: none;
    background: none;
    margin: -110% 0% 0% -20%;
    position: absolute;
    transition: 100ms;
  }
  .scroll-nav-back a .fa-arrow-up {
    transition: 300ms;
    margin: -1.3em 0 0 1em;
    display: none;
  }
  .scroll-nav-back a:hover .fa-arrow-up {
    transition: .3s;
    margin: -1.5em 0 0 3em;
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    display: none;
  }
  .scrolling-arrow-nav1 {
    display: none;
    /* position: absolute; */
    /* height: 54em; */
    /* border-right: 5px solid #ffffff; */
    /* margin: 12em 0 0 119em; */
  }
  .vertical-t {
    display: none;
  }
  .company-img {
    width: 100%;
    height: 22em;
    position: absolute;
    margin-top: 10%;
    background-color: #fff;
    overflow: hidden;
    border-top: 2em solid #653009;
    border-bottom: 2em solid #653009;
    margin-left: 0;
  }
  .creed {
    width: 100%;
    height: 28vh;
    color: #000000;
    z-index: 2;
    position: absolute;
    overflow-y: scroll;
    /* background: #498a1657; */
    padding-bottom: 3em;
  }
  .creed > h2 {
    font-size: 1em;
    margin: 1% auto;
    text-align: center;
    width: 80%;
    line-height: 2;
    border-bottom: 1px solid;
  }
  #yosimune {
    color: red;
    font-size: 1em;
    padding: 0;
    padding-top: 1%;
    z-index: 4;
    width: 100%;
    text-align: center;
    text-shadow: none;
    background: none;
    display: block;
    position: absolute;
    bottom: 0;
  }
  #yosimune .ty {
    animation: opa1 1s;
    font-size: small;
  }
  #yosimune .ty::after {
    content: "代表挨拶";
  }
  #yosimune4 {
    width: 100%;
    display: none;
  }
  #yosimune4.yosimune4 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: white;
    z-index: 3;
  }
  .s-left {
    width: 50%;
    height: 100%;
    /* display: none; */
    position: absolute;
    margin-top: 0;
    margin-left: -50%;
    z-index: 9999;
    animation: yosimuneSP1 2s;
  }
  .s-right {
    width: 50%;
    height: 100%;
    /* display: none; */
    position: absolute;
    margin-top: 0;
    margin-left: 100%;
    z-index: 9999;
    animation: yosimune2 2s;
  }
  .creed2 {
    width: 100%;
    height: 30vh;
    padding: 1em;
    margin-top: 0em;
    color: #000000;
    z-index: 1;
    overflow-y: scroll;
    background-color: white;
    animation: creed2 1.5s forwards;
    /*border-bottom: solid #653009;*/
    margin: 0;
  }
  .creed2 > h2 {
    font-size: 1em;
    margin: 0em 0 0 0em;
    border-bottom: solid blue 1px;
    color: black;
    text-align: left;
  }
  .creed-text-01 {
    padding: 5% 10%;
    letter-spacing: 0.5em;
    font-size: 0.5em;
  }
  .creed-text2 {
    margin: 3em 0 0em 0em;
    font-size: 1em;
    text-align: right;
  }
  .creed-text3 {
    mfont-size: 1em;
    text-align: right;
  }
  .creed-text {
    font-size: 70%;
    line-height: 2em;
    padding: 5% 15%;
    margin: 0 auto;
  }
  #work {
    width: 100%;
    border-top: none;
    border-bottom: none;
    position: relative;
    margin: 15% auto 0% auto;
    padding-top: 25%;
  }
  .section-text {
    width: 77%;
    font-size: 1em;
    font-weight: 900;
    color: white;
    padding-left: 20px;
    margin-left: 4%;
    margin-top: 1em;
    z-index: 0;
    position: absolute;
  }
  .scrolling-arrow-nav2-2 {
    display: none;
  }
  .scrolling-arrow-nav2 {
    width: 100%;
  }
  .work-text {
    background-image: url(../images/波紋.jpg);
    color: black;
    background-size: 150%;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding: 0px 5%;
  }
  .work-text > ul {
    list-style: none;
    background: #ffffff33;
    padding: 0% 5%;
    padding-bottom: 5%;
  }
  .work-text h2 {
    width: 95%;
    margin: 0 auto;
    font-size: 100%;
    padding: 0;
  }
  .neon-0 {
    color: #0084FF;
    text-shadow: 0 0 1px black, 0 0 1px white, 0 0 2px white;
    -webkit-animation: neon0 1.5s ease-in-out infinite alternate;
    -moz-animation: neon0 1.5s ease-in-out infinite alternate;
    animation: neon0 1.5s ease-in-out infinite alternate;
  }
  .neon {
    color: #B6FF00;
    text-shadow: 0 0 1px black, 0 0 1px white, 0 0 2px white;
    -webkit-animation: neon 1.5s ease-in-out infinite alternate;
    -moz-animation: neon 1.5s ease-in-out infinite alternate;
    animation: neon 1.5s ease-in-out infinite alternate;
  }
  .work-text > ul li:nth-last-child(2) {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 0;
    margin: 0 auto;
    line-height: 1.5;
  }
  .work-text > ul li:nth-last-child(1) {
    font-size: 80%;
    padding: 0 5%;
    line-height: 2em;
    text-shadow: 0 0 0 white, 0 0 0px white, 0px 0px 2px white, 0 0 3px white;
    letter-spacing: 0.3em;
  }
  .work-slogan {
    padding: 0;
    line-height: 1.5em;
    width: 100%;
    margin: 30% auto;
  }
  .work-slogan h2 {
    color: #0b3be6;
    font-size: 1em;
    padding: 5%;
    border-top: solid 1px;
    margin: 1em auto;
    width: 100%;
  }
  #area-01.area-01, #area-02.area-02, #area-03.area-03, #area-04.area-04 {
    width: 100%;
    color: white;
    z-index: 1;
    animation: area 1s forwards;
    transition: 1s;
    opacity: 0;
    display: block;
    text-shadow: none;
  }
  .slogan-1 {
    /* background-repeat: no-repeat; */
    /* background-position: 22em -3em; */
  }
  .work-slogan p {
    padding: 5%;
    margin: 0 auto;
    margin-bottom: 2em;
    background-color: #a7f1f791;
    border-radius: 0.5em;
    line-height: 2em;
    width: 100%;
    font-size: 70%;
  }
  .work-slogan > ul > li {
    background-image: none;
    margin-bottom: 5%;
  }
  .slogan-2 {
    /* background-repeat: no-repeat; */
    /* background-position: 26em -3em; */
  }
  .work-slogan ol {
    list-style: none !important;
  }
  .slogan-2 ol li {
    margin-bottom: 1em;
  }
  .work-slogan h3 {
    padding: 0.3em 1em 0.3em 1em;
    margin-bottom: 1em;
    background-color: white;
  }
  .work-list {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .work-list ul {
    line-height: 0%;
  }
  .work-list ul li {
    color: #ffffff;
    padding: 0 5%;
    line-height: 2em;
  }
  #plant {
    padding-top: 0;
    background: #0072ff8c;
    padding-bottom: 20%;
  }
  #plant h3 {
    font-size: smaller;
  }
  .work-list ul li:nth-child(1) > h3 {
    width: 100%;
    font-size: 1.5em;
    padding-top: 10%;
    margin-bottom: 0.5em;
  }
  .work-list ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 1;
  }
  .work-list ul li:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .work-list ul li:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .work-list ul li .in-tet2 {
    border: 5px double;
    width: 90%;
    padding: 0 5%;
    margin: 10% auto;
    margin-bottom: 5%;
    text-align: center;
  }
  .work-list p {
    width: 100%;
    font-size: small;
    padding: 0 5%;
    margin: 0;
    background-size: cover;
    height: 40%;
  }
  .work-list-inner {
    width: 100%;
    font-size: small;
    padding: 0 5%;
    margin-top: 10%;
    background-size: cover;
  }
  #inner-01 {
    background-image: none;
    background-color: #00000075;
    color: white;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 2em;
    text-shadow: 0 0 0 black, 0 0 0px black, 0px 0px 5px black, 0 0 6px black, 0 0 6px white;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  #inner-02 {
    background-image: none;
    background-color: #3e608a;
    color: white;
    font-weight: bold;
    padding-top: 5%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 2em;
    text-shadow: 0 0 0 black, 0 0 1px black, 0px 0px 6px black, 0 0 6px black, 0 0 6px white;
    padding-bottom: 10%;
  }
  #inner-03 {
    background-image: none;
    background-color: #3e608a;
    color: white;
    font-weight: bold;
    padding-top: 5%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 2em;
    text-shadow: 0 0 0 black, 0 0 1px black, 0px 0px 6px black, 0 0 6px black, 0 0 6px white;
    padding-bottom: 10%;
  }
  #inner-04 {
    background-color: #ffffffad;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2em;
    text-shadow: 0 0 0 white, 0 0 1px black;
    background-image: url(../images/黒板.png);
    background-size: cover;
    background-repeat: no-repeat;
    letter-spacing: 2px;
    padding: 5%;
  }
  #inner-01:hover, #inner-02:hover, #inner-03:hover, #inner-04:hover {
    background-color: #00000096;
    box-shadow: 0 0 1px white, 0 0 3px white, 0 0 3px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
    border: 1px solid white;
    padding-top: 5%;
  }
  .in-04 {
    /*background-image: url(../images/イメージプラント.jpg);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: right -4em;*/
  }
  .work-list ul li a {
    text-decoration: none;
    color: #fff;
  }
  .work-list-a {
    background: crimson;
    border-radius: 20px;
    padding: 2% 4%;
    width: max-content;
    font-size: 100%;
    margin: 0 auto;
  }
  .work-list-inner2 {
    width: 100%;
  }
  .work-list img {
    border: none;
    z-index: -1;
    width: 100%;
    margin-top: 5%;
    display: none;
  }
  .pulse-btn:hover a {
    margin: 0 auto;
    margin-bottom: 50%;
    font-size: 60%;
    padding: 0 20%;
    border-radius: 0;
  }
  #inner-05, #inner-06, #inner-07 {
    background-color: #696969d1;
    width: 95%;
    color: white;
    background-image: none;
    cursor: pointer;
    margin: 15% auto;
    padding: 0;
    font-size: small;
  }
  #area-05 > ul > h2 {
    border: 3px double white;
    padding: 1% 0;
    line-height: 1em;
    margin: 0 auto;
    margin-bottom: 8%;
    position: inherit;
    background: #46486e;
    text-align: center;
    width: 100%;
  }
  #inner-05 p, #inner-06 p, #inner-07 p {
    font-size: 1em;
    padding: 5%;
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
    color: #2e2d2d;
    text-shadow: 0 0 0 black, 0 0 1px black, 0px 0px 6px white, 0 0 6px white, 0 0 6px white;
  }
  #area-05 {
    padding: 10% 0;
  }
  #area-05 > ul {
    background-image: url(../images/S__33341473.png);
    background-size: cover;
    max-height: 39em;
    padding: 5%;
    display: flex;
    flex-direction: column;
  }
  #area-06 > ul {
    background-image: url(../images/イメージはつり.png);
    background-size: cover;
    max-height: 39em;
    padding-top: 1em;
  }
  #area-06 > ul > li:nth-child(2) {
    /* background-image: url(../images/S__33341473.jpg); */
    background-position: right 0em;
    background-size: 50%;
    background-repeat: no-repeat;
    color: black;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    margin-top: 2em;
  }
  #area-06 > ul > li:nth-child(3) {
    /* background-image: url(../images/イメージはつり.jpg); */
    background-position: right 0em;
    background-size: 50%;
    background-repeat: no-repeat;
    color: black;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 5%;
  }
  #area-06 > ul > li:nth-child(4) {
    /* background-image: url(../images/イメージはつり.jpg); */
    background-position: right 0em;
    background-size: 50%;
    background-repeat: no-repeat;
    color: black;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
  }
  #area-06 > ul > li:nth-child(5) {
    /* background-image: url(../images/イメージはつり.jpg); */
    background-position: right 0em;
    background-size: 50%;
    background-repeat: no-repeat;
    color: black;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
  }
  .kizai {
    font-size: 1em;
    padding: 0;
    border-top: none;
  }
  .kizai img {
    width: 100%;
  }
  .kizai ul {
    /*display: flex;
    flex-wrap: wrap-reverse;
    width: 95%;
    text-align: center;
    color: black;
    justify-content: center;
    background: #ffffff40;
    padding: 5em 1em 3em 1em;
    border-radius: 1em;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
    align-content: center;*/
  }
  .kizai ul li {
    width: 70%;
    height: 245px;
    margin: 0 auto;
  }
  .kizai ul li:nth-child(1) {
    background: url("../images/プラント配管洗浄１.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    justify-content: center;
    margin: 15% auto;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  .kizai ul li:nth-child(2) {
    background: url("../images/プラント配管洗浄３.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    justify-content: center;
    margin: 15% auto;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  .kizai ul li:nth-child(3) {
    background: url("../images/熱交換器洗浄.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    justify-content: center;
    margin: 15% auto;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  .kizai ul li:nth-child(4) {
    background: url("../images/202105追加/保護具フル(TST).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  .kizai ul li:nth-child(5) {
    background: url("../images/斫り加工.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    justify-content: center;
    margin: 15% auto;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  .kizai ul li:nth-child(6) {
    background: url("../images/202105追加/保護具(洗浄合羽).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px #ffffff, 0 0 2px #003aff, 0 0 2px #005aff, 0 0 5px #005aff, 0 0 10px #004eff, 0 0 10px #005aff, 0 0 10px #005aff, 0 0 15px #005aff, 0 0 20px #0043ff, 0 0 25px #0046ff, 0 0 30px #0144ff;
  }
  #corporate {
    width: 100%;
    padding: 15% 0% 0% 0%;
    background-color: #ffffff;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 34%), rgb(5 86 206)), linear-gradient(120deg, rgb(39 106 205), rgb(15 44 96 / 70%));*/
    margin: 0;
  }
  .scroll-nav-prev a {
    position: absolute;
    font-size: 1em;
    z-index: 9;
    padding: 0;
    text-align: center;
    text-decoration: none;
    right: 3%;
    margin-top: -4em;
  }
  .scroll-nav-prev a > .fa-arrow-up {
    margin: -115% 0% 0% -17%;
    position: absolute;
    transition: 100ms;
  }
  .scroll-nav-next2 {
    margin-top: 0;
  }
  .scroll-nav-next2 a {
    font-size: 90%;
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    right: 1em;
    position: absolute;
    margin-top: -2.7em;
  }
  #contact .scroll-nav-next2 a {
    font-size: 90%;
    text-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    right: 1.2em;
    position: absolute;
    margin-top: -2.6em;
  }
  .overview {
    width: 100%;
    height: 60vh;
    padding: 0 10%;
    color: #ffffff;
    margin-top: 15%;
    font-size: 1em;
    text-shadow: 0 0 0px white, 0 0 1px black, 0 0 1px black, 0 0 1px black;
    background: linear-gradient(0deg, rgb(0 0 0 / 34%), rgb(5 86 206)), linear-gradient(120deg, rgb(39 106 205), rgb(15 44 96 / 70%));
  }
  .section-text1 {
    color: white;
    border-bottom: 0.1em solid white;
    padding-left: 20px;
    margin-top: 0.5em;
    z-index: 2;
    background: linear-gradient(0deg, rgb(0 114 255 / 98%), rgb(0 185 255 / 25%)), linear-gradient(120deg, rgb(0 55 255 / 31%), rgb(0 62 255));
  }
  .section-text2 {
    color: white;
    border-bottom: 0.1em solid white;
    padding-left: 20px;
    margin-top: 0.5em;
    margin-bottom: 5%;
    z-index: 2;
    background: linear-gradient(0deg, rgb(0 114 255 / 98%), rgb(0 185 255 / 25%)), linear-gradient(120deg, rgb(0 55 255 / 31%), rgb(0 62 255));
  }
  .creed-text2 a {
    font-size: 1em;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    right: 1.2em;
    margin-top: 3%;
    position: absolute;
  }
  #contact {
    width: 100%;
    padding: 25% 1% 1% 1%;
  }
  .section-text3 {
    width: 100%;
    font-weight: 900;
    color: white;
    padding-top: 5px;
    border-top: 0.1em solid;
    border-bottom: 0.1em solid;
    padding-left: 20px;
    z-index: 0;
    position: absolute;
    box-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
  }
  .section-text4 {
    width: 100%;
    font-weight: 900;
    color: #ffffff;
    margin-left: 0%;
    padding-left: 20px;
    background-color: #227eff;
    border-top: 1px solid white;
  }
  .contact-fome {
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 90%;
    padding: 1% 5%;
    background-color: #ffffff00;
    color: #565656;
    margin: 5% auto;
    box-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    background: linear-gradient(0deg, rgb(196 87 252 / 34%), rgb(133 224 246 / 57%)), linear-gradient(120deg, rgb(66 145 242 / 40%), rgb(49 199 214 / 52%));
  }
  .marker-border {
    background: linear-gradient(transparent 50%, #ffff66 0%);
  }
  .contact-fome ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact-fome ul li:nth-child(1) {
    width: 95%;
    padding-bottom: 0;
    margin: 2% auto;
    text-shadow: 0 0 black, 0 0 5px white, 0 0 5px white, 0 0 10px white;
    color: #2b9eff;
    text-align: center;
    border: none;
  }
  .contact-fome ul li:nth-child(2) {
    width: 100%;
    margin: 0 0 5% 0;
    padding-left: 2%;
    line-height: 3rem;
  }
  .contact-fome ul li:nth-child(3) {
    margin: 3em auto;
    padding-left: 2%;
    line-height: 3rem;
  }
  .contact-fome ul li a {
    text-decoration: none;
    font-size: 70%;
    text-align: center;
    background: linear-gradient(0deg, #0037ff, #00fbff);
    margin: 0;
  }
  .contact-fome-a {
    border: 1px solid;
    padding: 15px;
    width: 100%;
    position: unset;
  }
  .contact-fome ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #corporate {
    width: 100%;
    height: 100vh;
    margin: 5% auto 0% auto;
    padding: 25% 1% 1% 1%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #ffffff;
    background: linear-gradient(0deg, rgb(255 255 255 / 34%), rgb(5 86 206)), linear-gradient(120deg, rgb(39 106 205), rgb(77 199 211 / 45%));
  }
  #sito-info {
    width: 100%;
    height: auto;
    padding: 25% 0 0 0;
    margin: 0 0 5% 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 52%), rgb(0 0 0 / 68%)), linear-gradient(120deg, rgb(0 0 0 / 83%), rgb(123 123 123));
    border-top: 1 px solid white;
    border-bottom: 1 px solid white
  }
  .privacy-policy {
    border: 1px solid #00ff19;
    border-radius: 10px;
    width: 99%;
    padding: 10% 5%;
    background-color: #0000;
    color: #ffffff;
    margin: 10% 0 0 0;
    box-shadow: 0 0 1px white, 0 0 10px #c2c2c2, 0 0 20px #fcfcfc;
    overflow-x: hidden;
    flex-direction: column;
  }
  .labe {
    width: 100%;
  }
  .image svg, .tabs svg {
    width: 100%;
  }
  text {
    fill: white;
    font-size: 25px;
    font-weight: bold;
    stroke: black;
    stroke-width: 0.5;
    stroke-opacity: 0.75;
    text-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
  }
  .tabs {
    z-index: 100;
  }
  .border {
    fill: white;
    fill-opacity: 0;
    stroke: white;
    stroke-width: 2;
    stroke-opacity: 0.7;
    cursor: pointer;
  }
  .button {
    z-index: 101;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 45em;
    transform: translatex(50%) translatey(-50%);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
  }
  footer {
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column-reverse;
    color: white;
    text-shadow: 0 0 3px black;
    position: relative;
    margin-top: 20%;
    font-size: 100%;
    padding: 5%;
    padding-bottom: 10%;
  }
  caption {
    text-align: center;
    padding-bottom: 5%;
  }
  .stockholder-f {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 1px solid white;
    border-top: 2px solid white;
    margin: 5% auto;
    padding: 5%;
    background-color: #00000070;
  }
  .footer-nav-text {
    width: 100%;
    padding: 0% 2%;
    margin-bottom: 5%;
    background: #3742c3;
    text-align: center;
  }
  .nav-a {
    width: 100%;
    padding: 1em;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    z-index: 1;
    background-color: #00000070;
  }
  .nav-a-01 {
    width: 100%;
    padding: 0%;
    text-align: center;
  }
  .nav-a-02 {
    idth: 100%;
    padding: 0%;
    text-align: center;
    justify-content: center;
  }
  .privacy-f {
    width: 100%;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3em;
    padding-bottom: 1em;
    justify-content: center;
    z-index: 1;
    background-color: #00000070;
  }
  .footer-privacy-f-text {
    display: none;
  }
  .privacy-f01, .privacy-f02 {
    width: 100%;
    text-align: center;
    font-size: 100%;
  }
  .links {
    width: 100%;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5% auto;
    padding: 5% 0;
    justify-content: center;
    z-index: 1;
    background-color: #00000070;
  }
  .footer-link-text {
    display: none;
  }
  .copyright {
    width: 80%;
    height: 5vh;
    text-align: center;
    margin: 0 6%;
    z-index: 1;
    background: black;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
  }
  tr {
    width: 100%;
    text-align: left;
    font-weight: 100;
    font-size: small;
  }
  th {
    width: 30%;
  }
  .footer img {
    display: none;
  }
  .pulse-btn {
    margin: 0% auto;
    text-align: center;
    margin-top: 20%;
  }
  .pulse-btn5 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35%;
    text-align: center;
  }
  .pulse-btn6 {
    width: 100%;
    margin-left: 0em;
  }
  .pulse-btn6:hover a {
    display: none
  }
  .bird {
    position: absolute;
    width: 7 px;
    height: 7 px;
    transform: rotate(45deg);
    animation: moving2 10s linear infinite;
    margin-top: -15%;
  }
  #background {
    background: #ffffff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-family: Montserrat, sans-serif;
    height: 20vh;
    margin-top: 34%;
    display: none;
  }
  .background {
    background: #CCE8F4 url(../images/202105追加/街背景.png);
    background-size: cover;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    height: 20vh;
    font-family: fantasy;
    font-weight: bold;
    font-size: 3.5rem;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .background:before {
    content: "";
    background-image: inherit;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
} /*メディアクエリーEND*/
@keyframes creed2 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  20% {
    opcity: 1;
  }
}
@keyframes yosimuneSP1 {
  0% {
    margin-left: -50%;
  }
  20% {
    margin-left: 0%;
  }
  80% {
    margin-left: 0%;
  }
  100% {
    margin-left: -50%;
  }
}
@keyframes yosimuneSP2 {
  0% {
    margin-left: 24.1em;
  }
  20% {
    margin-left: 51%;
  }
  80% {
    margin-left: 51%;
  }
  100% {
    margin-left: 24.1em;
  }
}
@keyframes moving2 {
  0% {
    top: 47vh;
    left: 0vw;
  }
  25% {
    top: 51vh;
    left: 23vw
  }
  100% {
    top: 47vh;
    left: 95vw;
  }
}
@-webkit-keyframes neon0 {
  from {
    /*text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #0084FF, 0 0 7px #0084FF, 0 0 8px #0084FF, 0 0 10px #0084FF, 0 0 15px #0084FF;*/
    opacity: 1;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #0084FF, 0 0 9px #0084FF, 0 0 10px #0084FF, 0 0 15px #0084FF, 0 0 25px #0084FF;
    opacity: 1;
  }
}
@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px #fff, 0 0 4px #B6FF00, 0 0 7px #B6FF00, 0 0 8px #B6FF00, 0 0 10px #B6FF00, 0 0 15px #B6FF00;
  }
  to {
    text-shadow: 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 6px #B6FF00, 0 0 9px #B6FF00, 0 0 10px #B6FF00, 0 0 15px #B6FF00, 0 0 25px #B6FF00;
  }
}