@charset "UTF-8";
/***
    The new CSS reset - version 1.7.2 (last updated 23.6.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

* {
  --inner-padding: 6.4vw;
  --hover-opacity: 0.7;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  pointer-events: none;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
  background-color: #fff;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: clamp(1.4rem, 1.0666666667rem + 0.6944444444vw, 1.6rem);
}
@supports not (font-size: clamp(14 * 0.1rem, 1.0666666667rem + 0.6944444444vw, 16 * 0.1rem)) {
  body {
    font-size: 1.4rem;
  }
}
body h1:has(wbr),
body h2:has(wbr),
body h3:has(wbr),
body h4:has(wbr),
body h5:has(wbr),
body h6:has(wbr),
body p:has(wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  a:not([class]) {
    text-decoration: underline;
  }
  @media not all and (pointer: coarse) {
    a:not([class]):hover {
      text-decoration: none;
    }
  }
}

span {
  font-weight: inherit;
}

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

input,
textarea,
button {
  border: none;
  appearance: none;
  caret-color: #006c46;
}
input:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline-color: #006c46;
}
@media (max-width: 767.98px) {
  input,
  textarea,
  button {
    font-size: 1.6rem;
  }
}

.js-business-image a {
  position: relative;
}

.js-business-image a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') center/60% no-repeat;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.js-business-image a:hover::after {
  opacity: 1;
}

/*  .l-header
================================================ */
.l-header {
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header__logo {
  width: 269px;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
    padding: 0 60px;
  }
  .l-header__logo {
    width: 310px;
  }
}

/*  .l-footer
================================================ */
.l-footer {
  padding: 24px 0 25px;
  border-top: 1px solid;
}
.l-footer__credit {
  line-height: 1.1;
  text-align: center;
}

.l-mainvisual {
  background: url(../img/bg_mv01_sp.jpg) no-repeat center/cover;
}
.l-mainvisual {
  aspect-ratio: 0.6270096463;
}
@supports not (aspect-ratio: 0.6270096463) {
  .l-mainvisual {
    position: relative;
    padding-top: 159.4871794872%;
  }
  .l-mainvisual > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-mainvisual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-mainvisual__lead, .l-mainvisual__copy {
  position: absolute;
}
.l-mainvisual__lead {
  left: 0;
}
.l-mainvisual__lead {
  top: 20vw;
}
.l-mainvisual__lead {
  width: 70vw;
}
.l-mainvisual__copy {
  width: 89.7vw;
}
.l-mainvisual__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #ff8200;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.l-mainvisual__button::after {
  content: "";
  display: inline-block;
}
@media not all and (pointer: coarse) {
  .l-mainvisual__button:hover {
    background-color: #fff;
    color: #ff8200;
  }
  .l-mainvisual__button:hover .l-mainvisual__button__icon {
    background-color: #fff;
    color: #ff8200;
  }
}
.l-mainvisual__button-icon {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .l-mainvisual__copy {
    left: 50%;
    transform: translateX(-50%);
  }
  .l-mainvisual__copy {
    top: 44.1vw;
  }
  .l-mainvisual__button-area {
    box-sizing: border-box;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: min(89.74vw, 350px);
  }
  .l-mainvisual__button {
    width: 100%;
    height: 44px;
    margin: auto;
    border: 4px solid #fff;
  }
}
@media (min-width: 768px) {
  .l-mainvisual {
    position: relative;
    height: 600px;
    background-image: url(../img/bg_mv01_pc.jpg);
    aspect-ratio: revert;
  }
  .l-mainvisual__lead {
    top: 120px;
  }
  .l-mainvisual__lead {
    width: 25vw;
  }
  .l-mainvisual__copy {
    bottom: 192px;
  }
  .l-mainvisual__copy {
    right: 9vw;
  }
  .l-mainvisual__copy {
    width: 41.8vw;
  }
  .l-mainvisual__button {
    position: absolute;
    bottom: min(8.98%, 97px);
    right: 5vw;
    border-radius: 40px;
    font-size: 2.8rem;
    width: clamp(400px, 400px + 248 * (100vw - 768px) / 832, 648px);
    height: clamp(50px, 50px + 20 * (100vw - 768px) / 432, 70px);
    font-size: clamp(1.8rem, 0.8769230769rem + 1.2019230769vw, 2.8rem);
  }
  @supports not (font-size: clamp(18 * 0.1rem, 0.8769230769rem + 1.2019230769vw, 28 * 0.1rem)) {
    .l-mainvisual__button {
      font-size: 1.8rem;
    }
  }
}
@media (min-width: 1024px) {
  .l-mainvisual {
    height: auto;
  }
  .l-mainvisual {
    aspect-ratio: 1.7777777778;
  }
  @supports not (aspect-ratio: 1.7777777778) {
    .l-mainvisual {
      position: relative;
      padding-top: 56.25%;
    }
    .l-mainvisual > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .l-mainvisual__button {
    left: min(49.14vw, 943px);
  }
}

.c-card__item {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 56.41vw 3.84vw 18.46vw;
  background: url(../img/bg_card01_sp.png) no-repeat center top/cover;
  font-weight: 700;
  color: #fff;
}
.c-card__item:not(:last-of-type) {
  margin-bottom: 12.3vw;
}
.c-card__item--engineer {
  background-image: url(../img/bg_card01_sp.png);
}
.c-card__item--pm {
  background-image: url(../img/bg_card02_sp.png);
}
.c-card__item--open {
  background-image: url(../img/bg_card03_sp.png);
}
.c-card__item--architect {
  background-image: url(../img/bg_card04_sp.png);
}
.c-card__item--consulting {
  background-image: url(../img/bg_card05_sp.png);
}
.c-card__position {
  font-size: clamp(2.1rem, 1.7207674944rem + 0.7900677201vw, 2.8rem);
}
.c-card__position {
  margin-bottom: 4.1vw;
}
@supports not (font-size: clamp(21 * 0.1rem, 1.7207674944rem + 0.7900677201vw, 28 * 0.1rem)) {
  .c-card__position {
    font-size: 2.1rem;
  }
}
.c-card__position small {
  display: inline-block;
  font-size: 0.8em;
}
.c-card__description {
  margin-bottom: 4.1vw;
}
.c-card__entry {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 264px;
  height: 64px;
  font-size: 2.8rem;
}
.c-card__entry::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 64px;
  background: url(../img/ico_card01.png) no-repeat center top/cover;
}
@media (max-width: 767.98px) {
  .c-card__info dd:not(:last-of-type) {
    margin-bottom: 4.1vw;
  }
}
@media (min-width: 768px) {
  .c-card__item {
    padding: 30px 7.33% 80px 39.16%;
    background-image: url(../img/bg_card01_pc.png);
  }
  .c-card__item:not(:last-of-type) {
    margin-bottom: 64px;
  }
  .c-card__item--engineer {
    background-image: url(../img/bg_card01_pc.png);
  }
  .c-card__item--pm {
    background-image: url(../img/bg_card02_pc.png);
  }
  .c-card__item--open {
    background-image: url(../img/bg_card03_pc.png);
  }
  .c-card__item--architect {
    background-image: url(../img/bg_card04_pc.png);
  }
  .c-card__item--consulting {
    background-image: url(../img/bg_card05_pc.png);
  }
  .c-card__position, .c-card__description {
    margin-bottom: 16px;
  }
  .c-card__description, .c-card__info {
    font-size: clamp(1.3rem, 0.9147157191rem + 0.5016722408vw, 1.6rem);
  }
  @supports not (font-size: clamp(13 * 0.1rem, 0.9147157191rem + 0.5016722408vw, 16 * 0.1rem)) {
    .c-card__description, .c-card__info {
      font-size: 1.3rem;
    }
  }
  .c-card__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
  .c-card__info dt,
  .c-card__info dd {
    max-width: 300px;
  }
  .c-card__info dt:nth-of-type(1),
  .c-card__info dd:nth-of-type(1) {
    grid-column: 1;
  }
  .c-card__info dt:nth-of-type(2),
  .c-card__info dd:nth-of-type(2) {
    grid-column: 2;
  }
  .c-card__info dt {
    grid-row: 1;
  }
  .c-card__entry {
    font-size: clamp(2.4rem, 1.8857142857rem + 0.5714285714vw, 2.8rem);
  }
  @supports not (font-size: clamp(24 * 0.1rem, 1.8857142857rem + 0.5714285714vw, 28 * 0.1rem)) {
    .c-card__entry {
      font-size: 2.4rem;
    }
  }
}
@media (min-width: 1200px) {
  .c-card__item {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .c-card__item {
    background-position: 25% 50%;
  }
}

.c-faq {
  --faq-icon-width: 19px;
  --faq-icon-height: 42px;
}
.c-faq__item {
  box-sizing: border-box;
  border-bottom: 2px solid #006c46;
}
.c-faq__item[open] .c-faq__summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-faq__item:first-of-type {
  border-top: 2px solid #006c46;
}
.c-faq__summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  list-style: none;
  padding: 17px 70px 17px 20px;
  cursor: pointer;
}
.c-faq__summary::marker {
  display: none;
}
.c-faq__summary::-webkit-details-marker {
  display: none;
}
.c-faq__summary::before, .c-faq__summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: var(--faq-toggle-right, 20px);
  width: var(--faq-toggle-width, 34px);
  height: 4px;
  background-color: #006c46;
  transition: transform 0.2s var(--transition-easing);
}
.c-faq__summary::before {
  transform: translateY(-50%);
}
.c-faq__summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
.c-faq__q, .c-faq__a {
  display: grid;
  grid-template-columns: var(--faq-icon-width) 1fr;
  grid-column-gap: 14px;
}
.c-faq__q-icon, .c-faq__a-icon {
  width: var(--faq-icon-width, );
  height: var(--faq-icon-height);
  line-height: 1;
  font-weight: 700;
  font-size: var(--faq-icon-font-size, 2.6rem);
  color: #006c46;
}
.c-faq__q {
  font-weight: 700;
  font-size: clamp(1.6rem, 0.6rem + 2.0833333333vw, 2.2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 0.6rem + 2.0833333333vw, 22 * 0.1rem)) {
  .c-faq__q {
    font-size: 1.6rem;
  }
}
.c-faq__a {
  padding: 17px 43px 17px 20px;
  background-color: #f7f6f2;
}
.c-faq__a *[itemprop=text] {
  align-self: center;
}
.c-faq__a p + p {
  margin-top: 1em;
}
.c-faq__a small {
  font-size: 1.2rem;
}
.c-faq__a a {
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .c-faq__a a:hover {
    text-decoration: none;
  }
}
.c-faq__a ul {
  margin-top: 1.8em;
}
.c-faq__a ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-faq__a ul li::before {
  content: "・";
  width: 1em;
  height: 1em;
}
@media (min-width: 768px) {
  .c-faq {
    --faq-icon-width: 30px;
    --faq-toggle-right: 48px;
    --faq-toggle-width: 40px;
    --faq-icon-font-size: 4rem;
  }
  .c-faq__summary {
    padding: 28px 110px 28px 40px;
  }
  .c-faq__a {
    padding: 28px 110px 28px 40px;
  }
}

.c-job-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.c-job-filter {
  margin-bottom: 12.3vw;
}
.c-job-filter__button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  border: 3px solid #006c46;
  background-color: #fff;
  border-radius: 29px;
  cursor: pointer;
  font-weight: 700;
  color: #006c46;
  font-size: clamp(1.6rem, 0.6rem + 2.0833333333vw, 2.2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 0.6rem + 2.0833333333vw, 22 * 0.1rem)) {
  .c-job-filter__button {
    font-size: 1.6rem;
  }
}
.c-job-filter__button.is-active {
  background-color: #006c46;
  color: #fff;
}
@media (min-width: 768px) {
  .c-job-filter {
    max-width: 1000px;
    margin: 0 auto 64px;
  }
  .c-job-filter__button {
    padding: 7px 32px;
  }
}

.c-section--white {
  color: #fff;
}
.c-section--white .c-section__head {
  color: #fff;
}
.c-section__inner {
  padding-top: 20.5vw;
}
.c-section__inner {
  padding-bottom: 22.5vw;
}
.c-section__head {
  line-height: 1.5;
  font-weight: 700;
  color: #006c46;
  text-align: center;
  font-size: clamp(2.7rem, -0.1333333333rem + 5.9027777778vw, 4.4rem);
}
.c-section__head {
  margin-bottom: 8.2vw;
}
@supports not (font-size: clamp(27 * 0.1rem, -0.1333333333rem + 5.9027777778vw, 44 * 0.1rem)) {
  .c-section__head {
    font-size: 2.7rem;
  }
}
.c-section__lead {
  text-align: center;
  font-size: clamp(1.6rem, 0.6rem + 2.0833333333vw, 2.2rem);
}
.c-section__lead {
  margin-bottom: 12.3vw;
}
@supports not (font-size: clamp(16 * 0.1rem, 0.6rem + 2.0833333333vw, 22 * 0.1rem)) {
  .c-section__lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 389.98px) {
  .c-section__head {
    font-size: 2.5rem;
  }
  .c-section__lead {
    font-size: clamp(1.4rem, -1rem + 6.6666666667vw, 1.6rem);
  }
  @supports not (font-size: clamp(14 * 0.1rem, -1rem + 6.6666666667vw, 16 * 0.1rem)) {
    .c-section__lead {
      font-size: 1.4rem;
    }
  }
}
@media (min-width: 768px) {
  .c-section__inner {
    padding-top: 80px;
    padding-bottom: 88px;
  }
  .c-section__head, .c-section__lead {
    margin-bottom: 64px;
  }
}

