@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  background-image: none;
  background-color: #F7F8FF;
  color: #1D1E20;
}

body.page--top {
    padding-top: 0;
}

a {
    color: #1D1E20;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #777;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .page--top .section-hero {
        position: relative;
        height: calc(100% - 90vw - 3px);
        flex: 1;
    }
    .page--top .section-hero .scroll {
        display: none;
        font-size: 1.3rem;
        bottom: 15px;
    }
    .page--top .section-hero .scroll:before {
        height: 15px;
    }
}


/*
.page--top  .head_nav {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
}
*/

@media only screen and (max-width: 1023px) {
    .page--top .head_nav {
        background-color: transparent;
        border-radius: 0;
    }
}

.page--top .section-nav {
  padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {

    .page--top .head_nav {
        background: none;
        border-radius: 20px;
    }
    .site-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 118px);
    }
    .page--top .section-nav {
        padding-top: 0;
    }
}
/*
.page--top .logo {
    display: none;
}
*/

.page--top main {
    padding: 0;
}

.page--top .site-main {
    padding: 0;
}

.page--top .section-hero {
/*  top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: auto;
    display: grid;
    place-items: center;
    margin-top: 0;
    padding: 216px 0 135px 0;
    
    
    aspect-ratio: 100 / 52.7;    */
    padding: 0;
}

.page--top .section-hero .section-content {
    position: relative;
}

.page--top .section-hero .section-content .top-1stview-bg {
    background-color: #000;
    aspect-ratio: 16 / 8.4;
    overflow: hidden;
}

.page--top .section-hero .section-content .top-1stview-bg video {
    max-width: 100%;
    animation: fadeIn 1.5s ease-in-out 0s 1 normal forwards;
    opacity: 0;
}


.page--top .section-hero .section-content .top-1stview {
    position: absolute;
    top: 12vw;
    left: 10vw;
    width: 63vw;
    animation: fadeIn 1.5s ease-in-out 0.5s 1 normal forwards;
    opacity: 0;

}

@media only screen and (max-width: 767px) {
    .page--top .section-hero .section-content .top-1stview {
        width: 100%;
        max-width: 100%;
    }    
}

.page--top .section-hero h2 {
    margin-bottom: 34px;
/*
    color: #1D1E20;
    font-size: 5.74vw;
    font-weight: 600;
    letter-spacing: 0.025em;
    white-space: nowrap;
*/
}

.page--top .section-hero h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #1D1E20;
}

.page--top .section-hero .scroll {
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-family: futura-pt, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.5ch;
    font-weight: 500;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.page--top .section-hero .scroll:before {
    content: ' ';
    display: block;
    height: 20px;
    width: 2px;
    background-color: #1D1E20;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -1px;
}

.page--top .section-nav {
    padding-bottom: 1px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.page--top .section-nav .index {
    margin-bottom: 100px;
}
.page--top .section-nav .index:last-child {
    margin-bottom: 20px;
}
.page--top .section-nav .index h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 55px;
}
.page--top .section-nav .index .desc {
    font-size: 1.4rem;
    display: block;
}

.page--top .section-content {
    max-width: 100%;
    position: relative;
}

.page--top .top-content {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}

.top-mission {
    color: #1D1E20;
    height: auto;
    padding: 15.625vw 10vw;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F5FF 100%) 0% 0% no-repeat padding-box;
}

.top-mission .button_wrap {
    text-align: right;
}

.top-mission .to-page {
    display: inline-grid;
    align-items: center;
    border: 1px #1D1E20 solid;
    width: 260px;
    height: 60px;
    background-color: #1D1E20;
    color: #fff;
    background-image: url(../../../../assets/media/arrow_w.svg);
    background-position: top 25px right 21px;
    background-size: 12.48px 9.06px;
    text-align: left;
    line-height: 1;
    border-radius: 33px;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 30px;

    font-weight: 600;
    background-repeat: no-repeat;
}

.top-city img {
    width: 100%;
}

.top-scene {
    margin-top: -67vw;
    position: relative;
    z-index: 10;
}

.top-scene .scene_01 {
    margin-top: -7.6vw;
}

.top-service {
    color: #fff;
    background-color: #1D1E20;
    background-image:
    url(../../../../assets/media/block_05px_outline.svg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center -14vw;
    opacity: 100%;
    margin-top: 0;
    padding: 15.625vw 10vw  24.27vw 10vw;
    height:130vw;
}

.top-service h3 {
    font-size: 5.2rem;
    font-weight: 600;
    margin-bottom: 65px;
    letter-spacing: 0.14px;
    line-height: 1.4;
    font-size: 2.71vw;
}

.top-service p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 72px;
}

.top-service .button_wrap {
    text-align: right;
}

.top-service .to-page {
    display: grid;
    align-items: center;
    border: 1px #fff solid;
    width: 260px;
    height: 60px;
    background-color: #fff;
    color: #1D1E20;
    background-image: url(../../../../assets/media/arrow_b.svg);
    background-position: top 25px right 21px;
    background-size: 12.48px 9.06px;
    text-align: left;
    line-height: 1;
    border-radius: 33px;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 30px;
    margin-bottom: 0;

    font-weight: 600;
    background-repeat: no-repeat;
}


.top-service .approach {
    width: 49vw;
    position: absolute;
    top:0;
    right:2.083vw;
}


.top-news-wrapper,
.top-work-wrapper {
    background-color: #F7F8FF;
    padding: 2.083vw;
    margin-top: -9vw;
}

.top-news-wrapper {
    margin-top: 0;
    padding-top: 0;
}


.top-news,
.top-work {
    background-color: #fff;
    opacity: 100%;
    height: auto;
    position: relative;
    padding-top: 15.625vw;
    padding-right: calc(10vw - 2.083vw );
    padding-bottom: 15.625vw;
    padding-left: calc(10vw - 2.083vw );
    box-shadow: 0px 0.156vw 1.354vw rgba(0, 0, 0, 0.04);
    border-radius: 0.52vw;
}

.top-news {
    padding-top: 7.8vw;
    padding-bottom: 7.8vw;
}

.top-news .button_wrap {
    text-align: right;
}

.top-work h3 {
    font-size: 5.2rem;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    line-height: 1;
    font-size: 2.71vw;
}

.top-work h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 120px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 1.25vw;

}

.top-header {
    font-size: 1.25vw;
    font-weight: 400;
    margin-bottom: 4.166vw;
    letter-spacing: 0.11px;
    line-height: 1;
}

.client .top-header {
    margin-bottom: 50px;
}

.top-header .font-en {
    font-size: 1.25vw;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: futura-pt, sans-serif;
}

.top-content h3 {
    font-size: 4.9vw;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 0.11em;
}
.top-content p {
    width: 70%;
    max-width: 70%;
    font-size: 20px;
    line-height: 1.8;
}

.top-mission h3 {
    font-weight: 600;
    margin-bottom: 4.166vw;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 2.71vw;
    padding-left: 10vw;
}

.top-mission p {
    line-height: 2;
    letter-spacing: 0.1em;
    width: auto;
    max-width: 100%;
    font-weight: 600;
    padding-left:10vw;
    padding-right:10vw;
    font-size: 1.25vw;
}

.top-mission p span {
    color: #4446E6;
}

.top-mission .bg1 {
    margin-bottom: 5.208vw;
}

.top-mission .bg2 {
    background-image: url(../../../../assets/media/bg_kyosei.svg);
    background-repeat: no-repeat;
    background-position: left 10vw top 0.2vw;
    background-size: 17.76vw;
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-top: -5.208vw;
}

.top-mission .bg3 {
    background-image: url(../../../../assets/media/bg_kankyou.svg);
    background-repeat: no-repeat;
    background-position: right 10vw top 1vw;
    background-size: 15.625vw;
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-top: -5.208vw;
}

.top-mission .bg4 {
    background-image: url(../../../../assets/media/bg_saikaai.svg);
    background-repeat: no-repeat;
    background-position: left 10vw center;
    background-size: 19.427vw;
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-top: -5.208vw;
}

.top-mission .bg5 {
    margin-bottom: 5.208vw;
}


.top-work .top-content h3 {
    font-size: 4.25vw;
    margin-bottom: 28px;
    letter-spacing: 0.035em;
    line-height: 1.4;
}

.top-work .primary {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    justify-content: space-between;
    position: relative;
    gap: 0.8333vw;
}

.top-work .primary .grid-item {
    position: relative;
    margin-bottom: 0.8333vw;
}


.top-work .primary .grid-item img.image {
    border-radius:0.26vw ;
}

.top-work .primary .grid-item .lower {
    display: flex;
    box-shadow: 0px 0.1042vw 1.354vw #F2F4FF;
    padding-top: 0;
}

.top-work .logo {
    width:9.27vw;
    background-color: #fff;
    display: grid;
    align-content: center;
    aspect-ratio: 1 / 1;
}

.top-work .primary .grid-item .txt {
    width: 16.82vw;
    padding-left: 0.3vw;
    padding-right: 1.041vw;
    text-align: right;
    /* min-height: 10vw; */
    padding-top: 0.8vw;
}

.top-work .primary .grid-item p {
    line-height: 1.5;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-bottom: 0.3vw;
    font-size: 0.83vw;
}

.top-work .primary .grid-item p.company {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    font-size: 0.73vw;
}

.top-work .grid-item a {
    position: absolute;
    bottom: 1.041vw;
    right: 1.041vw;
    display: inline-block;
    width: 7.40vw;
    height: 1.51vw;
    padding-right: 1.5em;
    color:#4446E6;
    background-color: #F5F8FF;
    border-radius: 37px;
    font-size: 0.68vw;
    position: absolute;
    bottom: 1.041vw;
    right: 1.041vw;
    text-align: right;
    font-weight: 600;
}

.top-work .grid-item a:hover {
    background-color: #e4ecff;
}

.top-work .grid-item a.ext {
    background-image: url(../../../../assets/media/external-link-icon.svg);
    background-position:right 1.04vw bottom 0.4vw;
    background-size: 0.625vw 0.625vw;
    background-repeat: no-repeat;
    padding: 0.10416vw 2.03vw 0 0;
}

.top-work .grid-item a.mov {
    background-image: url(../../../../assets/media/movie-icon.svg);
    background-position:right 1.354vw bottom 0.36vw;
    background-size: 0.8vw 0.8vw;
    background-repeat: no-repeat;
    padding: 0.10416vw 2.55vw 0 0;
}

.top-work .secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6.25vw;
}

.top-work .secondary .grid-item {
    position: relative;
    display: grid;
    grid-template-columns: 9.27vw auto;
    gap: 0;
    background-color: #FFF;
    width:19.375vw;
}

.top-work .secondary .grid-item,
.top-work .logo.tertiary {
    box-shadow: 0px 0.1042vw 1.354vw #F2F4FF;
    border-radius: 0.26vw;
    margin-bottom: 0.8333vw;
}

.top-work .logo.space {
    background: none;
}

.top-work .logo.space.only-sp {
    display: none;
}


.top-work .secondary .grid-item .txt p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin-top:1.6vw;
    font-size: 0.73vw;
}

.top-work .secondary .grid-item .txt {
    padding-right: 1.041vw;
    padding-left: 0.26vw;
}

/*
.top-work .primary .grid-item .txt a,
.top-work .secondary .grid-item .txt a {
    position: absolute;
    bottom: 1.041vw;
    right: 1.041vw;
    text-align: right;
}
*/

.top-work .primary .flex-item p {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 16px;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.top-work .primary .flex-item .to-page {
    margin-top: auto;
    width: 100%;
}

.top-work .contact p {
    font-size: 1.67vw;
    font-weight: 700;
    margin-bottom:2vw;
    letter-spacing: 0.06em;
}

.top-work .contact .button_wrap {
    text-align: right;
} 

.top-work .contact .to-page {
    display: inline-grid;
    align-items: center;
    border: 1px #1D1E20 solid;
    width: 260px;
    height: 60px;
    background-color: #1D1E20;
    color: #fff;
    background-image: url(../../../../assets/media/arrow_w.svg);
    background-position: top 25px right 21px;
    background-size: 12.48px 9.06px;
    text-align: left;
    line-height: 1;
    border-radius: 33px;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 30px;
    font-weight: 600;
    background-repeat: no-repeat;
}
.top-work .contact .to-page.c_1 {
    border: 1px #E8E8E8 solid;
    background-color: #E8E8E8;
    color: #1D1E20;
    background-image: url(../../../../assets/media/arrow_b.svg);
    margin-right: 3.125vw;
}



@media only screen and (max-width: 1023px) {

    .top-work {
        background-size: 100% auto, 100% 100%;
    }

    .top-work .primary .flex-item .to-page {
        font-size: 2.5rem;
        line-height: 2.2;
    }
    .client {
        background-size: 100% 100%;
    }
}

@media only screen and (max-width: 767px) {
    .top-work .primary .flex-item .to-page {
        font-size: 2rem;
        line-height: 2.3;
    }
}

.client .others {
    padding: 1.04vw;
    background-color: #f8f8f8;
    width: 100%;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.04vw;
}

@media only screen and (max-width: 1023px) {
    .client .others {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .client .others {
        grid-template-columns: 1fr 1fr;
        gap: 11px;
    }
}

.client .others .logo-card {
    background-color: #fff;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}


.client .others .logo-card img {
    mix-blend-mode: multiply;
    width:100%;
}

.top-work .to-page {
    background-color: #F3F2F3;
}

.client .to-page {
    background-color: #FFF;
}


@media only screen and (max-width: 1023px) {

/*
    .top-mission {
        background-image:
        url(../../../../assets/media/bg_top_mission_sp.png);
    }
*/
    .top-mission h4 {
        font-size: 3vw;
    }

    .top-service .top-content p {
        max-width: 100%;
    }
    
    .top-work .primary {
        display: block;
    }

    .top-work .primary .flex-item {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px 5% 27px 5%;
    }
    .top-work .primary .flex-item img {
        width: 62%;
    }
}


@media only screen and (max-width: 767px) {
    .top-mission h4 {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    }
}

.page--top .footer {
    margin-top: 0;
}

.___top-news {
    height: auto;
    padding-top: 130px;
    padding-bottom: 82px;
    background: transparent;
/*    z-index: 10;
    position: relative; */
}

.top-news .card-wrap {
    margin-top: 0;
    margin-bottom: 2.6vw;

}

.top-news .top-header {
    margin-bottom: 2.6vw;
}

.top-news .to-page {
    display: inline-grid;
    align-items: center;
    border: 1px #1D1E20 solid;
    width: 260px;
    height: 60px;
    background-color: #1D1E20;
    color: #fff;
    background-image: url(../../../../assets/media/arrow_w.svg);
    background-position: top 25px right 21px;
    background-size: 12.48px 9.06px;
    text-align: left;
    line-height: 1;
    border-radius: 33px;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 30px;

    font-weight: 600;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 767px) {
    .top-news .top-header {
        margin-bottom: 2px;
    }    
}
.top-news dl {
    width: 100%;
}

.top-news dl a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: #EFEFEF 1px solid;
    padding: 30px 0;
    align-items: center;
    transition: transform 0.4s;
}

.top-news dl a:hover {
    transform: scale(1.02, 1.02);
    opacity: 1;
    transition: transform 0.4s;
    color: initial;
}


.top-news dl a .thumbnail {
    flex-basis: 16.87vw;
    margin-right: 80px;
}

.top-news dl a img {
    width:16.87vw;
    max-width: -webkit-fill-available;
    box-shadow: 0px 2px 26px #F2F4FF;
    border-radius: 5px;
}

.top-news dl a:last-child {
    border-bottom: none;
}

.top-news .post_date {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    max-width: none;
    width: 303px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    flex-basis: 177px;
}

.top-news .post_title {
    width:100%;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    flex-basis: 49vw;;
}

.top-news .post_title span {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.view_more {
    width: 100%;
    position: relative;
    height: 140px;
    margin-top: 22px;
}
.view_more a {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(1, 24, 78, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 52px;
    margin-right: 12px;
    text-align: center;
    line-height: 1;
    color: #FFF;
    background-image: url(../../../../assets/media/icon_more_w.svg);
    background-repeat: no-repeat;
    background-position: 50% 67%;
    background-size: 22px;
    transition: transform 200ms;
}
.view_more a.ext {
    background-image: url(../../../../assets/media/icon_ext_w.svg);
    background-position: 50% 67%;
    background-size: 16px;
}
.view_more a:hover {
    color: #FFF;
    background-color: rgba(1, 24, 78, 0.4);
    transform: scale(1.05, 1.05);
}


@media only screen and (max-width: 1023px) {
    .page--top .header {
        height: auto;
        padding: 65px 0 0 30px;
    }

    .header .logo img {
        width: 233px;
        height: auto;
    }
    .page--top #nav_toggle {
        position: fixed;
        top: 75px;
        right: 30px;
    }
    .page--top main {
        margin-top: 0px;
        padding: 0;
    }

    .page--top .section-hero {
        flex: none;
        padding: 0;
        width: auto;
        height: 100vh;
    }
    .page--top .section-hero .section-content {
        height: 100vh;
        max-width: unset;
        padding: 0;
        width: auto;
    }
    .page--top .section-hero .section-content .top-1stview-bg {
        position: relative;
        aspect-ratio: auto;
        overflow: visible;
    }

    .page--top .section-hero .section-content .top-1stview-bg video {
        max-width: unset;
        height: 100vh;
        position: absolute;
        right: -25%;
    }
    .page--top .section-hero .section-content .top-1stview.only-pc {
        display: none;
    }
    .page--top .section-hero .section-content .top-1stview img {
        width: 75vw;
        margin-left: 10.25vw;
    }
    .page--top .section-hero .section-content .top-1stview {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .page--top .section-hero .section-content .top-1stview img.mission-en {
        margin-bottom: 7.63vw;
    }
    .page--top .section-hero .section-content .top-1stview img {
        width: 79.65vw;
        margin-left: 10.178vw;
    }


    .top-mission {
        padding: 26.41vw 10.02vw 26.41vw 10.02vw;
    }

    .top-mission .top-header {
        font-size: 3.125vw;
        font-weight: 400;
        margin-bottom: 10.41vw;
        letter-spacing: 0.1em;
        line-height: 1;
    }

    .top-header .font-en {
        font-size: 3.125vw;
        margin-right: 0;
    }

    .top-mission h3 {
        font-size: 6.77vw;
        line-height: 1.4;
        margin-bottom: 6.77vw;
        letter-spacing: 0.05em;
        font-weight: 700;
        padding-left: 0;
    }

    .top-mission p {
        line-height: 2.1;
        letter-spacing: 0.1em;
        width: auto;
        max-width: 100%;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        font-size: 3.125vw;
    }

    .top-mission .bg1 {
        margin-bottom: 13vw;
    }

    .top-mission .bg2 {
        background-position: left 0 top 7.5vw;
        background-size: 44.4vw;
        padding-top: 13vw;
        padding-bottom: 13vw;
        margin-top: -13vw;
    }
    
    .top-mission .bg3 {
        background-position: right 0 top 6vw;
        background-size: 39vw;
        padding-top: 13vw;
        padding-bottom: 13vw;
        margin-top: -13vw;
    }
    
    .top-mission .bg4 {
        background-position: left 0 top 7vw;
        background-size: 48.5vw;
        padding-top: 13vw;
        padding-bottom: 13vw;
        margin-top: -13vw;
    }
    
    .top-mission .bg5 {
        margin-bottom: 13vw;
    }
    .top-mission .button_wrap {
        text-align: left;
    }


    .top-service {
        padding: 26.41vw 10.02vw 26.41vw 10.02vw;
        margin-top: 0;
        height: 222vw;
        background-size: 220%;
        background-position: top -9vw right -35vw;
    }

    .top-service .top-header {
        font-size: 3.125vw;
        font-weight: 400;
        margin-bottom: 6.51vw;
        letter-spacing: 0.1em;
        line-height: 1;
    }

    .top-service h3 {
        font-size: 6.77vw;
        font-weight: 500;
        margin-bottom: 8.85vw;
        letter-spacing: 0.01em;
        line-height: 1.4;
    }

    .top-service .approach_sp {
        margin-bottom: 6.51vw;
    }

    .top-scene {
        margin-top: -62vw;
        text-align: center;
        overflow: hidden;
    }

    .top-scene .scene_02, .top-scene .scene_01 {
        max-width: none;
        width: 104%;
        margin-left: 0%;
    }

    .top-scene .scene_01 {
        margin-top: -8.4vw;
    }


    .top-work-wrapper {
        padding:  3.90vw;
        margin-top: -6.6vw;
    }
    .top-work {
        padding: 25.13vw 6.12vw 25.13vw 6.12vw;
    }

    .top-work .top-header {
        font-size: 3.125vw;
        font-weight: 400;
        margin-bottom: 6.51vw;
        letter-spacing: 0.1em;
        line-height: 1;
    }

    .top-work h3 {
        font-size: 6.77vw;
        letter-spacing: 0.02em;
        line-height: 1.4;
        margin-bottom: 1.8vw;
    }
    .top-work h4 {
        font-size: 3.125vw;
        line-height: 1.4;
        margin-bottom: 7.16vw;
    }

    .top-work .primary {
        display: block;
    }

    .top-work .secondary .grid-item, .top-work .primary .grid-item {
        margin-bottom: 2.6vw;
    }

    .top-work .primary .grid-item img.image {
        border-radius: 0.65vw 0.65vw 0 0;
    }
    .top-work .primary .grid-item .lower {
        padding-top: 0;
    }

    .top-work .logo {
        width: 18.1vw;
    }

    .top-work .primary .grid-item .txt {
        width: 37vw;
        padding-left: 2.6vw;
        padding-right: 1.041vw;
        text-align: left;
        /* min-height: 10vw; */
        padding-top: 2.6vw;
    }

    .top-work .primary .grid-item p.company {
        font-weight: 700;
        display: block;
        font-size: 1.69vw;
    }

    .top-work .primary .grid-item p {
        line-height: 1.5;
        font-weight: 600;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
        font-size: 1.82vw;
    }



/*
    .top-work .primary .grid-item .txt a,
    .top-work .secondary .grid-item .txt a {
        position: absolute;
        bottom: 2.60vw;
        right: 2.60vw;
        text-align: left;
    }
*/

    .top-work .grid-item a {
        position: absolute;
        bottom: 2.60vw;
        right: 2.60vw;
        display: inline-block;
        width: 18.62vw;
        height: 3.776vw;
        padding : 0 0 0 0;
        color: #4446E6;
        background-color: #F5F8FF;
        border-radius: 37px;
        font-size: 1.67vw;
        position: absolute;
        bottom: 2.60vw;
        right: 2.60vw;
        text-align: left;
    }



    .top-work .grid-item a.ext {
        background-position: right 2.03vw bottom 0.9vw;
        background-size: 1.6vw 1.6vw;
        padding: 0.1042vw 0 2.03vw;
        padding-left:2.03vw;
    }



    .top-work .grid-item a.mov {
        background-position: right 2.03vw bottom 1vw;
        background-size: 2vw 2vw;
        padding: 0.1042vw 0 2.03vw;
        padding-left:2.03vw;
    }


    .top-work .secondary {
        margin-bottom: 10.41vw;
    }

    

    .top-work .secondary .grid-item {
        width: 100%;
        display: flex;
        grid-template-columns: 9.27vw auto;
        gap: 0;
    }

    .top-work .secondary .grid-item .txt {
        width: 37vw;
        padding-left: 2.6vw;
        padding-right: 0;
        text-align: left;
        /* min-height: 10vw; */
        padding-top: 0;
        display:flex;
        align-items: center;
    }

    .top-work .secondary .grid-item .txt p {
        line-height: 1.5;
        font-weight: 600;
        margin-top: 0;
        font-size: 1.82vw;
    }

    .top-work .secondary .grid-item, .top-work .logo.tertiary {
        box-shadow: 0px 0.1042vw 1.354vw #F2F4FF;
        border-radius: 0.26vw;
        margin-bottom: 2.6vw;
    }

    .top-work .logo.space.only-pc {
        display: none;
    }

    .top-work .logo.space.only-sp {
        display: grid;
    }



    .top-work .contact p {
        font-size: 4.18vw;
        font-weight: 600;
        margin-bottom: 10.41vw;
        line-height: 1.9;

    }


    .top-work .contact .button_wrap {
        text-align: center;
    }

    .top-news-wrapper {
        padding: 3.9vw;
        margin-top: -3.9vw;
    }

    .top-news {
        padding-top: 13vw;
        padding-bottom: 13vw;
    }
    
    .top-news .top-header {
        margin-bottom: 7.6vw;
    }

    .top-news .card-wrap {
        margin-top: 0;
        margin-bottom: 6.5vw;
    }

    .top-news dl a {
        padding: 3.9vw 0;
    }
    

    .top-news dl a .thumbnail {
        display: none;
    }


    .top-news .post_date {
        width: auto;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 2.083vw;
        margin-bottom: 2.2vw;
        line-height: 1;
    }

    .top-news .post_title {
        font-size: 2.083vw;
    }

    .top-news .post_title span {
        font-size: 2.083vw;
    }

    .top-news .button_wrap {
        text-align: right;
    }
    







}








@media only screen and (max-width: 767px) {
    .page--top .site-main {
        padding-left: 0;
        padding-right: 0;
    }
    .page--top .section-hero .brand-logo img {
        height: auto;
    }
    .page--top .section-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page--top .section-nav .index {
        margin-bottom: 150px;
    }
    .page--top .section-nav .index h2 {
/*        font-size: 4rem;  */
        margin-bottom: 30px;
    }
    .top-news dl a {
        width: 100%;
    }
    .top-news .post_date {
        width: 30%;
    }
    .top-news .post_title {
        width: 70%;
    }
    .top-news .post_title span {
        -webkit-line-clamp: 4;
    }
    .view_more {
        text-align: center;
    }
    .view_more a {
        display: inline-block;
        width: 140px;
        height: 140px;
        position: inherit;
        margin-right: 0;
    }
}

/* 2021 add */

@media only screen and (max-width: 767px) {

    body.page--top {
    }
    .page--top .header {
        height: auto;
        padding: 26px 0 0 20px;
    }

    .header .logo img {
        width: 150px;
        height: auto;
    }

    .page--top #nav_toggle {
        position: fixed;
        top: 30px;
        right: 20px;
    }

    .page--top #nav_toggle span {
        background-color: #1D1E20;
    }

    .page--top main {
        margin-top: -52px;
        padding: 0;
    }

    .page--top .section-hero {
        flex: none;
        padding: 0;
        width: auto;
        height: 100vh;
    }

    .page--top .section-hero .section-content {
        height: 100vh;
        max-width: auto;
        padding: 75px 31px;
    }

    .page--top .site-main {
        display: block;
        flex-direction: column;
        justify-content: unset;
        height: auto;
    }

    .page--top .site-main {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
    }

    .page--top .section-hero .content {
        position: relative;
        background-color: #fff;
    }
    
    .page--top .section-hero .scroll {
        display: block;
        bottom: 0;
    }
    .page--top .section-hero .scroll:before {
        background-color: #fff;
        height: 20px;
    }
    .header .logo {
        line-height: unset;
        width: auto;
        padding-left: 0;
    }
}


@media only screen and (max-width: 1023px) {
    .top-news dl a {
        display: block;
    }
    .top-news .post_date {
        width: 100%;
    }

    .top-news .post_title {
        width: 100%;
    }
}


@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {

    .page--top .section-hero .section-content {
        height: 100vh;
        max-width: unset;
        padding: 0;
        width: auto;
    }

    .page--top .section-hero .section-content .top-1stview-bg {
        position: relative;
    }

    .page--top .section-hero .section-content .top-1stview-bg video {
        max-width: unset;
        height: 100vh;
        position: absolute;
        right: -25%;
    }
    .page--top .section-hero .section-content .top-1stview.only-pc {
        display: none;
    }

    .page--top .section-hero .section-content .top-1stview {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .page--top .section-hero .section-content .top-1stview img {
        width: 79.65vw;
        margin-left: 10.178vw;
    }

    .page--top .section-hero .section-content .top-1stview img.mission-en {
        margin-bottom: 7.56vw;
    }

    .page--top .section-hero h2 {
        font-size: 12vw;
        line-height: 1.45;
        margin-bottom: 21px;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }
    .page--top .section-hero h3 {
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: 0.05em;
        white-space: nowrap;
        font-weight: 600;
    }

    .page--top .top-content {
        width: 100%;
        max-width: 100%;
    }

    .top-mission {
        padding: 25.445vw 10.178vw 25.445vw 10.178vw;
    }

    .top-mission .top-header {
        letter-spacing: 0.2em;
        margin-bottom: 8.90vw
    }

    .top-mission .top-content h3 {
        font-size: 8.1vw;
        line-height: 1.55;
        margin-bottom: 20px;
        letter-spacing: 0.06em;
    }

    .top-mission .top-content p {
        margin-bottom: 47px;
        line-height: 2;
        letter-spacing: 0.08em;
        font-size: 14px;
        font-weight: 400;
    }

    .top-mission h3 {
        font-size: 8.1424vw;
        line-height: 1.3;
        margin-bottom: 6.36vw;
    }

    .top-mission p {
        line-height: 2;
        letter-spacing: 0.01em;
        width: auto;
        max-width: 100%;
        font-weight: 600;
        padding-left: 0;
        padding-right: 0;
        font-size: 3.56vw;
    }

    .top-mission .bg1 {
        margin-bottom: 13vw;
    }
    
    .top-mission .bg2 {
        background-position: center;
        background-size: contain;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 7vw;
    }
    
    .top-mission .bg3 {
        background-position: center;
        background-size: contain;
        padding-top: 6vw;
        padding-bottom: 6vw;
        margin-top: 0;
        margin-bottom: 7vw;
    }
    
    .top-mission .bg4 {
        background-position: center;
        background-size: 54.45vw;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 13vw;
    }
    
    .top-mission .bg5 {
        margin-bottom: 13vw;
    }
    
    .top-mission .to-page {
        width: 100%;
    }

    .top-service {
        padding: 25.445vw 10.178vw 25.445vw 10.178vw;
        margin-top: 0;
        height: 246.5vw;
        background-size: 250%;
        background-position: center;
    }

    .top-service h3 {
        font-size: 8.14vw;
        font-weight: 500;
        margin-bottom: 19vw;
        letter-spacing: 0.01em;
        line-height: 1.4;

    }

    .top-service .top-content p {
        max-width: 100%;
        margin-bottom: 0;
        line-height: 2;
        letter-spacing: 0.08em;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .top-service .approach_sp {
        margin-bottom: 25.44vw;
    }

    .top-service .to-page {
        width: 100%;
    }

    .top-scene {
        margin-top:  -39vw;
        text-align: center;
        overflow: hidden;
    }

    .top-scene .scene_02,
    .top-scene .scene_01 {
        max-width: none;
        width: 110%;
        margin-left: -3%;
    }

    .top-scene .scene_01 {
        margin-top: -8.6vw;
    }
    
    
    .top-work-wrapper {

        padding: 5.09vw;
        margin-top: 0vw;
    }

    .top-work {
        padding: 22.39vw 5.09vw 25.44vw 5.09vw;
    }

    .top-work h3 {
        font-size: 8.1425vw;
        letter-spacing: 0.03em;
        line-height: 1.4;
        margin-bottom: 5.09vw;
    }

    .top-work h4 {
        font-size: 4.071vw;
        line-height: 1.4;
        margin-bottom: 8.9vw;
    }


    .top-work .top-content h3 {
        font-size: 8.2vw;
        margin-bottom: 20px;
        letter-spacing: 0.06em;
        line-height: 1.5;
    }

    .top-work .primary {
        margin-bottom: 0;
    }

    .top-work .primary .grid-item .lower {

        padding-top: 0;
        box-shadow: 0px 0.51vw 6.6vw #F2F4FF;
    }

    .top-work .primary .grid-item img.image {
        border-radius: 1.272vw 1.272vw 0 0;
    }

    .top-work .logo {
        width:37.15vw;
    }

    .top-work .logo.only-pc {
        display: none;
    }

    .top-work .secondary {
        margin-bottom: 11.45vw;
    }
    
    .top-work .secondary .grid-item,
    .top-work .primary .grid-item {
        margin-bottom: 4vw;
    }
    .top-work .secondary .grid-item .txt,
    .top-work .primary .grid-item .txt {
        width: 40vw;
        padding-left: 1.27vw;
        padding-right: 0;
        padding-top: 3.8vw;
        padding-bottom: 3.8vw;
        text-align: unset;
        min-height: unset;
        display: block;
    }
    
    .top-work .secondary .grid-item .txt p,
    .top-work .primary .grid-item .txt p {
        width: auto;
        font-size: 3.562vw;
        margin-top: 0;
        margin-bottom: 3.56vw;
    }

    .top-work .primary .grid-item p.company {
        display: block;
        font-size: 3.053vw;
        margin-bottom: 1.72vw;
    }

    .top-work .grid-item a {
        width: 100%;
        height: 7.38vw;
        font-size: 3.31vw;
    }

    .top-work .primary .grid-item .txt a,
    .top-work .secondary .grid-item .txt a {
        position: relative;
        bottom: unset;
        right: unset;
        text-align: left;
        padding: 0.4vw 0 0 5vw;
    }

    .top-work .secondary .grid-item .txt a {
        bottom: 3.81vw;
        right: 2.54vw;
        position: absolute;
        width: 38.6vw;
    }



    .top-work .grid-item a.ext {
        background-position: right 5vw bottom 2vw;
        background-size: 3vw 3vw;
    }

    .top-work .grid-item a.mov {
        background-position: right 5vw bottom 2vw;
        background-size: 3.5vw 3.5vw;
    }

    .top-work .secondary .grid-item,
    .top-work .logo.tertiary {
        margin-bottom: 4vw;
        box-shadow: 0px 0.51vw 6.6vw #F2F4FF;
    }


    .top-work .contact p {
        font-size: 5.2vw;
        margin-bottom:11.45vw;
    }


    .top-work .contact .to-page {
        width:100%;
    }
    .top-work .contact .to-page.c_1 {
        margin-right: 0;
        margin-bottom: 5.09vw;
    }



    .top-work .primary .flex-item {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px 29px;
    }
    
    .top-work .primary .flex-item img {
        width: 79.5%;
        margin-bottom: 7px;
        }    

    .top-work .primary .flex-item p {
        font-size: 14px;
        width: 100%;
        letter-spacing: 0.1em;
        line-height: 2;
        font-weight: 400;
    }

    .top-work .primary .flex-item .to-page {
        margin: 0 auto;
        width: 100%;
    }

    .top-work .secondary .grid-item {
        width: 100%;
        display: flex;
        grid-template-columns: 9.27vw auto;
        gap: 0;
        box-shadow: 0px 0.51vw 6.6vw #F2F4FF;
    }

    .top-work .logo.space.only-sp {
        display: none;
    }

    .client {
        padding: 83px 31px 80px 31px;
        margin-top: -55px;
    } 

    .client .top-header .font-en {
        font-size: 20px;
        margin-left: 0;

    }
    .client .others img {
        width: 33%;
    }
    .to-page.ext {
        background-position:calc(50% - -62px) calc(50% - -1px);
    }

    .top-news-wrapper {
        padding: 5.09vw;
        margin-top: -5.09vw;
        padding-bottom: 10.178vw;
    }

    .top-news {
        padding: 12.72vw 5.09vw 12.72vw 5.09vw;
        margin-top: 0
    } 

    .top-news .to-page {
        width: 100%;
    }    
    .top-news dl a {
        width: 100%;
        display: block;
        padding: 7.63vw 0;
    }
    
    .top-news dl a .thumbnail {
        display: none;
    }
    .top-news .post_date {
        width: 100%;
        font-size: 3.56vw;
        letter-spacing: 0.02em;
        font-weight: 500;
        margin-bottom: 4vw;
    }

    .top-news .post_title {
        width: 100%;
        font-size: 3.56vw;
        line-height: 2;
        letter-spacing: 0.1em;
    }

    .top-news .post_title span {
        -webkit-line-clamp: 4;
        font-size: 3.56vw;
    }
    .top-news .card-wrap {
        margin-bottom: 34px;
    }
    .top-content p {
        max-width: 100%;
        text-align: justify;
    }
    .top-header .font-en {
        font-size: 4.071vw;
        margin-right: 0; 
    }
    .top-header {
        font-size: 4.071vw;
        margin-bottom: 9.16vw;
        font-weight: 400;
        letter-spacing: 0.08em;
    }
    .to-page {
        width: 100%;
        height: 50px;
        font-size: 2rem;
        line-height: 2.3;
        background-position: top 18px right 17px;
    }
}

@media (orientation: landscape) and (max-width: 1023px){


    .page--top .section-hero .section-content .top-1stview-bg video {
        height: auto;
    }

    .page--top .section-hero .section-content .top-1stview {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .page--top .section-hero .section-content .top-1stview img {
        width: 50vw;
        margin-left: 25vw;
        height: auto;
    }

    .page--top .section-hero .section-content .top-1stview img.mission-en {
        margin-bottom: 7vh;
        margin-top: 8vh;
    }




}

@media only screen and (max-width: 360px) {

    .top-work .primary .flex-item p {
        width: calc( 100% - 60px );
    }

    .top-work .primary .flex-item .to-page {
        width: calc( 100% - 60px );
    }
}