.home .l-container {
  max-width: 100%;
  padding: 0;
  margin-top: -1px;
}
.section-title {
  font-size: 32px;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: 64px;
}
.section-title--color { color: var(--main);}
.section-note {
  font-size: 24px;
  text-align: center;
  margin-bottom: 48px;
}
.first-view {
  width: 100%;
  min-height: 656px;
  aspect-ratio: 1440 / 656;
  background: url(../img/front/fv.png) no-repeat center left;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.fv-text {
  margin-left: 5%;
}
.fv-text-head mark {
  display: inline-block;
  background-color: var(--main);
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.fv-text-main,
.fv-text-sub {
  color: #2a2a2a;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.fv-text-main { font-size: 44px;}
.fv-text-sub { font-size: 30px; margin-top: 8px;}
.fv-point-list {
  position: absolute;
  bottom: -40px;
  right: 1%;
  display: flex;
  column-gap: 16px;
}
.fv-point-item {
  width: 188px;
  height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-align: center;
  border: 2px solid var(--white);
  box-shadow: 0 0 15px #00000026;
  border-radius: 50%;
}
.fv-point-item.google { padding-top: 18px;}
.fv-point-item small { font-size: 18px;}
.fv-point-item em { display: block; border-bottom: 1px solid var(--white);}

.section-consept {
  background-image: url(../img/front/consept-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
  padding-bottom: 120px;
  position: relative;
}
.consept-content { position: relative;}
.consept-content::after {
  content: "";
  width: 392px;
  max-width: 28vw;
  height: 100%;
  background: url(../img/front/consept.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.consept-head {
  width: max-content;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--white);
  margin-bottom: 40px;
}
.consept-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}
.consept-text p + p { margin-top: 2em;}
.text-animetion {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  overflow: hidden;
  color: var(--white);
  font-size: 116px;
  line-height: 1.1;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-animetion-inner {
  display: flex;
  width: max-content;
  animation: loop-text 24s linear infinite;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.result-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 24px;
}
.result-item {
  min-width: 0;
  background-color: var(--white);
  box-shadow: 0 0 7px #0000001A;
  padding: 16px 5% 24px;
}
.result-item-title {
  color: var(--main);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 16px;
}
.result-item-content { padding: 0 5%;}
.result-item-btn { margin-top: 24px; text-align: center;}
.result-item-btn .btn { font-size: 16px; padding: 10px 64px;}
.btn-wrap-result .btn { padding: 14px 48px;}
.ba-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ba-item {
  min-width: 0;
  background-color: var(--white);
  box-shadow: 0 0 4px #00000026;
  padding: 24px;
}
.ba-item-img { position: relative; margin-bottom: 16px;}
.ba-img-box { display: flex;}
.ba-img-box img { aspect-ratio: 149 / 162; object-fit: cover;}
.ba-item figcaption {
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  text-align: center;
  padding: 4px;
}
.ba-img-item--b figcaption { background-color: #ABABAB;}
.ba-img-item--a figcaption { background-color: var(--main);}
.ba-data-box {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 32px;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.ba-data-item {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--main);
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.ba-data-head { font-size: 8px;}
.ba-data-content { font-size: 14px;}
.ba-item-text {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  font-size: 14px;
}
.ba-item-text dl { width: 100%;}
.ba-item-text dl.flex { display: flex; align-items: center;}
.ba-item-text dl.flex-half { width: max-content;}
.ba-item-text dt {
  min-width: 80px;
  max-width: max-content;
  background-color: var(--main);
  color: var(--white);
  line-height: 1;
  text-align: center;
  padding: 6px 12px;
}
.ba-item-text dl.flex dt { margin-right: 8px; margin-bottom: 0;}
.ba-item-text dl.full dd { margin: 10px 8px 0;}
.reason-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 24px;
}
.reason-item {
  min-width: 0;
  background-color: var(--white);
  border: 1px solid var(--main);
  padding: 24px;
}
.reason-item-title {
  color: var(--main);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-break: keep-all;
  margin-bottom: 24px;
}
.reason-item-title::after {
  content: "";
  display: block;
  aspect-ratio: 286 / 180;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px;
}
.reason-item:nth-child(1) .reason-item-title::after { background-image: url(../img/front/reason1.jpg);}
.reason-item:nth-child(2) .reason-item-title::after { background-image: url(../img/front/reason2.jpg);}
.reason-item:nth-child(3) .reason-item-title::after { background-image: url(../img/front/reason3.jpg);}
.reason-item:nth-child(4) .reason-item-title::after { background-image: url(../img/front/reason4.jpg);}
.reason-item:nth-child(5) .reason-item-title::after { background-image: url(../img/front/reason5.jpg);}
.reason-item:nth-child(6) .reason-item-title::after { background-image: url(../img/front/reason6.jpg);}
.reason-item-title mark {
  display: block;
  width: max-content;
  background-color: var(--sub);
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  border-radius: 2px;
  padding: 6px 16px;
  margin-bottom: 8px;
}
.price-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 24px;
}
.price-item {
  min-width: 0;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 0 5px #00000026;
  padding: 32px 5% 24px;
  position: relative;
}
.price-item .crown {
  width: 116px;
  position: absolute;
  top: -8px;
  left: 5%;
}
.price-item-title {
  color: var(--main);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
}
.price-item-img { margin-bottom: 24px;}
.price-item-data { margin-top: 12px;}
.price-item-data dt {
  width: max-content;
  background-color: var(--sub);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 2px;
  padding: 6px 16px;
}
.price-item-data--flex { display: flex;}
.price-item-data--flex dt { margin-right: 12px;}
.price-item-data--flex dd { font-weight: 700;}
.price-item-data ul { margin-top: 12px;}
.price-item-data li {
  font-weight: 300;
  line-height: 2;
  padding-left: 28px;
  position: relative;
}
.price-item-data li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}
.price-item-data small { display: inline-block; margin-left: 6px; font-size: 14px;}
.section-access .section-inner { max-width: 700px;}
.access-map {
  aspect-ratio: 704 / 356;
  margin-bottom: 64px;
}
.access-box { padding: 0 10%; margin-bottom: 40px;}
.access-box dt {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}
.access-box dd { font-size: 26px;}
.access-box dd p + p { margin-top: 24px;}
.access-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 5%;
}
.access-img img { min-width: 0; aspect-ratio: 300 / 200; object-fit: cover;}
.voice-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.voice-item {
  min-width: 0;
  background-color: var(--white);
  box-shadow: 0 0 8px #0000001A;
  padding: 32px 32px 40px;
}
.voice-item-img { max-width: 135px; margin: 0 auto 16px;}
.voice-item-img img { aspect-ratio: 1 / 1; object-fit: cover;}
.voice-item-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.section-qa .section-inner { max-width: 700px;}
.qa-item + .qa-item { margin-top: 24px;}
.qa-item .qa-q {
  background-color: var(--main);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  padding: 12px 40px 12px 90px;
  position: relative;
  cursor: pointer;
}
.qa-item .qa-q::before {
  display: flex;
  align-items: center;
  content: attr(data-text);
  position: absolute;
  left: 40px;
}
.qa-item .qa-q::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(135deg);
  position: absolute;
  top: 0; bottom: 0;
  right: 12px;
  margin: auto;
}
.qa-item .qa-q.open::after { transform: rotate(-45deg);}
.qa-item .qa-a {
  font-size: 18px;
  padding-left: 40px;
  margin: 16px 32px 0 50px;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.qa-item .qa-a::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}
.section-blog .section-inner { max-width: 550px;}
.blog-box { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 24px;
}
.blog-item { min-width: 0;}
.blog-item a { display: block;}
.blog-img {
  border: 1px solid var(--text);
  position: relative;
  margin-bottom: 8px;
}
.blog-img img { aspect-ratio: 170 / 113; object-fit: cover;}
.blog-img .category {
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-title { font-size: 14px; font-weight: 500; line-height: 1; margin-bottom: 8px;}
.blog-meta { font-size: 12px;}
.blog-item-btn { text-align: center;}
.blog-item-btn .btn { margin-top: 8px; font-size: 14px; padding: 8px 40px;}
.blog-item-btn .btn::before { width: 14px; height: 14px;}
.section-news .section-inner { max-width: 700px;}
.news-box {
  background-color: var(--white);
  padding: 40px 56px;
}
.news-item + .news-item { margin-top: 16px;}
.news-item a { display: block; padding-bottom: 16px; border-bottom: 1px solid var(--main);}
.news-title { font-size: 18px; line-height: 1;}
.news-meta { line-height: 1; margin-bottom: 8px;}
.news-meta .date { font-size: 12px;}
.news-meta .category {
  display: inline-block;
  background-color: var(--sub);
  color: var(--white);
  font-size: 10px;
  padding: 4px 12px;
  margin-left: 12px;
}
.recruit-banner a { display: block; position: relative;}
.recruit-banner .btn {
  position: absolute;
  right: 10px;
  bottom: 16px;
}

@media (max-width: 959px) {
  .first-view {
    background-image: url(../img/front/fv-sp.png);
    background-position: center center;
    aspect-ratio: 400 / 612;
    max-height: calc(100vh - var(--header-height-sp));
    display: block;
    padding-top: 48px;
  }
  .fv-text-head mark { font-size: 16px;}
  .fv-text-main { font-size: max(16px, 6vw);}
  .fv-text-sub { font-size: max(16px, 4.23vw);}
  .fv-point-list {
    width: max-content;
    column-gap: 2.4vw;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
  }
  .fv-point-item {
    width: 30vw;
    height: 30vw;
    font-size: max(10px, 3.48vw);
  }
  .fv-point-item small { font-size: max(10px, 2.8vw);}
  .fv-point-item.google { padding-top: 2%;}
  .section-title { font-size: clamp(16px, 6vw, 24px); margin-bottom: 48px;}
  .section-note { font-size: 16px;}
  .section-consept {
    background-image: url(../img/front/consept-bg-sp.png);
    padding-bottom: 80px;
  }
  .section-consept .section-inner { max-width: max-content;}
  .consept-content::after {
    display: block;
    background-image: url(../img/front/consept-sp.png);
    position: static;
    aspect-ratio: 764 / 830;
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
  .consept-head { font-size: clamp(16px, 5.48vw, 22px); margin-left: 4%;}
  .consept-text { font-size: 16px; margin-left: 4%;}
  .text-animetion { font-size: 58px;}
  .btn-wrap-consept { text-align: center; margin-top: 48px;}
  .result-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .btn-wrap-result { display: none;}
  .ba-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .ba-item { padding: 18px 5%;}
  .reason-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .reason-item { padding: 24px 5%;}
  .price-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .access-map { aspect-ratio: 383 / 293; margin-bottom: 40px;}
  .access-box { padding: 0 5%;}
  .access-box dt { font-size: clamp(16px, 6.5vw, 26px);}
  .access-box dd { font-size: 16px;}
  .access-img { grid-template-columns: repeat(2, 1fr); gap: 12px;}
  .voice-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .voice-item { padding: 24px 8%;}
  .qa-item .qa-q::before { left: 8px;}
  .qa-item .qa-q { padding-left: 48px;}
  .qa-item .qa-a { margin: 16px 0 0 2%; padding-left: 32px;}
  .blog-box { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; row-gap: 40px;}
  .blog-title { font-size: 16px;}
  .blog-item-btn .btn { font-size: 16px; padding: 14px 88px 14px 64px; margin-top: 16px;}
  .blog-item-btn .btn::before { width: 20px; height: 20px;}
  .btn-wrap-blog .btn { background-color: var(--main);}
  .news-box { padding: 40px 5%;}
  .news-title { font-size: 16px;}
  .recruit-banner .btn { display: none;}
}