@charset "UTF-8";
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFadeIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.text-fade,
.text-fade-sp {
  opacity: 0;
  transform: translateY(20px);
}
.text-fade.is-visible,
.text-fade-sp.is-visible {
  animation: textFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
p {
  line-height: 1.8;
}

h2 {
  color: #2F3A3A;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  h2::after {
    bottom: -24px;
  }
}

.title-submessage {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .title-submessage {
    font-size: 1.6rem;
  }
}

.fv-treatment {
  position: relative;
  top: -82px;
  margin-bottom: -82px;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 4s ease-out forwards;
}
.fv-treatment figure img {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .fv-treatment {
    top: 64px;
    margin-bottom: 64px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

#header {
  z-index: 100;
  width: 100%;
  z-index: 100;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9490196078);
  transition: 0.5s; /* アニメーションタイミング */
}
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.9490196078);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.message-about {
  padding: 12rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .message-about {
    padding: 4rem 0 3rem;
  }
}
.message-about {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
}
.message-about h2 {
  text-align: center;
}
.message-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.message-about p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-about p {
    font-size: 1.5rem;
    text-align: left;
  }
}
.message-about .text01 {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .message-about .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.message-about .text02 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .message-about .text02 {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}
.message-about .message-logo {
  text-align: right;
  margin-top: 6rem;
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .message-about .message-logo {
    text-align: right;
    margin-top: 3rem;
    margin-right: 0;
  }
  .message-about .message-logo img {
    width: 10rem;
  }
}

.amino-about {
  padding: 8rem 0 8rem;
  background: linear-gradient(to top, #E9F5F6 0%, #FFFFFF 100%);
}
.amino-about h2 {
  text-align: center;
}
.amino-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.amino-about .sub-title {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
.amino-about .sub-title span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #12B8D7;
}
.amino-about h4 {
  margin-top: 3.2rem;
  font-size: 2rem;
}
.amino-about .staff {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.amino-about .staff img {
  border-radius: 24px;
}
.amino-about .text01 {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .amino-about .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.amino-about .text01 span {
  font-weight: 500;
  color: #12B8D7;
}

.silk-about {
  padding: 8rem 0 8rem;
  background: linear-gradient(to top, #E9F5F6 0%, #FFFFFF 100%);
}
.silk-about h2 {
  text-align: center;
}
.silk-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.silk-about .sub-title {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
.silk-about .sub-title span {
  font-weight: 500;
  color: #12B8D7;
  font-size: 1.8rem;
}
.silk-about h4 {
  margin-top: 3.2rem;
  font-size: 2rem;
}
.silk-about .staff {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.silk-about .staff img {
  border-radius: 24px;
}
.silk-about .text01 {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .silk-about .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.silk-about .text01 span {
  font-weight: 500;
  color: #12B8D7;
}

.birth-about {
  padding: 8rem 0 8rem;
  background: linear-gradient(to top, #E9F5F6 0%, #FFFFFF 100%);
}
.birth-about h2 {
  text-align: center;
}
.birth-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.birth-about .sub-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.birth-about .sub-title span {
  color: #12B8D7;
}
.birth-about .staff {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.birth-about .staff img {
  border-radius: 24px;
}
.birth-about .text01 {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .birth-about .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.birth-about .text01 span {
  font-weight: 500;
  color: #12B8D7;
}

.sustainable-about {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.sustainable-about h2 {
  text-align: center;
}
.sustainable-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.sustainable-about .center-text {
  text-align: center;
}
.sustainable-about .content01 {
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
.sustainable-about .content01 h3 {
  margin-bottom: 3.2rem;
}
.sustainable-about .content01 .text-on-img {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 40px;
  font-size: min(4vw, 25px);
  position: absolute;
  text-align: left;
  top: 100px;
  color: #49362b;
  left: 0;
  margin: auto;
  width: 630px;
  right: 430px;
}
.sustainable-about .content02 {
  margin-top: 4rem;
}
.sustainable-about .content02 h3 {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.sustainable-about .content02 .text01 {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainable-about .content02 .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.sustainable-about .content02 .text01 span {
  font-weight: 500;
  color: #12B8D7;
}
.sustainable-about .content03 dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #ededed;
  padding: 20px;
  width: 100%;
  margin: auto;
}
.sustainable-about .content03 dl dd {
  width: 20%;
}
.sustainable-about .content03 dl dt {
  width: 75%;
  font-size: 1.8rem;
  line-height: 2;
  padding: 30px 10px;
}

.sdgs-about {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.sdgs-about h2 {
  text-align: center;
  line-height: 1.8;
  color: #76b840;
}
.sdgs-about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.sdgs-about .center-text {
  text-align: center;
}
.sdgs-about .content01 {
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
.sdgs-about .content01 h3 {
  margin-bottom: 3.2rem;
  color: #000000;
  font-weight: 400;
}
.sdgs-about .content01 ul {
  width: 90%;
  margin: 20px auto;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding: 20px;
}
.sdgs-about .content01 ul li {
  width: 100%;
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sdgs-about .content01 ul li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 145px;
}
.sdgs-about .content01 ul li p {
  font-size: 1.5rem;
  background: #fff;
  padding: 10px 10px 10px 155px;
  height: 145px;
  display: flex;
  align-items: center;
}/*# sourceMappingURL=about.css.map */