.font-min {
  font-family: "Noto Serif JP", serif;
}

.font-en {
  font-family: "EB Garamond", serif;
}

.about-heading {
  font-size: 2.1428571429rem;
  font-weight: 700;
  color: #308255;
}
@media screen and (max-width: 750px) {
  .about-heading {
    font-size: 1.1538461538rem;
  }
}
.about-heading span {
  font-size: 1.7142857143rem;
}
@media screen and (max-width: 750px) {
  .about-heading span {
    font-size: 0.9230769231rem;
  }
}

.about-top {
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 750px) {
  .about-top .inner {
    padding-inline: 6.25%;
  }
}
.about-top .top-main {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.7733755943%;
       column-gap: 2.7733755943%;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .about-top .top-main {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.about-top .top-main .top-box {
  flex: 1;
}
.about-top .top-main .top-box .about-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .about-top .top-main .top-box .about-heading {
    margin-bottom: 3.3333333333%;
  }
}
.about-top .top-main .top-box p {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-top .top-main .top-box p {
    font-size: 1rem;
  }
}
.about-top .top-main figure {
  width: 39.6196513471%;
}
@media screen and (max-width: 750px) {
  .about-top .top-main figure {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}

.about-important {
  margin-top: -75px;
  padding: 40px 0 175px;
  background-color: #eaf4ec;
}
@media screen and (max-width: 1360px) {
  .about-important {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1110px) {
  .about-important {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-important {
    margin-top: -12.5%;
    padding: 20.625% 0 25%;
  }
}
@media screen and (max-width: 750px) {
  .about-important .inner {
    padding-inline: 6.25%;
  }
}
.about-important .about-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .about-important .about-heading {
    margin-bottom: 3.5714285714%;
  }
}
.about-important .important-main .important-box {
  display: flex;
  gap: 30px 7.1315372425%;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .about-important .important-main .important-box {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.about-important .important-main .important-box dl {
  width: 46.4342313788%;
}
@media screen and (max-width: 750px) {
  .about-important .important-main .important-box dl {
    width: 100%;
  }
}
.about-important .important-main dl dt {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.7142857143rem;
  font-weight: 700;
  color: #308255;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dt {
    margin-bottom: 1.4285714286%;
    font-size: 1.1538461538rem;
  }
}
.about-important .important-main dl dt span {
  z-index: 9;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  background: url("../img/common/ico_arrow.svg") no-repeat left top 0.4em;
  background-size: 20px auto;
  background-color: #eaf4ec;
}
.about-important .important-main dl dt small {
  font-size: 1.4285714286rem;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dt small {
    font-size: 1.1538461538rem;
  }
}
.about-important .important-main dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #308255;
}
.about-important .important-main dl dd {
  padding-left: 30px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dd {
    padding-right: 30px;
    font-size: 1rem;
  }
}
.about-important .important-main dl dd .important-item {
  display: flex;
  justify-content: space-between;
  gap: 30px 10.7142857143%;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dd .important-item {
    flex-direction: column;
  }
}
.about-important .important-main dl dd .important-item ol {
  width: 44.6428571429%;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dd .important-item ol {
    width: 100%;
  }
}
.about-important .important-main dl dd .important-item ol li {
  margin-bottom: 30px;
}
.about-important .important-main dl dd .important-item ol li:last-child {
  margin-bottom: 0;
}
.about-important .important-main dl dd .important-item ol li span {
  display: flex;
  align-items: center;
  font-size: 1.2857142857rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dd .important-item ol li span {
    font-size: 1rem;
  }
}
.about-important .important-main dl dd .important-item ol li span b {
  margin-right: 5px;
  font-size: 1.7142857143rem;
}
@media screen and (max-width: 750px) {
  .about-important .important-main dl dd .important-item ol li span b {
    font-size: 1.3846153846rem;
  }
}

.about-chart {
  margin-top: -115px;
}
@media screen and (max-width: 750px) {
  .about-chart {
    margin-top: -15.625%;
  }
}
@media screen and (max-width: 750px) {
  .about-chart .inner {
    padding-inline: 6.25%;
  }
}
@media screen and (max-width: 750px) {
  .about-chart figure {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}

.about-feature {
  padding: 90px 0 40px;
}
@media screen and (max-width: 750px) {
  .about-feature {
    padding: 13.75% 0 6.25%;
  }
}
@media screen and (max-width: 750px) {
  .about-feature .inner {
    padding-inline: 6.25%;
  }
}
.about-feature .feature-top {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-top {
    display: block;
  }
}
.about-feature .feature-top .about-heading {
  width: 10em;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-top .about-heading {
    width: 100%;
    margin-bottom: 2.8571428571%;
  }
}
.about-feature .feature-top p {
  flex: 1;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-top p {
    font-size: 1rem;
  }
}
.about-feature .feature-main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.about-feature .feature-main .feature-box {
  padding: 50px 25px 40px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box {
    padding: 7.1428571429% 0 11.4285714286%;
  }
}
.about-feature .feature-main .feature-box._reverse .feature-item {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box._reverse .feature-item {
    flex-direction: column;
  }
}
.about-feature .feature-main .feature-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.about-feature .feature-main .feature-box .feature-heading {
  margin-bottom: 20px;
  font-size: 1.7142857143rem;
  color: #308255;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-heading {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1rem;
  }
}
.about-feature .feature-main .feature-box .feature-heading span {
  margin-right: 0.2em;
  font-size: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-heading span {
    font-size: 1.3846153846rem;
  }
}
.about-feature .feature-main .feature-box .feature-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  gap: 30px 2.1739130435%;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-item {
    flex-direction: column;
  }
}
.about-feature .feature-main .feature-box .feature-item ul {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-item ul {
    width: 92.8571428571%;
    margin: 0 auto;
  }
}
.about-feature .feature-main .feature-box .feature-item ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 15px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-item ul li {
    font-size: 1rem;
  }
}
.about-feature .feature-main .feature-box .feature-item ul li:last-child {
  margin-bottom: 0;
}
.about-feature .feature-main .feature-box .feature-item ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 1.2rem;
  margin-top: 0.3em;
  background-color: #308255;
}
.about-feature .feature-main .feature-box .feature-item figure {
  width: 43.4782608696%;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-main .feature-box .feature-item figure {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}

.about-num {
  padding: 40px 0 70px;
  background-color: #eaf4ec;
}
@media screen and (max-width: 750px) {
  .about-num {
    padding: 7.5% 0 12.5%;
  }
}
@media screen and (max-width: 750px) {
  .about-num .inner {
    padding-inline: 6.25%;
  }
}
.about-num .about-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .about-num .about-heading {
    margin-bottom: 5.7142857143%;
  }
}
.about-num .num-main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.about-num .num-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 9.0909090909%;
       column-gap: 9.0909090909%;
}
@media screen and (max-width: 750px) {
  .about-num .num-flex {
    flex-direction: column;
  }
}
.about-num .num-flex .num-flex-box {
  width: 45.4545454545%;
}
@media screen and (max-width: 750px) {
  .about-num .num-flex .num-flex-box {
    width: 100%;
  }
}
.about-num .num-flex figure {
  margin-bottom: 10px;
}
.about-num .num-box {
  margin-bottom: 30px;
}
.about-num .num-box._box02 {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .about-num .num-box._box02 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about-num .num-box._box02 figure {
    width: 50%;
  }
}
.about-num .num-box._box03 {
  width: 45.4545454545%;
}
@media screen and (max-width: 750px) {
  .about-num .num-box._box03 {
    width: 100%;
  }
}
.about-num .num-box .num-heading {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../img/common/ico_arrow.svg") no-repeat left top 0.4em;
  background-size: 20px auto;
  font-size: 1.7142857143rem;
  font-weight: 700;
  color: #308255;
}
@media screen and (max-width: 750px) {
  .about-num .num-box .num-heading {
    font-size: 1.1538461538rem;
  }
}
.about-num .num-box .num-txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .about-num .num-box .num-txt {
    margin-left: 30px;
    font-size: 0.8076923077rem;
  }
}
@media screen and (max-width: 750px) {
  .about-num .num-box figure {
    padding-left: 30px;
  }
}

.about-voice {
  margin-bottom: 60px;
  padding-block: 65px;
  background-color: #f2ebdc;
}
@media screen and (max-width: 750px) {
  .about-voice {
    margin-bottom: 2.5%;
    padding: 11.25% 0 6.25%;
  }
}
@media screen and (max-width: 750px) {
  .about-voice .inner {
    padding-inline: 12.5%;
  }
}
.about-voice .about-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .about-voice .about-heading {
    margin-bottom: 0;
  }
}
.about-voice .voice-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 6.3391442155%;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main {
    grid-template-columns: 1fr;
  }
}
.about-voice .voice-main .voice-box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
  border-bottom: 1px solid #308255;
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main .voice-box {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main .voice-box._box01 {
    margin-top: -1em;
  }
}
.about-voice .voice-main .voice-box._box03 p, .about-voice .voice-main .voice-box._box04 p {
  min-height: 6em;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main .voice-box._box03 p, .about-voice .voice-main .voice-box._box04 p {
    margin-bottom: 40px;
  }
}
.about-voice .voice-main .voice-box figure {
  width: 36.3636363636%;
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main .voice-box figure {
    width: 37.037037037%;
  }
}
.about-voice .voice-main .voice-box p {
  flex: 1;
  position: relative;
  min-height: 10em;
  margin-bottom: 50px;
  padding: 15px;
  border: 1px solid #308255;
  background-color: #e7f0e8;
  border-radius: 10px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .about-voice .voice-main .voice-box p {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.8846153846rem;
  }
}
.about-voice .voice-main .voice-box p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 16px;
  margin-top: -8px;
  margin-left: -24px;
  background: url(../img/about/ico_fukidashi.png);
}

@media screen and (max-width: 960px) {
  ._aboutflex .inner {
    padding-inline: 100px;
  }
}
@media screen and (max-width: 750px) {
  ._aboutflex .inner {
    padding-inline: 12.5%;
  }
}
._aboutflex .about-flex {
  display: flex;
}
@media screen and (max-width: 960px) {
  ._aboutflex .about-flex {
    display: block;
  }
}
._aboutflex .about-flex .about-heading {
  width: 12.6782884311%;
  padding-right: 1em;
}
@media screen and (max-width: 960px) {
  ._aboutflex .about-flex .about-heading {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  ._aboutflex .about-flex .about-heading {
    margin-bottom: 2.5%;
  }
}
._aboutflex .about-flex .about-con {
  width: 74.4849445325%;
}
@media screen and (max-width: 750px) {
  ._aboutflex .about-flex .about-con {
    width: 100%;
  }
}

.about-link {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .about-link {
    padding-block: 7.5%;
  }
}
.about-link p {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about-link p {
    max-width: 100%;
  }
}
.about-link p a {
  display: block;
  text-decoration: none;
  padding: 15px 40px;
  border: 1px solid #308255;
  background: url("../img/common/ico_arrow_gr02.svg") no-repeat right 10px center;
  background-size: 15px auto;
  font-size: 1.2857142857rem;
  font-weight: bold;
  text-align: center;
  color: #308255;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .about-link p a {
    font-size: 1rem;
  }
}/*# sourceMappingURL=about.css.map */