@charset "UTF-8";
body {
  font-family: "Montserrat", "M PLUS Rounded 1c", sans-serif;
  color: #706957;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: flex;
  align-items: center;
  padding: 6px 0;
  width: 160px;
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #647f3a;
  text-align: center;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #647f3a;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #647f3a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .header__container {
  width: 100%;
  position: relative;
}
.header .header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
.header__logo img {
  width: 100px;
}
.header .header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header .header__menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header .header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header .header__nav-item + .header__nav-item {
  margin-top: 12px;
}
.header__nav-list {
  width: 250px;
  margin: 0 auto;
}
.header__nav-item .button__icon {
  width: 30px;
}
.header__nav-item .button__text {
  font-size: 18px;
}
.header .header__nav-sns {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 150px;
  margin: 50px auto;
}
.header .header__sns-link {
  width: 30px;
}

.fv__title-img {
  bottom: 200px;
  left: 300px;
  max-width: 315px;
  height: 90px;
  padding-top: 24px;
  padding-left: 96px;
}
.fv__heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.section {
  padding: 20px 0;
}
.section__inner {
  padding: 0 20px;
}
.section__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0em;
  border-bottom: dotted;
  width: 300px;
}
.section__head-main:first-letter {
  font-size: 120%;
  color: #8bb248;
}
.section__head-main--center {
  text-align: center;
}
.section__head-sub {
  font-size: 11px;
  margin-bottom: 2px;
  margin-top: 10px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 10px;
}

.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  text-align: center center;
  margin-bottom: 14px;
}
.service__item-name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: dotted #8bb248;
  border-width: 4px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #f7f8f2;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}

.about__container {
  text-align: center;
}
.about__img img {
  border-radius: 40%;
  margin-bottom: 40px;
  width: 200px;
}
.about__text-contents {
  text-align: left;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #f7f8f2;
}
.flow .section__lead-text {
  margin-bottom: 80px;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 3px dotted #8bb248;
  padding: 46px 16px 24px;
  background-color: #fff;
  border-radius: 10% 0;
}
.flow__item + .flow__item {
  margin-top: 50px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background-color: #647f3a;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__item-img {
  margin-top: 20px;
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.message__img {
  margin-bottom: 32px;
  border-radius: 10px 0 10px 0;
  text-align: center;
}
.message__img img {
  border-radius: 40%;
  width: 200px;
}
.message__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.message__text + .message__text {
  margin-top: 1em;
}

.page-bottom {
  color: #706957;
}
.page-bottom__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  align-items: center;
  letter-spacing: 0em;
  font-size: 15px;
}
.page-bottom__item--contact {
  background-color: #deddd8;
  padding: 10px;
}
.page-bottom__item--contact .page-button__text {
  display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
  border: dashed 1px #706957; /*線*/
  padding: 10px;
  width: 100px;
}
.page-bottom__item--x {
  background-color: #f0f0d4;
  padding: 10px;
}
.page-bottom__item--x .page-button__text {
  display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
  border: dashed 1px #706957; /*線*/
  padding: 10px;
  width: 100px;
}
.page-bottom__item--facebook {
  background-color: #f0f0d4;
  padding: 10px;
}
.page-bottom__item--facebook .page-button__text {
  display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
  border: dashed 1px #706957; /*線*/
  padding: 10px;
  width: 100px;
}
.page-bottom__item--instagram {
  background-color: #deddd8;
  padding: 10px;
}
.page-bottom__item--instagram .page-button__text {
  display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
  border: dashed 1px #706957; /*線*/
  padding: 10px;
  width: 100px;
}

/*contact*/
.contact {
  background-color: #f7f8f2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact__form {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.contact__fields {
  display: flex;
  flex-direction: column;
}

.button-submit {
  padding-bottom: 8px;
  font-size: 16px;
  max-width: 400px;
  text-align: center;
  display: block;
  min-height: 1px;
  background-color: #8bb248;
  border: none;
  color: #fff;
}
.button-submit:hover {
  background-color: #706957 !important;
}

.form-field {
  margin-bottom: 40px;
}

.form-field__heading {
  display: flex;
  gap: 10px;
  align-items: center;
}

label.form-field__label { /*labelはクリックでフォーカスできる*/
  cursor: pointer; /*- 「指マーク（ポインター）」に変わる*/
}

.form-field__label {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1px;
}

.form-field__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  margin-left: 10px;
  color: #fff;
  padding: 0.2em 0.6em;
  font-size: 12px;
  border-radius: 0;
  white-space: nowrap;
}

.form-field__tag.is-required {
  background-color: #e53935;
}

.form-field__tag.is-optional {
  background-color: #8bb248;
}

.form-field__item {
  margin-top: 10px;
  width: 100%;
}

.form-text,
.form-textarea {
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 160%;
  border: 1px solid #706957;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #deddd8;
}

.form-checkbox {
  font-size: 18px;
}

.form-checkbox input[type=checkbox] {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #f7f8f2;
}
.footercopy {
  font-size: 11px;
  font-family: "Montserrat", "M PLUS Rounded 1c", sans-serif;
}

/*---------------------------------
// pc
---------------------------------*/
@media screen and (min-width: 1025px) {
  .wrapper {
    display: flex;
  }
  .main {
    flex-basis: 80%;
  }
  .header {
    position: relative;
    flex-basis: 20%;
    padding: 10px 0;
  }
  .header .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 20px;
  }
  .header .header__logo {
    align-self: center;
    width: 200px;
  }
  .header .header__logo img {
    width: 200px;
  }
  .header .header__menu-button {
    display: none;
  }
  .header .header__contents {
    display: block;
    border: none;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .button {
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .section__inner {
    max-width: 944px;
    margin: 50px auto;
  }
  .section__head-main {
    font-size: 60px;
    letter-spacing: 0em;
    border-bottom: dotted;
    width: 400px;
  }
  .section__head-main:first-letter {
    font-size: 120%;
    color: #8bb248;
  }
  .section__head-sub {
    margin-top: 10px;
    font-size: 13px;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3%;
  }
  .service__item {
    background-color: #f0f0d4;
    padding: 20px;
    border-radius: 0 40px 40px 40px;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .service__item-name {
    margin-bottom: 20px;
    border-bottom: dotted #fff;
    border-width: 5px;
  }
  .service__item-img {
    margin-bottom: 20px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .works__item {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .works__item img {
    height: 300px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .about__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .about__img {
    text-align: center;
  }
  .about__img img {
    width: 70%;
    height: auto;
    margin-top: 100px;
    border-radius: 40%;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item {
    background-color: #fff;
    border-radius: 30px 0 30px 30px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .message__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .message__container__text-contents {
    text-align: left;
  }
  .form-field__item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .form-checkbox {
    width: calc(50% - 0.5rem);
  }
  .message__container .message__img {
    margin-top: 100px;
    margin-left: 30px;
    width: 300px;
  }
  .page-bottom__item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 16px;
  }
  .page-bottom__item--contact {
    background-color: #deddd8;
    padding: 10px;
  }
  .page-bottom__item--contact .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 150px;
  }
  .page-bottom__item--contact .page-button__text:first-letter {
    font-size: 120%;
    color: #647f3a;
  }
  .page-bottom__item--contact .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--instagram {
    background-color: #f0f0d4;
    padding: 10px;
  }
  .page-bottom__item--instagram .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 150px;
  }
  .page-bottom__item--instagram .page-button__text:first-letter {
    font-size: 120%;
    color: #647f3a;
  }
  .page-bottom__item--instagram .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--facebook {
    background-color: #deddd8;
    padding: 10px;
  }
  .page-bottom__item--facebook .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 150px;
  }
  .page-bottom__item--facebook .page-button__text:first-letter {
    font-size: 120%;
    color: #647f3a;
  }
  .page-bottom__item--facebook .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--x {
    background-color: #f0f0d4;
    padding: 10px;
  }
  .page-bottom__item--x .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 150px;
  }
  .page-bottom__item--x .page-button__text:first-letter {
    font-size: 120%;
    color: #647f3a;
  }
  .page-bottom__item--x .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
/*---------------------------------
// tb
---------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    align-self: center;
    width: 200px;
  }
  .header__logo img {
    width: 200px;
  }
  .section__head-main {
    font-size: 54px;
    width: 450px;
  }
  .section .section__inner {
    padding: 20px 20px;
  }
  .fv__contents {
    bottom: 50%;
    transform: translateY(50%);
  }
  .about__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .about__img img {
    width: 70%;
    height: auto;
    margin-top: 150px;
    border-radius: 40%;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 50px;
  }
  .message__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    text-align: left;
  }
  .message__img {
    width: 50%;
    height: auto;
    margin-top: 150px;
    border-radius: 40%;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 50px;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .works__item {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .works__item img {
    height: 300px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .page-bottom__item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 14px;
  }
  .page-bottom__item--contact .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 120px;
  }
  .page-bottom__item--contact .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--instagram .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 120px;
  }
  .page-bottom__item--instagram .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--facebook .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 120px;
  }
  .page-bottom__item--facebook .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-bottom__item--x .page-button__text {
    display: inline-block; /* テキストをブロック要素にすることで、borderが適用されます */
    border: dashed 1.5px #706957; /*線*/
    padding: 10px;
    width: 120px;
  }
  .page-bottom__item--x .page-button__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}/*# sourceMappingURL=style.css.map */