@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');


/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: var(--font-ja);
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--regular);
  color: var(--color-txt);
}
a {
  display: inline-block;
  color: initial;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
}
li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1280px) {
  html, body {
    font-size: calc(1000vw / 1280);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 390);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-blue: #1e8949;
  --color-blue-2: #0151A3;
  --color-bg: #F8F9FA;
  --color-bg-2: #ECF0F4;
  --color-white: #fff;
  --color-txt: #000616;
  --color-border: #a4b3b2;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --font-en: "Oswald", sans-serif;
  --font-ja: "Zen Kaku Gothic New", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}

a {
  transition: .3s;
}
a:hover {
  opacity: 0.5;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}
.flex {
  display: flex;
}
.in {
  max-width: 112rem;
  margin: 0 auto;
  padding: 12rem 0;
}
.txt {
  font-size: 1.6rem;
  font-weight: var(--regular);
  line-height: 1.8;
}
.ttl-h2 {
  margin-bottom: 3.5rem;
}
.ttl-h2 .en {
  font-size: 9.6rem;
  font-weight: var(--semibold);
  line-height: 1;
}
.ttl-h2 .ja {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  line-height: 1.5;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  width: 100%;
  height: 10.2rem;
  background: var(--color-green);
  font-size: 3.6rem;
  font-weight: var(--semibold);
  font-family: var(--font-en);
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}
.button small {
  display: block;
  padding: 0.6rem 0 0;
  font-size: 1.6rem;
  font-weight: var(--medium);
}
.button.button-solid {
  border: 1px solid #1e8949;
  background: none;
  color: #1e8949;
}
.button.button-more {
  max-width: 24rem;
  height: 6rem;
  font-size: 2.4rem;
}
.accordion {
  cursor: pointer;
  transition: .3s;
}
.accordion-contents {
  display: none;
}
.bg-fixed {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  background-color: transparent;
}
.bg-fixed::before {
  content: '';
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../img/top/message_bg.jpg) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .accordion:hover {
    opacity: 0.68;
  }
  .button:hover {
    opacity: 1;
    background: var(--color-white);
    color: #1e8949;
  }
  .button.button-solid:hover {
    background: #1e8949;
    color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .in {
    padding: 4.8rem 1.5rem 7rem;
  }
  .ttl-h2 {
    margin-bottom: 3.4rem;
  }
  .ttl-h2 .en {
    font-size: 6rem;
  }
  .ttl-h2 .ja {
    font-size: 1.6rem;
  }
  .txt {
    font-size: 1.4rem;
  }
}

/* ----------------------------------
header
---------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: .3s;
}
header .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0;
  max-width: none;
  transition: .3s;
}
header .in .logo {
  width: 22rem;
  margin-left: 3rem;
}
header .in .logo img:last-of-type {
  display: none;
}
header .in nav {
  height: 100%;
}
header .in nav .list {
  display: flex;
  align-items: center;
  height: 100%;
}
header .in nav .list li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 3.5rem;
}
header .in nav .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: var(--medium);
  letter-spacing: -0.01em;
  color: var(--color-white);
}
header .in nav .list li.contact {
  margin: 0;
}
header .in nav .list li.tel a,
header .in nav .list li.contact a {
  width: 18rem;
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--font-en);
  font-weight: var(--semibold);
}
header .in nav .list li.tel a {
  background: rgb(30 137 73 / 0.9);
}
header .in nav .list li.contact a {
  background: rgb(0 6 22 / 0.9);
}
header.fixed {
  background-color: var(--color-white);
}
header:not(.fixed) .in .logo {
  filter: contrast(0) brightness(10);
}
@media screen and (min-width: 768px) {
  header.fixed .in {
    height: 6rem
  }
  header.fixed .in nav .list li:not(.tel, .contact) a {
    color: var(--color-txt);
  }
  header.fixed .in nav .list li.tel a, 
  header.fixed .in nav .list li.contact a {
    width: 16rem;
  }
  header.fixed .in .logo{
    width: 28.4rem;
  }
  header.fixed .in .logo img:first-of-type {
    display: none;
  }
  header.fixed .in .logo img:last-of-type {
    display: block;
  }
  header .in nav .list li.tel a:hover {
    opacity: 1;
    background-color: #1e8949;
  }
  header .in nav .list li.contact a:hover {
    opacity: 1;
    background: rgb(0 6 22);
  }
}
@media screen and (max-width: 767px) {
  header .in {
    height: 7rem;
  }
  header .in .logo {
    margin-left: 1.5rem;
    width: 18rem;
  }
  header .in nav .list li:not(.contact,.tel) {
    display: none;
  }
  header .in nav .list li.tel a,
  header .in nav .list li.contact a {
    position: relative;
    width: 8rem;
  }
  header .in nav .list li.tel a span,
  header .in nav .list li.contact a span {
    display: none;
  }
  header .in nav .list li.tel a::before,
  header .in nav .list li.contact a::before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  header .in nav .list li.tel a::before {
    top: 1.2rem;
    width: 1.6rem;
    height: 2.2rem;
    background: url(../img/common/icon_tel.svg) center/contain no-repeat;
  }
  header .in nav .list li.contact a::before {
    top: 1.7rem;
    width: 1.8rem;
    height: 1.4rem;
    background: url(../img/common/icon_mail.svg) center/contain no-repeat;
  }
  header .in nav .list li.tel a::after,
  header .in nav .list li.contact a::after {
    position: absolute;
    display: block;
    content: "TEL";
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    bottom: 1.2rem;
  }
  header .in nav .list li.contact a::after {
    content: "CONTACT";
  }
}

/* ----------------------------------
footer
---------------------------------- */
footer .in {
  display: flex;
  flex-wrap: wrap;
  padding: 8rem 0;
}
footer .left {
  width: 65.6rem;
}
footer .left .logo {
  width: 41.4rem;
}
footer .left dl {
  margin-top: 2.9rem;
}
footer .left dt {
  font-size: 1.8rem;
  font-weight: var(--medium);
  letter-spacing: -0.01em;
}
footer .left dd {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.35;
}
footer .left dd + dt {
  margin-top: 2rem;
}
footer .right {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 65.6rem);
  gap: 7.6rem;
}
footer .right a {
  display: block;
  font-size: 3.6rem;
  font-family: var(--font-en);
  font-weight: var(--semibold);
  letter-spacing: -0.01em;
  color: #1e8949;
}
footer .right a + a {
  margin-top: 2.2rem;
}
footer .right a small {
  display: block;
  padding-top: 1rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  color: var(--color-txt);
  line-height: 1.57;
}
footer .copy {
  margin-top: 3.9rem;
  width: 100%;
  font-family: var(--font-en);
  color: #1e8949;
  font-size: 1.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .in {
    padding: 7rem 3rem;
  }
  footer .left {
    width: 100%;
  }
  footer .left .logo {
    width: 32.9rem;
  }
  footer .right {
    width: 100%;
    margin-top: 5rem;
    gap: 4.8rem;
  }
  footer .right a {
    font-size: 2.4rem;
  }
  footer .right a small {
    font-size: 1.2rem;
    padding: 0.5rem 0 0;
    line-height: 1.6;
  }
  footer .copy {
    margin-top: 5.4rem;
  }
}

/* ----------------------------------
links
---------------------------------- */
#links {
  display: flex;
}
#links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 27rem;
  transition: .5s;
  overflow: hidden;
}
#links a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
#links a:nth-of-type(1)::after {
  background: url(../img/demolition/demolition_links1.jpg) center/cover no-repeat;
}
#links a:nth-of-type(2)::after {
  background: url(../img/demolition/demolition_links2.jpg) center/cover no-repeat;
}
#links a:nth-of-type(3)::after {
  background: url(../img/demolition/demolition_links3.jpg) center/cover no-repeat;
}
#links a .button {
  position: relative;
  border-color: var(--color-white);
  color: var(--color-white);
  z-index: 2;
}
#links a .button:hover {
  background: none;
}
#links a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #links a:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  #links {
    display: block;
  }
  #links a {
    width: 100%;
    height: 20rem;
  }
}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.slideRight,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.slideRight.active {
  animation: slideRight .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}