@charset "UTF-8";
.ly_footer {
  background-image: url(/component/common/_img/bg_footer.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", sans-serif;
}
.cp_footerInner {
  width: 832px;
  margin: 0 auto;
  padding-top: 154px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cp_footerInner {
    width: 100%;
    padding: 67px 49px 0;
  }
}

.cp_footerLogo {
  width: 186px;
  margin: 0 auto 115px;
}
@media only screen and (max-width: 767px) {
  .cp_footerLogo {
    width: 93px;
    margin-bottom: 66px;
  }
}
.cp_footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 186/55;
}

.cp_footerFeature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.cp_footerFeature__item {
  width: 202px;
  height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--imini-green, #385323);
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature__item {
    width: calc(50% - 2.5px);
    height: auto;
    align-self: 271/233;
    padding: 26px 0;
  }
}
/*.cp_footerFeature__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  background-image: url(/component/common/_img/footer_oblique_line.png);
  z-index: 0;
  display: block;
  width: 135px;
  height: 78px;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature__item::before {
    width: 90px;
    top: 30%;
  }
}*/
.cp_footerFeature__icon {
  position: relative;
  z-index: 1;
}
.cp_footerFeature__icon--1 {
  max-width: 74px;
}
.cp_footerFeature__icon--2 {
  max-width: 41.5px;
}
.cp_footerFeature__icon--3 {
  max-width: 57.5px;
}
.cp_footerFeature__icon--4 {
  max-width: 57px;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature__icon {
    height: 35px;
  }
}
.cp_footerFeature__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature__icon img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cp_footerFeature__label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .cp_footerFeature__label {
    font-size: 10.5px;
  }
}

@media only screen and (max-width: 767px) {
  .cp_footerContentsWrapper {
    display: flex;
    flex-direction: column;
  }
}

.cp_footerContents1 {
  display: flex;
  padding: 40px 61px 0;
  margin-bottom: 47px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .cp_footerContents1 {
    padding: 0 0 52px;
    flex-direction: column;
    display: contents;
  }
}
.cp_footerContents1__child:nth-of-type(1) {
  width: 245px;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents1__child:nth-of-type(1) {
    width: 100%;
    margin-bottom: 32px;
    order: 2;
  }
}
.cp_footerContents1__child:nth-of-type(2) {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents1__child:nth-of-type(2) {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .cp_footerContents1__child:nth-of-type(3) {
    order: 4;
  }
}

.cp_footerContents2 {
  display: flex;
  justify-content: space-between;
  padding-left: 61px;
  padding-right: 57px;
  padding-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents2 {
    flex-wrap: wrap;
    gap: 0;
    padding: 28.5px 0;
    display: contents;
  }
}
.cp_footerContents2__siteLink {
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents2__siteLink {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    order: 5;
    padding: 23px 0;
  }
}
.cp_footerContents2__contact {
  width: 248px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents2__contact {
    width: 100%;
    gap: 24px;
    order: 1;
    margin: 35px 0 47px;
  }
}

.cp_footerContents3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents3 {
    border-bottom: none;
    padding: 23px 0 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.cp_footerContents4 {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents4 {
    padding: 31px 0 0px;
  }
}

.cp_footerSiteLink {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0px;
}
@media only screen and (max-width: 767px) {
  .cp_footerSiteLink {
    border-top: none;
    gap: 12px 0;
  }
}
.cp_footerContents3 .cp_footerSiteLink {
  gap: 104px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents3 .cp_footerSiteLink {
    gap: 21px 0;
    justify-content: start;
  }
}
.cp_footerContents4 .cp_footerSiteLink {
  gap: 86px;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents4 .cp_footerSiteLink {
    gap: 21px;
    justify-content: space-between;
  }
}
.cp_footerSiteLink--child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 8px;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 26px;
}
@media only screen and (max-width: 767px) {
  .cp_footerSiteLink--child {
    width: 50%;
    gap: 0;
    margin-bottom: 0;
  }
}
.cp_footerSiteLink__item {
  display: block;
  list-style: none;
  width: 100%;
}
.cp_footerContents2 .cp_footerSiteLink__item {
  width: 50%;
}
.cp_footerContents3 .cp_footerSiteLink__item {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .cp_footerContents3 .cp_footerSiteLink__item {
    width: 50%;
  }
  .cp_footerContents3 .cp_footerSiteLink__item:nth-of-type(1) {
    order: 1;
  }
  .cp_footerContents3 .cp_footerSiteLink__item:nth-of-type(2) {
    order: 3;
  }
  .cp_footerContents3 .cp_footerSiteLink__item:nth-of-type(3) {
    order: 2;
  }
  .cp_footerContents3 .cp_footerSiteLink__item:nth-of-type(4) {
    order: 4;
  }
}
.cp_footerContents4 .cp_footerSiteLink__item {
  width: auto;
}
.cp_footerSiteLink__link {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cp_footerSiteLink__link {
    font-size: 11px;
  }
}
.cp_footerSiteLink__link:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .cp_footerSiteLink__childWrapper {
    display: flex;
    margin-bottom: 32px;
  }
}
.cp_footerSiteLink__title {
  color: var(--imini-gold, #AB914F);
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.cp_footerContact {
  color: var(--imini-white, #FFF);
  text-align: center;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cp_footerContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.cp_footerContact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cp_footerContact__title {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22px;
}
.cp_footerContact__tel {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.cp_footerContact__time {
  font-size: 11px;
  letter-spacing: 0.22px;
}

.cp_freeDial {
  display: block;
  width: 34px;
}
.cp_freeDial img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 17/9;
}

.cp_footerCompany {
  display: flex;
  margin: 48px 0 40px;
  gap: 49px;
}
@media only screen and (max-width: 767px) {
  .cp_footerCompany {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.cp_footerCompany__textBlock {
  width: calc(100% - 330px - 49px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cp_footerCompany__textBlock {
    width: 100%;
    padding: 0 0px;
    order: 2;
  }
}
.cp_footerCompany__textBlock p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
@media only screen and (max-width: 767px) {
  .cp_footerCompany__textBlock p {
    font-size: 10px;
  }
}
.cp_footerCompany__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .cp_footerCompany__name {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.cp_footerCompany__bnr {
  display: block;
  width: 330px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cp_footerCompany__bnr {
    width: 100%;
    order: 1;
  }
}
.cp_footerCompany__bnr img {
  width: 100%;
  height: auto;
  display: block;
}

.cp_footerBnr {
  display: flex;
  gap: 56px;
}
@media only screen and (max-width: 767px) {
  .cp_footerBnr {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.cp_footerBnr__item {
  display: block;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cp_footerBnr__item {
    width: 100%;
  }
}
.cp_footerBnr__item img {
  width: 100%;
  height: auto;
  display: block;
}

.cp_copyrights {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  padding: 120px 0 42px 0;
}
@media only screen and (max-width: 767px) {
  .cp_copyrights {
    font-size: 10px;
    padding: 61px 0 61px 0;
  }
}

.cp_btnPageTop {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 56px;
  height: 56px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
.cp_btnPageTop svg {
  transition: transform 0.3s ease-in-out;
}
.cp_btnPageTop:hover {
  opacity: 0.5;
}
.cp_btnPageTop:hover svg {
  transform: translateY(-5px);
}
@media only screen and (max-width: 767px) {
  .cp_btnPageTop {
    display: none;
  }
}

#home_campaign:target {
  scroll-margin-top: 170px; /* ヘッダーの高さに合わせて調整 */
}
@media only screen and (max-width: 767px) {
  #home_campaign:target {
    scroll-margin-top: 880px;
  }
}