@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

img {
  width: 100%;
}

.is-sponly {
  display: none;
}

.is-pconly {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sponly {
    display: block;
  }
  .is-pconly {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
}
._font-gothic {
  font-family: "Gothic A1", sans-serif;
}

.l-header__logo {
  width: 24.7rem;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  height: inherit;
}

.l-header {
  position: absolute;
  /*top: 9.5rem;*/
  top: 1.2rem;
  left: 2.3rem;
  width: 100%;
  z-index: 10;
}
.l-header__logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .l-header {
    display: flex;
    top: 1.1rem;
    left: 1.5rem;
  }
  .l-header__logo {
    width: 26.1rem;
  }
  .l-header__inner {
    padding: 0;
  }
}
/* **** FOOTER **** */
.l-footer {
  position: relative;
  padding-top: 4rem;
}

.l-footer__inner {
  width: 100rem;
  margin: 0 auto;
}

.l-footer__box {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #776157;
}

.l-footer__logo {
  width: 27.4rem;
}

.p-company__title {
  font-size: 1.8rem;
  line-height: 1.222;
  font-weight: bold;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 89.333%;
    margin: 0 auto;
  }
  .l-footer__box {
    flex-flow: column;
    align-items: center;
  }
  .l-footer__logo {
    width: 40.2rem;
  }
  .p-company {
    width: 100%;
  }
  .p-company__title {
    padding-top: 4.5rem;
    font-size: 2.8rem;
  }
  .p-company__address {
    font-size: 2.4rem;
  }
  .p-company__tel {
    font-size: 2.4rem;
  }
}
nav .nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

nav .nav__item {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #776157;
  padding: 0 1.5em;
  border-right: 1px solid #776157;
}

nav .nav__item:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  nav .nav__item {
    font-size: 2.6rem;
  }
  nav .nav__item:nth-child(1),
  nav .nav__item:nth-child(4) {
    border-left: 1px solid #776157;
  }
  nav .nav__item:last-child {
    border-right: 1px solid #776157;
  }
  nav .nav__item:nth-child(4),
  nav .nav__item:last-child {
    margin-top: 3rem;
  }
}
.l-container {
  position: relative;
  overflow: hidden;
}

.l-container-body {
  overflow: hidden;
}

.c-btn--contact {
  width: 39rem;
  height: 7.6rem;
  background: #fff07d;
  border: 2px solid #399d26;
  color: #399d26;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 5rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 500;
  box-shadow: 0.8rem 0.8rem #157f50;
}

.c-btn--contact:hover {
  opacity: 1;
  transform: translate(0.8rem, 0.8rem);
  box-shadow: 0 0 #157f50;
}

.c-btn--contact span {
  position: relative;
}

.c-btn--contact p {
  position: relative;
  width: 100%;
  padding-left: 6rem;
}

