@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");




html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

html:hover, a:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
}

html, body {
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

header.header {
  position: fixed;
  width: calc(100% - 90px);
  left: 0;
  top: 37px;
  height: 70px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

header.header .site_logo {
  margin-left: 40px;
}

header.header .site_logo p {
  margin: 0 0 2px;
  font-size: 10px;
}

header.header .site_logo h1 {
  width: 170px;
}

header.header .drawer-toggle {
  display: none;
}

header.header nav {
  margin-left: auto;
  position: relative;
  right: -24px;
}

header.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header nav ul li {
  border-left: 1px solid #ccc;
}

header.header nav ul li a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 1.5rem 2rem;
}

header.header nav ul li a:hover {
  opacity: .7;
}

header.header nav ul li:first-child {
  border: none;
}

header.header nav ul li:last-child {
  border: none;
  margin-left: 1rem;
}

header.header nav ul li:last-child a {
  display: block;
  padding: 0 2rem;
  height: 70px;
  background-color: #FFE33F;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

header.header nav ul li:last-child a:hover {
  opacity: 1;
}

header.header nav ul li:last-child span {
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
}

header.header nav ul li:last-child img {
  height: 20px;
  margin-right: .2rem;
  vertical-align: -4px;
}

.hero li {
  position: relative;
}

.hero li:before {
  content: "";
  display: block;
  background-size: contain;
  width: 40%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.hero li:after {
  content: "";
  display: block;
  width: 20%;
  height: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero li.sl0:before {
  background: url("../img/hero1_obj1.png") no-repeat top left;
  background-size: contain;
}

.hero li.sl0:after {
  background: url("../img/hero1_obj2.png") no-repeat bottom right;
  background-size: contain;
}
.hero li.sl1:before {
  background: url("../img/hero1_obj1.png") no-repeat top left;
  background-size: contain;
}

.hero li.sl1:after {
  background: url("../img/hero1_obj2.png") no-repeat bottom right;
  background-size: contain;
}

.hero li.sl2:before {
  background: url("../img/hero2_obj1.png") no-repeat top left;
  background-size: contain;
}

.hero li.sl2:after {
  background: url("../img/hero2_obj2.png") no-repeat bottom right;
  background-size: contain;
}

.hero li.sl3:before {
  background: url("../img/hero3_obj1.png") no-repeat top left;
  background-size: contain;
}

.hero li.sl3:after {
  background: url("../img/hero3_obj2.png") no-repeat bottom right;
  background-size: contain;
}

.hero li p {
  position: relative;
  z-index: 10;
  width: calc(100% - 10px);
  max-width: 1024px;
  margin: 0 auto;
  padding: 120px 0 20px;
}
.hero li p img{
	
	margin: 0 auto;

}

.hero li.sl0 {
  background: url("../img/hero0_ph.jpg") no-repeat center;
  background-size: cover;
}
.hero li.sl1 {
  background: url("../img/hero1_ph.jpg") no-repeat center;
  background-size: cover;
}

.hero li.sl2 {
  background: url("../img/hero2_ph.jpg") no-repeat center;
  background-size: cover;
}

.hero li.sl3 {
  background: url("../img/hero3_ph.jpg") no-repeat center;
  background-size: cover;
}

.covid {
  background-color: #a3bce2;
  margin-top: 50px;
}

.covid .inner {
  background-color: #e4f4fd;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: auto;
  padding: 1rem 0 2rem;
}

.covid .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #1b67b2;
  text-align: center;
}

.covid .ttl br {
  display: none;
}

.covid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.covid .col {
  width: 25%;
  background-color: #fff;
  border-radius: 1em;
  margin: 0 1rem;
  padding: 0 1em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.covid .col figure {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.covid .col dt {
  font-size: 20px;
  font-weight: bold;
  color: #1b67b2;
  text-align: center;
  margin-bottom: .5rem;
}

.covid .col dd {
  font-size: 14px;
}

.contents {
  margin: 60px 0;
}

.fade1, .fade3 {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: .5s;
  transition: .5s;
}

.fade1 figure, .fade1 .col, .fade3 figure, .fade3 .col {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: .5s;
  transition: .5s;
}

.fade2 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: .5s;
  transition: .5s;
}

.fade2 figure, .fade2 .col {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: .5s;
  transition: .5s;
}

.contact_area {
  position: relative;
  background: url("../img/footer_ph.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_area:before {
  content: "";
  display: block;
  background-color: rgba(27, 103, 178, 0.6);
  width: 100vw;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact_area .inner {
  text-align: center;
  position: relative;
  z-index: 100;
}

.contact_area .inner p {
  margin: 0;
}

.contact_area .inner .lead {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: .5em;
}

.contact_area .inner .tel {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.contact_area .inner .tel a {
  font-size: 40px;
  line-height: 1;
  pointer-events: none;
	display:  inline-block;
  color: #fff;
	
}

.contact_area .inner .tel small {
  display: block;
  font-size: 20px;
	
}

.contact_area .inner .link {
  position: relative;
  margin: 1rem auto 0;
  display: inline-block;
}

.contact_area .inner .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #1b67b2;
  font-weight: bold;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  padding: 0 2em;
}

.contact_area .inner .link a:before {
  content: "";
  display: inline-block;
  background: url("../img/mail2.svg") no-repeat;
  background-size: contain;
  width: 21px;
  height: 16px;
  margin-right: .25rem;
}

footer {
  padding: 30px 0;
  text-align: center;
}

footer .footer_logo {
  width: 210px;
  margin: 1em auto;
}

footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
}

footer address .br {
  display: none;
}

footer address a {
  color: #333;
}

footer .copy {
  font-size: 10px;
  margin: 2rem 0 0;
}

.main .hero {
  height: 300px;
  position: relative;
}

.main .hero h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.main .contents {
  padding: 0 20px;
}

.main .heading {
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  letter-spacing: .05em;
}

.main .heading .notes {
  display: inline-block;
  background-color: #E8F1F8;
  color: #546EA4;
  margin: 1rem 0 0;
  padding: 1em 2em;
  line-height: 1.5;
}

.main .heading .notes .br {
  display: none;
}

.main .unit {
  max-width: 650px;
  margin: 60px auto;
}

.main .unit .col {
  margin-top: 40px;
}

.main .unit .col h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5rem;
}

.main .unit .col h3 span {
  color: #a3bce2;
}

.main .unit .col p {
  margin: 0;
  line-height: 1.8;
}

.main .flow {
  max-width: 650px;
  margin: 60px auto;
  padding: 25px 50px;
  border: 1px solid #1b67b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .flow .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.main .flow dl {
  background-color: #d3edfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
}

.main .flow dl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17.5px 0 17.5px;
  border-color: #1b67b2 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main .flow dl:last-child:after {
  content: none;
}

.main .flow dl dt {
  background-color: #1b67b2;
  color: #fff;
  width: 20%;
  text-align: center;
  padding: .5rem 0;
}

.main .flow dl dd {
  padding: .5rem 2em;
}

.main .list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}

.main .list .col {
  width: 30%;
  margin: 1rem;
}

.main .list .col dt {
  font-size: 22px;
  font-weight: bold;
  margin-top: 1rem;
}

.main .list .col dd {
  font-size: 14px;
}

.main .tbl {
  max-width: 700px;
  margin: auto;
}

.main .tbl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  border-top: 1px solid #1b67b2;
}

.main .tbl dl:last-child {
  border-bottom: 1px solid #1b67b2;
}

.main .tbl dl dt {
  width: 22%;
  font-weight: bold;
}

.main .tbl dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home .heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  line-height: 2.4;
}

