@charset "utf-8";

/* CSS HI-SHUKA
------------------------------------------------- */
.pagetitle .inner-pagetitle::before {
    background-image: url("../img/service/hi-shuka/pagetitle_bg.jpg");
}

.area-pagetitle {
    height: 100%;
}

.area-pagetitle::after {
    content: "";
    display: block;
    height: 100%;
    max-height: 413px;
    width: 20%;
    position: absolute;
    top: 0;
    left: 3%;
    background: url("../img/service/hi-shuka/pagetitle_img.png") no-repeat left bottom;
    background-size: 100% auto;
}

@media print, (min-width: 1350px) {
    .area-pagetitle::after {
        width: 400px;
        background-size: 346px auto;
    }
}

@media only screen and (max-width: 1198px) {
    .area-pagetitle::after {
        left: 3%;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 1100px) {
    .area-pagetitle::after {
        left: 1%;
        background-position: left 65%;
    }
}

@media only screen and (max-width: 767px) {
    .area-pagetitle::after {
        width: 25%;
        background-position: left 75%;
    }
}

@media only screen and (max-width: 480px) {
    .area-pagetitle::after {
        width: 28%;
        background-position: left 50%;
    }
}

/* c-intro
 * ----------------------------------------------- */
#c-intro {
    position: relative;
}

#c-intro .wrapper {
    display: inherit;
}

#c-intro .intro-ttl {
    position: relative;
    padding: 80px 80px 70px 0;
}

#c-intro .intro-ttl:after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background-color: #00b9ef;
}

#c-intro .intro-ttl .text {
    display: block;
    color: #fff;
}

#c-intro .intro-ttl .text .f-sz18 {
    display: table;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

#c-intro .intro-ttl .text .f-sz20 {
    display: table;
    line-height: 1.1;
    padding-top: 20px;
    letter-spacing: 0.1em;
}

#c-intro .intro-ttl .text .f-sz38 {
    display: table;
    line-height: 1.1;
    padding-top: 10px;
    letter-spacing: 0.2em;
}

#c-intro .intro-ttl .item01 {
    position: absolute;
    right: 5%;
    top: 0;
}

#c-intro .intro-ttl .item01 img {
}

@media only screen and (max-width: 1100px) {
    #c-intro .intro-ttl .item01 {
        right: 0;
        text-align: right;
    }

    #c-intro .intro-ttl .item01 img {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    #c-intro .intro-ttl .item01 {
        right: 0;
        text-align: right;
    }

    #c-intro .intro-ttl .item01 img {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    #c-intro .intro-ttl .item01 {
        right: 0;
        text-align: right;
    }

    #c-intro .intro-ttl .item01 img {
        width: 70%;
    }
}

#c-intro .intro-main {
    width: 100%;
    flex: 1;
    position: relative;
}

#c-intro .intro-main .c-ttl {
    letter-spacing: 0.28em;
}

#c-intro .intro-main .c-text {
    display: block;
    letter-spacing: 0.08em;
    line-height: 2em;
}

#c-intro .intro-main .ex-title {
    line-height: 1.1;
    letter-spacing: -0.02em;
}

#c-intro .intro-main .ex-subtitle {
    letter-spacing: 0.25em;
}

@media (max-width: 1100px) {
    #c-intro .intro-ttl {
        padding: 30px 0;
    }

    #c-intro .intro-ttl:after {
        width: 200%;
        right: -50%;
    }

    #c-intro .intro-main {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #c-intro .intro-ttl .text {
        line-height: 1.4em;
        letter-spacing: 0.18em;
    }

    #c-intro .intro-main .c-text {
        letter-spacing: 0.06em;
        line-height: 1.8em;
    }

    #c-intro .intro-main .c-ttl {
        letter-spacing: 0.18em;
    }
}

#c-intro .intro-main .ex-list {
}

#c-intro .intro-main .ex-list ul {
}

#c-intro .intro-main .ex-list ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

#c-intro .intro-main .ex-list ul li:last-child {
    margin-bottom: 0;
}

#c-intro .intro-main .ex-list ul li:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/partner/icon-check.svg") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

#c-intro .intro-main .ex-list ul li span {
    display: block;
}

/* story
 * ----------------------------------------------- */
#story {
}

#story .c-wrap {
    display: block;
}

