@charset "UTF-8";
@media (hover: hover) {
  * a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
  }
}
/* ========== 共通クラス ========== */
@media screen and (min-width: 769px) {
  *.none-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  *.none-sp {
    display: none;
  }
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}

@media (max-width: 1079px) {
  .wrapper {
    max-width: 900px;
  }
}
.inner {
  padding-inline: 40px;
}

@media (max-width: 1079px) {
  .inner {
    padding-inline: 20px;
  }
}
.head-group {
  display: flex;
  flex-direction: column-reverse;
}
.head-group .head--en {
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #C19878;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.head-group .head--ja {
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-block: 10px 20px;
}
.head-group .head--ja::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #222222;
}

html {
  font-family: "Barlow", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  position: relative;
}
@media (max-width: 1079px) {
  body.js-on {
    overflow: hidden;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding-block: 30px 20px;
  z-index: 10;
}
#header .header-container {
  width: 100%;
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
}
#header .header-container .header-head .header-logo {
  width: 175px;
  height: 24px;
  margin-inline: auto;
}
#header .header-container .header-head .header-toggle {
  display: none;
}
#header .header-container .header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
#header .header-container .header-nav .nav-list {
  display: flex;
  gap: 30px;
}
#header .header-container .header-nav .nav-list .nav-item a {
  position: relative;
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#header .header-container .header-nav .nav-list .nav-item a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -32px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #C19878;
  transition: all 0.2s;
}
#header .header-container .header-nav .nav-list .nav-item a:hover::after {
  width: 100%;
}
#header .header-container .header-nav .conversion-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#header .header-container .header-nav .conversion-list .nav-item--tel a {
  height: 40px;
  transition: filter 0.1s;
}
#header .header-container .header-nav .conversion-list .nav-item--tel a:hover {
  filter: brightness(80%);
}
#header .header-container .header-nav .conversion-list .nav-item--mail {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C19878;
  transition: filter 0.1s;
}
#header .header-container .header-nav .conversion-list .nav-item--mail:hover {
  filter: brightness(80%);
}
#header .header-container .header-nav .conversion-list .nav-item--mail a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-inline: 15px;
}
#header .header-container .header-nav .conversion-list .nav-item--instagram {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  background-color: #ffffff;
  transition: filter 0.1s;
}
#header .header-container .header-nav .conversion-list .nav-item--instagram:hover {
  filter: brightness(80%);
}
#header .header-container .header-nav .conversion-list .nav-item--instagram a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-inline: 15px;
}
#header .header-container .header-nav .conversion-list .nav-item--instagram a .icon {
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon-instagram.svg) no-repeat center center/contain;
}

@media (max-width: 1079px) {
  #header {
    padding-block: 0;
  }
  #header .inner {
    padding-right: 0;
  }
  #header .header-container .header-head {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #header .header-container .header-head .header-logo {
    width: 146px;
    height: 20px;
    margin-inline: 0 auto;
  }
  #header .header-container .header-head .header-toggle {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 0;
    cursor: pointer;
  }
  #header .header-container .header-head .header-toggle .toggle-bar {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 28px;
    height: 1px;
    background-color: #222222;
    transition: all 0.3s;
    z-index: 1;
  }
  #header .header-container .header-head .header-toggle .toggle-bar:nth-of-type(1) {
    top: 32px;
  }
  #header .header-container .header-head .header-toggle .toggle-bar:nth-of-type(3) {
    top: 24px;
  }
  #header .header-container .header-head .header-toggle.js-on .toggle-bar:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .header-container .header-head .header-toggle.js-on .toggle-bar:nth-of-type(2) {
    opacity: 0;
  }
  #header .header-container .header-head .header-toggle.js-on .toggle-bar:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header .header-container .header-nav {
    visibility: hidden;
    position: fixed;
    top: 56px;
    right: auto;
    bottom: auto;
    left: -100%;
    width: 100vw;
    height: calc(100vh - 56px);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    background-color: #ffffff;
    padding-inline: 20px;
    padding-block: 100px;
    overflow-y: overlay;
    transition: all 0.3s;
    opacity: 0;
    z-index: 10;
  }
  #header .header-container .header-nav .nav-list {
    align-items: flex-end;
    flex-direction: column;
  }
  #header .header-container .header-nav .nav-list .nav-item a {
    font-size: 14px;
    color: #222222;
  }
  #header .header-container .header-nav .conversion-list {
    width: 100%;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
  }
  #header .header-container .header-nav .conversion-list .nav-item--mail {
    width: 100%;
    height: 56px;
  }
  #header .header-container .header-nav .conversion-list .nav-item--instagram {
    width: 100%;
    height: 56px;
  }
  #header .header-container .header-nav.js-on {
    visibility: visible;
    left: 0;
    opacity: 1;
  }
}
#fixed-contact-pc {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 50px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #C19878;
  transition: filter 0.1s;
  z-index: 5;
}
#fixed-contact-pc:hover {
  filter: brightness(80%);
}

@media (max-width: 767px) {
  #fixed-contact-pc {
    display: none;
  }
}
#fixed-contact-sp {
  display: none;
}

@media (max-width: 767px) {
  #fixed-contact-sp {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    width: 100vw;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: initial;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.1em;
    background-color: #C19878;
    transition: filter 0.1s;
    z-index: 5;
  }
  #fixed-contact-sp:hover {
    filter: brightness(80%);
  }
  #fixed-contact-sp span {
    position: relative;
    width: 1em;
    height: 1em;
    background-color: #ffffff;
    -webkit-mask-image: url(../img/icon/icon-tel.svg);
            mask-image: url(../img/icon/icon-tel.svg);
    -webkit-mask-size: 1em 1em;
            mask-size: 1em 1em;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    margin-right: 1em;
  }
}
main {
  position: relative;
  margin-top: 144px;
}
@media (max-width: 1079px) {
  main {
    margin-top: 56px;
  }
}

#fv {
  position: relative;
  width: 100vw;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/動画.png) no-repeat center center/cover;
  z-index: 0;
}
#fv::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 8px;
  height: 108px;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/top/img_scroll-message.svg);
          mask-image: url(../img/top/img_scroll-message.svg);
  -webkit-mask-size: 8px 108px;
          mask-size: 8px 108px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 10;
  -webkit-animation: up-down 1s ease-out 0s infinite normal backwards;
          animation: up-down 1s ease-out 0s infinite normal backwards;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
#fv .fv-copy {
  position: relative;
  z-index: 1;
}
#fv .fv-copy .copy--ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#fv .fv-copy .copy--en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
#fv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(90%);
}

@media (max-width: 1079px) {
  #fv .fv-copy .copy--ja {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  #fv .fv-copy .copy--en {
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
}
#about {
  background-color: #F5F5F5;
  padding-block: 100px 120px;
}
#about .about-container {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
#about .about-container .section-head--about {
  position: relative;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}
#about .about-container .section-head--about::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #222222;
}
#about .about-container .about-content {
  margin-top: 40px;
}
#about .about-container .about-content .content-head {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#about .about-container .about-content .content-lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
#about .about-container .review-btn {
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border: 1px solid #222222;
  background-color: #ffffff;
  padding-left: 30px;
  margin-top: 40px;
  margin-inline: auto;
  transition: filter 0.1s;
}
#about .about-container .review-btn:hover {
  filter: brightness(80%);
}
#about .about-container .review-btn span {
  position: relative;
}
#about .about-container .review-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -35px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #222222;
  -webkit-mask-image: url(../img/icon/icon-star.svg);
          mask-image: url(../img/icon/icon-star.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}

#mission {
  position: relative;
  margin-top: 160px;
  overflow: hidden;
}
#mission::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1400px;
  height: 92px;
  background: url(../img/top/img-text-createhappiness.svg) no-repeat center center/contain;
  z-index: -1;
}
#mission .mission-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  margin-inline: auto;
}
#mission .mission-container .mission-content {
  width: 540px;
  flex-shrink: 1;
}
#mission .mission-container .mission-content .content-head {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#mission .mission-container .mission-content .content-lead {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
#mission .mission-container .mission-img {
  width: 420px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  #mission .mission-container {
    flex-direction: column;
  }
  #mission .mission-container .mission-content {
    width: 100%;
  }
  #mission .mission-container .mission-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
#service {
  margin-top: 160px;
}
#service .service-container .service-grid {
  width: 100vw;
  height: 37.4816983895vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
}
#service .service-container .service-grid .service-item {
  background-color: #110646;
  cursor: pointer;
  transition: filter 0.1s;
  pointer-events: none;
}
#service .service-container .service-grid .service-item:hover {
  filter: brightness(80%);
}
#service .service-container .service-grid .service-item:nth-child(1) {
  grid-area: 1/1/3/2;
}
#service .service-container .service-grid .service-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
#service .service-container .service-grid .service-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
#service .service-container .service-grid .service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  #service .service-container .service-grid {
    height: 100%;
    display: block;
  }
}
#gallery {
  margin-top: 160px;
}
#gallery .gallery-container .gallery-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  margin-top: 40px;
}
#gallery .gallery-container .gallery-list .gallery-item {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: filter 0.1s;
}
#gallery .gallery-container .gallery-list .gallery-item:hover {
  filter: brightness(80%);
}
#gallery .gallery-container .gallery-btn-lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-block: 60px 15px;
}
#gallery .gallery-container .gallery-btn {
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-color: #222222;
  padding-left: 30px;
  margin-inline: auto;
  transition: filter 0.1s;
}
#gallery .gallery-container .gallery-btn:hover {
  filter: brightness(80%);
}
#gallery .gallery-container .gallery-btn span {
  position: relative;
}
#gallery .gallery-container .gallery-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -35px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
#gallery .gallery-container #reviewLink--01 {
  margin-top: 60px;
}
#gallery .gallery-container #reviewLink--02 {
  margin-top: 20px;
}
#gallery .gallery-container #reviewLink--01,
#gallery .gallery-container #reviewLink--02 {
  display: flex;
  width: 100%;
  height: 124px;
  max-width: 440px;
  text-decoration: none;
  border: 2px solid #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  margin-inline: auto;
  transition: all 0.2s;
}
#gallery .gallery-container #reviewLink--01:hover,
#gallery .gallery-container #reviewLink--02:hover {
  border-color: #3D8DCC;
}
#gallery .gallery-container #reviewLink--01 .link-thumbnail,
#gallery .gallery-container #reviewLink--02 .link-thumbnail {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0 0 auto;
}
#gallery .gallery-container #reviewLink--01 .link-content,
#gallery .gallery-container #reviewLink--02 .link-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex: 1 1 auto;
  padding: 20px;
}
#gallery .gallery-container #reviewLink--01 .link-content h3,
#gallery .gallery-container #reviewLink--02 .link-content h3 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #C19878;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#gallery .gallery-container #reviewLink--01 .link-content h4,
#gallery .gallery-container #reviewLink--02 .link-content h4 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#gallery .gallery-container #reviewLink--01 .link-content p,
#gallery .gallery-container #reviewLink--02 .link-content p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#modal {
  display: none;
}
#modal.js-on {
  display: block;
}

#modal-overlay {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}
#modal-overlay::after {
  content: "";
  position: fixed;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 5px;
  width: 8px;
  height: 108px;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/top/img_scroll-message.svg);
          mask-image: url(../img/top/img_scroll-message.svg);
  -webkit-mask-size: 8px 108px;
          mask-size: 8px 108px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-animation: up-down 1s ease-out 0s infinite normal backwards;
          animation: up-down 1s ease-out 0s infinite normal backwards;
}
@keyframes up-down {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

#modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  cursor: pointer;
  z-index: 22;
}

#modal-container {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: overlay;
  z-index: 21;
}
#modal-container .modal-list {
  display: none;
}
#modal-container .modal-list.js-on {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 20px;
  margin-inline: auto;
}
#modal-container .modal-list.js-on .modal-item {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#modal-container .modal-list.js-on .modal-item.before::after {
  content: "Before";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #C19878;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-color: #ffffff;
  padding: 5px 10px;
  z-index: 1;
}
#modal-container .modal-list.js-on .modal-item.after::after {
  content: "After";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #C19878;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-color: #ffffff;
  padding: 5px 10px;
  z-index: 1;
}

@media (max-width: 1079px) {
  #gallery .gallery-container .gallery-list {
    grid-template-columns: repeat(2, auto);
  }
}
#guarantee {
  background-color: #F5F5F5;
  padding-block: 80px;
  margin-top: 160px;
}
#guarantee .guarantee-container .section-head--guarantee {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#guarantee .guarantee-container .guarantee-content {
  width: 100%;
  display: flex;
  gap: 80px;
  margin-top: 80px;
}
#guarantee .guarantee-container .guarantee-content .guarantee-item {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
#guarantee .guarantee-container .guarantee-content .guarantee-item .item-icon {
  width: 50px;
  margin-inline: auto;
}
#guarantee .guarantee-container .guarantee-content .guarantee-item .item-head {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
#guarantee .guarantee-container .guarantee-content .guarantee-item .item-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 25px;
}

@media (max-width: 1079px) {
  #guarantee .guarantee-container .guarantee-content {
    flex-direction: column;
    gap: 80px;
  }
  #guarantee .guarantee-container .guarantee-content .guarantee-item {
    width: 100%;
  }
}
#flow {
  margin-top: 160px;
}
#flow .flow-container .section-head--flow {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#flow .flow-container .flow-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}
#flow .flow-container .flow-content .flow-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
#flow .flow-container .flow-content .flow-item::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 0;
  transform: translateY(50%);
  width: 18px;
  height: 10px;
  background: url(../img/icon/icon-arrow-down.svg) no-repeat center center/contain;
  z-index: 1;
}
#flow .flow-container .flow-content .flow-item:last-child::after {
  display: none;
}
#flow .flow-container .flow-content .flow-item .item-head-group {
  width: 180px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
#flow .flow-container .flow-content .flow-item .item-head-group .item-head--ja {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#flow .flow-container .flow-content .flow-item .item-head-group .item-head--en {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #C19878;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#flow .flow-container .flow-content .flow-item .item-text {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (max-width: 1079px) {
  #flow .flow-container .flow-content .flow-item {
    flex-direction: column;
    gap: 20px;
  }
}
#access {
  margin-top: 160px;
}
#access .access-container .head-group .head--en {
  text-align: center;
}
#access .access-container .head-group .head--ja {
  text-align: center;
}
#access .access-container .head-group .head--ja::after {
  left: 50%;
  transform: translateX(-50%);
}
#access .access-container iframe {
  width: 100vw;
  height: 480px;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
}