#home .heading .br {
  display: none;
}

#home .works {
  margin-top: 80px;
}

#home .works h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  border-bottom: 5px solid #a3bce2;
  max-width: 250px;
  margin: auto;
  padding-bottom: .25rem;
  margin-bottom: 50px;
}

#home .works section {
  margin-bottom: 100px;
  position: relative;
}

#home .works section .en {
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  color: #a3bce2;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 100;
  opacity: .5;
}

#home .works section:before {
  content: "";
  display: block;
  background-color: #a3bce2;
  width: 47%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

#home .works section:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 47%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#home .works section .wrap {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .05em;
  position: relative;
  z-index: 10;
}

#home .works section .col {
  margin-left: 3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home .works section .col h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: .5em;
}

#home .works section .col li {
  margin: .25em 0;
}

#home .works section .col li span {
  color: #a3bce2;
}

#home .works section .col p {
  line-height: 1.8;
}

#home .works section .col .link {
  margin: 1.5em 0 0;
}

#home .works section .col .link a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #666;
  padding: .5em 2em;
  -webkit-transition: .2s;
  transition: .2s;
}

#home .works section .col .link a:hover {
  background-color: #1b67b2;
  border: 1px solid #1b67b2;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

#home .works section:nth-of-type(2) .en, #home .works section:nth-of-type(2):before, #home .works section:nth-of-type(2):after {
  left: auto;
  right: 0;
}

