@charset "UTF-8";

/*/////////// base ////////////*/
/*SNSボタンの強制直し*/
.a2a_kit.a2a_kit_size_32.addtoany_list {
    line-height: 0px !important;
}

.addtoany_list a,
.widget .addtoany_list a {
    vertical-align: top !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100%;
    line-height: 1.5em;
    color: #333333;
    background: #fff none no-repeat 0 0 scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    /*font-size: 62.5%;*/
    font-family: "Noto Sans JP", sans-serif;
}

.header-in {
    z-index: 3;
}

.header-nav {
    /*height: 100px;*/
}

body.active {
    overflow: hidden;
    /* 背景を動かさないようにする*/
}

img {
    /*max-width: 100%;*/
    /*height: auto;*/
    vertical-align: bottom;
}

.main-nav a {
   /* display: revert;*/
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.saiyo-contents {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.footer-inner-nav li .toggle {
    color: #000;
}

.pan {
    padding-top: 0px;
}
.pan .benefits ol,.benefits .newgrad {
    color: #fff;

}
.pan .breadcrumbs {
    position: absolute;
    padding-top: 15px;
    z-index: 9999;
}
/*採用サイトトップだけパンくず表示させない*/
.pan-no{
    display: none;
}

/*採用ヘッダ*/
.newgrad .inner {
/*color:#fff;*/
}

.saiyo-hed {
    z-index: 99;
    right: 0px;
    display: flex;
    position: fixed;
    top: 100px;
}

.saiyo-hed li {
    background-color: #ffff;
}

.saiyo-hed li .menu {
    width: 165px;
    /* height: 53px; */
    z-index: 999999;
    display: flex;
    align-items: center;
}

.saiyo-hed .menu a {
    /* display: inline-table; */
    width: 100%;
    text-align: center;
    height: 56px;
    /* line-height: 4em; */
    display: flex;
}

.saiyo-hed .menu img {
    max-width: 94px;
    width: 100%;
    margin: 0 auto;
}

.saiyo-hed .menu:hover {
    opacity: 0.7;
    /*要素の透明度を指定*/
    filter: alpha(opacity=70);
}

/*-------------------------------------------------------------TOP-MV挙動*/
.top-sp-txt {
    width: 60%;
    height: 60px;
}

.top-pc-txt img {
    height: 84px;
    width: auto !important;
}

.top-pc-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
}

.passing {
    background: rgb(201, 70, 115);
    background: linear-gradient(-90deg, rgba(201, 70, 115, 1) 20%, rgba(50, 161, 175, 1) 71%);
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 290px;
}
.vegas-slide-inner{
    background-size: contain;
}
.mv-top {
    width: 100vw;
   height: 620px !important;
    padding: 10%;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}





/*文字アニメーション*/
@keyframes anime2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing-txt-sc {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* css */
.passing .passing-box {
    display: block;
    text-align: center;
    position: absolute;
    top: 12%;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    height: 74%;
    border: 3px solid #fff;
    margin: 10px auto;
    max-width: 1155px;
}

.passing-box::before {
    /* content: "";
    width: -213px;
    height: 573px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    right: 0px;
    left: 534px;
    left: 17%;
    width: 66%;
    bottom: -230px;
    transform: scale(-1, 1);*/
}

.passing-box::after {
    /*content: "";
    width: -213px;
    height: 576px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 17%;
    width: 66%;
    bottom: -233px;*/
}

.passing-bar-sc-ico {
    background: url(../../img/newgrad/cmn/mv-txt-ico.png)no-repeat;
    width: 76px;
    display: block;
    position: absolute;
    top: -21px;
    transform: scale(1, 1);
    background-size: contain;
    height: 76px;
    margin: -19px;
}

.passing-bar-sc-ico-sub {
    background: url(../../img/newgrad/cmn/mv-txt-ico.png)no-repeat;
    display: block;
    /* padding: 2.5%; */
    position: absolute;
    bottom: -41px;
    right: 0;
    transform: scale(-1, 1);
    transform: rotate(-180deg);
    background-size: contain;
    width: 76px;
    height: 76px;
    margin: -16px;
}

.passing .passing-bar,
.passing .passing-bar-sc {
    position: relative;
    display: inline-block;
    /*　後ほど解説　*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before,
.passing .passing-bar-sc:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* 任意の値 */
    background-color: #fff;
}

.passing .passing-txt,
.passing .passing-txt-sc {
    opacity: 0;
    /* 後ほど解説 */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* 任意の値 */
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0.7s 1 normal forwards;
}

.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease 1.2s 1 normal forwards;
    color: #fff;
margin-bottom: 8px;
}

.passing.move .passing-bar-sc:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1.5s ease 0.8s 1 normal forwards;
}

.passing.move .passing-txt-sc {
    animation: passing-txt-sc 0.5s ease 1.1s 1 normal forwards;
    color: #fff;
}


.flash1 {
    animation: Flash1 0.5s 1;
    width: 0px;
    background-color: #fff;
    height: auto;
    /* display: block; */
    padding: 1px;
    /* height: 92px; */
    position: absolute;
    z-index: 99;
    left: 0;
    opacity: 0;
}

/* アニメーション */
@keyframes Flash1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*-------------------------------------------------------------TOP-MV挙動*/

.footerbox {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    text-align: center;
    height: 100px;
    position: absolute;
    z-index: 99999;
    bottom: 0px;
    position: fixed;
    left: 0;
}

.footerbox .menu {
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 7px;
    width: 33.333333%;
    transition: all 1.0s;
}

.footerbox .menu img {
    max-width: 99px;
    margin: 0 auto;
}

.footerbox .menu.col3 a {
    top: 7px;
}

.footerbox .menu.close {
    width: 33.333333%;
    transition: all 0.8s;
}

.menu.col1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9319+0,ff89c8+100 */
    background: rgb(0, 160, 168);
    background: linear-gradient(90deg, rgba(0, 160, 168, 1) 11%, rgba(0, 125, 180, 1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9319', endColorstr='#ff89c8', GradientType=1);
    /* IE6-9 */
}
.menu.col1 p{
    font-weight: 600;
    letter-spacing: 1px;
}
.menu.col2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0cf2a1+0,221eff+100 */
    background: rgb(242, 116, 98);
    background: linear-gradient(90deg, rgba(242, 116, 98, 1) 0%, rgba(236, 0, 111, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cf2a1', endColorstr='#221eff', GradientType=1);
    /* IE6-9 */
}

.f-menu {
    /* width:100%; */
}

.change {
    width: 50% !important;
    transition: all 1.0s;
}

.f-change {
    width: 0%;
    /*display:none;*/
    transition: all 1.0s;
}

.col3.change {
    width: 0% !important;
    transition: all 1.0s;
    padding: 0px;
}

.col3 {
    /*padding: 10px;
    width: 33.333333%;
    transition: all 1.0s;*/

}

/*メニューボタン*/

.nav-wrap.open {
    height: 100%;
    /* display: block;*/
}

.nav-wrap.close {
    height: 0%;
}

.nav-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    /* display: none; */
    z-index: 10;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    /* padding-top: 60px; */
    z-index: 1;
    height: 0px;
    transition: all 0.5s;
    /* display: block;*/
}

.nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 70px;
}

.nav-wrap .nav img {
    max-width: 160px;
    width: 100%;
    margin-right: 6px;
    margin: 40px auto 0px 30px;
}

.nav-wrap li {
    display: flex;
    line-height: 4em;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    clear: both;
    align-items: baseline;
}

.nav-wrap li a {
    color: #000000;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #fff;

}

.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-transition: all 400ms;
    transition: all 500ms;
}

.nav-button {
    position: absolute;
    width: 50px;
    z-index: 99999;
    margin: 10px;
    top: 10px;
    height: 41px;
    right: 0px;
}

.nav-button.txt-menu {
    position: relative;
    width: 100%;
    margin: 0;
    top: 7px;
    display: block;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #317316;
    border-radius: 4px;
}

.nav-button.active span {
    background-color: #000000;
}

.nav-button span:nth-of-type(1) {
    top: 4px;
}

.nav-button span:nth-of-type(2) {
    top: 14px;
}

.nav-button span:nth-of-type(3) {
    bottom: 3px;
}

.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    left: 0;
    top: 1px;
    right: 0;
    text-align: center;
}

.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    /* left: 18px; */
    top: 33px;
    left: 0;
}


/*TOP*/
.saiyo-top-main-txt-box {
    position: relative;
    margin-bottom: 281px;

}

.saiyo-top-main-txt-box::after {
    content: "";
    background: rgb(231, 236, 211);
    background: linear-gradient(-90deg, rgba(235, 240, 210, 1) 0%, rgba(85, 160, 170, 1) 81%, rgba(59, 125, 181, 1) 100%);
    width: 57%;
    height: 460px;
    border-radius: 0px 600px 600px 0px;
    display: block;
    top: 150px;
    z-index: -1;
    position: absolute;

}

.saiyo-top-main-txt-box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    /* line-height: 2.5em;*/
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    font-weight: bold;
    /* letter-spacing: 0.01em;*/
    letter-spacing: 0.2px;
    line-height: 60px;
    font-size: 24px;
}

/*PEOPLE*/
.top-profile-box-title {
    max-width: 1000px;
    margin: 0 auto;
}

.top-profile-box-title h3 {
    font-size: 5.5rem;
    margin-bottom: 10px;
    line-height: 1rem;
}

.top-profile-box-title h3 img {
    width: 50%;
}

.top-profile-box .lead {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
}

.top-profile-box {
    position: relative;
}

.saiyo-top-contents {
    position: relative;
    display: block;
    margin-bottom: 241px;
    width: 100%;
    height: auto;
}

.top-profile-box .bg-gradation::before {
    content: '';
    background: rgb(235, 235, 174);
    background: linear-gradient(-90deg, rgba(235, 235, 174, 1) 0%, rgba(230, 116, 128, 1) 27%, rgba(160, 90, 170, 1) 100%);
    width: 69%;
    height: 300px;
    border-radius: 0px 600px 600px 0px;
    display: block;
    bottom: 380px;
    z-index: -1;
    position: absolute;
    left: 0px;
}

.top-profile-box-title {
    font-size: 65px;
    text-align: right;
    margin-bottom: 40px;
    padding: 0px 0px;
    flex-wrap: wrap;

}

.top-profile-box .txt-lead {
    line-height: 24px;
}

.txt-lead {
    font-size: 17px;
    text-align: right;
    margin-bottom: 40px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #000;
}

.top-profile-box-list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;

}

.top-profile-box-list li figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.top-profile-box-list li figure > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: scale(1);
    opacity: 1;
}

.top-profile-box-list li figure > img:hover {
    opacity: 1;
}

.top-profile-box-list li figure:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.top-profile-box-list li :hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.top-profile-box-list li a:hover {
    opacity: 1;
}

.top-profile-box-list li a:hover img {
    opacity: 1;
}

.top-profile-box-list li {
    background-repeat: no-repeat;
    max-width: 320px;
    width: 30vw;
    position: relative;
    margin-bottom: 20px;
}

.top-profile-box-list li:last-child {}

.top-profile-box-list li:last-child::after {
    content: "";
}

.top-profile-box-list .title {
    font-size: 30px;
    line-height: 1.0em;
    position: absolute;
    left: -1px !important;
    top: 31%;
    padding: 10px;
    width: 100%;
}

.top-profile-box-list .title img {
    height: auto !important;
    width: 100%;
    opacity: 1;
    transform: scale(1);
}

/*.top-profile-box-list .title::after{
    background: url(../../img/newgrad/cmn/mv-txt-ico.svg)no-repeat;
    background-position: 5% 6%;
    display: block;
    padding: 5.5%;
    content: "";
    transition: revert;
    transform: rotatey(180deg);
}
.top-profile-box-list .title::before{
    background: url(../../img/newgrad/cmn/mv-txt-ico.svg)no-repeat;
    background-position: 0% 12%;
    display: block;
    padding: 5.5%;
    content: "";
    transition: revert;
}*/
.top-profile-box-list li a {
    display: block;
    position: relative;
}

.top-profile-box-list .title span {
    width: 100%;
    display: block;
    color: #ffff;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 20px;
}

.top-profile-box-list .blong {
    font-size: 12px;
    color: #fff;
    border-left: 2px solid #fff;
    margin-left: 26px;
    line-height: 1.5em;
    padding-left: 0px;
}

.top-profile-box-list .category {
    /*background-color: #fff;*/
    font-size: 1.5rem;
    display: inline-flex;
    font-weight: bold;
    bottom: 20px;
    position: absolute;
    padding: 0px;
}

.top-profile-box-list .category p {
    background-color: #fff;
    padding: 2px 4px 2px 0px;
   /* margin: 0px 10px 0px 0px;*/
    font-size: 14px;
}

.top-profile-box-list .category p span {
    border-left: solid 0px #000;
    margin-left: 5px;
    padding-left: 5px;
    border-width: 4px;
    line-height: 1em;
    display: block;
}

.top-company-box {
    position: relative;
    margin: 200px 0px;
}

.top-company-box::before {
    content: "";
    background: rgb(220, 240, 220);
    background: linear-gradient(-90deg, rgba(220, 240, 220, 1) 0%, rgba(90, 160, 210, 1) 81%);
    width: 76%;
    height: 300px;
    border-radius: 0px 600px 600px 0px;
    display: block;
    /* bottom: 261px; */
    z-index: -1;
    position: absolute;
    left: 0%;
    top: 30px;

}

.top-company-box-in a {
    display: block;
    background-color: #fff;
}

.top-profile-box::before {
    content: "";
    background: linear-gradient(-90deg, rgba(228, 232, 174, 1) 41%, rgba(219, 116, 128, 1) 92%);
    width: 76%;
    height: 300px;
    border-radius: 600px 0px 0px 600px;
    display: block;
    z-index: -1;
    position: absolute;
    right: 0px;
    top: 32px;
}

.txt-link-read-more {
    text-align: right;
    max-width: 1000px;
    margin: 0 auto;
}

