@charset "UTF-8";

body{
    overflow-x: hidden;
    background-color:#fff;
}
.main{
    padding-top:0;
}
img{
    width: 100%;
}
a:focus{
    outline:none;
}

/* kv */
.kv_head{
    width: 520px;
    margin-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
.kv_h1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.kv_headtxt{
    font-size: 40px;
    font-weight: 700;
    color: #1F1F1F;
    margin-top: 20px;
}
.kv_headtxt span{
    font-size: 65px;
}
.comballoon{
    width: 150px;
}
.kv_lead{
    position: relative;
    margin-bottom: 30px;
}
.kv_lead img{
    width: 380px;
    margin: 0 auto;
    display: block;
}
.kv_lead::before,.kv_lead::after{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #608F48;
    position: absolute;
}
.kv_lead::before{
    left: 0;
    top: 50%;
}
.kv_lead::after{
    right: 0;
    top: 50%;
}
.head_q{
    width: 400px;
}
.kv_base{
    position: relative;
    max-width: 1260px;
    width: 100%;
    margin:0 auto 110px;
    height: calc(100vh + 65px);
    padding-top:65px;
}
.kv_parts{
    position: absolute;
}
.kv_spot{
    display: inline-block;
      width: 25.397vw;
}
    .area_1{
      bottom: 38.81vw;
      left: 69.841vw;
    }
    .area_2{
      bottom: 28.571vw;
      left: 62.302vw;
    }
    .area_journey{
      bottom: 21.27vw;
      left: 75vw;
    }
    .area_home{
      bottom: 23.81vw;
      left: 45.159vw;
    }
    .area_5{
      bottom: 13.095vw;
      left: 38.333vw;
    }
    .area_constraction{
      bottom: 5.794vw;
      left: 51.111vw;
    }
    .area_nego{
      bottom: 5.714vw;
      left: 25.714vw;
    }
    .area_office{
      bottom: 2.857vw;
      left: 5.476vw;
    }
.kv_spotbase{
    position: relative;
}
.kv_spotlogo{
    position: absolute;
    width: 10vw;
    display: block;
}
.kv_officelogo{
    left: 0;
    bottom: 12.593vw;
    z-index: -1;
    animation: fuwafuwa 3s ease-in-out alternate;
}
.kv_negologo{
    left: 0.37vw;
    bottom: 17.037vw;
    z-index: -1;
    animation: fuwafuwa2 3s ease-in-out alternate;  
}
.kv_negologo_clear{
    left: 0.37vw;
    bottom: 17.037vw;
    opacity: 0;
    z-index: 1;
    animation: fuwafuwa2 3s ease-in-out alternate;  
}
.kv_homelogo{
    left: 10vw;
    bottom: 15.556vw;
    z-index: -1;
    animation: fuwafuwa 3s ease-in-out alternate;
}
.kv_homelogo_clear{
    left: 10vw;
    bottom: 15.556vw;
    opacity: 0;
    z-index: 1;
    animation: fuwafuwa 3s ease-in-out alternate;  
}
.kv_constractionlogo{
    left: 19.259vw;
    bottom: 2.222vw;
    animation: fuwafuwa 3s ease-in-out alternate;  
}
.kv_journeylogo{
    left: -1.481vw;
    bottom: 4.815vw;
    animation: fuwafuwa2 3s ease-in-out alternate;  
}
@keyframes fuwafuwa {
    0% {
      transform:translate(0, 0);
    }
    50% {
      transform:translate(0, -7px);
    }
    100% {
      transform:translate(0, 0);
    }
}
@keyframes fuwafuwa2 {
    0% {
      transform:translate(0, 0);
    }
    50% {
      transform:translate(0, 7px);
    }
    100% {
      transform:translate(0, 0);
    }
}
.kv_spothover{
    display: inline-block;
    width: 18.519vw;
    position: absolute;
    z-index: -3;
    bottom: 35%;
    left: 50%;
    opacity: 0;
}
.kv_spothover.show{
    animation-name:fadeUpAnime;
    animation-duration:0.7s;
    animation-fill-mode:forwards;
    z-index: 5;
}  
@keyframes fadeUpAnime{
    from {
      opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }
  
    to {
      opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
@media screen and (min-width:1260px) {
    .kv_spot{
      width: 320px;
    }
    .area_1{
      bottom: 489px;
      left: 880px;
    }
    .area_2{
      bottom: 360px;
      left: 785px;
    }
    .area_journey{
      bottom: 268px;
      left: 945px;
    }
    .area_home{
      bottom: 300px;
      left: 569px;
    }
    .area_5{
      bottom: 165px;
      left: 483px;
    }
    .area_constraction{
      bottom: 73px;
      left: 644px;
    }
    .area_nego{
      bottom: 72px;
      left: 324px;
    }
    .area_office{
      bottom: 36px;
      left: 69px;
    }
    .kv_spotlogo{
      width: 120px;
    }
    .kv_officelogo{
      left: 0;
      bottom: 170px;
      z-index: -1;
    }
    .kv_negologo{
      left: 5px;
      bottom: 230px;
      z-index: -1;
    }
    .kv_homelogo{
      left: 135px;
      bottom: 210px;
      z-index: -1;
    }
    .kv_constractionlogo{
      left: 260px;
      bottom: 30px;
    }
    .kv_journeylogo{
      left: -20px;
      bottom: 65px;
    }
    .kv_spothover{
      width: 250px;
    }  
}
@media screen and (max-width:1000px){
    .kv_base{
        height:100vw;
        margin-bottom:0;
    }
    .area_1{
      bottom: 0;
      top:35vw;
    }
    .area_2{
      bottom: 0;
      top:47vw;
    }
    .area_journey{
      bottom: 0;
      top:51vw;
    }
    .area_home{
      bottom: 0;
      top:49.9vw;
    }
    .area_5{
      bottom: 0;
      top:62.5vw;
    }
    .area_constraction{
      bottom: 0;
      top:65.2vw;
    }
    .area_nego{
      bottom: 0;
      top:64.7vw;
    }
    .area_office{
      bottom: 0;
      top:65.7vw;
    }
}
@media screen and (max-width:767px){
    .kv_base{
        height: 140vw;
        margin-bottom:30vw;
    }
    .kv_head{
        width: 100%;
        margin-left: 0;
    }
    .kv_h1{
        justify-content: center;
        gap: 2.083vw;
        margin-bottom: 5vw;
    }      
    .kv_headtxt{
        font-size: 7.5vw;
        margin-top: 0px;
    }
    .kv_headtxt span{
        font-size: 9.583vw;
    }
    .comballoon{
        width: 20.833vw;
    }
    .kv_lead{
        margin-bottom: 4.167vw;
    }
    .kv_lead img{
        width: 58.333vw;
    }
    .kv_lead::before,.kv_lead::after{
        width: 6.25vw;
    }
    .kv_lead::before{
        left: 10.417vw;
    }
    .kv_lead::after{
        right: 10.417vw;
    }
    .head_q_sp{
        width: 72.917vw;
        margin: 0 auto;
    }  
    .kv_spot{
        width: 41.667vw;
    }
    .kv_spotlogo_sp{
        position: absolute;
        width: 18.75vw;
        display: block;
        z-index: 3;
    }
    .area_journey{
        top: 119.917vw;
        left: 29.167vw;
        bottom: 0;
        height: min-content;
    }
    .area_home{
        top: 67.833vw;
        left: 54.167vw;
        bottom: 0;
        height: min-content;
    }
    .area_constraction{
        top: 90.75vw;
        left: 43.75vw;
        bottom: 0;
        height: min-content;
    }
    .area_nego{
        top: 99.083vw;
        left: 2.083vw;
        bottom: 0;
        height: min-content;
    }
    .area_office{
        top: 65.75vw;
        left: 16.667vw;
        bottom: 0;
        height: min-content;
    }
    .kv_officelogo{
        left: -6.25vw;
        bottom: 7.292vw;
    }
    .kv_negologo,.kv_negologo_clear{
        left: 19.792vw;
        bottom: 11.458vw;
    }
    .kv_homelogo,.kv_homelogo_clear{
        left: -2.083vw;
        bottom: 7.292vw;
    }
    .kv_constractionlogo{
        left: 25vw;
        bottom: 2.083vw;
    }
    .kv_journeylogo{
        left: -2.083vw;
        bottom: -4.167vw;
    }
    
}


/* section */
.section_tri{
    margin-bottom: 55px;
    padding-top:65px;
    padding-bottom: 140px;
    position: relative;
    width: 100vw;
    font-family: 'Noto Sans JP', sans-serif;
}
.section_tri::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 15.873vw;
    z-index: -1;
    background-color: #88D08E;
    bottom: 0;
    left: 0;
}
.section_tri::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw ;
    border-color: transparent transparent transparent #88D08E;
    bottom: 15.873vw;
    left: 0;
}
.section_bg{
    position: absolute;
    z-index: -1;
    width: 23.016vw;
    top: 65px;
    left: -9.524vw;
    opacity: .5;
}
.situ_wrapper{
    max-width: 79.365vw;
    margin: 0 auto;
    position: relative;
}
.h2_lead{
    color: #1F1F1F;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-right: 24vw;
}
.h2_txt{
    color: #1F1F1F;
    font-size: 24px;
    margin-bottom: 34px;
    padding-right: 24vw;
    letter-spacing: -0.96px;
}
.query_area{
    border: 4px solid #88D08E;
    border-radius: 1.984vw;
    background-color: #fff;
    padding: 1.587vw 2.778vw;
    position: relative;
}
.query_inner{
    border-top: 1px solid #88D08E;
    padding: 1.587vw 0.952vw;
}
.query_inner:first-child{
    border: none;
}
.query_mark{
    display: inline-block;
    margin-right: 12px;
}
.query_mark img{
    width: 50px;
}
.query_txt{
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.query_btn_area{
    display: flex;
    justify-content: flex-end;
}
.query_btn{
    display: block;
    width: 130px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    position: relative;
}
.query_btn::after{
    content: "";
    width: 10px;
    height: 13px;
    position: absolute;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/smb/img/situation/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: all .3s;
}
.query_btn.yes_btn{
    background-color: #EB5656;
    margin-right: 20px;
    color: #fff;
}
.query_btn.no_btn{
    background-color: #7298ED;
    color: #fff;
}
.btnhover{
    top:-3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btnhover.query_btn::after{
    animation: arrow .6s infinite ease-in-out alternate;  
}
@keyframes arrow {
    0% {
      right: 15px;
    }
    100% {
        right: 7px;
    }
}
@media screen and (min-width:1260px){
    .section_tri::after{
        height: 200px;
    }
    .section_tri::before{
        border-width: 100px 0 0 100vw ;
        bottom: 200px;
    }
    .section_bg{
        width: 290px;
        left: -120px;
    }    
    .situ_wrapper{
        max-width: 1000px;
    }
    .h2_lead{
        padding-right: 0;
    }
    .h2_txt{
        padding-right: 0;
    }
    .query_area{
        border-radius: 25px;
        padding: 20px 35px;
    }
    .query_inner{
        padding: 20px 12px;
    }
    .query_mark{
        width: 50px;
    }
}
@media screen and (max-width:767px){
    .section_tri{
        padding-bottom: 25vw;
    }
    .section_tri::after{
        height: 300px;
    }
    .section_tri::before{
        bottom: 300px;
    }
    .situ_wrapper{
        max-width: 90vw;
    }      
    .h2_lead{
        font-size: 25px;
        margin-bottom: 12px;
        padding-right: 0;
    }
    .h2_txt{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .query_mark img{
        width: 40px;
    }
    .query_area{
        border: 2px solid #88D08E;
        border-radius: 25px;
        padding: 20px 20px 45px;
    }
    .query_inner{
        padding: 10px 0;
    }    
    .query_txt{
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    .query_btn_area{
        justify-content: center;
    }    
    .query_btn{
        width: 150px;
        line-height: 45px;
    }
    .yes_btn{
        margin-right: 10px;
    }
    .no_btn{
        margin-left: 10px;
    }
    .locatotop{
        position: absolute;
        bottom: -50px;
        right: 20px;
        width: 200px;
        border: solid 1px #fff;
        font-size: 13px;
    }
    .locatotoplink{
        display: block;
        position: relative;
        width: 100%;
        line-height: 35px;
        padding-right: 25px;
        padding-left: 10px;
        color: #fff;
        font-size: 13px;
        letter-spacing: -0.78px;
    }
    .locatotoplink::after{
        position: absolute;
        top: 12px;
        right: 12px;
        content: "";
        width: 10px;
        height: 13px;
        transform: rotate( -90deg );
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/smb/img/situation/btn_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* office */
.office_header{
    width: 36.508vw;
    margin-bottom: 0.635vw;
}
.office_ai{
    width: 14.286vw;
    position: absolute;
    left: -11.111vw;
    bottom: -6.349vw;
}
.office_main_ai{
    width: 23.81vw;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:1260px) {
    .office{
        padding-bottom: 140px;
    }
    .office_header{
        width: 460px;
        margin-bottom: 8px;
    }
    .office_ai{
        width: 180px;
        left: -140px;
        bottom: -80px;
    }
    .office_main_ai{
        width: 300px;
    }    
}
@media screen and (max-width:767px){
    .office_header{
        width: 60vw;
        margin-bottom: 2vw;
    }
    .office_ai{
        width: 20.833vw;
        left: 2.083vw;
        bottom: -18.75vw;
    }
    .office_main_ai{
        width: 28vw;
    }
    .office .h2_txt{
        padding-right: 28vw;
    }
}

/* home */
.home_header{
    width: 31.746vw;
    margin-bottom: 0.635vw;
}
.home_ai{
    position: absolute;
    width: 16.667vw;
    left: -9.524vw;
    bottom: -6.349vw;
}
.home_main_ai{
    width: 18.254vw;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:1260px) {
    .home_header{
        width: 400px;
        margin-bottom: 8px;
    }
    .home_ai{
        width: 210px;
        left: -120px;
        bottom: -80px;
    }
    .home_main_ai{
        width: 230px;
    }    
}
@media screen and (max-width:767px){
    .home_header{
        width: 57vw;
        margin-bottom: 2vw;
    }
    .home_ai{
        width: 25vw;
        left: 2.083vw;
        bottom: -12.5vw;
    }
    .home_main_ai{
        width: 24vw;
        z-index: -1;
    }    
}

/* constraction */
.constraction_header{
    width: 45.238vw;
    margin-bottom: 0.635vw;
}
.constraction_ai{
    position: absolute;
    width: 16.667vw;
    left: -9.524vw;
    bottom: -7.937vw;
}
.constraction_main_ai{
    width: 19.841vw;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:1260px) {
    .constraction_header{
        width: 570px;
        margin-bottom: 8px;
    }
    .constraction_ai{
        width: 210px;
        left: -120px;
        bottom: -100px;
    }
    .constraction_main_ai{
        width: 250px;
    }    
}
@media screen and (max-width:767px){
    .constraction_header{
        width: 36.458vw;
        margin-bottom: 2vw;
    }
    .constraction_ai{
        width: 22.917vw;
        left: 2.083vw;
        bottom: -13.542vw;
    }
    .constraction_main_ai{
        width: 28vw;
    }
}

/* nego */
.nego_header{
    width: 31.746vw;
    margin-bottom: 0.635vw;
}
.nego_ai{
    position: absolute;
    width: 14.286vw;
    left: -8.73vw;
    bottom: -6.349vw;
}
.nego_main_ai{
    width: 22.222vw;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:1260px) {
    .nego_header{
        width: 400px;
        margin-bottom: 8px;
    }
    .nego_ai{
        width: 180px;
        left: -110px;
        bottom: -80px;
    }
    .nego_main_ai{
        width: 280px;
    }    
}
@media screen and (max-width:767px){
    .nego_header{
        width: 55vw;
        margin-bottom: 2vw;
    }
    .nego_ai{
        width: 20.833vw;
        left: 2.083vw;
        bottom: -18.75vw;
    }
    .nego_main_ai{
        width: 28vw;
        z-index: -1;
    }    
}

/* journey */
.journey_header{
    width: 31.746vw;
    margin-bottom: 0.635vw;
}
.journey_ai{
    position: absolute;
    width: 21.429vw;
    left: -8.73vw;
    bottom: -6.349vw;
}
.journey_main_ai{
    width: 22.222vw;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:1260px) {
    .journey_header{
        width: 400px;
        margin-bottom: 8px;
    }
    .journey_ai{
        width: 270px;
        left: -110px;
        bottom: -80px;
    }
    .journey_main_ai{
        width: 280px;
    }    
}
.section_tri.journey{
    margin-bottom: 0;
}
@media screen and (max-width:767px){
    .journey_header{
        width: 55vw;
        margin-bottom: 2vw;
    }
    .journey_ai{
        width: 25vw;
        left: 2.083vw;
        bottom: -10.417vw;
    }
    .journey_main_ai{
        width: 28vw;
        z-index: -1;
    }
    .journey .h2_txt{
        padding-right: 28vw;
    }
}

/* omikuji */
.omikuji_bg{
    position: relative;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/smb/img/situation/omikuji_bg.svg);
    margin-bottom: 120px;
}
.omikuji_base{
    position: relative;
    background-color: #FFFCEB;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 120px;
    font-family: 'Noto Sans JP', sans-serif;
}
.hitoiki{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.hitoiki img{
    width: 130px;
}
.hitoiki::before,.hitoiki::after{
    content: "";
    width: 30%;
    height: 2px;
    background-color: #C1A303;
    display: inline-block;
    position: absolute;
    top: 50%;
}
.hitoiki::before{
    left: 5%;
}
.hitoiki::after{
    right: 5%;
}
.omikuji_toptxt{
    color: #772929;
    font-size: 48px;
    text-align: center;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: 600;
    margin-bottom: 18px;
}
.omikuji_toplead{
    text-align: center;
    color: #1F1F1F;
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.6;
}
.omikuji_allarea{
    width: 560px;
    height: 440px;
    position: relative;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/smb/img/situation/omikujibox_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.omikuji_btn{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #D52626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.omikuji_btntxt{
    color: #FFF;
    text-align: center;
    font-size: 38px;
    display: block;
    padding-top: 20%;
    margin-bottom: 24px;
    line-height: 1.3;
}
.omikuji_btnin{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    display: block;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 8px;
    width: 230px;
    margin: 0 auto;
}
.omikuji_btn:hover{
    cursor: pointer;
    opacity: .7;
}
.omikuji_box{
    display: none;
    width: 200px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name:fadeInbox;
    animation-duration:.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeInbox {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.omikuji_box.block{
    display: block;
}
.omikuji_btn.clear{
    opacity: 0;
}
.omikuji_boximg.anime{
    animation: katakata 3s;
}
@keyframes katakata {
    20% {
      transform: rotate(10deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    60% {
      transform: rotate(10deg);
    }
      80% {
      transform: rotate(-10deg);
    }
      100% {
      transform: rotate(0deg);
        }
}
.popup{
    display: none;
    position: fixed;
    top: 65px;
    z-index: 980;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}
.popup.block{
    display: block;
}
.popup_inner{
    max-width: 65vw;
    background-color: #fff;
    border: 4px solid #D52626;
    animation-name:fadeIn;
    animation-duration:.7s;
    animation-fill-mode:forwards;
    opacity:0;
    border-radius: 1.587vw;
    padding: 1.587vw 4.762vw;
    margin: 45px auto 0;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.x_btn{
    position: absolute;
    z-index: 15;
    top: -20px;
    left: -20px;
}
.x_btn:hover{
    cursor: pointer;
}
.round_btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D52626;
}   
.round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 30px;
    background: #fff;
}   
.round_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
   
.round_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
  
.omikuji_kekka{
    text-align: center;
    margin-bottom: 0.5vw;
}
.omikuji_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.635vw;
}
.omikuji_pic{
        width: 10.317vw;
}
.omikuji_txt{
    color: #1F1F1F;
    width: 39.683vw;
    font-size: 1.4vw;
}
.solution_area{
    width: 100%;
    margin: 0 auto 16px;
    padding: 1.2vw;
}
.lucky_p{
    color: #8D0000;
    position: relative;
    margin-bottom: 0.635vw;
    font-weight: 500;
    font-size: 1.587vw;

}
.lucky_p::after{
    content: "";
    width: 38.095vw;
    height: 0.159vw;
    background-color: #8D0000;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
}
.solution_inner{
    display: flex;
    padding: 0 1.27vw;
}
.solution_kekka{
    width: fit-content;
    margin-right: 0.952vw;
}
.solution_kekka img{
    width: 11.9vw;
    height: 9.5vw;
    object-fit: cover;
    border: solid 1px #C3C3C3;
}
.solution_txt{
    color: #262626;
    font-size: 1.27vw;
}
.solution_ddl{
    color: #8D0000;
    font-size: 1.429vw;
    text-align: right;
}
.solution_area a{
    color: #000;
    text-decoration: none;
}
.btn_area{
    display: flex;
    justify-content: center;  
    gap: 1.27vw;
}
.resetbtn,.topbtn{
    width: 17.46vw;
    line-height: 3.968vw;
    border-radius: 3.571vw;
    background-color: #E64141;
    color: #fff;
    font-size: 1.825vw;
    text-align: center;
    font-weight: 700;
    display: block;
}
.resetbtn:hover,.topbtn:hover{
    cursor: pointer;
}
.solution_area.hover{
    box-shadow: 0px 6px 10px #00000029;
}
.omitotop{
    width: 50px;
    position: fixed;
    bottom: 50px;
    right: -120%;
    z-index:20;
}
.omitotop.on{
    right: 20px;
}
@media screen and (min-width:1260px) {
    .popup_inner{
        max-width: 800px;
        border-radius: 20px;
        padding: 20px 60px;
        margin-top:25px;
    }
    .omikuji_kekka{
        margin-bottom: 10px;
    }
    .omikuji_inner{
        margin-bottom: 8px;
    }
    .omikuji_pic{
        width: 130px;
    }
    .omikuji_txt{
        width: 500px;
        font-size: 18px;
    }
    .solution_area{
        margin: 0 auto 16px;
        padding: 12px;
    }
    .lucky_p{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .lucky_p::after{
        width: 480px;
        height: 2px;
    }
    .solution_inner{
        padding: 0 16px;
    }
    .solution_kekka{
        margin-right: 12px;
    }
    .solution_kekka img{
        width: 150px;
        height: 120px;
    }
    .solution_txt{
        font-size: 16px;
    }
    .solution_ddl{
        font-size: 18px;
    }
    .btn_area{
        gap: 16px;
    }
    .resetbtn,.topbtn{
        width: 220px;
        line-height: 45px;
        border-radius: 45px;
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .omikuji_base{
        padding: 65px 0 80px;
    }    
    .hitoiki img{
        width: 26.667vw;
    }
    .hitoiki::before{
        left: 0;
    }
    .hitoiki::after{
        right: 0;
    }
    .omikuji_toptxt{
        font-size: 30px;
    }
    .omikuji_toplead{
        font-size: 16px;
        line-height: 1.4;
    }
    .omikuji_allarea{
        width: 330px;
        height: 260px;
    }
    .omikuji_btn{
        width: 190px;
        height: 190px;
    }
    .omikuji_btntxt{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .omikuji_btnin{
        font-size: 15px;
        border: solid 1px #fff;
        border-radius: 30px;
        width: 135px;
    }
    .omikuji_box{
        width: 110px;
    }
    .popup_inner{
        max-width: 85%;
        border: 2px solid #D52626;
        border-radius: 20px;
        padding: 12px 24px;
        margin: 20px auto 0;
    }
    .omikuji_kekka{
        margin-bottom: 8px;
    }
    .omikuji_inner{
        display: block;
        margin-bottom: 10px;
    }        
    .omikuji_pic{
        width: 85px;
        float: left;
        margin-right: 16px;
    }
    .omikuji_txt{
        width: auto;
        margin-bottom: 0;
        font-size: 14px;
        padding: 0;
        line-height: 1.3;
    }
    .solution_area{
        padding: 10px;
        margin-bottom: 16px;
        background-color: #FFFBE8;
    }
    .lucky_p{
        clear: both;
        font-size: 3.5vw;
        margin-bottom: 8px;
    }
    .lucky_p::after{
        width: 42vw;
        height: 1px;
    }
    .solution_inner{
        display: block;
    }
    .solution_kekka{
        margin: 0 auto 4px;
        width: fit-content;
    }
    .solution_kekka img{
        width: 48vw;
        height: 19vw;
        object-fit: cover;
    }
    .solution_txt{
        font-size: 13px;
        letter-spacing: -1.5px;
        line-height: 1.2;
    }
    .solution_ddl{
    font-size: 12px;
    }
    .btn_area{
        display: block;
    }
    .resetbtn,.topbtn{
        width: 250px;
        line-height: 35px;
        border-radius: 65px;
        font-size: 16px;
        margin: 0 auto;
    }
    .resetbtn{
        margin-bottom: 16px;
    }
}

/* other_link */

.section_tri.other_link{
    margin-bottom: 0;
}
.other_link_tlt{
    color: #2EC33A;
    font-size: 2.857vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4.762vw;
}
.other_link_area{
    display: flex;
    width: 74.603vw;
    justify-content: space-between;
    margin: 0 auto;
}
.other_link_inner{
    width: 35.714vw;
}
.other_link_lead{
    color: #1F1F1F;
    font-size: 1.429vw;
    margin-left: 0.476vw;
}

@media screen and (min-width:1260px) {
    .other_link_tlt{
        font-size: 36px;
        margin-bottom: 60px;
    }
    .other_link_area{
        width: 940px;
    }
    .other_link_inner{
        width: 450px;
    }
    .other_link_lead{
        font-size: 18px;
        margin-left: 6px;
    }    
}
@media screen and (max-width:767px){
    .other_link_tlt{
        font-size: 6.4vw;
        margin-bottom: 10.667vw;
    }    
    .other_link_area{
        display: block;
    }
    .other_link_area{
        width: 86.667vw;
    }
    .other_link_inner{
        width: 100%;
    }
    .other_link_inner:first-of-type{
        margin-bottom: 4.267vw;
    }
    .other_link_lead{
        font-size: 3.2vw;
        margin-left: 0.8vw;
    }
    .other_link.section_tri::after{
        height: 200px;
    }
    .other_link.section_tri::before{
        bottom: 200px;
    }
}


/* グロナビpc */
.glonav_pc{
    position: fixed;
    z-index: 15;
    right: 0;
    top: 70px;
}
.nav_item{
    width: 7.937vw;
    margin-bottom: 8px;
    transform: translateX(120%);
    cursor:pointer;
}
@media screen and (min-width:1260px) {
    .nav_item{
        width: 120px;
    }
}

/*　左の動き　*/
.nav_item.leftmove{
    animation-name: LeftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes LeftAnime{
    from {
      opacity: 0;
      transform: translateX(120%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
}
  
  /*　右の動き　*/
.nav_item.rightmove{
    animation-name: RightAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes RightAnime{
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 0;
      transform: translateX(120%);
    }
}
.leftmove.delay-time02{
    animation-delay: 0.2s;
}   
.leftmove.delay-time04{
    animation-delay: 0.4s;
}
.leftmove.delay-time06{
    animation-delay: 0.6s;
}   
.leftmove.delay-time08{
    animation-delay: 0.8s;
}
.leftmove.delay-time10{
    animation-delay: 1s;
}   

/* おみくじのバナー */
@media screen and (max-width:767px){
    .omikuji_bnr{
        position: absolute;
        z-index: 100;
        width:80px;
        right:20px;
        bottom:0;
        top:125vw;
    }    
}
.omikuji_fl_base{
    position: relative;
    width: 100%;
}
.omikuji_fl{
    position: fixed;
    z-index: 100;
    width: 7.5vw;
    right:1vw;
    bottom: 2vw;
}
.omikuji_fl.bottom_zero{
    bottom: 0;
}
@media screen and (min-width:1260px) {
    .omikuji_fl{
        width: 85px;
        right:30px;
        bottom: 25px;
    }    
}

/*sp*/
/*767px以下のみ*/
@media screen and (max-width:767px){
    .only-pc{
        display: none;
    }
}
/*pc*/
/*768px以上のみ*/
@media screen and (min-width:768px){
    .only-sp{
        display: none;
    }
}
/*1260px以上のみ*/
@media screen and (max-width:1259px){
    .only-1260{
        display: none;
    }
}


.office_main_ai.slide-out-fwd-center,.home_main_ai.slide-out-fwd-center,.constraction_main_ai.slide-out-fwd-center,.nego_main_ai.slide-out-fwd-center,.journey_main_ai.slide-out-fwd-center {
    position: fixed;
    z-index: 1000;
}
.slide-out-fwd-center {
	-webkit-animation: slide-out-fwd-center 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-fwd-center 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
  @keyframes slide-out-fwd-center {
    0% {
    transform: scale(1);
      top: 5%;
      right: 15%;
    }
    100% {
        transform: scale(3);
        top: 40%;
        right: 40%;
    }
  }

  #zoom_bg {
	width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    display: none;
}
 
#zoom_bg.zoom {
    display: block;
    animation: zoombg .8s ;
    animation-fill-mode:forwards;
}
@keyframes zoombg {
    0% {}
    100% {
    opacity: 1;
    }
}

#page_cover {
	width: 100%;
    height: 100vh;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/smb/img/situation/page_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index:1001;
    opacity: 0;
    display: none;
}
#page_cover.coveron{
    display: block;
    animation: coveron .8s ease .6s;
    animation-fill-mode:forwards;
}
@keyframes coveron {
    0% {}
    100% {
    opacity: 1;
    }
}