@charset "UTF-8";

/* -----------------------------------------------
mv
----------------------------------------------- */
.mv__wrap {
  position: relative;
}
.mv__wrap::after {
  content: "";
  background: url(../images/common/mv_mask.svg) 50% 100% / contain no-repeat;
  display: block;
  position: absolute;
  bottom: -1px;
}
.mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv__inner .mv__cap {
  color: #fff;
}
.mv__inner .mv__cap h1 {
  font-weight: normal;
  text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 10px rgba(0,0,0,1);
}

@media (max-width: 767px) {
  .mv__wrap {
    aspect-ratio: 750 / 360;
    background: url(../images/common/company_mv_sp.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 250 / 30;
    width: 66.67%;
    right: -17%;
  }
  .mv__inner {
    width: 84%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: min(calc(var(--vw) * 22px),22px);
    letter-spacing: .05em;
    line-height: 1.66;
  }
  
}
@media (min-width: 768px) {
  .mv__wrap {
    aspect-ratio: 1440 / 360;
    background: url(../images/common/company_mv_pc.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 824 / 102;
    max-width: 824px;
    width: 57.23%;
    right: -17%;
  }
  .mv__inner {
    width: 91.12%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: 38px;
    letter-spacing: .1em;
  }

}

.bg__wrap {
  background: #FBFAF5;
}


/* -----------------------------------------------
sec__head
----------------------------------------------- */
.sec__head {
  text-align: center;
}
.sec__head * {
  font-weight: normal;
}
.sec__head h2 {
  position: relative;
}
.sec__head h2:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #397121;
}

@media (max-width: 767px) {
  .sec__head {
    margin-bottom: 30px;
  }
  .sec__head h2 {
    font-size: min(calc(var(--vw) * 26px),26px);
    margin-bottom: 64px;
  }
  .sec__head h2:after {
    top: calc(100% + 14px);
    left: calc(50% - 23px);
    width: 46px;
  }
  .sec__head p {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2.14;
  }

}
@media (min-width: 768px) {
  .sec__head {
    margin-bottom: 50px;
  }
  .sec__head h2 {
    font-size: 32px;
    margin-bottom: 78px;
  }
  .sec__head h2:after {
    top: calc(100% + 20px);
    left: calc(50% - 23px);
    width: 46px;
  }

  .sec__head p {
    font-size: 16px;
    line-height: 2.5;
  }

}



/* -----------------------------------------------
greeting
----------------------------------------------- */
.greeting__wrap {}
.greeting__inner {
  margin-inline: auto;
  text-align: center;
}
.greeting__inner .sign strong {
  font-weight: normal;
  display: block;
}

@media (max-width: 767px) {
  .greeting__wrap {
    padding-bottom: 62px;
  }
  .greeting__inner {
    max-width: 774px;
  }
  .greeting__inner > p {
    font-size: min(calc(var(--vw) * 14px), 14px);
    line-height: 2.14;
    margin-bottom: 56px;
    text-align: left;
  }
  .greeting__inner .sign p {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2.5;
  }
  .greeting__inner .sign strong {
    font-size: min(calc(var(--vw) * 16px),16px);
    line-height: 2;
  }

}
@media (min-width: 768px) {
  .greeting__wrap {
    padding-bottom: 62px;
  }
  .greeting__inner {
    max-width: 774px;
  }
  .greeting__inner > p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: .1em;
    margin-bottom: 56px;
  }
  .greeting__inner .sign p {
    font-size: 16px;
    line-height: 2.5;
  }
  .greeting__inner .sign strong {
    font-size: 20px;
    line-height: 2;
  }

}



/* -----------------------------------------------
profile
----------------------------------------------- */
.profile__list {
  margin-inline: auto;
}
.map__wrap {
  margin-inline: auto;
}
.map__wrap iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .profile__wrap {
    padding-block: 60px 80px;
  }
  .profile__list {
    margin-bottom: 50px;
  }
  .profile__list > * {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2.22;
  }
  .profile__list dt {
    border-bottom: 1px solid #397121;
    font-size: min(calc(var(--vw) * 16px),16px);
    display: inline;
    padding: .5em;
  }
  .profile__list dd {
    border-bottom: 2px solid #E6EAE2;
    padding: .5em .5em .2em;
    margin-bottom: 1.5em;
  }
  .profile__list dd ul li {
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  .map__wrap {
    max-width: 100%;
  }

}
@media (min-width: 768px) {
  .profile__wrap {
    padding-block: 92px 100px;
  }
  .profile__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 770px;
    margin-bottom: 100px;
  }
  .profile__list > * {
    font-size: 18px;
    line-height: 2.22;
    padding-block: 19.03px;
  }
  .profile__list dt {
    border-bottom: 2px solid #397121;
    padding-left: 1.8em;
    width: 29.88%;
  }
  .profile__list dd {
    border-bottom: 2px solid #E6EAE2;
    padding-left: 1.8em;
    width: 70.12%;
  }
  .profile__list dd ul li {
    letter-spacing: 0;
  }
  .map__wrap {
    max-width: 770px;
  }

}



/* -----------------------------------------------
history
----------------------------------------------- */
.history__list__wrap {
  margin-inline: auto;
}
.history__list strong {
  font-weight: normal;
}
.history__list strong span {
  position: relative;
  display: block;
}
.history__list strong span:before {
  content: '';
  background: #397121;
  position: absolute;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .history__wrap {
    padding-block: 60px 0;
  }
  .history__list__wrap {
    padding-top: 16px;
  }
  .history__list > li {
    position: relative;
  }
  .history__list li > * {
    padding-block: 1em 3em;
  }
  .history__list strong {
    font-size: min(calc(var(--vw) * 14px),14px);
  }
  .history__list LI:after {
    content: "";
    position: absolute;
    border-right-style: solid;
    border-right-color: #E6EAE2;
    top: .5em;
    right: calc(100% + 4px);
    width: 1px;
    height: 100%;
    border-right-width: 6px;
  }
  .history__list LI:last-child:after {
    border-right-style: dotted;
  }
  .history__list strong span {
    padding-left: .5em;
  }
  .history__list strong span:before {
    width: 1em;
    top: calc(50% - .5em);
    right: 100%;
  }
  .history__list div {
    padding-left: 1em;
  }
  .history__list div p {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 1.66;
  }

}
@media (min-width: 768px) {
  .history__wrap {
    padding-block: 106px 140px;
  }
  .history__list__wrap {
    padding-top: 16px;
  }
  .history__list > li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .history__list li > * {
    padding-block: 24px;
  }
  .history__list strong {
    font-size: 28px;
    position: relative;
    width: 23.28%;
  }
  .history__list strong:after {
    content: "";
    position: absolute;
    border-right-style: solid;
    border-right-color: #E6EAE2;
    top: 50px;
    right: -3px;
    width: 1px;
    height: 100%;
    border-right-width: 6px;
  }
  .history__list LI:last-child strong:after {
    border-right-style: dotted;
  }
  .history__list strong span {
    padding-right: 1em;
  }
  .history__list strong span:before {
    width: 20px;
    top: calc(50% - 10px);
    right: -10px;
  }
  .history__list div {
    width: 76.72%;
    padding-left: 3em;
  }
  .history__list div p {
    font-size: 24px;
    line-height: 1.66;
  }

}
