@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;
}
@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;
  }
}
html {
  scroll-behavior: smooth;
}

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

body {
  overflow-x: clip;
}

main {
  padding-bottom: 7.5rem;
}

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;
}

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

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

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

.reason {
  margin-top: 2.1875rem;
}

.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;
}

.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.625rem;
  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__text {
  width: 18.125rem;
  margin-inline: auto;
}

.line-fixed-btn__wrap {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.line-fixed-btn__link {
  display: block;
  width: 10.625rem;
}
.line-fixed-btn__link img {
  width: 100%;
  height: auto;
}

.group {
  margin-top: 2.1875rem;
}

.group__inner.inner {
  width: 100%;
  padding: 0 1.25rem;
}

.group__title {
  width: 100%;
}

.group__item + .group__item {
  margin-top: 1.25rem;
}

.group__item a img {
  padding: 0.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
}

.area {
  margin-top: 2.1875rem;
}

.area__inner.inner {
  width: 100%;
  padding: 0 2.5rem;
}

.area__title {
  width: 100%;
}

.area__tokyo {
  width: 100%;
}

.area__osaka {
  width: 100%;
}

.area__tokyo-btn img {
  margin-inline: auto;
}

.area__osaka-btn img {
  margin-inline: auto;
}

.area__list {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 0.625rem) / 2));
  gap: 0.625rem;
}

.area__tokyo-item img {
  width: 100%;
}

.negative-margin {
  margin-top: -5.3125rem;
}
@media screen and (max-width: 767px) {
  .negative-margin {
    margin-top: -2.1875rem;
  }
}

.area__osaka-item img {
  width: 100%;
}

.area__osaka {
  margin-top: 0.625rem;
}

.area__text-open {
  margin-top: -1.875rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .area__text-open {
    width: 80%;
    margin-inline: auto;
    margin-top: -1.375rem;
  }
}

.service {
  margin-top: 2.1875rem;
}

.service__inner.inner {
  width: 100%;
  position: relative;
}

.service__content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.service__content img {
  width: 100%;
  height: auto;
  display: block;
}

.service__movie {
  padding: 1.25rem;
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  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;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message {
  margin-top: 2.1875rem;
}

.message__inner.inner {
  width: 100%;
  position: relative;
}

.message__content {
  width: 100%;
  position: relative;
  z-index: -1;
}
.message__content img {
  width: 100%;
  height: auto;
  display: block;
}

.message__movie {
  padding: 1.25rem;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  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;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__link {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.benefit {
  margin-top: 2.1875rem;
}/*# sourceMappingURL=style.css.map */