@charset "UTF-8";
/*
  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;
  width: 100%;
  max-width: 100%;
}

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

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

#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none !important;
  padding: 0;
}

html {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  body {
    background: linear-gradient(90deg, rgb(178, 130, 71) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 83%, rgb(178, 130, 71) 100%);
  }
}

/*-----------表示制御------------*/
.se {
  display: block !important;
}
@media screen and (min-width: 376px) {
  .se {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .se {
    display: none !important;
  }
}

.mb {
  display: none !important;
}
@media screen and (min-width: 376px) {
  .mb {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .mb {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 376px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .pc {
    display: block !important;
  }
}

.pc-none {
  display: block !important;
}
@media screen and (min-width: 376px) {
  .pc-none {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .pc-none {
    display: none !important;
  }
}

/*----------------------------------*/
.main-container,
.footer {
  background-color: #FFFFFF;
}
@media screen and (min-width: 481px) {
  .main-container,
  .footer {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 7rem;
  }
}

.section__container {
  padding-top: 6.5rem;
}
@media screen and (min-width: 481px) {
  .section__container {
    padding-top: 3.25rem;
  }
}
@media screen and (min-width: 600px) {
  .section__container {
    padding-top: 9rem;
  }
}
.section__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.section__title {
  color: #7A5D31;
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: -0.75rem;
}
.section__sub-title {
  color: #7A5D31;
  font-size: 1.25rem;
  font-weight: 300;
}
.section__description {
  color: #7A5D31;
  font-size: 1.75rem;
  font-weight: 300;
}

/*---------左右のスペース--------*/
.side-space, .footer__container, .footer__head, iframe.youtube, .container-wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.side-space-lg, .scene__head-img, .merit__list, .achievement__pc-container, .achievement__content-list, .footer__logo, .ofice {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 376px) {
  .side-space-lg, .scene__head-img, .merit__list, .achievement__pc-container, .achievement__content-list, .footer__logo, .ofice {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 600px) {
  .side-space-lg, .scene__head-img, .merit__list, .achievement__pc-container, .achievement__content-list, .footer__logo, .ofice {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/*--------------------------------*/
.container-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------下の余白-------------*/
.mb-md, .landscape, .scene, .scene__head-img, .merit, .worries, .achievement, .btn {
  margin-bottom: 2rem;
}
@media screen and (min-width: 376px) {
  .mb-md, .landscape, .scene, .scene__head-img, .merit, .worries, .achievement, .btn {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 481px) {
  .mb-md, .landscape, .scene, .scene__head-img, .merit, .worries, .achievement, .btn {
    margin-bottom: 4rem;
  }
}

.mb-lg, .service__img, .service .flow, .message__img, .footer__logo, .footer__head, .ofice__item, .fv {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 376px) {
  .mb-lg, .service__img, .service .flow, .message__img, .footer__logo, .footer__head, .ofice__item, .fv {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 481px) {
  .mb-lg, .service__img, .service .flow, .message__img, .footer__logo, .footer__head, .ofice__item, .fv {
    margin-bottom: 4rem;
  }
}

/*--------------------------------*/
.info__phrase-img {
  margin-bottom: 3rem;
}
@media screen and (min-width: 481px) {
  .info__phrase-img {
    margin-bottom: 6rem;
  }
}

span.f-accent {
  font-size: 2.45rem;
}

.bg-img, .landscape__bg-img, .scene__bg-img, .merit__bg-img, .worries__bg-img, .achievement__bg-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 600px;
  display: block;
  margin: auto;
}

.header {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
  background-color: #ffffff;
}
.header__title {
  color: #CEB78D;
  font-weight: 300;
}
.header .space {
  margin-left: 2px;
}

.fv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .fv {
    margin-bottom: 0;
  }
}

.swiper {
  width: 100%;
}
.swiper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -2.25rem;
}

.btn {
  border-radius: 1rem;
  background-color: #B28147;
  font-weight: 300;
  width: 100%;
  max-width: 455px;
  font-size: 1.3rem;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}

.footer {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .footer__logo {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.footer__head {
  color: #7A5D31;
}
.footer__title {
  font-size: 2.5rem;
  border-bottom: 1px solid #7A5D31;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .footer__title {
    font-size: 1.75rem;
  }
}
.footer__head-wrap {
  max-width: 480px;
  margin: 0 auto;
}

.ofice {
  color: #7A5D31;
}
@media screen and (min-width: 481px) {
  .ofice {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.ofice a {
  text-decoration: none;
  color: #7A5D31;
}
@media screen and (min-width: 481px) {
  .ofice__list {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
  }
}
.ofice__item {
  font-size: 1.5rem;
  flex: 1;
}
.ofice__name {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.ofice .near-site-link {
  word-break: break-word;
}

.landscape {
  height: 289.0688259109lvw;
}
@media screen and (min-width: 481px) {
  .landscape {
    height: 88.9333333333lvw;
  }
}
@media screen and (min-width: 1024px) {
  .landscape {
    height: 910.6773333333px;
  }
}
.landscape__bg-img {
  background-image: url("../images/background_01.png");
  height: 1428px;
}
@media screen and (min-width: 481px) {
  .landscape__bg-img {
    background-image: url("../images/pc/background_01.png");
    height: 1334px;
  }
}
.landscape__img {
  margin-bottom: 12rem;
}
@media screen and (min-width: 376px) {
  .landscape__img {
    margin-bottom: 20rem;
  }
}

.scene {
  height: 289.0688259109lvw;
}
@media screen and (min-width: 481px) {
  .scene {
    height: 177.3333333333lvw;
  }
}
@media screen and (min-width: 1024px) {
  .scene {
    height: 1815.8933333333px;
  }
}
.scene__bg-img {
  background-image: url("../images/background_02.png");
  height: 1500px;
}
@media screen and (min-width: 481px) {
  .scene__bg-img {
    background-image: url("../images/pc/background_02.png");
    height: 2700px;
  }
}
.merit {
  height: 305.2631578947lvw;
}
@media screen and (min-width: 481px) {
  .merit {
    height: 79.6666666667lvw;
  }
}
@media screen and (min-width: 1024px) {
  .merit {
    height: 815.7866666667px;
  }
}
.merit__bg-img {
  background-image: url("../images/background_03.png");
  height: 1500px;
}
@media screen and (min-width: 481px) {
  .merit__bg-img {
    background-image: url("../images/pc/background_03.png");
    height: 1200px;
  }
}
.merit .section__title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 376px) {
  .merit .section__title {
    margin-bottom: 2rem;
  }
}
.merit__desc {
  word-wrap: break-word;
}
.merit__desc-text {
  color: #7A5D31;
  font-size: 1.3rem;
}
@media screen and (min-width: 481px) {
  .merit__desc-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .merit__desc-text {
    font-size: 1.25rem;
  }
}
.merit__list {
  margin-bottom: 9rem;
}
@media screen and (min-width: 376px) {
  .merit__list {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 481px) {
  .merit__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.merit__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 376px) {
  .merit__item {
    margin-bottom: 4rem;
  }
}
.merit__img {
  position: relative;
}
.merit__icon {
  position: absolute;
  left: 0px;
  top: 0;
  width: 64px;
  transform: translate(-35%, -35%);
}
@media screen and (min-width: 481px) {
  .merit__icon {
    transform: translate(-50%, -50%);
    width: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .merit__icon {
    transform: translate(-35%, -35%);
    width: 80px;
  }
}

.worries {
  height: 264.979757085lvw;
}
@media screen and (min-width: 481px) {
  .worries {
    height: 137.8lvw;
  }
}
@media screen and (min-width: 1024px) {
  .worries {
    height: 1411.072px;
  }
}
.worries__bg-img {
  background-image: url("../images/background_04.png");
  height: 1500px;
}
@media screen and (min-width: 481px) {
  .worries__bg-img {
    background-image: url("../images/pc/background_04+05.png");
    height: 2100px;
  }
}
.worries__example-img {
  margin-bottom: 1.5rem;
}
.worries__solution {
  color: #7A5D31;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.worries__solution-text {
  font-size: 1.3rem;
}
@media screen and (min-width: 376px) {
  .worries__solution-text {
    font-size: 1.6rem;
  }
}

.achievement {
  height: 196.5587044534lvw;
}
@media screen and (min-width: 481px) {
  .achievement {
    height: 137.8lvw;
  }
}
@media screen and (min-width: 1024px) {
  .achievement {
    height: 1411.072px;
  }
}
.achievement__bg-img {
  background-image: url("../images/background_06.png");
  height: 971px;
}
@media screen and (min-width: 481px) {
  .achievement__bg-img {
    background-image: url("../images/pc/background_04+05.png");
    height: 2100px;
  }
}
.achievement__img {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .achievement__img {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .achievement__img {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  .achievement__content-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    gap: 2rem;
  }
}
@media screen and (min-width: 481px) {
  .achievement__content-list__img {
    margin-bottom: 3rem;
  }
}
.achievement__content {
  color: #7A5D31;
  margin-bottom: 1rem;
}
@media screen and (min-width: 376px) {
  .achievement__content {
    margin-bottom: 2.5rem;
  }
}
.achievement__content-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 376px) {
  .achievement__content-title {
    margin-bottom: 1rem;
  }
}
.achievement__content-text {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-size: 1rem;
}
@media screen and (min-width: 376px) {
  .achievement__content-text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .achievement__content-text {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=style.css.map */