@charset "UTF-8";
/*-------------------FONT-------------------*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,600,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500&display=swap&subset=devanagari,latin-ext');

@font-face {
    font-family: 'mplus-2p-bold';
    src: url('/common/fonts/mplus-2p-bold.eot');
    src: url('/common/fonts/mplus-2p-bold.eot?#iefix') format('embedded-opentype'),
        url('/common/fonts/mplus-2p-bold.woff2') format('woff2'),
        url('/common/fonts/mplus-2p-bold.woff') format('woff'),
        url('/common/fonts/mplus-2p-bold.ttf') format('truetype'),
        url('/common/fonts/mplus-2p-bold.svg#mplus-2p-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mplus-2p-medium';
    src: url('/common/fonts/mplus-2p-medium.eot');
    src: url('/common/fonts/mplus-2p-medium.eot?#iefix') format('embedded-opentype'),
        url('/common/fonts/mplus-2p-medium.woff2') format('woff2'),
        url('/common/fonts/mplus-2p-medium.woff') format('woff'),
        url('/common/fonts/mplus-2p-medium.ttf') format('truetype'),
        url('/common/fonts/mplus-2p-medium.svg#mplus-2p-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'mplus-2p-regular';
    src: url('/common/fonts/mplus-2p-regular.eot');
    src: url('/common/fonts/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
        url('/common/fonts/mplus-2p-regular.woff2') format('woff2'),
        url('/common/fonts/mplus-2p-regular.woff') format('woff'),
        url('/common/fonts/mplus-2p-regular.ttf') format('truetype'),
        url('/common/fonts/mplus-2p-regular.svg#mplus-2p-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');




/* CSS Document */
/* body{font-family: 'M PLUS 1p', sans-serif; font-weight: 400; font-size: 14px; -webkit-text-stroke: 0.2px; } */
html {
    font-size: 62.5%;
    cursor: auto;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    /* line-height: 1; */
    letter-spacing: 0.05em;
    color: #000;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    word-wrap: break-word;
}

a {
    text-decoration: none !important;
    color: #000;
}

a:hover {
    color: #FF0000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrapper-content {
    background: #fff;
    padding: 10px 0;
}

img[src$=".svg"] {
    height: auto;
}

/*---------------Header---------------*/
.wsmenucontainer .wrapper {
    width: 100%;
    padding: 0 1vw;
}

header {
    height: 98px;
}

.logo-head {
    float: left;
    padding: 15px 0 15px;
}

.logo-head a {
    display: block;
    width: 65.7px;
    height: 32px;
    background-image: url('../../common/images/logo_bc_or.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 680px){
    .logo-head a {
        width: 63.7px;
        height: 31px;
    }
}

.logo-head span {
    display: block;
    font-size: 10px;
    left: 50px;
    position: relative;
    position: absolute;
    top: 13px;
    /* 非表示 */
    display: none;
}

.mainmenu {
    float: right;
    margin: 20px 0 0;
}

.mainmenu a {
    font-family: 'Poppins', sans-serif;
}

.menu-wrapper {
    position: fixed;
    background: #FFF;
    width: 100%;
    z-index: 99;
}

.wsmenucontainer {
    top: 0;
    background: #FFF;
    width: 100%;
    z-index: 999;
}

.wsmenu-list>li>.login-top {
    top: -3px;
    position: relative;
    width: auto;
    min-width: 115px;
    top: -1px;
    background: #fff;
    text-align: center;
    /* padding: 0px 24px !important; */
    color: #000000;
    border-radius: 35px !important;
    border: 1px solid #000000;
    transition: all 0.4s;
}

.wsmenu-list>li>.login-top::after {
    height: 0;
}

.wsmenu-list>li>.login-top:hover {
    border-radius: 0 !important;
}

.wsmenu-list>li>.login-top:hover:after {
    content: '';
    width: 0 !important;
}

.wsmenu-list.menu-home>li>.login-top {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
}

.navi_hover {
    display: none;
}

.wsmenu-list>li a {
    width: 97px;
}

.wsmenu-list li a:hover .nomal {
    display: none;
}

@media (min-width:1150px) {

    .wsmenu-list>li a {
        display: block;
        position: relative;
        overflow: hidden;
        height: 29px;
    }

    .wsmenu-list>li a span {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .navi_hover {
        transition: all 0.6s ease;
        top: 35px;
        position: relative;
    }

    .navi_nomal {
        transition: all 0.6s ease;
        top: 0;
        position: relative;
    }

    .login-top .navi_nomal {
        top: 2px
    }

    .wsmenu-list li a:hover .navi_nomal {
        top: -35px;
    }

    .wsmenu-list li a:hover .navi_hover {
        top: 0px;
    }

    .login-top:hover .navi_hover {
        top: 2px !important;
    }

}

@media (max-width:1150px) {
    .navi_hover {
        display: inline-block;
        margin: 0 0 0 5px;
        /* position: relative; */
        font-size: 12px;
    }

    .navi_hover::before {
        content: "/";
        /* display:block; */
        margin: 0 5px 0 0;
    }

    .wsmenu-list.menu-home>li>.login-top {
        border: 1px solid #000;
    }

}


@media (min-width:769px) {
    .float-btn {
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 99;
    }
}

@media  ( max-width:1200px){
    .wsmenu-list>li a {
        width: 83px;
    }
}

@media (max-width:768px) {
    .float-btn {
        position: fixed;
        right: 0;
        bottom: 10px !important;
        z-index: 99;
    }
}

@media (max-width: 1046px) {
    main {
        padding: 62px 0 0;
    }

    .float-btn {
        position: fixed;
        right: 0;
        bottom: 10px !important;
        z-index: 99;
    }

    header {
        height: auto;
    }

    .logo-head {
        padding: 9px 0 5px;
    }

    .logo-head span {
        top: 3px;
    }

    .head-home span {
        top: -2px;
    }
}

.float-btn a {
    display: block;
    text-align: center;
    background: #ffff00;
    padding: 10px;
    transition: all ease-in-out 0.3s;
}

.float-btn a span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 0;
}

.btn-blue {
    background: #00c9ff !important;
}

.btn-blue span {
    color: #FFF !important;
}

.btn-glay {
    background: #CCC !important;
}

.btn-glay span {
    color: #000 !important;
}

.float-btn a:hover {
    background: #FF0000 !important;
    color: #FFF;
}

.breadcrumb-blue {
    padding: 4px 0;
    color: #000;
    font-size: 12px;
    color: #FFF;
}

.breadcrumb-blue a {
    color: #000;
    transition: all 0.3s;
    color: #FFF;
}

.breadcrumb-blue a:hover {
    text-decoration: underline !important;
}

/* .title-header { border-bottom: 3px solid #00c9ff; position: relative; font-size: 24px; padding: 32px 0 8px; margin-bottom: 22px; } */

.title-header {
    background-size: cover;
    padding: 1vw 0;
    color: #FFF;
}

.title-header h2 {
    font-size: 2.1vw;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 1vw 0vw;
}

@media (max-width:1870px) {
    .title-header h2 {
        font-size: 3vw;
    }

}

@media (max-width:768px) {
    .logo-head {
        padding: 7px 0 6px 5px;
    }

    .title-header h2 {
        font-size: 7vw;
    }

    .title-insurance,
    .title-stock,
    .title-insurance h2,
    .title-stock h2,
    .title-insurance h3,
    .title-stock h3 {
        font-size: 20px !important;
    }
}

@media (max-width:480px) {
    body {
        letter-spacing: 0;
    }

    .title-header h2 {
        font-size: 9vw;
    }

    .title-insurance,
    .title-stock,
    .title-insurance h2,
    .title-stock h2,
    .title-insurance h3,
    .title-stock h3 {
        font-size: 20px !important;
    }

    .logo-head a img {
        width: 190px
    }

    .head-home span {
        left: 28px !important;
    }

    .logo-head span {
        left: 46px;
    }
}

.title-header .wrapper {
    width: 1200px;
    color: #FFF;
}

@media (max-width: 1220px) {
    .title-header .wrapper {
        padding: 0 2vw;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .title-header .wrapper {
        padding: 0 8vw;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .title-header .wrapper {
        padding: 0 8vw;
        width: 100%;
    }
}

/*---------------Back-to-Top---------------*/
.btn-top a {
    display: block;
    background: #6c6969;
    text-align: center;
    padding: 15px;
    transition: all ease-in-out 0.2s;
}

.btn-top a:hover {
    background: #585858;
}

.btn-top a img {
    position: relative;
    top: 0;
    transition: all ease-in-out 0.2s;
}

.btn-top a:hover img {
    top: -5px;
}


/*---------------Footer -new---------------*/
footer {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.bg-footer {
    background: #000;
    color: #fff;
    padding: 1rem 0 2rem;
}

.menu-hor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.menu-hor a {
    display: block;
    padding: 8px;
    color: #fff;
}

.menu-hor a:hover {
    color: #919191;
}

.content-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    align-items: top;
    padding-top: 2rem;
    color: #fff !important;
}

.content-footer .logo-footer {
    display: block;
    width: 40%;
    padding-right: 0;
}

.content-footer .address-store {
    display: flex;
    align-items: flex-start;
    width: 48%;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 0;
    font-size: 11px;
}

.content-footer .address-store a {
    color: #fff;
}

.content-footer .address-store .shop {
    display: block;
    width: 100%;
    font-size: 14px;
    position: relative;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}

.content-footer .address-store .shop::after {
    content: '';
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-footer .address-store div {
    width: 50%;
}

.content-footer .address-store strong {
    display: block;
    font-size: 12px;
    margin: 7px 0 0;
}

.content-footer .menu-ver {
    display: block;
    width: 12%;
    text-align: right;
}

.content-footer .menu-ver a {
    font-family: 'Poppins', sans-serif;
    display: block;
    color: #fff;
    text-align: left;
    padding: 6px 0 3px;
    position: relative;
    margin-bottom: 3px;
    font-size: 14px;
}

.content-footer .menu-ver a::after {
    content: '';
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-footer .menu-ver a:hover::after {
    width: 70%;
}

.address-footer {
    font-size: 12px;
    margin-top: 12px;
}

.address-footer strong {
    text-transform: capitalize;
    font-size: 21px;
    display: block;
    margin: 12px auto;
}

.copyright {
    display: block;
    font-size: 12px;
    color: #919191;
    width: 100%;
    margin-top: 1rem;
}


/*---------------Subpage_title---------------*/
@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* css */
.passing {
    margin: 30px 0;
}

.passing .passing-box {
    display: block;
    text-align: left;
}

.passing .passing-bar {
    position: relative;
    display: inline-block;
    /*　後ほど解説　*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #FFF;
}

.passing .passing-txt {
    opacity: 0;
    /* 後ほど解説 */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* 任意の値 */
    font-size: 33px;
    font-weight: bold;
    line-height: 1.5;
    color: #bb091f;
    font-family: 'Poppins', sans-serif;
}

.passing .passing-txt span {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1.8s ease 0s 1 normal forwards;
    animation: passing-bar 1.8s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
    -webkit-animation: passing-txt 1s ease .5s 1 normal forwards;
    animation: passing-txt 1s ease .5s 1 normal forwards;
}

/* 
    .passing-box :before {
        width: 120px;
        height: 2px;
        background: #000;
        content: '';
        left: -132px;
        top: 50%;
        margin: -2px 0 0;
        position: absolute;
    } */

.subpage_title_cmn h2 {
    border-bottom: 5px solid #bb091f;
    color: #000000;
    text-align: center;
    padding: 25px 0 15px;
    font-size: 38px;
    font-weight: 700;
}

.subpage_title_cmn h2 span {
    font-family: 'Poppins', sans-serif;
}

.subpage_title_cmn h2 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0 0;

}


/*---------------Responsive---------------*/
@media (max-width:1200px) {
    .header-container {
        left: 0;
        width: 980px;
        padding: 10px !important;
    }

    .title-header {
        width: auto;
    }
}

@media (max-width:1020px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }
}

@media (max-width:768px) {

    .wsmenu-list>li>.login-top {
        width: 80%;
        margin: 12px auto !important;
        text-align: center !important;
        border: 1px solid #000 !important;
    }

    .footer-address .wrapper div:first-child {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .footer-address .wrapper div {
        width: 45%;
    }

    .float-btn a {
        padding: 5px;
    }

    .menu-hor {
        justify-content: center;
    }

    .menu-hor a {
        margin: 0 8px;
    }

    .content-footer .logo-footer {
        width: 49.33%;
    }

    .content-footer .address-store {
        width: 28.33%;
    }

    .content-footer .menu-ver {
        width: 21.33%;
        padding-left: 2rem;
    }

    .content-footer .address-store div {
        width: 100%;
    }

}

@media(max-width:620px) {
    .content-footer {
        flex-wrap: wrap-reverse;
        padding-top: 0;
    }

    .content-footer .logo-footer {
        width: 100%;
        text-align: center;
    }

    .content-footer .address-store {
        width: 100%;
        text-align: center;
        padding: 0 0 2rem;
    }

    .content-footer .address-store .shop {
        display: inline-block;
        padding: 0 8px 5px;
        text-align: center;
        width: auto;
        margin: auto;
    }

    .content-footer .address-store .shop::after {
        width: 100%;
    }

    .content-footer .menu-ver {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .content-footer .menu-ver a {
        display: inline-block;
        margin: 2px 8px;
        padding: 0 2px;
        font-size: 12px;
    }

    .content-footer .menu-ver a::after {
        width: 0;
    }

    .address-footer strong {
        font-size: 16px;
    }

    .address-footer {
        font-size: 12px;
    }

    .copyright {
        margin-top: 0.5rem;
        text-align: center;
        font-size: 12px;
    }


    .subpage_title_cmn h2 {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .footer-address .wrapper div {
        width: 100%;
        padding: 5px 10px;
    }

    .content-footer .menu-ver a {
        margin: 2px 4px;
    }

}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title-header span {
    font-size: 12px !important;
}

/* recruit nav 非表示調整 */
@media (max-width: 1150px){
    .wsmenu .wsmenu-list-recruuit li:not(:last-child){
        display: none;
    }
}
@media (max-width: 1046px){
    .wsmenu .wsmenu-list-recruuit li:not(:last-child){
        display: block;
    }
}