@charset "utf-8";

#new {
    width: auto;
}

#new section {
    margin-top: 0;
    padding-bottom: 120px;
    width: auto;
    position: relative;
    text-align: center;
}

#new section > *:not(.freepage_w100) {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
}

#new section > h3 {
    margin-top: 40px;
    font-size: 1.25em;
}

#new section > h4 {
    margin-top: 0;
    font-size: 1.4em;
    position: relative;
}

#new section > h4::before {
    content: '';
    border-top: 1px solid #ce795a;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

#new section > h4 span {
    padding: 0.5em 2em;
    background: #ce795a;
    border-radius: 1.25em;
    color: #fff;
    width: 20em;
    position: relative;
    display: inline-block;
}

#new section > h4 span::before, #new section > h4 span::after {
    content: '';
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
}

#new section > h4 span::before {
    top: 0;
    left: -20px;
}

#new section > h4 span::after {
    top: 0;
    right: -20px;
}

#new section > p + .new_description {
    margin-top: 50px;
}

#new section > div > p {
    line-height: 0;
}

#new section #new_intro {
    background: #ce795a;
}

#new section #new_intro #new_intro_desc {
    padding: 50px 20px;
    position: relative;
}

#new section #new_intro #new_intro_desc h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#new section #new_intro #new_intro_desc p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

#new section #new_intro nav ul {
    margin: 10px 0 0 -20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#new section #new_intro nav li {
    margin: 20px 0 0 20px;
    padding: 0.5em 1em 1.5em;
    background: #fff;
    border-radius: 1.75em;
    position: relative;
    flex-basis: 16em;
}

#new section #new_intro nav li::after {
    content: '';
    border-right: 0.1em solid #ce795a;
    border-bottom: 0.1em solid #ce795a;
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    left: calc(50% - 0.2em);
    bottom: calc(0.75em + 0.141em / 2);
    transform: rotate(45deg);
}

#new section #new_intro nav li a {
    color: #ce795a;
}

#new section #new_intro nav li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#new section .new_image {
    position: relative;
}

#new section .new_image div {
    padding: 50px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#new section .new_image div h4 {
    margin-top: 4px;
    color: #fff;
    letter-spacing: 0.1em;
}

#new section .new_image div p {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#new section .new_description {
    margin-top: 80px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#new section .new_description > * {
    flex-basis: calc(50% - 20px);
}

#new section .new_description div h5 {
    margin-top: 4px;
    font-size: 0.8em;
}

#new section .new_description div p:nth-child(n + 2) {
    margin-top: 10px;
    text-align: justify;
}

#new section .new_description div p strong {
    color: #000;
    font-size: 1.25em;
}

#new section .new_description div p.new_link {
    margin-top: 20px;
}

#new section .new_description div p.new_link a {
    padding: 10px 50px;
    border: 1px solid;
    border-radius: 2px;
    color: #e60012;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

#new section .new_description div p.new_link a:hover {
    background: #f3f3f3;
}

#new section .new_description div p.new_link a::before {
    content: "";
    background: #e60012;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
}

#new section .new_description div p.new_link a::after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 22px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
}

#new section .lp_item_list dl .lp_item_list_icon ul li {
    background: #48c6c1;
}

#new section:first-child {
    padding-bottom: 80px;
    z-index: 1;
}

#new section:first-child p:first-child {
    margin-top: 0;
    line-height: 0;
}


@media screen and (max-width: 768px) {
    #new {
        padding-bottom: 60px;
    }

    #new section {
        margin: 10px 0 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    #new section > *:not(.freepage_w100) {
        margin-left: 4vw;
        margin-right: 4vw;
        width: auto;
    }

    #new section > h3 {
        margin-top: 20px;
    }

    #new section > h4 {
        font-size: 1.2em;
    }

    #new section > h4 span {
        padding: 0.5em 2em;
        background: #ce795a;
        border-radius: 1.25em;
        color: #fff;
        width: 18em;
        position: relative;
        display: inline-block;
    }

    #new section > h4 span::before, #new section > h4 span::after {
        width: 4vw;
    }

    #new section > h4 span::before {
        left: -4vw;
    }

    #new section > h4 span::after {
        right: -4vw;
    }

    #new section > p a span {
        padding: 10px 50px;
        font-size: 0.8em;
        font-weight: bold;
    }

    #new section > p + .new_description {
        margin-top: 30px;
    }

    #new section #new_intro nav li {
        margin-top: 10px;
    }

    #new section #new_intro h2 {
        font-size: 1.75em;
    }

    #new section #new_intro #new_intro_desc {
        padding: 30px 4vw;
    }

    #new section #new_intro #new_intro_desc::before, #new section #new_intro #new_intro_desc::after {
        width: 25vw;
    }

    #new section .new_image div {
        padding: 5vw;
    }

    #new section .new_image div h4 {
        margin-top: 1vw;
        font-size: 2vw;
    }

    #new section .new_image div p {
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    #new section .new_image div p:last-child {
        margin-top: 2vw;
        text-align: center;
    }

    #new section .new_description {
        margin: 40px 4vw 0;
        display: block;
    }

    #new section .new_description div {
        margin-top: 12px;
    }

    #new section .new_description div p.new_link {
        text-align: center;
    }

    #new section .new_description div p.new_link a {
        transition: none;
    }

    #new section:first-child {
        margin: 0;
        padding-bottom: 50px;
    }

    #new section:first-child p:first-child {
        margin: 0;
    }
}