@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #231815;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-weight: 400;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

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

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-remove {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .lg-remove {
    display: none;
  }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-add {
    display: block;
  }
}

.lg-add {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-add {
    display: block;
  }
}

img {
  height: auto;
}

.footer {
  padding-bottom: 5rem;
}

.footer__inner.inner {
  height: 2rem;
  background-color: #fff;
  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;
}

.footer__copyright {
  color: #000;
  font-size: 0.625rem;
  font-weight: 400;
}

.inner {
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 40rem;
  }
}

.bg {
  padding-top: 4.375rem;
  max-width: 46.875rem;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  background: url(../img/bg.webp) no-repeat center center/cover;
  background-size: 6606/11739;
  background-position: top 0 right -200px;
  position: relative;
}

.mv__inner {
  width: 100%;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.reason__inner {
  width: 100%;
  padding: 0;
}

.bg_reason {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: url(../img/bg_reason.webp) no-repeat center center/cover;
}

.reason__title {
  width: 61.51%;
  margin-inline: auto;
}

.reason__list {
  margin-top: 1.375rem;
}

.reason__item + .reason__item {
  margin-top: 0.625rem;
}

.reason__item:nth-child(odd) {
  width: 98%;
  margin-left: auto;
}

.worries__inner {
  width: 100%;
  padding: 0;
}

.bg_worries {
  width: 100%;
  aspect-ratio: 1125/1338;
  background: url(../img/bg_worries.webp) no-repeat center center/100% auto;
}

.worries__title {
  padding-top: 3.5625rem;
  width: 81.07%;
  margin-inline: auto;
}

.worries__list {
  margin-top: 2.3125rem;
  width: 86.58%;
  margin-inline: auto;
}

.cta {
  margin-top: 2.5rem;
  padding-bottom: 2.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6a521));
  background: linear-gradient(180deg, #ffffff 0%, #f6a521 100%);
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 1.25rem;
  }
}

.cta__btn_teco {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cta__btn_teco {
    margin-top: 0.625rem;
  }
}

.cta__list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .cta__list {
    margin-top: 0.625rem;
  }
}

.works {
  margin-top: 2.1875rem;
}

.works__inner {
  width: 100%;
  padding: 0;
}

.works__title {
  width: 78.49%;
  margin-inline: auto;
}

.banner_works {
  width: 100%;
}

.bg_works {
  width: 100%;
  padding-bottom: 0.9375rem;
  background: url(../img/bg_works.webp) no-repeat center center/100% auto;
}

.works__list {
  padding-top: 1.5625rem;
  width: 97.16%;
  margin-inline: auto;
}

.works__item + .works__item {
  margin-top: 0.9375rem;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.transition-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.transition-overlay__content {
  text-align: center;
}

.transition-overlay__text {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .transition-overlay__text {
    font-size: 1.25rem;
  }
}

.line-fixed-btn {
  padding-top: 0.3125rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
}
.line-fixed-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.line-fixed-btn__text {
  width: 12.5rem;
  margin-inline: auto;
}

.line-fixed-btn__link {
  display: block;
  width: 12.5rem;
  margin-inline: auto;
}
.line-fixed-btn__link img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */