@charset "UTF-8";
.about {
  color: #575757;
}

/*************************************************************************************
aboutファーストビュー
**************************************************************************************/
.about-fv {
  height: 680px;
  position: relative;
  padding: 0;
}
.about-fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/about/fv-top.png) no-repeat top center/contain;
}
.about-fv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/about/fv-under.png) no-repeat bottom center/contain;
  z-index: -1;
}

@media (max-width: 842px) {
  .about-fv {
    height: 550px;
  }
  .about-fv::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/about/fv-top-sp.png) no-repeat top center/contain;
  }
  .about-fv::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/about/fv-under-sp.png) no-repeat bottom center/contain;
  }
}
.about-fv__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.about-fv__message {
  font-size: 30px;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}

.about-fv__en {
  color: #FAD586;
  text-align: center;
  margin-top: 40px;
}
.about-fv__en .sp-only {
  display: none;
}

@media (max-width: 842px) {
  .about-fv__message {
    font-size: 16px;
  }
  .about-fv__en {
    font-size: 10px;
    margin-top: 20px;
  }
  .about-fv__en .sp-only {
    display: block;
  }
}
/*************************************************************************************
特徴・使い方
**************************************************************************************/
.feature {
  padding: 140px 0;
}

@media (max-width: 842px) {
  .feature {
    padding: 60px 0;
  }
}
.feature__logo {
  width: 268px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 842px) {
  .feature__logo {
    width: 225px;
  }
}
.feature__title {
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.feature__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  width: 45px;
  height: 3px;
  border-top: 3px dashed #FAD586;
}
.feature__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  width: 45px;
  height: 3px;
  border-top: 3px dashed #FAD586;
}

@media (max-width: 842px) {
  .feature__title {
    font-size: 14px;
  }
}
.feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 920px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
}

.feature__block .feature__img {
  margin-top: 40px;
}

@media (max-width: 842px) {
  .feature__wrap {
    max-width: 250px;
    width: 65%;
    display: block;
    margin-top: 60px;
  }
  .feature__block:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .feature__block:first-of-type .feature__img {
    margin-top: -10px;
  }
  .feature__block .feature__img {
    margin-top: 10px;
  }
}
/*************************************************************************************
ENIBEの思い
**************************************************************************************/
.mind {
  background: url(../images/about/mind-bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}

@media (max-width: 842px) {
  .mind {
    padding: 50px 0;
  }
}
.mind__wrap {
  max-width: 965px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 72px 0;
}

@media (max-width: 842px) {
  .mind__wrap {
    width: 91%;
    padding: 50pz 0;
    border-radius: 30px;
  }
}
.mind__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 3px dashed #FAD586;
}

@media (max-width: 842px) {
  .mind__title {
    font-size: 18px;
  }
}
.mind__contents {
  max-width: 770px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.mind__contents p {
  font-weight: 700;
  color: #454545;
}
.mind__contents p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 842px) {
  .mind__contents {
    width: 91%;
    margin-top: 24px;
  }
  .mind__contents p {
    font-size: 14px;
  }
  .mind__contents p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
/*************************************************************************************
キャラクター紹介
**************************************************************************************/
.character {
  padding: 120px 0;
}

@media (max-width: 842px) {
  .character {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.character__logo {
  display: block;
  width: 293px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 842px) {
  .character__logo {
    width: 225px;
  }
}
.character__fukidashi {
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  position: relative;
  margin-top: 80px;
}
.character__fukidashi .sp-only {
  display: none;
}
.character__fukidashi::before {
  position: absolute;
  content: "";
  top: 10px;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
  left: 0;
  width: 5px;
  height: 60px;
  background-color: #FAD586;
}
.character__fukidashi::after {
  position: absolute;
  content: "";
  top: 10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 0;
  width: 5px;
  height: 60px;
  background-color: #FAD586;
}

@media (max-width: 842px) {
  .character__fukidashi {
    font-size: 14px;
    line-height: 160%;
    margin-top: 50px;
    padding: 0 25px;
    text-align: center;
  }
  .character__fukidashi .sp-only {
    display: block !important;
  }
  .character__fukidashi::before, .character__fukidashi::after {
    top: 0;
    height: 100%;
  }
}
.character__wrap {
  max-width: 920px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 842px) {
  .character__wrap {
    max-width: 300px;
    width: 83%;
  }
}
.character__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 120px;
}
.character__block:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.character__block figure {
  width: 412px;
}

@media (max-width: 842px) {
  .character__block {
    display: block;
    margin-top: 50px;
  }
  .character__block figure {
    width: 100%;
  }
}
.character__contents {
  width: calc(100% - 412px);
}
.character__contents h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 3px dashed;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.character__contents:nth-of-type(1) h3 {
  border-bottom-color: #B2DE90;
}
.character__contents:nth-of-type(2) h3 {
  border-bottom-color: #F2A9B5;
}
.character__contents:nth-of-type(3) h3 {
  border-bottom-color: #90C1E7;
}
.character__contents:nth-of-type(4) h3 {
  border-bottom-color: #FAD586;
}
.character__contents:nth-of-type(5) h3 {
  border-bottom-color: #C9A0DC;
}
.character__contents p {
  margin-top: 15px;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 842px) {
  .character__contents {
    width: 100%;
    margin-top: 24px;
  }
  .character__contents h3 {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .character__contents p {
    font-size: 14px;
  }
}