/* ------------------------------
Device-only Break Classes
主にbrで使用することを想定
その場合、ソースコードはbrの後ろで改行しないこと（改行すると不要なスペースが入る）
使用例：
<p>吾輩は<br class="u-only-sp">猫である</p>
------------------------------ */
@media (max-width: 767.98px) {
  .u-only-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .u-only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-only-pc {
    display: block;
  }
}

/* ------------------------------
Link
------------------------------ */
.u-link {
  display: block;
}
@media not all and (pointer: coarse) {
  .u-link:hover {
    opacity: var(--hover-opacity);
  }
}

/* ------------------------------
 Layout
------------------------------ */
.u-inner {
  box-sizing: border-box;
  width: 100%;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
@media (min-width: 768px) {
  .u-inner {
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .u-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-bg-beige {
  background-color: #f7f6f2;
}

.u-iframe {
  max-width: 640px;
  margin: auto;
}

/* ------------------------------
 Font
------------------------------ */
.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

/* message */
.home-message {
  position: relative;
  background: url(../img/bg_message01_sp.jpg) no-repeat center/cover;
}
.home-message::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_message02_sp.png) no-repeat right bottom/cover;
}
.home-message__inner {
  position: relative;
  z-index: 2;
}
.home-message__inner {
  padding-top: 16.4vw;
}
.home-message__inner {
  padding-bottom: 16.4vw;
}
.home-message__head {
  margin-bottom: 16.4vw;
}
.home-message__head img {
  width: 48.2vw;
}
@media (min-width: 1024px) {
  .home-message {
    background-image: url(../img/bg_message01_pc.jpg);
  }
  .home-message::after {
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    background-image: url(../img/bg_message02_pc.png);
  }
  .home-message__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 206px;
    padding-bottom: 122px;
  }
  .home-message__head, .home-message__text {
    width: min(42%, 574px);
  }
  .home-message__head {
    margin-bottom: 90px;
  }
  .home-message__head img {
    width: min(57.14%, 288px);
  }
}

