@charset "UTF-8";
/**************************************
*
* File name: other.css
* Page name: その他事業
*
**************************************/
.f-cl1 {
  color: #d97182;
}

.c-sectionTitle .en {
  font-weight: 700;
}
.c-sectionTitle .ja {
  font-weight: 700;
  font-size: clamp(1.8rem, calc(1.547vw + 1.2199rem), 3.2rem);
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.sec-bg-w {
  background-color: #fff;
}

.p-subFv__title {
  font-weight: 700;
  padding: 0 3%;
}

.photo-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.photo-bg-cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.other-title {
  font-size: clamp(1.8rem, calc(1.547vw + 1.2199rem), 3.2rem);
  text-align: center;
  font-weight: 700;
  padding-bottom: 4rem;
}
.other-title span {
  color: #d97182;
}

.other-sec1 .other-sec1-photo-list {
  gap: clamp(2rem, calc(4.2969vw + -1.3rem), 4.2rem);
}
.other-sec1 .other-sec1-photo-list li {
  width: 30.9364%;
}
@media screen and (max-width: 640px) {
  .other-sec1 .other-sec1-photo-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .other-sec1 .other-sec1-photo-list li {
    text-align: center;
    width: 100%;
  }
}

.other-sec-shared {
  padding: clamp(8rem, calc(11.0497vw + 3.8564rem), 18rem) 0;
}
.other-sec-shared .other-title {
  padding-bottom: clamp(2rem, calc(2.2099vw + 1.1713rem), 4rem);
}
.other-sec-shared .l-container {
  background-color: #fff;
  padding: clamp(3rem, calc(3.3149vw + 1.7569rem), 6rem) clamp(2rem, calc(2.2099vw + 1.1713rem), 4rem);
}
.other-sec-shared .other-info {
  margin-bottom: clamp(2.5rem, calc(2.7624vw + 1.4641rem), 5rem);
}
.other-sec-shared .other-info h3 {
  font-weight: 700;
  margin-bottom: clamp(1.5rem, calc(1.6575vw + 0.8785rem), 3rem);
  line-height: 1.25;
  padding-left: 0.75em;
}
.other-sec-shared .other-info h3.h3-img {
  width: clamp(18rem, calc(12.1547vw + 13.442rem), 29rem);
}
.other-sec-shared .other-info .other-info-content {
  width: 48.208%;
}
.other-sec-shared .other-info .other-info-photo {
  width: 48.208%;
}
.other-sec-shared .other-list .item {
  width: 48.208%;
  background-color: #f8f6f4;
  padding: clamp(1rem, calc(1.105vw + 0.5856rem), 2rem) clamp(1rem, calc(1.105vw + 0.5856rem), 2rem)
    clamp(1rem, calc(1.105vw + 0.5856rem), 2rem) clamp(1rem, calc(1.326vw + 0.5028rem), 2.2rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, calc(0.5525vw + 0.7928rem), 1.5rem);
}
.other-sec-shared .other-list .item .ext {
  font-size: clamp(1.3rem, calc(0.221vw + 1.2171rem), 1.5rem);
}
.other-sec-shared .other-list .item dt {
  font-family: Montserrat, sans-serif;
  color: #d97182;
  font-size: clamp(2rem, calc(2.2099vw + 1.1713rem), 4rem);
  font-weight: 700;
  letter-spacing: 0;
  width: 52px;
  line-height: 1;
  text-align: center;
}
.other-sec-shared .other-list .item dt span {
  font-size: clamp(1rem, calc(0.221vw + 0.9171rem), 1.2rem);
  letter-spacing: 0;
  display: block;
  line-height: 16px;
  padding-bottom: 7px;
  margin-bottom: 5px;
  background: url("../img/other/shape.svg") no-repeat center bottom;
}
@media screen and (max-width: 950px) {
  .other-sec-shared .other-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .other-sec-shared .other-list .item {
    width: 100%;
  }
}
.other-sec-shared.other-sec5 {
  padding-bottom: clamp(5rem, calc(5.5249vw + 2.9282rem), 10rem);
}
@media screen and (max-width: 767px) {
  .other-sec-shared .other-info {
    display: block;
  }
  .other-sec-shared .other-info .other-info-content {
    width: auto;
  }
  .other-sec-shared .other-info .other-info-photo {
    width: auto;
    text-align: center;
    padding-bottom: 2rem;
  }
}

.other-contact-shared {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.other-contact-shared h2 {
  font-size: clamp(1.8rem, calc(1.547vw + 1.2199rem), 3.2rem);
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
.other-contact-shared .txt {
  font-weight: 700;
  line-height: 1.875;
}
.other-contact-shared .other-contact-list {
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .other-contact-shared .other-contact-list {
    gap: 40px;
  }
}
.other-contact-shared .other-contact-list li {
  width: 392px;
  border-radius: 10px;
  background: #fff;
  min-height: 132px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-contact-shared .other-contact-list li.tel {
  line-height: 30px;
  padding: 18px 0 0;
}
.other-contact-shared .other-contact-list li.tel span {
  font-family: Montserrat, sans-serif;
  font-size: clamp(2rem, calc(1.768vw + 1.337rem), 3.6rem);
  font-weight: 700;
  position: relative;
  display: block;
  margin-left: 17px;
}
.other-contact-shared .other-contact-list li.tel span:before {
  content: "";
  background: url("../img/other/tel.svg") no-repeat 0 0/100%;
  width: 25px;
  height: 21px;
  margin-right: 5px;
  display: inline-block;
}
.other-contact-shared .other-contact-list li.email a {
  font-style: normal;
  font-weight: 700;
  display: block;
  background-color: #f2a7a7;
  color: #fff;
  border-radius: 50px;
  line-height: 58px;
  max-width: 280px;
  width: 90%;
  transition: all 0.4s ease-in-out;
}
.other-contact-shared .other-contact-list li.email a:hover {
  opacity: 0.8;
}
.other-contact-shared .other-contact-list li.email a:before {
  content: "";
  background: url("../img/other/mail.svg") no-repeat 0 0/100%;
  width: 21px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}

.other-menu {
  padding: clamp(5rem, calc(5.5249vw + 2.9282rem), 10rem) 0;
}
.other-menu .c-sectionTitle {
  margin-bottom: clamp(3rem, calc(3.3149vw + 1.7569rem), 6rem);
}
.other-menu .other-menu-list {
  padding-bottom: 35px;
}
.other-menu .other-menu-list .other-menu-list-item {
  background-color: #fff;
  border: 1px solid #f2a7a7;
  padding: 30px 15px;
  width: 30.937%;
  position: relative;
}
.other-menu .other-menu-list .other-menu-list-item h3 {
  font-weight: 700;
  font-size: clamp(1.5rem, calc(0.9285714286rem + 0.744047619vw), 2rem);
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: center;
}
.other-menu .other-menu-list .other-menu-list-item .txt {
  padding: 15px 0 70px;
}
.other-menu .other-menu-list .other-menu-list-item .other-menu_btn {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .other-menu .other-menu-list {
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 40px;
  }
  .other-menu .other-menu-list .other-menu-list-item {
    width: 50%;
    max-width: 370px;
  }
}
@media screen and (max-width: 940px) {
  .other-menu .other-menu-list {
    gap: 20px;
  }
  .other-menu .other-menu-list .other-menu-list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .other-menu .other-menu-list .other-menu-list-item {
    width: 100%;
  }
}
