@charset "utf-8";


.contents_mv .cap{
    bottom: 50px;
}
.con_item{
        position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
}

.intro {
    /* background-image: url(../image/intro_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0 40px;
}
.intro h2 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--green1);
}
.intro h2 span {
    font-size: 130%;
}
.intro p {
    font-size: 1.6rem;
    text-align: center;
    color: var(--green1);
    margin-top: 24px;
}
.contents_box {
    padding-bottom: 48px;
}
.contents_box .main_ttl_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    z-index: 1;
    margin-bottom: 64px;
}
/* .contents_box.development_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
} */
.contents_box .main_ttl {
    text-align: center;
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 27px;
}

.bg_beige{
    background: var(--beije);
    padding-bottom: 48px;
}
.bg_gray{
    background: var(--gray2);
    padding-bottom: 48px;
    padding-top: 32px;
}
.bg_beige_gra{
    background: #FDFAF2;
background: radial-gradient(circle, rgba(253, 250, 242, 1) 0%, rgba(247, 248, 240, 1) 100%);
    padding-bottom: 48px;
}
.dev_content_area_txt {
    text-align: left;
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
}
.sekisui_dev{
    padding: 64px 0 32px;
}
.dev_item_wrap{
    max-width: 70%;
    margin: 32px auto 0;
}
.dev_item_wrap .txt{
    font-size: 1.4rem;
    padding-top: 8px;
}
.sekisui_dev dt{
    color: var(--green1);
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--green1);
}
.sekisui_dev dd{
    text-align: left;
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
}
@media (hover: hover){}



@media screen and (max-width: 1250px) {
.intro {
    padding: 48px 0 40px;
}
.intro h2 {
    font-size: 2.0rem;
    line-height: 1.6;
}
.intro p {
    font-size: 1.3rem;
}
.contents_box .main_ttl_wrap {
    min-height: 50px;
    width: 98%;
    margin-bottom: 32px;
}
.contents_box .main_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 16px;
}
.dev_item_wrap{
    max-width: 90%;
    margin: 32px auto 0;
}
.sekisui_dev dd{
    margin-top: 24px;
        font-size: 1.3rem;
}
.dev_content_area_txt {
    margin-top: 24px;
        font-size: 1.3rem;
}
}
