@charset "UTF-8";
/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

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

tr, th, td {
  vertical-align: middle;
}

small {
  font-size: inherit;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

@media (min-width: 360px) {
  img {
    width: 40vh;
  }
  header {
    background-color: white;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0 40px;
    box-sizing: border-box;
  }
  header nav {
    display: none;
  }
  header .item {
    font-size: 18px;
  }
  header .item:hover {
    color: #FED603;
  }
  header .btn a:hover {
    background: #333333;
    color: white;
  }
  header img {
    width: 35vh;
  }
  header .bar {
    margin-top: 8px;
  }
  header .bar i {
    font-size: 25px;
    color: #333333;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ham-logo {
    display: none;
  }
  .nav-close, .insta-nav {
    display: none;
  }
  .ham-nav {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #333333;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 20px;
  }
  .ham-nav a {
    color: white;
  }
  .ham-nav .ham-logo, .ham-nav .insta-nav {
    display: block;
  }
  .ham-nav .insta-nav a {
    color: white;
  }
  .ham-nav .insta-nav a:hover {
    color: #FED603;
  }
  .ham-nav .insta-nav i {
    font-size: 30px;
  }
  .ham-nav .nav-close {
    position: absolute;
    top: 25px;
    right: 60px;
    display: block;
    color: white;
  }
  .ham-nav ul {
    margin-left: 40px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
  }
  .ham-nav ul a:hover {
    color: #FED603;
  }
  .js-fade {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
  }
  .fadeIn {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
  }
  header {
    line-height: 90px;
    height: 90px;
  }
  header img {
    width: 40vh;
  }
  header nav {
    display: block;
  }
  header nav ul {
    display: flex;
    -moz-column-gap: 4vh;
         column-gap: 4vh;
  }
  header nav a {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
  }
  header nav .btn a {
    padding: 5px 10px;
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
  }
  header .bar {
    display: none;
  }
}
/*====================
footer
======================*/
@media (min-width: 360px) {
  footer {
    background: rgb(51, 51, 51);
    background: linear-gradient(135deg, rgb(51, 51, 51) 7%, rgb(98, 98, 98) 50%, rgb(153, 153, 153) 96%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container {
    width: 80%;
    padding: 40px 0;
    border-bottom: 1px solid white;
  }
  footer nav {
    padding-bottom: 60px;
  }
  footer .f-logo {
    display: block;
    margin-bottom: 40px;
  }
  footer .info, footer p {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
  }
  footer ul {
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
  }
  footer ul a {
    color: white;
  }
  footer ul a:hover {
    border-bottom: 2px solid white;
  }
  footer .copy {
    display: flex;
    justify-content: center;
  }
  footer .copy p {
    padding: 10px 0;
    font-weight: 200;
  }
}
@media (min-width: 1024px) {
  footer .container {
    width: 90%;
  }
  footer nav {
    display: flex;
    -moz-column-gap: 10vh;
         column-gap: 10vh;
  }
  footer ul {
    padding-top: 10px;
    flex-direction: row;
    -moz-column-gap: 3vh;
         column-gap: 3vh;
  }
  footer img {
    height: 100%;
  }
  footer p {
    font-size: 18px;
  }
}
p {
  font-size: 18px;
  line-height: 2;
}

h5 {
  margin: 0;
}

/*====================
section-fv
======================*/
@media (min-width: 360px) {
  .top-fv {
    margin-top: 60px;
    background-image: url(machidaIMG/top-sp-fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }
  .top-fv .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
  }
  .top-fv article {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
  }
  .top-fv h2 {
    font-size: 26px;
    line-height: 2;
  }
  .top-fv p {
    font-size: 15px;
  }
  .top-fv .work-contact1 {
    display: none;
  }
  .top-fv .work-contact2 {
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-fv .work-contact2:hover {
    background: white;
  }
  .top-fv img {
    width: 70vh;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top-fv {
    background-image: url(machidaIMG/fv-bgimg.png);
  }
  .top-fv .container {
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
  }
  .top-fv .work-contact1 {
    display: block;
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-fv .work-contact1:hover {
    background: white;
  }
  .top-fv .work-contact2 {
    display: none;
  }
  .top-fv img {
    width: 60vh;
  }
  .top-fv article {
    width: 40%;
  }
  .top-fv h2 {
    font-size: 25px;
  }
  .top-fv p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .top-fv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    box-sizing: border-box;
  }
  .top-fv .container {
    padding: 0;
  }
  .top-fv article {
    width: 57%;
    padding-left: 40px;
  }
  .top-fv h2 {
    font-size: 50px;
    line-height: 1.3;
  }
  .top-fv p {
    font-size: 20px;
  }
  .top-fv img {
    width: 70vh;
  }
}
@media (min-width: 1440px) {
  .top-fv h2 {
    font-size: 50px;
  }
}
/*====================
section-about
======================*/
@media (min-width: 360px) {
  .design {
    font-size: 60px;
    font-weight: 900;
    color: #333333;
    opacity: 0.1;
    text-transform: uppercase;
    line-height: 1;
  }
  .section-title {
    font-size: 25px;
    padding-bottom: 60px;
    text-align: center;
  }
  .top-about .container {
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
    align-items: center;
    padding-bottom: 80px;
  }
  .top-about figure {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
  }
  .top-about img {
    width: 50vh;
  }
  .top-about figcaption {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
  }
  .top-about h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    border-left: 5px solid #FED603;
    padding-left: 12px;
  }
  .top-about p {
    font-size: 15px;
    color: #333333;
  }
  .top-about a {
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-about a:hover {
    background: #333333;
    color: white;
  }
}
@media (min-width: 768px) {
  .top-about figure {
    width: 60%;
  }
  .top-about p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .design {
    font-size: 110px;
  }
  .section-title {
    padding-bottom: 80px;
  }
  .top-about .container {
    padding-bottom: 120px;
  }
  .top-about figure {
    width: 80%;
    flex-direction: row;
    -moz-column-gap: 10vh;
         column-gap: 10vh;
    align-items: flex-start;
    justify-content: center;
  }
  .top-about figcaption {
    max-width: 500px;
  }
  .top-about figcaption p {
    width: 100%;
  }
  .top-about figcaption a {
    margin-top: 30px;
  }
}
/*====================
section-service
======================*/
@media (min-width: 360px) {
  .top-service {
    background-image: url(machidaIMG/Group\ 168.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }
  .top-service .design {
    color: white;
    opacity: 0.2;
  }
  .top-service .contents {
    display: flex;
    flex-direction: column;
    row-gap: 25vh;
    align-items: center;
    padding-bottom: 100px;
  }
  .top-service figure, .top-service figcaption {
    display: flex;
    flex-direction: column;
    row-gap: 1vh;
  }
  .top-service figure {
    width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
    align-items: center;
  }
  .top-service figcaption {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 4vh;
  }
  .top-service img {
    width: 60vh;
  }
  .top-service h4 {
    font-size: 23px;
  }
  .top-service p, .top-service li {
    font-size: 15px;
  }
  .top-service ul {
    padding-left: 20px;
  }
  .top-service li {
    list-style-type: square;
  }
  .top-service a {
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-service a:hover {
    background: white;
  }
}
@media (min-width: 768px) {
  .top-service {
    background-image: url(machidaIMG/topservice-bg.png);
  }
  .top-service .contents {
    padding-bottom: 0;
  }
  .top-service .container {
    padding-bottom: 100px;
  }
  .top-service figure {
    width: 90%;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
  .top-service figure:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top-service figcaption {
    width: 100%;
  }
  .top-service p {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .top-service figure {
    width: 75%;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
/*====================
section-work
======================*/
@media (min-width: 360px) {
  .top-work .section-title {
    padding: 0;
  }
  .top-work .container {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    align-items: center;
  }
  .top-work .contents {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
  }
  .top-work figure {
    width: 300px;
  }
  .top-work img {
    width: 60vh;
    padding-bottom: 14px;
  }
  .top-work aside {
    display: flex;
    align-items: center;
    -moz-column-gap: 5vh;
         column-gap: 5vh;
    padding-bottom: 16px;
  }
  .top-work h5 {
    margin: 0;
    padding: 2px 4px;
    background-color: #EBEAEA;
  }
  .top-work .a-btn {
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-work .a-btn:hover {
    background: #333333;
    color: white;
  }
}
@media (min-width: 768px) {
  .top-work .contents {
    flex-direction: row;
    -moz-column-gap: 5vh;
         column-gap: 5vh;
  }
  .top-work figure {
    width: 230px;
  }
  .top-work p {
    font-size: 18px;
  }
}
/*====================
section-permit
======================*/
@media (min-width: 360px) {
  .top-license {
    background: rgb(143, 143, 143);
    background: linear-gradient(135deg, rgb(143, 143, 143) 29%, rgb(216, 216, 216) 60%);
  }
  .top-license .design {
    color: white;
  }
  .top-license .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
  .top-license .contents {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
    padding-bottom: 30px;
  }
  .top-license figure {
    width: 300px;
    padding: 40px 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    align-items: center;
  }
  .top-license p {
    text-align: center;
    width: 300px;
  }
  .top-license i {
    color: #FED603;
  }
  .top-license a {
    color: white;
    background-color: #333333;
    padding: 8px 10px;
  }
  .top-license a:hover {
    background: #FED603;
    color: #333333;
  }
  .top-license figcaption {
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
    align-items: center;
  }
  .top-license h5 {
    padding-bottom: 14px;
    font-weight: 300;
    font-size: 15px;
  }
  .top-license span {
    font-weight: 600;
    padding-right: 9px;
  }
  .top-license img {
    width: 20vh;
  }
}
@media (min-width: 768px) {
  .top-license .contents {
    flex-direction: row;
    -moz-column-gap: 3vh;
         column-gap: 3vh;
  }
  .top-license figure {
    width: 230px;
    height: 630px;
    padding: 30px 0;
  }
  .top-license p {
    width: 100%;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .top-license figure {
    width: 300px;
    padding: 30px 0;
  }
}
/*====================
section-insta
======================*/
@media (min-width: 360px) {
  .insta .container {
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .insta figure {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3vh;
         column-gap: 3vh;
    row-gap: 3vh;
    justify-content: center;
  }
  .insta img {
    width: 27vh;
  }
  .insta a {
    padding-bottom: 10px;
  }
}
@media (min-width: 695px) {
  .insta figure {
    width: 80%;
  }
  .insta img {
    width: 32vh;
  }
}
@media (min-width: 915px) {
  .insta figure {
    width: 60%;
  }
}
/*====================
section-contact
======================*/
@media (min-width: 360px) {
  .contact {
    background-color: #FED603;
  }
  .contact .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .contact .contact-title {
    display: none;
  }
  .contact .cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  .contact img {
    width: 80vh;
  }
  .contact p {
    font-size: 15px;
  }
  .contact article div {
    display: flex;
    align-items: center;
    -moz-column-gap: 1vh;
         column-gap: 1vh;
  }
  .contact article p {
    font-size: 12px;
  }
  .contact article h4 {
    font-size: 18px;
  }
  .contact article i {
    font-size: 25px;
  }
  .contact article .tel {
    font-size: 25px;
  }
  .contact aside {
    display: flex;
    flex-direction: column;
    row-gap: 1vh;
    padding: 30px 0;
  }
  .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2vh;
         column-gap: 2vh;
    width: 260px;
    background-color: #FFF7CF;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
  }
  .contact a:hover {
    background-color: #333333;
    color: white;
  }
}
@media (min-width: 768px) {
  .contact .section-title {
    padding-bottom: 0;
  }
  .contact .cover {
    flex-direction: row-reverse;
  }
  .contact p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 360px) {
  main {
    margin-top: 60px;
  }
  .about-fv {
    background-image: url(machidaIMG/about-sp-fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .about-fv h2 {
    text-transform: uppercase;
    font-size: 40px;
  }
  .about-fv p {
    line-height: 1;
    font-size: 15px;
  }
  .about-fv article {
    text-align: center;
  }
  .overview .contents {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
    padding-bottom: 100px;
  }
  .overview table {
    width: 95%;
    border: #EBEAEA;
  }
  .overview th {
    width: 30%;
    padding: 0 20px;
    background-color: #FFF7CF;
    box-sizing: border-box;
  }
  .overview tr {
    border-bottom: #EBEAEA;
    height: 80px;
  }
  .overview td {
    width: 70%;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
  }
  .overview td, .overview th {
    border-bottom: 2px solid #EBEAEA;
    border-top: 2px solid #EBEAEA;
  }
  .overview img {
    width: 60vh;
  }
  .access .container > div {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
  .access .container iframe {
    width: 80%;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .about-fv {
    background-image: url(machidaIMG/about-fv-pc.png);
  }
  .overview .contents {
    row-gap: 20vh;
  }
  .overview table {
    width: 70%;
    border: #EBEAEA;
  }
  .overview th {
    font-size: 20px;
  }
  .overview tr {
    height: 100px;
  }
  .overview td {
    font-size: 18px;
  }
  .overview img {
    width: 60%;
  }
}
/*==================
工事
==================*/
@media (min-width: 360px) {
  p {
    font-size: 15px;
  }
  .bg-area {
    background-image: url(machidaIMG/bgs-sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }
  .kouji-area {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    align-items: center;
    padding: 40px 0;
  }
  .kouji-area .kouji-contents {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
  }
  .kouji-area figure, .kouji-area figcaption {
    width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
  }
  .kouji-area h4 {
    width: 300px;
    background-color: white;
    color: #333333;
    padding: 5px 5px;
    text-align: center;
  }
  .kouji-area img {
    width: 60vh;
  }
}
@media (min-width: 768px) {
  .bg-area {
    background-image: url(machidaIMG/service-bg.png);
  }
  .kouji-area {
    padding: 100px 0;
  }
  .kouji-area > h3 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .kouji-area figure {
    width: 90%;
    flex-direction: row;
    -moz-column-gap: 10vh;
         column-gap: 10vh;
  }
  .kouji-area figcaption {
    width: 100%;
  }
  .kouji-area img {
    width: 300px;
    height: 200px;
  }
  .kouji-area .kouji-contents {
    row-gap: 25vh;
  }
  .kouji-area .kouji-contents :nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  main {
    margin-top: 90px;
  }
  .kouji-area .kouji-contents {
    row-gap: 20vh;
  }
  .kouji-area figcaption {
    max-width: 500px;
  }
  .kouji-area img {
    width: 350px;
    height: 250px;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 18px;
  }
}
/*==================
汚泥
==================*/
@media (min-width: 360px) {
  .odei-area {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    align-items: center;
  }
  .odei-area h2, .odei-area .about-odei,
  .odei-area .proses, .odei-area .permit-area {
    width: 80%;
    max-width: 1000px;
  }
  .odei-area h3 {
    font-size: 20px;
  }
  .about-odei img {
    width: 300px;
  }
  .about-odei article {
    padding-bottom: 12px;
  }
  .about-odei article h3 {
    font-size: 20px;
    padding-left: 8px;
    margin-bottom: 16px;
    border-left: 5px solid #FED603;
  }
  .proses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .proses h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .proses article {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    align-items: center;
  }
  .proses article .fa-sort-down {
    color: #FED603;
    font-size: 50px;
  }
  .proses article .fa-caret-right {
    display: none;
  }
  .proses aside {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    width: 300px;
    height: 300px;
    box-shadow: 0 0 8px gray;
    box-sizing: border-box;
  }
  .proses aside i, .proses aside h4 {
    text-align: center;
  }
  .proses aside i {
    font-size: 50px;
  }
  .proses aside h4 {
    font-size: 20px;
  }
  .proses aside h6 {
    margin: 0;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    background-color: #FED603;
    color: #333333;
    font-size: 18px;
  }
  .permit-area {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
  }
  .permit-area h3 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .permit-area i {
    color: #FED603;
    font-size: 20px;
  }
  .permit-area table {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    padding-bottom: 40px;
  }
  .permit-area caption {
    font-size: 18px;
  }
  .permit-area tbody {
    border-top: 2px solid #EBEAEA;
  }
  .permit-area tr {
    width: 100%;
  }
  .permit-area th {
    background-color: #EBEAEA;
    width: 120px;
    letter-spacing: 0.3em;
  }
  .permit-area td {
    width: 100%;
    border-bottom: 2px solid #EBEAEA;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .permit-area td a {
    justify-content: center;
    box-sizing: border-box;
    width: 150px;
    color: white;
    background-color: #333333;
    padding: 8px 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
  }
  .permit-area td a:hover {
    background-color: #FED603;
    color: #333333;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
    display: flex;
    -moz-column-gap: 3vh;
         column-gap: 3vh;
    align-items: center;
  }
  .swiper-slide {
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .odei-area {
    padding: 50px 0;
  }
  .odei-area h2, .odei-area .about-odei,
  .odei-area .proses, .odei-area .permit-area {
    width: 90%;
  }
  .about-odei {
    display: flex;
    -moz-column-gap: 5vh;
         column-gap: 5vh;
  }
  .about-odei article {
    width: 50%;
  }
  .about-odei img {
    height: 220px;
  }
  .proses article {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .proses article .fa-sort-down {
    display: none;
  }
  .proses article .fa-caret-right {
    display: block;
    color: #FED603;
    font-size: 50px;
  }
  .proses aside {
    width: 180px;
    height: 180px;
    row-gap: 0;
  }
  .proses aside h6 {
    margin: 0;
  }
  .proses aside i {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .densi > div {
    display: flex;
    -moz-column-gap: 10vh;
         column-gap: 10vh;
  }
}
@media (min-width: 1024px) {
  .odei-area h2, .odei-area .about-odei,
  .odei-area .proses, .odei-area .permit-area {
    width: 70%;
  }
  .proses aside {
    width: 200px;
    height: 200px;
  }
}
/*==================
製造
==================*/
@media (min-width: 360px) {
  .seizou {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    align-items: center;
    padding-bottom: 60px;
  }
  .seizou h3 {
    font-size: 25px;
    color: #333333;
  }
  .seizou figure {
    width: 80%;
    flex-wrap: wrap;
  }
  .seizou img {
    width: 300px;
    height: 250px;
    padding: 10px;
  }
}
@media (min-width: 360px) {
  .work-main {
    margin-top: 60px;
  }
  .work-fv {
    background-image: url(machidaIMG/work-fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .work-fv h2 {
    text-transform: uppercase;
    font-size: 40px;
  }
  .work-fv p {
    line-height: 1;
    font-size: 15px;
  }
  .work-fv article {
    text-align: center;
  }
  .work-contents .container {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .work-contents h3 {
    text-align: center;
    padding-bottom: 60px;
  }
  .work-contents .kouji-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 8vh;
         column-gap: 8vh;
    row-gap: 8vh;
  }
  .work-contents figure {
    width: 300px;
  }
  .work-contents img {
    width: 300px;
    padding-bottom: 14px;
  }
  .work-contents aside {
    display: flex;
    align-items: center;
    -moz-column-gap: 5vh;
         column-gap: 5vh;
    padding-bottom: 16px;
  }
  .work-contents h5 {
    margin: 0;
    padding: 2px 4px;
    background-color: #EBEAEA;
  }
  .work-contents .category {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding-bottom: 40px;
  }
  .work-contents .category a {
    width: 100%;
    background-color: #EBEAEA;
    padding: 3px 5px;
  }
  .work-contents .page-nation {
    padding-top: 40px;
  }
  .work-contents .page-numbers {
    padding: 2px 6px;
    font-size: 20px;
    border: 2px solid black;
  }
  .work-contents .page-numbers:hover {
    background-color: black;
    color: white;
  }
  .work-contents .nav-links {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (min-width: 768px) {
  .work-fv {
    background-image: url(machidaIMG/work-fv-pc.png);
  }
  .work-contents .kouji-contents {
    max-width: 90%;
    flex-wrap: wrap;
  }
}
/*======================
contact-2p
=======================*/
@media (min-width: 360px) {
  .contact-main {
    margin-top: 60px;
    background-color: #FFF7CF;
    background-image: url(machidaIMG/service-sp-top.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .title-contact {
    padding: 40px;
  }
  .title-contact h2 {
    font-size: 30px;
    text-transform: uppercase;
  }
  .title-contact p {
    font-size: 15px;
    line-height: 1;
  }
  .contact-form {
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
    align-items: center;
    padding: 60px 0;
  }
  .contact-form h3, .contact-form .form, .contact-form article {
    width: 80%;
    max-width: 630px;
  }
  .contact-form h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
  }
  .contact-form form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-form aside {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
  .contact-form aside span {
    color: #FF0000;
    font-size: 11px;
  }
  .contact-form aside br {
    display: none;
  }
  .contact-form label {
    display: flex;
    -moz-column-gap: 4px;
         column-gap: 4px;
    align-items: center;
    font-size: 15px;
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    padding: 10px;
    border: none;
  }
  .contact-form textarea {
    height: 180px;
  }
  .contact-form [type=submit] {
    background-color: #333333;
    color: white;
    width: 300px;
  }
  .contact-form article {
    padding-bottom: 40px;
  }
  .contact-form article div {
    display: flex;
    align-items: center;
    -moz-column-gap: 1vh;
         column-gap: 1vh;
  }
  .contact-form article p {
    font-size: 12px;
  }
  .contact-form article h4 {
    font-size: 18px;
  }
  .contact-form article i {
    font-size: 25px;
  }
  .contact-form article .tel {
    font-size: 25px;
  }
  .complete {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .complete div {
    display: flex;
    flex-direction: column;
    row-gap: 8vh;
    width: 80%;
    max-width: 630px;
  }
  .complete p {
    font-size: 15px;
  }
  .complete h3 {
    font-size: 20px;
  }
  .complete a {
    padding: 10px 0;
    background-color: #333333;
    color: white;
    text-align: center;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .title-contact {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .title-contact h2 {
    font-size: 50px;
  }
  .title-contact p {
    font-size: 18px;
  }
}
@media (min-width: 360px) {
  .work-single-main {
    background-image: url(machidaIMG/ws-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-single-main .title-contact,
  .work-single-main .slider {
    color: white;
  }
  .work-single-main .title-contact {
    padding-bottom: 20px;
  }
  .work-single-main .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }
  .work-single-main article {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 5vh;
  }
  .work-single-main article p {
    font-size: 15px;
  }
  .work-single-main article h3 {
    font-size: 20px;
  }
  .work-single-main article a {
    background: rgb(254, 214, 3);
    background: linear-gradient(90deg, rgba(254, 214, 3, 0.9977426637) 45%, rgb(255, 248, 211) 100%);
    color: #333333;
    padding: 8px 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work-single-main article a:hover {
    background: white;
  }
  .work-single-main img {
    width: 50vh;
  }
  .contact article a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2vh;
         column-gap: 2vh;
    width: 260px;
    background-color: #FFF7CF;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
  }
  .contact article a:hover {
    background-color: #333333;
    color: white;
  }
}
@media (min-width: 768px) {
  .work-single-main article {
    width: 60%;
  }
  .work-single-main img {
    width: 80vh;
  }
}/*# sourceMappingURL=style.css.map */