@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

main > section:first-child,
main > .contact-page-hero:first-child,
main > .company-page-hero:first-child,
main > .privacy-page-hero:first-child {
  margin-top: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}

a:not(.contact-top__cta,
.main-view__fv-cta,
.foreign-customers__cta,
.concept__btn,
.flow__contact-btn,
.news-top__archive,
.news-top__card-link):hover {
  opacity: 0.7;
}

a.site-link--disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

body.is-site-links-restricted a.site-link--disabled:hover {
  opacity: 0.55;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.header-top {
  background-image: url("../images/top/mv-paper-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 100;
}

.header-top .inner {
  max-width: 1278px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 38px;
  padding-bottom: 18px;
}

.header-top__head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.header-top__catch {
  color: #302e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.header-top__logo-link {
  display: block;
  margin-top: 12px;
}

.header-top__logo {
  max-width: 304px;
  width: 100%;
  height: auto;
  aspect-ratio: 302/33;
}

.header-top__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-top__phone-wrap {
  align-items: center;
  column-gap: 16px;
  display: flex;
  justify-content: flex-end;
}

.header-top__phone-icon {
  height: 40px;
  width: 40px;
}

.header-top__phone {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}

.header-top__meta {
  align-items: center;
  column-gap: 8px;
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.header-top__meta-label {
  background-color: #3baa31;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
}

.header-top__meta-text {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}

.header-top__nav-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.header-top__nav {
  position: relative;
}

.header-top__list {
  align-items: center;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.header-top__item {
  align-items: center;
  display: flex;
  position: relative;
}

.header-top__item::after {
  background-color: #898383;
  content: "";
  height: 24px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 24px;
  width: 1px;
}

.header-top__item:last-child::after {
  content: none;
  margin-left: 0;
}

.header-top__link {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
}

.header-top__link--trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  column-gap: 16px;
  cursor: pointer;
  display: inline-flex;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.header-top__link-label {
  display: block;
}

.header-top__soon-stack {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  row-gap: 3px;
}

.header-top__soon-stack--drawer {
  align-items: flex-start;
  row-gap: 4px;
}

.header-top__soon-stack--drawer-cta {
  align-items: center;
  row-gap: 4px;
}

.header-top__soon-badge {
  background-color: #246b44;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Chivo", sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  white-space: nowrap;
}

.header-top__link--soon {
  color: #898383;
  cursor: not-allowed;
  display: inline-block;
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.header-top__contact--soon {
  cursor: not-allowed;
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.header-top__drawer-link--soon {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.72);
  cursor: not-allowed;
  opacity: 0.88;
  pointer-events: none;
  user-select: none;
}

.header-top__soon-badge--drawer {
  background-color: rgba(255, 255, 255, 0.14);
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  color: #fff;
}

.header-top__drawer-cta--soon {
  cursor: not-allowed;
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.header-top__soon-badge--drawer-cta {
  background-color: rgba(255, 255, 255, 0.14);
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  color: #fff;
}

.header-top__drawer-cta--foreign.header-top__drawer-cta--soon .header-top__drawer-cta-label {
  color: rgba(36, 107, 68, 0.72);
}

.header-top__link-chevron {
  display: block;
  flex-shrink: 0;
  height: 16px;
  transition: transform 0.2s ease;
  width: 16px;
}

.header-top__link-chevron img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-top__item--has-mega.is-mega-open .header-top__link-chevron {
  transform: rotate(180deg);
}

.header-top__mega {
  background-color: #fbf6ef;
  border-color: #246b44;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding-top: 36px;
  padding-right: 44px;
  padding-bottom: 36px;
  padding-left: 44px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  width: 240px;
  z-index: 120;
}

.header-top__mega::before {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

.header-top__item--has-mega.is-mega-open .header-top__mega {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header-top__mega-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.header-top__mega-link {
  align-items: center;
  color: #424141;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
}

.header-top__mega-link:hover {
  opacity: 0.7;
}

.header-top__mega-label {
  display: block;
  white-space: nowrap;
}

.header-top__mega-arrow {
  display: block;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}

.header-top__mega-arrow img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-top__contact {
  align-items: center;
  background-color: #f68f00;
  border-radius: 20px;
  color: #fff;
  column-gap: 8px;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-top: 8px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-left: 22px;
  text-decoration: none;
}

.header-top__contact:hover {
  opacity: 0.9;
}

.header-top__contact-icon {
  flex-shrink: 0;
  height: 31px;
  object-fit: contain;
  width: 31px;
}

.header-top__contact-label {
  display: block;
  white-space: nowrap;
}

.header-top__contact-arrow {
  flex-shrink: 0;
  height: 8px;
  object-fit: contain;
  width: 20px;
}

.header-top__actions {
  display: none;
}

.header-top__phone-sp {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.header-top__phone-sp img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.header-top__hamburger {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.header-top__hamburger-icon {
  display: block;
  height: 37px;
  object-fit: contain;
  width: 37px;
}

.header-top__drawer-overlay {
  display: none;
}

.header-top__drawer {
  display: none;
}

.header-top__drawer-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.header-top__drawer-logo {
  display: block;
  filter: drop-shadow(0 0 13px rgba(83, 116, 144, 0.7));
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 83px;
  width: 83px;
}

.header-top__drawer-logo img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.header-top__drawer-close {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 30px;
}

.header-top__drawer-close-icon {
  display: block;
  height: 17.5px;
  width: 17.5px;
}

.header-top__drawer-nav {
  margin-top: 0;
  width: 100%;
}

.header-top__drawer-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.header-top__drawer-link {
  align-items: center;
  color: #fff;
  column-gap: 8px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.header-top__drawer-mark {
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 16px;
}

.header-top__drawer-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-top__drawer-label {
  display: block;
}

.header-top__drawer-tel {
  align-items: flex-start;
  column-gap: 8px;
  display: flex;
  margin-top: 0;
}

.header-top__drawer-tel-icon {
  flex-shrink: 0;
  height: 35px;
  object-fit: contain;
  width: 35px;
}

.header-top__drawer-tel-body {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.header-top__drawer-tel-number {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.header-top__drawer-tel-meta {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.header-top__drawer-cta-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  row-gap: 16px;
}

.header-top__drawer-cta {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  column-gap: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  width: 212px;
}

.header-top__drawer-cta--contact {
  background-color: #f68f00;
  min-height: 47px;
  padding-top: 8px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-left: 22px;
}

.header-top__drawer-cta--contact .header-top__drawer-cta-label {
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  white-space: nowrap;
}

.header-top__drawer-cta--foreign {
  background-color: #fff;
  border-color: #195936;
  border-style: solid;
  border-width: 2px;
  min-height: 49px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.header-top__drawer-cta--foreign .header-top__drawer-cta-label {
  color: #246b44;
  flex-shrink: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  min-width: 0;
  text-align: center;
}

.header-top__drawer-cta-icon {
  flex-shrink: 0;
  height: 31px;
  object-fit: contain;
  width: 31px;
}

.header-top__drawer-cta--foreign .header-top__drawer-cta-icon {
  height: 23px;
  width: 23px;
}

.header-top__drawer-cta-arrow {
  flex-shrink: 0;
  height: 8px;
  object-fit: contain;
  width: 20px;
}

@media screen and (max-width: 1440px) {
  .header-top .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .header-top__logo {
    max-width: 260px;
  }
  .header-top__phone {
    font-size: 28px;
  }
  .header-top__meta-text {
    font-size: 18px;
  }
  .header-top__list {
    column-gap: 16px;
  }
  .header-top__item::after {
    margin-left: 16px;
  }
  .header-top__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-top__nav-row {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .header-top__phone {
    font-size: 24px;
  }
  .header-top__list {
    column-gap: 12px;
    row-gap: 8px;
  }
  .header-top__item::after {
    margin-left: 12px;
  }
  .header-top__actions {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    min-height: 90px;
  }
  .header-top .inner {
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 19px;
  }
  .header-top__head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .header-top__catch {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 136px;
    text-align: center;
    white-space: nowrap;
  }
  .header-top__logo-link {
    margin-top: 8px;
  }
  .header-top__logo {
    max-width: 136px;
  }
  .header-top__info {
    display: none;
  }
  .header-top__actions {
    align-items: center;
    column-gap: 8px;
    display: flex;
    flex-shrink: 0;
    margin-top: 0;
  }
  .header-top__hamburger {
    display: block;
    height: 37px;
    width: 37px;
  }
  .header-top__nav-row {
    display: none;
  }
  .header-top__drawer-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    border: none;
    cursor: pointer;
    display: block;
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    visibility: hidden;
    width: 100%;
    z-index: 105;
  }
  .header-top__drawer {
    background-color: #246b44;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    left: auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: 27px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 24px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease, visibility 0.35s ease;
    visibility: hidden;
    width: 300px;
    z-index: 110;
  }
  .header-top__drawer-head {
    align-items: center;
    column-gap: 16px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: 53px;
    width: 100%;
  }
  .header-top__drawer-logo {
    flex-shrink: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
  }
  .header-top__drawer-close {
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  .header-top__drawer-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    margin-top: 40px;
    min-height: 0;
    width: 100%;
  }
  .header-top__drawer-nav {
    flex-shrink: 0;
    width: 100%;
  }
  .header-top__drawer-list {
    row-gap: 32px;
  }
  .header-top__drawer-foot {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-top: 48px;
    padding-bottom: 16px;
    row-gap: 16px;
    width: 100%;
  }
  .header-top__drawer-cta-wrap {
    align-items: center;
    width: 100%;
  }
  .header-top.is-menu-open .header-top__drawer-overlay {
    opacity: 1;
    visibility: visible;
  }
  .header-top.is-menu-open .header-top__drawer {
    transform: translateX(0);
    visibility: visible;
  }
  .header-top.is-menu-open .header-top__hamburger {
    visibility: hidden;
  }
  html.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
.company-page {
  background-color: #f4f2ea;
}

.company-page .inner {
  max-width: 1278px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .company-page .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.company-page-hero {
  position: relative;
  width: 100%;
}

.company-page-hero__visual {
  max-height: 539px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.company-page-hero__image {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.company-page-hero__overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.company-page-hero__breadcrumb {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.company-page-hero__title {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-shadow: 0 0 10px #3b6670;
}
@media screen and (max-width: 768px) {
  .company-page-hero__title {
    font-size: 48px;
  }
}

.company-page__header {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 100%;
  text-align: center;
  width: fit-content;
}

.company-page__en-row {
  align-items: flex-end;
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.company-page__section-en {
  font-size: 46px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .company-page__section-en {
    font-size: 36px;
    line-height: 36px;
  }
}

.company-page__section-ja {
  color: #424141;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-page__body {
  padding-bottom: 0;
  padding-top: 80px;
}

.company-overview {
  padding-bottom: 120px;
  padding-top: 0;
}

.company-overview__header {
  margin-bottom: 40px;
}

.company-overview__panel {
  background-color: #fff;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-style: solid;
  border-color: #6bb84a;
  border-radius: 40px;
  box-shadow: 0 4px 4px rgba(199, 199, 199, 0.25);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1062px;
  opacity: 0.9;
  padding-bottom: 56px;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .company-overview__panel {
    border-radius: 24px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
  }
}

.company-overview__list {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-overview__row {
  align-items: flex-start;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-overview__row {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 28px;
    row-gap: 8px;
  }
}
.company-overview__row:not(:last-child)::after {
  background-color: #d9d9d9;
  bottom: 20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.company-overview__term {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.64;
}

.company-overview__desc {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-message {
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 0;
  position: relative;
}

.company-message__texture {
  background-image: url("../images/company/company-message-texture-opt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.company-message .inner {
  position: relative;
  z-index: 1;
}

.company-message__header {
  margin-bottom: 48px;
}

.company-message__card {
  align-items: stretch;
  background-color: #fff;
  border-radius: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 501px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1188px;
  min-height: 476px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .company-message__card {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .company-message__card {
    border-radius: 24px;
  }
}

.company-message__content {
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .company-message__content {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
  }
}

.company-message__lead {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .company-message__lead {
    font-size: 22px;
  }
}

.company-message__body {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0;
  text-align: justify;
}

.company-message__signature {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}

.company-message__visual {
  min-height: 476px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .company-message__visual {
    min-height: 320px;
  }
}

.company-message__photo {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.company-team {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .company-team {
    padding-bottom: 80px;
    padding-top: 56px;
  }
}

.company-team__header {
  margin-bottom: 32px;
}

.company-team__intro {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  max-width: 840px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-team__intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.company-team__list {
  align-items: flex-start;
  column-gap: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .company-team__list {
    column-gap: 0;
    row-gap: 56px;
  }
}

.company-team__item {
  flex: 0 1 399px;
  max-width: 399px;
  width: 100%;
}

.company-team__card {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 399px;
  position: relative;
  width: 100%;
}

.company-team__photo {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  height: 302px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 302px;
  overflow: hidden;
  position: relative;
  width: 302px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .company-team__photo {
    height: 260px;
    max-width: 260px;
    width: 260px;
  }
}
.company-team__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-team__panel {
  background-color: #f4f2ea;
  border-radius: 40px;
  margin-top: -55px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  min-height: 564px;
  padding-bottom: 40px;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 274px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-team__panel {
    border-radius: 24px;
    margin-top: -44px;
    min-height: 0;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 220px;
  }
}

.company-team__role {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 16px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.company-team__name-block {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}

.company-team__name {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 28px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-team__name-line {
  background-image: url("../images/company/company-team-name-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 10px;
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 118px;
  width: 100%;
}

.company-team__name-line--short {
  max-width: 90px;
}

.company-team__text {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 331px;
  text-align: center;
}

.company-group {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .company-group {
    padding-bottom: 80px;
    padding-top: 56px;
  }
}

.company-group__header {
  margin-bottom: 16px;
}

.company-group__header .company-page__section-en {
  font-size: 46px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .company-group__header .company-page__section-en {
    font-size: 36px;
  }
}

.company-group__header .company-page__section-ja {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 960px;
}

.company-group__lead {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  max-width: 959px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-group__lead {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.company-group__visual {
  aspect-ratio: 1280/883;
  border-radius: 40px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-group__visual {
    aspect-ratio: auto;
    border-radius: 24px;
    min-height: 320px;
  }
}

.company-group__texture {
  background-image: url("../images/company/company-group-texture-opt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.company-group__diagram {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-group__diagram {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
    position: relative;
  }
}

.company-group__diagram-image {
  display: block;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.company-access {
  padding-bottom: 120px;
  padding-top: 0;
}

.company-access__header {
  margin-bottom: 56px;
}

.company-access__header .company-page__section-ja {
  font-size: 22px;
}

.company-access__list {
  align-items: flex-start;
  column-gap: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .company-access__list {
    column-gap: 0;
    row-gap: 64px;
  }
}

.company-access__item {
  flex: 0 1 543px;
  max-width: 543px;
  width: 100%;
}

.company-access__office-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.company-access__map {
  max-width: 543px;
  opacity: 0.9;
  width: 100%;
  aspect-ratio: 543/464;
}

.company-access__map-frame {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.company-access__meta {
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-access__address {
  align-items: flex-start;
  column-gap: 16px;
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.company-access__pin {
  display: block;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
.company-access__pin img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.company-access__address-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
}

.company-access__access-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-access__hours {
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  row-gap: 8px;
}

.company-access__hours-item {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company-access__map-link {
  color: #246b44;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: underline;
}
.company-access__map-link:hover {
  opacity: 0.85;
}

.company-page .contact-top {
  background-color: #fff;
}

.visually-hidden {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-page {
  background-color: #fff;
}

.contact-page .inner {
  max-width: 1440px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact-page .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.contact-page:not(.contact-page--assessment) .inner {
  padding-top: 0;
  padding-right: 126px;
  padding-bottom: 0;
  padding-left: 126px;
}
@media screen and (max-width: 768px) {
  .contact-page:not(.contact-page--assessment) .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.contact-page-hero {
  min-height: 386px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-page-hero {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-hero {
    min-height: 340px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page-hero {
    min-height: 300px;
  }
}

.contact-page-hero__visual {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-page-hero__image {
  display: block;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.contact-page-hero__gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55.788%, #fff 76.148%);
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-page-hero__overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 50%;
  padding-top: 84px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-page-hero__overlay {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-hero__overlay {
    padding-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page-hero__overlay {
    padding-top: 32px;
  }
}

.contact-page-hero__overlay-inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1180px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-page-hero__overlay-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.contact-page-hero__title-en {
  color: #54b54b;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  text-shadow: 0 0 10px rgba(191, 191, 191, 0.4);
}
@media screen and (max-width: 1024px) {
  .contact-page-hero__title-en {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-hero__title-en {
    font-size: 48px;
  }
}

.contact-page-hero__title-ja {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .contact-page-hero__title-ja {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-hero__title-ja {
    font-size: 28px;
  }
}

.contact-page__body {
  padding-bottom: 120px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-page__body {
    padding-bottom: 80px;
  }
}

.contact-page--assessment .contact-page__body {
  padding-bottom: 0px;
}

.contact-page-form {
  margin-top: -68px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .contact-page-form {
    margin-top: -48px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-form {
    margin-top: -36px;
  }
}

.contact-page-form__panel {
  background-color: #fbfaf9;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #6bb84a;
  border-right-color: #6bb84a;
  border-bottom-color: #6bb84a;
  border-left-color: #6bb84a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(199, 199, 199, 0.25);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1188px;
  opacity: 0.9;
  overflow-x: clip;
  box-sizing: border-box;
  padding-top: 84px;
  padding-right: 48px;
  padding-bottom: 64px;
  padding-left: 48px;
}
@media screen and (max-width: 1440px) {
  .contact-page-form__panel {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page-form__panel {
    padding-top: 32px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
}

.contact-page-form__fallback-text {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.contact-form {
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}
.contact-form .contact-form__fields {
  margin-left: 0;
}
.contact-form .contact-form__row {
  justify-content: flex-start;
  justify-items: start;
}
.contact-form .contact-form__row > p {
  flex-grow: 0;
  justify-content: flex-start;
  max-width: none;
}
.contact-form .contact-form__label-col {
  flex-shrink: 0;
  min-width: 230px;
  width: 230px;
}
.contact-form .contact-form__field-col {
  flex-grow: 0;
  max-width: 780px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .contact-form .contact-form__label-col {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .contact-form .contact-form__row {
    align-items: start;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 230px minmax(0, 780px);
    justify-content: start;
    justify-items: start;
    width: 100%;
  }
  .contact-form .contact-form__row > p {
    align-items: start;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 230px minmax(0, 780px);
    max-width: none;
    width: 100%;
  }
  .contact-form .contact-form__row--textarea {
    column-gap: 10px;
    grid-template-columns: 230px minmax(0, 780px);
  }
  .contact-form .contact-form__row--textarea > p {
    column-gap: 10px;
    grid-template-columns: 230px minmax(0, 780px);
  }
  .contact-form .contact-form__row--textarea .contact-form__field-col--textarea {
    grid-column: 2;
    grid-row: 1;
    max-width: 780px;
  }
  .contact-form .contact-form__label-col {
    align-self: start;
    max-width: 230px;
    min-width: 230px;
    width: 230px;
  }
  .contact-form .contact-form__field-col {
    max-width: 780px;
    min-width: 0;
    width: 100%;
  }
  .contact-form .contact-form__label {
    white-space: normal;
  }
  .contact-form .contact-form__field-col--radio .wpcf7-radio {
    column-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-form .contact-form__row,
  .contact-form .contact-form__row > p,
  .contact-form .contact-form__row--textarea,
  .contact-form .contact-form__row--textarea > p {
    column-gap: 10px;
  }
  .contact-form .contact-form__field-col--radio .wpcf7-radio {
    column-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
}

.contact-page-form .wpcf7-form > p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-page-form .wpcf7 .hidden-fields-container {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: none;
  height: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.contact-page-form .wpcf7-screen-reader-response,
.contact-page-form .screen-reader-response {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form__intro--primary {
  color: #246b44;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__intro--primary {
    font-size: 18px;
  }
}

.contact-form__intro--secondary {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__intro--secondary {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.contact-form__fields {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 100%;
  row-gap: 56px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form__fields {
    row-gap: 32px;
  }
}

.contact-form__row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .contact-form__row {
    align-items: flex-start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
}

.contact-form__fields > p {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.contact-form__row > p {
  align-items: center;
  align-self: center;
  column-gap: 66px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 780px;
  min-width: 0;
}
@media screen and (max-width: 899px) {
  .contact-form__row > p {
    align-items: flex-start;
    column-gap: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
    row-gap: 12px;
  }
}

.contact-form__row > p > .contact-form__field-col {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: none;
  min-width: 0;
}

.contact-form__row br {
  display: none;
}

.contact-form__row--radio {
  align-items: flex-start;
}

.contact-form__row--textarea {
  align-items: start;
  column-gap: 22px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
}
@media screen and (max-width: 899px) {
  .contact-form__row--textarea {
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
}

.contact-form__row--textarea > p {
  align-items: start;
  column-gap: 22px;
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: max-content minmax(0, 1fr);
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .contact-form__row--textarea > p {
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
}

.contact-form__row--textarea .contact-form__label-col {
  align-self: start;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 899px) {
  .contact-form__row--textarea .contact-form__label-col {
    align-self: auto;
    grid-column: 1;
    grid-row: 1;
  }
}

.contact-form__row--textarea .contact-form__field-col--textarea {
  align-self: center;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-width: 0;
  row-gap: 8px;
}
@media screen and (max-width: 899px) {
  .contact-form__row--textarea .contact-form__field-col--textarea {
    grid-column: 1;
    grid-row: 2;
  }
}

.contact-form__row--textarea .contact-form__textarea-wrap {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.contact-form__row--textarea .contact-form__counter {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  margin-top: 0;
}

.contact-form__label-col {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: nowrap;
  min-width: 230px;
  width: 230px;
}
@media screen and (max-width: 899px) {
  .contact-form__label-col {
    flex-wrap: wrap;
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    min-width: 0;
    row-gap: 4px;
    width: 100%;
  }
}

.contact-form__label-col > p {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__label-col br {
  display: none;
}

.contact-form__row--textarea .contact-form__label-col br {
  display: inline;
}

.contact-form__row--radio .contact-form__label-col {
  padding-top: 15px;
}
@media screen and (max-width: 899px) {
  .contact-form__row--radio .contact-form__label-col {
    padding-top: 0;
  }
}

.contact-form__row--checkbox .contact-form__label-col,
.contact-form__row--textarea .contact-form__label-col {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 0;
  row-gap: 2px;
}

.contact-form__row--textarea .contact-form__label-col > p {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  row-gap: 2px;
}

.contact-form__row--checkbox {
  column-gap: 25px;
}

.contact-form__label {
  color: #424141;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }
}

.contact-form__badge {
  border-top-left-radius: 10px;
  flex-shrink: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 5px;
  padding-right: 19px;
  padding-bottom: 5px;
  padding-left: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-form__badge {
    font-size: 12px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
  }
}

.contact-form__badge--required {
  background-color: #f68f00;
}

.contact-form__badge--optional {
  background-color: #54b54b;
}

.contact-form__field-col {
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 780px;
  min-width: 0;
}
@media screen and (max-width: 899px) {
  .contact-form__field-col {
    flex-grow: 1;
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}

.contact-form__field-col > p {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.contact-form__field-col br {
  display: none;
}

.contact-page-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.contact-form__input {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #54b54b;
  border-right-color: #54b54b;
  border-bottom-color: #54b54b;
  border-left-color: #54b54b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #424141;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  height: 56px;
  letter-spacing: 0.05em;
  opacity: 0.9;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  width: 100%;
}
.contact-form__input::placeholder {
  color: #424141;
  opacity: 0.5;
}

.contact-form__textarea {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #54b54b;
  border-right-color: #54b54b;
  border-bottom-color: #54b54b;
  border-left-color: #54b54b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #424141;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  height: 240px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 180px;
  opacity: 0.9;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
.contact-form__textarea::placeholder {
  color: #424141;
  opacity: 0.5;
}

.contact-form__textarea-wrap {
  width: 100%;
}

.contact-form__textarea-wrap > p {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.contact-form__counter {
  color: #424141;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  justify-self: end;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.5;
  pointer-events: none;
  text-align: right;
}

.contact-form__field-col--radio .wpcf7-radio {
  column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 40px;
}
@media screen and (max-width: 899px) {
  .contact-form__field-col--radio .wpcf7-radio {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
  }
}

.contact-form__field-col--checkbox .wpcf7-checkbox {
  column-gap: 32px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.contact-form__field-col--radio .wpcf7-list-item input[type=radio],
.contact-form__field-col--checkbox .wpcf7-list-item input[type=checkbox],
.contact-form__acceptance-wrap input[type=checkbox] {
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form__field-col--radio .wpcf7-list-item,
.contact-form__field-col--checkbox .wpcf7-list-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__field-col--radio .wpcf7-list-item label,
.contact-form__field-col--checkbox .wpcf7-list-item label {
  align-items: center;
  color: #424141;
  column-gap: 8px;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.contact-form__field-col--radio .wpcf7-list-item label::before {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #54b54b;
  border-right-color: #54b54b;
  border-bottom-color: #54b54b;
  border-left-color: #54b54b;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 35px;
  width: 35px;
}

.contact-form__field-col--radio .wpcf7-list-item input:checked + span::after {
  background-color: #54b54b;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  display: block;
  height: 17.5px;
  left: 8.75px;
  position: absolute;
  top: 8.75px;
  width: 17.5px;
}

.contact-form__field-col--radio .wpcf7-list-item label {
  position: relative;
}

.contact-form__field-col--checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #54b54b;
  border-right-color: #54b54b;
  border-bottom-color: #54b54b;
  border-left-color: #54b54b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 29px;
  width: 29px;
}

.contact-form__field-col--checkbox .wpcf7-list-item input:checked + span::after,
.contact-form__acceptance-wrap input:checked + span::after {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #54b54b;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #54b54b;
  content: "";
  display: block;
  height: 8px;
  left: 14.5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
}

.contact-form__field-col--checkbox .wpcf7-list-item label {
  position: relative;
}

.contact-form__divider {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 85px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  max-width: 1032px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form__divider {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

.contact-form__privacy {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1032px;
  width: 100%;
  margin-top: 80px;
}

.contact-form__privacy > p {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__privacy-heading {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 16px;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 375px) {
  .contact-form__privacy-heading {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}

.contact-form__privacy-heading > p {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 375px) {
  .contact-form__privacy-heading > p {
    flex-wrap: wrap;
    row-gap: 8px;
    width: 100%;
  }
}

.contact-form__privacy-heading br {
  display: none;
}

.contact-form__privacy-title {
  color: #424141;
  flex-shrink: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 22px;
  min-width: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .contact-form__privacy-title {
    font-size: 16px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
  }
}

.contact-form__privacy-heading .contact-form__badge {
  flex-shrink: 0;
}

.contact-form__acceptance-wrap {
  display: flex;
  margin-bottom: 16px;
}

.contact-form__acceptance-wrap > p {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__acceptance-wrap .wpcf7-list-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__acceptance-wrap label {
  align-items: center;
  color: #424141;
  column-gap: 8px;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
}

.contact-form__acceptance-wrap label::before {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #54b54b;
  border-right-color: #54b54b;
  border-bottom-color: #54b54b;
  border-left-color: #54b54b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 29px;
  width: 29px;
}

.contact-form__privacy-link-wrap {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__privacy-link {
  align-items: center;
  color: #246b44;
  column-gap: 8px;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form__privacy-link::after {
  background-image: url("../images/contact/contact-link-out.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.contact-form__submit-wrap {
  align-items: stretch;
  background-color: #f69000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 4px 2px 0 rgba(196, 196, 196, 0.6);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 85px;
  justify-items: stretch;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 100%;
  padding-top: 0;
  padding-right: 48px;
  padding-bottom: 0;
  padding-left: 48px;
  position: relative;
  transition: opacity 0.3s;
  width: min(713px, 100%);
}
@media screen and (max-width: 768px) {
  .contact-form__submit-wrap {
    height: 72px;
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
    width: 100%;
  }
}

.contact-form > p:has(.contact-form__submit-wrap) {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__submit-wrap > p {
  display: contents;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form__submit-wrap::before {
  background-image: url("../images/top/header-pc-contact-mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 57px;
  left: 48px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-form__submit-wrap::before {
    height: 40px;
    left: 24px;
    width: 40px;
  }
}

.contact-form__submit-wrap:hover {
  opacity: 0.85;
}

.contact-page-form .wpcf7-submit.contact-form__submit {
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: calc(57px + 32px);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-page-form .wpcf7-submit.contact-form__submit {
    font-size: 18px;
    padding-left: 56px;
  }
}

.contact-page-form .wpcf7-response-output {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.contact-page-form .wpcf7-not-valid-tip {
  color: #f68f00;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
  text-align: left;
  width: 100%;
}

.contact-form__field-col--radio .wpcf7-not-valid-tip,
.contact-form__field-col--checkbox .wpcf7-not-valid-tip {
  margin-top: 12px;
}

.contact-form__acceptance-wrap .wpcf7-not-valid-tip {
  margin-top: 12px;
  text-align: center;
}

.contact-page-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-page-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-page-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #f68f00;
}

.contact-page-form .wpcf7 form.sent .wpcf7-response-output {
  color: #246b44;
}

.contact-page:not(.contact-page--foreign) .contact-form__intro--primary,
.contact-page:not(.contact-page--foreign) .contact-form__intro--secondary {
  text-align: center;
}
.contact-page:not(.contact-page--foreign) .contact-form__privacy {
  text-align: center;
}
.contact-page:not(.contact-page--foreign) .contact-form__privacy-heading,
.contact-page:not(.contact-page--foreign) .contact-form__privacy-heading > p {
  justify-content: center;
}
.contact-page:not(.contact-page--foreign) .contact-form__acceptance-wrap {
  justify-content: center;
}
.contact-page:not(.contact-page--foreign) .contact-form__acceptance-wrap .wpcf7-not-valid-tip {
  text-align: center;
}
.contact-page:not(.contact-page--foreign) .contact-form__privacy-link-wrap {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-page:not(.contact-page--foreign):not(.contact-page--complete) .contact-page-form__panel {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

.contact-page-phone {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact-page-phone {
    margin-top: 48px;
  }
}

.contact-page-phone__panel {
  align-items: center;
  background-color: #f4f2ea;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  column-gap: 64px;
  display: flex;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 846px;
  min-height: 159px;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact-page-phone__panel {
    column-gap: 24px;
    flex-direction: column;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    row-gap: 16px;
    text-align: center;
  }
}

.contact-page-phone__icon {
  aspect-ratio: 90/90;
  flex-shrink: 0;
  max-width: 90px;
  width: 100%;
  height: auto;
}
.contact-page-phone__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page-phone__content {
  flex-grow: 1;
  min-width: 0;
}

.contact-page-phone__lead {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-page-phone__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}

.contact-page-phone__meta {
  align-items: center;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-page-phone__meta {
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
  }
}

.contact-page-phone__tel {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-page-phone__tel {
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page-phone__tel {
    font-size: 28px;
  }
}

.contact-page-phone__divider {
  background-color: #d9d9d9;
  flex-shrink: 0;
  height: 46px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .contact-page-phone__divider {
    display: none;
  }
}

.contact-page-phone__hours-item {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-page-phone__hours-item + .contact-page-phone__hours-item {
  margin-top: 16px;
}

.contact-page--complete .contact-page-hero {
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .contact-page--complete .contact-page-hero {
    min-height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page--complete .contact-page-hero {
    min-height: 420px;
  }
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay {
  align-items: center;
  justify-content: flex-start;
  padding-top: 84px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay {
    padding-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay {
    padding-top: 32px;
  }
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay-inner {
  text-align: center;
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay-inner .contact-page-hero__title-en {
  text-align: center;
  width: 100%;
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__overlay-inner .contact-page-hero__title-ja {
  text-align: center;
  width: 100%;
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__title-en {
  text-align: center;
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__title-ja {
  text-align: center;
}

.contact-page-hero__desc {
  margin-top: 56px;
  max-width: 640px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact-page-hero__desc {
    margin-top: 32px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.contact-page--complete:not(.contact-page--foreign) .contact-page-hero__desc {
  margin-top: 56px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-page--complete:not(.contact-page--foreign) .contact-page-hero__desc {
    margin-top: 32px;
  }
}

.contact-page-hero__desc-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-page-hero__desc-line {
    font-size: 16px;
  }
}

.contact-page-hero__desc-line + .contact-page-hero__desc-line {
  margin-top: 0;
}

.contact-complete {
  margin-top: -68px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .contact-complete {
    margin-top: -48px;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete {
    margin-top: -36px;
  }
}

.contact-complete__panel {
  background-color: #fbfaf9;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #6bb84a;
  border-right-color: #6bb84a;
  border-bottom-color: #6bb84a;
  border-left-color: #6bb84a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(199, 199, 199, 0.25);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1062px;
  opacity: 0.9;
  padding-top: 84px;
  padding-right: 48px;
  padding-bottom: 103px;
  padding-left: 48px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-complete__panel {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

.contact-complete__icon {
  align-items: center;
  aspect-ratio: 90/90;
  background-color: #54b54b;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  max-width: 90px;
  width: 100%;
  height: auto;
}
.contact-complete__icon img {
  max-width: 57px;
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.contact-complete__title {
  color: #54b54b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-complete__title {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact-complete__message {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 78px;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-complete__message {
    margin-bottom: 48px;
  }
}

.contact-complete__message-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-complete__message-line + .contact-complete__message-line {
  margin-top: 0;
}

.contact-complete__alert {
  align-items: flex-start;
  background-color: #eaeaea;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  column-gap: 32px;
  display: flex;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 790px;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-complete__alert {
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    row-gap: 16px;
    text-align: center;
  }
}

.contact-complete__alert-icon {
  aspect-ratio: 102/102;
  flex-shrink: 0;
  max-width: 102px;
  width: 100%;
  height: auto;
}
.contact-complete__alert-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-complete__alert-title {
  color: #3f9137;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.contact-complete__alert-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-complete__back-wrap {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-complete__back-wrap {
    margin-top: 40px;
  }
}

.contact-complete__back {
  align-items: center;
  background-color: #246b44;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 4px 2.5px 0 rgba(220, 220, 220, 0.5);
  color: #fff;
  column-gap: 8px;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 100%;
  min-width: 280px;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 304px;
}
.contact-complete__back::before {
  background-image: url("../images/top/header-pc-contact-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 12px;
  transform: rotate(180deg);
  width: 20px;
}
@media screen and (max-width: 768px) {
  .contact-complete__back {
    font-size: 18px;
    width: 100%;
  }
}

.contact-complete__back:hover {
  opacity: 0.85;
}

.contact-page--complete .contact-page-phone {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact-page--complete .contact-page-phone {
    margin-top: 48px;
  }
}

.contact-page--foreign .contact-page-hero__overlay {
  align-items: stretch;
  justify-content: flex-start;
  max-width: none;
  padding-top: 84px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-page--foreign .contact-page-hero__overlay {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-hero__overlay {
    padding-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign .contact-page-hero__overlay {
    padding-top: 32px;
  }
}

.contact-page--foreign .contact-page-hero__overlay-inner .contact-page-hero__title-en {
  text-align: left;
  width: 100%;
}

.contact-page--foreign .contact-page-hero__overlay-inner .contact-page-hero__title-ja {
  text-align: left;
  width: 100%;
}

.contact-page--foreign .contact-page-hero__title-en {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-page--foreign .contact-page-hero__title-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-hero__title-en {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign .contact-page-hero__title-en {
    font-size: 32px;
  }
}

.contact-page--foreign .contact-page-hero__title-ja {
  line-height: 1.2;
  text-align: left;
  white-space: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-hero__title-ja {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign .contact-page-hero__title-ja {
    font-size: 20px;
  }
}

.contact-page--foreign .contact-page__body {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page__body {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-form__panel {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign .contact-page-form__panel {
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
  }
}

.contact-form--foreign .contact-form__label-col {
  min-width: 266px;
  width: 266px;
}
.contact-form--foreign .contact-form__field-col {
  max-width: 709px;
}
@media screen and (min-width: 900px) {
  .contact-form--foreign .contact-form__row {
    column-gap: clamp(10px, 10px + (100vw - 900px) * 0.1625, 75px);
    grid-template-columns: 266px minmax(0, 709px);
  }
  .contact-form--foreign .contact-form__row > p {
    column-gap: clamp(10px, 10px + (100vw - 900px) * 0.1625, 75px);
    grid-template-columns: 266px minmax(0, 709px);
  }
  .contact-form--foreign .contact-form__row--textarea {
    column-gap: clamp(10px, 10px + (100vw - 900px) * 0.1625, 75px);
    grid-template-columns: 266px minmax(0, 709px);
  }
  .contact-form--foreign .contact-form__row--textarea > p {
    column-gap: clamp(10px, 10px + (100vw - 900px) * 0.1625, 75px);
    grid-template-columns: 266px minmax(0, 709px);
  }
  .contact-form--foreign .contact-form__row--textarea .contact-form__field-col--textarea {
    max-width: 709px;
  }
  .contact-form--foreign .contact-form__label-col {
    max-width: 266px;
    min-width: 266px;
    width: 266px;
  }
  .contact-form--foreign .contact-form__field-col {
    max-width: 709px;
  }
}
@media screen and (max-width: 899px) {
  .contact-form--foreign .contact-form__label-col {
    min-width: 0;
    width: 100%;
  }
  .contact-form--foreign .contact-form__field-col {
    max-width: none;
  }
}

.contact-form--foreign p.contact-form__intro--primary {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-form--foreign p.contact-form__intro--primary {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .contact-form--foreign p.contact-form__intro--primary {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.contact-form--foreign p.contact-form__intro--secondary {
  margin-bottom: 64px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-form--foreign p.contact-form__intro--secondary {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .contact-form--foreign p.contact-form__intro--secondary {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__fields {
    row-gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__label {
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }
}

@media screen and (max-width: 375px) {
  .contact-form--foreign .contact-form__badge {
    font-size: 14px;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__field-col--radio .wpcf7-list-item label {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__divider {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}

.contact-form--foreign .contact-form__privacy {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.contact-form--foreign .contact-form__privacy-heading {
  justify-content: flex-start;
}
@media screen and (max-width: 375px) {
  .contact-form--foreign .contact-form__privacy-heading {
    justify-content: flex-start;
  }
}

.contact-form--foreign .contact-form__privacy-heading > p {
  justify-content: flex-start;
}
@media screen and (max-width: 375px) {
  .contact-form--foreign .contact-form__privacy-heading > p {
    justify-content: flex-start;
  }
}

.contact-form--foreign .contact-form__privacy-title {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__privacy-title {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
  }
}
@media screen and (max-width: 375px) {
  .contact-form--foreign .contact-form__privacy-title {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
  }
}

.contact-form--foreign .contact-form__acceptance-wrap {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__acceptance-wrap label {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5;
  }
}

.contact-form--foreign .contact-form__acceptance-wrap .wpcf7-not-valid-tip {
  text-align: left;
}

.contact-form--foreign .contact-form__privacy-link-wrap {
  text-align: left;
}

.contact-form--foreign .contact-form__privacy-link {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__privacy-link {
    font-size: 18px;
  }
}

.contact-form--foreign .contact-form__submit-wrap {
  column-gap: 16px;
  max-width: 100%;
  width: min(613px, 100%);
}
@media screen and (max-width: 768px) {
  .contact-form--foreign .contact-form__submit-wrap {
    height: 72px;
    margin-top: 32px;
    width: 100%;
  }
}

.contact-page--foreign .contact-page-form .wpcf7-submit.contact-form__submit {
  font-size: 29px;
  padding-left: 73px;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-form .wpcf7-submit.contact-form__submit {
    font-size: 20px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign .contact-page-form .wpcf7-submit.contact-form__submit {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .contact-page--foreign .contact-page-form .wpcf7-response-output {
    text-align: left;
  }
}

.contact-page--foreign.contact-page--complete .contact-page__body {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign.contact-page--complete .contact-page__body {
    padding-bottom: 64px;
  }
}

.contact-page--foreign.contact-page--complete .contact-page-hero__title-ja {
  font-size: 48px;
  line-height: 1;
  max-width: 90%;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign.contact-page--complete .contact-page-hero__title-ja {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign.contact-page--complete .contact-page-hero__title-ja {
    font-size: 24px;
  }
}

.contact-page--foreign.contact-page--complete .contact-page-hero__desc-line {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign.contact-page--complete .contact-page-hero__desc-line {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign.contact-page--complete .contact-page-hero__desc-line {
    font-size: 16px;
  }
}

.contact-page--foreign.contact-page--complete .contact-complete__title {
  color: #54b54b;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .contact-page--foreign.contact-page--complete .contact-complete__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--foreign.contact-page--complete .contact-complete__title {
    font-size: 20px;
  }
}

.contact-page--foreign.contact-page--complete .contact-complete__message-line {
  line-height: 1.7;
}

.contact-page--foreign.contact-page--complete .contact-complete__alert-text {
  line-height: 1.7;
}

.contact-page--assessment .contact-page-hero__desc {
  margin-top: 56px;
  max-width: 90%;
}

.contact-page--assessment .contact-page-hero__desc-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment .contact-page-hero__desc-line {
    font-size: 16px;
  }
}

.contact-page--assessment .contact-page-form__panel {
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment .contact-page-form__panel {
    padding-right: 0;
    padding-left: 0;
  }
}

.contact-form--assessment .contact-form__field-col--unit,
.contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) {
  flex-grow: 0;
  justify-content: flex-start;
}

.contact-page--assessment .contact-page-hero {
  min-height: auto;
}

.contact-page--assessment .contact-page-hero__overlay {
  left: auto;
  padding-bottom: 127px;
  position: relative;
  transform: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment .contact-page-hero__overlay {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 375px) {
  .contact-page--assessment .contact-page-hero__overlay {
    padding-bottom: 64px;
  }
}

.assessment-steps {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  max-width: 1062px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .assessment-steps {
    margin-bottom: 32px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.assessment-steps__list {
  align-items: flex-start;
  column-gap: 254px;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .assessment-steps__list {
    column-gap: 120px;
  }
}
@media screen and (max-width: 768px) {
  .assessment-steps__list {
    column-gap: 16px;
    justify-content: space-between;
  }
}

.assessment-steps__list::before {
  border-top-color: #757575;
  border-top-style: dotted;
  border-top-width: 2px;
  content: "";
  height: 0;
  left: 50%;
  max-width: 684px;
  position: absolute;
  top: 21px;
  transform: translateX(-50%);
  width: 68%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .assessment-steps__list::before {
    max-width: none;
    width: calc(100% - 86px);
  }
}
@media screen and (max-width: 375px) {
  .assessment-steps__list::before {
    width: calc(100% - 60px);
  }
}

.assessment-steps__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  row-gap: 8px;
  z-index: 1;
}

.assessment-steps__circle {
  align-items: center;
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #757575;
  border-right-color: #757575;
  border-bottom-color: #757575;
  border-left-color: #757575;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  height: 43px;
  justify-content: center;
  width: 43px;
}

.assessment-steps__number {
  color: #757575;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .assessment-steps__number {
    font-size: 20px;
  }
}

.assessment-steps__label {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .assessment-steps__label {
    font-size: 12px;
    white-space: normal;
  }
}

.assessment-steps__item.is-current .assessment-steps__circle {
  background-color: #246b44;
  border-top-color: #246b44;
  border-right-color: #246b44;
  border-bottom-color: #246b44;
  border-left-color: #246b44;
}

.assessment-steps__item.is-current .assessment-steps__number {
  color: #fff;
}

.assessment-form__section {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1032px;
  width: 100%;
}

.assessment-form__section-title {
  align-items: center;
  color: #424141;
  column-gap: 24px;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .assessment-form__section-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.assessment-form__section-title::before {
  background-color: #246b44;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 50px;
  width: 3px;
}

.contact-form__section-divider {
  background-color: #246b44;
  height: 3px;
  margin-top: 75px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  max-width: 1062px;
  opacity: 0.6;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form__section-divider {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}

.contact-form__fields .contact-form__section-divider {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form__fields > p:has(> .contact-form__section-divider) {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.contact-form__label-note {
  color: #424141;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 0;
  white-space: normal;
}

.contact-form__label-note-line {
  display: block;
  line-height: 1.2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form--assessment .contact-form__row.contact-form__row--textarea {
  align-items: start;
  display: grid;
  justify-content: start;
  justify-items: start;
  width: 100%;
}

.contact-form--assessment .contact-form__row--textarea > p {
  align-items: start;
  display: grid;
  grid-column: 1/-1;
  justify-content: start;
  justify-items: start;
  max-width: none;
  width: 100%;
}

.contact-form--assessment .contact-form__row--textarea .contact-form__label-col {
  align-items: flex-start;
  align-self: start;
  column-gap: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
  row-gap: 2px;
}

.contact-form--assessment .contact-form__row--textarea .contact-form__label-col > p {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  row-gap: 2px;
}

.contact-form--assessment .contact-form__row--textarea .contact-form__label {
  white-space: normal;
}

.contact-form--assessment .contact-form__row--textarea .contact-form__label-note {
  margin-top: 0;
}

.contact-form--assessment .contact-form__row--textarea .contact-form__field-col--textarea {
  align-self: start;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .contact-form--assessment .contact-form__row.contact-form__row--textarea {
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
  .contact-form--assessment .contact-form__row--textarea > p {
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
  .contact-form--assessment .contact-form__row--textarea .contact-form__label-col {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: 100%;
  }
  .contact-form--assessment .contact-form__row--textarea .contact-form__field-col--textarea {
    grid-column: 1;
    grid-row: 2;
  }
}
.contact-form--assessment .contact-form__row--postal .contact-form__field-col--postal {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.contact-form--assessment .contact-form__postal-wrap {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.contact-form--assessment .contact-form__postal-field {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.contact-form--assessment .contact-form__postal-field > p {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__postal-wrap > p {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__postal-field .wpcf7-form-control-wrap,
.contact-form--assessment .contact-form__postal-wrap .wpcf7-form-control-wrap {
  display: block;
  flex-shrink: 0;
  max-width: 250px;
  width: 250px;
}

.contact-form__postal-prefix {
  color: #424141;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.contact-form--assessment .contact-form__input--postal {
  height: 48px;
  max-width: 250px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .contact-form--assessment .contact-form__input--postal {
    max-width: 100%;
    width: 100%;
  }
}

.contact-form__input--hidden {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form--assessment .wpcf7-form-control-wrap[data-name=address-prefecture] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form--assessment input[name=address-prefecture]:not([type=hidden]) {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form__postal-note {
  color: #7d7979;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form--assessment .contact-form__field-col--unit {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;
  max-width: none;
}

.contact-form--assessment .contact-form__unit-field {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.contact-form--assessment .contact-form__unit-field > p {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__field-col--unit > p {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__unit-field .wpcf7-form-control-wrap,
.contact-form--assessment .contact-form__field-col--unit .wpcf7-form-control-wrap {
  display: block;
  flex-shrink: 0;
  max-width: 280px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact-form--assessment .contact-form__unit-field .wpcf7-form-control-wrap,
  .contact-form--assessment .contact-form__field-col--unit .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.contact-form--assessment .contact-form__input--unit {
  max-width: 280px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact-form--assessment .contact-form__input--unit {
    max-width: 100%;
    width: 100%;
  }
}

.contact-form--assessment .contact-form__unit-suffix {
  color: #424141;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.contact-form--assessment .contact-form__area-unit {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.contact-form--assessment .contact-form__area-unit > p {
  display: contents;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__area-unit br {
  display: none;
}

.contact-form--assessment .contact-form__area-unit-toggle {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: nowrap;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #246b44;
  border-right-color: #246b44;
  border-bottom-color: #246b44;
  border-left-color: #246b44;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.contact-form--assessment .contact-form__area-unit-toggle > p {
  display: contents;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__area-unit-toggle br {
  display: none;
}

.contact-form--assessment .contact-form__area-unit-btn {
  align-items: center;
  background-color: #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  color: #246b44;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 36px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 36px;
}

.contact-form--assessment .contact-form__area-unit-btn + .contact-form__area-unit-btn {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #246b44;
}

.contact-form--assessment .contact-form__area-unit-btn.is-active {
  background-color: #246b44;
  color: #fff;
}

.contact-form--assessment .contact-form__area-unit-btn:focus-visible {
  outline: 2px solid #246b44;
  outline-offset: 2px;
}

.contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix),
.contact-form--assessment .contact-form__field-col:has(.contact-form__area-unit) {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) > p,
.contact-form--assessment .contact-form__field-col:has(.contact-form__area-unit) > p,
.contact-form--assessment p:has(> .contact-form__unit-suffix),
.contact-form--assessment p:has(> .contact-form__area-unit),
.contact-form--assessment p:has(> .wpcf7-form-control-wrap):has(> .contact-form__unit-suffix),
.contact-form--assessment p:has(> .wpcf7-form-control-wrap):has(> .contact-form__area-unit) {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

.contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) .wpcf7-form-control-wrap,
.contact-form--assessment p:has(> .contact-form__unit-suffix) .wpcf7-form-control-wrap {
  flex-shrink: 0;
  max-width: 280px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) .wpcf7-form-control-wrap,
  .contact-form--assessment p:has(> .contact-form__unit-suffix) .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form--assessment .contact-form__field-col--unit,
  .contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix),
  .contact-form--assessment .contact-form__field-col:has(.contact-form__area-unit) {
    flex-shrink: 1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .contact-form--assessment .contact-form__unit-field {
    column-gap: 12px;
    flex-shrink: 1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .contact-form--assessment .contact-form__unit-field > p,
  .contact-form--assessment .contact-form__field-col--unit > p,
  .contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) > p,
  .contact-form--assessment .contact-form__field-col:has(.contact-form__area-unit) > p,
  .contact-form--assessment p:has(> .contact-form__unit-suffix),
  .contact-form--assessment p:has(> .contact-form__area-unit),
  .contact-form--assessment p:has(> .wpcf7-form-control-wrap):has(> .contact-form__unit-suffix),
  .contact-form--assessment p:has(> .wpcf7-form-control-wrap):has(> .contact-form__area-unit) {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .contact-form--assessment .contact-form__unit-field .wpcf7-form-control-wrap,
  .contact-form--assessment .contact-form__field-col--unit .wpcf7-form-control-wrap,
  .contact-form--assessment .contact-form__field-col:has(.contact-form__unit-suffix) .wpcf7-form-control-wrap,
  .contact-form--assessment p:has(> .contact-form__unit-suffix) .wpcf7-form-control-wrap {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: none;
    min-width: 0;
    width: auto;
  }
  .contact-form--assessment .contact-form__input--unit {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .contact-form--assessment .contact-form__unit-suffix {
    font-size: 18px;
  }
  .contact-form--assessment .contact-form__area-unit {
    flex-shrink: 0;
    width: auto;
  }
  .contact-form--assessment .contact-form__area-unit-toggle {
    flex-shrink: 0;
    width: auto;
  }
  .contact-form--assessment .contact-form__area-unit-btn {
    flex-shrink: 0;
    font-size: 13px;
    height: 36px;
    min-width: 36px;
    width: 36px;
  }
}
.contact-form--assessment .contact-form__field-col--radio-4 .wpcf7-radio {
  column-gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .contact-form--assessment .contact-form__field-col--radio-4 .wpcf7-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 899px) {
  .contact-form--assessment .contact-form__field-col--radio-4 .wpcf7-radio {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }
}

.contact-form__submit-wrap--assessment {
  background-color: #246b44;
  box-shadow: 2px 4px 2.5px rgba(220, 220, 220, 0.5);
  column-gap: 8px;
  height: 94px;
  margin-top: 48px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  width: min(501px, 100%);
}
@media screen and (max-width: 768px) {
  .contact-form__submit-wrap--assessment {
    height: 72px;
    width: 100%;
  }
}

.contact-form__submit-wrap--assessment::before {
  display: none;
}

.contact-form__submit-wrap--assessment::after {
  background-image: url("../images/top/header-pc-contact-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  right: 142px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}

.contact-page--assessment .contact-page-form .wpcf7-submit.contact-form__submit {
  font-size: 25px;
  font-weight: 700;
  padding-top: 0;
  padding-right: 36px;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment .contact-page-form .wpcf7-submit.contact-form__submit {
    font-size: 18px;
    padding-right: 28px;
  }
}

.contact-page-hero__title-ja--confirm {
  align-items: baseline;
  column-gap: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  row-gap: 8px;
}

.contact-page-hero__title-ja-main {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .contact-page-hero__title-ja-main {
    font-size: 28px;
    line-height: 1.3;
  }
}

.contact-page-hero__title-ja-sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .contact-page-hero__title-ja-sub {
    font-size: 18px;
    line-height: 1.3;
  }
}

.assessment-confirm-page__panel {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__panel {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

.assessment-confirm-table {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1066px;
  width: 100%;
}

.assessment-confirm-table__section {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.assessment-confirm-table__section-title {
  align-items: center;
  color: #424141;
  column-gap: 24px;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__section-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.assessment-confirm-table__section-title::before {
  background-color: #246b44;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 50px;
  width: 3px;
}

.assessment-confirm-table__rows {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.assessment-confirm-table__row {
  column-gap: 4px;
  display: grid;
  grid-template-columns: 306px minmax(0, 1fr);
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    row-gap: 0;
  }
}

.assessment-confirm-table__row--tall .assessment-confirm-table__label {
  min-height: 96px;
}

.assessment-confirm-table__row--message .assessment-confirm-table__label {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 155px;
  padding-top: 57px;
  row-gap: 2px;
}

.assessment-confirm-table__label:has(.assessment-confirm-table__label-note) {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2px;
}

.assessment-confirm-table__row--message .assessment-confirm-table__value {
  align-items: flex-start;
  line-height: 1.7;
  min-height: 155px;
  padding-top: 47px;
}

.assessment-confirm-table__label {
  align-items: center;
  background-color: rgba(222, 248, 219, 0.5);
  color: #424141;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 80px;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__label {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
    min-height: 48px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
}

.assessment-confirm-table__label-note {
  color: #424141;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  width: 100%;
}

.assessment-confirm-table__label-note .contact-form__label-note-line {
  display: block;
}

.assessment-confirm-table__label-text {
  display: block;
  line-height: 1;
  width: 100%;
}

.assessment-confirm-table__rows .assessment-confirm-table__row:first-child .assessment-confirm-table__label {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.assessment-confirm-table__rows .assessment-confirm-table__row:last-child .assessment-confirm-table__label {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.assessment-confirm-table__value {
  align-items: center;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  color: #424141;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 80px;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 40px;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__value {
    border-bottom-width: 0;
    font-size: 16px;
    line-height: 1.6;
    min-height: 0;
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}

.assessment-confirm-table__rows .assessment-confirm-table__row:last-child .assessment-confirm-table__value {
  border-bottom-width: 0;
}

.assessment-confirm-table__section-divider {
  background-color: #246b44;
  height: 6px;
  margin-top: 48px;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: 0;
  opacity: 0.6;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__section-divider {
    height: 4px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.assessment-confirm-table > .assessment-confirm-table__section-divider {
  margin-top: 207px;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table > .assessment-confirm-table__section-divider {
    margin-top: 80px;
  }
}

.assessment-confirm-table__section > .assessment-confirm-table__section-divider {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-table__section > .assessment-confirm-table__section-divider {
    margin-top: 32px;
  }
}

.assessment-confirm-page__note {
  margin-top: 106px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  max-width: 1066px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__note {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

.assessment-confirm-page__feedback {
  color: #f68f00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__feedback {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.assessment-confirm-page__feedback[hidden] {
  display: none;
}

.assessment-confirm-page__note-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__note-line {
    font-size: 16px;
  }
}

.assessment-confirm-page__actions {
  align-items: center;
  column-gap: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1066px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__actions {
    flex-direction: column;
    row-gap: 16px;
  }
}

.assessment-confirm-page__back {
  align-items: center;
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #246b44;
  border-right-color: #246b44;
  border-bottom-color: #246b44;
  border-left-color: #246b44;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 4px 5px rgba(220, 220, 220, 0.5);
  color: #246b44;
  column-gap: 8px;
  display: inline-flex;
  flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 94px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 501px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__back {
    font-size: 18px;
    height: 72px;
  }
}

.assessment-confirm-page__back::before {
  background-image: url("../images/contact/assetment-arrow-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 8px;
  pointer-events: none;
  width: 21px;
}

.assessment-confirm-page__back:hover {
  opacity: 0.85;
}

.assessment-confirm-page__send {
  align-items: center;
  appearance: none;
  background-color: #246b44;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 4px 2.5px rgba(220, 220, 220, 0.5);
  color: #fff;
  column-gap: 8px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 94px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 501px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  transition: opacity 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment-confirm-page__send {
    font-size: 18px;
    height: 72px;
  }
}

.assessment-confirm-page__send::after {
  background-image: url("../images/top/header-pc-contact-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 9px;
  pointer-events: none;
  width: 20px;
}

.assessment-confirm-page__send:hover {
  opacity: 0.85;
}

.assessment-confirm-page__form-hidden {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-page--assessment-complete .contact-page-hero__desc {
  margin-top: 56px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment-complete .contact-page-hero__desc {
    margin-top: 32px;
  }
}

.contact-page--assessment-complete .contact-complete__title {
  color: #54b54b;
}

.contact-page--assessment-complete .assessment-steps {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .contact-page--assessment-complete .assessment-steps {
    margin-bottom: 40px;
  }
}

.contact-page--assessment-complete .contact-complete {
  margin-top: 0;
}

.contact-page--assessment-complete .contact-page__body {
  padding-bottom: 56px;
}

@media screen and (max-width: 1440px) {
  .top-page .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-en {
    font-size: 56px;
  }
  .section-ja {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .main-view__fv-panel {
    padding-top: 48px;
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 32px;
  }
  .main-view__cards-lead {
    font-size: 24px;
  }
  .main-view__cards {
    column-gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
    width: 100%;
  }
  .main-view__card-link {
    width: 100%;
  }
  .main-view__card-label {
    font-size: 20px;
  }
  .main-view__card-sub {
    font-size: 14px;
  }
  .concept__layout {
    column-gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(480px, 44vw));
  }
  .concept__text-stack {
    max-width: none;
  }
  .concept__title {
    font-size: 24px;
  }
  .concept__en-row,
  .service-top__en-row,
  .flow__en-row,
  .company__en-row,
  .faq__en-row {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .service-top__cards {
    column-gap: 32px;
  }
  .future__layout {
    column-gap: 32px;
    grid-template-columns: minmax(0, min(380px, 36vw)) minmax(0, 1fr);
  }
  .future__visual {
    max-width: 380px;
  }
  .future__list {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .future__item {
    column-gap: 24px;
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .future__num-col {
    width: 96px;
  }
  .future__item-icon {
    height: 120px;
    width: 96px;
  }
  .future__item-title {
    font-size: 20px;
  }
  .flow__list {
    margin-top: 80px;
    row-gap: 48px;
  }
  .flow__card {
    max-width: 100%;
  }
  .flow__main {
    padding-left: 56px;
  }
  .flow__title {
    font-size: 20px;
  }
  .flow__phone-num {
    font-size: 24px;
  }
  .news-top__cards {
    column-gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .foreign-customers {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .foreign-customers__content {
    padding-bottom: 40px;
    padding-left: clamp(32px, 6vw, 72px);
    padding-right: 16px;
    padding-top: 48px;
  }
  .foreign-customers__map {
    top: 100px;
    width: min(580px, 115%);
  }
  .foreign-customers__lead {
    column-gap: 20px;
  }
  .foreign-customers__titles {
    column-gap: 20px;
  }
  .foreign-customers__title-en {
    font-size: clamp(18px, 2.4vw, 32px);
  }
  .foreign-customers__title-ja {
    font-size: 26px;
  }
  .foreign-customers__text {
    font-size: 16px;
    margin-top: 40px;
    max-width: none;
  }
  .contact-top {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .contact-top__grid {
    column-gap: 64px;
  }
  .contact-top__title-en {
    font-size: 56px;
    line-height: 1.1;
  }
  .contact-top__title-ja {
    font-size: 20px;
  }
  .contact-top__lead {
    font-size: 20px;
  }
  .contact-top__tel-num {
    font-size: 32px;
  }
  .faq__question {
    font-size: 15px;
    min-height: 72px;
    padding-left: 32px;
    padding-right: 64px;
  }
  .faq__question-q {
    font-size: 28px;
    margin-right: 12px;
    width: 28px;
  }
  .faq__question-divider {
    margin-right: 16px;
  }
  .faq__answer-inner {
    padding-left: 72px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .top-page .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-en {
    font-size: 48px;
  }
  .concept__layout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }
  .concept__text-stack,
  .concept__visual-col {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
  }
  .concept__visual-col {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  .service-top__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
  .future__layout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
  .future__visual {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
  .future__list {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .foreign-customers__panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .foreign-customers__content {
    padding-left: clamp(24px, 4vw, 48px);
    padding-right: 20px;
  }
  .foreign-customers__photo {
    max-width: 100%;
  }
  .contact-top__grid {
    column-gap: 0;
    flex-direction: column;
    row-gap: 40px;
  }
  .contact-top__intro {
    min-height: 0;
    width: 100%;
  }
  .contact-top__ctas {
    margin-right: auto;
    margin-left: auto;
    max-width: 498px;
    width: 100%;
  }
  .contact-top__title-en {
    font-size: 48px;
  }
  .flow__step-side {
    left: 0;
    top: -24px;
  }
  .flow__main {
    padding-left: 40px;
    padding-right: 16px;
  }
  .flow__card-inner {
    flex-direction: column;
  }
  .flow__thumb {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .faq__question {
    padding-left: 20px;
    padding-right: 56px;
  }
  .faq__answer-inner {
    padding-left: 48px;
    padding-right: 24px;
  }
}
.top-page .inner {
  max-width: 1230px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.section-en {
  color: #000;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.4;
}

.section-en.top-consept-section-en {
  display: inline-block;
  opacity: 0.8;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(177deg, #4aaa1e 25.86%, #1a8c2d 150.33%);
  background-clip: text;
  -webkit-background-clip: text;
}

.section-ja {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 22px;
  margin-top: 10px;
}

.main-view {
  min-height: 988px;
  overflow: hidden;
  position: relative;
}

.main-view__paper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.main-view__paper img {
  height: 100%;
  object-fit: cover;
}

.main-view__hero {
  height: 100%;
  left: 0;
  max-height: 544px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main-view__hero img {
  height: 110%;
  object-fit: cover;
  object-position: center 100%;
  width: 100%;
}

.main-view .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  z-index: 3;
}

.main-view__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 73px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}

.main-view__logo {
  height: 234px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 368px;
  width: 100%;
}

.main-view__logo img {
  height: 100%;
  object-fit: cover;
}

.main-view__catch {
  align-items: center;
  background-color: #fff;
  border-radius: 128px;
  box-sizing: border-box;
  color: #246b44;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 2.8vw, 24px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: min(600px, 100% - 30px);
  min-height: 40px;
  opacity: 1;
  padding-top: clamp(8px, 1.5vw, 12px);
  padding-right: clamp(12px, 4vw, 19px);
  padding-bottom: clamp(8px, 1.5vw, 12px);
  padding-left: clamp(12px, 4vw, 19px);
  text-align: center;
  white-space: nowrap;
  width: max-content;
}

.main-view__fv-panel {
  align-self: stretch;
  background-color: #f4f2ea;
  border-radius: 40px;
  box-shadow: 2px 4px 4px rgba(228, 228, 228, 0.8);
  box-sizing: border-box;
  margin-top: 93px;
  max-width: 1280px;
  text-align: left;
  width: 100%;
  padding-top: 66px;
  padding-right: 40px;
  padding-bottom: 65px;
  padding-left: 40px;
}

.main-view__cards-lead {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}

.main-view__cards {
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, 229px);
  justify-content: center;
  margin-top: 32px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: fit-content;
}

.main-view__card {
  display: flex;
}

.main-view__card-link {
  align-items: center;
  background-color: #fff;
  border-color: #78c810;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 2px 3px #d9d9d7;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: flex-start;
  min-height: 212px;
  padding-top: 11px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  width: 229px;
}

.main-view__card-link:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.main-view__card-icon {
  display: block;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.main-view__card-icon--rent {
  height: 78px;
  width: 78px;
}

.main-view__card-icon--buy {
  height: 82px;
  width: 82px;
}

.main-view__card-icon--sell {
  height: 87px;
  width: 87px;
}

.main-view__card-icon--manage {
  aspect-ratio: 63.23/80.76;
  height: 80.76px;
  width: 63.23px;
}

.main-view__card-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.main-view__card-label {
  color: #333232;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
}

.main-view__card-label--sell,
.main-view__card-label--manage {
  margin-top: 0;
}

.main-view__card-sub {
  color: #333232;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 14px;
  text-align: center;
}

.main-view__card-sub--manage {
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.main-view__fv-actions {
  column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 498px));
  justify-content: center;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1028px;
  row-gap: 0;
  width: 100%;
}

.main-view__fv-cta {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  column-gap: 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 498px;
  min-height: 115px;
  opacity: 1;
  padding-top: 14.5px;
  padding-right: 40px;
  padding-bottom: 14.5px;
  padding-left: 40px;
  text-decoration: none;
  width: 100%;
}

.main-view__fv-cta:hover {
  opacity: 0.85;
}

.main-view__fv-cta:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.main-view__fv-cta--contact {
  background-color: #f69000;
  box-shadow: 2px 4px 2.5px rgba(219, 216, 207, 0.7);
}

.main-view__fv-cta--foreign {
  background-color: #fff;
  border-color: #246b44;
  border-style: solid;
  border-width: 2px;
  box-shadow: 2px 4px 2.5px rgba(219, 216, 207, 0.7);
}

.main-view__fv-cta-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 0;
  row-gap: 0;
}

.main-view__fv-cta-title {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.0583333333em;
  line-height: 1.7;
  white-space: nowrap;
}

.main-view__fv-cta-sub {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 4px;
  white-space: nowrap;
}

.main-view__fv-cta-title-en {
  color: #246b44;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2.2vw, 27px);
  font-weight: 500;
  letter-spacing: 0.0444444444em;
  line-height: 1.7;
  max-width: 100%;
  white-space: nowrap;
}

.main-view__fv-cta--foreign .main-view__fv-cta-body {
  flex-grow: 1;
  min-width: 0;
}

.main-view__fv-cta-sub-foreign {
  color: #246b44;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 4px;
  white-space: nowrap;
}

.main-view__fv-cta-icon {
  display: block;
  flex-shrink: 0;
}

.main-view__fv-cta-icon--mail {
  height: 57px;
  width: 57px;
}

.main-view__fv-cta-icon--globe {
  height: 63px;
  width: 63px;
}

.main-view__fv-cta-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.concept {
  padding-top: 120px;
  padding-bottom: 120px;
}

.concept__header,
.service-top__header,
.flow__header,
.company__header,
.faq__header {
  max-width: 100%;
  position: relative;
  width: fit-content;
}

.concept__header .section-ja,
.service-top__header .section-ja,
.flow__header .section-ja,
.company__header .section-ja,
.faq__header .section-ja {
  margin-top: 16px;
}

.service-top__header::after {
  background-image: url("../images/top/concept-consept-deco.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 89px;
  left: 330px;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  pointer-events: none;
  position: absolute;
  top: 24px;
  width: 93px;
}

.company__header::after {
  background-image: url("../images/top/company-header-deco.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 92px;
  left: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 12px;
  pointer-events: none;
  position: absolute;
  top: 11px;
  width: 126px;
}

.flow__header::after,
.faq__header::after {
  background-image: url("../images/top/concept-consept-deco.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 89px;
  left: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 12px;
  pointer-events: none;
  position: absolute;
  top: 24px;
  width: 93px;
}

.concept__en-row,
.service-top__en-row,
.flow__en-row,
.company__en-row,
.faq__en-row {
  align-items: flex-end;
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
}

.concept__layout {
  column-gap: 44px;
  display: grid;
  grid-template-columns: minmax(0, 624px) minmax(0, 561px);
}

.concept__text-stack {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: space-between;
  max-width: 624px;
  min-height: 0;
}

.concept .concept__header {
  flex-shrink: 0;
}

.concept__header + .concept__blocks {
  margin-top: 32px;
}

.concept__blocks {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.concept__block + .concept__block {
  margin-top: 64px;
}

.concept__title {
  color: #246B44;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.concept__text {
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.concept__title + .concept__text {
  margin-top: 24px;
}

.concept__body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.concept__body + .concept__body {
  margin-top: 24px;
}

.concept__text-sp {
  display: none;
}

.concept__text-pc {
  display: block;
}

.concept__visual-col {
  align-self: start;
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  max-width: 561px;
  width: 100%;
}

.concept__image {
  aspect-ratio: 561/584;
  border-radius: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}
.concept__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.concept__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 120px;
  width: 100%;
}

.concept__btn {
  align-items: center;
  background-color: #246b44;
  border-radius: 20px;
  box-shadow: 2px 4px 2.5px rgba(225, 225, 225, 0.7);
  column-gap: 16px;
  display: inline-flex;
  justify-content: center;
  max-width: 304px;
  width: 100%;
  min-height: 58px;
  opacity: 1;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 40px;
  text-decoration: none;
}

.concept__btn:hover {
  opacity: 0.85;
}

.concept__btn:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.concept__btn-label {
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.concept__btn-icon {
  display: block;
  flex-shrink: 0;
  height: 8px;
  width: 22px;
}

.concept__btn-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.future {
  padding-bottom: 80px;
  padding-top: 100px;
  position: relative;
}

.future__bg {
  bottom: 0;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: calc((100vw - 100%) / -2);
  top: 0;
  width: calc(72% + (100vw - 100%) / 2);
  z-index: 0;
}

.future__bg img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.8;
  width: 100%;
}

.future .inner {
  position: relative;
  z-index: 1;
}

.future__header {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
  row-gap: 0;
  width: fit-content;
}

.future__header .future__ja-heading {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}

.future__header::after {
  background-image: url("../images/top/future-features-deco.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 92px;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 83px;
  z-index: 0;
}

.future__en-row {
  align-items: flex-end;
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.future__en-row .section-en {
  position: relative;
  z-index: 1;
}

.future__layout {
  align-items: center;
  column-gap: 48px;
  display: grid;
  grid-template-columns: minmax(0, 435px) minmax(0, 1fr);
  margin-top: 28px;
  position: relative;
}

.future__visual,
.future__list {
  position: relative;
  z-index: 1;
}

.future__visual {
  background-color: #b0aeae;
  border-radius: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 435px;
  aspect-ratio: 435/499;
  height: auto;
  width: 100%;
}

.future__list {
  display: grid;
  row-gap: 40px;
  padding-top: 145px;
  padding-bottom: 145px;
}

.future__item {
  align-items: start;
  column-gap: 48px;
  display: grid;
  grid-template-columns: 119px minmax(0, 1fr);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.future__num-col {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 119px;
}

.future__num {
  color: #000;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.future__item-icon {
  background-color: #bcb4b4;
  border-radius: 40px;
  flex-shrink: 0;
  height: 141px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 119px;
}

.future__item-body {
  min-width: 0;
}

.future__item-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.future__item-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 532px;
}

.service-top {
  padding-top: 110px;
}

.service-top__cards {
  column-gap: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.service-top__card {
  justify-self: center;
  max-width: 359px;
  width: 100%;
}

.service-top__card-surface {
  background-color: #d9d9d9;
  border-radius: 40px;
  aspect-ratio: 359/573;
  height: auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.service-top__card-curve {
  background-color: #b0aeae;
  aspect-ratio: 292.639/114;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  clip-path: ellipse(50% 100% at 50% 100%);
  left: 9.15%;
  position: absolute;
  right: 9.33%;
  top: 33.86%;
  z-index: 2;
}

.service-top__card-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  right: 29.67%;
  text-align: center;
  top: 47.29%;
  z-index: 2;
}

.service-top__card-lower {
  background-color: #b0aeae;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  left: 0.14%;
  right: 0.14%;
  position: absolute;
  top: 51.66%;
  bottom: 0;
  z-index: 1;
}

.service-top__card-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  bottom: 15.71%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  left: 5.15%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  right: 5.15%;
  top: 63.35%;
  z-index: 2;
}

.service-top__card-go {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  height: 47px;
  justify-content: center;
  left: 50%;
  line-height: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 87.43%;
  transform: translateX(-50%);
  width: 47px;
  z-index: 10;
}

.service-top__card-go::before {
  background-color: #b0aeae;
  border-radius: 999px;
  content: "";
  height: 2px;
  width: 18px;
}

.service-top__card-go::after {
  border-right-color: #b0aeae;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #b0aeae;
  border-top-style: solid;
  border-top-width: 2px;
  content: "";
  height: 8px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -6px;
  transform: rotate(45deg);
  width: 8px;
}

.service-top__card-go:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

@media screen and (max-width: 1024px) {
  .service-top__cards {
    column-gap: 32px;
  }
}
.life-kiso {
  margin-top: 110px;
  min-height: 1032px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.life-kiso__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.life-kiso__background img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.15);
  width: 100%;
}

.life-kiso__overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

.life-kiso__inner {
  padding-bottom: 72px;
  padding-top: 72px;
  position: relative;
  z-index: 2;
}

.life-kiso__en {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 150px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.8;
  text-align: center;
}

.life-kiso__layout {
  align-items: flex-start;
  column-gap: 16px;
  display: grid;
  grid-template-columns: minmax(0, 410px) minmax(0, 1fr) auto;
  margin-top: 48px;
}

.life-kiso__cards {
  display: grid;
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 410px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  row-gap: 28px;
  width: 100%;
}

.life-kiso__card {
  display: block;
}

.life-kiso__card-link {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  box-sizing: border-box;
  color: inherit;
  display: block;
  min-height: 291px;
  padding-top: 20px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.life-kiso__card-link:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.life-kiso__card-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.life-kiso__card-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 296px;
}

.life-kiso__card-arrow {
  bottom: 28px;
  display: block;
  height: 12px;
  position: absolute;
  right: 28px;
  width: 56px;
}

.life-kiso__card-arrow img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.life-kiso__columns {
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-height: 393px;
}

.life-kiso__col {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-height: 393px;
  overflow: hidden;
  writing-mode: vertical-rl;
}

.life-kiso__side-titles {
  align-items: flex-start;
  column-gap: 24px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
}

.life-kiso__side-line:first-child {
  margin-top: 175px;
}

.life-kiso__side-line {
  color: #fff9f9;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.125;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.95;
  text-orientation: upright;
  width: 79px;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
  .life-kiso__layout {
    column-gap: 12px;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr) auto;
  }
  .life-kiso__en {
    font-size: 110px;
  }
  .life-kiso__side-line {
    font-size: 56px;
    width: 56px;
  }
  .life-kiso__side-line:first-child {
    margin-top: 40px;
  }
}
.flow {
  padding-top: 100px;
}

.flow__layout {
  margin-top: 28px;
  position: relative;
}

.flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  position: relative;
  row-gap: 68px;
  z-index: 1;
}

.flow__item {
  display: block;
  position: relative;
  width: 100%;
}

.flow__step-side {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  left: -12px;
  position: absolute;
  top: -30px;
  width: auto;
  z-index: 2;
}

.flow__id-label {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0;
}

.flow__num {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.flow__card {
  background-color: #d9d9d9;
  border-radius: 10px;
  flex-grow: 1;
  max-width: 1062px;
  min-width: 0;
  overflow: visible;
  position: relative;
}

.flow__item--contact .flow__card {
  min-height: 296px;
}

.flow__item:not(.flow__item--contact) .flow__card {
  min-height: 260px;
}

.flow__card-inner {
  align-items: flex-start;
  column-gap: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flow__main {
  flex-grow: 1;
  min-width: 0;
  padding-top: 36px;
  padding-right: 24px;
  padding-bottom: 6px;
  padding-left: 82px;
}

.flow__item--contact .flow__main {
  padding-bottom: 24px;
}

.flow__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 38px;
}

.flow__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 16px;
}

.flow__text-line {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.flow__text-line:first-child {
  margin-top: 0;
}

.flow__text--plain {
  line-height: 1.5;
  margin-top: 16px;
  max-width: 572px;
}

.flow__contact {
  margin-top: 18px;
  max-width: 678px;
}

.flow__contact-inner {
  background-color: #f1eded;
  border-radius: 10px;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 43px;
}

.flow__contact-top {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 12px;
}

.flow__contact-info {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.flow__phone {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
}

.flow__phone-icon {
  flex-shrink: 0;
  height: 38px;
  width: 38px;
}

.flow__phone-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.flow__phone-num {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.flow__contact-divider {
  background-color: #b0aeae;
  flex-shrink: 0;
  height: 70px;
  width: 1px;
}

.flow__contact-btn {
  background-color: #246b44;
  border-radius: 128px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  opacity: 1;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  text-align: center;
  text-decoration: none;
}

.flow__contact-btn:hover {
  opacity: 0.85;
}

.flow__contact-meta {
  column-gap: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  row-gap: 8px;
}

.flow__meta-row {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
}

.flow__badge {
  background-color: #3baa31;
  border-radius: 10px;
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
}

.flow__meta-value {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}

.flow__thumb {
  background-color: #f1eded;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-shrink: 0;
  height: 218px;
  margin-right: 0;
  width: 288px;
}

.company {
  padding-top: 100px;
}

.company__layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
  min-width: 0;
  width: 100%;
}

.company__visual {
  align-items: stretch;
  column-gap: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 0;
  min-width: 0;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 107px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.company__visual::before {
  background-image: url("../images/top/company-photo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 451px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 602px;
  z-index: 0;
}

.company__title {
  color: #000;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 387px;
  position: relative;
  width: min(387px, 32vw);
  z-index: 1;
}

.company__column {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 580px;
  min-width: 0;
  position: relative;
  row-gap: 24px;
  z-index: 1;
}

.company__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.company__body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.company__name {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}

.company__more {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 40px;
  color: #000;
  column-gap: 16px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  line-height: 1;
  margin-top: 210px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 33px;
  padding-right: 74px;
  padding-bottom: 33px;
  padding-left: 74px;
  width: fit-content;
}

.company__more-text {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.company__more-icon {
  display: block;
  flex-shrink: 0;
  height: 15px;
  width: 56px;
}

.company__more-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.news-top {
  background-color: #f4f2ea;
  padding-top: 82px;
  padding-bottom: 90px;
}

.news-top__inner {
  max-width: 1262px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.news-top__header {
  align-items: flex-end;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 100%;
  padding-left: 0;
  row-gap: 16px;
  width: 100%;
}

.news-top__titles {
  display: flex;
  flex-direction: column;
}

.news-top__section-en {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(178.97deg, #1a8c2d 25.86%, #4aaa1e 150.33%);
  color: transparent;
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.8;
  -webkit-text-fill-color: transparent;
}

.news-top__ja-heading {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 22px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

.news-top__archive {
  align-items: center;
  color: inherit;
  column-gap: 16px;
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
}

.news-top__archive:hover {
  opacity: 0.85;
}

.news-top__archive-label {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}

.news-top__archive-icon {
  display: block;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}

.news-top__archive-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.news-top__cards {
  align-items: stretch;
  column-gap: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 358px));
  justify-content: center;
  margin-top: 56px;
  row-gap: 0;
}

.news-top__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-self: center;
  max-width: 358px;
  width: 100%;
}

.news-top__card-link {
  box-sizing: border-box;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
}

.news-top__card-link:hover {
  opacity: 0.85;
}

.news-top__thumb {
  background-color: #d9d9d9;
  border-radius: 20px;
  height: 261px;
  max-width: 358px;
  overflow: hidden;
  width: 100%;
}

.news-top__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-top__date {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 16px;
}

.news-top__title {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .news-top__title {
    margin-top: 16px;
  }
}

.news-top__text {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .news-top__text {
    margin-top: 16px;
  }
}

.news-top__read {
  align-items: center;
  column-gap: 10px;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 26px;
}

.news-top__read-text {
  color: #246b44;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.news-top__read-icon {
  display: block;
  flex-shrink: 0;
  height: 8px;
  width: 56px;
}

.news-top__read-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news-top__cards {
    column-gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 358px));
    justify-content: center;
    row-gap: 40px;
  }
}
.foreign-customers {
  overflow: hidden;
  padding-bottom: 123px;
  padding-top: 121px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foreign-customers {
    padding-bottom: 79px;
    padding-top: 49px;
  }
}

.foreign-customers__inner {
  max-width: 1310px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}

.foreign-customers__texture {
  background-image: url("../images/top/foreign-customers-bg-texture.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .foreign-customers__texture {
    background-image: url("../images/top/foreign-customers-bg-texture-sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    max-height: 100%;
    right: 0;
    transform: none;
    width: auto;
  }
}

.foreign-customers .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreign-customers .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.foreign-customers__panel {
  align-items: stretch;
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(212, 209, 204, 0.5);
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1278px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .foreign-customers__panel {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    max-width: 335px;
    position: relative;
    width: 100%;
  }
}

.foreign-customers__content {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 111px;
  padding-right: 21px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .foreign-customers__content {
    background-color: transparent;
    display: contents;
    height: auto;
    min-height: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.foreign-customers__map {
  height: 400px;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 120px;
  transform: translateX(-42%);
  width: min(754px, 130%);
}
@media screen and (max-width: 768px) {
  .foreign-customers__map {
    height: 166px;
    left: 50%;
    top: 228px;
    transform: translateX(-50%);
    width: 314px;
  }
}

.foreign-customers__map img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .foreign-customers__map picture {
    display: block;
    height: 100%;
    width: 100%;
  }
}

.foreign-customers__lead {
  align-items: center;
  column-gap: 28px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreign-customers__lead {
    align-items: center;
    flex-direction: column;
    order: 1;
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    row-gap: 16px;
    width: 100%;
  }
}

.foreign-customers__globe {
  display: block;
  flex-shrink: 0;
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .foreign-customers__globe {
    height: 57px;
    width: 57px;
  }
}

.foreign-customers__globe img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.foreign-customers__titles {
  align-items: baseline;
  column-gap: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .foreign-customers__titles {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}

.foreign-customers__title-en {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(179.73deg, #1a8c2d 25.86%, #4aaa1e 150.33%);
  color: transparent;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  max-width: 100%;
  opacity: 0.8;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .foreign-customers__title-en {
    align-self: flex-start;
    font-size: clamp(14px, 6.4vw, 24px);
    line-height: 1.5;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 11px;
  }
}

.foreign-customers__title-ja {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .foreign-customers__title-ja {
    font-family: "Kiwi Maru", sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}

.foreign-customers__text {
  color: #424141;
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 60px;
  max-width: 542px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreign-customers__text {
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 32px;
    margin-right: 0;
    margin-bottom: 32px;
    margin-left: 0;
    order: 2;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 100%;
  }
}

.foreign-customers__cta-wrap {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-top: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreign-customers__cta-wrap {
    display: contents;
    margin-top: 0;
    width: auto;
  }
}

a.foreign-customers__cta {
  align-items: center;
  background-color: #246b44;
  border-radius: 20px;
  box-shadow: 2px 4px 2.5px rgba(225, 225, 225, 0.7);
  box-sizing: border-box;
  column-gap: 8px;
  display: inline-flex;
  flex-shrink: 0;
  height: 52px;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 304px;
  min-height: 52px;
  opacity: 1;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  text-decoration: none;
  width: 304px;
}
@media screen and (max-width: 768px) {
  a.foreign-customers__cta {
    height: auto;
    margin-top: 24px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    max-width: 239px;
    min-height: 47px;
    order: 4;
    width: 239px;
  }
}

.foreign-customers__cta:hover {
  opacity: 0.85;
}

.foreign-customers__cta:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.foreign-customers__cta-label {
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .foreign-customers__cta-label {
    font-size: 14px;
    line-height: 1;
  }
}

.foreign-customers__cta-icon {
  display: block;
  flex-shrink: 0;
  height: 8px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .foreign-customers__cta-icon {
    height: 8px;
    width: 19px;
  }
}

.foreign-customers__cta-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.foreign-customers__photo {
  grid-column: 2;
  grid-row: 1;
  min-height: 595px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foreign-customers__photo {
    aspect-ratio: 335/333;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    order: 3;
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .foreign-customers__photo picture {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
}

.foreign-customers__photo img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .foreign-customers__photo img {
    aspect-ratio: 335/333;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 22% 12%;
    position: relative;
    transform: scale(1.4);
    transform-origin: 18% 8%;
    width: 100%;
  }
}

.foreign-customers__photo-fade {
  background-image: linear-gradient(to right, #fff 0%, transparent 100%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 45%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreign-customers__photo-fade {
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% 48%, 100% 48%;
    bottom: 0;
    height: 100%;
    top: 0;
    width: 100%;
  }
}

.contact-top {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 110px;
  position: relative;
}

.contact-top__inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1310px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.contact-top__bg {
  background-image: url("../images/top/top-contact-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.contact-top .inner {
  position: relative;
  z-index: 1;
}

.contact-top__grid {
  align-items: stretch;
  column-gap: 230px;
  display: flex;
}

.contact-top__intro {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  min-height: 100%;
}

.contact-top__lower {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.contact-top__heading {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-top__title-en {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(179.39deg, #4aaa1e 25.864%, #1a8c2d 150.33%);
  color: transparent;
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 70px;
  opacity: 0.8;
  -webkit-text-fill-color: transparent;
}

.contact-top__title-ja {
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-top__lead {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-top__lead-line {
  display: inline;
}

.contact-top__info {
  column-gap: 16px;
  display: grid;
  grid-template-columns: 41px 1fr;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  row-gap: 16px;
}

.contact-top__tel-row {
  display: contents;
}

.contact-top__tel-icon {
  align-self: center;
  display: block;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1;
  height: 41px;
  width: 41px;
}

.contact-top__tel-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.contact-top__tel-num {
  align-self: center;
  color: #424141;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 40px;
  font-weight: 500;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.contact-top__tel-num:hover {
  opacity: 0.85;
}

.contact-top__hours {
  align-self: start;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  row-gap: 8px;
}

.contact-top__hours-item {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-top__ctas {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 498px;
  row-gap: 32px;
  width: 100%;
}

.contact-top__cta {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  column-gap: 32px;
  display: flex;
  justify-content: center;
  min-height: 115px;
  opacity: 1;
  padding-bottom: 14.5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14.5px;
  text-decoration: none;
  width: 100%;
}

.contact-top__cta:hover {
  opacity: 0.85;
}

.contact-top__cta:focus-visible {
  outline-color: #246b44;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.contact-top__cta--mail {
  background-color: #f69000;
  box-shadow: 2px 4px 2px rgba(171, 166, 171, 0.6);
}

.contact-top__cta--assessment {
  background-color: #54b54b;
  box-shadow: 2px 4px 2.5px rgba(143, 163, 128, 0.6);
}

.contact-top__cta--foreign {
  background-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #246b44;
  box-shadow: 2px 4px 2.5px rgba(219, 216, 207, 0.7);
}

.contact-top__cta-icon {
  display: block;
  flex-shrink: 0;
}

.contact-top__cta-icon--mail {
  height: 57px;
  width: 57px;
}

.contact-top__cta-icon--home {
  height: 54px;
  width: 54px;
}

.contact-top__cta-icon--earth {
  height: 63px;
  width: 63px;
}

.contact-top__cta-icon--mail img,
.contact-top__cta-icon--home img,
.contact-top__cta-icon--earth img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.contact-top__cta-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
}

.contact-top__cta-text--stack {
  display: flex;
  flex-direction: column;
}

.contact-top__cta-line {
  display: block;
}

.contact-top__cta-line--primary {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.0583333333em;
  line-height: 2;
}

.contact-top__cta-line--sub {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.contact-top__cta-text--foreign {
  color: #246b44;
}

.contact-top__cta-line--foreign-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.0444444444em;
  line-height: 2;
}

.contact-top__cta-line--foreign-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .contact-top {
    padding-bottom: 79px;
    padding-top: 34px;
  }
  .contact-top__bg {
    background-image: url("../images/top/top-contact-bg-sp.webp"), url("../images/top/top-contact-bg-sp.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 582px;
    left: 50%;
    max-width: 375px;
    opacity: 1;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: min(100%, 375px);
  }
  .contact-top__bg::after {
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 48%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .contact-top .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .contact-top__grid {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  .contact-top__intro {
    display: contents;
    min-height: 0;
  }
  .contact-top__lower {
    display: contents;
  }
  .contact-top__heading {
    order: 1;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
  }
  .contact-top__title-en {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .contact-top__title-ja {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 18px;
    margin-top: 8px;
  }
  .contact-top__ctas {
    margin-top: 64px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 256px;
    order: 2;
    row-gap: 24px;
    width: 100%;
  }
  a.contact-top__cta {
    border-radius: 20px;
    column-gap: 8px;
    height: 64px;
    justify-content: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 256px;
    min-height: 64px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    width: 256px;
  }
  a.contact-top__cta--mail {
    box-shadow: 0 0 5px rgba(166, 162, 163, 0.6);
    column-gap: 16px;
  }
  a.contact-top__cta--assessment {
    box-shadow: 0 0 5px rgba(166, 162, 163, 0.6);
    column-gap: 16px;
  }
  a.contact-top__cta--foreign {
    box-shadow: 0 0 5px rgba(152, 149, 142, 0.6);
    column-gap: 8px;
  }
  .contact-top__cta-icon--mail {
    height: 30px;
    width: 30px;
  }
  .contact-top__cta-icon--home {
    height: 30px;
    width: 30px;
  }
  .contact-top__cta-icon--earth {
    height: 30px;
    width: 30px;
  }
  .contact-top__cta-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
  .contact-top__cta-line--primary {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .contact-top__cta-line--sub {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .contact-top__cta-line--foreign-en {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.7;
  }
  .contact-top__cta-line--foreign-ja {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .contact-top__lead {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 54px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 256px;
    min-height: 64px;
    order: 3;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    text-align: center;
    width: 100%;
  }
  .contact-top__lead-line {
    display: block;
  }
  .contact-top__info {
    grid-template-columns: 35px 1fr;
    margin-top: 19px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 100%;
    order: 4;
    row-gap: 16px;
    width: fit-content;
  }
  .contact-top__tel-icon {
    height: 35px;
    width: 35px;
  }
  .contact-top__tel-num {
    font-size: 30px;
    letter-spacing: 0;
  }
  .contact-top__hours {
    column-gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
  .contact-top__hours-item {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.faq {
  padding-top: 100px;
  padding-bottom: 120px;
}

.faq__list {
  row-gap: 12px;
  display: grid;
  margin-top: 24px;
}

.faq__item {
  background-color: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}

.faq__question {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 88px;
  padding-top: 0;
  padding-right: 87px;
  padding-bottom: 0;
  padding-left: 44px;
  position: relative;
  text-align: left;
  width: 100%;
}

.faq__question-q {
  color: #898383;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 0;
  margin-right: 16px;
  margin-bottom: 0;
  margin-left: 0;
  width: 35px;
}

.faq__question-divider {
  background-color: #000;
  flex-shrink: 0;
  height: 45px;
  margin-top: 0;
  margin-right: 23px;
  margin-bottom: 0;
  margin-left: 0;
  width: 1px;
}

.faq__question-text {
  color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  min-width: 0;
  text-align: left;
}

.faq__question-icon {
  display: block;
  flex-shrink: 0;
  height: 50px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  transition: transform 0.3s ease;
  width: 50px;
}

.faq__question-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.faq__item.is-open .faq__question-icon {
  transform: rotate(180deg);
}

.faq__answer[hidden] {
  display: none;
}

.faq__answer {
  overflow: hidden;
}

.faq__answer-inner {
  padding-bottom: 18px;
  padding-left: 119px;
  padding-right: 87px;
  padding-top: 0;
}

.faq__answer-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .company__visual {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    row-gap: 24px;
    width: 100%;
  }
  .company__visual::before {
    aspect-ratio: 602/451;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: 602px;
    right: auto;
    transform: translateX(-50%);
    width: min(100%, 602px);
  }
  .company__title {
    max-width: none;
    width: 100%;
  }
  .company__column {
    max-width: none;
    row-gap: 20px;
  }
  .company__name {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .main-view .inner {
    max-width: 1278px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-view__fv-panel {
    max-width: none;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
  .main-view__cards-lead {
    font-size: 22px;
    line-height: 1.3;
  }
  .main-view__cards {
    column-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
    max-width: 640px;
    row-gap: 20px;
  }
  .main-view__card-link {
    min-height: 168px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    width: 100%;
  }
  .main-view__card-icon--rent {
    height: 60px;
    width: 60px;
  }
  .main-view__card-icon--buy {
    height: 60px;
    width: 60px;
  }
  .main-view__card-icon--sell {
    height: 60px;
    width: 60px;
  }
  .main-view__card-icon--manage {
    aspect-ratio: 63.23/80.76;
    height: 68px;
    width: 53.17px;
  }
  .main-view__card-label {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .main-view__card-label--sell,
  .main-view__card-label--manage {
    margin-top: 0;
  }
  .main-view__card-sub {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .main-view__fv-actions {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    margin-top: 32px;
    max-width: 498px;
    row-gap: 20px;
  }
  a.main-view__fv-cta {
    column-gap: 16px;
    height: 64px;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 256px;
    min-height: 64px;
    padding-top: 0;
    padding-right: 21px;
    padding-bottom: 0;
    padding-left: 21px;
    width: 256px;
  }
  a.main-view__fv-cta--foreign {
    column-gap: 8px;
    padding-top: 0;
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;
  }
  a.main-view__fv-cta--foreign .main-view__fv-cta-body {
    flex-grow: 0;
    min-width: 0;
    width: auto;
  }
  a.main-view__fv-cta .main-view__fv-cta-title {
    font-size: 16px;
    line-height: 1.7;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-sub {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-title-en {
    font-size: 16px;
    line-height: 1.7;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-sub-foreign {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 0;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-icon--mail {
    height: 30px;
    width: 30px;
  }
  a.main-view__fv-cta .main-view__fv-cta-icon--globe {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .section-en {
    font-size: 36px;
  }
  .section-ja {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 16px;
  }
  .main-view {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    position: relative;
  }
  .main-view .inner {
    display: contents;
    max-width: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-view__hero {
    flex-shrink: 0;
    height: 348px;
    left: auto;
    max-height: none;
    order: 1;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .main-view__hero img {
    height: 100%;
    object-position: center bottom;
    width: 100%;
  }
  .main-view__brand {
    left: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 100%;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 76px;
    width: 100%;
    z-index: 2;
  }
  .main-view__logo {
    filter: drop-shadow(0 0 13px rgba(83, 116, 144, 0.7));
    height: 133px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 209px;
    position: static;
    width: 209px;
  }
  .main-view__logo img {
    object-fit: contain;
  }
  .main-view__catch {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: min(400px, 100%);
    min-height: 40px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    position: static;
    text-align: center;
    white-space: normal;
    width: max-content;
  }
  .main-view__fv-panel,
  .main-view__fv-panel-sp-panel {
    align-self: stretch;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
    min-height: 0;
    order: 2;
    padding-top: 32px;
    padding-right: 15px;
    padding-bottom: 80px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .main-view__cards-lead {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-view__cards {
    column-gap: 24px;
    grid-template-columns: repeat(2, 120px);
    justify-content: center;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 264px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    row-gap: 24px;
    width: fit-content;
  }
  .main-view__card-link {
    min-height: 120px;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: 120px;
  }
  .main-view__card-icon--rent {
    height: 46px;
    width: 46px;
  }
  .main-view__card-icon--buy {
    height: 46px;
    width: 46px;
  }
  .main-view__card-icon--sell {
    height: 46px;
    width: 46px;
  }
  .main-view__card-icon--manage {
    aspect-ratio: 63.23/80.76;
    height: 52px;
    width: 40.68px;
  }
  .main-view__card-label {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 8px;
  }
  .main-view__card-label--sell,
  .main-view__card-label--manage {
    margin-top: 0;
  }
  .main-view__card-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 4px;
  }
  .main-view__card-sub--manage {
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .main-view__fv-actions {
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    margin-top: 32px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
    row-gap: 24px;
    width: 100%;
  }
  a.main-view__fv-cta {
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
    column-gap: 16px;
    height: 64px;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 256px;
    min-height: 64px;
    padding-top: 0;
    padding-right: 21px;
    padding-bottom: 0;
    padding-left: 21px;
    width: 256px;
  }
  a.main-view__fv-cta--contact {
    box-shadow: 2px 4px 2.5px rgba(219, 216, 207, 0.7);
  }
  a.main-view__fv-cta--foreign {
    box-shadow: 2px 4px 2.5px rgba(219, 216, 207, 0.7);
    column-gap: 8px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
  a.main-view__fv-cta--foreign .main-view__fv-cta-body {
    flex-grow: 0;
    min-width: 0;
    width: auto;
  }
  a.main-view__fv-cta .main-view__fv-cta-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-sub {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 0;
    white-space: nowrap;
  }
  a.main-view__fv-cta .main-view__fv-cta-title-en {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.7;
    white-space: nowrap;
    width: auto;
  }
  a.main-view__fv-cta .main-view__fv-cta-sub-foreign {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 0;
    white-space: nowrap;
    width: auto;
  }
  a.main-view__fv-cta .main-view__fv-cta-icon--mail {
    height: 30px;
    width: 30px;
  }
  a.main-view__fv-cta .main-view__fv-cta-icon--globe {
    height: 30px;
    width: 30px;
  }
  .concept__en-row,
  .service-top__en-row,
  .flow__en-row,
  .company__en-row,
  .faq__en-row {
    column-gap: 8px;
  }
  .concept__header::after,
  .service-top__header::after {
    height: 56px;
    left: 244px;
    top: 0;
    width: 58px;
  }
  .company__header::after {
    height: 60px;
    margin-left: 10px;
    top: 0;
    width: 82px;
  }
  .flow__header::after,
  .faq__header::after {
    height: 56px;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 58px;
  }
  .concept__header .section-ja,
  .service-top__header .section-ja,
  .flow__header .section-ja,
  .company__header .section-ja,
  .faq__header .section-ja {
    margin-top: 8px;
  }
  .faq__question {
    min-height: 0;
    padding-top: 14px;
    padding-right: 15px;
    padding-bottom: 14px;
    padding-left: 15px;
  }
  .faq__question-q {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    width: 24px;
  }
  .faq__question-divider {
    height: 36px;
    margin-right: 12px;
  }
  .faq__question-text {
    font-size: 14px;
  }
  .faq__question-icon {
    height: 40px;
    width: 40px;
  }
  .faq__answer-inner {
    padding-bottom: 14px;
    padding-left: 62px;
    padding-right: 15px;
  }
  .concept {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .top-consept-section-en {
    font-size: 40px;
  }
  .concept__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .concept__layout {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .concept__text-stack {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    max-width: none;
    row-gap: 0;
  }
  .concept__title + .concept__text {
    margin-top: 24px;
  }
  .concept__text-pc {
    display: none;
  }
  .concept__text-sp {
    display: block;
  }
  .concept__text-sp .concept__body + .concept__body {
    margin-top: 16px;
  }
  .concept__text-sp .concept__body {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .concept__visual-col {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 335px;
    width: 100%;
  }
  .concept__image {
    aspect-ratio: 335/282;
    height: auto;
    width: 100%;
  }
  .concept__action {
    justify-content: center;
    margin-top: 120px;
  }
  .concept__btn {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 246px;
    min-height: 47px;
    padding-top: 9px;
    padding-right: 8px;
    padding-bottom: 9px;
    padding-left: 8px;
    width: 246px;
  }
  .concept__btn-label {
    font-size: 18px;
  }
  .future__bg {
    display: none;
  }
  .future__header::after {
    height: 64px;
    top: 0;
    width: 58px;
  }
  .future__header .future__ja-heading {
    margin-top: 0;
    text-align: right;
  }
  .future__en-row {
    column-gap: 8px;
    margin-top: 12px;
  }
  .future__layout {
    align-items: stretch;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .future__visual {
    height: 220px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
  }
  .future__list {
    row-gap: 32px;
  }
  .future__item {
    column-gap: 16px;
    grid-template-columns: 88px minmax(0, 1fr);
  }
  .future__num-col {
    width: 88px;
  }
  .future__num {
    font-size: 36px;
  }
  .future__item-icon {
    height: 110px;
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 88px;
  }
  .future__item-title {
    font-size: 18px;
  }
  .future__item-text {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
  }
  .flow__item {
    display: block;
  }
  .flow__step-side {
    left: -8px;
    top: -10px;
  }
  .flow__id-label {
    margin-left: 0;
  }
  .flow__num {
    font-size: 40px;
    margin-top: 0;
  }
  .flow__card-inner {
    flex-direction: column;
  }
  .flow__main {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .flow__title {
    margin-top: 0;
  }
  .flow__thumb {
    height: 200px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 288px;
    width: 100%;
  }
  .flow__item--contact .flow__card {
    min-height: 0;
  }
  .flow__item:not(.flow__item--contact) .flow__card {
    min-height: 0;
  }
  .flow__contact-inner {
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .flow__contact-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .flow__contact-divider {
    display: none;
  }
  .flow__phone-num {
    font-size: 22px;
  }
  .flow__contact-btn {
    font-size: 18px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .service-top__cards {
    grid-template-columns: 1fr;
    margin-top: 28px;
    row-gap: 24px;
  }
  .service-top__card-surface {
    max-width: 359px;
    width: 100%;
  }
  .life-kiso {
    margin-top: 64px;
    min-height: 0;
  }
  .life-kiso__inner {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .life-kiso__en {
    font-size: 44px;
  }
  .life-kiso__layout {
    grid-template-columns: 1fr;
    margin-top: 32px;
    row-gap: 32px;
  }
  .life-kiso__cards {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 100%;
  }
  .life-kiso__columns {
    flex-wrap: wrap;
    justify-content: center;
    max-height: none;
    row-gap: 12px;
  }
  .life-kiso__col {
    font-size: 14px;
    max-height: none;
    writing-mode: horizontal-tb;
  }
  .life-kiso__side-titles {
    justify-content: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  .life-kiso__side-line {
    font-size: 40px;
    width: auto;
  }
  .life-kiso__side-line:first-child {
    margin-top: 24px;
  }
  .life-kiso__card-link {
    min-height: 0;
  }
  .life-kiso__card-title {
    font-size: 24px;
  }
  .life-kiso__card-text {
    max-width: none;
  }
  .company__visual {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    row-gap: 20px;
    width: 100%;
  }
  .company__visual::before {
    aspect-ratio: 602/451;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: 602px;
    right: auto;
    transform: translateX(-50%);
    width: min(100%, 602px);
  }
  .company__title {
    font-size: 28px;
    max-width: none;
    width: 100%;
  }
  .company__column {
    max-width: none;
    row-gap: 20px;
  }
  .company__name {
    text-align: left;
  }
  .company__more {
    flex-wrap: wrap;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    row-gap: 8px;
  }
  .company__more-text {
    font-size: 18px;
  }
  .company__more-icon {
    height: 14px;
    width: 48px;
  }
  .news-top {
    padding-top: 32px;
    padding-bottom: 74px;
  }
  .news-top__inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .news-top__cards {
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 22px;
  }
  .news-top__header {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .news-top__archive {
    align-self: flex-end;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  .news-top__card {
    max-width: 335px;
    width: 100%;
  }
  .news-top__thumb {
    aspect-ratio: 335/138;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 335px;
    width: 100%;
  }
  .news-top__section-en {
    font-size: 40px;
  }
  .news-top__ja-heading {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 16px;
    margin-top: 8px;
  }
}
.news-top--archive {
  padding-top: 120px;
}

.news-top--archive .news-top__header {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.news-top--archive .news-top__cards {
  row-gap: 64px;
}

.news-archive__empty {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 56px;
  text-align: center;
}

.news-archive__pagination {
  margin-top: 64px;
}

.news-archive__pagination .nav-links {
  align-items: center;
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
}

.news-archive__pagination .page-numbers {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
}

.news-archive__pagination .page-numbers.current {
  color: #246b44;
  font-weight: 500;
}

.news-archive__pagination .page-numbers:hover {
  opacity: 0.7;
}

.news-single {
  background-color: #f4f2ea;
  padding-top: 120px;
  padding-bottom: 90px;
}

.news-single__inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 846px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  width: 100%;
}

.news-single__date {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.news-single__title {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.news-single__thumb {
  border-radius: 20px;
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}
.news-single__thumb img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.news-single__body {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 32px;
}

.news-single__body p + p {
  margin-top: 24px;
}

.news-single__back-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.news-single__back {
  align-items: center;
  color: #246b44;
  column-gap: 10px;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
}

.news-single__back:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .news-top--archive {
    padding-top: 80px;
  }
  .news-top--archive .news-top__cards {
    row-gap: 22px;
  }
  .news-archive__pagination {
    margin-top: 40px;
  }
  .news-single {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .news-single__inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .news-single__title {
    font-size: 22px;
  }
  .news-single__back-wrap {
    margin-top: 40px;
  }
}
/*16px＝1rem*/
.footer {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__main {
  background-color: #fbf6ef;
  overflow: hidden;
  padding-bottom: 73px;
  padding-top: 73px;
  position: relative;
}

.footer__texture {
  background-image: url("../images/top/top-footer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 0;
}

.footer__divider {
  display: none;
}

.footer__address-line {
  display: inline;
}

.footer .footer-inner {
  box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1282px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .footer .footer-inner {
    margin-right: 0;
  }
}
.footer__grid {
  align-items: flex-start;
  column-gap: 48px;
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
}

.footer__brand {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

.footer__logo-link {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 228px;
  width: 100%;
}

.footer__logo-link:hover {
  opacity: 0.85;
}

.footer__logo-img {
  height: auto;
  max-width: 228px;
  width: 100%;
  aspect-ratio: 228/171;
  object-fit: contain;
}

.footer__addresses {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__address-block {
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__address-block:first-child {
  margin-top: 0;
}

.footer__address-title {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__address-lines,
.footer__address-link {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  white-space: nowrap;
}

.footer__address-link {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.footer__tel-block {
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__tel-line {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__tel-line:first-child {
  margin-top: 0;
}

.footer__tel-label {
  font-weight: 400;
}

.footer__tel-num {
  color: #424141;
  text-decoration: none;
}

.footer__tel-num:hover {
  opacity: 0.85;
}

.footer__fax-num {
  color: #424141;
}

.footer__nav-col-group {
  display: contents;
}

.footer__nav-panel {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 817px;
  min-height: 396px;
  padding-bottom: 6px;
  padding-left: 91px;
  padding-right: 32px;
  padding-top: 60px;
  width: 100%;
}

.footer__nav {
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer__nav-col {
  flex-shrink: 0;
  width: 144px;
}

.footer__nav-col--mid {
  width: 150px;
}

.footer__nav-col--wide {
  width: 233px;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  row-gap: 40px;
}

.footer__nav-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 0.7;
}

.footer__nav-link {
  align-items: center;
  color: #424141;
  column-gap: 8px;
  display: inline-flex;
  text-decoration: none;
}

.footer__nav-link:hover {
  opacity: 0.75;
}

.footer__nav-mark {
  color: #424141;
  flex-shrink: 0;
}

.footer__nav-mark--dash {
  height: 2px;
  width: 16px;
}

.footer__nav-mark--bullet {
  height: 18px;
  width: 16px;
}

.footer__nav-mark--dash img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

.footer__nav-mark--bullet img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

.footer__nav-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.footer__nav-link--wide-label {
  column-gap: 15px;
}

.footer__bottom {
  background-color: #246b44;
}

.footer .footer-inner.footer__bottom-inner {
  padding-right: 80px;
}

.footer__bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 43px;
  padding-bottom: 0;
  padding-top: 0;
  row-gap: 8px;
}

.footer__copyright {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer__privacy {
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.footer__privacy:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1024px) {
  .footer .footer-inner {
    padding-left: clamp(24px, 4vw, 30px);
  }
  .footer__grid {
    column-gap: 32px;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  }
  .footer__brand {
    max-width: 340px;
  }
  .footer__address-lines,
  .footer__address-link {
    white-space: normal;
  }
  .footer__nav-panel {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    background-color: transparent;
    min-height: 811px;
    padding-bottom: 73px;
    padding-top: 40px;
  }
  .footer__texture {
    background-image: url("../images/top/top-footer-sp.png");
    background-position: center bottom;
    background-repeat: repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    width: auto;
  }
  .footer .footer-inner {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: none;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .footer__grid {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 286px;
    row-gap: 0;
    width: 100%;
  }
  .footer__brand {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 285px;
    text-align: center;
    width: 100%;
  }
  .footer__logo-link {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 186px;
  }
  .footer__logo-img {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 186px;
  }
  .footer__addresses {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 24px;
    width: 100%;
  }
  .footer__address-block {
    margin-top: 0;
  }
  .footer__address-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .footer__address-line {
    display: block;
  }
  .footer__address-lines,
  .footer__address-link {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: normal;
  }
  .footer__tel-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    row-gap: 16px;
  }
  .footer__tel-line {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0;
  }
  .footer__divider {
    background-color: #000;
    border: none;
    display: block;
    height: 1px;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    max-width: 286px;
    width: 100%;
  }
  .footer__nav-panel {
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 286px;
    min-height: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
  .footer__nav {
    align-items: flex-start;
    column-gap: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
    width: 100%;
  }
  .footer__nav-col {
    width: auto;
  }
  .footer__nav-col--mid {
    width: auto;
  }
  .footer__nav-col--wide {
    width: auto;
  }
  .footer__nav-col-group {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .footer__nav-col:first-child .footer__nav-list {
    row-gap: 24px;
  }
  .footer__nav-col-group .footer__nav-list {
    row-gap: 24px;
  }
  .footer__nav-link {
    column-gap: 8px;
  }
  .footer__nav-mark--dash {
    height: 2px;
    width: 8px;
  }
  .footer__nav-mark--bullet {
    height: 18px;
    width: 8px;
  }
  .footer__nav-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .footer__nav-link--wide-label {
    column-gap: 8px;
  }
  .footer__bottom {
    min-height: 73px;
  }
  .footer .footer-inner.footer__bottom-inner {
    padding-right: 15px;
  }
  .footer__bottom-inner {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    min-height: 73px;
    padding-bottom: 16px;
    padding-top: 16px;
    row-gap: 12px;
    width: 100%;
  }
  .footer__copyright {
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-align: center;
  }
  .footer__privacy {
    align-self: flex-end;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.privacy-page {
  background-color: #fff;
}

.privacy-page .inner {
  max-width: 1278px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .privacy-page .inner {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

.privacy-page-hero {
  min-height: 386px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .privacy-page-hero {
    min-height: 250px;
  }
}

.privacy-page-hero__visual {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.privacy-page-hero__image {
  display: block;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.85;
  width: 100%;
}

.privacy-page-hero__overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 50%;
  padding-top: 84px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .privacy-page-hero__overlay {
    padding-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page-hero__overlay {
    padding-top: 59px;
  }
}

.privacy-page-hero__title-en {
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  text-shadow: 0 0 18px rgba(46, 65, 38, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .privacy-page-hero__title-en {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page-hero__title-en {
    font-size: 36px;
    margin-bottom: 12px;
    white-space: normal;
  }
}

.privacy-page-hero__title-en-line {
  display: inline;
}
@media screen and (max-width: 768px) {
  .privacy-page-hero__title-en-line {
    display: block;
  }
}

.privacy-page-hero__title-en-line + .privacy-page-hero__title-en-line {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  .privacy-page-hero__title-en-line + .privacy-page-hero__title-en-line {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.privacy-page-hero__title-ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-shadow: 0 0 18px rgba(46, 65, 38, 0.6);
}
@media screen and (max-width: 1024px) {
  .privacy-page-hero__title-ja {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page-hero__title-ja {
    font-size: 16px;
    line-height: 1;
  }
}

.privacy-page__body {
  padding-bottom: 120px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page__body {
    padding-bottom: 80px;
  }
}

.privacy-page-content {
  margin-top: -68px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .privacy-page-content {
    margin-top: -36px;
  }
}

.privacy-page-content__panel {
  background-color: #fbfaf9;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #6bb84a;
  border-right-color: #6bb84a;
  border-bottom-color: #6bb84a;
  border-left-color: #6bb84a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(199, 199, 199, 0.25);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1062px;
  padding-top: 82px;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
}
@media screen and (max-width: 1024px) {
  .privacy-page-content__panel {
    padding-top: 82px;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page-content__panel {
    padding-top: 82px;
    padding-right: 21px;
    padding-bottom: 40px;
    padding-left: 21px;
  }
}

.privacy-page-content__intro {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  max-width: 840px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__intro {
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 294px;
  }
}

.privacy-page-content__sections {
  list-style: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  max-width: 840px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__sections {
    margin-bottom: 48px;
    max-width: 333px;
  }
}

.privacy-page-content__section {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 32px;
  padding-left: 0;
}

.privacy-page-content__section + .privacy-page-content__section {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d9d9d9;
  padding-top: 32px;
}

.privacy-page-content__section-head {
  align-items: center;
  column-gap: 16px;
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__section-head {
    align-items: flex-start;
    margin-bottom: 16px;
  }
}

.privacy-page-content__section-number {
  align-items: center;
  background-color: #246b44;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 29px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  width: 30px;
}

.privacy-page-content__section-title {
  color: #246b44;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__section-title {
    font-size: 16px;
  }
}

.privacy-page-content__section-body {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__section-body {
    font-size: 14px;
  }
}

.privacy-page-content__section-body p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.privacy-page-content__section-body p + p {
  margin-top: 16px;
}

.privacy-page-contact {
  align-items: center;
  background-color: #f4f2ea;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 640px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  row-gap: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacy-page-contact {
    max-width: 287px;
    padding-top: 33px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    row-gap: 16px;
  }
}

.privacy-page-contact__icon {
  aspect-ratio: 90/90;
  flex-shrink: 0;
  max-width: 90px;
  width: 100%;
  height: auto;
}
.privacy-page-contact__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.privacy-page-contact__content {
  container-type: inline-size;
  max-width: 100%;
  width: 100%;
}

.privacy-page-contact__heading {
  color: #54b54b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page-contact__heading {
    margin-bottom: 16px;
  }
}

.privacy-page-contact__lead {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 420px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy-page-contact__lead {
    margin-bottom: 16px;
    max-width: 238px;
    text-align: justify;
  }
}

.privacy-page-contact__tel {
  color: #424141;
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .privacy-page-contact__tel {
    font-size: clamp(20px, 12cqi, 32px);
    margin-bottom: 16px;
  }
}

.privacy-page-contact__hours-item {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-page-contact__hours-item {
    font-size: 14px;
  }
}

.privacy-page-contact__hours-item + .privacy-page-contact__hours-item {
  margin-top: 8px;
}

.privacy-page-content__enactment {
  color: #706a6a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1062px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .privacy-page-content__enactment {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
  }
}

/*16px＝1rem*/
