 @charset "UTF-8";
 /* Theme Name:nasumaintenance 
  Theme URI:
  Author: nasumaintenance
  Author URI:
  Description:
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http: //www.gnu.org/licenses/gpl-2.0.html
  Text Domain: nasumaintenance
  
  This theme, like WordPress,
  is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned with others. */

 article,
 blockquote,
 body,
 dd,
 section,
 div,
 dl,
 dt,
 fieldset,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 input,
 li,
 ol,
 p,
 pre,
 td,
 textarea,
 th,
 ul {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 address,
 caption,
 cite,
 code,
 dfn,
 em,
 strong,
 th {
     font-style: normal;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 caption,
 p,
 th {
     text-align: center;
 }

 abbr,
 acronym,
 fieldset {
     border: 0;
 }

 li {
     list-style-type: none;
 }

 ul {
     display: block;
     list-style-type: disc;
     margin-block-start: 1em;
     margin-block-end: 1em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     padding-inline-start: 40px;
 }

 a:active,
 a:focus,
 a:hover {
     text-decoration: none;
 }

 a:hover {
     opacity: 0.7;
 }

 body p {
     display: block;
     -webkit-margin-before: 0;
     -webkit-margin-after: 0;
     -webkit-margin-start: 0;
     -webkit-margin-end: 0;
 }

 html {
     font-weight: 600;
     font-feature-settings: "palt";
     font-size: 14px;
     line-height: 1.5;
     letter-spacing: 0.12em;
     color: #333;
 }

 .fadeU,
 .fadeD,
 .fadeL,
 .fadeR {
     opacity: 0;
 }

 html {
     overflow-y: scroll;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 ul,
 li,
 dl,
 dt,
 dd,
 table,
 figure,
 p {
     border-collapse: collapse;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 a {
     z-index: 10000;
     text-decoration: none;
     -webkit-transition: all .3s;
     transition: all .3s;
     color: #333;
 }

 img {
     border: none;
     vertical-align: middle;
     max-width: 100%;
     height: auto;
     width: auto;
     transition: .3s;
 }

 body {
     margin: 0;
     -webkit-text-size-adjust: none;
 }

 body.home {
     font-style: normal;
     font-weight: 500;
     font-family: 'Noto Serif JP', serif;
 }

 .other {
     font-family: 'Noto Serif JP', serif;
 }

 * {
     box-sizing: border-box;
     float: none;
     position: static;
 }

 #home .wrapper {
     padding-top: 0;
 }

 .wrapper {
     height: 100%;
     box-sizing: border-box;
     padding-top: 100px;
 }

 body .home #header {
     background: rgba(255, 255, 255, 0.67) !important;
 }


 header {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 2;
     width: 100%;
     transition: .3s;
 }

 body.home #header.leave_head {
     background: rgba(255, 255, 255, 0.6) !important;
 }

 #header .header_logo {
     float: left;
     margin: 20px 0 0 40px
 }

 #header .header_logo img {
     width: 100%;
 }

 #header .nav {
     display: flex;
     float: right;
     padding: 25px 0px 25px 30px;
 }

 #header .nav>li {
     margin-right: 40px;
 }

 #header .nav>li {
     position: relative;
     vertical-align: middle;
 }

 #header .nav>li>a,
 #header .nav>li>span {
     font-weight: 600;
     display: flex;
     align-items: center;
     text-align: center;
     vertical-align: middle;
     color: #fff;
     line-height: 2;
     cursor: pointer;
     font-size: 14px;
     letter-spacing: 0.2em;
     padding: 0;
     -moz-transition-duration: 0.7s;
     -o-transition-duration: 0.7s;
     -webkit-transition-duration: 0.7s;
     transition-duration: 0.7s;
     position: relative;
     height: 40px;
 }

 @media screen and (min-width: 768px) {

     #header .nav>li>a:hover:before,
     #header .g_nav>li.hover>a:before {
         display: block;
         content: "";
         width: 120%;
         height: 1px;
         background: #87ceeb;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         bottom: 0px;
         text-decoration: none;
     }
 }

 #header .nav>li>a>span,
 #header .nav>li>span>span {
     display: block;
     margin: 0 auto;
 }

 .other #header {
     background-color: #a9cce1;
     border-bottom-left-radius: 79px;
 }

 .other #header .nav>li>a:hover {
     color: #314151;
 }


 .clearfix:after {
     content: "";
     display: table;
     clear: both;
 }

 #maintop {
     z-index: 1;
     position: relative;
 }

 .mainimge {
     width: 100%;
     height: 100vh;
 }

 .sec0 {
     text-align: center;
     padding: 100px 0 0;
     display: flex;
 }

 .areamap {
     width: 50%;

 }

 .areatext {
     color: #5e7d87;
     width: 180px;
     padding: 0.5em;
     line-height: 1.3;
     background: #fff;
     vertical-align: middle;
     border-radius: 25px 0px 0px 25px;
 }

 .areatext:before {
     content: '●';
     color: #5e7d87;
     margin-right: 8px;
 }

 .question {
     width: 50%;
     color: #fff;
     display: flex;
     align-items: center;
 }

 /* 018 */
 .button a {
     position: relative;
     display: flex;
     justify-content: space-around;
     align-items: center;
     margin: 0 auto;
     max-width: 225px;
     padding: 10px 0px 10px 25px;
     transition: 0.3s ease-in-out;
     font-weight: 500;
 }

 .button a:before,
 .button a:after {
     content: "";
     position: absolute;
     display: block;
     top: 50%;
 }

 .button a:before {
     width: 0.5rem;
     height: 0.5rem;
     left: 1.1rem;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     z-index: 2;
     transform: translateY(-50%) rotate(45deg);
     transition: all 0.3s;
 }

 .button a:after {
     left: 0;
     background: #bbb482;
     z-index: 1;
     width: 3rem;
     height: 3rem;
     border-radius: 4rem;
     transform: translateY(-50%);
     transition: all 0.5s;
 }

 .button a span {
     position: relative;
     transition: all 0.3s;
     z-index: 3;
 }

 .button a:hover span {
     color: #fff;
 }

 .button a:hover:before {
     left: 2rem;
 }

 .button a:hover:after {
     right: 0;
     width: 100%;
 }

 .kv {
     height: 100vh;
     display: flex;
     justify-content: end;
     align-items: center;
     right: 8%;
     position: relative;
 }

 .kv .main-copy {
     color: #fff;
     font-size: 30px;
     font-weight: bold;
     text-align: start;
     line-height: 2;
     letter-spacing: .15em;
 }

 .kv .sub-copy {
     color: #fff;
     font-size: 20px;
     text-align: center;
 }

 @import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");

 :root {
     --height: 80vh;
     --half-height: calc(var(--height) / 2);
     --transition: all 1s;
 }

 * {
     box-sizing: border-box;
 }

 body {
     font-family: "Bitter", serif;
 }

 a {
     color: inherit;
 }

 .notification {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     padding: 10px;
     font-size: 0.85em;
     background: #e9c46a;
 }

 /* MAIN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 .grid,
 .sub-grid,
 .grid .card {
     transition: var(--transition);
 }

 .grid {
     max-width: 100%;
     margin: 0 auto;
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
     z-index: 2;
     position: relative;
 }

 .card {
     cursor: pointer;

     figure,
     img {
         width: 100%;
         height: 100%;
     }

     figure {
         position: relative;
         margin: 0;
         overflow: hidden;
     }

     img {
         object-fit: cover;
         background: #333;
     }

     figcaption {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         display: grid;
         place-items: center;
         font-size: 1.5em;
         line-height: 1.3;
         text-align: center;
         padding: 10px;
         color: white;
         background: rgba(0, 0, 0, 0.5);

         span {
             display: block;
             font-size: 0.6em;
         }
     }
 }

 @media (max-width: 899px) {
     .card {
         height: var(--half-height);
     }
 }

 @media (min-width: 900px) {

     .grid,
     .sub-grid {
         display: grid;
     }

     .grid {
         grid-template-columns: 2fr 1fr 1fr;
     }

     .sub-grid {
         grid-template-rows: var(--half-height) var(--half-height);
     }

     .sub-grid-1 {
         grid-template-columns: 1fr 1fr auto;
     }

     .sub-grid-1 .card:last-child {
         grid-column: 1/-1;
     }


     .grid>.card {
         height: var(--height);
     }
 }

 @media (hover: hover) and (min-width: 900px) {
     .notification {
         display: block;
     }

     .grid:has(.sub-grid-1 .card:first-of-type:hover) .sub-grid-1 {
         grid-template-columns: 1fr 0fr auto;
     }

     .grid:has(.sub-grid-1 .card:nth-of-type(2):hover) .sub-grid-1 {
         grid-template-columns: 0fr 1fr auto;
     }

     .grid:has(.sub-grid-1 .card:last-of-type:hover) .sub-grid-1 {
         grid-template-rows: 0 var(--height);
     }

     .grid:has(> .card:hover) {
         grid-template-columns: 0fr 1fr 0fr;
     }

     .grid:has(.sub-grid-2 .card:first-of-type:hover) .sub-grid-2 {
         grid-template-rows: var(--height) 0;
     }

     .grid:has(.sub-grid-2 .card:last-of-type:hover) .sub-grid-2 {
         grid-template-rows: 0 var(--height);
     }

     .card {
         filter: grayscale(1);

         figcaption {
             opacity: 0;
         }

         &:hover {
             filter: grayscale(0);

             figcaption {
                 opacity: 1;
                 transition: opacity 0.5s 0.5s;
             }
         }
     }
 }

 /* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 .page-footer {
     position: fixed;
     right: 0;
     bottom: 50px;
     display: flex;
     align-items: center;
     padding: 5px;
     font-size: 0.9em;
     background: white;
 }

 .page-footer a {
     display: flex;
     margin-left: 4px;
 }



 /* video */

 .video {
     width: 100%;
     height: 100vh;
     background: url(../img/kv-alternative.jpg) no-repeat center/cover;
     /* filter: brightness(70%); */
     position: fixed;
     /* position: absolute; */
     top: 0;
     left: 0;
     overflow: hidden;
     z-index: -1;
 }

 .video::after {
     content: '';
     width: 100%;
     height: 100%;
     background-color: #10394b;
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     opacity: .3;
 }

 .video::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 3;
 }

 .video video {
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
 }


 .kv .main-copy {
     font-size: 75px;
 }

 .kv .sub-copy {
     font-size: 20px;
     letter-spacing: 1rem;
     text-align: start;
     line-height: 1.8;
 }


 .mainimge::after {
     content: "";
     background: rgba(255, 255, 255, .1);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
 }

 .main_catch .inner {
     display: table-cell;
     vertical-align: middle;
     text-align: right;
 }

 .container {
     width: 100%;
     max-width: 1120px;
     padding: 0 20px;
     margin: 0 auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
     top: -860px;
     right: 540px;
 }

 .circle {
     animation: fuwafuwa 1.5s ease-in-out 2 forwards;
 }

 @keyframes fuwafuwa {
     0% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-40px);
     }

     100% {
         transform: translateY(0px);
     }

     0%,
     100% {
         opacity: 1;
     }
 }

 p:last-child {
     margin-bottom: 0;
 }

 #maintop .main_catch .catch_box img {
     max-width: 520px;
 }

 #maintop .main_catch {
     position: absolute;
     z-index: 1;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
 }

 .message {
     padding: 2.5rem 2rem;
     background: #fff;
     z-index: 2;
     position: relative;
 }

 .heading1 {
     font-size: 28px;
     text-align: start;
     letter-spacing: .4em;
     max-width: 650px;
     margin: 0 auto;
 }

 .heading1 span {
     font-size: 20px;
 }


 .inner p {
     padding-top: 50px;
     line-height: 2.5;
     letter-spacing: .4em;
     font-size: 16px;
     text-align: start;
     max-width: 650px;
     margin: 0 auto;
 }

 @media print,
 screen and (min-width: 933px) {
     .message {
         padding: 10rem;

     }
 }

 @media print,
 screen and (min-width: 933px) {
     .message .inner {
         max-width: 115rem;
         margin: 0 auto;
     }
 }



 .parallax>use {
     animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
 }

 .parallax>use:nth-child(1) {
     animation-delay: -2s;
     animation-duration: 7s;
 }

 .parallax>use:nth-child(2) {
     animation-delay: -3s;
     animation-duration: 10s;
 }

 .parallax>use:nth-child(3) {
     animation-delay: -4s;
     animation-duration: 13s;
 }

 .parallax>use:nth-child(4) {
     animation-delay: -5s;
     animation-duration: 20s;
 }

 @keyframes move-forever {
     0% {
         transform: translate3d(-90px, 0, 0);
     }

     100% {
         transform: translate3d(85px, 0, 0);
     }
 }


 @media (max-width: 768px) {
     .waves {
         height: 40px;
         min-height: 40px;
     }
 }

 .mainttl {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 200px;
 }

 .main-heading {
     color: #777;
     text-transform: uppercase;
     display: inline-block;
 }

 .main-heading-primary {
     display: block;
     font-size: 5.0rem;
     font-weight: 400;
     letter-spacing: 35px;
     margin-right: -35px;
     animation: moveInLeft 1s ease-out;
 }

 .main-heading-secondary {
     font-family: sans-serif;
     display: block;
     font-size: 1.5rem;
     font-weight: bold;
     text-align: center;
     letter-spacing: 31px;
     margin-right: -31px;
     color: #48b1e5;
     animation: moveInRight 1s ease-out;
 }

 @keyframes moveInLeft {
     0% {
         opacity: 0;
         transform: translateX(-100px);
     }

     80% {
         transform: translateX(10px);
     }

     100% {
         opacity: 1;
         transform: translate(0);
     }
 }

 @keyframes moveInRight {
     0% {
         opacity: 0;
         transform: translateX(100px);
     }

     80% {
         transform: translateX(-10px);
     }

     100% {
         opacity: 1;
         transform: translate(0);
     }
 }

 /* /////////// */


 .navy_blocK {
     background: #314151;
     position: relative;
     z-index: 2;
 }

 .white_blocK {
     position: relative;
     z-index: 2;
     background-image: url("img/back-river.jpg");
     background: no-repeat center cover;
     background-color: rgba(255, 255, 255, 0.4);
     background-blend-mode: lighten;
     background-size: cover;
 }

 .heading2 {
     font-size: 28px;
     text-align: center;
     letter-spacing: .4em;
 }

 .sec01 p {
     margin-bottom: 70px;
     color: #fff;
     line-height: 2.5;
     letter-spacing: 0.4em;
     font-size: 16px;
     margin-top: 40px;
 }

 .sec01img {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     margin-top: 40px;
 }

 .menu_inner {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -20px;
     margin-left: -80px;
 }

 .top_menu p {
     font-size: 20px;
     color: #fff;
     opacity: 100;
 }

 .menu_inner p {
     font-size: 45px;
     margin-bottom: 0px;
     letter-spacing: 15px;
     color: rgba(255, 255, 255, 0.7);
     font-family: dnp-shuei-gothic-kin-std, sans-serif;
 }

 .sec02 {
     padding: 50px 0;
     background-position: top;
     background-size: cover;
 }

 .innerbox {
     width: 100%;
     max-width: 1300px;
     padding: 0 20px;
     margin: 0 auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
 }

 .sec02 .box {
     padding: 57px 60px 49px 50px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 59vh;
 }

 .sec02 .box dl {
     position: relative;
 }

 .sec02 .box dl dt {
     background-image: url(img/manhole.png);
     background-size: contain;
     width: 180px;
     height: 180px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: 600;
     font-size: 23px;
     line-height: 30px;
     letter-spacing: 0.1em;
     border-radius: 50%;
     position: absolute;
     top: -40px;
     left: 250px;
 }

 .sec02 .box dl dd {
     width: 350px;
     height: 350px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: 600;
     color: #fff;
     font-size: 20px;
     line-height: 32px;
     letter-spacing: .4em;
     background: #a6b9c1;
     border-radius: 50%;
     text-align: center;
     margin-right: 100px;
 }

 .box-text {
     max-width: 457px;
 }

 .link-text {
     margin-top: 20px;
 }

 .link-text a {
     max-width: 260px;
     margin: 0 auto;
 }

 .link-text a {
     display: block;
     max-width: 330px;
     position: relative;
     line-height: 32px;
     box-sizing: border-box;
     padding: 9px 18px;
     background: #ffc864;
     text-align: left;
     font-size: 16px;
 }

 .link-text a:before {
     content: "";
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
     background: url(img/arrow.png) no-repeat center / cover;
     width: 30px;
     height: 30px;
 }

 .innnerbox:after {
     content: "";
     display: block;
     clear: both;
 }

 .sec02 p {
     margin-bottom: 20px;
     font-size: 16px;
     letter-spacing: .3rem;
     line-height: 2.4;
 }

 .contact-box {
     padding: 70px 0 70px;
     font-style: normal;
     font-weight: 500;
     background: url(img/river.png) no-repeat center / cover;
     background-size: cover;
 }

 .contact {
     width: 100%;
     max-width: 1120px;
     padding: 0 20px;
     margin: 0 auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
 }

 .inquiry {
     margin: 10px 0;
     font-size: 20px;
     font-weight: 600;
     border-left-width: 0.15em;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .contact-tel {
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 20px 0;
 }

 .contact:after {
     content: "";
     display: block;
     clear: both;
 }

 /* /////////////////// */

 #footer06 {
     background: #314151;
 }

 #footer06 .cont-wrap {
     padding: 50px 0;
 }

 #footer06 .info .address {
     margin: 20px 0;
     padding-left: 20px;
     border-left: 1px solid #fff;
     color: #fff;
     font-family: "source-han-sans-japanese", sans-serif;
     font-weight: 400;
     font-style: normal;
 }

 .nav {
     font-family: "source-han-sans-japanese", sans-serif;
     font-weight: 400;
     font-style: normal;
 }

 #footer06 .cont .nav a {
     color: #fff;
 }

 #footer06 .cont-wrap .map {
     width: 700px;
     height: 300px;
 }

 #footer06 .cont-wrap .map iframe {
     width: 100%;
     height: 100%;
     filter: brightness(85%);
     padding-left: 10px;
 }

 #footer06 .inner-block {
     padding: 0 50px;
     position: relative;
     z-index: 99;
 }

 @media only screen and (min-width: 641px) {
     #footer06 .cont-wrap {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
         justify-content: space-between;
     }
 }



 @media only screen and (max-width: 640px) {
     #footer06 .cont-wrap {
         padding: 30px 0;
     }

     #footer06 .cont .logo img {
         width: 220px;
     }

     #footer06 .nav {
         width: calc(100% + 40px);
         margin-left: -20px;
     }

     #footer06 .nav li {
         border-top: 1px solid #555;
     }

     #footer06 .nav li:last-child {
         border-bottom: 1px solid #555555;
     }

     #footer06 .nav li a {
         display: block;
         padding: 12px 20px;
         background-size: 6px auto;
     }

     #footer06 .cont-wrap .map {
         margin-top: 20px;
         width: 100%;
         height: 200px;
     }
 }

 /* /////////////////////////////// */

 .footer-logo {
     width: 280px;
     margin: 0 auto;
 }

 .footer-logo a {
     display: block;
 }

 .access {
     letter-spacing: 0.05em;
     line-height: 32px;
     font-weight: 600;
     text-align: center;
     font-size: 16px;
 }

 .box2-6 {
     margin: 0 auto 2em;
     /* 外側の余白（上下と中央配置） */
     padding: 2em;
     /* 内側余白 */
     background: none;
     /* 元のボックス背景色なし */
     border: 1px solid #ccc;
     /* 線の太さ（1px）、種類（実線）、色（#ccc） */
     position: relative;
     /* 配置（基準となる位置） */
     max-width: 1200px;
 }

 .box2-6:after {
     background-color: #eee;
     /* ずらしたボックスの背景色 */
     border: none;
     /* 枠線なし */
     content: '';
     /* 擬似要素にコンテンツなし */
     position: absolute;
     /* 配置（ここを動かす） */
     top: 7px;
     /* 上から7pxずらす */
     left: 7px;
     /* 左から7pxずらす */
     width: 100%;
     /* 幅100%（親要素に合わせる） */
     height: 100%;
     /* 高さ100%（親要素に合わせる） */
     z-index: -1;
     /* 背景として後ろに表示 */
 }

 /* pタグの余白 */
 .box2-6 p {
     margin: 0;
     padding: 10px;
 }

 .privacylink {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #918f8f;
 }

 .footer-box {
     padding-top: 35px;
 }

 .privacy {
     width: 960px;
     margin: 0 auto;
     margin-bottom: 50px;
 }

 .privacy h2 {
     font-size: 20px;
     padding: 0.25em 0.5em;
     color: #000;
     background: #fff;
     border-left: solid 5px #87ceeb;
     margin-bottom: 1em;
     margin-top: 200px;
 }

 .privacy p {
     font-size: 15px;
     margin-left: 2em;
     text-align: left;
 }

 .policy {
     font-size: 18px;
     margin: 15px 0 5px 0;
     padding-left: 15px;
 }

 .title h1 {
     margin: 250px 0 80px;
     font-size: 34px;
     line-height: 2;
     letter-spacing: 14px;
     font-weight: 200;
     text-align: center;
 }

 .allcompany {
     font-size: 19px;
 }

 .company__info__item {
     border-bottom: 1px solid #bfbfbf;
     justify-content: flex-start;
     padding-top: 20px;
     padding-bottom: 20px;
     display: flex;
 }

 .company__info__name {
     border-bottom: 1px #bfbfbf;
     width: 160px;
     max-width: 160px;
     margin-right: 100px;
     padding-bottom: 0;
     padding-left: 60px;
     padding-right: 0;
     font-weight: 700;
 }

 .company__info__detail {
     border-bottom: 1px #bfbfbf;
     padding-bottom: 0;
     padding-left: 0;
     padding-right: 60px;
     font-weight: 500;
 }

 .company-box {
     display: flex;
 }

 .company-img {
     opacity: 0.8;
 }

 .rowset {
     padding-top: 30px;
 }

 .rowset:before,
 .rowset:after {
     display: table;
     content: "";
 }

 .rowset dl dt {
     width: 105px;
 }

 .company-box dl dd {
     width: 470px;
     margin: 0 0 33px 16px;
 }

 .history {
     margin: 0 auto;
     padding-bottom: 180px;
 }

 .rowset dt {
     font-size: 16px;
     font-family: dnp-shuei-nmincho-std, sans-serif;
     font-style: normal;
 }

 .rowset dd {
     font-size: 19px;
     /* font-family: dnp-shuei-nmincho-std, sans-serif; */
     font-style: normal;
 }

 .rowset:after {
     clear: both;
 }

 .tankimg {
     text-align: center;
     margin-top: 100px;
 }

 .text-tank {
     padding: 90px 0px 50px;
     font-size: 20px;
     width: 700px;
     margin: 0 auto;
     letter-spacing: 4px;
     line-height: 40px;
 }

 .main-title h1 {
     padding: 200px 0px 0px 0px;
     text-align: center;
     text-shadow: 2px 2px 2px #727070;
     font-style: normal;
     font-family: voluta-script-pro, sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 80px;
     color: #fff;
 }

 .box2-tank {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .title2 {
     justify-content: center;
     align-items: center;
 }

 .title2 h1 {
     margin: 250px 0 80px;
     font-size: 34px;
     line-height: 2;
     letter-spacing: 14px;
     font-weight: 200;
     text-align: center;
 }

 .title2 h2 {
     margin: 80px 0 90px;
     font-size: 34px;
     line-height: 2;
     letter-spacing: 14px;
     font-weight: 200;
     text-align: center;
     font-weight: 500;
 }

 .title3 {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     width: 100%;
     height: auto;
     margin: 0 auto;
 }

 .rowSet:before,
 .rowSet:after {
     display: table;
     content: "";
 }

 .rowSet:after {
     clear: both;
 }

 #sec-element {
     padding: 100px 50px 150px 50px;
     text-align: center;
 }

 .box-water {
     width: 600px;
     padding: 0 0 0 40px;
     float: right;
 }

 .box-water p {
     font-weight: 300;
     text-align: left;
     line-height: 2;
     word-break: break-all;
     font-size: 19px;
 }

 .water-img {
     width: 500px;
     float: left;
 }

 .tank1 {
     margin-bottom: 30px;
 }


 .text1 {
     display: inline-grid;
 }

 .text1 p {
     font-size: 22px;
     letter-spacing: 6px;
     padding: 14px;
 }

 .text1 p {
     color: #505050;
     padding: 0.5em;
     /*文字周りの余白*/
     display: inline-block;
     /*おまじない*/
     line-height: 1.3;
     /*行高*/
     background: #e0e0e0;
     vertical-align: middle;
     border-radius: 25px 0px 0px 25px;
     /*左側の角を丸く*/
     margin: 16px;
     text-align: initial;
     font-style: normal;
 }

 .text1 p:before {
     content: '●';
     color: white;
     margin-right: 8px;
 }

 .business-img img {
     float: left;
     object-fit: cover;
 }

 .business3 {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .area {
     padding: 0px 0px 0px 120px;
 }


 .sample_box11 {
     max-width: 350px;
     /* 紙の横幅 100%にすると全幅表示に */
     padding: 15px 40px 40px;
     margin: 2em auto;
     background: #cef1c0;
     /* 紙の色 */
     color: #000;
     /* 文字色 */
     box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
     transform: rotate(2deg);
     word-break: break-all;
 }

 .sample_box11 p {
     margin: 0;
     padding: 0;
     font-size: 18px;
     letter-spacing: .3rem;
     line-height: 1.8;
     font-weight: 300;
 }

 .sample_box11_tape {
     width: 50%;
     height: 35px;
     margin: -25px auto 0;
     background: #989898;
     transform: rotate(-3deg);
     opacity: 0.1;
 }

 .sample_box11_title {
     text-align: center;
     margin-top: 10px !important;
 }

 .sample_box11_subtitle {
     text-align: center;
     font-size: 15px !important;
     margin-bottom: 1em !important;
     color: #fff;
 }

 .business1 {
     margin-bottom: 100px;
     display: -webkit-inline-box;
 }

 .sec-access {
     text-align: center;
     padding-bottom: 150px;
 }

 .access-text p {
     font-size: 18px;
     letter-spacing: .4em;
     font-weight: 200;
     line-height: 2.5;
 }

 .tel-text {
     font-size: 60px;
 }

 .text2 {
     margin: 0px 0px 0px 50px;
 }

 .text3 p {
     font-size: 19px;
     letter-spacing: 4px;
     line-height: 40px;
     margin-bottom: 100px;
     font-weight: 300;
 }

 .backimg2 {
     position: sticky;
     top: 0;
     height: 480px;
     background: url(img/top1.jpg) center / cover;
     background-position: center;
     /* filter: opacity(0.8); */
     margin: 0 auto;
     transition: all 0.1s ease 0s;
     z-index: -1;
 }

 .backimg3 {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .title2 {
     position: relative;
     width: 100%;
     height: auto;
     margin: 0 auto;
 }


 .info_address {
     margin: 20px 0px 60px 0px;
 }

 .table_4 {
     text-align: center;
 }

 .table_4 th {
     border: solid 1px #787474;
     background-color: #f1fdad;
 }

 .table_4 td {
     border: solid 1px #787474;
     background-color: #ffffff;
 }

 /* レスポンシブ対応 */

 .table_4 th,
 .table_4 td {
     padding: 20px 40px;
 }

 .pricetext {
     padding-top: 15px;
 }

 .pricetext p {
     text-align: end;
 }

 .bubbles {
     position: fixed;
     width: 100%;
     height: 100%;
     z-index: 0;
     overflow: hidden;
     top: 0;
     left: 0;
 }

 .bubble {
     position: absolute;
     bottom: -40;
     width: 40px;
     height: 40px;
     background-color: transparent;
     border: 1px solid #b6eaee;
     border-radius: 50%;
     animation: bubble 10s ease-in infinite;
 }

 .bubble:nth-child(1) {
     width: 20px;
     height: 20px;
     left: 10%;
     animation-duration: 5s;
 }

 .bubble:nth-child(2) {
     width: 30px;
     height: 30px;
     left: 20%;
     animation-delay: 1s;
 }

 .bubble:nth-child(3) {
     width: 30px;
     height: 30px;
     left: 30%;
     animation-duration: 3s;
 }

 .bubble:nth-child(4) {
     width: 50px;
     height: 50px;
     left: 45%;
     animation-duration: 6s;
     animation-delay: 2s;
 }

 .bubble:nth-child(5) {
     width: 10px;
     height: 10px;
     left: 60%;
     animation-duration: 3.5s;
 }

 .bubble:nth-child(6) {
     width: 30px;
     height: 30px;
     left: 70%;
     animation-duration: 5s;
 }

 .bubble:nth-child(7) {
     width: 25px;
     height: 25px;
     left: 80%;
     animation-duration: 4s;
 }

 @keyframes bubble {
     0% {
         bottom: -100px;
         transform: translateX(0);
     }

     50% {
         transform: translateX(100px);
     }

     100% {
         bottom: 1000px;
     }
 }

 .shutter {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 9999;
 }

 .shutter::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     margin: auto;
     background-color: #a9cce1;
     width: 0;
     height: 1px;
 }

 .shutter {
     -webkit-animation: byeShutter 2.6s forwards;
     animation: byeShutter 2.6s forwards;
 }

 .shutter::before {
     -webkit-animation: shutterOpen 2.6s forwards;
     animation: shutterOpen 2.6s forwards;
 }



 @keyframes byeShutter {
     70% {
         opacity: 1;
     }

     100% {
         opacity: 0;
         display: none;
         z-index: -1;
     }
 }

 @keyframes shutterOpen {
     0% {
         width: 0;
         height: 1px;
     }

     50% {
         width: 100%;
         height: 1px;
     }

     90% {
         width: 100%;
         height: 100%;
     }

     100% {
         width: 100%;
         height: 100%;
     }
 }

 @keyframes contentScale {
     70% {
         -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
         transform: perspective(800px) scale(0.9) rotateX(15deg);
     }

     100% {
         -webkit-transform: perspective(800px) scale(1) rotateX(0);
         transform: perspective(800px) scale(1) rotateX(0);
     }
 }




 @media screen and (max-width: 768px) {
     .scroll {
         overflow-x: auto;
         white-space: nowrap;
     }
 }


 @media screen and (max-width: 1560px) {

     .kv .main-copy {
         font-size: 65px;
     }

     .kv .sub-copy {
         letter-spacing: .8rem;
         line-height: 1.6;
     }

     .br-text {
         display: none;
     }

     .sec0 {
         padding: 100px 50px 0;
     }


 }

 @media screen and (max-width: 1620px) {
     .container {
         right: 460px;
     }
 }

 @media screen and (max-width: 1450px) {
     .container {
         right: 390px;
     }
 }

 @media screen and (max-width: 1310px) {
     .container {
         right: 350px;
     }

     .card figcaption .en-text {
         font-size: 15px;
     }

     .sample_box11 p {
         font-size: 16px;
     }

     .text1 p {
         font-size: 21px;
     }

     .area {
         padding: 0;
     }
 }



 @media screen and (max-width: 1230px) {
     #maintop .main_catch .catch_box img {
         max-width: 460px;
         width: 100% !important;
     }
 }


 @media screen and (max-width: 1170px) {

     .business-img {
         width: 60%;
     }

     #maintop .main_catch .catch_box img {
         max-width: 420px;
         width: 100% !important;
     }

     .kv .main-copy {
         font-size: 60px;
     }

     .heading1 {
         font-size: 26px;
         max-width: 607px;
     }

     .inner p {
         font-size: 15px;
         max-width: 607px;
     }

     .heading2 {
         font-size: 26px;
     }

     .sec01 p {
         line-height: 2.1;
         letter-spacing: .3em;
     }

     .container {
         top: -600px;
         right: 310px;
     }

     #header .header_logo img {
         width: 95%;
     }

     .sec01img img {
         width: 550px;
     }


     #header .nav>li {
         margin-right: 35px;
     }

     #header .header_logo img {
         width: 80%;
     }

     .main-title h1 {
         padding: 205px 0px 0px 0px;
     }

     .backimg2 {
         height: 410px;
     }

     .company-box dl dd {
         width: 400px;
     }

     .box-water p {
         font-size: 17px;
     }

     .main-title h1 {
         font-size: 32px;
     }

     .title2 h2 {
         font-size: 30px;
     }

     .area h2 {
         font-size: 25px;
     }

     .text-tank {
         font-size: 18px;
     }

     .sec02 {
         height: 60vh;
     }

     .sec02 .box {
         height: 48.5vh;
     }

     .contact-box {
         padding: 50px 0 50px;
     }

     .privacylink {
         margin-top: 30px;
     }

     .footer-box {
         padding-top: 45px;
     }

     .menu_inner p {
         font-size: 52px;
     }

     .menu_inner {
         margin-left: -100px;
     }

     .text3 p {
         font-size: 17px;
     }

     .sec02 .box dl dt {
         width: 170px;
         height: 170px;
         top: -30px;
         left: 245px;
     }

     .sec02 .box dl dd {
         width: 330px;
         height: 330px;
     }

 }


 @media screen and (max-width: 1050px) {

     .tel-text {
         font-size: 50px;
     }

     .sec01 .backlogo p {
         font-size: 16px;
     }

     .rowset dd {
         font-size: 18px;
     }


     .container {
         right: 270px;
         top: -600px;
     }

     .sec02 {
         height: 54vh;
     }

     .sec02 .box {
         height: 42.5vh;
     }

     .sec02 .box dl dd {
         width: 300px;
         height: 300px;
     }

     .sec02 .box dl dt {
         width: 160px;
         height: 160px;
         top: -20px;
         left: 235px;
     }

     .contact-box {
         padding: 35px 0 35px;
     }

     .inquiry {
         font-size: 19px;
     }

     .contact-tel img {
         width: 500px;
     }

     .backimg2 {
         height: 400px;
     }


     .text3 p {
         font-size: 17px;
     }

     .title2 h2 {
         font-size: 27px;
     }

     .area h2 {
         font-size: 25px;
     }

     .area p {
         font-size: 17px;
     }

     .text1 p {
         font-size: 20px;
     }

     .box-water p {
         font-size: 16px;
     }

     .text-tank {
         font-size: 17px;
     }

     #header .nav>li {
         margin-right: 28px;
     }
 }

 @media only screen and (max-width: 1000px) {
     .privacy {
         width: 90%;
     }
 }

 @media screen and (max-width: 980px) {
     .text3 p {
         font-size: 16px;
     }

     .backimg2 {
         height: 350px;
     }

     .main-title h1 {
         font-size: 30px;
         padding: 180px 0 0 0;
     }

     #header .header_logo {
         margin: 25px 0px 0px 20px;
     }

     #header .header_logo img {
         width: 250px;
     }

     #header .nav>li>a,
     #header .nav>li>span {
         font-size: 13px;
     }


     #header .nav>li {
         margin-right: 25px;
     }

     #maintop .main_catch .catch_box img {
         max-width: 360px;
     }


     .container {
         right: 260px;
         top: -545px;
     }


     .sec01 .backlogo p {
         font-size: 14px;
         line-height: 34px;
     }

     .sec01img img {
         width: 500px;
     }

     .menu_inner p {
         font-size: 50px;
     }

     .menu_inner {
         margin-left: -95px;
     }

     .sec02 p {
         font-size: 14px;
         line-height: 34px;
     }

     .sec02 .box dl dd {
         width: 280px;
         height: 280px;
         font-size: 19px;
     }

     .sec02 .box dl dt {
         width: 150px;
         height: 150px;
         top: -15px;
         left: 215px;
     }

     .link-text a {
         font-size: 15px;
         padding: 8px 16px;
     }

     .link-text a:before {
         width: 28px;
         height: 28px;
     }

     .sec02 {
         height: 50vh;
     }

     .sec02 .box {
         height: 38.5vh;
     }

     .contact-tel img {
         width: 450px;
     }

     .contact-box {
         padding: 30px 0 30px;
     }

     .footer-box {
         padding-top: 15px;
     }

     .box-water p {
         font-size: 16px;
     }

     .text1 p {
         font-size: 19px;
     }

     .area h2:after {
         width: 95%;
     }

     .title2 h2 {
         font-size: 24px;
     }

     .business-img {
         width: 55%;
     }

     .area p {
         font-size: 16px;
     }


     .rowset dt {
         font-size: 15px;
     }

     .rowset dd {
         font-size: 17px;
     }

     .rowset {
         padding-top: 10px;
     }

     .heading2 {
         font-size: 25px;
     }

     .areamap {
         width: 100%;
     }

     .question {
         width: 100%;
     }

     .sec0 {
         display: block;
         justify-items: center;
     }

     .question {
         margin-bottom: 100px;
         margin-top: 50px;
     }

     .sec01 p {
         margin-bottom: 30px;
         margin-top: 30px;
     }

     .main-heading-primary {
         font-size: 4rem;
     }

     .allcompany {
         font-size: 18px;
     }
 }



 @media screen and (max-width: 940px) {
     .company-box dl dd {
         margin: 0 0 28px 16px;
     }

     .company-box dl dd {
         width: 390px;
     }


 }

 @media screen and (max-width: 932px) {

     .message {
         padding: 10rem 5rem;
     }
 }

 @media screen and (max-width: 900px) {
     .company-box dl dd {
         width: 360px;
     }

     .company-box dl dd {
         margin: 0 0 25px 16px;
     }

     .rowset dt {
         font-size: 14px;
     }

     .rowset dd {
         font-size: 16px;
     }

     .company-img img {
         height: 500px;
     }
 }

 @media screen and (min-width: 891px) {
     .hamburger-menu {
         display: none;
     }
 }


 @media screen and (max-width: 890px) {
     .container {
         right: 210px;
         top: -540px;
     }

     .sec02 {
         height: 45vh;
     }

     .sec02 .box {
         height: 33.5vh;
     }

     .sec02 p {
         font-size: 14px;
         line-height: 28px;
     }

     .link-text a {
         font-size: 14px;
         padding: 5px 13px;
         max-width: 270px;
         line-height: 30px;
     }

     .link-text {
         margin-top: 15px;
     }

     .sec02 .box dl dd {
         width: 240px;
         height: 240px;
         font-size: 17px;
     }

     .sec02 .box dl dt {
         width: 140px;
         height: 140px;
         left: 188px;
     }

     .sec01img img {
         width: 480px;
     }

     .inquiry {
         font-size: 17px;
     }

     .footer-logo {
         width: 260px;
     }

     .privacylink {
         margin-top: 20px;
     }

     .contact-tel img {
         width: 410px;
     }

     .contact-box {
         padding: 25px 0 25px;
     }

     .menu_inner p {
         font-size: 45px;
     }

     #header .nav {
         display: none;
     }

     #menu-btn-check {
         display: none;
     }

     .menu-btn {
         position: absolute;
         top: 16px;
         right: 10px;
         display: flex;
         height: 60px;
         width: 60px;
         justify-content: center;
         align-items: center;
         z-index: 90;
     }

     .menu-btn span,
     .menu-btn span:before,
     .menu-btn span:after {
         content: '';
         display: block;
         height: 2px;
         width: 42px;
         background-color: #fff;
         position: absolute;
     }

     #menu-btn-check:checked~.menu-btn span {
         background-color: rgba(255, 255, 255, 0);
     }

     #menu-btn-check:checked~.menu-btn span::before {
         bottom: 0;
         transform: rotate(44deg);
     }

     #menu-btn-check:checked~.menu-btn span::after {
         top: 0;
         transform: rotate(-44deg);
     }

     .menu-btn span:before {
         bottom: 11px;
     }

     .menu-btn span:after {
         top: 11px;
     }

     .menu-content {
         width: 100%;
         height: 100%;
         position: fixed;
         top: 0;
         left: 100%;
         z-index: 80;
         background-color: #494949;
         opacity: 0.8;
         transition: all 0.8s;
     }

     #menu-btn-check:checked~.menu-content {
         left: 0;
         text-align: center;
     }

     .menu-content ul {
         padding: 70px 10px 0;
     }

     .menu-content ul li {
         border-bottom: solid 1px #fff;
         list-style: none;
     }

     .menu-content ul li a {
         font-weight: 600;
         display: block;
         width: 100%;
         font-size: 16px;
         text-align: center;
         box-sizing: border-box;
         color: #fff;
         text-decoration: none;
         padding: 19px 15px 19px 0;
         position: relative;
         cursor: pointer;
         transition: .6s;
         -webkit-appearance: none;
     }

     .menu-content ul li a::before {
         content: "";
         width: 7px;
         height: 7px;
         border-top: solid 2px #fff;
         border-right: solid 2px #fff;
         transform: rotate(45deg);
         position: absolute;
         right: 11px;
         top: 25px;
     }

     #header .header_logo {
         padding: 0px 0px 25px 30px;
     }

     .allcompany {
         font-size: 17px;
     }

     .access-text p {
         font-size: 17px;
     }
 }

 @media screen and (max-width: 800px) {

     .tel-text {
         font-size: 45px;
     }

     .title2 h2 {
         margin: 80px 0 40px;
     }

     .company__info__detail {
         padding-right: 0;
     }

     .company__info__name {
         padding-left: 0;
     }

     .company__info__name p {
         padding-bottom: 10px;
     }

     .company__info__item {
         display: block;
     }

     .company-img img {
         height: 450px;
     }

     .company-box dl dd {
         width: 350px;
     }

     .company-box dl dd {
         margin: 0 0 21px 16px;
     }

     .history {
         padding-bottom: 130px;
     }

     .box-water p {
         font-size: 15px;
     }

     .text-tank {
         font-size: 16px;
     }

     #sec-tank {
         padding-bottom: 90px;
     }

     .text-tank {
         padding: 70px 0px 30px;
         width: auto;
     }

     .area p {
         font-size: 15px;
     }


     .access-text p {
         font-size: 16px;
         line-height: 2;
     }

     .text3 p {
         font-size: 15px;
         line-height: 35px;
     }

     .title2 h2 {
         font-size: 23px;
     }

     .area h2:after {
         left: 6px;
     }

     .text1 p {
         font-size: 18px;
     }

     .text2 img {
         width: 150px;
         height: 300px
     }

     .heading1 {
         font-size: 25px;
     }

     .question {
         margin-bottom: 80px;
     }

     #footer06 .info .address {
         font-size: 13px;
     }
 }

 @media screen and (max-width: 780px) {
     .backimg2 {
         height: 310px;
     }

     .main-title h1 {
         font-size: 28px;
         padding: 160px 0 0 0;
     }


     .container {
         top: -515px;
         right: -100px;
     }

     .inquiry {
         font-size: 16px;
     }
 }


 @media screen and (min-width: 781px) {
     .surround {
         display: flex;
     }

     .outline {
         display: none;
     }

 }

 @media screen and (max-width: 780px) {


     .container {
         top: -550px;
     }

     .sec01 .backlogo p {
         line-height: 33px;
     }

     .sec01img img {
         width: 460px;
     }

     .menu_inner p {
         font-size: 40px;
     }

     #maintop .main_catch .catch_box img {
         max-width: 350px;
     }


     .company-box {
         background: url(img/backwater.jpg) no-repeat center / cover;
         height: 670px;
         padding: 30px;
     }

     .company-img {
         display: none;
     }

     .surround {
         background: rgba(255, 255, 255, 0.3);
         justify-content: space-between;
         align-items: center;
         padding: 50px;
     }

     .rowset {
         padding-top: 0px;
         text-align: center;
     }

     .company-box dl dd {
         margin: 5px 0 25px 0px;
     }

     .rowset dd {
         font-size: 17px;
     }

     .clearfix {
         zoom: 1;
     }


     .info table {
         width: 100%;
     }

     .company-box {
         display: none;
     }

     .info tr:nth-child(odd) th {
         background-color: #eff6fb;
     }

     .info table th {
         padding: 10px 50px 10px 20px;
         font-weight: normal;
     }

     th {
         text-align: left;
     }

     .info tr:nth-child(odd) td {
         background-color: #eff6fb;
     }

     .info table td {
         padding: 10px 0;
     }

     .subtitle {
         font-family: voluta-script-pro, sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 50px;
         margin-bottom: 20px;
     }

     .subtitle p {
         color: #6d6d6d;
     }


     .sec02 .box {
         padding: 57px 25px 49px 25px;
     }

     .sec02 p {
         line-height: 27px;
     }

     .kv {
         right: 5%;
     }

     .inner p {
         padding-top: 30px;
         line-height: 2.2;
         letter-spacing: .3em;
         max-width: 562px;
     }

     .heading1 {
         max-width: 562px;
     }

     .kv .main-copy {
         font-size: 55px;
     }

     .business-img {
         width: 80%;
         margin: 0 auto;
         margin-bottom: 50px;
     }

     .business3 {
         display: grid;
     }

     .sp-access {
         display: none;
     }
 }

 @media screen and (max-width: 705px) {

     .inner p,
     .heading1 {
         max-width: none;
     }

     .heading1 span {
         font-size: 18px;
     }

     .heading1 {
         font-size: 23px;
     }

     .inner p {
         font-size: 14px;
         max-width: 607px;
     }
 }

 @media screen and (max-width: 700px) {

     .tankimg {
         margin-top: 60px;
     }

     .sec02 .box dl dd {
         margin-right: 95px;
         line-height: 30px;
     }

     .sec02 .box dl dd {
         width: 230px;
         height: 230px;
     }

     .sec02 .box dl dt {
         width: 130px;
         height: 130px;
     }

     .sec02 p {
         font-size: 13px;
         line-height: 25px;
     }

     .box-text {
         margin: 0px 10px 0px 0px;
     }

     .water-img {
         margin: 0 auto;
         margin-bottom: 20px;
     }

     .box2-tank {
         display: grid;
     }

     .text-tank {
         font-size: 15px;
         width: 96%;
     }

     .tankimg img {
         width: 90%;
     }

     .text-tank {
         line-height: 2;
     }

     .access-text p {
         font-size: 15px;
     }

     .box-water {
         width: 570px;
         padding: 0 0 0 0px;
         float: none;
     }

     .box-water p {
         font-size: 16px;
         text-align: center;
     }


     .access {
         font-size: 15px;
     }

     .text3 {
         display: none;
     }

     .text4 {
         font-size: 16px;
         line-height: 2;
         margin-bottom: 80px;
         font-weight: 300;
     }

     .business1 {
         margin-bottom: 50px;
     }

     .text2 img {
         width: 140px;
         height: 280px;
     }

     .access-text p {
         letter-spacing: 6px;
     }

     .sec03 {
         background: url(img/pump02.jpg) no-repeat center / cover;
         padding: 50px 0;
     }

     .sec02 {
         display: none;
     }

     .sec03 .box dl {
         position: relative;
         margin: 0 auto 20px;
         max-width: 315px;
     }

     .sec03 .box dl dt {
         background-image: url(img/manhole.png);
         background-size: contain;
         display: flex;
         justify-content: center;
         align-items: center;
         font-weight: 600;
         letter-spacing: 0.1em;
         border-radius: 50%;
         position: absolute;
         width: 141px;
         height: 141px;
         font-size: 18px;
         line-height: 24px;
         top: -50px;
         left: 0;
     }

     .sec03 .box dl dd {
         margin: 0 auto;
         font-size: 17px;
         line-height: 28px;
         width: 250px;
         height: 250px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-weight: 600;
         color: #fff;
         letter-spacing: 0.3em;
         background: #a6b9c1;
         border-radius: 50%;
         text-align: center;
     }

     .sec03 .innerbox .box {
         background: rgba(255, 255, 255, 0.6);
         justify-content: space-between;
         align-items: center;
         display: block;
         padding: 86px 20px 30px;
     }

     .box-text {
         max-width: 100%;
         width: 100%;
     }

     .box-text p {
         font-size: 14px;
         line-height: 28px;
         letter-spacing: 4px;
         margin-bottom: 20px;
     }

     .container {
         top: -715px;
     }
 }

 @media screen and (min-width: 701px) {
     .business4 {
         display: none;
     }

     .text4 {
         display: none;
     }

     .sec03 {
         display: none;
     }

     .access-sp {
         display: none;
     }
 }

 @media screen and (max-width: 615px) {

     .message {
         padding: 8rem 3rem;
     }

     .inner .pcline {
         display: none;
     }

     .main-heading-primary {
         font-size: 3.5rem;
         letter-spacing: 26px;
         margin-right: -26px;
     }

     .main-heading-secondary {
         font-size: 1.2rem;
         letter-spacing: 28px;
         margin-right: -28px;
     }

     .tel-text {
         font-size: 40px;
     }

     #sec-element {
         padding: 80px 50px 120px 50px;
     }
 }

 @media screen and (max-width: 592px) {

 */
     .text4 {
         font-size: 15px;
     }

     .business-img {
         width: 100%;
         margin-bottom: 30px;
     }

     #maintop .main_catch .catch_box img {
         max-width: 320px;
     }

     .container {
         right: -85px;
         top: -660px;
     }

     .info {
         font-size: 16px;
     }

     .text2 {
         margin: 0px 0px 0px 20px;
     }

     .text2 img {
         width: 125px;
         height: 260px;
     }

     .text1 p {
         font-size: 16px;
     }

     .backimg2 {
         height: 270px;
     }

     .main-title h1 {
         font-size: 26px;
         padding: 140px 0 0 0;
     }

     .sec01 .backlogo p {
         line-height: 31px;
         font-size: 15px;
         letter-spacing: 3px;
     }

     .menu_inner p {
         font-size: 31px;
     }

     .menu_inner {
         margin-left: -78px;
     }

     .sec01img img {
         width: 400px;
     }

     .access-text p {
         letter-spacing: 3px;
     }

     .info table th {
         padding: 10px 30px 10px 20px;
     }

     .sec03 {
         padding: 40px 0;
     }

     .sec03 .box dl dd {
         width: 230px;
         height: 230px;
     }

     .sec03 .box dl dt {
         width: 130px;
         height: 130px;
     }

     .box-water {
         width: auto;
         padding: 0px;
         float: none;
     }

     .water-img {
         width: auto;
         float: none;
     }

     .tankimg img {
         width: 100%;
     }

     #sec-element {
         padding: 80px 20px 120px 20px;
     }

     .box-water p {
         font-size: 15px;
     }
 }

 @media screen and (min-width: 503px) {

     .sp-tankimg {
         display: none;
     }

     .sp-access-text {
         display: none;
     }
 }

 @media screen and (max-width: 567px) {

     .heading2 {
         font-size: 22px;
     }

     .kv .sub-copy {
         letter-spacing: .6rem;
         line-height: 1.5;
         font-size: 18px;
     }

     .kv .main-copy {
         font-size: 52px;
     }

     .sec01 .backlogo p {
         line-height: 29px;
         font-size: 14px;
     }

     .sec01 p {
         margin-bottom: 20px;
         margin-top: 20px;
     }

     .question {
         margin-top: 40px;
         margin-bottom: 60px;
     }

     .sec0 {
         padding: 6rem 2rem 0;
     }

     .main-heading-primary {
         font-size: 3.2rem;
         letter-spacing: 25px;
         margin-right: -25px;

     }

     .mainttl {
         margin-top: 180px;
     }

     .allcompany {
         font-size: 16px;
     }
         .tel-text {
        font-size: 35px;
    }

 }

 @media screen and (max-width: 502px) {

     .sp-access-text p {
         letter-spacing: 3px;
         font-size: 15px;
         line-height: 37px;
         font-weight: 200;
     }

     .menu-btn span,
     .menu-btn span:before,
     .menu-btn span:after {
         width: 39px;
     }
    #header .header_logo {
        padding: 0px 0px 25px 5px;
    }
     #header .header_logo img {
         width: 230px;
     }

     #maintop .main_catch .catch_box img {
         max-width: 275px;
     }

     .container {
         right: -68px;
         top: -640px;
     }

     .sec01img {
         padding: 0px 30px;
     }

     .sec03 .box dl dt {
         width: 120px;
         height: 120px;
         top: -40px;
     }

     .sec03 .box dl dd {
         width: 210px;
         height: 210px;
     }

     .menu-content ul li a {
         font-size: 15px;
     }

     .sec03 .innerbox .box {
         padding: 65px 20px 30px;
     }


     .footer-logo {
         width: 250px;
     }

     .inquiry {
         font-size: 15px;
     }

     .contact-tel {
         margin: 15px 0;
     }

     .contact-box {
         padding: 20px 0 20px;
     }

     .sec03 .box dl {
         margin: 0 auto 10px;
     }


     .backimg2 {
         height: 250px;
     }

     .main-title h1 {
         font-size: 22px;
         padding: 135px 0 0 0;
     }

     .tankimg {
         display: none;
     }

     .sp-tankimg {
         display: block;
     }

     .sp-tankimg img {
         margin-bottom: 15px;
         width: 55%;
     }

     .text-tank {
         padding: 50px 0px 30px;
     }

     .business1 {
         margin-bottom: 40px;
         display: block;
     }

     .text2 img {
         width: 102px;
         height: 235px;
         padding-top: 20px;
     }

     .business-img2 {
         width: 320px;
     }

     .area2 p {
         font-size: 15px;
         letter-spacing: 3px;
     }


     .area2 h2:before {
         left: 65px;
     }

     .area2 h2:after {
         left: 79px;
         width: 234px;
     }

     .message {
         padding: 6rem 2rem;
     }

     .heading1 span {
         font-size: 16px;
     }

     .heading1 {
         font-size: 21px;
     }
 }

 @media screen and (max-width: 470px) {
     .box-text p {
         letter-spacing: 2px;
     }

     .contact-tel img {
         width: 380px;
     }

     .footer-box {
         padding-top: 5px;
     }

     .access {
         line-height: 13px;
         font-size: 14px;
     }

     .menu_inner {
         margin-left: -72px;
     }

     .menu_inner p {
         letter-spacing: 13px;
     }

     .privacy h2 {
         font-size: 19px;
     }

     .policy {
         font-size: 16px;
     }

     .menu-btn span,
     .menu-btn span:before,
     .menu-btn span:after {
         width: 38px;
     }

     .allcompany {
         font-size: 15px;
     }

     .main-heading-primary {
         font-size: 3rem;
         letter-spacing: 23px;
         margin-right: -23px;
     }

     #sec-element {
         padding: 80px 20px 120px 20px;
     }
 }


 @media screen and (max-width: 430px) {
     .catch_box img {
         max-width: 260px;
     }

     .container {
         right: -40px;
         top: -600px;
     }

     #header .header_logo img {
         width: 230px;
     }


     .link-text a {
         max-width: 250px;
     }

     .menu_inner p {
         letter-spacing: 11px;
     }

     .contact-tel img {
         width: 350px;
     }

     .access {
         font-weight: 500;
     }

     .contact-box {
         padding: 15px 0 15px;
     }


     .box-text p {
         letter-spacing: -1px;
     }


     .menu_inner p {
         font-size: 29px;
     }

     .menu_inner {
         margin-left: -66px;
     }

     .sec03 .box dl {
         max-width: 300px;
     }

     .sec03 .box dl dt {
         width: 115px;
         height: 115px;
     }

     .sec03 .box dl dd {
         width: 190px;
         height: 190px;
     }

     .container {
         top: -592px;
     }

     .area2 p {
         letter-spacing: 0px;
     }

     .area2 h2:before {
         left: 30px;
     }

     .area2 h2:after {
         left: 43px;
         width: 218px;
     }

     .business-img2 {
         width: 305px;
     }
     .box2-6 {
    padding: 1.3em;
}
 }

 @media screen and (max-width: 412px) {
     .info table th {
         padding: 10px 20px 10px 10px;
     }

     .info {
         font-size: 15px;
     }

     .title2 h2 {
         font-size: 19px;
     }

     .text1 p {
         letter-spacing: 5px;
     }

     .headerwrap {
         height: 88px;
         top: 0 !important;
     }

     #maintop {
         padding-top: 88px;
     }


     .container {
         top: -555px;
     }

     .backimg2 {
         margin-top: 88px;
         height: 220px
     }

     .main-title h1 {
         padding: 100px 0 0 0;
     }

     .pricetext {
         font-size: 13px;
     }
 }

 @media screen and (max-width: 380px) {

     .main-heading-primary {
         font-size: 2.8rem;
         letter-spacing: 20px;
         margin-right: -20px;
     }
 }

 @media screen and (max-width: 373px) {
     .info {
         font-size: 14px;
     }

     .info table th {
         padding: 10px 10px 10px 10px;
     }

     .title2 h2 {
         letter-spacing: 11px;
     }

     .text1 p {
         letter-spacing: 4px;
     }
 }

