@charset "utf-8";


#newBeginning{
    position: relative;
}

#newBeginning * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif !important;
    line-height: 0;
    box-sizing: border-box;
}

#newBeginning img {
    width: 100%;
    height: auto;
}

#newBeginning ul {
    list-style: none;
}

#newBeginning a {
    text-decoration: none;
}

#newBeginning .section_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#newBeginning .comma_none{
    display: none;
}

@media screen and (max-width:1024px) {
    #newBeginning .section_inner {
        padding: 0 2%;
    }
}

@media screen and (max-width:768px) {
    #newBeginning .sp_none{
        display: none;
    }

    #newBeginning .comma_none{
        display: inline-block;
    }
}



/*section001*/
#newBeginning .section001 {
    margin-bottom: 200px;
}

#newBeginning .section001 .cnt_mv h1 {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto 60px;
    aspect-ratio: 1325 / 582;
}

#newBeginning .section001 .section_inner p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px;
    color: #6b5a50;
    line-height: 1.8;
    font-weight: 100;
}

#newBeginning .section001 .section_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#newBeginning .section001 .section_inner ul li {
    width: calc(100% / 3);
    max-width: calc(1200px / 3);
}

#newBeginning .section001 .section_inner ul li:not(:last-of-type) {
    margin-right: 40px;
}

#newBeginning .section001 .section_inner ul li a{
    position: relative;
    display: block;
    height: 60px;
    align-items: center;
    background: #beb189;
    transition: .5s all;
    border-radius: 100px;
    border: 1px solid #beb189;
    box-sizing: border-box;
}

#newBeginning .section001 .section_inner ul li a::before,
#newBeginning .section001 .section_inner ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s all;
}

#newBeginning .section001 .section_inner ul li a::before{
    right: 4px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #beb189;
    box-sizing: border-box;
    border-radius: 50px;
}

#newBeginning .section001 .section_inner ul li a::after{
    transform: translateY(-50%) rotate(45deg);
    right: 24px;
    width: 12px;
    height: 12px;
    border: 1px solid #beb189;
    border-width: 1px 1px 0 0;
}

#newBeginning .section001 .section_inner ul li a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    margin-left: 26px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    transition: .5s all;
}

@media screen and (min-width:1025px) {
    #newBeginning .section001 .section_inner ul li a:hover{
        background: #fff;
    }

    #newBeginning .section001 .section_inner ul li a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgb(113,75,35,.5);
    }

    #newBeginning .section001 .section_inner ul li a:hover::after{
        transform: translate(3px,calc(-50% - 2px)) rotate(135deg);
    }

    #newBeginning .section001 .section_inner ul li a:hover span{
        color: #beb189;
    }

    #newBeginning .section001 .section_inner ul li a:hover span::before{
        color: #beb189;
    }
}

@media screen and (max-width:1600px) {
    #newBeginning .section001 .section_inner ul li{
        width: calc(92% / 3);
    }

    #newBeginning .section001 .section_inner ul li:not(:last-of-type){
        margin-right: 4%;
    }
}


@media screen and (max-width:1024px) {
    #newBeginning .section001 {
        margin-bottom: 15%;
    }

    #newBeginning .section001 .cnt_mv h1 {
        margin-bottom: 6%;
    }

    #newBeginning .section001 .section_inner p {
        margin-bottom: 6%;
    }

    #newBeginning .section001 .section_inner ul {
        max-width: 600px;
        margin: 0 auto;
    }

    #newBeginning .section001 .section_inner ul li {
        width: calc(96% / 2);
        max-width: none;
    }

    #newBeginning .section001 .section_inner ul li:not(:last-of-type) {
        margin-right: 0;
    }

    #newBeginning .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 4%;
    }

    #newBeginning .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 4%;
    }

    #newBeginning .section001 .section_inner ul li a::after{
        transform: translate(2px,calc(-50% - 2px)) rotate(135deg);
    }
}

@media screen and (max-width:768px) {
    #newBeginning .section001 {
        margin-bottom: 14%;
    }

    #newBeginning .section001 .cnt_mv h1 {
        margin-bottom: 8%;
        aspect-ratio: 1 / 1;
    }

    #newBeginning .section001 .section_inner p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(16 / 3.75)), 23px);
        text-align: left;
    }

    #newBeginning .section001 .section_inner ul {
        max-width: min(calc(1vw * calc(240 / 3.75)),300px);
    }

    #newBeginning .section001 .section_inner ul li {
        width: 100%;
    }

    #newBeginning .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 0;
    }

    #newBeginning .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 0;
    }

    #newBeginning .section001 .section_inner ul li:not(:last-of-type) {
        margin-bottom: 4%;
    }

    #newBeginning .section001 .section_inner ul li a{
        height: min(calc(1vw * calc(50 / 3.75)),54px);
    }

    #newBeginning .section001 .section_inner ul li a::before{
        width: min(calc(1vw * calc(40 / 3.75)),44px);
        height: min(calc(1vw * calc(40 / 3.75)),44px);
    }

    #newBeginning .section001 .section_inner ul li a::after{
        transform: translate(3px, calc(-50% - 2px)) rotate(135deg);
    }

    #newBeginning .section001 .section_inner ul li a span{
        margin-left: min(calc(1vw * calc(20 / 3.75)),22px);
        font-size: min(calc(1vw * calc(16 / 3.75)),18px);
    }

    #newBeginning .section001 .section_inner ul li a::after{
        right: 22px;
        width: 8px;
        height: 8px;
    }
    
}



/*section002以降共通*/
#newBeginning .common_box {
    margin-bottom: 200px;
}

#newBeginning .common_box .section_inner > div:first-of-type{
    margin-bottom: 60px;
}

#newBeginning .common_box .section_inner > div:first-of-type > div:first-of-type{
    text-align: center;
    margin-bottom: 40px;
}

#newBeginning .common_box h2{
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
    color: #beb189;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}

#newBeginning .common_box h2 + p{
    margin-bottom: 30px;
    font-size: 25px;
    color: #6b5a50;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}

#newBeginning .common_box h2 + p + p{
    font-size: 20px;
    color: #6b5a50;
    line-height: 1.6;
    font-weight: 100;
    text-align: center;
}

#newBeginning .common_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 60px;
}

#newBeginning .common_box ul li{
    position: relative;
    width: calc(100% / 3);
    max-width: calc(1400px / 3);
    background: #fff;
    z-index: 10;
}

#newBeginning .common_box ul li:not(:nth-of-type(3n)){
    margin-right: 80px;
}

#newBeginning .common_box ul li:nth-last-of-type(n + 4){
    margin-bottom: 80px;
}

#newBeginning .common_box ul li a{
    position: relative;
    display: block;
    /*padding: 4%;*/
    transition: .4s all ease-out;
    border-radius: 5px;
    box-sizing: border-box;
    transform-origin: center;

}

#newBeginning .common_box ul li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: center;
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f2ed;
    z-index: -1;
    transition: .4s all ease-out;
}

#newBeginning .common_box ul li div:first-of-type{
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    transition: .4s .2s all;
}

#newBeginning .common_box ul li div:last-of-type{
    position: relative;
    padding: 0 15px 15px;
    background: #fff;
    transition: .4s .2s all;
}

#newBeginning .common_box ul li div:last-of-type::before{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
}

#newBeginning .common_box ul li div img{
    position: relative;
    transition: .4s all;
    transform-origin: center;
}

#newBeginning .common_box ul li p:first-of-type{
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.4;
    color: #6b5a50;
    font-weight: 300;
    text-align: center;
}

#newBeginning .common_box ul li p:last-of-type{
    font-size: 18px;
    line-height: 1.6;
    color: #6b5a50;
    font-weight: 100;
    text-align: center;
}

#newBeginning .common_btn{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

#newBeginning .common_btn a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 20px;
    line-height: 1.6;
    color: #beb189;
    text-align: center;
    border: 1px solid #beb189;
    border-radius: 5px;
}

#newBeginning .common_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: 1px solid #beb189;
    border-width: 1px 1px 0 0;
    transition: .5s all;
}

#newBeginning .common_btn a:hover::after{
    transform: translate(3px,-50%) rotate(45deg);
}

#newBeginning .all_btn{
    margin-top: 60px;
}

#newBeginning .section005{
    margin-bottom: 150px;
}

#newBeginning .section005 div.section_inner > div > div{
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    transition: .5s .5s all;
}

#newBeginning .section005 div.section_inner > div > div img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .5s all;
    opacity: 0;
}

#newBeginning .section005 div.section_inner > div > p{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 2;
    font-size: 25px;
    color: #beb189;
    font-weight: 500;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: .5s .5s all;
    overflow: hidden;
}

#newBeginning .section005 div.section_inner > div > p span{
    position: relative;
    line-height: 2;
    font-size: 25px;
    color: #beb189;
    transition: .5s all;
}

#newBeginning .section005 div.section_inner > div > p span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: .5s all;
}

@media screen and (min-width:1025px) {
    #newBeginning .common_box ul li a:hover{
        /*transform: translateY(-5px);
        box-shadow: 0 0 5px 2px #ddd;*/
        transform: translateX(-5px) rotate(-3deg);
    }

    #newBeginning .common_box ul li a:hover::after{
        /*transform: translateY(-5px);
        box-shadow: 0 0 5px 2px #ddd;*/
        transform: translateX(15px) rotate(6deg);
    }

    #newBeginning .common_box ul li a:hover div:first-of-type{
        box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .1);
    }

    #newBeginning .common_box ul li a:hover div img{
        /*filter: contrast(1.15);*/
    }

    #newBeginning .common_box ul li a:hover div:last-of-type{
        box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .1);
    }
}

@media screen and (max-width:1620px) {
    #newBeginning .common_box ul li{
        width: calc(88% / 3);
    }

    #newBeginning .common_box ul li:not(:nth-of-type(3n)){
        margin-right: 6%;
    }

    #newBeginning .common_box ul li:nth-last-of-type(n + 4){
        margin-bottom: 6%;
    }
}

@media screen and (max-width:1024px) {
    #newBeginning .common_box {
        margin-bottom: 15%;
    }

    #newBeginning .section005{
        margin-bottom: 15%;
    }


    #newBeginning .common_box .section_inner > div:first-of-type{
        margin-bottom: 4%;
    }

    #newBeginning .common_box .section_inner > div:first-of-type > div:first-of-type{
        /*margin-right: 4%;*/
    }

    #newBeginning .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(37 / 7.69)), 50px);
    }

    #newBeginning .common_box h2 + p{
        margin-bottom: 3%;
        font-size: min(calc(1vw * calc(19 / 7.69)), 25px);
    }

    #newBeginning .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 7.69)), 15px);
    }

    #newBeginning .common_box ul{
        margin-bottom: 4%;
    }

    #newBeginning .common_box ul li:not(:nth-of-type(3n)){
        margin-right: 3%;
    }

    #newBeginning .common_box ul li:nth-last-of-type(n + 4){
        margin-bottom: 3%;
    }

    #newBeginning .common_box ul li a::after{
        transform: translate(10px, 10px);
    }

    #newBeginning .all_btn{
        margin-top: 6%;
    }
}

@media screen and (max-width:768px) {
    #newBeginning .common_box .section_inner > div:first-of-type{
        display: block;
        margin-bottom: 6%;
    }

    #newBeginning .common_box .section_inner > div:first-of-type > div{
        width: 100%;
    }

    #newBeginning .common_box .section_inner > div:first-of-type > div:first-of-type{
        margin-right: 0;
        margin-bottom: 4%;
    }

    #newBeginning .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(30 / 3.75)), 37px);
        letter-spacing: min(calc(1vw * calc(5 / 3.75)), 10px);
        text-align: left;
    }

 /*   #newBeginning .common_box h2 span{
        font-size: min(calc(1vw * calc(14 / 3.75)), 20px);
        letter-spacing: min(calc(1vw * calc(1 / 3.75)), 5px);
    }*/

    #newBeginning .common_box h2 + p{
        margin-bottom: 4%;
        font-size: min(calc(1vw * calc(18 / 3.75)), 20px);
        text-align: left
    }

    #newBeginning .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 3.75)), 15px);
        text-align: left
    }

    #newBeginning .common_box ul li{
        width: calc(96% / 2);
        max-width: none;
    }

    #newBeginning .common_box ul li:not(:nth-of-type(3),:last-of-type){
        margin-right: 0;
    }

    #newBeginning .common_box ul li:nth-last-of-type(n + 4){
        margin-bottom: 0;
    }

    #newBeginning .common_box ul li:not(:nth-of-type(2n),:last-of-type){
        margin-right: 4%;
    }

    #newBeginning .common_box ul li:nth-last-of-type(n + 3){
        margin-bottom: 4%;
    }

    #newBeginning .common_box ul li a::after{
        transform: translate(5px, 5px);
    }

    #newBeginning .common_box ul li div:first-of-type{
        padding-bottom: 3%;
    }

    #newBeginning .common_box ul li p:first-of-type{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(14 / 3.75)), 16px);
    }

    #newBeginning .common_box ul li p:last-of-type{
        font-size: min(calc(1vw * calc(12 / 3.75)), 14px);
    }

    #newBeginning .section005 div.section_inner > div > div{
        height: min(calc(1vw * calc(230 / 3.75)), 300px);
    }

    #newBeginning .section005 div.section_inner > div > p{
        padding: 5% 0;
        border-radius: 0 0 10px 10px;
        line-height: 1.6;
    }

    #newBeginning .section005 div.section_inner > div > p span{
        font-size: min(calc(1vw * calc(15 / 3.75)), 25px);
        line-height: 1.6;
    }
}




/*スクロールアニメーション*/
#newBeginning .common_box h2,
#newBeginning .common_box h2 span{
    position: relative;
    overflow: hidden;
}

#newBeginning .common_box h2 span::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: inline-block;
    width: 500px;
    height: 100%;
    background: #fff;
    transition: 1.5s all;
}

#newBeginning .common_box.active h2 span::after{
    transform: translateX(100%);
}

/*#newBeginning .common_box h2 + p{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#newBeginning .common_box h2 + p::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 500px;
    height: 100%;
    background: #fff;
    transition: 1.5s .2s all;
}*/

/*#newBeginning .common_box.active h2 + p::after{
    transform: translateX(100%);
}*/

#newBeginning .common_box h2 + p{
    opacity: 0;
    transition: .5s .4s all;
}

#newBeginning .common_box.active h2 + p{
    opacity: 1;
}

/*#newBeginning .common_box .section_inner > div:first-of-type > div:last-of-type{
    opacity: 0;
    transition: .5s .8s all;
}

#newBeginning .common_box.active .section_inner > div:first-of-type > div:last-of-type{
    opacity: 1;
}*/

#newBeginning .common_box .list_animation li{
    position: relative;
    opacity: 0;
}

#newBeginning .common_box.active .list_animation li{
    animation: fadeIn .8s ease-out .4s 1 alternate forwards;
}

#newBeginning .section005.active div.section_inner > div > div{
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .1);
}

#newBeginning .section005.active div.section_inner > div > div img{
    opacity: 1;
}

#newBeginning .section005.active div.section_inner > div > p{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
}

#newBeginning .section005.active div.section_inner > div > p span::before{
    transform: translateX(100%);
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    #newBeginning .common_box h2 + p{
        display: block;
    }
}
