*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  background: #faf3ee;
}

body {
  color: #0a0a0a;
  font-family: "YuGothic", "游ゴシック", "Noto Sans JP", "MS ゴシック",
    "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.l-header {
  background-color: #faf3ee;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  max-width: 100%;
  padding: 10px 40px;
  width: 1200px;
  width: 1280px;
}

.p-header__logo {
  width: 30%;
}

.p-header-nav {
  display: flex;
}

.p-header-nav__item:not(:first-child) {
  margin-left: 15px;
}

.c-header-tel a {
  background-color: #ff7025;
  border-radius: 10px;
  display: inline-block;
  height: 100px;
  padding: 16px 20px;
}

.c-header-tel__inner {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  padding-left: 60px;
  position: relative;
  text-align: center;
}

.c-header-tel__inner::before {
  background: transparent url(../img/icon-tel.svg) center center/cover no-repeat;
  content: "";
  height: 68px;
  left: 0%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 45px;
}

.c-header-tel__inner span {
  color: #0a0a0a;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.c-header-line {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.c-header-line a {
  background-color: #54c525;
  border-radius: 10px;
  display: inline-block;
  height: 100px;
  padding: 12px 20px;
}

.c-header-line__inner {
  padding-top: 55px;
  position: relative;
}

.c-header-line__inner::before {
  background: transparent url(../img/icon-line.png) center center/contain
    no-repeat;
  content: "";
  height: 48px;
  left: 50%;
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  width: 50px;
}

.c-header-mail {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.c-header-mail a {
  background-color: #3398bb;
  border-radius: 10px;
  display: inline-block;
  height: 100px;
  padding: 12px 20px;
}

.c-header-mail__inner {
  padding-top: 55px;
  position: relative;
}

.c-header-mail__inner::before {
  background: transparent url(../img/icon-mail.svg) center center/contain
    no-repeat;
  content: "";
  height: 48px;
  left: 50%;
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  width: 50px;
}

.l-fv {
  background: transparent url(../img/bg-fv.JPG) center center/cover no-repeat;
  margin-top: 120px;
  padding: 50px 0 0;
  width: 100%;
}

.l-fv__inner {
  margin: 0px auto 0;
  max-width: 1000px;
  padding: 0 100px;
  width: 100%;
}

.l-slide {
  background-color: #488f09;
  width: 100%;
}

.l-slide__head,
.l-slide__foot {
  margin: 0 auto;
  overflow: visible;
  padding: 0 40px;
  padding-top: 4%;
  position: relative;
  width: 30%;
}

.l-slide__head img,
.l-slide__foot img {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.l-slide__foot {
  bottom: 10px;
}

.l-slide__body {
  margin: 0 auto;
  max-width: 1900px;
  width: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 245/182;
  object-fit: cover;
}

.l-sec-1 {
  width: 100%;
}

.p-contact__head {
  background: #498e09;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  padding: 40px 24px;
  text-align: center;
  width: 100%;
}

.p-contact__head span {
  color: #fffc00;
}

.p-contact__body {
  background: #f9f1eb;
}

.p-contact-body {
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 16px 60px;
  text-align: center;
  width: 580px;
}

.p-contact-body__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 30px;
  position: relative;
  text-align: center;
}

.p-contact-body__title span {
  background: linear-gradient(to bottom, transparent 60%, #fffc00 40%);
}

.p-contact-body__title::before,
.p-contact-body__title::after {
  content: "";
  height: 36px;
  position: absolute;
  width: 36px;
}

.p-contact-body__title::before {
  background: transparent url(../img/slash-left.png) center center/contain
    no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact-body__title::after {
  background: transparent url(../img/slash-right.png) center center/contain
    no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-tel-box {
  margin-bottom: 25px;
  text-align: center;
}

.p-tel-box a {
  background-color: #fff;
  border: 5px solid #ef1105;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 20px 80px;
}

.p-tel-box__num {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 86px;
  position: relative;
  white-space: nowrap;
}

.p-tel-box__num::after {
  background: transparent url(../img/tel-icon@2x.png) center center/contain
    no-repeat;
  content: "";
  height: 40px;
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

.p-tel-box__time {
  color: #ef1105;
  font-size: 20px;
}

.p-other-box {
  background-color: #fff;
  border: 5px solid #ff7224;
  border-radius: 20px;
  line-height: 1;
  padding: 20px 30px;
  text-align: center;
}

.p-other-box__head {
  display: flex;
  margin-bottom: 15px;
}

.p-other-box__tag {
  background-color: #ff7224;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  white-space: nowrap;
}

.p-other-box__tag span {
  padding-left: 30px;
  position: relative;
}

.p-other-box__tag span::before {
  content: "";
  height: 25px;
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.p-other-box__tag:not(:first-child) {
  margin-left: 8px;
}

.p-other-box__tag--phone span::before {
  background: transparent url(../img/icon-phone-tag.svg) center center/contain
    no-repeat;
}

.p-other-box__tag--24 span::before {
  background: transparent url(../img/icon-24-tag.svg) center center/contain
    no-repeat;
}

.p-other-box-body-item {
  background: red;
  border-radius: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}

.p-other-box-body-item a {
  display: block;
  padding: 34px 0px 34px 100px;
}

.p-other-box-body-item:not(:first-child) {
  margin-top: 15px;
}

.p-other-box-body-item span {
  padding-left: 85px;
  position: relative;
}

.p-other-box-body-item span::before {
  content: "";
  height: 40px;
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

.p-other-box-body-item--line {
  background: #54c525;
}

.p-other-box-body-item--line span::before {
  background: transparent url(../img/icon-line.png) center center/contain
    no-repeat;
}

.p-other-box-body-item--mail {
  background: #3398bb;
}

.p-other-box-body-item--mail span::before {
  background: transparent url(../img/icon-mail.svg) center center/contain
    no-repeat;
}

.p-works {
  background-color: #faf3ee;
}

.p-works__head {
  background: transparent url(../img/works-head-bg.png) center center/cover
    no-repeat;
  height: 200px;
  position: relative;
  width: 100%;
}

.p-works__head::before {
  background: transparent url(../img/works-head@2x.png) center center/contain
    no-repeat;
  content: "";
  height: 125px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}

.p-works__body {
  margin: 0 auto;
  max-width: 100%;
  padding: 60px 20px;
  width: 1040px;
}

.p-works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.p-works-list__item {
  width: 47%;
}

.p-work-card {
  align-items: center;
  background: #498e09;
  display: flex;
  padding: 10px 14px;
}

.p-work-card__img {
  overflow: hidden;
  padding-top: 40%;
  position: relative;
  width: 55%;
}

.p-work-card__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-work-card__body {
  padding-left: 10px;
  width: 45%;
}

.p-work-card__cat {
  border-bottom: dotted 2px #fff;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 8px;
}

.p-work-card__cat span {
  background: #fff;
  border-radius: 14px;
  color: #498e09;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 8px;
}

.p-work-card__company {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 8px;
}

.p-work-card__company span {
  background: #fff;
  border-radius: 14px;
  color: #498e09;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 8px;
}

.p-work-card__btn {
  display: block;
  text-align: center;
}

.p-work-card__btn a {
  background: #ef1105;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.l-sec-2 {
  background: transparent url(../img/bg-sec2.JPG) center center/cover no-repeat;
  padding: 50px 0 40px;
  position: relative;
  width: 100%;
}

.l-sec-2__triangle {
  background: transparent url(../img/triangle-sp.png) center top 0px / contain
    no-repeat;
  height: 17%;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.l-sec-2__main {
  margin: 0 auto;
  max-width: 620px;
  padding: 0 20px;
  width: 100%;
}

.l-flow {
  background: #fff;
  padding: 40px 0 60px;
  width: 100%;
}

.l-flow__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1040px;
}

.l-faq {
  background: #fff;
  padding-bottom: 60px;
}

.l-faq__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1040px;
}

.p-faq__title {
  margin-bottom: 40px;
  text-align: center;
}

.p-faq__title span {
  background: #faf3ee;
  border-radius: 50px;
  color: #ff6f25;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 50px;
}

.p-faq__item:not(:first-child) {
  margin-top: 40px;
}

.p-faq-sec {
  width: 100%;
}

.p-faq-sec__question {
  background: #ff6f25;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  padding: 40px 0 40px 40px;
}

.p-faq-sec__question span {
  padding-left: 75px;
  position: relative;
}

.p-faq-sec__question span::before {
  background: #fff;
  border-radius: 50%;
  color: #ff6f25;
  content: "Q";
  height: 50px;
  left: 0%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.p-faq-sec__answer {
  background: #faf3ee;
  display: none;
  font-size: 20px;
  padding: 30px 30px 30px 40px;
}

.p-faq__item:nth-child(even) .p-faq-sec__question {
  background: #bf531b;
}

.l-footer {
  background-color: #000000;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 30px 0;
  width: 100%;
}

.p-footer__head {
  margin-bottom: 30px;
  text-align: center;
}

.p-footer__dl {
  margin: 0 auto;
  width: 440px;
}

.p-footer__row {
  display: flex;
}

.p-footer__row:not(:first-child) {
  margin-top: 30px;
}

.p-footer__dt {
  width: 240px;
}

.l-sp-cta {
  bottom: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1000;
}

.p-sp-cta {
  background-color: #f8efe6;
  padding: 10px 25px 3px;
}

.p-sp-cta__head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}

.p-sp-cta__head span {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}

.p-sp-cta__head span::before,
.p-sp-cta__head span::after {
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.p-sp-cta__head span::before {
  background: transparent url(../img/sp-cta-left.png) center center/contain
    no-repeat;
  left: 0;
}

.p-sp-cta__head span::after {
  background: transparent url(../img/sp-cta-right.png) center center/contain
    no-repeat;
  right: 0;
}

.p-sp-cta__body {
  display: flex;
  justify-content: space-between;
}

.p-sp-cta__item {
  width: 27%;
}

.p-sp-cta__item--wide {
  width: 40%;
}

.p-sp-ctaBtn__inner {
  background-color: #ff7025;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
}

.p-sp-ctaBtn__inner span {
  display: block;
  margin-top: 45px;
  position: relative;
}

.p-sp-ctaBtn__inner span::before {
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: -160%;
  transform: translateX(-50%);
  width: 40px;
}

.p-sp-ctaBtn--tel > .p-sp-ctaBtn__inner {
  background-color: #ff7025;
}

.p-sp-ctaBtn--tel > .p-sp-ctaBtn__inner span::before {
  background: transparent url(../img/icon-tel.svg) center center/contain
    no-repeat;
  height: 40px;
  top: -200%;
}

.p-sp-ctaBtn--line > .p-sp-ctaBtn__inner {
  background-color: #54c525;
}

.p-sp-ctaBtn--line > .p-sp-ctaBtn__inner span::before {
  background: transparent url(../img/icon-line.png) center center/contain
    no-repeat;
}

.p-sp-ctaBtn--mail > .p-sp-ctaBtn__inner {
  background-color: #3398bb;
}

.p-sp-ctaBtn--mail > .p-sp-ctaBtn__inner span::before {
  background: transparent url(../img/icon-mail.svg) center center/contain
    no-repeat;
}

.u-separate {
  margin-bottom: 24px;
  margin-top: 24px;
}

.u-only-sp {
  display: none;
}

.u-hidden-text {
  display: none;
  font-size: 0;
  line-height: 0;
}

.u-hover {
  transition: all 0.3s ease;
}

.u-hover:hover,
.u-hover:focus {
  opacity: 0.5;
}

.u-box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1100px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .p-header {
    padding: 8px 8px 8px 15px;
  }

  .p-header__logo {
    width: 150px;
  }

  .c-header-tel a {
    height: 50px;
    padding: 8px 10px;
  }

  .c-header-tel__inner {
    font-size: 18px;
    padding-left: 30px;
  }

  .c-header-tel__inner::before {
    background: transparent url(../img/icon-tel-sp.svg) center top 0px / cover
      no-repeat;
    height: 25px;
    top: -2px;
    transform: translateY(0%);
    width: 25px;
  }

  .c-header-tel__inner span {
    font-size: 10px;
  }

  .l-fv {
    margin-top: 38.5px;
    margin-top: 50px;
    padding-top: 10px;
  }

  .p-works-list {
    gap: 20px;
  }

  .p-work-card__cat {
    font-size: 13px;
    padding-bottom: 4px;
  }

  .p-work-card__cat span {
    border-radius: 7px;
    font-size: 15px;
    padding: 2px 4px;
  }

  .p-work-card__company {
    font-size: 13px;
    padding-bottom: 4px;
  }

  .p-work-card__company span {
    border-radius: 7px;
    font-size: 15px;
    padding: 2px 4px;
  }

  .p-work-card__btn a {
    font-size: 13px;
    padding: 5px;
  }

  .u-only-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-fv__inner {
    padding: 0 10px;
  }

  .l-slide__head,
  .l-slide__foot {
    padding-top: 8%;
    width: 71%;
  }

  .l-slide__head img {
    top: 40%;
  }

  .l-slide__foot img {
    top: 70%;
  }

  .p-contact__head {
    font-size: 22px;
    padding: 24px 0px;
  }

  .p-contact-body {
    padding: 5px 22px 16px;
    width: 100%;
  }

  .p-contact-body__title {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0 18px;
  }

  .p-contact-body__title::before,
  .p-contact-body__title::after {
    height: 18px;
    width: 18px;
  }

  .p-tel-box {
    margin-bottom: 15px;
  }

  .p-tel-box a {
    border: 3px solid #ef1105;
    border-radius: 10px;
    padding: 12px 50px;
  }

  .p-tel-box__num {
    font-size: 24px;
    margin-bottom: 5px;
    padding-left: 40px;
  }

  .p-tel-box__num::after {
    background: transparent url(../img/tel-icon@2x.png) center center/contain
      no-repeat;
    content: "";
    height: 20px;
    width: 35px;
  }

  .p-tel-box__time {
    font-size: 12px;
  }

  .p-other-box {
    border-radius: 10px;
    border-width: 3px;
    padding: 12px;
  }

  .p-other-box__head {
    justify-content: center;
    margin-bottom: 10px;
  }

  .p-other-box__tag {
    border-radius: 10px;
    font-size: 12px;
    padding: 6px 16px;
  }

  .p-other-box__tag span {
    padding-left: 15px;
  }

  .p-other-box__tag span::before {
    content: "";
    height: 14px;
    width: 14px;
  }

  .p-other-box__tag:not(:first-child) {
    margin-left: 4px;
  }

  .p-other-box-body-item {
    border-radius: 10px;
    font-size: 18px;
    margin: 0 auto;
    max-width: 310px;
  }

  .p-other-box-body-item a {
    padding: 14px 0px 14px 70px;
  }

  .p-other-box-body-item:not(:first-child) {
    margin-top: 10px;
  }

  .p-other-box-body-item span {
    padding-left: 40px;
  }

  .p-other-box-body-item span::before {
    content: "";
    height: 26px;
    width: 40px;
  }

  .p-works__head {
    height: 100px;
  }

  .p-works__head::before {
    content: "";
    height: 60px;
    width: 250px;
  }

  .p-works__body {
    padding: 26px 20px;
  }

  .p-works-list__item {
    width: 100%;
  }

  .p-work-card {
    padding: 5px 7px;
  }

  .p-work-card__body {
    padding-left: 5px;
  }

  .l-sec-2 {
    padding: 80px 0 28px;
  }

  .l-reason {
    background-color: #f8efe6;
    padding-bottom: 20px;
  }

  .l-flow {
    padding: 0;
  }

  .l-flow__inner {
    padding: 0;
  }

  .l-faq {
    padding: 25px 0;
  }

  .p-faq__title {
    margin-bottom: 20px;
  }

  .p-faq__title span {
    font-size: 20px;
    padding: 10px 25px;
  }

  .p-faq__item:not(:first-child) {
    margin-top: 20px;
  }

  .p-faq-sec__question {
    font-size: 14px;
    padding: 14px 5px;
  }

  .p-faq-sec__question span {
    display: block;
    padding-left: 40px;
  }

  .p-faq-sec__question span::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .p-faq-sec__answer {
    font-size: 14px;
    padding: 14px 5px;
  }

  .l-footer {
    font-size: 11px;
    padding: 15px 0;
  }

  .p-footer__head {
    margin-bottom: 15px;
  }

  .p-footer__dl {
    width: 220px;
  }

  .p-footer__row:not(:first-child) {
    margin-top: 15px;
  }

  .p-footer__dt {
    width: 120px;
  }

  .u-hidden-sp {
    display: none;
  }

  .u-only-sp {
    display: block;
  }
}
