@charset "UTF-8";
/*
Theme Name: housejp-corp__theme
Version: 1.0
*/
/*-------------
このファイルはSCSSから自動生成されています。
編集する場合はscssファイルを修正してください。
Versionを変更する場合も/scss/style.scssを編集してください。
-------------*/
/* リセット */
html, body, div, object, iframe, p, h1, h2, h3, h4, h5, h6,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

address, em, strong, th, dfn, i, cite {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  /*Chrome対策*/
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input {
  padding: 0px;
}

input, select {
  vertical-align: middle;
}

text, textarea, input {
  font-size: 16px;
  /* iphoneズーム対策 */
}

/* 基本設定 */
html {
  font-size: 2.5641025641vw;
  --font-size: calc((100vw / 390) * 10);
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.6944444444vw;
    --font-size: calc((100vw / 1440) * 10);
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    min-height: 100vh;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

main {
  flex: 1;
}

a {
  color: #000;
}

button {
  padding: 0;
  border: 0;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

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

.content {
  padding: 4rem 3.4rem 9rem;
}
@media screen and (min-width: 769px) {
  .content {
    max-width: 110rem;
    margin-inline: auto;
    padding: 5rem 0 20rem;
  }
}

.only-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

/* ヘッダー */
.header {
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.8rem);
}
@media screen and (min-width: 769px) {
  .header::before {
    height: 9.2rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 110rem;
    margin-inline: auto;
    padding: 4rem 0 3rem;
  }
}
.header__logo-link {
  display: block;
  width: 23.6rem;
  height: 2rem;
}
@media screen and (min-width: 769px) {
  .header__logo-link {
    width: 26rem;
    height: 2.2rem;
  }
}
.header__logo-link img {
  width: 100%;
}
.header__btn {
  position: relative;
  width: 2.6rem;
  height: 1.8rem;
}
.header__btn-icon {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s ease-out;
}
.header__btn-icon::before, .header__btn-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.3s ease-out;
}
.header__btn-icon::before {
  top: -0.8rem;
}
.header__btn-icon::after {
  bottom: -0.8rem;
}
.is-open > .header__btn-icon {
  background-color: transparent;
}
.is-open > .header__btn-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.is-open > .header__btn-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header__btn-txt {
  font-size: 0;
}
.header__btn-txt--open {
  display: block;
}
.is-open > .header__btn-txt--open {
  display: none;
}
.header__btn-txt--close {
  display: none;
}
.is-open > .header__btn-txt--close {
  display: block;
}

.header-nav {
  display: none;
  position: absolute;
  z-index: 1;
  top: 6.2rem;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: calc(100dvh - 6.2rem);
  padding: 3rem 2.4rem 8rem;
  opacity: 0;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.8rem);
}
@media screen and (min-width: 769px) {
  .header-nav {
    display: block !important;
    position: static;
    padding: 0;
    top: 0;
    width: auto;
    opacity: 1 !important;
    background-color: transparent;
    backdrop-filter: blur(0);
    transition: none;
    overflow-y: visible;
  }
}
.header-nav.is-animated {
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete ease-out;
}
.header-nav.is-open {
  display: block;
  opacity: 1;
}
@starting-style {
  .header-nav.is-open {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__list {
    display: flex;
    justify-content: space-between;
    width: 38.8rem;
    transform: translateY(0.1rem);
  }
}
.header-nav__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-block: 3rem 2.9rem;
  border-bottom: 0.1rem solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .header-nav__link {
    padding-block: 0;
    border-bottom: 0;
    transition: color 0.3s;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0.06em;
  }
  .header-nav__link:hover {
    color: #0eb168;
  }
}
.header-nav__en {
  color: #0eb168;
  font-family: "area-extended", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.footer {
  padding: 1.3rem;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 2.1rem;
  }
}
.footer__copy {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .footer__copy {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

/* パンくず */
.breadcrumb {
  padding: 4.2rem 3.4rem 0;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    padding: 2.4rem 0 0;
  }
}
.breadcrumb__list {
  display: flex;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .breadcrumb__list {
    max-width: 110rem;
    margin-inline: auto;
    gap: 4.4rem;
  }
}
.breadcrumb__item {
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .breadcrumb__item {
    line-height: 3rem;
  }
}
.breadcrumb__item:not(:first-child) {
  position: relative;
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.2rem;
  width: 0.8rem;
  height: 1.5rem;
  transform: translate(-100%, -50%);
  background: url(./img/common/ico_arrow_right.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .breadcrumb__item:not(:first-child)::before {
    left: -1.8rem;
  }
}
.breadcrumb__link {
  display: block;
}

@media screen and (min-width: 769px) {
  .corporate .heading01 {
    flex-shrink: 0;
  }
}
.heading01__jp {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .heading01__jp {
    font-size: 5rem;
    line-height: 7.3rem;
  }
}
@media screen and (min-width: 769px) {
  .corporate .heading01__jp {
    font-size: 4.6rem;
    line-height: 6.9rem;
  }
}
.heading01__en {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  color: #0eb168;
  font-family: "area-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .heading01__en {
    margin-top: 1.1rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 769px) {
  .corporate .heading01__en {
    margin-top: 1rem;
  }
}
.heading01__en::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #08ad6c;
}
@media screen and (min-width: 769px) {
  .heading01__en::before {
    width: 3rem;
  }
}

.btn-primary {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background-color: #0eb168;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .btn-primary {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary {
    transition: background-color 0.3s;
  }
  .btn-primary:hover {
    background-color: transparent;
  }
  .btn-primary:hover::before {
    transform: translateX(2rem);
  }
  .btn-primary:hover::after {
    transform: translateX(2rem) rotate(63deg);
  }
}
.thanks .btn-primary {
  padding: 0 4.2rem 0.2rem;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .thanks .btn-primary {
    padding-inline: 7rem;
  }
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  right: 2.9rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 100vmax 0 0 100vmax;
}
@media screen and (min-width: 769px) {
  .btn-primary::before, .btn-primary::after {
    right: 4.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary::before, .btn-primary::after {
    transition: transform 0.3s;
  }
}
.btn-primary::before {
  top: 3rem;
  width: 4.1rem;
}
@media screen and (min-width: 769px) {
  .btn-primary::before {
    top: 4.1rem;
    width: 5rem;
  }
}
.btn-primary::after {
  top: 2.8rem;
  right: 2.8rem;
  width: 0.5rem;
  transform: rotate(63deg);
}
@media screen and (min-width: 769px) {
  .btn-primary::after {
    top: 3.9rem;
    right: 4.8rem;
  }
}

@keyframes scroll-indicator {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(15rem);
  }
}
.top-mv {
  box-sizing: border-box;
  height: 41.8rem;
  padding-top: 3.8rem;
  background: url(./img/pages/top/bg_mv_sp.webp) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .top-mv {
    position: relative;
    height: 70.8rem;
    padding-top: 20.5rem;
    background-image: url(./img/pages/top/bg_mv_pc.webp);
    overflow: hidden;
  }
}
.top-mv__inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top-mv__inner {
    width: 96.4rem;
    margin-inline: auto;
  }
}
.top-mv__inner::before {
  content: "";
  display: block;
  width: 20.4rem;
  height: 18.2rem;
  margin-left: auto;
  background: url(./img/pages/top/img_mv_sp.webp) no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .top-mv__inner::before {
    position: absolute;
    top: -6.7rem;
    right: -3.9rem;
    width: 35.4rem;
    height: 31rem;
    margin-left: 0;
    background-image: url(./img/pages/top/img_mv_pc.webp);
  }
}
.top-mv__copy {
  display: flex;
  position: relative;
  top: 0;
  flex-direction: column;
  gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.7rem;
  padding-left: 4.4rem;
}
@media screen and (min-width: 769px) {
  .top-mv__copy {
    gap: 0.1rem;
    margin-top: 0;
    padding-left: 0;
  }
}
.top-mv__copy::before, .top-mv__copy::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(./img/pages/top/ico_bracket.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .top-mv__copy::before, .top-mv__copy::after {
    width: 3rem;
    height: 3rem;
  }
}
.top-mv__copy::before {
  top: -1.4rem;
  left: 2.4rem;
}
@media screen and (min-width: 769px) {
  .top-mv__copy::before {
    top: -3.5rem;
    left: -4.8rem;
  }
}
.top-mv__copy::after {
  right: -0.3rem;
  bottom: -1.5rem;
  transform: scale(-1, -1);
}
@media screen and (min-width: 769px) {
  .top-mv__copy::after {
    right: -1.3rem;
    bottom: -2.6rem;
  }
}
.top-mv__txt {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .top-mv__txt {
    font-size: 4.7rem;
    line-height: 6.8rem;
    letter-spacing: 0.21em;
  }
}
.top-mv__txt-em {
  color: #0eb168;
}
.top-mv__scroll {
  position: absolute;
  right: -5.5rem;
  bottom: 15.8rem;
  transform: translateX(100%);
  font-family: "area-extended", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
.top-mv__scroll::before {
  content: "";
  position: absolute;
  bottom: -15.8rem;
  left: calc(50% - 0.3rem);
  width: 0.1rem;
  height: 15rem;
  background-color: #000;
}
.top-mv__scroll::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #0eb168;
  opacity: 0;
  box-shadow: 0 0 0 0.4rem rgba(156, 220, 99, 0.6);
  animation: 2.2s scroll-indicator ease-out infinite;
}

.top-obi {
  position: relative;
  height: 20rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-obi {
    height: 30rem;
  }
}
.top-obi__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.top-obi__img img {
  width: 100%;
}

.top-heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .top-heading {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}
.top-heading__en {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  color: #0eb168;
  font-family: "area-extended", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .top-heading__en {
    margin-top: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.top-heading__en::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #08ad6c;
  transform: translateY(0.1rem);
}
@media screen and (min-width: 769px) {
  .top-heading__en::before {
    width: 3rem;
  }
}

.top-message {
  padding: 9rem 3.4rem 6.3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-message {
    padding: 30rem 0 19rem;
  }
}
@media screen and (min-width: 769px) {
  .top-message__inner {
    max-width: 110rem;
    margin-inline: auto;
    position: relative;
  }
}
.top-message__content {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .top-message__content {
    width: 55.8rem;
    margin-top: 6rem;
  }
}
.top-message__txt {
  margin-top: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .top-message__txt {
    margin-top: 2.6rem;
  }
}
.top-message__txt:first-child {
  margin-top: 0;
}
.top-message__img {
  display: block;
  width: 37.3rem;
  margin: 3.6rem 0 0 -1.4rem;
}
@media screen and (min-width: 769px) {
  .top-message__img {
    position: absolute;
    top: -2.6rem;
    right: -21.3rem;
    width: 65.3rem;
    margin: 0;
  }
}
.top-message__img img {
  width: 100%;
}

.top-strength {
  padding: 5rem 3.4rem 10rem;
}
@media screen and (min-width: 769px) {
  .top-strength {
    max-width: 110rem;
    margin-inline: auto;
    padding: 20rem 0;
  }
}
.top-strength__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .top-strength__list {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .top-strength__item {
    display: flex;
    align-items: center;
    gap: 6rem;
  }
}
.top-strength__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18rem;
  border-radius: 2rem;
  background-color: #f8faf9;
}
@media screen and (min-width: 769px) {
  .top-strength__img {
    flex-shrink: 0;
    width: 40rem;
    height: 25rem;
    border-radius: 4rem;
  }
}
.top-strength__img img {
  flex-shrink: 0;
}
.top-strength__item:first-child .top-strength__img img {
  width: 22.2rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 769px) {
  .top-strength__item:first-child .top-strength__img img {
    width: 27rem;
    margin-left: 0;
  }
}
.top-strength__item:nth-child(2) .top-strength__img img {
  width: 14.9rem;
  margin-top: 0.1rem;
}
@media screen and (min-width: 769px) {
  .top-strength__item:nth-child(2) .top-strength__img img {
    width: 23.2rem;
    margin-top: 0.2rem;
  }
}
.top-strength__item:nth-child(3) .top-strength__img img {
  width: 19.5rem;
  margin: 0.25rem 0.1rem 0 0;
}
@media screen and (min-width: 769px) {
  .top-strength__item:nth-child(3) .top-strength__img img {
    width: 33.2rem;
    margin-top: 0.3rem;
  }
}
.top-strength__item:nth-child(4) .top-strength__img img {
  width: 10.5rem;
  margin: 0.3rem 0 0 0.1rem;
}
@media screen and (min-width: 769px) {
  .top-strength__item:nth-child(4) .top-strength__img img {
    width: 13.6rem;
    margin: 0.5rem 0 0;
  }
}
.top-strength__item:last-child .top-strength__img img {
  width: 11rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 769px) {
  .top-strength__item:last-child .top-strength__img img {
    width: 17rem;
    margin: 0.5rem 2rem 0 0;
  }
}
.top-strength__box {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .top-strength__box {
    margin-top: 0;
  }
}
.top-strength__ttl-em {
  display: flex;
  gap: 1rem;
  background: linear-gradient(180deg, #16b16b, #9cdc63);
  font-family: "area-extended", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0.09em;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .top-strength__ttl-em {
    gap: 1.4rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.top-strength__number {
  display: inline-block;
  margin-top: -0.1rem;
  color: #0eb168;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  -webkit-text-fill-color: #0eb168;
}
@media screen and (min-width: 769px) {
  .top-strength__number {
    font-size: 2rem;
  }
}
.top-strength__ttl {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .top-strength__ttl {
    margin-top: 2rem;
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.top-strength__txt {
  margin-top: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .top-strength__txt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .top-strength__txt + .top-strength__txt {
    margin-top: 2.6rem;
  }
}

.top-reason {
  padding: 5rem 3.4rem 16rem;
  background: url(./img/pages/top/bg_reason_sp.webp) no-repeat center bottom/cover;
}
@media screen and (min-width: 769px) {
  .top-reason {
    padding: 12rem 0 20rem;
    background-image: url(./img/pages/top/bg_reason_pc.webp);
  }
}
@media screen and (min-width: 769px) {
  .top-reason__inner {
    max-width: 110rem;
    margin-inline: auto;
  }
}
.top-reason__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .top-reason__content {
    gap: 2.6rem;
    width: 70rem;
    margin-top: 5rem;
  }
}
.top-reason__txt {
  letter-spacing: 0.06em;
}

.top-access {
  padding: 5rem 2.4rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .top-access {
    padding: 6.6rem 0 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .top-access__inner {
    max-width: 110rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
.top-access__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .top-access__content {
    gap: 1.6rem;
    transform: translateY(-0.2rem);
  }
}
.top-access__txt {
  letter-spacing: 0.06em;
}
.top-access__map {
  box-sizing: border-box;
  height: 40rem;
  margin: 5rem -2.4rem 0;
  border: 0.1rem solid #d9d9d9;
}
@media screen and (min-width: 769px) {
  .top-access__map {
    flex-shrink: 0;
    width: 65rem;
    margin: 0;
    border-radius: 4rem;
    overflow: hidden;
  }
}
.top-access__map iframe {
  width: 100%;
  height: 100%;
}

/* 会社概要 */
@media screen and (min-width: 769px) {
  .about {
    background-color: #f8faf9;
  }
}
.about__main {
  padding: 4rem 3.4rem 9rem;
}
@media screen and (min-width: 769px) {
  .about__main {
    max-width: 86rem;
    margin-inline: auto;
    padding: 9rem 0 20rem;
  }
}

.about-list {
  margin-top: 6.9rem;
}
@media screen and (min-width: 769px) {
  .about-list {
    margin-top: 9.8rem;
  }
}
.about-list__block {
  display: flex;
}
.about-list__ttl {
  flex-shrink: 0;
  width: 9rem;
  padding: 3rem 0 2.9rem;
  border-top: 0.1rem solid #0eb168;
  color: #0eb168;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .about-list__ttl {
    width: 24rem;
    padding: 5rem 0 4.8rem;
    border-width: 0.2rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.about-list__block:last-child .about-list__ttl {
  border-bottom: 0.1rem solid #0eb168;
}
@media screen and (min-width: 769px) {
  .about-list__block:last-child .about-list__ttl {
    border-width: 0.2rem;
  }
}
.about-list__txt {
  flex: 1;
  padding: 3rem 0 2.9rem 1rem;
  border-top: 0.1rem solid #d9d9d9;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .about-list__txt {
    padding: 5rem 0 4.8rem 2rem;
    border-width: 0.2rem;
  }
}
.about-list__block:last-child .about-list__txt {
  border-bottom: 0.1rem solid #d9d9d9;
}
@media screen and (min-width: 769px) {
  .about-list__block:last-child .about-list__txt {
    border-width: 0.2rem;
  }
}
.about-list__post-code {
  display: block;
}
@media screen and (min-width: 769px) {
  .about-list__post-code {
    display: inline-block;
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .about-list__license-block {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .about-list__license-ttl {
    flex-shrink: 0;
    width: 22rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .about-list__license-txt {
    flex: 1;
  }
}

/* 事業内容 */
.corporate {
  background-color: #f8faf9;
}
.corporate__intro {
  padding: 4rem 3.4rem 4.2rem;
}
@media screen and (min-width: 769px) {
  .corporate__intro {
    max-width: 110rem;
    margin-inline: auto;
    padding: 9rem 0 10rem;
  }
}
@media screen and (min-width: 769px) {
  .corporate__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.corporate__lead {
  margin-top: 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .corporate__lead {
    width: 86.4rem;
    margin-top: 0;
    padding-bottom: 0.2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.corporate__content {
  padding: 5rem 3.4rem 10rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .corporate__content {
    padding: 10rem 0 20rem;
  }
}
@media screen and (min-width: 769px) {
  .corporate__inner {
    max-width: 110rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 769px) {
  .corporate-message {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.2rem;
    margin-top: 4.5rem;
  }
}
.corporate-message__img {
  display: block;
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .corporate-message__img {
    width: 50.4rem;
    flex-shrink: 0;
    margin: 0 -0.8rem 0 0;
  }
}
.corporate-message__img img {
  width: 100%;
}
.corporate-message__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.8rem;
}
@media screen and (min-width: 769px) {
  .corporate-message__content {
    gap: 4rem;
    margin-top: 0;
    padding-top: 0.5rem;
  }
}
.corporate-message__txt {
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .corporate-message__txt {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.corporate-message__em {
  color: #0eb168;
}

.corporate-detail {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .corporate-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 35rem;
    margin-top: 15rem;
  }
}
.corporate-detail:first-child {
  margin-top: 0;
}
.corporate-detail:nth-child(even) {
  align-items: flex-end;
}
.corporate-detail__heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-left: -3.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .corporate-detail__heading {
    width: 62.7rem;
    margin-left: 0;
    font-size: 2.8rem;
  }
}
.corporate-detail__heading::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #08ad6c;
  transform: translateY(-0.1rem);
}
@media screen and (min-width: 769px) {
  .corporate-detail__heading::before {
    width: 2rem;
  }
}
.corporate-detail__img {
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .corporate-detail__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 43rem;
    margin-top: 0;
  }
}
.corporate-detail:nth-child(even) .corporate-detail__img {
  left: 0;
  right: auto;
}
.corporate-detail__img img {
  width: 100%;
}
.corporate-detail__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .corporate-detail__content {
    gap: 2.6rem;
    width: 62.7rem;
  }
}
.corporate-detail__txt {
  letter-spacing: 0.06em;
}

/* お問い合わせ */
.contact__main {
  padding: 4rem 3.4rem 9rem;
}
@media screen and (min-width: 769px) {
  .contact__main {
    max-width: 110rem;
    margin-inline: auto;
    padding: 5rem 0 20rem;
  }
}
.contact__form {
  margin-top: 6rem;
  padding: 3rem 3rem 4rem;
  border-radius: 2rem;
  background-color: #f8faf9;
}
@media screen and (min-width: 769px) {
  .contact__form {
    margin-top: 13rem;
    padding: 5rem 5rem 6rem;
    border-radius: 4rem;
  }
}

.form__block {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .form__block {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    margin-top: 6rem;
  }
}
.form__block:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .form__block:has(.input-textarea) {
    align-items: flex-start;
  }
}
.form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0eb168;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .form__label {
    flex-shrink: 0;
    width: 18.8rem;
  }
}
.form__required {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 4.5rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  background-color: #0eb168;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
}
.form__optional {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 4.5rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  background-color: #444;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
}
.form__field {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .form__field {
    flex: 1;
    max-width: 78rem;
    margin-top: 0;
  }
}
.form__btn-box {
  height: 6rem;
  margin-top: 3rem;
  background: linear-gradient(90deg, #16b16b, #9cdc63);
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .form__btn-box {
    width: 35rem;
    height: 8rem;
    margin: 6rem auto 0;
  }
}
.form .input-text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem;
  border: 0;
  border-radius: 0.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .form .input-text {
    padding: 2.1rem 2.4rem;
    border-radius: 1rem;
    font-size: 1.4rem;
  }
}
.form .input-text::-moz-placeholder {
  color: #7e7e7e;
}
.form .input-text::placeholder {
  color: #7e7e7e;
}
.form .input-text:focus-visible {
  outline: none;
}
.form .input-text:-webkit-autofill {
  box-shadow: 0 0 0 3rem #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
@media screen and (min-width: 769px) {
  .form .input-text:-webkit-autofill {
    box-shadow: 0 0 0 3.5rem #fff inset !important;
  }
}
.form .input-textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 20rem;
  padding: 1.6rem;
  border: 0;
  border-radius: 0.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .form .input-textarea {
    padding: 2.1rem 2.4rem;
    border-radius: 1rem;
    font-size: 1.4rem;
  }
}
.form .input-textarea::-moz-placeholder {
  color: #7e7e7e;
}
.form .input-textarea::placeholder {
  color: #7e7e7e;
}
.form .input-textarea:focus-visible {
  outline: none;
}

/* 送信完了 */
.thanks__main {
  padding: 4rem 3.4rem 9rem;
}
@media screen and (min-width: 769px) {
  .thanks__main {
    max-width: 110rem;
    margin-inline: auto;
    padding: 5rem 0 20rem;
  }
}
.thanks__section {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .thanks__section {
    margin-top: 7.167rem;
  }
}
.thanks__heading {
  display: flex;
  gap: 0.8rem;
  color: #0eb168;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .thanks__heading {
    gap: 1rem;
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.thanks__heading::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(./img/pages/thanks/ico_check.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .thanks__heading::before {
    width: 3rem;
    height: 3rem;
  }
}
.thanks__txt {
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.thanks__btn-box {
  width: 28.2rem;
  height: 6rem;
  margin: 9rem auto 0;
}
@media screen and (min-width: 769px) {
  .thanks__btn-box {
    width: 35rem;
    height: 8rem;
    margin-top: 22.167rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .thanks__btn-box {
    border-radius: 100vmax;
    background: linear-gradient(90deg, #16b16b, #9cdc63);
  }
}