.txt-link-read-more {
    font-size: 26px;
    background-color: #000;
    position: relative;
    max-width: 214px;
    display: block;
    background-image: url(../../img/newgrad/cmn/txt-read-more.svg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0;
    padding: 15px 0px;
    background-size: 121px;
    background-position: 57px;
    transition: none;
    background-size: 146px;
}

.top-company-box-in a:hover .txt-link-read-more {
    background-image: url(../../img/newgrad/cmn/txt-read-more-hover.svg);
    background-color: #fff;
}

.top-company-box-in a img:hover {
    opacity: 0.7 !important;
}

.top-company-box-in a:hover .txt-link-read-more::before {
    border-bottom: 1px solid rgb(0, 0, 0);
}

/*.txt-link-read-more{
    background-image: url(../../img/newgrad/cmn/txt-read-more-hover.svg);
    background-color: #fff;
}*/
.txt-link-read-more::before {
    content: "";
    width: 48px;
    height: 11px;
    display: block;
    position: absolute;
    top: 23%;
    z-index: 99;
    left: 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.txt-link-read-more a:hover::before {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.txt-link-read-more img {
    width: 70%;
    margin-left: auto;
    display: block;
}

/*PEOPLE*/
.top-engineering {
    margin: 290px auto;
    display: block;
    position: relative;
    /* text-align: center; */
}

.slideContsR.show.top-engineering::before {
    content: "";
    background: rgb(128, 66, 132);
    background: linear-gradient(90deg, rgba(240,240,180,1) 0%, rgba(160,90,170,1) 100%);
    width: 69%;
    height: 341px;
    border-radius: 600px 0px 0px 600px;
    display: block;
    bottom: -40px;
    z-index: -1;
    position: absolute;
    top: 30px;
    right: 0px;
}
.test.slideContsR.show.top-engineering::before{
background: linear-gradient(90deg, rgba(245,240,180,1) 0%, rgba(160,90,170,1) 100%);
}




.top-engineering-mv {
    margin-bottom: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.top-engineering-mv figure {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.top-engineering-mv .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.top-engineering-mv .title span {
    color: #fff;
    font-size: 39px;
    padding: 35px 0px;
}

.top-engineering-mv .title::after {
    background: url(../../img/newgrad/cmn/mv-txt-ico.svg)no-repeat;
    /* background-position: 29% 15%; */
    padding: 1.5%;
    content: "";
    transition: revert;
    transform: rotateX(180deg) rotateY(180deg);
    /*反転*/
    /* position: absolute; */
    /* right: 50px; */
    /* bottom: -30px; */
    display: block;
}

.top-engineering-mv .title::before {
    background: url(../../img/newgrad/cmn/mv-txt-ico.svg)no-repeat;
    /* background-position: 59% 17%; */
    display: block;
    padding: 1.5%;
    content: "";
    transition: revert;
    padding: 10;
}

/*Why FURYU?*/
.top-why-box-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1000px;
    flex-wrap: wrap;
}

.top-why-box-list figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.top-why-box-list a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top-why-box-list a figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-why-box-list li a:hover {
    opacity: 1;
}

.top-why-box-list li a:hover img {
    opacity: 1;
}

.top-why-box-list div {
    max-width: 320px;
    width: 33%;
    flex-wrap: wrap;
}

.top-why-box-list li::after{
        content: '';
        display: block;
        width: 320px;
        height: 0;
    }
.top-why-box-list li{
    max-width: 320px;
    width: 32vw;
    position: relative;
}
.top-why-box-list .person .txt a {
    position: absolute;
    top: 0px;
    display: block;
    font-size: 33px;
    color: #fff;
}

.top-why-box-list .person a {
    display: block;
}

.top-why-box-list figcaption .txt {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 86%;
}

.top-why-box-list .logo {
    position: absolute;
    bottom: 10px;
    width: 100%;
    top: unset;
    left: 0px;
}

.top-why-box {
    position: relative;
    display: block;
    margin-bottom: 400px;
}

.top-why-box::before {
    content: "";
    background: rgb(211, 119, 109);
    background: linear-gradient(90deg, rgba(240,240,180,1) 0%, rgba(221,119,109,1) 100%);
    width: 69%;
    height: 341px;
    border-radius: 0px 600px 600px 0px;
    display: block;
    z-index: -1;
    position: absolute;
    top: 29px;
}

/*一覧ページクラス名*/
.why-about {
    position: relative;
    margin: 80px 0px;
}

.culture-about {
    position: relative;
    margin: 80px 0px;
}

.culture-about .top-profile-box-title {
    text-align: left;
}

.culture-about .txt-lead {
    text-align: left;
}

.top-box-culture::before {
    content: "";
    background: rgb(120, 209, 223);
    background: linear-gradient(-90deg, rgba(230,160,180,1) 0%, rgba(170,225,230,1) 100%);
    /* width: 54%; */
    width: 76%;
    height: 300px;
    border-radius: 600px 0px 0px 600px;
    display: block;
    /* bottom: -40px; */
    z-index: -1;
    position: absolute;
    right: 0;
    margin-top: 33px;
}
.top-why-box .top-profile-box-title h3 img{
    margin-left: revert;
}


.top-box-culture.slideConts.culture-about::before {
    content: "";
    background: rgb(120, 209, 223);
    background: linear-gradient(90deg, rgba(230,160,180,1) 0%, rgba(170,225,230,1) 100%);
    /* width: 54%; */
    max-width: 1000px;
    height: 300px;
    border-radius: 0px 600px 600px 0px;
    display: block;
    /* bottom: 261px; */
    z-index: -1;
    position: absolute;
    left: -8%;
    top: -3px;
}

.top-box-culture-list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.top-box-culture-list-in {
    position: relative;
    margin-bottom: 30px;
    max-width: 491px;
    width: 100%;
}
.top-box-culture-list-in a figure{
    overflow: hidden;
}

.top-box-culture-list-in a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top-box-culture-list-in a figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.top-box-culture-list-in.no a figure:hover img{
    transform: scale(1);
}

.top-box-culture-list-in img {
    width: 100%;
}

.top-box-culture-list-in01,
.top-box-culture-list-in02 {
    position: relative;
    height: 38vh;
    width: 100%;
    max-width: 493px;
    background-size: cover;
}

.top-box-culture-list-in01 .numver,
.top-box-culture-list-in02 .numver {
    position: absolute;
    top: 0px;
}

.top-box-culture-list-in01 .title,
.top-box-culture-list-in02 .title {
    display: flex;
    justify-content: space-between;
}

.top-box-culture-list-in01 {}

.top-box-culture-list-in02 {}

.top-box-culture-list .number {
    font-size: 56px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 12px;
    z-index: 1;
}

.top-box-culture-list-in .txt-cross-talk .title {
    top: 12%;
}

.top-box-culture-list .number > img {
    max-width: 103px;
    width: 68%;
}

.top-box-culture-list .title {
    font-size: 7rem;
    display: block;
    /* justify-content: space-around; */
    /* align-items: center; */
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    line-height: 1.1em;
    text-align: center;
}

.top-box-culture-list .title > img {
    margin-bottom: 10px;
    max-width: 267px;
    width: 50%;

}

.top-box-culture-list .txt {
    position: absolute;
    bottom: 60px;
    font-size: 1.5rem;
    left: 0;
    right: 0px;
    text-align: center;
    font-weight: 700;

}

.top-box-culture {
    position: relative;
    display: block;
    clear: both;
    height: auto;
    width: 100%;
    margin-bottom: 240px;
}

.coming-soon-list .top-box-culture-list-in {
    width: 32%;
}



/*contents-bottom*/
.contents-bottom .saiyo-hed {
    display: block;
    position: relative;
}

.contents-bottom .menu {
    width: 100%;
    display: flex;
    max-height: 234px;
    align-items: center;
}

.contents-bottom .menu:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

background: rgb(89, 186, 176);
background: linear-gradient(-90deg, rgba(89, 186, 176, 1) 0%, rgba(59, 125, 181, 1) 100%);
}

.contents-bottom .col1 .contents-bottom .col2 {
    background: rgb(227, 123, 104);
    background: linear-gradient(90deg, rgba(227, 123, 104, 1) 0%, rgba(217, 0, 110, 1) 100%);
}

.contents-bottom .col1 img,
.contents-bottom .col2 img {
    /*width: 18%;*/
    max-width: 325px;
}

.contents-bottom .col1 a,
.contents-bottom .col2 a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 60px 0px;
    font-size: 17px;
    color: #fff;
}


.slideConts::after,
.slideConts::before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slideContsL::after,
.slideContsL::before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slideContsL::after {
    transform: translate(-800px, 0) !important;
}

.slideContsR::before {
    transform: translate(800px, 0) !important;
}

.slideContsL.show::after {
    transform: translate(-100px, 0) !important;
}

.slideContsR.show::before {
    transform: translate(100px, 0) !important;
    right: 0px;
}

.slideContsL::before {
    transform: translate(-800px, 0) !important;
}

.slideContsL.show::before {
    transform: translate(-100px, 0) !important;
}

/*page-top*/
/*page-top*/
.saiyo-page_top-box {
    position: relative;
    display: block;
}

#saiyo-page_top {
    position: relative;
    /* display: block; */
    /* clear: both; */
    /* height: auto; */
    /* width: 32%; */
    height: 103px;
    text-align: right;
    /* margin-right: 0px; */
    margin-left: auto;
}

#saiyo-page_top::before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 156, 165, 1) 11%, rgba(0, 123, 174, 1) 83%);
    width: 100%;
    border-radius: 40px 0px 0px 40px;
    display: block;
    bottom: -40px;
    z-index: -1;
    position: relative;
    height: 88px;
    top: 0px;
    right: -57%;
    margin-right: 0px;
}


#saiyo-page_top {
    /* position: relative; */
    /* display: block; */
    /* width: 50px; */
    /* height: 50px; */
    text-decoration: none;
    width: 5%;
    bottom: 48px;
    /* left: 0; */
    right: 154px;
    /* text-align: left; */
    margin border-bottom-left-radius: 0 auto;
    /* margin-left: 29px; */
    position: absolute;
}

/*.vegas-transition-slideLeft,
.vegas-transition-slideLeft2,
.vegas-transition-slideUp,
.vegas-transition-slideUp2,
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    opacity: 0;

}

.vegas-transition-slideLeft2-in,
.vegas-transition-slideLeft2-in,
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in,
.vegas-transition-slideDown-in,
.vegas-transition-slideDown-in{
    opacity: 1;

}

.vegas-transition-slideLeft-out,
.vegas-transition-slideLeft2-out,
.vegas-transition-slideUp-out,
.vegas-transition-slideUp2-out,
.vegas-transition-slideDown-in,
.vegas-transition-slideDown-in
{
    opacity: 0;
}*/

.r-page-top {
    position: relative;

}

.r-page-top a::before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 156, 165, 1) 11%, rgba(0, 123, 174, 1) 83%);
    width: 40%;
    border-radius: 40px 0px 0px 40px;
    display: block;
    bottom: -40px;
    z-index: 4;
    position: absolute;
    height: 88px;
    top: 0px;
    right: -57%;
    margin-right: 0px;
}

.r-page-top img {
    width: 25px;
    top: -10px;
    height: 100px;
    position: absolute;
    right: 220px;
    z-index: 9999;
}

.r-page-top a::after {
    content: '';
    display: block;
    background-image: url(../../img/newgrad/cmn/page-top.svg);
    background-repeat: no-repeat;

}

.page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: linear-gradient(90deg, rgba(0, 156, 165, 1) 11%, rgba(0, 123, 174, 1) 83%);
    width: 15%;
    border-radius: 40px 0px 0px 40px;
    opacity: 0.6;
}

.page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.page-s a::before {
    font-weight: 900;
    content: '';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -1px;
    bottom: 0;
    left: 20px;
    margin: auto;
    text-align: center;
    content: "";
    background-image: url(../../img/newgrad/cmn/page-top.svg);
    background-repeat: no-repeat;
}

.page-s {
    overflow: hidden;
    width: 16%;
    bottom: 0;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 50px;
}

#slide {
    background: linear-gradient(90deg, rgba(0, 156, 165, 1) 11%, rgba(0, 123, 174, 1) 83%);
    color: #fff;
    height: 88px;
    width: 100%;
    border-radius: 40px 0px 0px 40px;
    z-index: 999;
}

#slide a {
    position: relative;
    display: block;
    width: 500px;
    height: 101px;
}

#slide-in {
    padding: 20px;
}


.saiyo-page_top {
    background: linear-gradient(90deg, rgba(0, 156, 165, 1) 11%, rgba(0, 123, 174, 1) 83%);
    color: #fff;
    border-radius: 40px 0px 0px 40px;
    z-index: 999;
    margin-left: auto;
    display: grid;
    bottom: 0px;
    position: fixed;
    right: 0px;
    bottom: 30px;
    width: 11%;
}

.saiyo-page_top a {
    position: relative;
    display: block;
    /* width: 210px; */
    height: 60px;
    /* line-height: 10em;*/
}

.saiyo-page_top a::before {
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 15%;
    bottom: 2px;
    left: 20px;
    margin: auto;
    text-align: center;
    content: "";
    background-image: url(../../img/newgrad/cmn/page-top.svg);
    background-repeat: no-repeat;
}
