@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Serif SC", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
a,
p {
  letter-spacing: 0.16em;
  line-height: 1;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.8;
}

.main {
  position: relative;
  min-height: 100vh;
}
.inner {
  max-width: 126rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}

.l-header {
  height: 15rem;
}
.l-header .l-header__wrap {
  width: 164rem;
  height: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    width: 100%;
    padding: 0 5rem;
  }
}
.l-header .l-header__logo {
  width: 24.3rem;
  height: auto;
}
.l-header .l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer {
  margin-top: 15rem;
  height: 10rem;
  background: #91cf4f;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  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;
}
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16rem;
}
@media (max-width: 767px) {
  .mv {
    padding: 0 0 22rem;
  }
}
.mv .mv-text-area {
  width: 58.3rem;
  height: auto;
  padding: 1.5rem;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .mv .mv-text-area {
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv .mv-text-area__inner {
  width: 100%;
  height: 100%;
  border: 1px solid #91cf4f;
}
.mv .mv-text-area__title {
  font-size: 3.6rem;
  font-weight: 200;
  letter-spacing: 0.16em;
  line-height: 1.4;
  padding: 6rem 0;
  text-align: center;
}
.mv .mv-text-area__title span {
  color: #91cf4f;
}
.mv .mv-text-area__text {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.16em;
  line-height: 1.8;
  padding: 4rem 3rem;
  border-top: 1px solid #91cf4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .mv-image {
  margin-left: auto;
  width: 131.1rem;
}
@media (max-width: 767px) {
  .mv .mv-image {
    width: 100%;
    margin-left: 0;
  }
}
.mv .paragraph {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .concept {
    padding: 0 3.8rem;
  }
}
.concept .concept-box {
  width: 122rem;
  height: 52.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6.5rem 8rem;
  margin: 24.6rem auto 0;
  background: #355561;
  color: rgb(255, 255, 255);
  font-weight: 200;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-box {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    margin-top: 7rem;
  }
}
.concept .concept-box .concept-text-area__title .en-title {
  font-size: 3.6rem;
  line-height: 1;
}
.concept .concept-box .concept-text-area__title .ja-title {
  margin-top: 3.5rem;
}
.concept .concept-box .paragraph {
  margin-top: 2.5rem;
}
.concept .concept-box .concept-image {
  position: absolute;
  bottom: 6rem;
  right: 5rem;
  width: 57.6rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.concept .concept-head {
  position: relative;
  font-weight: 200;
  width: 91rem;
  height: 100%;
  padding: 6.5rem 0 3.5rem;
  text-align: center;
  margin: 15.6rem auto 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .concept .concept-head {
    width: 100%;
    line-height: 1.4;
    padding: 4.5rem 1.4rem;
    margin-top: 10.5rem;
  }
}
.concept .concept-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13rem;
  height: 12rem;
  background: url("../../../../images/decoration01.webp") no-repeat;
  background-size: contain;
}
.concept .concept-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13rem;
  height: 12rem;
  background: url("../../../../images/decoration02.webp") no-repeat;
  background-size: contain;
}
.concept .concept-head__title {
  font-size: 3.6rem;
}
.concept .concept-head__title span {
  color: #91cf4f;
}
.concept .concept-head__text {
  padding-top: 4rem;
}
.concept .concept-flex-area {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .concept .concept-flex-area {
    gap: 7rem;
  }
}
.concept .concept-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 18rem;
  }
}
.concept .concept-flex__odd .concept-flex__text-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9rem;
  width: 52.1rem;
  height: 27.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .concept .concept-flex__odd .concept-flex__text-area {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.concept .concept-flex__odd .concept-flex__text {
  width: 100%;
  height: 100%;
  padding: 8rem 0 0 6rem;
  position: relative;
}
.concept .concept-flex__odd .concept-flex__text::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 52.1rem;
  height: 27.2rem;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
.concept .concept-flex__odd .concept-flex__image {
  margin-left: auto;
  width: 73.4rem;
  height: 39.3rem;
}
@media (max-width: 767px) {
  .concept .concept-flex__odd .concept-flex__image {
    width: 100%;
    height: auto;
  }
}
.concept .concept-flex__even .concept-flex__text-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9rem;
  width: 52.1rem;
  height: 27.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .concept .concept-flex__even .concept-flex__text-area {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.concept .concept-flex__even .concept-flex__text {
  width: 100%;
  height: 100%;
  padding: 8rem 0 0 6rem;
  position: relative;
}
.concept .concept-flex__even .concept-flex__text::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 52.1rem;
  height: 27.2rem;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
.concept .concept-flex__even .concept-flex__image {
  width: 73.4rem;
  height: 39.3rem;
}
@media (max-width: 767px) {
  .concept .concept-flex__even .concept-flex__image {
    width: 100%;
    height: auto;
  }
}

.plan {
  margin-top: 16rem;
}
.plan .plan-title {
  font-size: 3.6rem;
  font-weight: 200;
  text-align: center;
}
.plan .plan-title span {
  color: #91cf4f;
}
.plan .plan-head-text {
  font-size: 2.4rem;
  font-weight: 200;
  margin-top: 1.5rem;
  text-align: center;
}
.plan .plan-content {
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  width: 122rem;
  height: 51rem;
  padding: 6.5rem 10rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan .plan-content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan .plan-content::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
@media (max-width: 767px) {
  .plan .plan-content::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
  }
}
.plan .plan-content__title {
  font-size: 2.4rem;
  font-weight: 200;
  text-align: center;
}
.plan .plan-content__table {
  margin-top: 2.5rem;
}
.plan .plan-content__table th {
  border-bottom: 1px solid #91cf4f;
  padding: 1.5rem 0 1.5rem 1.5rem;
  vertical-align: bottom;
  width: 25.5rem;
  font-weight: 400 !important;
}
.plan .plan-content__table td {
  border-bottom: 1px solid #373737;
  padding: 1.5rem 0 1.5rem 1.5rem;
  width: 16.6rem;
}
.plan .plan-content__table td span {
  font-size: 2.4rem;
  font-weight: 500;
}
.plan .plan-content__bottom {
  width: 100%;
  margin-top: 4.5rem;
  background: #355561;
}
.plan .plan-content__bottom-text {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.houseplants {
  margin-top: 16rem;
}
.houseplants .houseplants-title {
  font-size: 3.6rem;
  font-weight: 200;
  text-align: center;
}
.houseplants .houseplants-title span {
  color: #91cf4f;
}
.houseplants .houseplants-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 5rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .houseplants .houseplants-content {
    grid-template-columns: 1fr;
  }
}
.houseplants .houseplants-item {
  width: 100%;
}
.houseplants .houseplants-item__image {
  width: 30.6rem;
  height: auto;
  margin: 0 auto;
}
.houseplants .houseplants-item__text-area {
  width: 55.7rem;
  height: 21.1rem;
  padding: 4rem 5rem 0;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .houseplants .houseplants-item__text-area {
    margin: -6rem auto 0;
  }
}
.houseplants .houseplants-item__text-area::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
.houseplants .houseplants-item__text-area-title {
  font-size: 2.4rem;
  font-weight: 200;
  text-align: center;
}
.houseplants .houseplants-item__text-area-text {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.5;
}

.gift .gift-title {
  font-size: 3.6rem;
  margin-top: 17rem;
  text-align: center;
  font-weight: 200;
}
.gift .gift-content {
  width: 116rem;
  margin: 9rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .gift .gift-content {
    width: 100%;
    padding-bottom: 39.5rem;
  }
}
.gift .gift-image {
  width: 73.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .gift .gift-image {
    width: 100%;
  }
}
.gift .gift-text-area-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .gift .gift-text-area-box {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.gift .gift-text-area {
  width: 52.1rem;
  height: 45.2rem;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 4rem 3rem 0 4rem;
}
.gift .gift-text-area::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
.gift .gift-text-area__title {
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.2;
}
.gift .gift-text-area__text {
  font-size: 1.6rem;
}
.gift .paragraph {
  margin-top: 2rem;
}

.company {
  margin-top: 25.6rem;
}
@media (max-width: 767px) {
  .company {
    margin-top: 17.4rem;
  }
}
.company .company-title {
  font-size: 3.6rem;
  font-weight: 200;
  text-align: center;
}
.company .company-title span {
  color: #91cf4f;
}
.company .company-content {
  background: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  position: relative;
  width: 106.8rem;
  height: 57rem;
  padding: 7rem 12.4rem;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company .company-content {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 7rem 3.5rem;
  }
}
.company .company-content::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #91cf4f;
  pointer-events: none;
}
@media (max-width: 767px) {
  .company .company-content::before {
    display: none;
  }
}
.company .company-content__table th {
  border-bottom: 1px solid #91cf4f;
  padding: 1.5rem 0 1.5rem 2rem;
  vertical-align: bottom;
  width: 20rem;
  font-weight: 400 !important;
  vertical-align: top;
}
.company .company-content__table td {
  border-bottom: 1px solid #373737;
  padding: 1.5rem 0 1.5rem 2rem;
  width: 62rem;
  line-height: 1.2;
}
.contact {
  margin-top: 25.6rem;
}
.contact .contact-title {
  font-size: 3.6rem;
  font-weight: 200;
  text-align: center;
}
.contact .content-area__contact-form {
  margin-top: 9rem;
}
.contact .contact-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 109rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact .contact-form__body {
    padding: 2.5rem 2.3rem 1.2rem;
  }
}
.contact .contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-form__group {
    margin-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.contact .contact-form__label {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact .contact-form__label {
    margin-bottom: 0;
  }
}
.contact .contact-form__label span {
  font-weight: 400;
  color: #fff;
  background: #91cf4f;
  border-radius: 5rem;
  width: 6.7rem;
  text-align: center;
  line-height: 1.2;
  padding: 0.6rem 1rem;
}
.contact .contact-form__label--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .contact .contact-form__label--textarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.contact .contact-form__input, .contact .contact-form__textarea {
  width: 100%;
  padding: 1rem;
  background: #f4f4f4;
  border-radius: 0.7rem;
}
.contact .contact-form__input {
  height: 8.5rem;
  resize: none;
}
.contact .contact-form__textarea {
  height: 19rem;
  resize: none;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
  color: #d9d9d9; /* プレースホルダーのテキスト色を設定 */
  opacity: 1; /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #d9d9d9; /* プレースホルダーのテキスト色を設定 */
  opacity: 1; /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #d9d9d9; /* プレースホルダーのテキスト色を設定 */
  opacity: 1; /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #d9d9d9; /* プレースホルダーのテキスト色を設定 */
  opacity: 1; /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #d9d9d9; /* プレースホルダーのテキスト色を設定 */
  opacity: 1; /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact .contact-form__group--submit {
  margin-top: 5rem;
  text-align: center;
}
.contact .c-submit {
  width: 20rem;
  height: 5rem;
  margin: 0 auto;
  background: #91cf4f;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}