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

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

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

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::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]) {
  -webkit-text-decoration-skip: ink;
          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: vertical;
}

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

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

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

.home .header-top {
  background-image: url("../images/top/mv-paper-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  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: 40px;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top__phone-wrap {
  align-items: center;
  -moz-column-gap: 16px;
       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;
  -moz-column-gap: 8px;
       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__list {
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
}

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

.header-top__item::after {
  color: #898383;
  content: "|";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.header-top__item:last-child::after {
  content: "";
  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;
}

.header-top__contact {
  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;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
}

.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-bar {
  display: block;
  background-color: #424141;
  border-radius: 2px;
  height: 2px;
  width: 28px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-top__drawer {
  display: none;
}

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

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

.header-top__drawer-item {
  border-bottom: 1px solid #898383;
}

.header-top__drawer-link {
  color: #424141;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-top: 18px;
  padding-right: 8px;
  padding-bottom: 18px;
  padding-left: 8px;
}

.header-top__drawer-contact {
  background-color: #246b44;
  border-radius: 128px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 24px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-top {
    position: relative;
  }
  .home .header-top {
    position: relative;
  }
  .header-top .inner {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .header-top__head {
    display: block;
    padding-right: 56px;
  }
  .header-top__logo {
    max-width: 220px;
  }
  .header-top__phone-wrap {
    justify-content: flex-start;
    margin-top: 14px;
  }
  .header-top__phone {
    font-size: 26px;
  }
  .header-top__meta {
    justify-content: flex-start;
  }
  .header-top__meta-label {
    font-size: 12px;
  }
  .header-top__meta-text {
    font-size: 14px;
  }
  .header-top__nav-row {
    display: none;
  }
  .header-top__hamburger {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 6px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 120;
  }
  .header-top.is-menu-open .header-top__hamburger-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header-top.is-menu-open .header-top__hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .header-top.is-menu-open .header-top__hamburger-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header-top__drawer {
    background-color: #fbf6ef;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 88px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    overflow-y: auto;
    z-index: 110;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  .header-top.is-menu-open .header-top__drawer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
/*16px＝1rem*/
.top-page {
  background-color: #fbf6ef;
}

.top-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;
}

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

.section-ja {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.main-view .inner {
  position: relative;
  z-index: 3;
}

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

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

.main-view__catch {
  background-color: #fff;
  border-radius: 128px;
  color: #424141;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  opacity: 0.7;
  padding-top: 12px;
  padding-right: 19px;
  padding-bottom: 12px;
  padding-left: 19px;
}

.main-view__cards {
  -moz-column-gap: 32px;
       column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 33px;
}

.main-view__card {
  display: flex;
}

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

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

.main-view__card-icon {
  display: block;
  height: 82px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 82px;
}

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

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

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

.concept__header,
.service-top__header,
.flow__header,
.company__header,
.faq__header {
  max-width: 100%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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: 20px;
}

.concept__header::after,
.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;
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
}

.concept__title {
  color: #000;
  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__body-wrap {
  -moz-column-gap: 44px;
       column-gap: 44px;
  display: grid;
  grid-template-columns: minmax(0, 624px) minmax(0, 517px);
  margin-top: 56px;
}

.concept__content {
  max-width: 624px;
}

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

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

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

.concept__image {
  background-color: #d9d9d9;
  border-radius: 40px;
  height: 370px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 517px;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  opacity: 0.8;
  width: 100%;
}

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

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

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

.future__header::after,
.news-top__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,
.news-top__en-row {
  align-items: flex-end;
  -moz-column-gap: 16px;
       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,
.news-top__en-row .section-en {
  position: relative;
  z-index: 1;
}

.future__layout {
  align-items: center;
  -moz-column-gap: 48px;
       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;
  -moz-column-gap: 48px;
       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 {
  -moz-column-gap: 64px;
       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%;
  -webkit-clip-path: ellipse(50% 100% at 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 {
    -moz-column-gap: 32px;
         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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     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;
  -moz-column-gap: 16px;
       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 {
  -webkit-backdrop-filter: blur(8px);
          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%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.life-kiso__columns {
  -moz-column-gap: 16px;
       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;
  -moz-column-gap: 24px;
       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 {
    -moz-column-gap: 12px;
         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;
  -moz-column-gap: 0;
       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;
  -moz-column-gap: 16px;
       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;
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: flex;
  flex-direction: row;
}

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

.flow__phone-icon img {
  height: 100%;
  -o-object-fit: contain;
     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;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  text-align: center;
  text-decoration: none;
}

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

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

.flow__meta-row {
  align-items: center;
  -moz-column-gap: 8px;
       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;
  -moz-column-gap: 24px;
       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;
  -moz-column-gap: 16px;
       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: -webkit-fit-content;
  width: -moz-fit-content;
  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%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.news-top {
  padding-top: 100px;
}

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

.news-top__card {
  justify-self: center;
  max-width: 358px;
  width: 100%;
}

.news-top__card-link {
  color: inherit;
  display: block;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

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

.news-top__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 8px;
}

.news-top__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: 8px;
}

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

.news-top__read-text {
  color: #000;
  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: 25px;
  width: 25px;
}

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

.news-top__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
}

.news-top__more {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 40px;
  color: #000;
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  padding-top: 23px;
  padding-right: 74px;
  padding-bottom: 23px;
  padding-left: 74px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.news-top__more-label {
  flex-shrink: 0;
}

.news-top__more-icon {
  display: block;
  flex-shrink: 0;
  height: 15px;
  width: 40px;
}

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

@media screen and (max-width: 1024px) {
  .news-top__cards {
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 358px));
    justify-content: center;
    row-gap: 40px;
  }
}
.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%;
  -o-object-fit: contain;
     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;
}

.footer-section {
  background-color: #fbf6ef;
  border-top-color: #f1eded;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer-section__text {
  color: #424141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

@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: 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: 20px;
  }
  .main-view {
    min-height: 720px;
  }
  .main-view__hero {
    height: 380px;
    top: 260px;
  }
  .main-view__hero img {
    -o-object-position: center 78%;
       object-position: center 78%;
  }
  .main-view__logo {
    height: 160px;
    margin-top: 340px;
    max-width: 250px;
  }
  .main-view__catch {
    font-size: 18px;
    margin-top: 16px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
  }
  .main-view__cards {
    -moz-column-gap: 12px;
         column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    row-gap: 12px;
  }
  .main-view__card-link {
    min-height: 150px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .main-view__card-icon {
    height: 56px;
    width: 56px;
  }
  .main-view__card-label {
    font-size: 24px;
    margin-top: 10px;
  }
  .concept__en-row,
.service-top__en-row,
.flow__en-row,
.company__en-row,
.faq__en-row {
    -moz-column-gap: 8px;
         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: 16px;
  }
  .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__title {
    font-size: 20px;
  }
  .concept__body-wrap {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .concept__content {
    max-width: none;
  }
  .concept__text {
    margin-top: 24px;
  }
  .concept__image {
    height: 220px;
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
  }
  .future__bg {
    display: none;
  }
  .future__header::after,
.news-top__header::after {
    height: 64px;
    top: 0;
    width: 58px;
  }
  .future__header .future__ja-heading,
.news-top__header .news-top__ja-heading {
    margin-top: 0;
    text-align: right;
  }
  .future__en-row,
.news-top__en-row {
    -moz-column-gap: 8px;
         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 {
    -moz-column-gap: 16px;
         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__cards {
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 22px;
  }
  .news-top__actions {
    justify-content: center;
    margin-top: 32px;
  }
  .news-top__more {
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
  }
  .news-top__more-icon {
    height: 14px;
    width: 36px;
  }
}
/*16px＝1rem*/ /*16px＝1rem*/