@media (min-width: 768px) {
    #story .c-wrap {
        display: flex;
    }
}

#story .c-wrap .col-title {
    width: 300px;
    height: 300px;
    background-color: #65c2fd;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    #story .c-wrap .col-title {
        width: 230px;
        height: 230px;
    }
}

#story .c-wrap .col-title h2 {
    display: table;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}

#story .c-wrap .col-main {
    width: 100%;
    flex: 1;
    padding-left: 4.5%;
}

@media (max-width: 767px) {
    #story .c-wrap .col-title {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    #story .c-wrap .col-title h2 {
        font-size: 1.8rem;
    }

    #story .c-wrap .col-main {
        width: 100%;
        flex: 1;
        padding-left: 0;
        padding-top: 20px;
    }
}

#story .c-wrap .col-main .text {
    display: block;
    letter-spacing: 0.08em;
    line-height: 2em;
}

@media (max-width: 480px) {
    #story .c-wrap .col-main .text {
        letter-spacing: 0.06em;
        line-height: 1.8em;
    }
}

#story .c-wrap .col-main .ins {
    display: block;
}

#story .c-wrap .col-main .ins .flow-before {
    display: flex;
    justify-content: center;
}

#story .c-wrap .col-main .ins .flow-before li {
    text-align: center;
    padding-right: 30px;
}

#story .c-wrap .col-main .ins .flow-before li:last-child {
    padding-right: 0;
}

@media (max-width: 1024px) {
    #story .c-wrap .col-main .ins .flow-before {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #story .c-wrap .col-main .ins .flow-before li {
        text-align: center;
        padding-right: 30px;
        width: 40%;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(1) {
        padding-right: 0;
        order: 1;
        width: 35%;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(2) {
        padding-right: 0;
        order: 2;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(3) {
        padding-right: 0;
        order: 3;
        width: 45%;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(4) {
        padding-right: 0;
        order: 5;
        transform: rotate(150deg);
        width: 60px !important;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(4) .arrow3 {
        margin-top: 65px;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(5) {
        padding-right: 0;
        order: 4;
        width: 100px;
    }
}

@media (max-width: 768px) {
    #story .c-wrap .col-main .ins .flow-before {
        flex-wrap: wrap;
        justify-content: center;
    }

    #story .c-wrap .col-main .ins .flow-before li {
        text-align: center;
        padding-right: 30px;
        width: 40%;
        margin-bottom: 20px;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(1) {
        order: inherit;
        width: 100%;
        margin-bottom: 30px;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(2) {
        order: inherit;
        width: 60px !important;
        transform: rotate(90deg);
        margin: 0 auto;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(2) .arrow3 {
        margin-top: 0;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(3) {
        padding-right: 0;
        order: inherit;
        width: 100% !important;
        margin-bottom: 35px;
        margin-top: 15px;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(4) {
        display: inline-table;
        padding-right: 0;
        order: inherit;
        transform: rotate(90deg);
        width: 60px !important;
        margin: 0 auto;
        margin-bottom: 0;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(4) .arrow3 {
        margin-top: 0;
    }

    #story .c-wrap .col-main .ins .flow-before li:nth-child(5) {
        padding-right: 0;
        order: inherit;
        width: 100%;
        margin-bottom: 0;
        margin-top: 15px;
    }
}

#story .c-wrap .col-main .ins .flow-before li .item {
    display: table;
    width: 100px;
    height: 75px;
    margin: 0 auto;
}

#story .c-wrap .col-main .ins .flow-before li .item img {
    width: 100px;
    height: auto;
}

#story .c-wrap .col-main .ins .flow-before li .f-text {
    display: block;
    text-align: center;
    letter-spacing: 0.07em;
}

#story .c-wrap .col-main .ins .flow-before li .f-text .f-col01 {
    color: #a38200;
}

#story .c-wrap .col-main .ins .flow-before li .f-text .f-col02 {
    color: #666666;
}

#story .c-wrap .col-main .ins .flow-before li .f-text .f-sz14 {
    display: block;
    line-height: 1.1;
    padding-bottom: 3px;
}

#story .c-wrap .col-main .ins .flow-before li .f-text .f-sz16 {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#story .c-wrap .col-main .ins .flow-before li .f-text .f-sz16 .arrow1 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9px;
    border-color: transparent transparent transparent #a38200;
    margin-left: 5px;
    margin-right: 6px;
}

#story .c-wrap .col-main .ins .flow-before li.item-arrow {
}

#story .c-wrap .col-main .ins .flow-before li .arrow3 {
    display: flex;
    align-items: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #a38200;
    margin-top: 30px;
    width: 45px;
}

#story .c-wrap .col-main .ins .flow-before li .arrow3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #a38200;
    margin-left: 4px;
}

#story .c-wrap .col-main .ins .flow-before li .arrow3:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #a38200;
    margin-left: 4px;
}

@media (max-width: 1024px) {
    #story .c-wrap .col-main .ins .flow-before li.item-arrow {
        width: 20%;
    }

    #story .c-wrap .col-main .ins .flow-before li .arrow3 {
        margin-left: auto;
        margin-right: auto;
    }
}

#story .c-wrap .col-main .ins .flow-after {
    display: flex;
    justify-content: center;
}

#story .c-wrap .col-main .ins .flow-after li {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #story .c-wrap .col-main .ins .flow-after {
        flex-wrap: wrap;
        justify-content: center;
    }

    #story .c-wrap .col-main .ins .flow-after li {
        text-align: center;
        padding-right: 30px;
        width: 40%;
        margin-bottom: 20px;
    }

    #story .c-wrap .col-main .ins .flow-after li:nth-child(1) {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }

    #story .c-wrap .col-main .ins .flow-after li:nth-child(2) {
        width: 60px !important;
        transform: rotate(90deg);
        margin: 0 auto;
        padding: 0;
    }

    #story .c-wrap .col-main .ins .flow-after li:nth-child(2) .arrow3 {
        margin-top: 0;
    }

    #story .c-wrap .col-main .ins .flow-after li:nth-child(3) {
        padding-right: 0;
        width: 100% !important;
        margin-bottom: 0;
        margin-top: 30px;
        display: block;
    }
}

#story .c-wrap .col-main .ins .flow-after li .item {
    display: block;
    width: 100px;
    height: 75px;
}

@media (max-width: 768px) {
    #story .c-wrap .col-main .ins .flow-after li .item {
        margin: 0 auto;
    }
}

#story .c-wrap .col-main .ins .flow-after li .item img {
    width: auto;
    height: 100%;
}

#story .c-wrap .col-main .ins .flow-after li .f-text {
    display: block;
    letter-spacing: 0.07em;
    padding-left: 15px;
}

@media (max-width: 768px) {
    #story .c-wrap .col-main .ins .flow-after li .f-text {
        padding-left: 0;
    }
}

#story .c-wrap .col-main .ins .flow-after li .f-text .f-col01 {
    color: #01b9e7;
}

#story .c-wrap .col-main .ins .flow-after li .f-text .f-col02 {
    color: #666666;
}

#story .c-wrap .col-main .ins .flow-after li .f-text .f-sz14 {
    display: block;
    line-height: 1.1;
    padding-bottom: 3px;
}

#story .c-wrap .col-main .ins .flow-after li .f-text .f-sz16 {
    display: block;
}

#story .c-wrap .col-main .ins .flow-after li.item-arrow {
}

#story .c-wrap .col-main .ins .flow-after li .arrow3 {
    display: flex;
    align-items: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #01b9e7;
    /* margin-top: 0px; */
    width: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

#story .c-wrap .col-main .ins .flow-after li .arrow3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #01b9e7;
    margin-left: 4px;
}

#story .c-wrap .col-main .ins .flow-after li .arrow3:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #01b9e7;
    margin-left: 4px;
}

#story .c-wrap .col-main .ins .line-text {
    display: table;
    background-color: #03bae7;
    line-height: 32px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #story .c-wrap .col-main .ins .line-text {
        display: block;
        line-height: 1.5em;
        padding: 5px 20px;
    }
}

/* trader
 * ----------------------------------------------- */
#trader {
}

#trader .col-title {
    position: relative;
    color: #0099ff;
    line-height: 1.1;
    padding-bottom: 10px;
}

#trader .col-title:after {
    content: "";
    width: 218px;
    height: 151px;
    background: url("../img/service/hi-shuka/bg_trader-title-01.svg") no-repeat center center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    z-index: -1;
    opacity: 0.15;
}

#trader .col-title h2 {
    display: table;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

#trader .col-title h2 .arrow3 {
    display: table;
    padding-top: 15px;
    margin: 0 auto;
}

#trader .col-title h2 .arrow3 span {
    display: table;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #0099ff transparent transparent transparent;
    margin-bottom: 5px;
}

#trader .col-main {
    background-color: #fff;
}

#trader .col-main #slider {
}

#trader .col-main #slider .slick-slide {
}

@media (max-width: 768px) {
    #trader .col-main #slider .slick-slide {
    }
}

#trader .col-main #slider .c-box {
    width: 100%;
    padding-right: 1px;
}

#trader .col-main #slider .slick-slide:nth-child(2n) .c-box {
}

#trader .col-main #slider .c-box .trd-box {
    background-color: #dbf7d7;
    display: block;
    padding: 35px;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #trader .col-main #slider .c-box .trd-box {
        padding: 15px 20px;
    }
}

#trader .col-main #slider .slick-slide:nth-child(2n) .c-box .trd-box {
    background-color: #d3f0f5;
}

#trader .col-main #slider .c-box .trd-box .c-title {
    display: block;
    padding-bottom: 13px;
}

@media (min-width: 561px) {
    #trader .col-main #slider .c-box .trd-box .c-title {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 560px) {
    #trader .col-main #slider .c-box .trd-box .c-title {
        padding-bottom: 8px;
    }
}

#trader .col-main #slider .c-box .trd-box .c-title .icon-box {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #70cf00;
}

#trader .col-main #slider .slick-slide:nth-child(2n) .c-box .trd-box .c-title .icon-box {
    background-color: #00b9ef !important;
}

#trader .col-main #slider .c-box .trd-box .c-title .icon-box .icon {
    display: block;
}

#trader .col-main #slider .c-box .trd-box .c-title .icon-box .icon img {
    display: block;
    width: 60px;
    height: 60px;
}

#trader .col-main #slider .c-box .trd-box .c-title .title {
    display: block;
    padding-left: 18px;
    width: 100%;
    flex: 1;
}

@media (max-width: 560px) {
    #trader .col-main #slider .c-box .trd-box .c-title .title {
        padding-left: 0;
        text-align: center;
    }

    #trader .col-main #slider .c-box .trd-box .c-title .icon-box {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    #trader .col-main #slider .c-box .trd-box .c-title .icon-box .icon img {
        width: 50px;
        height: 50px;
    }
}

#trader .col-main #slider .c-box .trd-box .c-title .title .f-sz20 {
    display: block;
    color: #333;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding-bottom: 8px;
}

#trader .col-main #slider .c-box .trd-box .c-title .title .f-sz16 {
    color: #666;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

@media (max-width: 560px) {
    #trader .col-main #slider .c-box .trd-box .c-title .title .f-sz20 {
        display: block;
        color: #333;
        letter-spacing: 0.08em;
        line-height: 1.1;
        padding-bottom: 3px;
        font-size: 1.8rem;
    }

    #trader .col-main #slider .c-box .trd-box .c-title .title .f-sz16 {
        color: #666;
        letter-spacing: 0.08em;
        line-height: 1.1;
        font-size: 1.6rem;
    }
}

#trader .col-main #slider .c-box .trd-box .c-text {
    display: block;
    line-height: 1.8;
}

@media (max-width: 560px) {
    #trader .col-main #slider .c-box .trd-box .c-text {
        line-height: 1.5;
    }
}

/* spec
 * ----------------------------------------------- */
#spec {
}

#spec .col-title {
}

#spec .col-title h2 {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#spec .col-title h2 span {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.07em;
}

#spec .col-title h2 span.f-sz20 {
    padding-bottom: 15px;
}

@media (max-width: 480px) {
    #spec .col-title h2 span.f-sz20 {
        padding-bottom: 5px;
    }
}

/* c-hishuka
 * ----------------------------------------------- */
#c-hishuka {
}

#c-hishuka .col-title {
}

#c-hishuka .col-title h2 {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#c-hishuka .col-title h2 span {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.07em;
}

#c-hishuka .col-title h2 span.f-sz20 {
    padding-bottom: 15px;
}

@media (max-width: 480px) {
    #c-hishuka .col-title h2 span.f-sz20 {
        padding-bottom: 5px;
    }
}

#c-hishuka .col-main {
}

#c-hishuka .col-main .col-overview {
    display: flex;
}

#c-hishuka .col-main .col-overview .col01 {
    width: 50%;
}

#c-hishuka .col-main .col-overview .col01 .c-box {
    padding: 0 30px;
}

@media (max-width: 991px) {
    #c-hishuka .col-main .col-overview {
        display: block;
    }

    #c-hishuka .col-main .col-overview .col01 {
        width: 100%;
    }

    #c-hishuka .col-main .col-overview .col01 .c-box {
        padding: 0;
    }
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-ttl {
    position: relative;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-ttl:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background-color: #65c2fd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-ttl span {
    display: table;
    padding-right: 23px;
    background-color: #fff;
    letter-spacing: 0.28em;
}

@media (max-width: 480px) {
    #c-hishuka .col-main .col-overview .col01 .c-box .c-ttl span {
        padding-right: 15px;
        letter-spacing: 0.18em;
    }
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main {
    padding-top: 25px;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl {
    display: flex;
    padding-bottom: 25px;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl:last-child {
    padding-bottom: 0;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dt {
    width: 120px;
    line-height: 1.5em;
    font-weight: bold;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dt span {
    
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dd {
    width: 100%;
    flex: 1;
    line-height: 1.5em;
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dd span {
    
}

@media (max-width: 991px) {
    #c-hishuka .col-main .col-overview .col01 .c-box .c-main dl {
        display: block;
        padding-bottom: 20px;
    }

    #c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dt {
        width: 100%;
    }

    #c-hishuka .col-main .col-overview .col01 .c-box .c-main dl dd {
        width: 100%;
    }
}

#c-hishuka .col-main .col-overview .col01 .c-box .c-main .text {
    display: block;
    line-height: 2em;
    letter-spacing: 0.03em;
}

#c-hishuka .col-main .col-staff {
}

#c-hishuka .col-main .col-staff .col02 {
    width: 100%;
}

#c-hishuka .col-main .col-staff .col02 .c-box {
    padding: 0 30px;
}

@media (max-width: 991px) {
    #c-hishuka .col-main .col-staff .col02 .c-box {
        padding: 0;
    }
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-ttl {
    position: relative;
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-ttl:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background-color: #65c2fd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-ttl span {
    display: table;
    padding-right: 23px;
    background-color: #fff;
    letter-spacing: 0.28em;
}

@media (max-width: 480px) {
    #c-hishuka .col-main .col-staff .col02 .c-box .c-ttl span {
        padding-right: 10px;
        letter-spacing: 0.13em;
    }
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-main {
    padding-top: 35px;
    display: flex;
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-main .img-box {
    display: block;
    max-width: 420px;
    width: 38%;
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-main .img-box img {
    width: 100%;
    height: auto;
}

#c-hishuka .col-main .col-staff .col02 .c-box .c-main .text {
    display: block;
    padding: 0px 10px 0 40px;
    line-height: 2em;
    letter-spacing: 0.08em;
    width: 100%;
    flex: 1;
}

@media (max-width: 991px) {
    #c-hishuka .col-main .col-staff .col02 .c-box .c-main {
        padding-top: 35px;
        display: block;
    }

    #c-hishuka .col-main .col-staff .col02 .c-box .c-main .img-box {
        max-width: 420px;
        width: auto;
        margin: 0 auto;
    }

    #c-hishuka .col-main .col-staff .col02 .c-box .c-main .img-box img {
        width: 100%;
        height: auto;
    }

    #c-hishuka .col-main .col-staff .col02 .c-box .c-main .text {
        display: block;
        padding: 0px 10px 0 40px;
        line-height: 2em;
        letter-spacing: 0.08em;
        padding: 30px 0 0;
    }
}

/* spec
 * ----------------------------------------------- */
#spec {
}

.specs-wrap {
}

.tab_item {
    display: flex;
    align-items: center;
    width: calc(100%/5);
    height: 60px;
    cursor: pointer;
    float: left;
    -moz-transition: all 0.28s;
    -o-transition: all 0.28s;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
}

@media (max-width: 1200px) {
    .tab_item {
        width: calc(100%/3);
        margin-bottom: 2px;
    }
}

@media (max-width: 768px) {
    .tab_item {
        height: 45px;
    }
}

@media (max-width: 480px) {
    .tab_item {
        height: 38px;
    }
}

@media (max-width: 768px) {
    .tab_item {
        width: calc(100%/2);
    }
}

input[name="tab_item"] {
    display: none;
}

.tab_item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.2);
    position: relative;
    -moz-transition: all 0.28s;
    -o-transition: all 0.28s;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
    cursor: pointer;
}

.tab_item .icon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.4;
}

@media (max-width: 768px) {
    .tab_item .icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .tab_item .icon {
        width: 38px;
        height: 38px;
    }
}

@media (min-width: 1201px) {
    .tab_item .icon:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #0099ff transparent transparent transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        -moz-transition: all 0.28s;
        -o-transition: all 0.28s;
        -webkit-transition: all 0.28s;
        transition: all 0.28s;
        opacity: 0;
    }
}

.tab_item .icon img {
}

.tab_item .text {
    color: rgba(0,0,0,0.2);
    margin-right: 2px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    -moz-transition: all 0.28s;
    -o-transition: all 0.28s;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
    display: block;
    width: 100%;
    flex: 1;
    height: 100%;
    padding-left: 5%;
    position: relative;
    cursor: pointer;
}

.tab_item .text span {
    display: block;
    position: absolute;
    line-height: 1.2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .tab_item .text {
        padding-left: 10px;
        padding-right: 5px;
    }

    .tab_item .text span {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .tab_item .text {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab_item .text span {
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) {
	#spec05 + .tab_item .text {
	    margin-right: 0;
	}
}
.tab_item:hover .icon, .specs-wrap input:checked + .tab_item .icon {
    background-color: rgba(0,153,255,1);
}

.tab_item:hover .icon img, .specs-wrap input:checked + .tab_item .icon img {
    opacity: 1;
}

.tab_item:hover .text, .specs-wrap input:checked + .tab_item .text {
    border-bottom: 3px solid rgba(0,153,255,1);
}

.tab_item:hover .text, .specs-wrap input:checked + .tab_item .text {
    color: #0099ff;
}
.specs-wrap input + .tab_item .text:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid rgba(0,0,0,0.2);
	border-right: 2px solid rgba(0,0,0,0.2);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	-webkit-transform: translateY(-50%)  rotate(135deg);
	transform: translateY(-50%)  rotate(135deg);
	-moz-transition: all 0.28s;
	-o-transition: all 0.28s;
	-webkit-transition: all 0.28s;
	transition: all 0.28s;
	display: block;
}
.tab_item:hover .text:after,
.specs-wrap input:checked + .tab_item .text:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid rgba(0,0,0,0.2);
	border-right: 2px solid rgba(0,0,0,0.2);
	position: absolute;
	right: 15px;
	top: 50%;
/* 	margin-top: -1px !important; */
	border-top: 2px solid #0099ff !important;
	border-right: 2px solid #0099ff !important;
	-webkit-transform: translateY(-50%)  rotate(135deg);
	transform: translateY(-50%)  rotate(135deg);
	display: none;
}
@media (max-width: 768px) {
	.specs-wrap input + .tab_item .text:after {
	    content: "";
	    width: 6px;
	    height: 6px;
	    border-top: 2px solid rgba(0,0,0,0.2);
	    border-right: 2px solid rgba(0,0,0,0.2);
	    position: absolute;
	    right: 10px;
	    margin-top: 0;
	}
	.tab_item:hover .text:after,
	.specs-wrap input:checked + .tab_item .text:after {
		content: "";
	    width: 6px;
	    height: 6px;
		border-top: 2px solid rgba(0,0,0,0.2);
		border-right: 2px solid rgba(0,0,0,0.2);
		position: absolute;
		right: 10px;
	}
}
.tab_item:hover .icon:after,
.specs-wrap input:checked + .tab_item .icon:after {
    opacity: 1;
    bottom: -10px;
}

.tab_content {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #e9f7fa;
    clear: both;
}

#spec01:checked ~ #spec01_content, #spec02:checked ~ #spec02_content, #spec03:checked ~ #spec03_content, #spec04:checked ~ #spec04_content, #spec05:checked ~ #spec05_content {
    display: block !important;
    width: 100%;
    height: 100%;
}

.tab_content .tab-cbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.tab_content .tab-cbox dl {
    width: 50%;
    padding: 2.5% 3%;
}

.tab_content .tab-cbox dl.col-1 {
    width: 100%;
}

.tab_content .tab-cbox dl dt {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
}

@media (max-width: 991px) {
    .tab_content .tab-cbox dl {
        width: 100%;
        padding: 0 20px 30px;
    }

    .tab_content .tab-cbox dl:first-child {
        width: 100%;
        padding: 30px 20px;
    }

    .tab_content .tab-cbox dl dt {
        position: relative;
        padding-left: 35px;
        padding-bottom: 3px;
        letter-spacing: 0.05em;
    }
}

.tab_content .tab-cbox dl dt:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("../img/service/hi-shuka/icon-check.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 480px) {
    .tab_content .tab-cbox dl dt {
        padding-left: 25px;
        padding-bottom: 3px;
        letter-spacing: 0.03em;
    }

    .tab_content .tab-cbox dl dt:before {
        width: 18px;
        height: 18px;
        top: 3px;
    }
}

.tab_content .tab-cbox dl dt span {
}

@media (max-width: 480px) {
    .tab_content .tab-cbox dl dt span.f-sz17 {
        font-size: 1.5rem;
    }
}

.tab_content .tab-cbox dl dt .f-blue {
    color: #0099ff;
}

.tab_content .tab-cbox dl dd {
}

.tab_content .tab-cbox dl dd span {
    display: block;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    padding-top: 5px;
}

@media (max-width: 991px) {
    .tab_content .tab-cbox dl dd span {
        line-height: 1.6em;
    }
}

@media (max-width: 480px) {
    .tab_content .tab-cbox dl dd span {
        letter-spacing: 0.03em;
        font-size: 1.5rem;
    }
}

.tab_content .tab-cbox dl dd span.f-sz14 {
    line-height: 1.5em;
}

/* Lbtns
 * ----------------------------------------------- */
#Lbtns {
}

.box-Lbtns .btn-hishuka {
    border: none;
    overflow: hidden;
    padding: 0;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap {
    position: relative;
    padding: 36px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap {
        padding: 25px 0;
    }
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-top {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-color: #00ccff;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-top span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-top span:after {
    content: "";
    background-color: #99cc00;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 10px;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .logo {
    display: table;
    margin-left: 3.8%;
    width: 60%;
    max-width: 335px;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .logo img {
    width: 100%;
    max-width: 335px;
    height: auto;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4.7%;
    z-index: 1;
    width: 27%;
    max-width: 165px;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
    width: 166px;
    height: 150px;
    background-image: url("../img/common/bubble_hi-shuka.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble span {
    color: #fff;
    text-align: center;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
    display: table;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 15px;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 2rem;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 2.4rem;
    padding-top: 3px;
}

@media print, (max-width: 1300px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
        right: -40px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        padding-left: 28px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: left;
        font-size: 1.4rem;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        text-align: left;
        font-size: 1.7rem;
    }
}

@media print, (max-width: 991px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
        right: 130px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        display: table;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-left: 15px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        font-size: 1.6rem;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        font-size: 2rem;
        padding-top: 5px;
    }
}

@media print, (max-width: 640px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
        right: 130px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        display: table;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-left: 15px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        font-size: 1.6rem;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        font-size: 2rem;
        padding-top: 5px;
    }
}

@media print, (max-width: 991px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
        right: -40px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble span {
        color: #fff;
        text-align: center;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        padding-left: 30px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        text-align: left;
        font-size: 1.3rem;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        text-align: left;
        font-size: 1.6rem;
        padding-top: 5px;
    }
}

@media print, (max-width: 480px) {
    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble {
        right: -50px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble span {
        color: #fff;
        text-align: center;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        padding-left: 30px;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        text-align: left;
        font-size: 1.2rem;
    }

    .box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        text-align: left;
        font-size: 1.4rem;
        padding-top: 5px;
    }
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .bubble img {
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-bottom {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    background-color: #00ccff;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-bottom span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-bottom span:before {
    content: "";
    background-color: #ffcc66;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 10px;
}

.box-Lbtns .btn-hishuka .ban-hishuka-wrap .line-bottom span:after {
    content: "";
    background-color: #ff3366;
    position: absolute;
    left: 30%;
    bottom: 0;
    width: 6%;
    height: 10px;
}