#company {
  margin-block: 160px;
}
#company .company-container .company-table {
  width: 100%;
  max-width: 500px;
  margin-top: 80px;
}
#company .company-container .company-table tr {
  display: flex;
  gap: 20px;
  border-top: 1px solid #222222;
  padding-block: 20px;
}
#company .company-container .company-table tr:last-child {
  border-bottom: 1px solid #222222;
}
#company .company-container .company-table tr th {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#company .company-container .company-table tr td {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #222222;
  padding-block: 80px 80px;
}
#footer::after {
  content: "";
  position: absolute;
  top: -233px;
  right: 40px;
  width: 600px;
  height: 243px;
  background: url(../img/company/company-illust.svg) no-repeat center center/contain;
  z-index: 1;
}
#footer .footer-container #commercial {
  border: 1px solid #ffffff;
  border-radius: 12px;
}
#footer .footer-container .contact-banner {
  display: block;
  transition: filter 0.1s;
  margin-top: 80px;
}
#footer .footer-container .contact-banner:hover {
  filter: brightness(80%);
}
#footer .footer-container .info-group {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 80px;
}
#footer .footer-container .info-group .tel-link {
  display: inline-block;
  transition: filter 0.1s;
}
#footer .footer-container .info-group .tel-link:hover {
  filter: brightness(80%);
}
#footer .footer-container .info-group .tel-link img {
  width: 235px;
}
#footer .footer-container .info-group .nav .nav-list {
  display: flex;
  gap: 30px;
}
#footer .footer-container .info-group .nav .nav-list .nav-item a {
  position: relative;
  text-decoration: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#footer .footer-container .info-group .nav .nav-list .nav-item a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F5F5F5;
  transition: all 0.1s;
}
#footer .footer-container .info-group .nav .nav-list .nav-item a:hover::after {
  width: 100%;
}
#footer .footer-container hr {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-block: 40px;
}
#footer .footer-container .copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border-top: 1px solid #222222;
}

@media (max-width: 1079px) {
  #footer::after {
    top: -131px;
    right: 20px;
    width: 335px;
    height: 136px;
  }
  #footer .footer-container #commercial {
    border-radius: 8px;
  }
  #footer .footer-container .contact-banner {
    margin-top: 60px;
  }
  #footer .footer-container .info-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    margin-top: 60px;
  }
  #footer .footer-container .info-group .nav .nav-list {
    flex-direction: column;
  }
}
/* ================================================================================================
#pageHeader（下層ページヘッダー）
================================================================================================ */
#pageHeader {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/review/pageHeader-bg.jpg) no-repeat center center/cover;
}
#pageHeader hgroup {
  display: flex;
  flex-direction: row-reverse;
}
#pageHeader hgroup .page-title--ja {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-inline: 20px;
  border-left: 1px solid #ffffff;
}
#pageHeader hgroup .page-title--en {
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-inline: 20px;
}

/* ================================================================================================
#customerVoice（お客様の声）
================================================================================================ */
#customerVoice {
  padding-block: 60px;
}
#customerVoice .wrapper {
  /* ----- セクション見出し ----- */
  /* ----- レビュー画像リスト ----- */
  /* ----- レビューコメントリスト ----- */
  /* ----- ホームリンク ----- */
}
#customerVoice .wrapper .review-title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}
#customerVoice .wrapper .review-title::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #220C8B;
  z-index: 1;
}
#customerVoice .wrapper .review-img__list {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  margin-top: 40px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #customerVoice .wrapper .review-img__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#customerVoice .wrapper .review-comment__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  background-color: #E9F3FF;
  padding: 40px;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
}
#customerVoice .wrapper .review-comment__list li {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-inline: auto;
}
#customerVoice .wrapper .review-comment__list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#customerVoice .wrapper .review-comment__list li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#customerVoice .wrapper .review-comment__list li p {
  flex: 1 1 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.06em;
  border: 2px solid #3D8DCC;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
#customerVoice .wrapper .review-comment__list li:nth-of-type(even) p {
  border-color: #E6B47A;
}
@media (max-width: 767px) {
  #customerVoice .wrapper .review-comment__list {
    padding: 40px 20px;
  }
  #customerVoice .wrapper .review-comment__list li {
    gap: 10px;
  }
  #customerVoice .wrapper .review-comment__list li img {
    width: 60px;
    height: 60px;
  }
  #customerVoice .wrapper .review-comment__list li p {
    font-size: 12px;
    padding: 15px;
  }
}
#customerVoice .wrapper #homeLink {
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-color: #222222;
  padding-left: 30px;
  margin-block: 40px 200px;
  margin-inline: auto;
  transition: filter 0.1s;
  position: relative;
}
#customerVoice .wrapper #homeLink:hover {
  filter: brightness(80%);
}
#customerVoice .wrapper #homeLink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 45px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/icon/icon-arrow-left.svg);
          mask-image: url(../img/icon/icon-arrow-left.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */