.mainvisual {
  margin-top: -78px;
  margin-bottom: 9.3%;
  box-sizing: border-box;
  width: 100%;
  height: 148vw;
  max-height: 90vh;
  min-height: 420px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/top/home_hd_img-1.webp");
  background-repeat: no-repeat;
  background-position: 73% center;
  background-size: cover;
  font-size: 20px;
}
.mainvisual .layout {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.mainvisual h1 {
  margin-bottom: 20px;
  max-width: 640px;
}
.mainvisual h1 img {
  height: auto;
}
.mainvisual h2 {
  margin: 0 auto;
  width: 375px;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1025px) {
  .mainvisual {
    margin-top: -100px;
    margin-bottom: 5%;
    padding: 40px;
    height: 980px;
    max-height: 100vh;
    min-height: 600px;
    background-position: 50% 0;
    align-items: center;
    flex-wrap: wrap;
  }
  .mainvisual h1 {
    max-width: none;
  }
  .mainvisual h2 {
    width: 100%;
    margin: 0;
    padding-top: 70px;
    padding-left: 360px;
    font-size: 20px;
    text-align: left;
  }
}

.index-news {
  padding: 0 20px;
}
.index-news .index-news-title {
  margin-bottom: 1.5em;
  font-size: clamp(20px, 4.4vw, 36px);
  text-align: center;
  line-height: 1;
}
.index-news .index-news-button {
  margin: 30px 0 50px 0;
}
@media (min-width: 1025px) {
  .index-news {
    padding: 0;
  }
}

.elm-section {
  padding: 0 20px;
  margin-bottom: 9.3%;
}
@media (min-width: 1025px) {
  .elm-section {
    margin-bottom: 5%;
  }
}

.index-lead {
  margin: 0 auto;
  max-width: 810px;
  text-align: center;
  padding: 50px 0 0 0;
}
.index-lead h2 {
  margin-bottom: 24px;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1.5;
  font-weight: 600;
}
.index-lead p {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
}
.index-lead p br {
  display: none;
}
@media (min-width: 768px) {
  .index-lead p br {
    display: inline;
  }
}
@media (min-width: 1025px) {
  .index-lead {
    padding: 50px 20px 20px 20px;
  }
  .index-lead p {
    text-align: center;
  }
}

.sec-flow .index-flow {
  padding: 50px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.sec-flow .index-flow h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(24px, 4.4vw, 36px);
  line-height: 1;
  font-weight: normal;
}
.sec-flow .index-flow h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 18px;
  width: 28px;
}
.sec-flow .index-flow ol {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.sec-flow .index-flow ol li h3 {
  padding: 3%;
  font-size: min(3.5vw, 22px);
  font-weight: normal;
}
.sec-flow .index-flow ol li h3 span {
  display: inline-block;
  margin-right: 0.5em;
  color: #999;
}
.sec-flow .index-flow ol li p {
  padding: 3%;
  font-size: 14px;
  line-height: 1.5;
}
.sec-flow .index-flow ol li:nth-child(2) {
  text-align: center;
}

.index-studio {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.index-studio > div {
  padding: 50px 20px;
}
.index-studio h2 {
  margin-bottom: 35px;
  font-size: clamp(30px, 4.4vw, 36px);
  font-weight: normal;
}
.index-studio h2::after {
  content: "";
  display: block;
  margin: 0 auto 18px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 18px;
  width: 28px;
}
.index-studio h3 {
  margin-bottom: 18px;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: normal;
}
.index-studio p {
  font-size: 14px;
  color: #525654;
  line-height: 2;
  text-align: left;
}
.index-studio .link-button {
  margin-top: 20px;
}
.index-studio .items {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.index-studio .items img {
  width: 100%;
}
.index-studio ul {
  font-size: 17px;
  color: #8c8c8c;
}
.index-studio ul li {
  width: 100%;
}
.index-studio .name::before {
  content: "";
  display: block;
  margin: 0 auto 18px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 18px;
  width: 28px;
}
.index-studio .studio-swiper {
  width: 100%;
}
.index-studio .swiper-slide {
  box-sizing: border-box;
  width: 100%;
}
.index-studio .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.index-studio .swiper-pagination .swiper-pagination-bullet {
  margin: 0 14px;
  width: 8px;
  height: 8px;
  border: 1px solid #949366;
  background: #949366;
  opacity: 1;
  transition: all 0.2s ease;
}
.index-studio .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 11px;
  width: 13px;
  height: 13px;
  background: #f4efec;
}
@media (min-width: 1025px) {
  .index-studio {
    display: flex;
    justify-content: center;
    padding: 0 40px;
    text-align: left;
  }
  .index-studio > div {
    padding: 50px 40px;
  }
  .index-studio h2::after {
    margin: 0 0 18px;
  }
  .index-studio .text {
    flex-shrink: 0;
    width: 47.5%;
    max-width: 600px;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid #d2ccc9;
  }
  .index-studio .items {
    flex: 1;
    margin: 0;
    box-sizing: border-box;
  }
  .index-studio p {
    font-size: 18px;
  }
  .index-studio .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .index-studio .swiper-slide {
    width: 100%;
  }
  .index-studio .swiper-pagination {
    display: none;
  }
}

.index-column {
  padding: 50px 20px 50px;
  border-bottom: 1px solid #d2ccc9;
}
.index-column h2 {
  margin-bottom: 60px;
  font-size: clamp(20px, 4.4vw, 36px);
  font-weight: normal;
  text-align: center;
}
.index-column h2 a {
  color: inherit;
  text-decoration: none;
}
.index-column .column-swiper {
  padding-top: 1em;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.index-column .swiper-slide {
  width: 346px;
}
.index-column .column-item .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.index-column .column-item .title {
  margin: 12px 0 4px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.index-column .column-item .date {
  display: block;
  font-size: 12px;
  color: #8c8c8c;
}
.index-column .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.index-column .swiper-pagination .swiper-pagination-bullet {
  margin: 0 14px;
  width: 8px;
  height: 8px;
  border: 1px solid #949366;
  background: #949366;
  opacity: 1;
  transition: all 0.2s ease;
}
.index-column .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 11px;
  width: 13px;
  height: 13px;
  background: #f4efec;
}
@media (min-width: 1025px) {
  .index-column {
    padding: 50px 40px 50px;
  }
  .index-column h2 {
    max-width: 1280px;
    margin: 0 auto 40px auto;
  }
}

.index-faq {
  max-width: 1280px;
  padding: 50px 20px 0;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .index-faq {
    padding: 50px 50px 0;
  }
}
.index-faq .faq-title {
  margin-bottom: 60px;
  font-size: clamp(20px, 4.4vw, 36px);
  font-weight: normal;
  text-align: center;
}
.index-faq .faq_item {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #d2ccc9;
}
.index-faq .faq_item dt {
  cursor: pointer;
  position: relative;
  padding: 3px 0 0 3em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.index-faq .faq_item dt::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 13px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.index-faq .faq_item dt::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 13px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.index-faq .faq_item dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding: 0 0 0 2em;
  line-height: 1.6em;
  font-size: 13px;
}
.index-faq .faq_item dd .faq_inner {
  padding: 2em 6px 0 16px;
}
.index-faq .faq_item.is-open dt::before {
  transform: translateY(-50%) rotate(45deg);
}
.index-faq .faq_item.is-open dt::after {
  transform: translateY(-50%) rotate(-45deg);
}
.index-faq .faq_item.is-open dd {
  max-height: 600px;
  padding: 0 0 0 2em;
}

body.home .index-columns h2 {
  color: #59454E;
  line-height: 1.5;
}
body.home .index-columns .row_noborder {
  border-bottom: none;
}

body.home .index-contents-wrap {
  border-bottom: 1px solid #d2ccc9;
}

/*# sourceMappingURL=top.css.map */
