@charset "utf-8";

.statue_wrap {
    overflow: hidden;
    margin: 0;
    min-height: auto;
    height: 100%;
}
.statue_wrap::before {
  content:''; 
    bottom: -130px;
    right: 40px;
    width: 378px;
    height: 568px;
    background-size: cover;
    position: absolute; 
    background-image:url('/upload/contents/files/statue_10.png');
}
.statue_wrap .tit_box h2 {
  line-height: normal;
}
.statue_wrap .tit_box h2+.desc {
    margin-top: 51px;
}
.statue_wrap .tit_box .desc {
    word-wrap: break-word;
    word-break: keep-all;
    text-align: left;
}
.statue_wrap .tit_box .desc h3 {
    box-sizing: border-box;
    width: 111px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}
.statue_wrap .tit_box .desc p {
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6667;
    letter-spacing: 0;
    color: #424242;
}
.statue_wrap .tit_box .desc.sculpture h3 {
    margin-bottom: 14px;
    border-color: #00977E;
    background-color: transparent;
    color: #00977E;
}
.statue_wrap .tit_box .desc.sculpture dl {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #424242;
}
.statue_wrap .tit_box .desc.sculpture dl dt {
    display: inline-block;
    vertical-align: top;
    width: 41px;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.statue_wrap .tit_box .desc.sculpture dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 51px);
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.statue_wrap .tit_box .desc.character h3 {
    margin-bottom: 16px;
    border-color: #00977E;
    background-color: #00977E;
    color: #fff;
}
.statue_wrap .tit_box .desc.character dl {
    font-size: 0;
}
.statue_wrap .tit_box .desc.character dl dt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    width: 106px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.025em;
    color: #424242;
}
.statue_wrap .tit_box .desc.character dl dt::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00977E;
}
.statue_wrap .tit_box .desc.character dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 106px);
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.025em;
    color: #424242;
}

@media screen and (max-width: 1280px) {
    .statue_wrap::before {
        width: 348px;
        height: 430px;
        right: 23px;
        top: initial;
        bottom: 0;
        right: 0;
     }
}

@media screen and (max-width: 1024px) {
  .statue_wrap {
    padding-bottom: 210px;
  }
  .statue_wrap .tit_box {
    width: 100%;
  }
  .statue_wrap .tit_box .desc.character dl dd {
    width: calc(100% - 106px);
  }
}

@media screen and (max-width: 650px) {
  .statue_wrap {
    padding-bottom: 120px;
  }
  .statue_wrap::before {
    width: 215px;
    height: 248px;
    top: initial;
    bottom: 0;
    right: 0;
    background-position: center top;
  }
  .statue_wrap .tit_box h2+.desc {
    margin-top: 36px;
  }
  .statue_wrap .tit_box .desc.character dl dt {
    width: 100%;
  }
  .statue_wrap .tit_box .desc.character dl dd {
    width: 100%;
  }

}