input[type="image"] {
    border: none;
    height: auto;
    max-width: 100%;
}



input + div, select + div, textarea + div {
    float: right;
    width: 250px;
    color: red;
    margin-bottom: -10px;
}
.error-form {
    border-color: #fb9a93 !important;
}

/* CSS Document */

.pc {
    display: block;
}

.sp {
    display: none;
}

.liver-h1 {
    text-align: center;
    padding-top: 60px;
}

.liver-h2{
    color: #1e4575;
    font-size: 44px;
    letter-spacing: 5px;
    font-weight: bold;
}
.liver-h3{
    font-size: 20px;
    font-weight: 200;
}

.contents{
    padding: 20px 20px;
    text-align: center;
    max-width: 1020px;
    margin: 0px auto;
    overflow: hidden;
}

.main-txt{
    margin: 50px 0;
    line-height: 32px;
}

.main-txt span{
    color: #1e4575;
    font-weight: 600;
}


/* z-index */

#nav-toggle {
    z-index: 1000;
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    border-left: 80px solid #1e4575;
}

#gloval-nav a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    transition: color 0.6s ease;
    letter-spacing: 5px;
    font-weight: 600;
}
#gloval-nav ul {
    list-style: none;
    width: 70%;
    text-align: left;
}
.gloval-nav-logo{
    position: absolute;
    top: 40%;
    left: -145px;
    transform: rotate(-90deg);
}

.gray{
    background-color: #F5F5F5;
}

/*ABOUT*/

#about .contents{
    margin-top: 100px;
}

.about-logo{
    max-width: 380px;
    margin: 50px auto;
}

.about-subttl{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    font-size: 25px;
}

.about-subttl::before{
    transform: skewX(-20deg);
    content: ""; /*ボックスを作る*/
    position: absolute;/*ポジションで中央に配置*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
    background-color: #FB5470;
}

.about-subttl p{
    padding: 10px 0;
    color: #fff;
}

.about-category{
    list-style: none;
    color: #fff;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-category li{
    padding: 5px 10px;
    margin: 10px 5px;
    font-size: 20px;
}

.about-category li:nth-child(1) {
    background-color: #FA57BC;
}
.about-category li:nth-child(2) {
    background-color: #249D29;
}
.about-category li:nth-child(3) {
    background-color: #FB5470;
}
.about-category li:nth-child(4) {
    background-color: #FB7522;
}
.about-category li:nth-child(5) {
    background-color: #A22CCE;
}
.about-category li:nth-child(6) {
    background-color: #2680EB;
}


/*PARTNER*/
#partner{
    position: relative;
}

#partner .contents{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.p-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 10px auto;
}

.p-item{
    max-width: 150px;
    margin: 15px;
}

#p-particle{
    width:100%;
    /*height:700px;*/
    height:550px;
    margin:0 auto;
    background-color:#fff;
}


/*ADVISER*/
.a-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.a-item{
    max-width: 400px;
    margin: 5px 10px;
}


/*SUPPORT*/
#s-slider-item {
    max-width: 600px;
    margin: 50px auto;
}
#s-slider-item img {
    width: 100%;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#s-slider-item .slide-dots {
    text-align: center;
}
#s-slider-item .slide-dots li {
    display: inline-block;
    margin: 0 15px;
}
#s-slider-item .slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
#s-slider-item .slide-dots li button:before {
    content: "●";
    font-size: 30px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #C3C3C3;
}
#s-slider-item .slide-dots li.slick-active button:before {
    content: "●";
    color: #222222;

}
#s-slider-item .slick-prev:before, .slick-next:before{
    color: #1e4575!important;
}

#s-slider-item p{
    padding: 20px 0;
}

#s-slider-item .slick-next{
    right: -60px;
    top: 42%!important;
}
#s-slider-item .slick-prev{
    left: -60px;
    top: 42%!important;
}

#s-particle{
    width:100%;
    height:780px;
    margin:0 auto;
    background-color:#fff;
}

/*TALENT*/
.t-container{
    display: flex;
    margin: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.t-item{
    max-width: 230px;
    margin: 0 5px;
}

.viewmore-btn{
    max-width: 300px;
    margin: 0 auto;
}


.case-txt{
    display: flex;
    justify-content: space-between;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 20px;
    padding: 15px 0;
    text-align: left;
}

/*FLOW*/

#flow .contents{
    max-width: 800px;
}

.circle{
    max-width: 120px;
    position: relative;
    float: left;
}

.flow-item{
    position: relative;
    /*display: flex;*/
    display: inline-block;
    margin-top: 50px;
}

.flow-item.step03{
    margin-top: 80px;
}
.flow-item.step04{
    margin-top: 80px;
}

.flow-item .circle p{
    font-size: 20px;
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    line-height: 28px;
    color: #222222;
}

.flow-item .circle p span{
    font-size: 30px;
    font-weight: 400;
}
.flow-contents{
    width: 75%;
    float: right;
}

.flow-txt{
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    border-top: 1px solid #f1f2f7;
    font-size: 20px;
    padding: 15px 0;
    text-align: left;
}


.flow-heading.icon01 :before{
    /*background: url(../img/step1.png) no-repeat;*/
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-top: 9px;
    vertical-align: top;
    /*margin-right: 20px;*/
}

.flow-heading.icon02 :before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-top: 9px;
    vertical-align: top;
    /*margin-right: 20px;*/
}

.flow-heading.icon03 :before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-top: 9px;
    vertical-align: top;
    /*margin-right: 20px;*/
}

.flow-heading.icon04 :before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-top: 9px;
    vertical-align: top;
    /*margin-right: 20px;*/
}


.flow-heading p{
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
    /*margin-left: 30px;*/
    position: relative;
}

.step01 .flow-heading p{
    color: #3FB735;
}
.step02 .flow-heading p{
    color: #FB5470;
}
.step03 .flow-heading p{
    color: #25AEBC;
}
.step04 .flow-heading p{
    color: #F39825;
}


.arrow {
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 8.6em;
    left: 4.2em;
}

.arrow::before {
    content:"";
    display: block;
    width: 1px;
    height: 100px;
    background-color: #222222;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1, 0);
    transform-origin: left top;
    transition-duration: 1s;
    transition-delay: 1s;
}

.arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 9px 0px 9px;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    position: absolute;
    bottom: -3px;
    left: -9px;
    transform: scale(1, 0);
    transform-origin: left bottom;
    transition-duration: 0.5s;
    transition-delay: 2s;
}
.arrow.active::before,
.arrow.active::after {
    transform: scale(1, 1);
}





/*===========
inview
===========*/

.fadeIn {
    opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}


/*Q&A*/

#qa .contents{
    margin-top: 100px;
}

.qa-area{
    max-width: 700px;
    margin: 50px auto 0;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    margin-bottom: 10px;
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cp_actab label {
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1.5em;
    cursor: pointer;
    margin: 0 0 1px 0;
    border: solid 1px;
    color: #1e4575;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    background-color: #fff;
}
.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #1e4575;
}
.cp_actab .cp_actab-content p {
    margin: 1em;
    text-align: left;
    font-size: 15px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 60em;
}
/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    background-color: #1e4575;
}
.cp_actab input[type=checkbox] + label::after {
    content: '+';
    color: #fff;
}

.qa{
    max-width: 700px;
    margin: 0 auto;
}



/*talent.html*/
.t-list-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}

.t-list-item{
    max-width: 300px;
}

.top-btn{
    max-width: 250px;
    margin: 100px auto 0;
}

/*float_btn*/
#fixnav {
    position: fixed;
    bottom: 20px;
    right: 2px;
    font-size: 80%;
    z-index: 9999;
    text-align: right;
    max-width: 380px;
    background-color: #bcccec;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#fixnav  a:hover {
    text-decoration: none;
}

.button-simple {
    position: relative;
    border-radius: 45px;/*角の丸み*/
    font-size: 18px;/*文字サイズ*/
    display: inline-block;
}



/*footer*/
#footer{
    background-color: #1e4575;
    color: #f3f3f3;
}

#footer > ul{
    max-width: 1100px;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 30px 15px;
}

#footer > ul > li{
    width: 320px;
    margin-top: 15px;
}

#footer .footer-txt{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-ttl{
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-span{
    font-size: 8px;
    margin-left: 10px;
}
.footer-txt span{
    margin-left: 22%;
}

.footer-line {
    margin       : auto;
    width        : 16px;
    height       : 7px;
}
#footer .sns-area{
    display: flex;
    justify-content: left;
}

#footer .sns-area >li{
    max-width: 50px;
    margin: 0 5px;
}

/*プライバシーポリシー*/
#policy{
    max-width: 900px;
    margin: 0 auto;
}

#policy .contents{
    text-align: left;
    padding: 100px 10px;
}

#policy ul,li{
    list-style: none;
}

#policy .policy-txt{
    margin: 30px 0;
}
#policy .padding-left{
    padding-left:30px;
}
#policy .policy-txt > p{
    margin-bottom: 10px;
}
#policy .policy-txt > ul > li > ul{
    margin-top: 10px;
}
#policy a{
    color: #3c3c3c;
}

/*-------------------------- */

figure {
    width: 100%;
    position: relative;
}

figure img {
    width: 100%;
    vertical-align: top;
}

figure figcaption-case1 {
    font-size: 60px;
    color: #070707;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 160%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

figure figcaption-case2 {
    font-size: 60px;
    color: #070707;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 160%;
    margin: 0;
    align-items: center;
    justify-content: center;
}
/*
.decorator {
    background-color: rgba(0, 0, 0, 0.7);
}*/



/*-------------------------- */




@media all and (max-width: 1200px) {
    .fv-contents:before{
        height: 42%;
        margin: 18% -3% 0;
    }
    .fv-contents.double:after {
        height: 55%;
        margin: 16% -10% 0;
    }
}


@media all and (max-width: 770px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

    .gloval-nav-logo img{
        margin-bottom: 0;
    }

    .fv{
        padding: 0;
    }

    .fv-area{
        position: relative;
    }
    .fv-entry-btn{
        padding-top: 50px;
        position: absolute;
        bottom: 5%;
        right: 0;
        left: 0;
    }
    .about-subttl{
        font-size: 20px;
        max-width: 90%;
    }

    .main-txt{
        line-height: 25px;
        font-size: 16px;
    }
    .about-category li {
        margin: 5px;
        font-size: 16px;
    }

    .p-item{
        max-width: 100px;
        margin: 4px;
    }
    #p-particle{
        height: 250px;
    }

    .slick-prev{
        display: none!important;
    }
    .slick-next{
        display: none!important;
    }
    .t-item{
        max-width: 155px;
        margin: 5px;
    }

    .case-txt{
        margin-left: 14px;
        margin-right: 14px;
    }

    .flow-heading.icon01 :before{
        margin-top: 6px;
    }
    .flow-txt{
        margin-left: 1.5rem;
    }

    .arrow {
        height: 100px;
    }
    .arrow::before{
        height: 100px;
    }
    #about .contents{
        margin-top: 0;
    }

    .gloval-nav-logo{
        left: -180px;
    }

}


@media all and (max-width: 480px) {
    .circle{
        max-width: 65px;
    }
    .arrow{
        left: 2.0rem;
        top: 4.1rem;
    }

    .flow-item .circle p{
        top: 16%;
        font-size: 14px;
        line-height: 21px;
    }

    .case-txt{
        font-size: 12px;
    }

    .flow-heading p{
        font-size: 23px;
    }

    .flow-txt{
        font-size: 15px;
    }
    .flow-item .circle p span{
        font-size: 24px;
    }

    .flow-item{
        margin-top: 20px;
    }
    .flow-item.step03 {
        margin-top: 40px;
    }
    .flow-item.step04 {
        margin-top: 40px;
    }

    #s-particle{
        height: 720px;
    }

    #qa .contents{
        margin-top: 0;
    }

    .cp_actab label{
        padding: 0 0 0 10px;
        font-size: 14px;
    }

    #talent-list .contents{
        padding: 50px 20px;
    }

    .t-list-container{
        margin-top: 50px;
    }
    .t-list-item{
        max-width: 150px;
    }

    .flow-heading.icon01 :before{
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: 2px;
    }

    .flow-heading.icon02 :before{
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: 2px;
    }

    .flow-heading.icon03 :before{
        margin-top: 2px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .flow-heading.icon04 :before{
        margin-top: 2px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    #fixnav{
        max-width: 80%;
    }
    .flow-contents {
        width: 80%;
        float: right;
    }

    .top-btn{
        margin: 50px auto 0;
    }

    .sns-area li{
        max-width: 80px;
    }
}