.c-btn--contact span {
  content: "";
  display: block;
  width: 3.72rem;
  height: 3.72rem;
  border-radius: 50%;
  background: #399d26;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn--contact span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.944rem solid #FFF;
  border-top: 0.659rem solid transparent;
  border-bottom: 0.659rem solid transparent;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-btn__wrap {
  display: flex;
  justify-content: center;
  padding-top: 6.3rem;
  padding-bottom: 7.5rem;
}

.c-fixbtn {
  width: 100rem;
  height: 11.2rem;
  background: #fff07d;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 10rem;
  border: 3px solid #399d26;
  transition: 1s;
}

.c-fixbtn p {
  font-size: 1.903rem;
  font-weight: bold;
  color: #776157;
  letter-spacing: 0.1em;
  padding-left: 8.5rem;
  padding-right: 6rem;
}

.c-fixbtn .c-btn--contact {
  background: #399d26;
  border: none;
  color: #FFF;
  box-shadow: none;
}

.c-fixbtn .c-btn--contact:hover {
  opacity: 0.75;
  transform: translate(0);
  box-shadow: 0;
}

.c-fixbtn .c-btn--contact span {
  position: relative;
}

.c-fixbtn .c-btn--contact p {
  position: relative;
  width: 100%;
  padding-left: 6rem;
  color: #FFF;
}

.c-fixbtn .c-btn--contact span {
  background: #FFF;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-fixbtn .c-btn--contact span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.944rem solid #399d26;
  border-top: 0.659rem solid transparent;
  border-bottom: 0.659rem solid transparent;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-fixbtn.disp {
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}

.c-fixbtn.disp.fixed {
  position: fixed;
  top: initial;
  bottom: 1rem;
  opacity: 1;
  visibility: initial;
  transition: 1s;
}

.c-fixbtn.disp.fixed.nodisp {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-fixbtn {
    width: 89.333%;
    border-radius: 1.5rem;
    top: 0.8rem;
  }
  .c-fixbtn > p {
    display: none;
  }
  .c-fixbtn .c-btn--contact {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
  }
  .c-fixbtn .c-btn--contact p {
    color: #776157;
    font-size: 2.8rem;
    letter-spacing: 0.025em;
  }
  .c-fixbtn .c-btn--contact span {
    background: #157f50;
  }
  .c-fixbtn .c-btn--contact span:after {
    border-left: 0.944rem solid #FFF;
    border-top: 0.659rem solid transparent;
    border-bottom: 0.659rem solid transparent;
  }
}
.maruGothic {
  font-family: "Zen Maru Gothic", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}

.c-title__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-title {
  font-size: 5.3rem;
  font-weight: bold;
  color: #399d26;
}

.c-subtitle {
  font-size: 3rem;
  font-weight: 500;
  color: #399d26;
  position: relative;
  margin-bottom: 3rem;
}

.c-text {
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.02em;
  color: #776157;
}

.white {
  color: #ffffff;
}

.orange {
  color: #f6ad3a;
}

.yellow {
  color: #fff07d;
}

.underline {
  background: linear-gradient(transparent 70%, #fae777 70%);
}

.strong {
  color: #399d26;
  display: block;
  padding-top: 0.25em;
  line-height: 1.57;
  font-size: 2.8rem;
  font-weight: 600;
}

.c-title__decoration {
  width: 38.6rem;
  padding-bottom: 0.8rem;
}

.c-subtitle::before {
  position: absolute;
  left: -6.5rem;
  top: 60%;
  transform: translateY(-50%) rotate(-120deg);
}

.c-subtitle::after {
  position: absolute;
  right: -6.5rem;
  top: 60%;
  transform: translateY(-50%) rotate(120deg);
}

.c-subtitle::before, .c-subtitle::after {
  background-color: #399d26;
  border-radius: 5px;
  content: "";
  height: 0.29rem;
  width: 5.1rem;
  display: block;
}

.c-subtitle.white::before, .c-subtitle.white::after {
  background-color: #ffffff;
}

.decoration {
  position: relative;
}

.decoration::before {
  content: "";
  display: block;
  background-image: url(../assets/images/img-decoration-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10.7rem;
  height: 12.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15rem;
}

.decoration::after {
  content: "";
  display: block;
  background-image: url(../assets/images/img-decoration-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10.8rem;
  height: 11.9rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -15rem;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
  .c-title {
    text-align: center;
  }
  .c-subtitle {
    margin-bottom: 2rem;
  }
  .p-service .c-text {
    font-size: 2.6rem;
  }
  .c-text {
    font-size: 2.6rem;
  }
  .strong {
    font-size: 4.3rem;
    text-align: center;
  }
  .decoration {
    display: block;
  }
  .decoration::before {
    top: 35%;
    left: -8rem;
    width: 7.2rem;
    height: 12.7rem;
    background-image: url(../assets/images/sp/img-decoration-right-sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .decoration::after {
    width: 7.2rem;
    height: 12.7rem;
    right: -7.5rem;
    top: 40%;
    background-image: url(../assets/images/sp/img-decoration-left-sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.l-header__nav.js_active {
  transform: translateX(0%);
}

.l-footer__fix.js_active {
  opacity: 1;
  visibility: initial;
}

.l-header__toggle.js_active .l-header__toggle__icon__bar {
  background: transparent;
}
.l-header__toggle.js_active .l-header__toggle__icon::before {
  top: 47.5%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.l-header__toggle.js_active .l-header__toggle__icon::after {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.gothicA1 {
  font-family: "Gothic A1", sans-serif;
}

.ballon {
  transform: translateY(calc(-3vh + 0px));
}

.ballon2 {
  transform: translateY(calc(0px - 3vh));
}

/* **** MV **** */
.p-home-mv {
  position: relative;
}

.p-home-mv__image {
  padding-top: 3.3rem;
}

.p-home-mv__inner {
  padding-top: 16rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p-home-mv-copy {
  position: absolute;
  top: 10.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.p-home-mv-copy__image {
  position: relative;
  z-index: 0;
  width: 80.7rem;
}

.p-home-mv-period {
  padding-top: 4rem;
  width: 53.4rem;
}

.p-home-mv__parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-home-mv__parts .layer1 {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
}

.p-home-mv__parts .layer1 img {
  width: 181.2rem;
  margin: 0 auto;
}

.p-home-mv-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home-mv-item .p-home-mv-item__image:nth-child(1) {
  position: absolute;
  top: 14.4rem;
  left: 11.3rem;
  width: 40.7rem;
}

.p-home-mv-item .p-home-mv-item__image:nth-child(2) {
  position: absolute;
  top: 9.1rem;
  right: 17rem;
  width: 35.8rem;
}

/* **** problem **** */
.p-problem {
  position: relative;
}

.p-problem__image {
  position: absolute;
  z-index: 0;
}

.p-problem__inner {
  position: relative;
  padding-top: 21.8rem;
  padding-bottom: 7.5rem;
}

.p-problem__list {
  display: flex;
  flex-wrap: wrap;
  width: 100rem;
  margin: 0 auto;
  padding-top: 10rem;
  justify-content: space-between;
}

.p-problem__item {
  width: 46rem;
  padding-bottom: 2.3rem;
}

.p-problem::before {
  content: "";
  width: 100%;
  height: 21.1rem;
  background: url(../assets/images/img-problem-parts.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -0.8rem;
  z-index: 1;
}

/* **** resolve **** */
.p-resolve {
  position: relative;
}

.p-resolve__image {
  position: absolute;
  z-index: 0;
}

.p-resolve__cloud {
  position: absolute;
  z-index: 0;
  top: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-resolve__cloud img {
  width: 155.4rem;
  max-width: initial;
}

.p-resolve__inner {
  position: relative;
  padding-top: 21.8rem;
  padding-bottom: 31.2rem;
}

.p-resolve__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto;
  padding-top: 4rem;
  max-width: 900px;
}

.p-resolve__box .p-resolve__imagearea {
  width: 50%;
}

.p-resolve__box .p-resolve__textarea {
  width: 50%;
  text-align: justify;
}

.p-resolve__textarea {
  padding-left: 5.5rem;
  padding-right: 2em;
}

/* **** CP **** */
.p-cp {
  position: relative;
}

.p-cp::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 50%;
  display: block;
  background-image: url(../assets/images/img-parts-cloud.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 21rem;
  height: 4.8rem;
}

.p-cp__parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-cp__parts .layer1 {
  z-index: 1;
  position: absolute;
  top: 36rem;
  left: 0;
  width: 100%;
}

.p-cp__parts .layer2 {
  display: none;
}

.p-cp__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 10.8rem;
}

.p-cp__list {
  padding-top: 5rem;
}

.p-cp__item {
  width: 100rem;
  margin: 0 auto;
}

.p-cp__image {
  padding-top: 6.5rem;
}

.p-cp__item:nth-child(1) {
  padding-bottom: 2rem;
}

.p-cp__item:nth-child(2) {
  padding-bottom: 5.3rem;
}

.p-cp__item:nth-child(3) {
  padding-bottom: 6.5rem;
}

/* **** CONTACT **** */
.p-contact {
  background: #399d26;
  position: relative;
}

.p-contact__inner {
  padding-top: 7rem;
}

.p-contact__parts img {
  width: 76.4rem;
  padding-top: 3.3rem;
  margin: 0 auto;
}

/* **** STEP **** */
.p-step {
  background: #FFF;
  position: relative;
}

.p-step__parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-step__parts .layer1 {
  z-index: 1;
  position: absolute;
  top: -4.3rem;
  left: 0;
  width: 100%;
}

.p-step__parts .layer1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: #399d26;
  top: 4rem;
  z-index: -1;
}

.p-step__image {
  padding-top: 26.45rem;
  padding-top: 22.15rem;
}

.p-step__inner {
  width: 100rem;
  margin: 0 auto;
  padding-top: 9.7rem;
}

.p-step__contens {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-step__detail {
  padding-top: 5.8rem;
}

/* **** SERVICE **** */
.p-service {
  padding-bottom: 14rem;
}

.p-service__detail {
  position: relative;
  width: 117.2rem;
  margin: 0 auto;
  margin-top: 9rem;
}

.p-service__image {
  width: 64.2rem;
  position: absolute;
  top: 3.5rem;
}

.p-servicecard {
  padding-left: 73rem;
  padding-bottom: 4rem;
}

.p-servicecard:last-child {
  padding-bottom: 0;
}

.p-servicecard__title {
  font-size: 2.263rem;
  letter-spacing: 0.05em;
  color: #399d26;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-servicecard__title .outline {
  font-size: 6.6rem;
  color: #FFF;
  -webkit-text-stroke: 0.2rem #399d26;
  text-stroke: 0.2rem #399d26;
  padding-left: 0.2em;
}

.p-service .c-text {
  color: #776157;
  line-height: 1.777;
}

/* **** WORKS **** */
.p-works {
  position: relative;
  max-height: 238rem;
  overflow: hidden;
}

.p-works__parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-works__parts .layer1 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-works__parts .layer1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  top: 4rem;
  z-index: -1;
}

.p-works__image {
  padding-top: 26.45rem;
  padding-top: 22.15rem;
}

.p-works__inner {
  padding-top: 9.7rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-works__detail {
  width: 100rem;
  margin: 0 auto;
  background: #FFF;
  border-radius: 3rem;
  margin-top: 5.5rem;
  padding: 6rem 5rem;
}

.p-workscard {
  padding-bottom: 10rem;
}

.p-workscard:last-child {
  padding-bottom: 0rem;
}

.p-workscard__title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.454;
  text-align: center;
  border: 1px solid #399d26;
  border-radius: 1rem;
  color: #399d26;
  font-weight: bold;
  font-weight: bold;
  height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
}

.p-workscard__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-workscard__image {
  width: 38rem;
}

.p-workscard__contens {
  width: 47rem;
}

.p-workscard__contens dl {
  display: flex;
  border-top: 1px solid #776157;
  border-bottom: 1px solid #776157;
}

.p-workscard__contens dl:nth-child(2) {
  border-top: none;
}

.p-workscard__contens dt {
  color: #399d26;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.777;
  padding: 0.75em 0.25em;
  width: 14rem;
}

.p-workscard__contens dd {
  color: #776157;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.777;
  padding: 0.75em 0.25em;
  width: calc(100% - 14rem);
}

.p-workscard__contens p {
  margin-top: 2.8rem;
  color: #776157;
  background: #daecd8;
  border-radius: 1rem;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.777;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-home-mv-copy {
    top: 8.8rem;
  }
  .p-home-mv-period {
    padding-top: 1rem;
    width: 57.3rem;
  }
  .p-home-mv-copy__image {
    width: 70.1rem;
  }
  .p-home-mv-item .p-home-mv-item__image:nth-child(1) {
    width: 35.5rem;
    top: initial;
    left: 0;
    bottom: 5.4rem;
  }
  .p-home-mv-item .p-home-mv-item__image:nth-child(2) {
    width: 35.4rem;
    top: initial;
    right: 0;
    bottom: 10.2rem;
  }
  .p-problem::before {
    height: 17.2rem;
    background: url(../assets/images/sp/img-problem-parts-sp.png);
    background-size: 100%;
  }
  .p-problem__list {
    width: 100%;
    padding-top: 3.5rem;
  }
  .p-problem__inner {
    padding-top: 20.5rem;
    padding-bottom: 5.5rem;
  }
  .p-problem__item:nth-child(1) {
    width: 32.4rem;
    margin-left: 4.1rem;
  }
  .p-problem__item:nth-child(2) {
    width: 32.6rem;
    margin-right: 4.1rem;
    padding-top: 2.3rem;
  }
  .p-problem__item:nth-child(3) {
    width: 34rem;
    margin-left: 3.8rem;
  }
  .p-problem__item:nth-child(4) {
    width: 33.5rem;
    margin-right: 2.3rem;
    padding-top: 2.3rem;
  }
  .p-resolve__cloud {
    width: 100%;
  }
  .p-resolve__inner {
    padding-top: 13.5rem;
    padding-bottom: 21rem;
  }
  .p-resolve__cloud img {
    width: 100%;
  }
  .p-resolve__box {
    flex-flow: column;
    width: 100%;
    padding-top: 2rem;
  }
  .p-resolve__box .p-resolve__imagearea {
    width: 43.9rem;
  }
  .p-resolve__box .p-resolve__textarea {
    width: 89.333%;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-cp::before {
    display: none;
  }
  .p-cp {
    padding-top: 11rem;
    padding-bottom: 12.5rem;
  }
  .p-cp__inner {
    position: relative;
  }
  .p-cp__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding-top: 1.5rem;
  }
  .p-cp__parts .layer2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  .p-cp__list {
    width: 100%;
    margin: 0 auto;
  }
  .p-cp__inner {
    padding-top: 0;
  }
  .p-cp__item {
    width: 89.333%;
  }
  .p-cp__item:nth-child(2) {
    width: 92%;
    margin-left: 2rem;
  }
  .p-cp__item:nth-child(3) {
    padding-bottom: 0;
  }
  .p-contact__parts img {
    width: 89.333%;
  }
  .p-step {
    background: none;
  }
  .p-step__inner {
    width: 89.333%;
    padding-top: 6.2rem;
  }
  .p-step__parts {
    display: none;
  }
  .p-step__image {
    padding-top: 0;
    margin-top: -4.3rem;
  }
  .p-service {
    padding-bottom: 8rem;
  }
  .p-service__detail {
    width: 89.333%;
    margin-top: 2rem;
  }
  .p-service__image {
    position: static;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .p-servicecard {
    padding-left: 0;
  }
  .p-servicecard__title {
    justify-content: center;
  }
  .p-works {
    max-height: initial;
  }
  .p-works__image {
    padding-top: 0;
  }
  .p-works__parts {
    display: none;
  }
  .p-works__detail {
    width: 89.333%;
    margin: 0 auto;
    margin-top: 6rem;
    padding: 7rem 2rem;
  }
  .p-workscard__image {
    width: 100%;
    padding-bottom: 3.2rem;
  }
  .p-workscard__image img {
    width: 37.8rem;
    margin: 0 auto;
  }
  .p-workscard__title {
    font-size: 3rem;
  }
  .p-workscard__contens {
    width: 100%;
  }
  .p-workscard__contens dl {
    padding: 0 2.4rem;
  }
  .p-workscard__contens dt {
    font-size: 2.6rem;
    width: 16rem;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
  }
  .p-workscard__contens dd {
    font-size: 2.6rem;
    width: calc(100% - 16rem);
    padding-left: 0;
    padding-right: 0;
  }
  .p-workscard__contens p {
    padding: 1.25em 1.5em;
    font-size: 2.6rem;
  }
  .p-workscard {
    padding-bottom: 19.5rem;
  }
}
.js_fade {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
}

.js_fade.is_fadeActive {
  opacity: 1;
  visibility: visible;
}

.fade1 {
  visibility: hidden;
  opacity: 0;
}

.fade1.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.fade2 {
  visibility: hidden;
  opacity: 0;
}

.fade2.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.fade3 {
  visibility: hidden;
  opacity: 0;
}

.fade3.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.fade4 {
  visibility: hidden;
  opacity: 0;
}

.fade4.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.fade5 {
  visibility: hidden;
  opacity: 0;
}

.fade5.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.fade6 {
  visibility: hidden;
  opacity: 0;
}

.fade6.is-animated {
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
}

.js-cloud {
  animation: cloud 3s ease-in infinite alternate both;
}

.js-cloud2 {
  animation: cloud2 3s ease-in infinite alternate both;
}

@keyframes cloud {
  0% {
    transform: translate(2px, 30px);
  }
  100% {
    transform: translate(-2px, 0px);
  }
}
@keyframes cloud2 {
  0% {
    transform: translate(-2px, 0px);
  }
  100% {
    transform: translate(2px, 30px);
  }
}
.js-rotate {
  animation: rotation 15s linear infinite;
}

.js-rotate2 {
  animation: rotation 20s linear infinite;
}

.js-r-rotate {
  animation: rotation2 15s linear infinite;
}

.js-r-rotate2 {
  animation: rotation2 20s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.js-twinkle {
  animation: twinkle 15s ease-in infinite alternate both;
}

.js-twinkle2 {
  animation: twinkle 20s ease-in infinite alternate both;
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.fix-btn.disp {
  opacity: 1;
  visibility: initial;
}

.fix-btn {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  width: 10.423rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fix-btn {
    width: 10.423rem;
    bottom: 15rem;
  }
}
.u-inner {
  width: 100%;
  max-width: 1620px;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */