@charset "utf-8";

/***** top.css *****/

body {
    background: #fff;
}

.mainVisual {
    position: relative;
    z-index: 2;
}

.mainVisual .slider {
    overflow: hidden;
}

.mainVisual .slider.slick-initialized {
    display: block;
}

.mainVisual .slick-slide {
    width: 90%;
}

.mainVisual .slick-slide a {
    transition: all 0.5s;
}

.mainVisual .slick-slide a:hover {
    opacity: 0.8;
}

.mainVisual .slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.mainVisual .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mainVisual .slick-dots li button::before {
    font-size: 30px;
    opacity: 1;
    color: #fff;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #F5AA00;
}


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

.bannerArea {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff
}

.bannerArea a {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: .25s;
}

.bannerArea a:hover {
    border: 1px solid #f5aa00;
}

@media screen and (max-width: 768px) {
    .bannerArea a {
        width: 90%;
    }

    .bannerArea a:hover {
        border: 1px solid rgba(255, 255, 255, 0);
    }
}


.cbt-mission {
    position: relative;
    background: #fff;
    z-index: 2;
}

.cbt-mission.vision .inner,
.cbt-mission.value .inner {
    padding: 0 0 100px;
}

.cbt-mission .text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #031343;
}

.cbt-mission .text p {
    margin: 1em 0;
}

.cbt-mission .text.left p {
    display: inline-block;
    text-align: left;
}

.cbt-mission .stitle {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #031343;
}

.cbt-mission.vision .stitle {
    letter-spacing: .05em;
}

.cbt-mission.vision .stitle br {
    display: block;
}

.cbt-mission .stitle span {
    font-size: 30px;
}

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

    .cbt-mission.vision .inner,
    .cbt-mission.value .inner {
        padding: 0 0 40px;
    }

    .cbt-mission .title {
        margin-bottom: 20px;
    }

    .cbt-mission .text {
        font-size: 14px;
    }

    .cbt-mission .stitle {
        font-size: 24px;
    }

    .cbt-mission.vision .stitle br {
        display: none;
    }

    .cbt-mission .stitle span {
        font-size: 18px;
    }
}

.value_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #031343;
}

.value_item {
    width: 48.5%;
    margin: 0 0 3%;
    padding: 3%;
    box-sizing: border-box;
    border: 1px solid #CDD6DD;
}

.value_item_num {
    text-align: center;
    color: #CDD6DD;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
}

.value_item_title {
    margin-top: .75em;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    line-height: 1em;
}

.value_item_title br {
    display: none;
}

.value_item_catch {
    margin-top: .75em;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
}

.value_item_text {
    margin-top: 1.75em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

@media screen and (max-width: 1000px) {
    .value_item_title {
        line-height: 1.5em;
    }

    .value_item_title br {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    .value_item {
        width: 100%;
        margin: 0 0 4%;
        padding: 6%;
    }

    .value_item_num {
        font-size: 28px;
    }

    .value_item_title {
        font-size: 16px;
    }

    .value_item_catch {
        font-size: 12px;
    }

    .value_item_text {
        font-size: 14px;
    }
}

.products {
    position: relative;
    background: transparent;
    z-index: 1;
}

.products::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/top/products_bg.jpg") center top repeat-y;
    background-size: cover;
    z-index: 0;
}

.products .productWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.products_procan_photo {
    position: absolute;
    top: -12%;
    right: 2%;
    width: 19.77%;
    z-index: 1;
}

.products .productWrap .logo {
    position: relative;
    width: 36%;
    z-index: 3;
}

.products .productWrap .detail {
    position: relative;
    width: 82%;
    margin: -22% 0 7% 18%;
    padding: 2em 5% 3em 20%;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px rgba(1, 61, 123, .1);
    font-size: 14px;
    color: #031343;
    background: #fff;
    z-index: 2;
}

.products .productWrap .detail .productName {
    margin: 0 0 0.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #013D7B;
}

.products .productWrap .detail .productName p {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 14px;
    font-weight: 700;
    color: #013D7B;
}

.products .btn {
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    margin-top: 30px;
    line-height: 35px;
    border: 1px solid #F5AA00;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #F5AA00;
    transition: .25s;
}

.products .btn::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 25px;
    background: url("../img/common/button_arrow_right.png") center no-repeat;
    background-size: 100% auto;
}

.products .btn:hover {
    color: #F5AA00;
    background: #fff;
}

.products .btn:hover::after {
    background: url("../img/common/button_arrow_right_hover.png") center no-repeat;
    background-size: 100% auto;
}

.productName_img img {
    width: auto;
    height: 26px;
    image-rendering: auto;
}

.products .series {
    display: flex;
    border-top: 1px dashed #999;
    margin-top: 32px;
    padding-top: 32px;
    justify-content: space-between;
}

.products .series a {
    width: 48%;
}

.products .series img:hover {
    top: -5px;
    transition: 0.5s;
}

.products .series img {
    position: relative;
    top: 0;
    border: solid 1px #bbb;
    border-radius: 4px;
}

@media screen and (max-width: 1000px) {
    .products_procan_photo {
        top: -11%;
    }
}

@media screen and (max-width: 768px) {
    .products_procan_photo {
        top: 1%;
        width: 32.18%;
    }

    .products .productWrap .logo {
        width: 45%;
        margin: 0 0 0 -5%
    }

    .products .productWrap .detail {
        width: 96%;
        margin: -15% auto 5%;
        padding: 8% 5% 3em;
    }

    .products .productWrap .detail .productName {
        margin: 0 0 1em;
        text-align: center;
        /* font-size: 18px; */
    }

    .products .productWrap .detail .productName p {
        display: block;
        margin-top: -5px;
        margin-left: 0;
        font-size: 11px;
        line-height: 1em;
        text-align: center;
    }

    .products .btn {
        margin: 30px auto 0;
    }

    .procan_img img {
        width: auto;
        height: 15px;
    }

}

/* release */
.release {
    background: #fff;
}

.release-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 890px;
    margin: 0 auto;
    border-top: 1px solid #CDD6DD;
}

.release-date {
    width: 9em;
    padding: 1em;
    box-sizing: border-box;
    color: #CDD6DD;
    text-align: center;
    border-bottom: 1px solid #CDD6DD;
}

.release-title {
    width: calc(100% - 9em);
    padding: 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #CDD6DD;
}

.release-link {
    color: #031343;
    transition: .25s;
}

.release-link:hover {
    color: #f5aa00;
}

.release_btn {
    margin: 40px auto 0;
}

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

    .release-date,
    .release-title {
        padding: 1em;
        font-size: 14px;
    }

    .release-date {
        width: 7em;
    }

    .release-title {
        width: calc(100% - 7em);
    }
}

@media screen and (max-width: 600px) {
    .release-wrap {
        width: 100%;
    }

    .release-date {
        width: 6.5em;
    }

    .release-title {
        width: calc(100% - 6.5em);
    }

    .products .series {
        flex-wrap: wrap;
    }

    .products .series a {
        width: 80%;
        margin: 8px auto;
    }
}

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

    .release-date,
    .release-title {
        font-size: 13px;
    }

    .products .series a {
        width: 90%;
    }
}

.company-profile {
    background: #fff;
}

.company-profile .companyData {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 890px;
    margin: 0 auto;
    border-top: 1px solid #CDD6DD;
}

.company-profile .companyData dt,
.company-profile .companyData dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 2em;
    box-sizing: border-box;
    font-size: 15px;
    border-bottom: 1px solid #CDD6DD;
}

.company-profile .companyData dt {
    width: 150px;
    font-weight: 700;
}

.company-profile .companyData dd {
    width: calc(100% - 150px);
}

.company-profile .companyData .vttop {
    align-items: flex-start;
}

.companyData-pmark {
    display: flex;
    align-items: center;
}

.companyData-pmark p {
    display: inline-block;
}

.companyData-pmark p br.sp1,
.companyData-pmark p br.sp2 {
    display: none;
}

.companyData-pmark p img {
    display: block;
    width: 80px;
    margin: 20px 0 20px 20px;
}

.companyData_subtite {
    width: 100%;
    font-weight: 700;
}

.companyData_detail {
    width: 100%;
    margin: 0 0 1em;
}

.companyData_detail a {
    color: #013D7B;
    word-break: break-all;
}

.companyData_detail a:hover {
    text-decoration: underline;
}

.officerData_detail span {
    width: 120px;
    display: inline-block;
}

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

    .company-profile .companyData dt,
    .company-profile .companyData dd {
        padding: 1em;
        font-size: 14px;
    }

    .company-profile .companyData dt {
        width: 7em;
    }

    .company-profile .companyData dd {
        width: calc(100% - 7em);
    }

    .companyData-pmark p br.sp1 {
        display: inline;
    }
}

@media screen and (max-width: 600px) {
    .company-profile .companyData {
        width: 100%;
    }

    .company-profile .companyData dt {
        width: 6.5em;
    }

    .company-profile .companyData dd {
        width: calc(100% - 6.5em);
    }

    .companyData-pmark p br.sp2 {
        display: inline;
    }

    .companyData-pmark p img {
        display: block;
        width: 60px;
        margin: 15px 0 15px 15px;
    }
}

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

    .company-profile .companyData dt,
    .company-profile .companyData dd {
        font-size: 13px;
    }
}