#home .works section:nth-of-type(2) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home .works section:nth-of-type(2) .col {
  margin-left: 0;
}
#home .works section:nth-of-type(4) .en, #home .works section:nth-of-type(4):before, #home .works section:nth-of-type(4):after {
  left: auto;
  right: 0;
}

#home .works section:nth-of-type(4) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home .works section:nth-of-type(4) .col {
  margin-left: 0;
}

#home .feature {
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 150px auto 100px;
  background-color: #e4f4fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home .feature .ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home .feature .col {
  padding: 50px 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home .feature .col h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1b67b2;
  text-align: center;
  margin-bottom: 25px;
}

#home .feature .col .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#home .feature .col dl {
  width: 47.5%;
  margin: 1rem 0;
}

#home .feature .col dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1b67b2;
  text-align: center;
  padding: .25em;
  border-radius: 1.5em;
}

#home .feature .col dl dd {
  text-align: center;
  margin-top: 1em;
  line-height: 1.4;
}

#home .feature .link {
  margin: 1em 0 0;
  text-align: right;
}

#home .feature .link a {
  display: inline-block;
  font-weight: bold;
  color: #333;
  border: 1px solid #666;
  padding: .5em 2em;
}

#home .feature .link a:hover {
  background-color: #1b67b2;
  border: 1px solid #1b67b2;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

#feature .hero {
  background: url("../img/feature_hero.jpg") no-repeat center;
  background-size: cover;
}

#demolish .hero {
  background: url("../img/demolish_hero.jpg") no-repeat center;
  background-size: cover;
}
#reform .hero {
  background: url("../img/reform_hero.jpg") no-repeat center;
  background-size: cover;
}
#wast .hero {
  background: url("../img/wast_hero.jpg") no-repeat center;
  background-size: cover;
}
#handy .hero {
  background: url("../img/handy_hero.jpg") no-repeat center;
  background-size: cover;
}

#restoration .hero {
  background: url("../img/restoration_hero.jpg") no-repeat center;
  background-size: cover;
}

#recruitment .hero {
  background: url("../img/recruitment_hero.jpg") no-repeat center;
  background-size: cover;
}

#company .hero {
  background: url("../img/company_hero.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  #home .works section .en {
    font-size: calc(40px + (70 - 40)*(100vw - 1023px)/(1400 - 1023));
  }
}
@media screen and (max-width: 1550px) {
  header.header {
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header.header .site_logo {
    margin-left: 20px;
  }
  header.header .drawer-toggle {
    display: block;
  }
  header.header .drawer-hamburger {
    width: 70px;
    height: 70px;
    background-color: #2a66b1;
  }
  header.header nav {
    position: fixed;
    left: auto;
    top: 0;
    background-color: #fff;
    padding: .5rem 1.5rem;
  }
  header.header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header nav ul li {
    width: 100%;
    padding: 0;
    border: none;
    border-top: 1px solid #2a66b1;
  }
  header.header nav ul li a {
    display: block;
    color: #333;
    border: none;
    font-size: 13px;
    padding: 1.25rem 0;
    text-align: center;
  }
  header.header nav ul li:first-child {
    border: none;
  }
  header.header nav ul li:last-child {
    margin-left: 0;
    border: none;
  }
  header.header nav ul li:last-child a {
    height: auto;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    white-space: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header.header nav ul li:last-child span {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  header.header nav ul li:last-child img {
    height: 14px;
    vertical-align: -2px;
  }
  header.header nav .sp {
    display: block;
  }
}

/*@media screen and (max-width: 1200px) {
  header.header {
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header.header .site_logo {
    margin-left: 20px;
  }
  header.header .drawer-toggle {
    display: block;
  }
  header.header .drawer-hamburger {
    width: 70px;
    height: 70px;
    background-color: #2a66b1;
  }
  header.header nav {
    position: fixed;
    left: auto;
    top: 0;
    background-color: #fff;
    padding: .5rem 1.5rem;
  }
  header.header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header nav ul li {
    width: 100%;
    padding: 0;
    border: none;
    border-top: 1px solid #2a66b1;
  }
  header.header nav ul li a {
    display: block;
    color: #333;
    border: none;
    font-size: 13px;
    padding: 1.25rem 0;
    text-align: center;
  }
  header.header nav ul li:first-child {
    border: none;
  }
  header.header nav ul li:last-child {
    margin-left: 0;
    border: none;
  }
  header.header nav ul li:last-child a {
    height: auto;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    white-space: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header.header nav ul li:last-child span {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  header.header nav ul li:last-child img {
    height: 14px;
    vertical-align: -2px;
  }
  header.header nav .sp {
    display: block;
  }
  .hero li p {
    padding-top: 70px;
  }
}
*/
@media screen and (max-width: 1023px) {
  #home .heading .br {
    display: block;
  }
  #home .works section .en {
    position: relative;
    width: calc(100% - 40px);
    max-width: 700px;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    font-size: 40px;
  }
  #home .works section .en br {
    display: none;
  }
  #home .works section:nth-of-type(2) .en {
    text-align: right;
  }
  #home .works section:nth-of-type(4) .en {
    text-align: right;
  }
  #home .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
    margin: 100px auto 50px;
  }
  #home .feature .ph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #home .feature .ph figure {
    width: 50%;
  }
  #home .feature .col {
    padding-bottom: 50px;
  }
  #home .feature .link {
    margin: 2rem 0 0;
    text-align: center;
  }
  .main .list {
    max-width: 700px;
  }
  .main .list .col {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  header.header {
    height: 60px;
  }
  header.header .site_logo h1 {
    width: 130px;
  }
  header.header .drawer-hamburger {
    width: 60px;
    height: 60px;
  }
  .covid {
    margin-top: 25px;
  }
  .covid .inner {
    padding: 1rem 0;
  }
  .covid .ttl {
    font-size: 18px;
    margin: .5rem 0;
  }
  .covid .ttl br {
    display: block;
  }
  .covid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
  .covid .col {
    width: 100%;
    margin: .5rem 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .covid .col figure {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
  }
  .covid .col dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5rem;
  }
  .covid .col dt {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
  }
  .covid .col dd {
    font-size: 12px;
  }
  .contents {
    margin: 30px 0;
  }
  .contents .contact {
    margin: 30px auto !important;
  }
  #home .heading {
    font-size: calc(14px + (18 - 14)*(100vw - 320px)/(767 - 320));
    letter-spacing: 0;
  }
  #home .heading .notes .br {
    display: block;
  }
  #home .works {
    margin-top: 40px;
  }
  #home .works h2 {
    font-size: calc(24px + (32 - 24)*(100vw - 320px)/(767 - 320));
  }
  #home .works section {
    margin-bottom: 50px;
  }
  #home .works section .en {
    max-width: 450px;
    font-size: calc(30px + (40 - 30)*(100vw - 320px)/(767 - 320));
  }
  #home .works section:before, #home .works section:after {
    content: none;
  }
  #home .works section .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 450px;
  }
  #home .works section .wrap figure {
    position: relative;
  }
  #home .works section .wrap figure img {
    position: relative;
    z-index: 10;
  }
  #home .works section .wrap figure:before {
    content: "";
    display: block;
    background-color: #a3bce2;
    width: 100%;
    height: 150px;
    position: absolute;
    left: -160px;
    bottom: -20px;
    z-index: 1;
  }
  #home .works section .wrap figure:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    left: -160px;
    bottom: 0;
    z-index: 2;
  }
  #home .works section .wrap .col {
    margin-left: 0;
    margin-top: 40px;
  }
  #home .works section .wrap .col h3 {
    font-size: calc(24px + (32 - 24)*(100vw - 320px)/(767 - 320));
  }
  #home .works section .wrap .col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home .works section .wrap .col ul li {
    margin: 0;
    margin-right: 1em;
  }
  #home .works section:nth-of-type(2) .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home .works section:nth-of-type(4) .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home .works section:nth-of-type(2) .wrap figure:before, #home .works section:nth-of-type(2) .wrap figure:after {
    left: auto;
    right: -160px;
  }
  #home .works section:nth-of-type(4) .wrap figure:before, #home .works section:nth-of-type(4) .wrap figure:after {
    left: auto;
    right: -160px;
  }
  #home .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
    margin: 50px auto 25px;
  }
  #home .feature .col {
    padding: 2rem 1rem;
  }
  #home .feature .col h2 {
    font-size: calc(18px + (24 - 18)*(100vw - 320px)/(767 - 320));
    margin-bottom: .5rem;
  }
  #home .feature .col dl {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
  }
  #home .feature .col dl dt {
    font-size: 16px;
  }
  #home .feature .link {
    margin: 2rem 0 0;
    text-align: center;
  }
  .contact_area {
    height: 190px;
  }
  .contact_area:before {
    height: 190px;
  }
  .contact_area .inner .lead {
    font-size: 14px;
  }
  .contact_area .inner .tel {
    font-size: 18px;
  }
  .contact_area .inner .tel a {
    font-size: 24px;
  }
  .contact_area .inner .tel small {
    font-size: 12px;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer_logo {
    width: 160px;
  }
  footer address {
    font-size: 12px;
  }
  footer address .br {
    display: block;
  }
  footer .copy {
    font-size: 10px;
    margin: 2rem 0 0;
  }
  .main .hero {
    height: 200px;
  }
  .main .hero h2 {
    font-size: 30px;
    top: 54%;
  }
  .main .heading {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
  }
  .main .heading .br {
    display: none;
  }
  .main .heading .notes {
    margin: 1.5rem auto 0;
    padding: 1em 1.5em;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .heading .notes .br {
    display: block;
  }
  .main .unit {
    margin: 30px auto;
  }
  .main .unit .col {
    margin-top: 20px;
  }
  .main .unit .col h3 {
    font-size: 20px;
  }
  .main .flow {
    margin: 30px auto;
    padding: 5px 20px;
  }
  .main .flow .ttl {
    font-size: 20px;
  }
  .main .flow dl {
    font-size: calc(13px + (18 - 13)*(100vw - 320px)/(767 - 320));
    margin-bottom: 35px;
  }
  .main .flow dl dt {
    width: 25%;
  }
  .main .flow dl dd {
    padding: .5rem 1em;
  }
  .main .list .col {
    width: 100%;
    max-width: 330px;
    margin: 1rem 0;
  }
  .main .list .col dt {
    font-size: 20px;
  }
  .main .tbl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0;
  }
  .main .tbl dl dt {
    width: 100%;
  }
	
	/*スマホ*/
	
}



.lineimg {
	
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.lineimg img{
	
	width: 100%;
}

.sdg{
	
	text-align: center;
}

/*pcだけ電話リンク*/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

@media screen and (max-width: 767px) {


.lineimg {
	
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
}
.lineimg img{
	
	width: 100%;
}

/*pcだけ電話リンク*/
.contact_area .inner .tel a {
pointer-events: auto;

	}
	
	
}


/*# sourceMappingURL=style.css.map */