/* ===================================
common
=================================== */
.el_secttl {
  position: relative;
  text-align: center;
}
.el_secttl_en {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(206, 201, 193, 0.2);
  font-family: "Italiana", "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .el_secttl_en {
    font-size: max(80px, 26vw);
  }
}
.el_secttl_ja {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-49%);
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111;
  white-space: nowrap;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .el_secttl_ja {
    font-size: 30px;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .el_secttl_ja {
    font-size: 28px;
  }
}
.el_secttl_ja br {
  display: none;
}
@media screen and (max-width: 600px) {
  .el_secttl_ja br {
    display: block;
  }
}
.el_secttl + .el_text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .el_secttl + .el_text {
    margin-top: 30px;
    text-align: left;
  }
}

/* ===================================
FV
=================================== */
.ly_fv {
  padding-top: 140px;
  padding-bottom: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .ly_fv {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .ly_fv {
    padding-top: 32vw;
    padding-bottom: 80px;
  }
}
.ly_fv .el_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ly_fv .el_text {
    margin-top: 20px;
  }
  .ly_fv .el_text br {
    display: none;
  }
}

.el_fvText {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 20px;
  box-sizing: content-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .el_fvText {
    margin-bottom: 60px;
  }
}
.el_fvText_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.4px;
}
@media screen and (max-width: 767px) {
  .el_fvText_ttl {
    font-size: max(24px, 12vw);
  }
}
.el_fvText_copy {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .el_fvText_copy {
    line-height: 1.4;
    font-size: max(12px, 4.5vw);
    margin-bottom: 16px;
  }
}

.el_fvCta_List {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .el_fvCta_List {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
  }
  .el_fvCta_List li {
    width: calc((100% - 10px) / 2);
  }
}
.el_fvCta_List a {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_fvCta_List a {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    font-size: 16px;
    padding: 14px;
  }
}
.el_fvCta_List .un_request a {
  border: 1px solid #ED8423;
  background: #FFF;
  color: #ED8423;
}
@media (hover: hover) {
  .el_fvCta_List .un_request a {
    transition: 0.5s;
  }
  .el_fvCta_List .un_request a:hover {
    color: #FFF;
    background: #ED8423;
  }
}
.el_fvCta_List .un_contact a {
  border: 1px solid #FFF;
  background: #ED8423;
  color: #FFF;
}
@media (hover: hover) {
  .el_fvCta_List .un_contact a {
    transition: 0.5s;
  }
  .el_fvCta_List .un_contact a:hover {
    color: #ED8423;
    background: #fff;
    border: 1px solid #ED8423;
  }
}

.el_fvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.el_fvSlider .swiper-wrapper .swiper-slide {
  box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
}
.el_fvSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .el_fvSlider .swiper-wrapper .swiper-slide a {
    transition: 0.5s;
  }
  .el_fvSlider .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.5;
  }
}

/* ===================================
service
=================================== */
.ly_service {
  position: relative;
  background-color: #333;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .ly_service {
    padding: 60px 0 80px;
  }
}
.ly_service .el_secttl_ja {
  color: #FFF;
}
.ly_service .el_secttl + .el_text {
  color: #FFF;
}
.ly_service .el_btn {
  width: -moz-fit-content;
  width: fit-content;
}

.el_serviceList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1230px) {
  .el_serviceList {
    flex-wrap: wrap;
    max-width: 850px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .el_serviceList {
    display: block;
    margin-top: 30px;
  }
}
.el_serviceList li {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: auto;
  border: 1px solid #555555;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  aspect-ratio: 1/1;
  margin-inline: -13px;
}
@media screen and (max-width: 1230px) {
  .el_serviceList li {
    width: 260px;
    height: 260px;
    margin-inline: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .el_serviceList li {
    width: 94%;
    height: 140px;
    padding: 16px 24px 20px;
    margin-top: 10px;
    border-radius: 140px;
    margin-inline: auto !important;
  }
}
.el_serviceList li .el_serviceList_txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}
.el_serviceList li .el_serviceList_ttl_subtxt {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

/* ===================================
feature
=================================== */
.ly_feature {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .ly_feature {
    padding: 60px 0 80px;
  }
}

.el_featureList {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 160px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .el_featureList {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .el_featureList {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList {
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 0;
  }
}
.el_featureList li {
  width: 50%;
  border-top: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  .el_featureList li {
    width: 100%;
  }
  .el_featureList li + li {
    border-top: none;
  }
}
.el_featureList_ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .el_featureList_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList_ttl {
    font-size: clamp(20px, 7vw, 28px);
  }
}
.el_featureList_text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .el_featureList_text {
    text-align: left;
    margin-top: 20px;
  }
  .el_featureList_text br {
    display: none;
  }
}
.el_featureList_text span {
  font-weight: 700;
}

/* ===================================
works
=================================== */
.ly_works {
  background: rgba(206, 201, 193, 0.2);
  padding: 76px 0 120px;
}
@media screen and (max-width: 767px) {
  .ly_works {
    padding: 60px 0 80px;
  }
}
.ly_works .el_secttl_en {
  color: #FFF;
}

.el_worksList {
  display: flex;
  justify-content: space-between;
  gap: 60px 40px;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .el_worksList {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_worksList {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.el_worksList li {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1024px) {
  .el_worksList li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .el_worksList li {
    width: 100%;
  }
}
@media (hover: hover) {
  .el_worksList li a {
    transition: 0.3s;
  }
  .el_worksList li a img {
    transition: 0.3s;
  }
  .el_worksList li a:hover img {
    transform: scale(1.04);
    transition: 0.3s;
  }
}
.el_worksList_img {
  overflow: hidden;
}
.el_worksList_ttl {
  margin-top: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.el_worksList_copy {
  color: #BBB;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}

/* ===================================
column
=================================== */
.ly_column {
  background: #FFF;
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .ly_column {
    padding: 60px 0 80px;
  }
}

.el_columnList {
  max-width: 1040px;
  margin: 120px auto 60px;
}
@media screen and (max-width: 767px) {
  .el_columnList {
    margin: 50px auto;
  }
}
.el_columnList li + li {
  margin-top: 30px;
}
.el_columnList_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (hover: hover) {
  .el_columnList_item a img,
  .el_columnList_item a p {
    transition: 0.3s;
  }
  .el_columnList_item a:hover img {
    transform: scale(1.04);
    transition: 0.3s;
  }
  .el_columnList_item a:hover p {
    color: #ED8423;
    transition: 0.3s;
  }
}
.el_columnList_img {
  width: 400px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .el_columnList_img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .el_columnList_img {
    width: 120px;
    border-radius: 4px;
  }
}
.el_columnList_text {
  width: calc(100% - 440px);
}
@media screen and (max-width: 1024px) {
  .el_columnList_text {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .el_columnList_text {
    width: calc(100% - 140px);
  }
}
.el_columnList_date {
  margin-top: 20px;
  font-size: 12px;
  color: #bbb;
}
@media screen and (max-width: 767px) {
  .el_columnList_date {
    margin-top: 10px;
    font-size: 10px;
  }
}
.el_columnList_ttl {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .el_columnList_ttl {
    font-size: 16px;
  }
}
.el_columnList_str {
  margin-top: 20px;
  color: #bbb;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_columnList_str {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */