.top .c-sec-ttl__en {
  margin-bottom: 2px;
}
.top .c-sec-ttl__ja {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .top .c-sec-ttl--logo {
    background-size: 47px 38px;
    padding-top: 45px;
  }
  .top .c-sec-ttl__en {
    font-size: 12px;
  }
  .top .c-sec-ttl__ja {
    font-size: 22px;
  }
}

.top-mv {
  position: relative;
  width: 100%;
  height: 47.059vw;
  max-height: calc(100vh - 100px);
  max-height: calc(var(--vh) * 100 - 100px);
}
.top-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 100px);
  background: url(../img/top/mv.jpg) center/cover no-repeat;
  border-radius: 100px 0 0 100px;
}
.top-mv__txt-box {
  position: absolute;
  top: 50%;
  left: 63px;
  color: #14485c;
  line-height: 1;
  transform: translateY(-79%);
}
.top-mv__catch-ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-align: right;
}
.top-mv__catch-ja::before {
  content: "";
  display: inline-block;
  width: 251px;
  height: 1px;
  background: #14485c;
  margin-right: 28px;
  vertical-align: 10px;
}
.top-mv__catch-en {
  font-family: "Alata", sans-serif;
  font-size: 120px;
  letter-spacing: 0.025em;
  margin-top: 11px;
  padding: 0 5px 0 0;
  text-shadow: 0 0 30px rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .top-mv__cathc-ja {
    font-size: 22px;
  }
  .top-mv__catch-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 959px) {
  .top-mv {
    height: 60vw;
  }
  .top-mv__bg {
    width: calc(100vw - 50px);
  }
  .top-mv__txt-box {
    left: 30px;
  }
  .top-mv__catch-ja {
    font-size: 18px;
  }
  .top-mv__catch-ja::before {
    width: 160px;
  }
  .top-mv__catch-en {
    font-size: 80px;
    text-shadow: 0 0 15px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 750px) {
  .top-mv {
    height: 400px;
  }
  .top-mv__bg {
    width: calc(100vw - 20px);
    background-image: url(../img/top/mv_sp.jpg);
    border-radius: 50px 0 0 50px;
  }
  .top-mv__txt-box {
    left: 11px;
    transform: translateY(-81%);
  }
  .top-mv__catch-ja {
    font-size: 13px;
  }
  .top-mv__catch-ja::before {
    width: 45px;
    margin-right: 10px;
    vertical-align: 4px;
  }
  .top-mv__catch-en {
    font-size: 45px;
    margin-top: 19px;
  }
}

.top-intro {
  padding: 120px 0 100px;
  overflow: hidden;
}
.top-intro .c-sec-layout__img {
  flex: 0 0 48.2352941176%;
}
.top-intro .c-sec-layout__txt {
  position: relative;
  flex: 0 0 51.7647058824%;
  padding: 0 calc(50vw - 600px) 5px 94px;
}
.top-intro .c-sec-layout__txt::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 354px;
  display: block;
  width: 488px;
  height: 386px;
  background: url(../img/common/logo.svg) center/contain no-repeat;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.top-intro__ttl {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.5em;
}
.top-intro__img {
  display: none;
}
.top-intro__desc {
  font-family: "Alata", "Noto Sans JP", sans-serif;
  line-height: 2.5;
  margin-top: 20px;
}
.top-intro__desc .en {
  font-family: "Alata", sans-serif;
}
@media screen and (min-width: 1701px) {
  .top-intro .c-sec-layout__txt {
    flex: 0 0 630px;
    padding: 0 0 5px 94px;
  }
}
@media screen and (max-width: 1240px) {
  .top-intro .c-sec-layout__txt {
    padding: 0 20px 5px 7.5%;
  }
}
@media screen and (max-width: 959px) {
  .top-intro .c-sec-layout__img {
    display: none;
  }
  .top-intro .c-sec-layout__txt {
    margin-top: 20px;
    padding: 0 20px;
  }
  .top-intro__img {
    position: relative;
    display: block;
    width: calc(100vw - 20px);
    margin: 30px 0 0 -20px;
    z-index: 1;
  }
  .top-intro__img img {
    width: 100%;
    height: 350px;
    border-radius: 0 60px 60px 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .top-intro {
    padding: 53px 0 40px;
  }
  .top-intro .c-sec-layout__txt {
    margin-top: 0;
  }
  .top-intro .c-sec-layout__txt::after {
    top: -36px;
    left: 139px;
    width: 291px;
    height: 144px;
  }
  .top-intro__img {
    width: calc(100vw - 20px);
    margin: 25px 0 0 -20px;
  }
  .top-intro__img img {
    height: 216px;
    border-radius: 0 30px 30px 0;
  }
  .top-intro__ttl {
    font-size: 24px;
    line-height: 1.4583333333;
  }
  .top-intro__desc {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-top: 22px;
  }
}

.top-service {
  padding: 32px 0 60px;
}
.top-service__inner {
  width: calc(100% - 40px);
  max-width: 1600px;
  background-color: rgb(251, 249, 246);
  border-radius: 30px;
  margin: -34px auto 0;
  padding: 80px 50px 103px;
}
.top-service .c-sec-ttl__ja {
  letter-spacing: 0.12em;
}
.top-service__list {
  display: grid;
  gap: 40px 46.6666666667px;
  grid-template-columns: repeat(4, 1fr);
}
.top-service .c-button {
  margin: -28px auto 0;
}
@media screen and (max-width: 959px) {
  .top-service__inner {
    padding: 60px 40px 90px;
  }
  .top-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .top-service {
    padding: 32px 0 40px;
  }
  .top-service .c-sec-ttl__en {
    margin-bottom: 4px;
  }
  .top-service__inner {
    border-radius: 20px;
    margin-top: -14px;
    padding: 30px 17.5px 60px;
  }
  .top-service__list {
    gap: 17px 20px;
  }
  .top-service .c-button {
    margin-top: -24px;
  }
}

.top-service-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.top-service-item a {
  display: block;
  width: 100%;
}
.top-service-item__img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 17px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.top-service-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.7352941176);
}
.top-service-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service-item__img img {
  transition: 0.3s;
}
.top-service-item__ttl-en {
  color: #5aad31;
  font: 14px "Alata", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 3px;
  text-align: center;
}
.top-service-item__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .top-service-item__ttl {
    font-size: 1.36vw;
  }
}
@media screen and (max-width: 959px) {
  .top-service-item__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-item__img {
    border-radius: 10px;
    margin-bottom: 13px;
  }
  .top-service-item__ttl-en {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .top-service-item__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media screen and (min-width: 751px) {
  a:hover .top-service-item__img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  a:hover .top-service-item__img img {
    scale: 1.02;
  }
}

.top-works {
  padding: 0 0 100px;
  overflow: hidden;
}
.top-works__desc {
  font-size: 18px;
  margin-top: 3px;
  text-align: center;
}
.top-works__img-wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.top-works__img-slider {
  width: 100%;
  border-radius: 60px;
  overflow: hidden;
  z-index: 0;
}
.top-works__img-slider .slick-slide {
  height: auto;
}
.top-works__slider-prev, .top-works__slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff center/24px no-repeat;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 0;
  transition: 0.2s;
}
.top-works__slider-prev {
  left: -25px;
  background-image: url(../img/top/arrow-left.svg);
}
.top-works__slider-next {
  right: -25px;
  background-image: url(../img/top/arrow-right.svg);
}
.top-works__img {
  position: relative;
}
.top-works__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.5);
}
.top-works__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__txt-wrap .slick-list {
  height: 0;
}
.top-works__txt-wrap .slick-slide {
  height: auto;
}
.top-works__txt-wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.top-works__txt-wrap .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbdbdb;
  color: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.top-works__txt-wrap .slick-dots .slick-active button {
  background: #5aad31;
}
.top-works__slide-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .top-works__img-wrap {
    width: 140vh;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 751px) {
  .top-works__slider-prev:hover, .top-works__slider-next:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  .top-works {
    padding: 0 0 40px;
  }
  .top-works .c-sec-ttl__en {
    margin-bottom: 1px;
  }
  .top-works__desc {
    font-size: 15px;
    line-height: 1;
    margin-top: 5px;
  }
  .top-works__img-wrap {
    margin-top: 30px;
  }
  .top-works__img-slider {
    border-radius: 19px;
  }
  .top-works__slider-prev, .top-works__slider-next {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .top-works__slider-prev {
    left: -10px;
  }
  .top-works__slider-next {
    right: -10px;
  }
  .top-works__img {
    position: relative;
  }
  .top-works__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6417910448);
  }
  .top-works__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-works__slide-desc {
    height: 15px;
    font-size: 15px;
    margin-top: 23px;
  }
}

.top-about {
  padding: 53px 0 150px;
}
.top-about .c-sec-layout__txt {
  position: relative;
}
.top-about .c-sec-layout__txt::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 240px;
  display: block;
  width: 488px;
  height: 386px;
  background: url(../img/common/logo.svg) center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.top-about .c-sec-layout__img img {
  max-height: 600px;
}
.top-about__ttl-en {
  color: #5aad31;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 8px;
  padding-left: 0.2em;
}
.top-about__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.top-about__detail {
  font-family: "Alata", "Noto Sans JP", sans-serif;
  line-height: 2.5;
  margin-bottom: 28px;
  text-align: justify;
}
.top-about__img {
  display: none;
}
.top-about .c-button {
  width: 280px;
}
@media screen and (max-width: 959px) {
  .top-about .c-sec-layout__img {
    display: none;
  }
  .top-about .c-button {
    margin: 0 auto;
  }
  .top-about__img {
    position: relative;
    display: block;
    width: calc(100vw - 20px);
    margin: 0 -20px 23px 0;
    z-index: 1;
  }
  .top-about__img img {
    width: 100%;
    height: 400px;
    border-radius: 60px 0 0 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .top-about {
    padding: 65px 0 60px;
  }
  .top-about__ttl-en {
    font-size: 12px;
    margin-bottom: 2px;
    text-align: center;
  }
  .top-about .c-sec-layout__txt {
    margin-top: 0;
  }
  .top-about .c-sec-layout__txt::after {
    top: -52px;
    right: 182px;
    width: 182px;
    height: 145px;
  }
  .top-about__ttl {
    font-size: 22px;
    margin-bottom: 23px;
    text-align: center;
  }
  .top-about__img img {
    height: 266px;
    border-radius: 30px 0 0 30px;
  }
  .top-about__detail {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-bottom: 25px;
  }
  .top-about .c-button {
    width: 229px;
  }
}
