@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=PT+Sans+Narrow&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

html {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 initial 0.5rem;
  font: inherit inherit 500 unset/1.2 inherit;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

abbr[title],
abbr[data-bs-original-title],
acronym[title],
acronym[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
  margin: 0 0 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin: 0 0 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

nav li {
  list-style: none;
  padding: 0;
}

nav li::before {
  content: "​";
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
}

a:focus {
  outline: thin dotted;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  line-height: 1.5;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho","Noto Serif JP", "serif";
  color: #004E3D;
  background-color: #F4F4EF;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 13px;
  }
}

.en {
  font-family: 'PT Sans Narrow', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #004E3D;
}

.pc {
  display: block;
}

@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 576px) {
  .sp {
    display: block;
  }
}

.container {
  width: 80%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 95%;
  }
}

.btn, .btn__dark {
  display: block;
  color: #004E3D;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  padding: 24px 0px;
  text-align: center;
  border: 1px solid #004E3D;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 238px;
}

.btn__dark {
  background-color: #004E3D;
  color: #ffffff;
}

.btn:hover, .btn__dark:hover {
  color: #004E3D;
  background-color: #ffffff;
  border: 2px solid #004E3D;
  padding: 23px 14px;
}

.btn-more:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.leaf__logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ta-l {
  text-align-last: left;
}

.section {
  margin-top: 77px;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .tel {
    margin: 0 auto;
  }
}

.tel span {
  display: block;
  font-size: 16px;
  line-height: 70px;
  margin-right: 10px;
}

.tel strong {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 70px;
}

.block {
  display: block;
  margin: 0 auto;
}

.header {
  padding: 40px;
}

@media screen and (max-width: 576px) {
  .header {
    padding: 0;
  }
}

.mv {
  position: relative;
  background: url(../img/mv-pc.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 57.5%;
  overflow: hidden;
}

.mv__img {
  width: 100%;
}

.mv__mes {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  font-size: 32px;
  top: 10%;
  right: 10%;
  color: #ffffff;
  z-index: 10;
  width: 183px;
}

.mv__ttl {
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv__mes {
    top: 5%;
    width: 140px;
  }
  .mv__ttl {
    width: 130px;
    bottom: 5%;
  }
}

@media screen and (max-width: 576px) {
  .mv {
    padding: 20px;
    background: url(../img/mv-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mv__mes {
    position: static;
    display: block;
    width: 130px;
    margin: 30px auto 60px;
  }
  .mv__ttl {
    position: static;
    width: 130px;
    margin: 20px auto 30px;
  }
}

.about {
  background-color: #ffffff;
  margin-left: 35%;
  padding: 70px;
}

@media screen and (max-width: 768px) {
  .about {
    margin-left: 0;
    padding: 70px 5%;
  }
}

.txt-wrapper {
  margin-bottom: 1.5rem;
  line-height: 2.0rem;
}

.sns-wrapper .fl_facebook {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sns-wrapper .fl_facebook {
    width: 100%;
    margin-bottom: 77px;
  }
}

.sns-wrapper .fl_instagram {
  width: 600px;
}

.sns-wrapper .fl_instagram iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .sns-wrapper .fl_instagram {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .sns-wrapper .fl_instagram iframe {
    width: 100%;
    height: 270px;
  }
}

.sns-wrapper p {
  font-size: 26px;
  font-weight: bold;
}

.contact {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .contact__btn {
    margin: auto;
  }
}

.contact .container {
  max-width: 600px;
}

.contact .fl {
  vertical-align: middle;
}

.form {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .form p {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .form {
    line-height: 1.7;
  }
}

.form__inner {
  background-color: #ffffff;
  text-align: center;
  padding: 100px 10%;
}

.form__inner p {
  line-height: 2.0rem;
}

@media screen and (max-width: 768px) {
  .form__inner {
    padding: 100px 5%;
  }
}

.form__ttl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.form dl {
  display: block;
  margin-bottom: 30px;
  font-family: "MS Pゴシック", sans-serif;
}

.form dl .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  vertical-align: middle;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .form dl .fl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form dl .fl dt {
  margin-right: 20px;
  position: relative;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .form dl .fl dt {
    text-align: left;
    padding-bottom: 5px;
  }
}

.form dl .fl dd {
  display: block;
  width: calc(100% - 230px);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .form dl .fl dd {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 768px) {
  .form dl .fl dd {
    width: 100%;
  }
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-right: auto;
  border: 1px solid #004E3D;
}

.form input#postal {
  width: 8em;
}

.form textarea {
  width: 100%;
  height: 240px;
  padding: 15px 10px;
  border: 1px solid #004E3D;
}

.form .btn-wrapper {
  margin: 0;
  margin-top: 60px;
}

.form .tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.form .must::before {
  content: "必須";
  display: inline-block;
  background-color: #FF4848;
  width: 30px;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 0;
  margin-right: 10px;
  text-align: center;
  position: relative;
  top: -2px;
}

.form .required, .form .optional {
  display: none;
}

.btn-wrapper {
  margin: 80px auto;
}

.btn-wrapper .btn, .btn-wrapper .btn__dark {
  margin: 0 auto;
}

.thanks {
  margin: 80px 0;
}

.thanks__inner {
  background-color: #ffffff;
  padding: 80px 5%;
}

.thanks h1 {
  font-size: 32px;
  border-bottom: 1px solid #004E3D;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .thanks h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .thanks h1 {
    font-size: 15px;
  }
}

.footer {
  font-family: "MS Pゴシック", sans-serif;
  background-color: #004E3D;
  color: #ffffff;
  padding: 60px;
  font-size: 14px;
  text-align: center;
}

.footer__ttl {
  margin-top: 0;
  margin-bottom: 30px;
}

.footer__logo {
  height: 70px;
}

.footer__address {
  font-style: normal;
  margin-bottom: 5px;
}

.footer__name {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 60px 5% 40px 5%;
  }
}

.footer .fl {
  max-width: 540px;
  margin: 0 auto;
}

.footer .fl__txt {
  width: 80%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: calc(100% - 100px);
  text-align: left;
}

.footer .fl__txt h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}

.footer .fl__txt p {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .footer .fl {
    display: block;
  }
  .footer .fl__txt {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */