@charset "UTF-8";


body{
    overflow: visible !important;
    font-family: source-han-sans-cjk-ja, sans-serif;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
    display: block;
}
.ab{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.atag{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 150;
}
.c-wrap-in{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}

@keyframes shine {
    0% 
    transform: scale(0) rotate(45deg)
    opacity: 0;

    80% 
    transform: scale(0) rotate(45deg)
    opacity: 0.5

    81% 
    transform: scale(4) rotate(45deg)
    opacity: 1

    100% 
    transform: scale(50) rotate(45deg)
    opacity: 0
}
@keyframes shine {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.shine{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3.5s ease-in-out infinite;
    position: absolute;
    top: -80px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 1;
}
.marker-yellow {
    background: linear-gradient(transparent 60%, #fffaa7 0%);
}
.trans-1s{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.trans-05s{
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pc_txt{
    display: inline;
}

.sp_txt{
    display: none;
}

.en01{
    font-family: commuters-sans, sans-serif;
}


.tra-01{
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

/*
input,textarea {
    -webkit-appearance: none;
}
*/

/* ==========================================================
!基本設定
========================================================== */

.white-out{
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000000;
}

/* ==========================================================
!確認リンク集用 CSS
========================================================== */

.flex{
    width: 100%;
    height: 100vh;
    background: #333;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 110px 150px 0px 150px;
    color: #fff;
    text-align: left;
    display: flex;
}

.srb-lists{
    width: 50%;
}


.srb-lists h1{
    padding-bottom: 30px;
    letter-spacing: 1px;
}


.srb-lists ul li{
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.srb-lists ul li.comming a{
    text-decoration: line-through;
    pointer-events: none;
}

.srb-lists ul li a{
    color: #fff;
}

.srb-lists ul li.comming a:hover{
    text-decoration: line-through;
}

.srb-lists ul li a:hover{
    text-decoration: underline;
}

.srb-lists ul li::before{
    content: "●";
    font-size: 8px;
    padding-right: 10px;
    color: #2871fa;
}

.srb-lists ul li.comming::before{
    content: "✕";
    color: #fff;
    text-decoration: none !important;
    padding-right: 15px;
}

.srb-lists ul li.comming::after{
    content: "[未着手]";
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
}

/* ==========================================================
!基本設定
========================================================== */



/* PC header
------------------------------------ */

/* wrap */

.srb-header{
    width: 100%;
    min-width: 900px;
    height: 110px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-h-inner{
    width: 95%;
    height: 110px;
    margin: auto;
    position: relative;
}

/* logo */

.srb-h-in-logo{
    width: 150px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-h-in-logo:hover{
    opacity: 0.7;
}

/* global navi */


.lang-pc{
    width: 150px;
    position: absolute;
    top: 38px;
    right: 0;
    display: flex;
    justify-content: center;
    mix-blend-mode: difference;
}

.la-pc-btn{
    text-align: center;
    position: relative;
}

.srb-h-gnavi{
    width: 70%;
    max-width: 830px;
    height: 110x;
    position: absolute;
    right: 0;
    top: 0;
}

.la-pc-btn{
    color: #fff;
    font-size: 0.875em;
    padding: 0 15px;
}

.la-pc-btn:last-child{
    border-left: 1px solid #fff;
}

.la-pc-active{
    color: #3a3a3a;
}

.srb-header-on .lang-pc{
    top: 23px;
}

.srb-header-on .la-pc-active{
    color: #3a3a3a;
}

.srb-h-gnavi{
    padding-right: 140px;
}

.srb-h-gnavi{
    width: 70%;
    max-width: 760px;
    height: 110px;
    position: absolute;
    right: 0;
}

.srb-h-gnavi ul{
    display: flex;
    justify-content: space-between;
}

.srb-h-gnavi ul li{
    text-align: center;
    padding: 0 10px;
    font-size: 0.875em;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    margin-top: 45px;
}

.srb-h-gnavi ul li::before{
    width: 0%;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-h-gnavi ul li:hover::before{
    width: 80%;
    opacity: 1;
}

.srb-h-gnavi ul li p{
    position: relative;
    z-index: 1;
}

.srb-h-gnavi ul li::after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: -10px;
    top: -15px;
    background: #2871fa;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    z-index: 1;
}


.srb-h-gnavi ul li:hover::after{
    width: 5px;
    height: 5px;
    right: 0px;
    top: -5px;
    opacity: 1;
}


/* 下層ページ用 */

.srb-header-second{
    background: #fff;
    color: #000;
    position: relative;
}

.srb-header-second .srb-h-gnavi ul li{
    color: #444;
}

/* PC flowting menu
------------------------------------ */

.srb-header-out .srb-h-inner{
    height: 80px;
}

.sp-menu-board{
    display: none;
}

.srb-header-on{
    height: 80px;
    background: rgba(255,255,255,1);
    position: fixed;
    z-index: 100;
    overflow: hidden;
    top: 0px;
    opacity: 1;
}

.srb-header-on .srb-newsbox{
    opacity: 0;
    pointer-events: none;
}

.srb-header-on .srb-h-inner{
    height: 80px;
}

.srb-header-on .srb-h-gnavi ul li{
    color: #333;
    margin-top: 30px;
}

.srb-header-on .srb-h-gnavi ul li::before{
    background: #2871fa;
}

.srb-header-on .srb-h-in-logo{
    /*mix-blend-mode: difference;*/
}

.srb-header-out{
    top: -110px;
    height: 80px;
    opacity: 0;
}


/* PC news box
------------------------------------ */

.srb-newsbox{
    width: 60%;
    max-width: 665px;
    min-width: 600px;
    height: 50px;
    position: absolute;
    background: rgba(255,255,255,0.8);
    right: 0;
    top: 110px;
    z-index: 100;
    border-radius: 3px;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-newsbox::before{
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: #2871fa;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-newsbox:hover::before{
    width: 100%;
    opacity: 1;
}

.srb-nbinner{
    width: 97.5%;
    height: 65%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}


.srb-nb-item01{
    width: 12%;
    font-weight: 600;
    font-size: 0.813em;
    padding-top: 3px;
    padding-right: 5px;
    border-right: 1px solid #333;
    position: relative;
    transition: all 0.3s;
}

.srb-newsbox:hover .srb-nb-item01{
    color: #fff;
    border-right: 1px solid #fff;
}

.srb-nb-item02{
    width: 65%;
    font-weight: 600;
    font-size: 0.813em;
    padding-top: 3px;
    padding-right: 5px;
    text-align: left;
    position: relative;
    transition: all 0.3s;
}

.srb-newsbox:hover .srb-nb-item02{
    color: #fff;
}

.srb-nb-item03{
    width: 18%;
    position: relative;
    text-align: center;
    font-size: 10px;
    padding-right: 28px;
    padding-top: 7px;
    font-weight: bold;
    color: #2871fa;
}

.srb-nb-item03 p{
    position: relative;
    10;
}

.srb-nb-item03::after{
    width: 15px;
    height: 13px;
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 86%;
    background-position: center center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    content: "";
    transition: all 0.6s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    border-radius: 50px;
}


.srb-newsbox:hover .srb-nb-item03{
    color: #fff;
}

.srb-newsbox:hover .srb-nb-item03::after{
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 86%;
    background-position: center center;
}

/* PC main fv
------------------------------------ */

.stalker--wrap{
    width: 100%;
    min-width: 1100px;
    position: relative;
    z-index: 1;
}

#tubular-shield{
    pointer-events: none !important;
    display: none !important;
}

.srb-fv{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    /*
    background: url(../img/main-fv.png) no-repeat;
    background-size: cover;
    background-position: center center;
    */
}

.srb-sp-mission{
    display: none;
}

.srb-mp4{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

#video{
    position: absolute;
}

.srb-dot{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../img/SVG/dot.svg);
    background-size: 3px 3px;
}

.srv-fv-inner{
    width: 760px;
    height: 760px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 960px;
    z-index: 10;
    border: 0px solid rgba(255,255,255,0.2);
    pointer-events: none;
    transition: transform 3s, top, 1s, left 1s, width .3s, height .3s, background-color .4s;
}

.srv-fv-inner-border{
    border: 150px solid rgba(255,255,255,0.2);
}

.srb-fv-copy{
    width: 250px;
    height: 22px;
    font-size: 0.688em;
    color: #737373;
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    transform: rotate(-90deg);
    z-index: 50;
}

.srv-fv-in-logo{
    width: 90%;
    max-width: 280px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: auto;
}

.srv-fv-in-logo h1{
    color: #fff;
    text-align: center;
    font-size: 0.688em;
    letter-spacing: 0.3em;
    padding-top: 25px;
}

.srv-fv-in-logo h1 span{
    display: inline-block;
}

.srv-fv-in-read{
    font-size: 1.500em;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4em;
    margin-top: 30%;
}


.srb-scroll{
    width: 12px;
    height: 360px;
    position: absolute;
    right: 5%;
    bottom: -3.5%;
    z-index: 10;
    pointer-events: none;
}

.srb-sc-txt{
    font-size: 12px;
    position: absolute;
    left: -25px;
    top: 20px;
    transform: rotate(90deg);
    color: #fff;
}


.srb-sc-line{
    width: 1px;
    height: 288px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    mix-blend-mode: difference;
}

.srb-sc-line-rect{
    width: 1px;
    height: 0px;
    background: #2871fa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 1.5s ease-in 1s infinite alternate forwards running expansion;
}

@keyframes expansion{
    0%{
        height: 0px;
    }
    100%{
        height: 100px;
    }
}

/* FV action */

.srb-round{
    width: 157px;
    height: 157px;
    position: absolute;
    left: auto;
    right: 12%;
    top: auto;
    bottom: 8%;
    margin: auto;
    border-radius: 157px;
    z-index: 99;
    opacity: 1;
    background: rgba(40,113,250,0.8);
    transition: transform 0.5s, top, 0.5s, left 0.5s, width .3s, height .3s, background-color .4s;
}

.srb-pulsate{
    width: 100%;
    height: 100%;
    border-radius: 157px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(40,113,250,0.9);
    animation: pulsate2 2s linear infinite;
}


.srb-round::before, .srb-round::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 3px solid rgba(40,113,250,0.2);
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 3.5s linear infinite;
}

.srb-round::after {
    animation-delay: 1s;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    40% {
        transform: scale(1.8);
        opacity: 0;
    }
    
    70% {
        transform: scale(1);
        opacity: 0;
    }
    
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulsate2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    40% {
        transform: scale(1.5);
        opacity: 0;
    }

    70% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.srb-round:hover{
    transform: scale(1.2);
}

.srb-round-in{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../img/SVG/srb-round-btn.svg) no-repeat;
    background-size: 75%;
    background-position: center center;
}


/* PC index concept
------------------------------------ */

.srb-in-c01{
    width: 100%;
    position: relative;
    padding: 140px;
    background: #fff;
}


.srb-in-c01 h2{
    color: #444444;
    letter-spacing: 0.3em;
    line-height: 2.8;
    font-size: 1.250em;
}



/* PC index service
------------------------------------ */


.srb-in-c02{
    padding: 100px 0 80px 0;
    background: #fbfbfb;
}

.srb-title{
    padding-bottom: 50px;
}

.srb-title p{
    font-size: 2.5em;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline;
    font-weight: 600;
    color: #444;
}

.srb-title p::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -12px;
    top: -3px;
    background: #2871fa;
    border-radius: 50px;
    z-index: 1;
}

.srb-title span{
    font-size: 	0.813em;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}

.srb-ic2-inner{
    width: 100%;
    margin: auto;
    position: relative;
    padding: 50px 0;
}

.srb-ic2-wall{
    width: 60%;
    height: 100%;
    background: url(../img/service_back.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.srb-ic2-wrap{
    width: 840px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.srb-ic2-witem{
    width: 100%;
    padding: 40px 40px 40px 45%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.8);
    
    /* box-shadow */
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
}

.srb-ic2-img{
    width: 58%;
    height: 280px;
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.srb-ic2-img01 {
    top: -80px;
    left: -110px;
}


.srb-ic2-img02 {
    top: -50px;
}

.srb-ic2-img03 {
    top: -50px;
    left: -110px;
}


.srb-ic2-w-txt01{
    font-size: 2em;
    text-align: left;
    font-weight: 200;
}

.srb-ic2-w-txt01 img{
    display: inline;
    vertical-align: middle;
    padding-bottom: 10px;
}

.srb-ic2-w-txt01 span{
    font-size: 	0.430em;
    padding-left: 15px;
}

.srb-ic2-w-txt02{
    width: 100%;
    text-align: justify;
    font-size: 	0.875em;
    padding-bottom: 15px;
}


.srb-ic2-w-btn{
    width: 180px;
    height: 40px;
    position: relative;
}


/* 共通ボタン デザイン */

.srb-cv01{
    font-weight: bold;
    font-size: 	0.750em;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
    color: #2871fa;
    position: relative;
}

.srb-cv01 p{
    font-weight: 400;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv01 b{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 30%;
    background-position: 14px 14px;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv01:hover b{
    opacity: 1;
    right: 0;
}

.srb-bl-none:hover b{
    opacity: 0;
    right: 0;
}

.srb-cv01:before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #2871fa;
    border-radius: 40px;
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 30%;
    background-position: 14px 14px;
    z-index: 10;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv01::after{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #2871fa;
    border-radius: 200px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv01:hover p{
    color: #fff;
}

.srb-cv01:hover::after{
    width: 100%;
    opacity: 1;
}


.srb-cv01:hover::before{
    opacity: 0;
    left: 5px;
    border: none;
}


.srb-blank{
    width: 15px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 14px;
    background: url(../img/SVG/srb-blank.svg) no-repeat;
    background-size: 15px 12px;
    background-position: center center;
    margin: auto;
    z-index: 10;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv01:hover .srb-blank{
    background: url(../img/SVG/srb-blank-white.svg) no-repeat;
    background-size: 15px 12px;
    background-position: center center;
}


.srb-inc2-cv{
    width: 200px;
    position: relative;
    margin: 40px auto;
    border: 1px solid #2871fa;
    border-radius: 200px;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-cv02{
    font-weight: bold;
    font-size: 	0.750em;
    text-align: left;
    padding-top: 15px;
    color: #2871fa;
    position: relative;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    padding: 13px;
}

.srb-cv02 p{
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 1;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-cv02::before{
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv02::after{
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    margin: auto;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-inc2-cv:hover{
    background: #2871fa;
}

.srb-inc2-cv:hover .srb-cv02 p{
    color: #fff;
}

.srb-inc2-cv:hover .srb-cv02::before{
    right: 15px;
    opacity: 1;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
}

.srb-inc2-cv:hover .srb-cv02::after{
    right: 5px;
    opacity: 0;
}


.srb-inc4-cv{
    width: 220px;
    position: relative;
    margin: 30px auto;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-cv03{
    font-weight: bold;
    font-size: 	14px;
    text-align: left;
    padding-top: 15px;
    color: #fff;
    position: relative;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    padding: 13px;
}

.srb-cv03 p{
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 1;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-cv03::before{
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}

.srb-cv03::after{
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    margin: auto;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-inc4-cv:hover{
    background: #fff;
}

.srb-inc4-cv:hover .srb-cv03 p{
    color: #2871fa;
}

.srb-inc4-cv:hover .srb-cv03::before{
    right: 15px;
    opacity: 1;
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
}

.srb-inc4-cv:hover .srb-cv03::after{
    right: 5px;
    opacity: 0;
}



/* PC index NEWS
------------------------------------ */


.srb-in-c03{
    padding: 90px 0;
    background: #fff;
}


.srb-infobox{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.srb-infobanner{
    width: 100%;
    max-width: 1100px;
    height: 380px;
    background: #dce7eb;
    margin: auto;
    position: relative;
    padding-top: 50px;
}

.banner{
    width: 541px;
    position: absolute;
    left: 40px;
    top: 80px;
    z-index: 10;
}

.srb-ib-in{
    text-align: left;
    padding-left: 600px;
    padding-right: 50px;
}

.srb-ib-in-txt01{
    font-size: 13px;
    padding-bottom: 20px;
}

.srb-ib-in-txt01 span{
    margin-left: 10px;
    background: #f17b52;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align:top;
}


.srb-ib-in-txt02{
    font-size: 20px;
    text-align: justify;
    line-height: 1.75;
    padding-bottom: 20px;
}


.srb-ib-in-txt03{
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.75;
    padding-bottom: 20px;
}

.srb-ib_btn-in{
    position: relative;
    display: inline;
}

.srb-ib_btn-in p{
    position: relative;
    display: inline;
    padding-bottom: 5px;
    padding-right: 22px;
    font-size: 13px;
    font-weight: 600;
}

.srb-ib_btn-in p::before{
    
}

.srb-ib_btn-in p::before{
    position: absolute;
    right: 15px;
    top: 3px;
    width: 11px;
    height: 10px;
    background: url(../img/srb-arr-black@2x.png) no-repeat;
    background-size: 11px 10px;
    content: "";
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
}

.srb-ib_btn-in p::after{
    position: absolute;
    right: 0;
    top: 3px;
    width: 11px;
    height: 10px;
    background: url(../img/srb-arr-black@2x.png) no-repeat;
    background-size: 11px 10px;
    content: "";
    margin: auto;
    transition: all 0.3s;
}

.srb-ib_btn-in:hover p::before{
    opacity: 1;
    right: 0px;
}

.srb-ib_btn-in:hover p::after{
    opacity: 0;
    right: -15px;
}

.srb-ib_btn-line{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    display: inline;
}


.srb-ib-l-flex{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
}


.srb-ib-l-fitem01{
    width: 20%;
    text-align: right;
    padding-right: 15px;
}

.srb-ib-l-fitem01 p{
    font-size: 0.875em;
}

.srb-ib-l-fitem02 {
}

.srb-inc3-cate{
    padding: 4px 10px 2px 10px;
    transition: all 0.3s;
    color: #fff;
    font-size: 0.625em;
}

.srb-inc3-cate:hover{
    opacity: 0.8;
}

.srb-inc3-cate a{
    color: #fff;
}

.srb-inc3-cate a:hover{
    color: #fff;
}

.srb-ib-l-fitem03{
    width: 70%;
    text-align: justify;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
}

.srb-inc3-read{
    font-size: 	0.875em;
    position: relative;
}


.srb-inc3-read a{
    color: #333;
}

.srb-inc3-read a:hover{
    color: #333;
    text-decoration: underline;
}

.srb-outside span{
    width: 15px;
    height: 17px;
    background: url(../img/outside.svg) no-repeat;
    background-position: center center;
    background-size: 100%;
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
}


/* PC index RECRUIT & COMPANY
------------------------------------ */


.srb-in-c04{
    padding: 140px 0 140px 0;
    background: #fbfbfb;
}


.srb-inc4-box{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.srb-inc4-b-item01{
    width: 30%;
    background: #536a81;
    box-sizing: border-box;
    padding: 8% 5%;
}


.srb-inc4-b-item01 h5{
    font-size: 	0.875em;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
}


.srb-inc4-b-item02{
    width: 70%;
    background: url(../img/srb-inc4-b-item02-01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}






/* PC footer
------------------------------------ */

.srb-footer{
    width: 100%;
    background: #eeeeee;
    position: relative;
}

.srb-foin{
    width: 100%;
    height: 200px;
    background: url(../img/foot_sora.jpg) no-repeat;
    background-size: cover;
    background-position: center -42vw;
    position: relative;
}


.srb-fi-wrap{
    width: 90%;
    height: 100%;
    max-width: 1110px;
    margin: auto;
    position: relative;
}

.srb-pagetop{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -25px;
    background: #2871fa;
    border-radius: 70px;
    transition: all 0.15s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
    z-index: 10;
}

.srb-pagetop::before{
    content: "";
    width: 80%;
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    margin: auto;
    background: url(../img/SVG/srb-pagetop.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    border-radius: 80px;
    transition: all 0.15s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-pagetop::after{
    content: "";
    width: 80%;
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    margin: auto;
    background: url(../img/SVG/srb-pagetop.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
    border-radius: 80px;
    opacity: 0;
    transition: all 0.15s;
    -moz-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -ms-transition-timing-function:ease-in-out;
}


.srb-pagetop:hover::before{
    opacity: 0;
    top: 10px;
}


.srb-pagetop:hover::after{
    opacity: 1;
    top: 19px;
}

.srb-pagetop:hover{
    transform: scale(1.2);
}

.srb-inner{
    width: 90%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}


.srb-in-fl{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: flex-start
}

.srb-in-fl ul{
    text-align: left;
    font-size: 0.875em;
    color: #444;
    margin-right: 10px;
}

.srb-in-fl ul li{
    width: 160px;
    padding-bottom: 5px;
    padding-right: 40px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    font-size: 13px;
}

.srb-in-fl ul li:first-child{
    font-weight: bold;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    font-size: 14px;
}

.srb-in-fl li::after{
    content: "→";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 4px;
    color: #2871fa;
    font-size: 10px;
    transition: all 0.3s;
    opacity: 0;
}



.srb-in-fl li:hover{
}


.srb-in-fl li:hover:first-child{
}


.srb-in-fl li:hover::after{
    opacity: 1;
    right: 10px;
}


/* footer bottom area */

.srb-fo-bo{
    width: 100%;
    background: #fff;
    position: relative;
}

.srb-fb-in{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding: 25px 0px;
}


.srb-fb-in p.logos{
    text-align: left;
    padding-left: 210px;
    font-size: 0.625em;
}

.srb-fb-in img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*mix-blend-mode: difference;*/
}

.srb-policy{
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0;
}

.srb-policy a{
    font-size: 0.750em;
    text-decoration: underline;
    color: #444;
    vertical-align: text-bottom;
}



/* ==========================================================
!PC 下層ページ共通
========================================================== */


.srb-sw-main{
    width: 100%;
    height: 200px;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
    margin-bottom: 130px;
    transition: all 0.2s;
}

.srb-mis-top{
    margin-bottom: 0 !important;
}

.srb-co-top{
    margin-bottom: 0 !important;
}

.srb-sw-main .wow{
    position: relative;
    z-index: 100;
}

#m-top{
    padding-top: 130px;
}

#com01{
    padding-top: 130px;
}


.srb-sw-main p{
    font-size: 2.5em;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
    font-weight: 600;
    color: #fff;
    z-index: 10;
    padding-bottom: 10px;
}

.srb-sw-main p::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -12px;
    top: -3px;
    background: #2871fa;
    border-radius: 50px;
    z-index: 2;
}

.srb-sw-main h1{
    font-size: 	0.813em;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    z-index: 10;
    padding-top: 10px;
}



/* 共通 見出し */

.srb-unt{
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.srb-unt h2{
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
}

.srb-unt p{
    font-size: 	0.875em;
    padding-bottom: 40px;
    line-height: 1;
    position: relative;
    z-index: 10;
}

.srb-unt-line{
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    margin: auto;
}

/* 共通 ボタン */

.srb-sebtn{
    width: 100%;
    text-align: left;
    position: relative;
    border-radius: 150px;
    padding-left: 30px;
    overflow: hidden;
}

.srb-sebtn p b{
    position: relative;
    z-index: 10;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-sebtn::after{
    width: 30px;
    height: 30px;
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #333;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    padding-top: 7px;
    position: none;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-sebtn::before{
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
    content: "";
    z-index: 0;
    border-radius: 150px;
    opacity: 0;
    position: none;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-sebtn:hover::before{
    width: 100%;
    opacity: 1;
}

.srb-sebtn:hover::after{
    color: #fff;
}

.srb-sebtn:hover p b {
    color: #fff;
}


/* ==========================================================
!PC 会社概要ページ
========================================================== */


.srb-second-wrap{
    width: 100%;
    margin: auto;
    position: relative;
}


/* PC company over view
------------------------------------ */


.srb-co01 {
    position: relative;
}

.srb-co-top{
    background: url(../img/srb-co-top.png) no-repeat;
    background-size: cover;
    background-position: center -44vh;
    background-attachment: fixed;
}

.srb-un-back{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.srb-co01-box{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    border: 1px solid #eaeaea;
    margin-bottom: 160px;
}


.srb-co1b-f{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.srb-co1b-fitem01{
    width: 25%;
    box-sizing: border-box;
    padding: 25px 30px;
    text-align: left;
    font-size: 0.938em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.srb-co1b-fitem02{
    width: 75%;
    box-sizing: border-box;
    padding: 25px 30px;
    text-align: left;
    font-size: 0.938em;
    letter-spacing: 0.1em;
    position: relative;
}

.srb-co1b-fitem02 ul.srb-bcli li{
    position: relative;
    padding-left: 20px;
}

.srb-co1b-fitem02 ul.srb-bcli li span{
    position: absolute;
    left: 5px;
    top: 0;
}

.srb-co1b-f-in{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}


.srb-co1b-f-initem{
    padding-right: 20px;
    font-size: 0.938em;
    line-height: 2em;
}

.srb-co1b-f-initem ul li.srb-co1b-spbr{
    padding-top: 1px;
}

.srb-sebtn-wrap01{
    width: 100px;
    height: 30px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.srb-sebtn-wrap02{
    width: 225px;
    height: 30px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* PC company INVESTORS
------------------------------------ */


.srb-co02 {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding-top: 120px;
    box-sizing: border-box;
}

.srb-co02-logo{
    width: 90%;
    max-width: 1100px;
    text-align: center;
    margin: auto;
    padding-bottom: 130px;
    box-sizing: border-box;
}


/* PC company AWARDS
------------------------------------ */


.srb-co03 {
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 120px;
    box-sizing: border-box;
}

/* PC company HISTORY
------------------------------------ */


.srb-co04 {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding-top: 120px;
    box-sizing: border-box;
}


.srb-co-hisb{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 150px;
}

.srb-cohs-in{
    width: 90%;
    margin: auto;
    position: relative;
}


.srb-cohs-in-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e3ea;
}

.srb-bn{
    border: none;
}


.srb-cohs-inf-item01{
    width: 35%;
    text-align: left;
    padding: 35px 0;
}


.srb-cohs-inf-item02{
    width: 65%;
    text-align: left;
    padding: 35px 0;
}


.srb-cohs-inf-item02 ul li{
    line-height: 2em;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.srb-cohs-inf-item02 ul.srb-pb01{
    padding-bottom: 30px;
}


.srb-cohs-inf-item02 ul li:first-child{
    font-weight: bold;
    font-size: 	1.250em;
    line-height: 1;
    padding-bottom: 5px;
    padding-left: 0;
}

.srb-cohs-inf-item02 ul li span{
    position: absolute;
    left: 5px;
    top: 0;
}



/* ==========================================================
!PC 下層デザイン2 プライバシーページ
========================================================== */

.srb-otherline{
    width: 100%;
    height: 30px;
    background: #4db3c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.srb-threed{
    margin-bottom: 50px;
}

.srb-threed p{
    color: #333;
}

.srb-threed h1{
    color: #333;
}


.srb-po-txt01{
    width: 80%;
    max-width: 1100px;
    margin: auto;
    text-align: justify;
    font-size: 	0.875em;
    letter-spacing: 0.1em;
    line-height: 2.1;
    padding-bottom: 120px;
}

.srb-po-box{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
}

.srb-pob-f{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.srb-pob-f-item01{
    width: 20%;
    font-size: 1.250em;
    font-weight: bold;
}

.srb-pob-f-item02{
    width: 80%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 5%;
}


.srb-pob-f-item02 h2{
    font-size:  1.250em;
    font-weight: bold;
    padding-bottom: 40px;
}

.srb-pob-f-item02 p.srb-pob-f-i2txt01{
    font-size:  0.875em;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
}

.srb-pob-f-i2txt02{
    font-size:  0.875em;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    text-align: justify;
}

.srb-pob-f-item02 ul li {
    position: relative;
    font-size: 0.875em;
    padding-left: 35px;
    word-break: break-all;
}

.srb-pob-f-item02 ul li span{
    position: absolute;
    left: 0;
    top: 0;
}

.srb-pob-pl01{
    padding-left: 0 !important;
}






/* PC MISSION
------------------------------------ */


.srb-co01 {
    position: relative;
}

.srb-mis-top{
    background: url(../img/srb-mis-top.png) no-repeat;
    background-size: cover;
    background-position: center -24vh;
    background-attachment: fixed;
}

.srb-mis01-box{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.srb-mis01-box h2{
    font-size: 50px;
    letter-spacing: 0.3em;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 70px;
    display: inline-block;
}

.srb-mis01-box h2 span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    letter-spacing: 0.2em;
}

.srb-mis01-box h2 b{
    display: inline-block;
}

.srb-mis01-box p{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.3em;
}


.srb-mis02-t{
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    position: relative;
    padding-bottom: 40px;
    z-index: 10;
}

.srb-mis02-t::before{
    position: absolute;
    width: 27%;
    max-width: 600px;
    height: 70px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10;
    content: "";
}

.srb-mis02-t::after{
    position: absolute;
    width: 27%;
    max-width: 600px;
    height: 70px;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 10;
    content: "";
}

.srb-mis02-t h2{
    line-height: 3.5;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #000;
}


.srb-mis02-txt01{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 2;
    position: relative;
    z-index: 10;
}

.srb-mis02 {
    width: 100%;
    height: auto;
    position: relative;
    background: #e9f1f4;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding-bottom: 150px;
    background: url(../img/srb-mis02-t.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.srb-mis02 h3{
    text-align: center;
    font-size: 30px;
    padding: 50px 40px 0 40px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
}


.srb-mis02-fff{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255,255,255,0.6);
}

.srb-mis02-f{
    width: 90%;
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.srb-mis02-fitem01{
    width: 30%;
    padding: 35px 10px 45px;;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255,255,255,0.4);
    border-radius: 10px;
    border: 1px solid #fff;
}

.srb-mis02-fitem01 img{
    margin: auto;
}

.pt01{
    padding-top: 40px;
}


.srb-mis02-fitem02{
    width: 30%;
    padding: 20px 10px 50px 10px;
    box-sizing: border-box;
}

.srb-mis02-fitem02 h4{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
}

.srb-mis02-fi-txt01{
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 2;
    padding-bottom: 5px;
}

.srb-mis02-fi-txt02{
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
}

.srb-mis-sq{
    width: 550px;
    margin: -80px auto 80px auto;
    background: #fff;
    position: relative;
    z-index: 8;
    padding: 60px;
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
}

.srb-mis-sq h2{
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding-bottom: 30px;
    letter-spacing: 0.2em;
}

.srb-mis-sq-txt01{
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}

.srb-mis-sq-txt01 span{
    background: #2871fa;
    padding: 5px 10px;
}


.srb-mis-sq-txt02{
    text-align: justify;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 14px;
}

.srb-missq-line{
    width: 1px;
    height: 80px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: auto;
    z-index: -1;
}


.srb-mis03 {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding-top: 120px;
    box-sizing: border-box;
    padding-bottom: 70px;
    z-index: 10;
}

.srb-mis04-box{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    border: 1px solid #eaeaea;
    margin-bottom: 70px;
}

.srb-mis04-box h2{
    font-size: 50px;
    letter-spacing: 0.3em;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 40px;
    display: inline-block;
}

.srb-mis04-box h2 b{
    display: inline-block;
}


.srb-mis04-box p{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.3em;
    font-weight: bold;
}


.srb-mis01-bin{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}

.srb-mis01-bin-add{
    width: 85%;
    margin: auto;
}

.srb-mis01-bintxt01{
    text-align: center;
    font-size: 14px !important;
    padding-bottom: 30px;
    letter-spacing: 0.2em !important;
    line-height: 2.5 !important;
}

.srb-mis01-bintxt02{
    text-align: center;
    font-size: 20px !important;
    padding: 0px 50px 80px 50px;
    letter-spacing: 0.2em !important;
}

.srb-mis01-binimg01{
    width: 761px;
    margin: auto;
    padding-bottom: 40px;
}


.srb-mis04-flex{
    width: 50%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}


.srb-mis04-fitem{
    width: 49%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
}


.srb-mis04-fitem-txt01{
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    font-size: 15px;
}

.srb-mis04-fitem-txt01 span{
    color: #2871fa;
}


.srb-mis04-fitem-txt02{
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 30px;
    text-align: center;
}


.srb-mis04-fitem-txt02 img{
    margin: auto;
}


.srb-mis04-fitem-txt02 span{
    display: block;
    font-size: 14px !important;
    padding-top: 10px;
    font-weight: 100 !important;
}

.srb-mis1-w-btn{
    width: 180px;
    height: 40px;
    position: relative;
    margin: auto;
}


.pt02{
    padding-top: 100px;
}

.pb01{
    padding-bottom: 120px;
}


.bnone{
    border: none;
}



/* PC MISSION
------------------------------------ */


.srb-co01 {
    position: relative;
}

.srb-ser-top{
    background: url(../img/srb-ser-top.png) no-repeat;
    background-size: cover;
    background-position: center -24vh;
    background-attachment: fixed;
}

.srb-serwrap{
    width: 100%;
    background: #f9f9f9;
    padding-bottom: 130px;
}


.srb-serlink{
    width: 50%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 130px;
}

.srb-serlink-item{
    width: 49%;
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}

.srb-serlink-item::before{
    width: 20px;
    height: 12px;
    content: "";
    background: url(../img/srb-serlink-item@2x.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.srb-serlink-item:hover::before{
    bottom: -15px;
}

.srb-serlink-i-txt01{
    color: #2871fa;
    line-height: 1;
    padding-bottom: 5px;
}

.srb-serlink-i-txt02{
    font-size: 14px;
    letter-spacing: 0.1em;
}


.srb-ser01{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}


.srb-ser01-h2{
    padding-top: 120px;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 10px;
}

.srb-ser01-h2 img{
    display: inline;
}

.srb-ser01-h2 span{
    font-weight: bold;
}

.srb-pb03{
    padding-bottom: 20px;
}


.srb-ser01-p01{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 30px;
}


.srb-ser01-p02{
    font-size: 14px;
    line-height: 1;
    padding-bottom: 80px;
    font-weight: bold;
}


.srb-serwrap-in{
    width: 90%;
    max-width: 1100px;
    background: #fff;
    position: relative;
    margin: auto;
    border-radius: 20px;
    padding: 80px 60px;
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
}

.srb-ser01-h301{
    width: 90%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    padding-left: 300px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 50px;
}


.srb-ser01-h301 span{
    color: #2871fa;
}


.srb-ser01-box{
    width: 100%;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
    padding: 40px 60px 60px 350px;
}


.srb-ser01-h401{
    color: #2871fa;
    padding-bottom: 20px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.1em;
}

.srb-serwrap-big{
    position: relative;
}

.srb-ser01-p03{
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

.srb-serwrap-in-img01{
    width: 340px;
    position: absolute;
    left: 10px;
    bottom: 20px;
}


.srb-serwrap-in-img02{
    width: 525px;
    position: absolute;
    right: -50px;
    top: 20px;
}


.srb-serwrap-in-img03{
    width: 423px;
    position: absolute;
    right: 10px;
    top: -20px;
}


.srb-ser01-box2{
    padding-top: 50px;
    position: relative;
}

.srb-ser01-box2 h4{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2em;
}

.srb-ser01-flex01{
    width: 90%;
    max-width: 700px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding-top: 40px;
}

.srb-ser01-f-i-txt01{
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
}

.srb-ser01-f-item01{
    width: 319px;
    position: relative;
}

.srb-ser01-f-i-wrap{
    width: 100%;
    position: relative;
    background: #e9f1f4;
}

.srb-ser01-f-i-wrap p{
    padding: 20px 0;
    font-size: 14px;
}

.srb-pb02{
    padding-bottom: 40px;
}


.srb-ser01-flex02{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.srb-ser01-f-item02{
    width: 30%;
    position: relative;
    padding-top: 50px;
}

.srb-ser01-f-i2-icon{
    width: 137px;
    height: 137px;
    border-radius: 137px;
    background: #2871fa;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}


.f-i2-icon01{
    position: absolute;
    right: -9px;
    top: 18px;
}

.f-i2-icon02{
    position: absolute;
    right: -2px;
    top: 20px;
}

.f-i2-icon03{
    position: absolute;
    right: -2px;
    top: 20px;
}

.f-i2-icon04{
    position: absolute;
    right: -8px;
    top: 23px;
}

.f-i2-icon05{
    position: absolute;
    right: -2px;
    top: 28px;
}

.f-i2-icon06{
    position: absolute;
    right: -3px;
    top: 32px;
}

.srb-ser01-f-item02 h5{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.srb-ser01-f-item02 p{
    text-align: justify;
    font-size: 14px;
    line-height: 2.3;
}


.srb-ser01-box3{
    width: 100%;
    max-width: 960px;
    height: 400px;
    background: red;
    margin: auto;
    display: flex;
    justify-content: space-between;
    box-shadow: 7px 8px 31px -17px rgba(0,0,0,0.6);
}


.srb-ser01-b3-i01{
    width: 65%;
    position: relative;
    background: #e9f1f4;
    padding: 50px;
}


.srb-ser01-b3-i02{
    width: 35%;
    background: #053248;
    box-sizing: border-box;
    padding: 30px;
}

.srb-ser01-b3-i02 h4{
    text-align: left;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
}

.srb-ser01-b3-i02-txt01{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: justify;
    padding-bottom: 30px;
}

.srb-ser01-b3-btns{
    width: 80%;
    position: relative;
    margin: auto;
}


.srb-ser01-b3-btn{
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 15px 10px;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s;
    font-weight: bold;
    position: relative;
}


.srb-ser01-b3-btn:hover{
    background: #2871fa;
    border: 1px solid  #2871fa;
}


.srb-ser00-line{
    width: 100%;
    max-width: 1100px;
    height: 1px;
    margin: 100px auto 10px auto;
    background: #e1e3ea;
}

.srb-ser00-line-in{
    width: 100%;
    max-width: 1100px;
    height: 1px;
    margin: 70px auto 70px auto;
    background: #e1e3ea;
}

.srb-ser00-line-ni{
    width: 100%;
    max-width: 1100px;
    height: 1px;
    margin: 70px auto 30px auto;
    background: #e1e3ea;
}


.srb-ser01-tab{
    width: 270px;
    position: relative;
    border: 1px solid #2871fa;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.srb-ser01-t-item01{
    width: 40%;
    text-align: center;
    background: #2871fa;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

.srb-ser01-t-item02{
    width: 60%;
    text-align: center;
    color: #2871fa;
    font-weight: bold;
    padding: 0 10px;
}

.srb-pb04{
    padding-bottom: 30px;
}


.h301-pr01 {
    width: 100%;
    padding-left: 0px;
    padding-right: 300px;
    padding-bottom: 25px;
}

.srb-ser01-txt01{
    width: 50%;
    text-align: justify;
    line-height: 2.4;
    letter-spacing: 0.15em;
}

.srb-pb05{
    padding-bottom: 60px;
}


.srb-serwrap-big2{
    width: 100%;
    margin: 70px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.srb-serwrap-b2-i1{
    width: 20%;
    border-right: 1px solid #ccc;
}


.srb-serwrap-b2-i2{
    width: 77%;
    background: #fff;
}

.srb-serwrap-b2-i1 p{
    width: 70%;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    color: #2871fa;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 20px;
}

.srb-serwrap-b2-i1 p b{
    font-weight: 300;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.srb-serwrap-b2-i1 p i{
    font-style: normal;
    padding-bottom: 10px;
    display: block;
}


.srb-serwrap-b2-i1 p span{
    border-top: 1px dotted #000;
    padding-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.srb-serwrap-b2-i2-box01{
    position: relative;
    display: flex;
    justify-content: space-between;
}


.srb-serwrap-b2-i2-b1-i1{
    width: 20%;
    background: #000;
    position: relative;
    color: #fff;
    line-height: 1;
    padding-top: 7.5%;
    font-weight: bold;
    font-size: 14px;
}

.srb-serwrap-b2-i2-b1-i2{
    width: 90%;
    position: relative;
    padding: 10px 30px;
}

.srb-serwrap-b2-i2-b1-i2 ul li{
    text-align: left;
    font-size: 14px;
    line-height: 2.5;
}


.srb-serwrap-b2-i2-in1{
    width: 100%;
    background: #e9f1f4;
    margin: 25px auto 0 auto;
}

.srb-flex01{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 40px 0;
    position: relative;
}

.srb-flex01-icon01{
    width: 236px;
    position: absolute;
    left: -10px;
    bottom: 0;
}

.srb-flex01-icon02{
    width: 286px;
    position: absolute;
    left: -30px;
    top: 100px;
}

.srb-flex01-icon03{
    width: 286px;
    position: absolute;
    left: -30px;
    bottom: 35px;
}

.srb-flex01-icon04{
    width: 270px;
    position: absolute;
    left: -20px;;
    bottom: 0;
}

.srb-pb08{
    padding-bottom: 80px;
}

.pt06{
    padding-top: 30px;
}

.pt04{
    padding-top: 60px;
}

.srb-pb09{
    padding-bottom: 30px;
}

.srb-pb10{
    padding-bottom: 40px;
}

.srb-pb11{
    padding-bottom: 140px;
}

.srb-f1-i1{
    width: 38%;
    padding-bottom: 0;
}

.srb-f1-i2{
    width: 60%;
}

.srb-f1-i2 h6{
    text-align: left;
    padding-bottom: 20px;
}

.srb-f1-i2 h6 span{
    vertical-align: sub;
}

.srb-f1-i2 h6 img{
    display: inline;margin-right: 10px;
}

.srb-f1-i2 ul li{
    position: relative;
    font-size: 14px;
    text-align: justify;
    padding: 0px 25px;
    line-height: 2.2;
}

.srb-f1-i2 ul li:first-child{
    font-weight: bold;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 10px;
}


.srb-f1-i2 ul li::before{
    content: "";
    background: url(../img/srb-f1-i2-check@2x.png) no-repeat;
    background-size: 16px 12px;
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 9px;
}

.srb-f1-i2 ul li:first-child::before{
    background: none;
}

ul.lh-01 li{
    line-height: 1.95 !important;
}

.pt03{
    padding-top: 30px;
}

.srb-ser-b2-btn{
    width: 460px;
    margin: 100px auto 20px auto;
    position: relative;
}

.srb-flex02{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.srb-f2-item{
    width: 48%;
    border-radius: 100px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #000;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.srb-pb06{
    font-size: 20px;
    padding-bottom: 20px;
}

.srb-f2-item:hover{
    background: #2871fa;
    border: 1px solid #2871fa;
    color: #fff;
}

.srb-ser01-box4{
    width: 100%;
    margin: auto;
    position: relative;
}

.srb-ser01-b4-h3{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 50px;
}

.srb-ser01-b4-h3 span{
    color: #2871fa;
}



.srb-ser01-b4-in1{
    width: 100%;
    position: relative;
    padding-left: 450px;
}

.srb-ser01-b4-in1-img{
    width: 525px;
    position: absolute;
    left: -100px;
}

.srb-ser01-b4-p1{
    text-align: left;
    padding-bottom: 10px
}

.srb-ser01-b4-p1 small{
    vertical-align: super;
    padding: 3px 10px;
    background: #ff5400;
    border-radius: 20px;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}

.srb-ser01-b4-p1 span{
    vertical-align: super;
    padding: 3px 10px;
    background: #20b21d;
    border-radius: 20px;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}

.srb-ser01-b4-p1 img{
    display: inline;
}

.srb-ser01-b4-in1 h4{
    text-align: left;
    padding-bottom: 10px;
    font-size: 25px;
    color: #2871fa;
    letter-spacing: 0.1em;
}

.srb-ser01-b4-p2{
    text-align: justify;
    line-height: 2.2;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
}

.srb-ser01-b4-in1 .srb-inc4-cv{
    margin: 0;
    width: 330px;
    border: 1px solid #2871fa;
}

.srb-ser01-b4-in1 .srb-inc4-cv p{
    font-size: 15px;
    font-weight: 300;
    line-height: 0.8;
    padding-bottom: 2px;
    color: #2871fa;
}

.srb-ser01-b4-in1 .srb-cv03::after {
    background: url(../img/SVG/srb-arr-blue.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
}

.srb-ser01-b4-in1 .srb-inc4-cv:hover{
    background: #2871fa;
}

.srb-ser01-b4-in1 .srb-inc4-cv:hover p{
    color: #fff;
}

.srb-ser01-b4-in1 .srb-inc4-cv:hover .srb-cv03::before{
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 50%;
    background-position: center center;
}

.srb-mb01{
    margin-bottom: 30px;
}

.srb-ser01-f-item02 p {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.srb-add-note{
    font-size: 12px !important;
}

/* add flowting btn */

.pc-flowting-btn {
    width: 200px;
    height: 250px;
    position: fixed;
    bottom: -450px;
    right: 10px;
    z-index: 1000;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.pc-flowting-btn-on{
    bottom: 35px;
}

.pc-flowting-btn-hidden{
    opacity: 0;
    pointer-events: none;
}

.pc-flowting-btn-hidden2{
    opacity: 0;
    pointer-events: none;
}

.pc-flowting-close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999999999999999;
}

.flow-sp-btn{
    display: none;
    opacity: 0;
    pointer-events: none;
}


/* PC NEWS LIST
------------------------------------ */

.srb-newscategory{
    width: 730px;
    margin: auto;
    margin-bottom: 100px;
    position: relative;
}

.srb-sns{
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.srb-sns-item{
    padding: 0 5px 0 35px;
    font-size: 12px;
    position: relative;
}

.srb-facebook::before {
    width: 20px;
    height: 25px;
    position: absolute;
    left: 9px;
    top: -1px;
    content: "";
    display: block;
    background: url(../img/SVG/srb-facebook.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.srb-twitter::before {
    width: 20px;
    height: 25px;
    position: absolute;
    left: 9px;
    top: -1px;
    content: "";
    display: block;
    background: url(../img/SVG/srb-twitter.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.srb-line::before {
    width: 20px;
    height: 25px;
    position: absolute;
    left: 9px;
    top: -1px;
    content: "";
    display: block;
    background: url(../img/SVG/srb-line.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.srb-hover{
    width: 330px;
    position: absolute;
    left: 0;
    right: 0;
    top: 315px;
    margin: auto;
}

.srb-hover ul.srb-pull-panel{
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    display: flex !important;
    justify-content: space-between;
}

.srb-hover ul.is-active01{
    opacity: 1;
    pointer-events: all;
}

.srb-hover ul.srb-pull-panel li{
    width: 48%;
    border: 1px solid #757575;
    color: #757575;
    font-size: 12px;
    padding-top: 3px;
    position: relative;
}

.srb-hover ul.srb-pull-panel li:focus{
    background: #2871fa;
    color: #fff;
}

.is-page{
    background: #f5f5f5;
    border-radius: 3px;
}


.srb-hover ul.srb-pull-panel li.is-active02{
    border: 1px solid #2871fa;
    color: #fff;
    background: #2871fa;
}


.srb-newscategory ul{
    display: flex;
    justify-content: space-between;
}

.srb-newscategory ul li{
    height: 34px;
    padding: 0 20px;
    transition: all 0.3s;
    position: relative;
}

.srb-newscategory ul li ul.srb-pull-open{
    opacity: 1;
    pointer-events: all;
}

.srb-newscategory ul li ul li:hover{
    color: #fff;
    background: #2871fa;
    border: 1px solid #2871fa;
}

.srb-newscategory ul li:hover{
    border-bottom: 3px  solid #2871fa;
}

.srb-newscategory ul li.srb-tabline{
    border-bottom: 3px  solid #2871fa;
}


/* news loop item */

.srb-newsboxs{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-bottom: 50px;
}

/*
.srb-newsboxs li{
    transition: all .3s;
}*/


.srb-nbs-item{
    width: 30%;
    position: relative;
    margin-right: 3%;
    margin-bottom: 40px;
}

.srb-nbs-item:hover .srb-nbs-black{
    opacity: 1;
    letter-spacing: 0.3em;
}

.srb-nbsiimg{
    width: 100%;
    height: 240px;
    position: relative;
}

.srb-nbs-black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.6);
    z-index: 10;
    opacity: 0;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 115px;
    font-size: 13px;
}

.srb-sbs-p1 {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.srb-sbs-p1 b{
    padding: 2px 30px;
    font-size: 12px;
    margin-right: 15px;
    color: #fff;
}

/* press */
.cate2{
    background: #1abc9c;
}

.cate10{
    background: #1abc9c;
}

.cate23{
    background: #1abc9c;
}

/* service */
.cate3{
    background: #43cee8;
}

.cate6{
    background: #43cee8;
}

.cate7{
    background: #43cee8;
}

.cate18{
    background: #43cee8;
}

.cate19{
    background: #43cee8;
}

/* media */
.cate4{
    background: #2980b9;
}

.cate11{
    background: #2980b9;
}

.cate25{
    background: #2980b9;
}

/* other */
.cate5{
    background: #7f8c8d;
}

.cate9{
    background: #7f8c8d;
}


.cate21{
    background: #7f8c8d;
}


/*
.srb-sbs-p1 b.cate1{
    background: #1abc9c;
}

.srb-sbs-p1 b.cate2{
    background: #43cee8;
}

.srb-sbs-p1 b.cate3{
    background: #2980b9;
}

.srb-sbs-p1 b.cate4{
    background: #7f8c8d;
}
*/

.srb-sbs-p1 span{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #444444;
}

.srb-sbs-p2{
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    position: relative;
}

.srb-sbs-p2:hover{
    text-decoration: underline;
}

.srb-sbs-p2 a{
    color: #444;
}

.news-nbs-btn{
    width: 300px;
    height: 50px;
    border: 1px solid #2871fa;
    margin: auto;
    font-size: 14px;
    padding: 12px 10px 7px 10px;
    border-radius: 100px;
    color: #2871fa;
    margin-bottom: 100px;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
    position: relative;
}

.news-nbs-btn:hover{
    background: #2871fa;
    color: #fff;
}

.more button, .more input[type="submit"]{
    width: 100%;
    height: 50px;
    color: #2871fa;
    letter-spacing: 0.1em;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
}

.more button:hover{
    color: #fff;
}


/* PC NEWS INNER
------------------------------------ */

.srb-contents{
    width: 1100px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 130px;
    display: flex;
    justify-content: space-between;
}


.srb-citem01{
    width: 75%;
    box-sizing: border-box;
    padding-right: 5%;
    padding-bottom: 150px;
}

.srb-citem02{
    width: 25%;
    border-left: 1px solid #eaeaea;
}

.srb-citem02 ul{
    width: 60%;
    margin: auto;
}

.srb-citem02 ul li{
    position: relative;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-citem02 ul li:first-child{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.srb-citem02 ul li:first-child::after{
    opacity: 0;
    pointer-events: none;
    display: none;
}

.srb-citem02 ul li::after{
    width: 10px;
    height: 8px;
    background: url(../img/SVG/srb-arr-black.svg) no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-citem02 ul li:hover::after{
    right: 10px;
    opacity: 1;
}

.srb-citem02 ul li{
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.srb-citem1-h1{
    font-size: 32px;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.srb-newsin-spdisp{
    display: none;
}

.srb-citem01 .srb-sbs-p1{
    padding-top: 0;
}

.entry-content{
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 100px;
}

.entry-content p{
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    position: relative;
}

.entry-content img{
    padding: 20px 0;
}

.entry-content p strong{
    font-size: 18px;
}

.entry-content a:hover{
    text-decoration: underline;
}

.srb-backbtn {
    position: relative;
}

.srb-backbtn-in{
    background: #2871fa;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 10px 100px;
    border-radius: 100px;
    position: relative;
}


.srb-backbtn-in::after{
    content: "";
    position: absolute;
    width:  14px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 13px;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-backbtn-in::before{
    content: "";
    position: absolute;
    width:  14px;
    height: 12px;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    background-size: 13px;
    opacity: 0;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-backbtn:hover .srb-backbtn-in::after{
    right: 0px;
    opacity: 0;
}

.srb-backbtn:hover .srb-backbtn-in::before{
    right: 20px;
    opacity: 1;
}



/* CONTACT PAGE
====================================*/

.form-wrap{
    width: 100%;
    background: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-w-in{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-w-in h2{
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

.form-w-in .f-w-in-txt01{
    font-size: 14px;
    padding-bottom: 30px;
}

.f-w-in-txt01 span{
    color: #2871fa;
}

.form-w-in .f-w-in-txt01 a:hover{
    text-decoration: underline;
}


.f-w-in-btn{
    width: 60%;
    background: #06184b;
    margin: auto;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-bottom: 80px;
}

.f-w-in-btn::after{
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    right :25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.f-w-in-btn::before{
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    right :35px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    opacity: 0;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.f-w-in-btn:hover::before{
    opacity: 1;
    right: 25px;
}


.f-w-in-btn:hover::after{
    opacity: 0;
    right: 15px;
}


/* form items */

.form-bitem{
    width: 60%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

::placeholder {
    color: #bbb;
}

.form-bitem select{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
}


.form-bitem input[type="text"]{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.form-bitem input[type="tel"]{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.form-bitem input[type="url"]{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.form-bitem input[type="email"]{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.form-bitem input[type="file"]{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
}


.form-bitem textarea{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 15px;
}

.select-icon{
    width: 40px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 11px;
    margin: auto;
    background: #fff url(../img/SVG/select-icon.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
    pointer-events: none;
}

.select-required{
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 20px;;
    margin: auto;
    color: #2871fa;
    line-height: 1;
    pointer-events: none;
}

.srb-f-small{
    width: 95%;
    font-size: 12px;
    text-align: justify;
    margin: auto;
    padding-top: 10px;
    position: relative;
    padding-left: 15px;
}

.srb-f-small span{
    position: absolute;
    left: 0;
}

.f-w-in-txt02{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-left: 18px;
}

.f-w-in-txt02 span{
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 0.7;
    color: #2871fa;
}


.form-bitem input[type="file"] {
    width: 55%;
    background: red;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    border: none !important;
}

.fileup-btn{
    width: 30%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50px;
    background:#06184b;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding-top: 3px;
    font-weight: bold;
}

 .js-upload-filename1{
    position: absolute;
    top: 50px;
    left: 210px;
    font-size: 13px;
    text-align: left;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.fb-height{
    height: 150px;
}


.form-bitem input[type="submit"]{
    width: 400px;
    background: #2871fa;
    color: #fff;
    padding: 20px;
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.form-bitem input[type="submit"]:hover{
    background: #06184b;
}

/* エラー文 */

.wpcf7-not-valid-tip{
    text-align: left !important;
    font-size: 12px !important;
    padding-left: 10px;
    padding-top: 5px;
}

.wpcf7-validation-errors{
    width: 80% !important;
    background: red !important;
    padding: 20px !important;
    color: #fff !important;
    border: none !important;
    box-sizing: border-box;
    margin: auto !important;
}

.srb-sew-fitem02 .wpcf7-validation-errors{
    width: 100% !important;
}

.srb-sew-fitem02 .form-bitem input[type="submit"]{
    margin: auto;
    width: 60%;
}


.srb-sew-fitem02 .wpcf7-form-control{
    display: block;
}

/* 資料請求 */

.srb-sew-flex{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    align-self:auto;
    align-items:flex-start;
}

.srb-sew-fitem01{
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 4%;
}

.srb-sew-fitem02{
    width: 45%;
}


.srb-sew-fitem02 .form-bitem{
    width: 100%;
}

.srb-sew-fitem02 .f-w-in-txt01{
    font-size: 12px;
    padding-bottom: 40px;
}

.srb-sew-fitem02 .form-bitem label{
    
}

.fb-txt01{
    text-align: left;
    line-height: 1.5;
    padding-bottom: 20px;
}

.fb-txt01 small{
    font-size: 12px;
}

.srb-radio-f{
    /*display: flex;*/
}

.srb-radio-f label{
    /*
    padding-right: 20px;
    padding-left: 25px;
    position: relative;
    */
}

.wpcf7-form-control-wrap{
    width: 100%;
    display: block;
}

.form-bitem .wpcf7-form-control{
    display: block;
    margin: auto;
}

.srb-radio .wpcf7-form-control{
    width: 100%;
    display: flex;
    position: relative;
}

.wpcf7-list-item {
}

/* ラジオボタン01 */
/*
span.wpcf7-list-item label{
    padding: 5px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.wpcf7-list-item label:hover {
    background: rgba(0,0,0,0.05);
}
span.wpcf7-list-item label input {
    opacity: 0;
    width: 0;
    margin: 0;
}
span.wpcf7-list-item label input:focus + .wpcf7-list-item-label {
    border: solid 2px #333333;
    background: #fff;
}
span.wpcf7-list-item label input:checked + .wpcf7-list-item-label {
    border: solid 2px #ccc;
}
span.wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2871fa;
}



.wpcf7-list-item-label {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #ccc;
}

.wpcf7-list-item label{
    width: 100%;
}

.wpcf7-list-item label span{
    width: 100%;
    display: inline;
}


*/

span.wpcf7-list-item{
    margin: 0  !important;
}

span.wpcf7-list-item{
    transition: all 0.3s;
}

span.wpcf7-list-item:hover{
    background: #fff;;
    border-radius: 3px;
}

input[type="radio"]{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: -5px;
    display: block !important;
}

.wpcf7-list-item label input:checked{
    background: #eaeaea;
}

.srb-sew-fitem02 .form-bitem label{
    width: 100%;
    position: relative;
    padding: 2px 15px 2px 50px;
}


.srb-sew-fi1-txt1{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.srb-sew-fi1-txt2{
    text-align: justify;
    font-size: 14px;
}


.srb-sew-fi1-txt3{
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    text-align: justify;
}

.srb-sew-fi1-txt3 span{
    position: absolute;
    left: 0;
}

.srb-sew-img{
    width: 100%;
    position: relative;
    background: #f2f2f2 ;
    margin-top: 30px;
    text-align: center;
    padding: 40px 0;
}


.srb-sew-img img{
    margin: auto;
}

/* PC recruit
------------------------------------ */


.srb-rec-top{
    background: url(../img/srb-rec-top.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.srb-rec01{
    position: relative;
}

.srb-rec01 h2{
    text-align: center;
    line-height: 2;
    font-size: 20px;
    padding-bottom: 67px;
    letter-spacing: 0.1em;
}


.rec_logo{
    width: 135px;
    margin: auto;
    position: relative;
    padding-bottom: 60px;
}


.rec_misbtn{
    width: 360px;
    margin: auto;
    font-size: 14px;
    padding-bottom: 160px;
}

.rec_misbtn .f-w-in-btn{
    width: 100%;
    background: #2871fa;
}


/* values */

.srb-rec02{
    width: 100%;
    position: relative;
    background: url(../img/srb-rec02.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 160px;
}

.srb-rec02 .srb-unt{
    color: #fff;
}

.srb-rec02 .srb-unt-line{
    background: #fff;
}

.srb-rec2-box{
    width: 640px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    margin-bottom: 70px;
}

.srb-recb-item1{
    width: 10%;
    color: #fff;
}

.srb-recnum{
    border-right: 1px solid #fff;
    margin-top: 17px;
}

.srb-recb-item2{
    width: 85%;
    text-align: left;
}

.srb-recb-item2 h3{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 20px;
}

.srb-recb-item2 h3 small{
    font-weight: normal;
    font-size: 14px;
    display: block;
}


/* values */

.srb-rec03{
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 160px;
    background: #dfe7ea;
}

.rec-inter-banner .srb-inc4-b-item01{
    background: #50916f;
    padding: 7% 4%;
}

.rec-inter-banner h5{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}

.rec-inter-b-txt{
    text-align: justify;
    color: #fff;
    font-size: 14px;
}

.rec-inter-banner .srb-inc4-cv{
    margin-bottom: 0px;
}


/* 募集要項 */

.srb-rec04{
    width: 100%;
    position: relative;
    padding-top: 125px;
    padding-bottom: 125px;
}

.srb-rec4-wrap{
    width: 1100px;
    background: #fff;
    margin: auto;
}

.srb-jobs-box{
    position: relative;
}

.srb-jobsb-f{
    position: relative;
    margin-bottom: 20px;
}

.srb-jobs-trigger{
    width: 100%;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 15px 30px;
    position: relative;
}

.srb-jobs-trigger p{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em
}

.srb-jobs-icon{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

.srb-jobs-line01{
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.srb-jobs-line02{
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
    /*transform: rotate(90deg);*/
}


.srb-jobs-line02-on{
    transform: rotate(-90deg);
}


.srb-jobs-panel{
    display: none;
}



/* 応募職種 */

.srb-job-wrap{
    width: 90%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.srb-job01{
    display: block;
    border-bottom: 1px solid #000;
}

.srb-job01 span{
    background: #000;
    color: #fff;
    display: table-cell;
    padding: 5px 10px;
}

.srb-job02{
    width: 100%;
    display: block;
    position: relative;
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px;
}

.srb-job-wrap ul li p {
    text-align: justify;
}

.srb-job-wrap ul li{
    padding-bottom: 40px;
}

.srb-rec-btn{
    width: 250px;
    position: relative;
    margin: 30px auto;
    background: #2871fa;
    border-radius: 150px;
    padding: 10px;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}

.srb-rec-btn:after{
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    right :25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.srb-rec-btn::before{
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    right :35px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/SVG/srb-arr-white.svg) no-repeat;
    opacity: 0;
    transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
}


.srb-rec-btn:hover::before{
    opacity: 1;
    right: 25px;
}


.srb-rec-btn:hover::after{
    opacity: 0;
    right: 15px;
}

.srb-rec-btn a:hover{
    color: #fff;
}


.srb-rec-btn a{
    color: #fff;
}

.srb-rec-btn p{
    color: #fff;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding:0;
}



/* INDEX ADD RECRUIT BANNER */

.add-rec .srb-inc4-b-item01{
    background: #2871fa;
}

.add-rec h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.rec-inter-b-txt{
    text-align: justify;
    color: #fff;
    font-size: 14px;
}

.add-rec .srb-inc4-cv{
    margin-bottom: 0px;
}

.add-rec .srb-inc4-b-item02{
    background: url(../img/add-rec.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


/* recaptcha */

.grecaptcha-badge{
    margin-bottom: 60px;
    position: fixed;
    z-index: 999;
}

.srb-file .wpcf7-not-valid-tip{
    position: absolute;
    top: 50px;
}

/* 送信完了 */

.wpcf7-mail-sent-ok {
    width: 90%;
    border: 2px solid #2871fa !important;
    background: #2871fa;
    padding: 20px !important;
    color: #fff;
    margin: auto !important;
    display: block;
}

.lang-btn{
    display: none;
}

/* ==========================================================
!PC media queries css 1500px ~
========================================================== */

@media screen and (min-width:1500px) {
    
    .srb-round{
        right: 18%;
    }
    
    .srb-mis-top{
        background: url(../img/srb-mis-top.png) no-repeat;
        background-size: cover;
        background-position: center -34vh;
        background-attachment: fixed;
    }
    
    .srb-ser-top{
        background: url(../img/srb-ser-top.png) no-repeat;
        background-size: cover;
        background-position: center -44vh;
        background-attachment: fixed;
    }
    
    .srb-co-top{
        background: url(../img/srb-co-top.png) no-repeat;
        background-size: cover;
        background-position: center -54vh;
        background-attachment: fixed;
    }
    
    .pc-flowting-btn {
        width: 280px;
        height: 380px;
    }
    
}/* end */

/* ==========================================================
!PC media queries css 1500px ~
========================================================== */

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

    .srb-round{
        right: 9%;
    }

}/* end */


/* ==========================================================
!SP media queries css
========================================================== */

@media screen and (max-width:768px) {
    
    .sp_overflow{
        overflow: hidden;
        position: relative;
    }

    .pc_disp {
        display: none;
    }
    .sp_disp {
        display: block;
    }
    
    .sp_bnone{
        background: none;
    }
    
    
    .srb-title p{
        font-size: 30px;
        font-weight: 600;
    }
    
    .srb-title span{
        font-size: 12px;
    }
    
    .pc-flowting-btn{
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    
    .flow-sp-btn{
        width: 95%;
        max-width: 368px;
        height: 123px;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -130px;
        z-index: 96;
        display: block;
        opacity: 1;
        pointer-events: all;
        transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
    }
    
    .flow-sp-btn_on{
        bottom: 0px;
    }
    
    .sp-flowting-btn-hidden{
        opacity: 0;
        pointer-events: none;
    }
    
    .lang-btn{
        width: 85%;
        display: block;
        position: relative;
        left: 0;
        display: flex;
        justify-content: flex-start;
        margin-left: 8%;
        padding-top: 30px;
    }
    
    .lb-item{
        text-align: center;
        margin-right: 15px;
        padding-right: 20px;
        position: relative;
    }

    .lb-item:first-child{
        border-right: 1px solid #000;
    }

    .lb-item:last-child{
        padding-left: 10px;
    }

    .lb-item-active{
        color: #bbb;
    }

    
    /* SP bigger wrap
    ------------------------------------ */
    .stalker--wrap{
        min-width: auto;
    }

    
    /* SP FV
    ------------------------------------ */
    
    .srb-dot{
        background: url(../img/SVG/dot.svg);
        background-size: 2px 2px;
    }
    
    srb-fv-copy{
        display: none;
    }
    
    .srb-fv{
        height: 80vh;
        overflow: hidden;
    }
    
    .srv-fv-inner{
        margin-left: -50%;
    }
    
    .srv-fv-in-read{
        margin-top: 35%;
        letter-spacing: 0.3em;
    }
    
    .srv-fv-in-logo{
        width: 280px;
        top: 48%;
    }
    
    .srv-fv-in-logo img{
        width: 210px;
        margin: auto;
    }
    
    .srv-fv-in-logo h1{
        padding-top: 19px;
        font-size: 8px;
        letter-spacing: 0.6em;
    }
    
    .srb-scroll{
        display: none;
    }
    
    .srb-fv-copy{
        display: none;
    }
    
    .spmb-policy{
        text-align: left;
        padding-left: 32px;
        font-size: 10px;
    }
    
    .spmb-policy a{
        color: #333;
        text-decoration: underline;
    }
    
    .srb-round{
        display: none;
    }
    
    /* SP FV news
    ------------------------------------ */
    
    .srb-newsbox{
        display: none;
    }
    
    .srb-sp-mission{
        width: 165px;
        height: 60px;
        background: #2871fa url(../img/SVG/srb-round-btn.svg) no-repeat;
        background-position: 24px center;
        background-size: 125px;
        position: absolute;
        right: 0;
        top: 75vh;
        display: block;
        z-index: 99;
    }
    
    .srb-inc3-read{
        padding-top: 8px;
    }
    
    /* SP header
    ------------------------------------ */
    
    .srb-header{
        min-width: 100%;
        height: 75px;
    }
    
    .srb-h-inner {
        width: 85%;
        height: 75px;
    }
    
    .srb-h-gnavi{
        display: none;
    }
    
    
    .srb-ic2-wrap{
        width: 10%;
    }
    
    
    .srb-header-on{
        height: 75px;
        display: none !important;
    }
    
    .srb-header-on .srb-h-inner{
        height: 75px;
    }
    
    /* SP menu
    ------------------------------------ */
    
    .sp-menu{
        width: 75px;
        height: 75px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        transition: all 0.3s;
        /*mix-blend-mode: difference;*/
    }
    
    .sp-close{
        width: 75px;
        height: 75px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        transition: all 0.3s;
        display: none;
    }
    
    .spmenu-in{
        width: 50%;
        height: 30%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s;
    }

    
    .srb-spheader{
        width: 100%;
        height: 75px;
        position: fixed;
        z-index: 80;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        background: none;
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0);
        transition: all 0.3s;
    }
    
    .srb-spheader .srb-h-in-logo{
        left: 20px;
        opacity: 0;
    }
    
    .srb-sec-sph{
        background: #fff !important;
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3) !important;
    }
    
    .srb-sec-sph .srb-h-in-logo{
        opacity: 1;
    }

    
    .spm-inline01{
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        transition: all 0.3s;
    }
    
    .spm-inline02{
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s;
    }
    
    .spm-inline03{
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s;
    }
    
    .srb-spheader-out {
        background: #fff;
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
    }
    
    .srb-spheader-out .srb-h-in-logo{
        opacity: 1;
    }
    
    .sp-menu-open .spm-inline01{
        background: #333;
    }
    
    .sp-menu-open .spm-inline02{
        background: #333;
    }
    
    .sp-menu-open .spm-inline03{
        background: #333;
    }
    
    .sp-menu-out .spm-inline01{
        background: #333;
    }
    
    .sp-menu-out .spm-inline02{
        background: #333;
    }
    
    .sp-menu-out .spm-inline03{
        background: #333;
    }
    
    .spm-sec .spm-inline01{
        background: #333;
    }
    
    .spm-sec .spm-inline02{
        background: #333;
    }
    
    .spm-sec .spm-inline03{
        background: #333;
    }
    
    .spm-inline01-on{
        transform: rotate(45deg);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .spm-inline02-on{
        opacity: 0;
    }
    
    .spm-inline03-on{
        transform: rotate(-45deg);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    
    /* menu board */
    
    .sp-menu-board{
        width: 95%;
        height: 100vh;
        position: fixed;
        right: -100vh;
        top: 0;background: #fff;
        z-index: 99;
        transition: transform 0.2s, top, 0.4s, left 0.4s, width .3s, height .3s, background-color .4s;
        transition-timing-function: ease-out;
        opacity: 0;
        pointer-events: none;
        display: block;
    }
    
    .sp-menu-board-on{
        right: 0;
        opacity: 1;
        pointer-events: all;
    }
    
    .spmb-header{
        width: 100%;
        height: 75px;
        position: relative;
    }
    
    .spmb-header .srb-h-in-logo{
        left: 30px;
    }
    
    .spmb-scroll{
        width: 100%;
        height: 85vh;
        overflow: scroll;
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
        position: relative;
        padding-bottom: 100px;
    }
    
    .spmb-sc-in{
        width: 100%;
        position: relative;
    }
    
    .spmb-sc-in ul{
        padding: 0;
        margin: 0;
    }
    
    .spmb-sc-in ul li{
        text-align: left;
        font-weight: 600;
        position: relative;
    }
    
    .spmb-sc-in ul li::after{
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: 22px;
        top: 25px;
        z-index: 10;
        background:  url(../img/SVG/srb-arr-black.svg) no-repeat;
        background-size: 40%;
        background-position: center center;
    }
    
    .spmb-sc-in ul li p{
        width: 95%;
        position: relative;
        font-size: 22px;
        padding: 10px 30px;
    }
    
    .spmb-sc-in ul li p span{
        text-align: right;
        position: absolute;
        top: 20px;
        right: 10%;
        font-weight: 100;
        font-size: 12px;
    }
    
    ul.spmb-sc-in-in{
        display: none;
    }
    
    ul.spmb-sc-in-in li{
        padding-left: 15%;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        position: relative;
        padding: 10px 0 10px 15%;
        background: #f9f9f9;
        border-bottom: 1px solid #eee;
    }
    
    ul.spmb-sc-in-in li:last-child{
        border-bottom: none;
    }
    
    ul.spmb-sc-in-in li::after{
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 15px;
        top: 16px;
        background:  url(../img/SVG/srb-arr-black.svg) no-repeat;
        background-size: 50%;
        background-position: center center;
    }
    
    ul li.spmb-sc-more::after{
        content: "";
        width: 13px;
        height: 13px;
        position: absolute;
        right: 22px;
        top: 25px;
        background:  url(../img/SVG/spmb-sc-plus.svg) no-repeat;
        background-size: 13px;
        background-position: center center;
    }
    
    ul li.spmb-sc-more-off::after{
        content: "";
        width: 13px;
        height: 13px;
        position: absolute;
        right: 22px;
        top: 25px;
        background:  url(../img/SVG/spmb-sc-minus.svg) no-repeat;
        background-size: 13px;
        background-position: center center;
    }
    
    /* SP FV下
    ------------------------------------ */
    
    .srv-fv-inner-border{
        border: 170px solid rgba(255,255,255,0.2);
    }
    
    .srb-in-c01{
        padding: 80px 30px 90px 30px;
    }
    
    .srb-in-c01 h2{
        text-align: left;
        font-size: 16px;
    }
    
    .srb-title{
        padding-bottom: 30px;
    }
    
    /* SP index サービス紹介
    ------------------------------------ */
    
    .srb-in-c02{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .srb-ic2-inner{
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    .srb-ic2-wall{
        display: none;
    }
    
    .srb-ic2-wrap{
        width: 100%;
    }
    
    .srb-ic2-witem{
        width: 100%;
        padding: 10%;
        margin: 20px auto;
    }
    
    .srb-ic2-img{
        display: none;
    }
    
    .srb-ic2-w-txt01{
        text-align: center;
        line-height: 1;
        padding-bottom: 20px;
    }
    
    .srb-ic2-w-txt02{
        padding-bottom: 30px;
        padding-top: 10px;
    }
    
    .srb-ic2-w-btn{
        margin: auto;
        margin-left: 22%;
    }
    
    .srb-inc2-cv{
        margin: 20px auto;
    }
    
    .srb-cv01{
        text-align: center;
        padding-left: 5px;
        margin-left: -5%;
        font-size: 16px;
    }
    
    .srb-cv01 p{
        padding-top: 0px;
        margin-top: -5px;
        margin-left: -5px;
    }
    
    .srb-cv01:before{
        left: -15px;
    }
    
    .srb-cv02{
        position: relative;
        padding-top: 11px;
    }
    
    .srb-cv02 p{
        font-size: 16px;
    }
    
    .srb-cv03{
        padding-top: 11px;
        font-weight: 300 !important;
    }
    
    .srb-cv03 p{
        font-size: 16px;
    }
    
    /* SP index NEWS一覧
    ------------------------------------ */
    
    .srb-in-c03{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .srb-ib-l-flex{
        width: 95%;
        flex-wrap: wrap;
        justify-content: flex-start;
        background: none;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .srb-infobox{
        margin-bottom: 60px;
    }
    
    .srb-ib-l-fitem01{
        width: 40%;
    }
    
    .srb-ib-l-fitem01 p{
        text-align: left;
    }
    
    .srb-ib-l-fitem03{
        width: 100%;
        padding: 0;
    }
    
    .srb-infobanner{
        width: 90%;
        max-width: 100%;
        padding-top: 40px;
        height: auto;
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
    }
    
    .banner{
        width: 90%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
    
    .srb-ib-in{
        padding: 15px 30px 50px 30px;
    }
    
    /*  */
    
    .rec-inter-b-txt{
        width: 80%;
        margin: auto;
    }
    
    
    /* SP index COMPANY
    ------------------------------------ */
    
    
    .srb-in-c04{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .srb-inc4-box{
        flex-wrap: wrap;
        /* box-shadow */
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.3);
    }
    
    .srb-pb11{
        padding-bottom: 0;
        margin-bottom: 70px;
    }
    
    .srb-inc4-b-item01{
        width: 100%;
        order: 2;
    }
    
    
    .srb-inc4-b-item01 h5{
        width: 80%;
        margin: auto;
        padding-bottom: 10px;
    }
    
    .srb-inc4-b-item02{
        height: 255px;
        width: 100%;
        order: 1;
    }
    
    .srb-inc4-cv{
        margin: 15px auto;
    }
    
    
    /* SP footer
    ------------------------------------ */
    
    .srb-foin{
        height: 110px;
        background: url(../img/foot_sora.jpg) no-repeat;
        background-size: cover;
        background-position: center -30vw;
    }
    
    .srb-inner{
        padding: 45px 0;
    }
    
    .srb-in-fl{
        margin: auto;
        flex-wrap: wrap;
    }
    
    .srb-in-fl ul{
        width: 100%;
    }
    
    .srb-in-fl ul li{
        display: none;
    }
    
    .srb-in-fl ul li:first-child{
        display: block;
        border-bottom: none;
    }
    
    .srb-fb-in p.logos{
        padding: 0;
        position: relative;
        text-align: center;
        font-size: 8px;
    }
    
    .srb-fb-in p.logos img{
        width: 185px;
        position: relative;
        padding-bottom: 5px;
    }
    
    .srb-policy{
        width: 90%;
        position: relative;
        text-align: left;
    }
    
    
    /* ==========================================================
    !PC 下層ページ共通
    ========================================================== */
    
    .srb-sw-main{
        margin-bottom: 75px;
        height: 150px;
        padding-top: 55px;
    }
    
    .srb-mis-top{
        margin-bottom: 0 !important;
    }
    
    .srb-co-top{
        margin-bottom: 0 !important;
    }
    
    #m-top{
        padding-top: 75px;
    }
    
    #com01{
        padding-top: 75px;
    }
    
    .srb-otherline{
        height: 15px;
    }
    
    .srb-co-top{
        background-size: 170%;
        background-attachment: inherit;
        background-position: 50% 90%;
    }
    
    /* ビジュアルなしパターン */
    
    .sp-mb01{
        margin-bottom: 20px;;
    }
    
    .srb-unt p{
        font-size: 12px;
        padding-bottom: 20px;
    }
    
    .srb-unt{
        margin-bottom: 40px;
    }
    
    .srb-sw-main p{
        font-size: 30px;
    }
    
    .srb-sw-main h1{
        padding-top: 5px;
    }
    
    .srb-unt h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    
    /* ==========================================================
    !SP 企業情報ページ
    ========================================================== */
    
    
    .srb-co1b-f{
        flex-wrap: wrap;
    }
    
    .srb-co1b-fitem01{
        width: 100%;
        padding-bottom: 0px;
    }
    
    .srb-co1b-fitem02{
        width: 100%;
        padding-top: 0;
    }
    
    .srb-co1b-f-in{
        font-size: 16px;
    }
    
    .srb-co1b-f-initem ul li{
        line-height: 1.7;
    }
    
    .srb-co1b-f-in small{
        font-size: 8px;
        line-height: 1;
        letter-spacing: 0px;
        vertical-align: text-top;
    }
    
    .srb-co1b-f-initem{
        padding-right: 15px;
    }
    
    .srb-co1b-spbr{
        padding-bottom: 25px;
    }
    
    
    .rb-co1b-spfin{
        padding-bottom: 50px;
    }
    
    .srb-sebtn-wrap01{
        top: -23%;
        bottom: auto;
    }
    
    .srb-sebtn-wrap02{
        top: auto;
        bottom: -35%;
    }
    
    .srb-sebtn{
        padding-left: 23px
    }
    
    .srb-co01-box{
        margin-bottom: 40px;
    }
    
    .srb-co02{
        padding-top: 60px;
    }
    
    .srb-co03{
        padding-top: 60px;
    }
    
    .srb-co02-logo{
        padding-bottom: 60px;
    }
    
    
    /* SP 沿革
    ------------------------------------ */
    
    .srb-co04{
        padding-top: 60px;
    }
    
    .srb-co-hisb{
        padding-bottom: 30px;
    }
    
    .srb-cohs-inf-item01 {
        font-size: 22px;
        padding: 23px 0 35px 0;
    }
    
    .srb-cohs-inf-item02 ul li:first-child {
        font-size: 1em;
    }
    
    /* SP policy
    ------------------------------------ */
    
    .srb-po-txt01{
        width: 80%;
        padding-bottom: 80px;
        font-size: 13px;
    }
    
    .srb-pob-f{
        flex-wrap: wrap;
        width: 88%;
        margin: auto;
    }
    
    .srb-pob-f-item01{
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 1;
        padding-bottom: 7px;
    }
    
    .srb-pob-f-item02{
        width: 100%;
        padding-right: 0;
    }
    
    .srb-pob-f-item02 h2{
        padding-bottom: 15px;
        font-size: 16px;
    }
    
    .srb-pob-f-item02 h2{
        line-height: 1.5;
        padding-bottom: 3px;
    }
    
    .srb-pob-f-item02 ul li{
        padding-bottom: 10px;
        font-size: 13px;
    }
    
    .srb-pob-f-item02 ul li span{
        left: 5px;
    }
    
    .srb-pob-f{
        padding-bottom: 50px;
    }
    
    .srb-pob-f-i2txt02{
        font-size: 13px;
    }
    
    .srb-pob-f-item02 p.srb-pob-f-i2txt01{
        font-size: 13px;
    }
    
    /* SP list ページ
    ------------------------------------ */
    
    .flex{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 70px 0 100px 0;
        flex-wrap: wrap;
        position: relative;
    }
    
    .srb-lists{
        width: 85%;
        margin: auto;
        padding: 20px 0 50px 0;
    }
    
    
    /* SP mission
    ------------------------------------ */
    
    .srb-mis-top{
        background-size: 175%;
        background-position: -17vw 40%;
        background-attachment: inherit;
    }
    
    .srb-mis02{
        background: url(../img/srb-mis02-t.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: inherit;
    }
    
    .stalker--wrap{
        min-width: auto;
    }
    
    .srb-mis01-binimg01{
        width: 100%;
    }
    
    .srb-mis-sq{
        width: 90%;
        padding: 30px 30px 10px 30px;
    }
    
    .srb-mis-sq h2{
        font-size: 16px;
    }
    
    .srb-mis-sq-txt02{
        font-weight: 300;
    }
    
    .srb-mis04-flex{
        width: 90%;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    
    .srb-mis04-fitem{
        width: 100%;
        margin-bottom: 7%;
    }
    
    .srb-mis01-box h2{
        font-size: 30px;
        padding-bottom: 40px;
        letter-spacing: 0.2em;
        line-height: 1.45 !important;
    }
    
    .srb-mis01-box h2 span{
        padding-top: 12px;
    }
    
    
    .srb-mis01-box p{
        width: 100%;
        font-size: 15px;
        padding-bottom: 60px;
        letter-spacing: 0.2em;
    }
    
    .srb-mis02-t{
        width: 100%;
        margin: 0 auto -10px;
        position: relative;
        z-index: 10;
    }
    
    .srb-mis02-t::before{
        width: 18%
    }
    
    .srb-mis02-t::after{
        width: 18%
    }
    
    .srb-mis02-t h2{
        font-size: 17px;
        line-height: 2;
        background: none;
        text-align: center;
        display: inherit;
        padding-top: 15px;
    }
    
    .srb-mis-sq-txt01 span{
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .srb-mis03{
        padding-top: 60px;
        padding-bottom: 10px;
    }
    
    .srb-mis01-bin-add .srb-mis01-bintxt02{
        width: 100%;
        padding: 0;
        font-size: 14px !important;
        text-align: justify;
        padding-bottom: 50px;
    }
    
    .srb-mis01-bin{
        width: 100%;
        padding: 0;
        background: none;
    }
    
    .pt02{
        padding-top: 60px;
    }
    
    .srb-mis04-box h2{
        font-size: 30px;
        letter-spacing: 0.2em
    }
    
    .srb-mis04-box p{
        width: 85%;
        font-weight: 300;
        text-align: justify;
        letter-spacing: 0.2em;
    }
    
    .srb-mis1-w-btn{
        margin-left: 65px;
    }
    
    .srb-mis02-f{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    
    .srb-mis02-fitem01{
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    
    .srb-mis02-txt01{
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .srb-mis02 h3{
        font-size: 22px;
        line-height: 1.7;
        padding-top: 15px;
    }
    
    .srb-mis02{
        padding-bottom: 120px;
    }
    
    /*SP｜service
    --------------------------------------- */
    
    .srb-serlink-i-txt01{
        font-size: 17px;
        font-weight: 600;
    }
    
    .srb-ser-top{
        margin-bottom: 20px;
        background-size: cover;
        background-position: center -20vw;
        background-attachment: inherit;
    }
    
    .srb-serlink{
        width: 85%;
        margin: auto;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    
    .srb-serlink-item{
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 20px 20px 15px 20px;
        border-bottom: 1px solid #bbb;
        position: relative;
    }
    
    .srb-serlink-i-txt02{
        font-size: 12px;
    }
    
    .srb-serlink-item::before{
        position: absolute;
        left: auto;
        right: 20px;
        top:0;
        bottom: 0;
        margin: auto;
    }
    
    .sp_srb_bn{
        border-bottom: none;
    }
    
    .srb-ser01-h2{
        padding-top: 60px;
        padding-bottom: 10px;
    }
    
    .srb-ser01-h2 img{
        width: 220px;
    }
    
    .srb-serwrap-in{
        width: 90%;
        padding: 30px 30px 0px 30px;
        box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.05);
    }
    
    .srb-ser01-tab{
        width: 75%;
        margin-bottom: 30px;
    }
    
    .srb-ser01-t-item01{
        font-size: 12px;
    }
    
    .srb-ser01-t-item02{
        font-size: 12px;
    }
    
    .srb-serwrap-in-img02{
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        padding-bottom: 50px;
    }
    
    .srb-serwrap-in-img03{
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        margin-top: 30px;
    }
    
    .srb-serwrap-in-img02 img{
        width: 100%;
        transform: scale(1.2);
    }
    
    .srb-ser01-h301{
        width: 100%;
        padding-left: 0;
    }
    
    .srb-ser01-h301-sp{
        width: 85%;
    }
    
    .h301-pr01{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .srb-ser01-h301{
        font-size: 25px;
        padding-bottom: 0px;
        line-height: 1.75;
    }
    
    .srb-ser01-h301-sp{
        font-size: 28px;
    }
    
    .srb-ser01-h401{
        font-size: 20px;
        line-height: 1.75;
        letter-spacing: 0.2em;
    }
    
    .srb-ser01-box{
        width: 90%;
        padding: 0;
        box-shadow: none;
    }
    
    .srb-ser01-p03{
        font-size: 14px;
    }
    
    
    .srb-serwrap-in-img01{
        display: block;
        position: relative;
        width: 60%;
        padding: 50px 0 0px 0;
    }
    
    .srb-serwrap-in-img01 img{
        margin-left: -10px;
    }
    
    .srb-ser01-box2 h4{
        font-size: 20px;
        font-weight: bold;
    }
    
    
    .srb-ser01-flex01{
        width: 100%;
        flex-wrap: wrap;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    
    .srb-ser01-f-item01{
        width: 100%;
        margin-bottom: 20px;
        background: #e9f1f4;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .srb-ser01-f-i-wrap p{
        font-size: 12px;
        padding-top: 0;
    }
    
    .srb-pb02{
        padding-bottom: 0;
    }
    
    .srb-ser01-f-i-txt01{
        padding-bottom: 0;
        font-size: 20px;
    }
    
    .srb-ser01-flex02{
        flex-wrap: wrap;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }
    
    .srb-ser01-f-item02{
        width: 100%;
    }
    
    .srb-add-note {
        padding-top: 0;
        padding-bottom: 30px;
        font-size: 10px;
    }
    
    .srb-add-note {
        padding-top: 30px !important;
    }
    
    
    .srb-ser01-box3{
        flex-wrap: wrap;
        height:  auto;
    }
    
    .srb-ser01-b3-i01{
        width: 100%;
        padding: 30px 10px 10px 10px;
    }
    
    .srb-ser01-b3-i02{
        width: 100%;
    }
    
    .srb-serwrap-in-sp{
        padding: 0;
    }
    
    .srb-serwrap-in-sp  .srb-serwrap-big{
        width: 85%;
        margin: auto;
        padding-top: 35px;
    }
    
    .srb-serwrap-in-sp .srb-ser01-box2{
        width: 85%;
        margin: auto;
    }
    
    .srb-ser01-b3-i02 h4{
        font-size: 20px;
        letter-spacing: 0.2em;
        font-weight: 400;
    }
    
    .srb-ser01-b3-i02-txt01{
        font-size: 14px;
        font-weight: 300;
    }
    
    .srb-serwrap{
        padding-bottom: 20px;
    }
    
    .srb-ser00-line{
        display: none;
    }
    
    .srb-ser01-txt01{
        width: 100%;
    }
    
    .srb-ser00-line-ni{
        margin: 0 auto;
    }
    
    .srb-serwrap-big2{
        flex-wrap: wrap;
    }
    
    .srb-serwrap-b2-i1{
        width: 100%;
        border-right: none;
    }
    
    .srb-serwrap-b2-i1 p{
        width: 100%;
        padding-right: 200px;
        position: relative;
    }
    
    .srb-serwrap-b2-i1 p span{
        width: 60%;
        height: 45px;
        border-top: none;
        position: absolute;
        left: 120px;
        text-align: left;
        top: 0;
        bottom: 0;
        margin: auto;
        border-left: 1px solid #bbb;
        padding-left: 20px;
        font-size: 20px;
    }
    
    .srb-serwrap-b2-i2{
        width: 100%;
    }
    
    .srb-serwrap-b2-i2-box01{
        flex-wrap: wrap;
    }
    
    .srb-serwrap-b2-i2-b1-i1{
        width: 100%;
        background: none;
        margin-bottom: 10px;
    }
    
    .srb-serwrap-b2-i2-b1-i1 p{
        background: #000;
        display: inline;
        padding: 10px 30px;
        position: relative;
        z-index: 10;
    }
    
    .srb-serwrap-b2-i2-b1-i2{
        width: 100%;
        padding: 40px 25px 30px 25px;
        background: #f1f1f1;
        font-size: 12px;
        margin-top: -20px;
    }
    
    .srb-serwrap-b2-i2-b1-i2 ul li{
        font-size: 12px;
    }
    
    .srb-serwrap-b2-i2-b1-i2 li {
        position: relative;
        padding-left: 12px;
        line-height: 1.7 !important;
        padding-bottom: 10px;
    }
    
    .srb-serwrap-b2-i2-b1-i2 li span{
        position: absolute;
        left: -5px;
        font-size: 20px;
        top: -7px;
    }
    
    
    .srb-ser01-f-item02 h5{
        font-size: 20px;
        text-align: center;
        line-height: 1.75;
        padding-bottom: 20px;
    }
    
    .srb-ser01-f-item02 p{
        padding-bottom: 0px !important;
    }
    
    .srb-flex01{
        width: 100%;
        flex-wrap: wrap;
    }
    
    .srb-flex01::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;;
        width: 60px;
        height: 52px;
        background: url(../img/SVG/srb-flex01-sp-arr.svg) no-repeat;
        background-position: center center;
        margin: auto;
    }
    
    .srb-f1-i1{
        width: 100%;
        padding-bottom: 20px;
    }
    
    .srb-f1-i1 .sp_disp img{
        display: inline;
        padding-bottom: 20px;
        padding-right: 10px;
    }
    
    .srb-f1-i2{
        width: 100%;
    }
    
    .srb-flex01-icon01{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        padding-bottom: 0px;
    }
    
    .srb-flex01-icon02{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        padding-bottom: 0px;
    }
    
    .srb-flex01-icon03{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        padding-bottom: 0px;
        padding-top: 30px;
    }
    
    .srb-flex01-icon04{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        padding-bottom: 10px;
    }
    
    .srb-serwrap-insp02 .srb-ser01-txt01{
        width: 100%;
        margin: auto;
        font-size: 14px;
        line-height: 2;
        padding-bottom: 50px;
    }
    
    .srb-ser00-line-in{
        margin: 20px auto;
        display: none
    }
    
    .srb-ser00-line-ni{
        margin: 20px auto;
        display: none
    }
    
    .srb-f1-i2{
        width: 95%;
        margin: auto;
    }
    
    .srb-f1-i2 ul{
        width: 85%;
        margin: auto;
        padding-bottom: 0;
    }
    
    .srb-f1-i2 ul li{
        padding-right: 0;
    }
    
    .srb-f1-i2 ul li:first-child{
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    
    .srb-f1-i2 h6{
        text-align: center;
        padding-top: 30px;
    }
    
    .srb-f1-i2 h6 img{
        width: 150px;
        vertical-align: middle;
    }
    
    .srb-ser-b2-btn{
        width: 90%;
        margin-top: 50px;
    }
    
    .srb-ser-b2-btn p{
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    
    .srb-flex02{
        flex-wrap: wrap;
    }
    
    .srb-f2-item{
        width: 68%;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .srb-f2-item p{
        font-size: 16px;
        font-weight: 300;
    }
    
    
    .srb-ser01-b4-in1{
        padding-left: 0;
        padding-top: 40px;
    }
    
    
    .srb-ser01-b4-in1-img{
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .srb-ser01-b4-in1-img img{
        transform: scale(1.2);
    }
    
    .srb-serwrap-insp02{
        width: 90%;
        padding: 30px 0;
    }
    
    .srb-serwrap-insp02 .srb-serwrap-big{
        width: 80%;
        margin: auto;
    }
    
    .srb-serwrap-insp02 .srb-serwrap-big2{
        width: 95%;
        margin: auto;
    }
    
    .srb-pb05{
        padding-bottom: 0;
    }
    
    
    .pt04{
        padding-top: 30px;
    }
    
    
    .srb-ser01-b4-h3{
        width: 88%;
        text-align: left;
        font-size: 28px;
        margin: auto;
        line-height: 1.65;
        padding-bottom: 10px;
    }
    
    
    .srb-ser01-b4-in1 h4{
        font-size: 20px;
        line-height: 1.75;
    }
    
    .srb-ser01-b4-p1{
        text-align: center;
        padding-top: 30px;
    }
    
    .srb-ser01-b4-p1 img{
        width: 120px;
        display: block;
        margin: auto;
        padding-bottom: 10px;
    }
    
    .srb-ser01-b4-p1 small{
        font-size: 12px;
    }
    
    .srb-ser01-b4-in1 .srb-inc4-cv{
        width: 100%;
        margin: auto;
    }
    
    .srb-ser01-b4-in1 .srb-inc4-cv p{
        font-size: 14px;
        padding-top: 4px;
        letter-spacing: 0.1em;
    }
    
    .srb-sp-pt01{
        padding-top: 0;
    }
    
    .srb-sp-pb01{
        padding-bottom: 10px;
        margin-bottom: 80px;
    }
    
    
    .srb-sp-pb02{
        padding-bottom: 50px;
    }
    
    .srb-ser01-b4-p2{
        font-size: 14px;
    }
    
    .srb-ser01-p02{
        padding-bottom: 30px;
    }
    
    .pt06{
        padding-top: 0;
    }
    
    .pt04{
        padding-top: 0px;
    }
    
    .srb-ser01-f-i2-icon{
        overflow:hidden
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        perspective: 1000;
    }
    
    /* news list */
    
    .srb-newsboxs{
        width: 95%;
        padding-left: 2%;
        padding-bottom: 30px;
    }
    
    .srb-newscategory{
        width: 85%;
        height: 100px;
        overflow: scroll;
        margin: auto;
        margin-bottom: 19px;
    }
    
    .srb-newscategory ul{
        width: 900px;
        box-sizing: border-box;
        padding: 0 100px;
    }
    
    .srb-nbs-black{
        padding-top: 50px;
        font-size: 10px;
    }
    
    .srb-nbs-item{
        width: 47%;
    }
    
    .srb-nbsiimg{
        height: 120px;
    }
    
    .srb-sbs-p1 {
        width: 100%;
        display: inline-flex;
        vertical-align: baseline;
    }
    
    .srb-sbs-p1 b {
        font-size: 8px;
        padding: 2px 3px;
        margin-right: 10px;
    }
    
    .srb-sbs-p1 span{
        font-size: 8px;
        padding-top: 3px;
    }
    
    .news-nbs-btn{
        width: 200px;
    }
    
    .srb-hover{
        width: 89%;
        top: 228px;
    }
    
    .srb-citem01 .srb-hover{
        top: 2.8%;
    }
    
    .srb-ho-single{
        top: 140px !important;
    }
    
    /* news inner */
    
    .srb-newsin-spdisp{
        width: 100%;
        display: block;
    }
    
    .srb-contents{
        width: 85%;
        margin: auto;
        overflow: hidden;
        padding-top: 80px;
    }
    
    .srb-citem01{
        width: 100%;
        padding-right: 0;
        overflow: hidden;
        padding-bottom: 80px;
    }
    
    .srb-citem02{
        display: none;
    }
    
    .srb-citem1-h1{
        font-size: 20px;
        padding-bottom: 10px;
    }
    
    .srb-citem01 .srb-sbs-p1{
        display: block;
    }
    
    .entry-content{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    
    .entry-content p strong{
        line-height: 1.35;
        font-size: 16px;
    }
    
    .entry-content p{
        line-height: 2.5;
        letter-spacing: 0.12em;
        text-align: left;
    }
    
    .srb-backbtn-in{
        padding: 10px 60px;
    }
    
    
    /* 採用情報 */
    
    .srb-rec-top{
        background-attachment: inherit;
        background-position: top center;
        background-size: 160%;
    }
    
    .srb-rec01 h2{
        width: 88%;
        text-align: left;
        margin: auto;
        font-size: 16px;
    }
    
    .rec_misbtn{
        width: 75%;
        padding-bottom: 0px;
    }
    
    .rec_misbtn .f-w-in-btn{
        font-size: 16px;
        text-align: left;
        padding-left: 30px;
    }
    
    .srb-rec2-box{
        width: 90%;
    }
    
    .srb-recb-item2{
        padding-left: 3%;
    }
    
    .srb-recb-item2 h3 {
        font-size: 27px;
        line-height: 1.7;
        margin-top: -12px;
        padding-bottom: 15px;
    }
    
    .srb-recnum{
        margin-top: 0;
    }
    
    
    .srb-recb-item1 {
        width: 13%;
    }
    
    .srb-recb-item2 {
        width: 84%;
    }
    
    .srb-recb-item2 p{
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.8;
        text-align: justify;
        padding-right: 5px;
    }
    
    .srb-rec02{
        padding-top: 60px;
        background: url(../img/srb-rec02-sp.jpg) no-repeat;
        background-attachment: inherit;
        background-size: cover;
        padding-bottom: 60px;
    }
    
    #interview .srb-inc4-b-item01 h5{
        width: 90%;
    }
    
    #interview .srb-inc4-b-item01 .rec-inter-b-txt{
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
    }
    
    .rec-inter-banner .srb-inc4-b-item01{
        padding-bottom: 50px;
    }
    
    .srb-rec03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .srb-rec4-wrap{
        width: 90%;
        margin: auto;
    }
    
    
    .srb-jobs-trigger{
        padding: 20px 15px;
    }
    
    .srb-jobs-trigger p {
        letter-spacing: 0.05em;
        padding-right: 44px;
        line-height: 1.2;
    }
    
    .srb-jobs-trigger p small{
        font-size: 11px;
    }
    
    .srb-rec04{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .srb-jobs-line01{
        height: 1px;
    }
    
    .srb-jobs-line02{
        width: 1px;
    }
    
    
    
    /* contact */
    
    .form-wrap{
        padding-top: 20px;
    }
    
    .form-w-in{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .form-w-in h2{
        width: 85%;
        margin: auto;
        text-align: left;
        font-weight: bold;
        line-height: 1.5;
        font-size: 18px;
    }
    
    
    .form-w-in .f-w-in-txt01{
        width: 85%;
        margin: auto;
        text-align: justify;
        padding-bottom: 15px;
    }
    
    .f-w-in-btn{
        width: 85%;
        text-align: left;
        line-height: 1.4;
        padding: 15px 35px;
        margin-bottom: 20px;
    }
    
    .form-bitem{
        width: 85%;
    }
    
    .srb-f-small{
        line-height: 1.5;
    }
    
    .form-bitem input[type="submit"]{
        width: 90%;
    }
    
    .f-w-in-txt02{
        line-height: 1.3;
    }
    
    .f-w-in-txt02 span{
        top: 10px;
        bottom: auto;
    }
    
    .f-w-in-txt02 b{
        font-size: 10px;
    }
    
    .fileup-btn{
        width: 100%;
        position: absolute;
        top: 60px;
    }
    
    .js-upload-filename1{
        position: relative;
        left: 0;
    }
    
    .form-bitem input[type="file"]{
        width: 100%;
        padding-left: 0;
    }
    
    .fb-height{
        height: 140px;
    }
    
    
    /* 資料請求 */
    
    .srb-sew-flex{
        flex-wrap: wrap;
        padding-top: 20px;
        margin-top: 10px;
    }
    
    .srb-sew-fitem01{
        width: 100%;
        margin: auto;
        padding: 7%;
    }
    
    .srb-sew-fitem02{
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }
    
    .srb-sew-img{
        padding: 10% 20% 10% 20%;
        margin-bottom: 15px;
    }
    
    .srb-sew-fi1-txt3{
        font-size: 11px;
        padding-top: 5px;
    }
    
    .srb-radio-f label{
        padding-left: 0;
    }
    
    .ECM_RadioInput-LabelText{
        width: 32px;
        height: 15px;
        width: 100%;
        display: inline-table;
        text-align: left;
    }
    
    .srb-radio-f {
        display: block;
        padding-left: 5px;
    }
    
    
    .ECM_RadioInput-DummyInput {
        display: block;
        width: 28px;
        height: 25px;
    }
    
    .srb-sew-fitem02 .f-w-in-txt01{
        width: 70%;
        text-align: left;
        margin: auto;
    }
    
    
    /* applicatin */
    
    
    .srb-radio .wpcf7-form-control{
        display: block;
    }
    
    span.wpcf7-list-item{
        width: 100%;
        display: block;
        text-align: left;
    }
    
    .srb-sew-fitem02 .form-bitem label {
        padding: 2px 15px 2px 35px;
    }
    
    input[type="radio"] {
        left: -5px;
        top: -5px;
    }
    
    .srb-file .wpcf7-not-valid-tip{
        top: 78px;
    }
    
    
    
    /* 募集要項 */
    
    .srb-job-wrap ul li p {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 2.5;
    }
    
    .srb-job02{
        padding-top: 0;
    }
    
    
    .srb-rec-btn{
        margin: 50px auto;
    }
    
    /* news */
    
    .srb-sbs-p2{
        font-size: 14px;
        text-align: left;
    }
    
}/* end */