@charset "UTF-8";
/* ============================================================
// index.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// hero
------------------------------------------------------------ */
.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 100px;
  background: url(../images/index/text-decor-loop.png) no-repeat bottom left;
}
@media print, screen and (max-width: 991px) {
  .hero {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .hero {
    padding-top: 80px;
    background: none;
  }
}

.hero__slider {
  position: static !important;
  top: 0;
  right: 0;
  width: 54%;
  height: 80vh;
  margin: 0 0 0 auto !important;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 991px) {
  .hero__slider {
    position: static !important;
    width: calc(100% - 40px);
    height: auto;
    margin-inline: auto !important;
    border-radius: 10px;
  }
}

.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__content--fixed {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  padding-top: 100px;
}
@media print, screen and (max-width: 1720px) {
  .hero__content--fixed {
    left: 4%;
  }
}
@media print, screen and (max-width: 991px) {
  .hero__content--fixed {
    position: static;
    top: auto;
    left: 0;
    transform: translateY(0);
    width: calc(100% - 40px);
    margin-block: 0 clamp(30px, 4.8701298701vw + 11.737012987px, 60px);
    margin-inline: auto;
    padding-top: 40px;
  }
}

.hero__content--fixed .hero__lead {
  font-size: clamp(40px, 6.1776061776vw + -21.2818532819px, 72px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.hero__content--fixed .hero__lead span {
  color: #728f00;
}

.hero__content--fixed .hero__text-01 {
  font-size: clamp(18px, 1.5444015444vw + 2.6795366795px, 26px);
  font-weight: 700;
  margin-bottom: 0.6em;
}

.hero__content--fixed .hero__text-02 {
  font-size: clamp(12px, 1.5444015444vw + -3.3204633205px, 20px);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #222;
}

@media print, screen and (max-width: 767px) {
  .hero__content--fixed .hero__lead,
  .hero__content--fixed .hero__text-01,
  .hero__content--fixed .hero__text-02 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .hero__contact .c-freedial {
    margin-inline: auto;
  }
  .hero__contact .c-btn-contact {
    margin-inline: auto;
  }
}
.hero--full {
  max-width: none;
}

.hero__slider--aspect-ratio {
  aspect-ratio: 3/2;
  height: auto;
}

/* ------------------------------------------------------------
// business
------------------------------------------------------------ */
.business {
  padding-block: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px);
  background: url(../images/common/text-decor-business.png) no-repeat top right #f3efeb;
}
@media print, screen and (max-width: 767px) {
  .business {
    background: none;
  }
}
.business__lead {
  text-align: center;
  margin-block: clamp(20px, 5.3908355795vw + -21.4016172507px, 60px) clamp(40px, 4.0431266846vw + 8.948787062px, 70px);
}
.business__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .business__list {
    flex-direction: column;
    gap: 60px;
  }
}
.business__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.business__image-wrapper {
  width: 100%;
  margin-bottom: clamp(20px, 1.3477088949vw + 9.6495956873px, 30px);
  border-radius: 10px;
  overflow: hidden;
}
.business__image-wrapper img {
  transition: 0.3s;
}
.business__image-wrapper:hover img {
  transform: scale(1.05);
}
.business__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: clamp(20px, 3.861003861vw + -18.3011583012px, 40px);
}
.business__number {
  font-size: clamp(24px, 2.1145374449vw + 16.0704845815px, 48px);
  font-weight: 700;
  color: #728f00;
  line-height: 1.2;
}
.business__title {
  font-size: clamp(20px, 0.3524229075vw + 18.6784140969px, 24px);
  font-weight: bold;
  color: #728f00;
  line-height: 1.2;
}
.business__body {
  flex-grow: 1;
  margin-bottom: clamp(20px, 0.8810572687vw + 16.6960352423px, 30px);
}

/* ------------------------------------------------------------
// first time
------------------------------------------------------------ */
.first-time {
  margin-block: clamp(30px, 7.9295154185vw + 0.2643171806px, 120px);
  background: url(../images/common/text-decor-firsttime.png) no-repeat bottom left;
}
@media print, screen and (max-width: 767px) {
  .first-time {
    background: none;
  }
}
.first-time__inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  gap: clamp(40px, 10.781671159vw + -42.8032345013px, 120px);
}
@media screen and (max-width: 767px) {
  .first-time__inner {
    flex-direction: column;
  }
}
.first-time__content {
  flex: 1;
}
.first-time__box {
  width: clamp(460px, 45.3667953668vw + 9.9613899614px, 695px);
  margin-left: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .first-time__box {
    width: 100%;
    padding-inline: 20px;
  }
}
.first-time__head {
  margin-bottom: clamp(20px, 5.3908355795vw + -21.4016172507px, 60px);
}
.first-time__body {
  margin-bottom: clamp(40px, 2.6954177898vw + 19.2991913747px, 60px);
}
.first-time__lead {
  font-size: clamp(22px, 1.3477088949vw + 11.6495956873px, 32px);
  font-weight: 700;
  margin-bottom: clamp(20px, 1.3477088949vw + 9.6495956873px, 30px);
}
.first-time__highlight {
  color: #728f00;
}
.first-time__description {
  font-size: clamp(15px, 0.4043126685vw + 11.8948787062px, 18px);
}
.first-time__image-pc {
  flex: 1;
}
.first-time__image-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .first-time__image-pc img {
    border-radius: 0;
  }
}

/* ------------------------------------------------------------
// company
------------------------------------------------------------ */
.company {
  margin-block: clamp(30px, 7.9295154185vw + 0.2643171806px, 120px);
  background: url(../images/common/text-decor-company.png) no-repeat bottom right;
}
@media print, screen and (max-width: 767px) {
  .company {
    background: none;
  }
}
.company__inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  gap: clamp(40px, 10.781671159vw + -42.8032345013px, 120px);
}
@media screen and (max-width: 767px) {
  .company__inner {
    flex-direction: column;
  }
}
.company__content {
  order: 2;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .company__content {
    order: 1;
  }
}
.company__box {
  width: clamp(460px, 45.3667953668vw + 9.9613899614px, 695px);
  margin-right: auto;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .company__box {
    width: 100%;
    padding-inline: 20px;
  }
}
.company__head {
  margin-bottom: clamp(20px, 5.3908355795vw + -21.4016172507px, 60px);
}
.company__body {
  margin-bottom: clamp(40px, 2.6954177898vw + 19.2991913747px, 60px);
}
.company__lead {
  font-size: clamp(22px, 1.3477088949vw + 11.6495956873px, 32px);
  font-weight: 700;
  margin-bottom: clamp(20px, 1.3477088949vw + 9.6495956873px, 30px);
}
.company__highlight {
  color: #728f00;
}
.company__description {
  font-size: clamp(15px, 0.4043126685vw + 11.8948787062px, 18px);
}
.company__image-pc {
  order: 1;
  flex: 1;
}
.company__image-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .company__image-pc {
    order: 2;
  }
  .company__image-pc img {
    border-radius: 0;
  }
}

/* ------------------------------------------------------------
// contact
------------------------------------------------------------ */
.contact {
  margin-top: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px);
  padding-block: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px);
  background: url(../images/common/text-decor-contact.png) no-repeat bottom left #f3efeb;
}
@media print, screen and (max-width: 767px) {
  .contact {
    background-image: none;
  }
}
.contact__inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  gap: clamp(20px, 3.5242290749vw + 6.7841409692px, 60px);
}
@media print, screen and (max-width: 767px) {
  .contact__inner {
    flex-direction: column;
  }
}
.contact__text {
  margin-top: clamp(20px, 5.3908355795vw + -21.4016172507px, 60px);
}
.contact__body {
  flex: 1;
  margin-left: auto;
  padding-right: clamp(0px, 12.1293800539vw + -93.153638814px, 90px);
}
.contact__body .c-freedial,
.contact__body .c-btn-contact {
  margin-left: auto;
}
@media print, screen and (max-width: 767px) {
  .contact__body {
    margin-inline: auto;
  }
}