@charset "utf-8";
#aboutus_catch {
	position: relative;
    padding-right: 6.15%;
    padding-left: 6.15%;
    background-image: url("../images/dot_deco_large.svg"), -webkit-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 18.35%);
    background-image: url("../images/dot_deco_large.svg"), -moz-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 18.35%);
    background-image: url("../images/dot_deco_large.svg"), -o-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 18.35%);
    background-image: url("../images/dot_deco_large.svg"), linear-gradient(180deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 18.35%);
    background-size: 36.15%, cover;
    background-position: right top 40px, center;
    background-repeat: no-repeat, no-repeat;
    margin-top: -7.69%;
    padding-bottom: 6.15%;
}
#aboutus_catch::before {
    content: "Natural";
    position: absolute;
    top: 20%;
    left: 16.15%;
    color: #eae6e4;
    font-size: 104px;
	opacity: 0;                 /* 最初は非表示 */
  transform: translateY(40px); /* 下にずらす */
  animation: floatUp 1s ease-out forwards;
  /* forwards → アニメ後もそのまま表示 */
}
/* アニメーション定義 */
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#aboutus_catch h2 {
    color: #de2526;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.3em;
	overflow-y: hidden;
}
#aboutus_catch_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#aboutus_catch_cont-txt {
    width: 46.15%;
    margin-top: 16px;
}
#aboutus_catch_cont-txt p {
/*     font-weight: 500; */
    line-height: 1.8em;
    margin-bottom: 16px;
}

#aboutus_catch_cont-img {
    width: 46.15%;
}
#aboutus_catch_cont-img img {
    border-radius: 16px;
}
#aboutus_cont {
    padding-top: 3.07%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 9.23%;
    background-color: #F9F7F5;
    background-image: url(../images/dot_deco_large.svg);
    background-position: left bottom;
    background-size: 304px auto;
    background-repeat: no-repeat;
}
#aboutus_cont_wrap {
    background-image: url(../images/aboutus_bg_shimei.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40% auto;
}

#aboutus_inner {
    width: 76.15%;
}
#aboutus_inner h2 {
    font-size: 34px;
    line-height: 1.4em;
}
#aboutus_inner h2 .hg_deco {
    padding-right: 0px;
}
#aboutus_cont_txtbox {
    padding: 40px;
    border-radius: 16px;
    background-color: hsla(0,0%,100%,0.90);
    margin-top: 24px;
}
#aboutus_cont_txtbox p {
    line-height: 1.8em;
}