/* reason */
.home-reason {
  position: relative;
  overflow: hidden;
}
.home-reason::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86%;
  background-color: #f7f6f2;
  clip-path: polygon(0 0, 100% 85%, 100% 100%, 0% 100%);
}
.home-reason__inner {
  position: relative;
  z-index: 2;
}
.home-reason__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-reason__list {
  gap: 6.1vw;
}
.home-reason__item {
  box-sizing: border-box;
  padding: 4vw 2vw;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.home-reason__icon {
  width: 23vw;
}
.home-reason__text-area h3 {
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.2rem + 0.8333333333vw, 2.2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 1.2rem + 0.8333333333vw, 22 * 0.1rem)) {
  .home-reason__text-area h3 {
    font-size: 1.6rem;
  }
}
.home-reason__text-area small {
  font-size: 0.8em;
}
@media (max-width: 767.98px) {
  .home-reason__item {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .home-reason__item {
    grid-gap: 2.5vw;
  }
  .home-reason__text-area h3 {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .home-reason::before {
    width: 73%;
    height: 100%;
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
  }
  .home-reason__list {
    flex-direction: row;
    justify-content: center;
    gap: 32px 24px;
  }
  .home-reason__item {
    display: grid;
    grid-gap: 16px;
    width: 282px;
    padding: 28px 24px;
  }
  .home-reason__icon {
    width: 128px;
    margin: auto;
  }
  .home-reason__text-area h3 {
    text-align: center;
  }
}

/* business */
.home-business {
  background-color: #006c46;
}
.home-business__image {
  margin-bottom: 12.3vw;
}
.home-business__item:not(:last-of-type) {
  margin-bottom: 8.2vw;
}
.home-business__picture {
  margin-bottom: 4.1vw;
}
.home-business__text-area h3 {
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(2.1rem, 1.6333333333rem + 0.9722222222vw, 2.8rem);
}
@supports not (font-size: clamp(21 * 0.1rem, 1.6333333333rem + 0.9722222222vw, 28 * 0.1rem)) {
  .home-business__text-area h3 {
    font-size: 2.1rem;
  }
}
.home-business__note {
  margin-top: 1.5em;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .home-business__image {
    margin-bottom: 64px;
  }
  .home-business__item {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-column-gap: 19px;
  }
  .home-business__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .home-business__picture {
    margin-bottom: 0;
  }
  .home-business__text-area h3 {
    margin-bottom: 18px;
  }
}

/* voice */
.home-voice__item {
  border-bottom: 4px solid #006c46;
}
.home-voice__item {
  padding-bottom: 4.1vw;
}
.home-voice__image {
  text-align: center;
}
.home-voice__image img {
  margin: auto;
  mix-blend-mode: multiply;
}
.home-voice__image img {
  width: 43.5vw;
}
.home-voice__image figcaption span {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #006c46;
  font-weight: 700;
  color: #fff;
}
.home-voice__image figcaption span:nth-of-type(2) {
  font-size: clamp(1.6rem, 1.2rem + 0.8333333333vw, 2.2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 1.2rem + 0.8333333333vw, 22 * 0.1rem)) {
  .home-voice__image figcaption span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .home-voice__item:not(:last-of-type) {
    margin-bottom: 11.2vw;
  }
  .home-voice__image {
    margin-bottom: 4.1vw;
  }
}
@media (min-width: 768px) {
  .home-voice__list {
    display: grid;
    grid-gap: 44px 36px;
  }
  .home-voice__item {
    display: grid;
    grid-template-columns: 39.65% 1fr;
    grid-gap: 26px;
    padding-bottom: 16px;
  }
  .home-voice__image img {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .home-voice__list {
    grid-template-columns: 1fr 1fr;
  }
}

/* faq */
@media (min-width: 768px) {
  .home-faq__inner {
    max-width: 1200px;
    margin: auto;
  }
}

/* info */
.home-info__banner {
  margin-bottom: 8.2vw;
}
.home-info__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.home-info__list li {
  width: 64px;
}
@media (min-width: 768px) {
  .home-info__banner {
    width: 640px;
    margin: 0 auto 32px;
  }
}

/* position */
.home-position__button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px 32px;
  border: 1px solid #ff8200;
  background-color: #ff8200;
  font-weight: 700;
  color: #fff;
  font-size: clamp(1.6rem, 0.0571428571rem + 1.7142857143vw, 2.8rem);
}
.home-position__button {
  margin-top: 12.8vw;
}
@supports not (font-size: clamp(16 * 0.1rem, 0.0571428571rem + 1.7142857143vw, 28 * 0.1rem)) {
  .home-position__button {
    font-size: 1.6rem;
  }
}
.home-position__button-text small {
  font-size: clamp(1.3rem, -0.6285714286rem + 2.1428571429vw, 2.8rem);
}
@supports not (font-size: clamp(13 * 0.1rem, -0.6285714286rem + 2.1428571429vw, 28 * 0.1rem)) {
  .home-position__button-text small {
    font-size: 1.3rem;
  }
}
.home-position__button-icon {
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 13px;
}
.home-position__button-icon svg {
  width: 100%;
  height: 100%;
}
@media not all and (pointer: coarse) {
  .home-position__button:hover {
    background-color: #fff;
    color: #ff8200;
  }
}
@media (max-width: 767.98px) {
  .home-position__button-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-position__button {
    max-width: 960px;
    margin: 64px auto 0;
    padding: 14px 72px;
    border-radius: 35px;
  }
  .home-position__button-icon {
    width: 31px;
    height: 16px;
  }
}