@charset "utf-8";

/*--------------------------------------
common
---------------------------------------*/
#contents {
    width: 100%;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]) {
    position: relative;
    margin: 2.5rem 0 6rem 4rem;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    font-family: var(--serif);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.main-index h2:not([class])::before {
    position: absolute;
    left: -4rem;
    top: -2.5rem;
    width: 100%;
    height: 100%;
    background: #102d4b;
    background: -webkit-linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    content: "";
    z-index: -1;
}

.main-index h2:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 5rem 0;
}

.block-head .box-fig {
    width: 40rem;
    text-align: center;
    order: 2;
}

.block-head .box-txt {
    /*-----width: calc(100% - 45rem);-----*/
    padding: 0 4rem 0 0;
    order: 1;
}

.block-head .box-txt .title {
    position: relative;
    margin: 0 0 7rem 0;
    color: #000;
    font-family: var(--serif);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    font-weight: 700;
}

.block-head .box-txt .title::before {
    position: absolute;
    left: 0;
    top: calc(100% + 3rem);
    width: 10rem;
    height: 0.1rem;
    border-bottom: 2px solid #2894a0;
    content: "";
}

.block-head .box-txt .title a {
    display: inline-block;
    padding: 0 4rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}


/*--------------------------------------
block-column
---------------------------------------*/
.block-column {
    border-top: 1px solid #000;
}

.block-column .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.5rem 0;
    border-bottom: 1px solid #000;
}

.block-column .box-fig {
    width: 22.6rem;
}

.block-column .box-txt {
    display: flex;
    align-items: center;
    width: calc(100% - 22.6rem);
    padding: 0 0 0 3rem;
}

.block-column .box-txt .ttl {
    margin: 0 0 2rem 0;
    color: #2894a0;
    font-family: var(--serif);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-column .box-txt .ttl a {
    display: inline-block;
    padding: 0 3.8rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.block-column .box-txt p:not([class]) {
    margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
    padding: 4rem 0;
    background: url(img/mv_bg_02.png) no-repeat left center, url(img/mv_bg_01.jpg) no-repeat center center, #e9ecef;
    background-size: auto calc(100% - 0.4rem), cover;
}

#visArea .mainArea {
    width: 110rem;
    margin: 0 auto;
}

#visArea .mainArea .mainTxtBox {
    position: relative;
    width: 70rem;
    padding: 3.5rem 3.5rem 4.2rem 3.5rem;
    background: rgba(255, 255, 255, 0.5);
}

#visArea .mainArea .mainTxtBox::before {
    position: absolute;
    left: calc(100% + 1.5rem);
    top: -2.8rem;
    width: 48.8rem;
    height: 48.8rem;
    background: url(img/mv_bg_03.png) no-repeat left top;
    background-size: contain;
    content: "";
}

#visArea .mainArea .catch {
    margin: 0 0 2.5rem 0;
    color: #000;
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}

#visArea .mainArea .title {
    margin: 0 0 1.5rem 0;
    color: #123b5f;
    font-family: var(--serif);
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.4;
}

#visArea .mainArea .title span {
    color: #2894a0;
    font-size: 4.6rem;
}

#visArea .mainArea .mainTxtBox p:not([class]) {
    margin: 1em 0 0 0;
    color: #000;
}

#visArea .mainArea .mainTxtBox p:not([class]) span {
    background: linear-gradient(transparent 60%, #f5f89d 60%);
    font-weight: 700;
}

#visArea .mainArea .btn-internal {
    max-width: 36rem;
    margin: 3rem auto 0 auto;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
    position: relative;
    padding: 10rem 0;
    background: #eee url(img/add02_bg_01.jpg) repeat-y center top;
    background-size: 100% auto;
}

.addParts02::before {
    position: absolute;
    right: 0;
    top: -6rem;
    width: 106rem;
    height: 12rem;
    background: url(img/add02_bg_02.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.addParts02-company {
    position: relative;
    margin: 0 0 10rem 0;
    background: #fff;
}

.addParts02-company:last-child {
    margin: 0;
}

.addParts02 .balloon {
    position: absolute;
    left: 1rem;
    top: -1rem;
    width: 13rem;
    height: 8rem;
    padding: 1.3rem 2.3rem 0 0;
    background: url(img/add01_bg_02.png) no-repeat left top;
    background-size: contain;
    color: #112d49;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .balloon span {
    font-size: 2.9rem;
}

.addParts02 .catch-title {
    padding: 3.5rem 12rem;
    background: #102d4b;
    background: -webkit-linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    color: #fff;
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .catch-title span {
    color: #e1ff65;
    font-size: 4rem;
}

.addParts02 .inner {
    padding: 5rem 10rem;
}

.addParts02 .name {
    margin: 0 0 4rem 0;
    color: #000;
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .title {
    margin: 10rem 0 4rem 0;
    padding: 2rem;
    background: #102d4b;
    color: #fff;
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 table th {
    width: 16rem;
}

.block-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-summary .box-fig {
    width: 42rem;
    text-align: center;
}

.block-summary .box-fig img {
    border: 1px solid #dbdbdb;
}

.block-summary .box-txt {
    width: calc(100% - 42rem);
    padding: 0 0 0 3rem;
}

.block-summary .txt {
    padding: 3rem;
    background: #f0f4fa;
    text-align: center;
}

.block-summary .txt .ttl {
    margin: 0 0 1.5rem 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-summary .txt p:not([class])+.ttl {
    margin: 1.5rem 0 0 0;
}

.block-summary .txt p:not([class]) {
    margin: 0;
}

.addParts02 .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 0 0;
}

.addParts02 .tags::after {
    display: block;
    width: calc((100% - 2.4rem) / 3);
    content: "";
}

.addParts02 .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 2.4rem) / 3);
    min-height: 4rem;
    padding: 0.8erem;
    background: #112d49;
    border-radius: 0.5rem;
    color: #e3ff88;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.block-reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-reason .box {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 2rem 0;
}

.block-reason .box-head {
    display: flex;
    align-items: center;
    min-height: 1.6rem;
    margin: 0 0 2rem 0;
    padding: 0.8rem 0 0 2rem;
    background: url(img/title_bg_07.png) no-repeat left top;
    background-size: 16px auto;
}

.block-reason .box-head .ttl {
    width: 100%;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-reason .box-body p:not([class]) {
    margin: 0;
}

.block-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-case::after {
    display: block;
    width: calc((100% - 5.6rem) / 3);
    content: "";
}

.block-case .box {
    width: calc((100% - 5.6rem) / 3);
}

.block-case .box .fig,
.block-case .box .fig+.caption {
    text-align: center;
}

.block-case .box ul:not([class]) {
    margin: 2rem 0 0 0;
}

.product-slider-spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-slider-container {
    position: relative;
    width: 33rem;
}

.product-slider-container .swiper-pagination {
    position: relative;
    margin: 1rem auto 0 auto;
    text-align: center;
    z-index: 1;
}

.product-slider-container .fig,
.product-slider-container .caption {
    text-align: center;
}

.product-slider-container .btn-web {
    margin: 3rem auto 0 auto;
}

.product-spec-table-container {
    width: calc(100% - 33rem);
    padding: 0 0 0 2.8rem;
}

.product-spec-table table {
    margin: 0;
}

.product-spec-table table th {
    width: 14rem;
}

.product-slider-container .swiper-button-next,
.product-slider-container .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    z-index: 10
}

.product-slider-container .swiper-button-next::after,
.product-slider-container .swiper-rtl .swiper-button-prev::after {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(img/slider-arrow-right.svg) no-repeat center center;
    background-size: contain;
    content: "";
}

.product-slider-container .swiper-button-prev::after,
.product-slider-container .swiper-rtl .swiper-button-next::after {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(img/slider-arrow-left.svg) no-repeat center center;
    background-size: contain;
    content: "";
}

.product-slider-container .swiper-button-next:hover,
.product-slider-container .swiper-button-prev:hover {
    opacity: 0.7;
}

.product-name {
    margin: 0 0 2rem 0;
    color: #33949f;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
    padding: 10rem 0 2rem 0;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
    padding: 4rem 0 6rem 0;
    background-color: #f9fcff;
    margin-top: 2rem;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
    padding: 6rem 0 8rem 0;
    background: url(img/add05_bg_01.png) no-repeat left center;
}

.addParts05 .block-matome .ttl {
    width: 75%;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
    position: relative;
    padding: 10rem 0 6rem 0;
}

.addParts06::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e3e9f0 url(img/add06_bg_01.png) no-repeat right top 40rem;
    content: "";
    z-index: -2;
}

.addParts06 p.lead {
    width: 100%;
}

.addParts06 .frame-wrap {
    margin: 0 auto;
}

.addParts06 .frame-wrap::after {
    width: calc((100% - 5rem) / 3);
}

.addParts06 .frame-wrap .frame {
    width: calc((100% - 5rem) / 3);
    margin: 0 0 4rem 0;
    padding: 3rem;
    background: #fff;
}

.addParts06 .frame-wrap .frame::before {
    display: none;
    content: none;
}

.addParts06 .frame-wrap .frame-head {
    margin: 0 0 2rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #000;
}

.addParts06 .frame-wrap .frame-head .ttl {
    font-size: 2.4rem;
}

.addParts06 .frame-wrap .frame-head .ttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.addParts06 .frame-wrap .frame-body .fig {
    margin: 0;
}

.addParts06 .frame-wrap .frame-body .fig+.caption {
    text-align: center;
}

.addParts06 .frame-wrap .frame-body .ttl {
    margin: 2.5rem 0 1rem 0;
    padding: 0.5rem;
    background: #e3e9f0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts06 .frame-wrap .frame-body p:not([class]),
.addParts06 .frame-wrap .frame-body table {
    margin: 1.5rem 0 0 0;
}

.addParts06 .frame-wrap .frame-body ul:not([class]) {
    margin: 0;
}

.addParts06 .frame-wrap .frame-body table th {
    width: 9rem;
    padding: 1rem 0.5rem;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
    padding: 10rem 0 12rem 0;
    background: url(img/add07_bg_01.png) no-repeat left center;
}

.addParts07 .box-wrap {
    margin: 0 auto;
}

.addParts07 .box-wrap .box {
    padding: 4rem 0 3rem 0;
}

.addParts07 .box-wrap .box-head .fig {
    width: 6.9rem;
}

.addParts07 .box-wrap .box-head .ttl {
    width: 100%;
    color: #2894a0;
    font-family: var(--serif);
    font-size: 2.4rem;
}


/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08 {
    padding: 10rem 0 12rem 0;
    background: #f4f4f4 url(img/add08_bg_01.png) no-repeat right center;
}


/*--------------------------------------
addParts09
---------------------------------------*/
.addParts09 {
    padding: 10rem 0 12rem 0;
    background: url(img/add09_bg_01.png) no-repeat left center;
}

.addParts09 .box{
	display:block;
}

.addParts09 .block-column .box-txt{
    display: block;
    width: 100%;
}

/*--------------------------------------
addParts10
---------------------------------------*/
.addParts10 {
    position: relative;
    padding: 10rem 0 12rem 0;
}

.addParts10::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4 url(img/add10_bg_01.png) no-repeat right center;
    content: "";
    z-index: -2;
}

.addParts10 p.lead {
    width: 100%;
}

.addParts10 .frame-wrap {
    margin: 0 auto;
}

.addParts10 .frame-wrap::after {
    display: block;
    width: calc((100% - 5rem) / 3);
    content: "";
}

.addParts10 .frame-wrap .frame {
    width: calc((100% - 5rem) / 3);
    margin: 5rem 0 0 0;
    padding: 4rem 2rem;
    background: #fff;
}

.addParts10 .frame-wrap .frame::before {
    position: absolute;
    left: 1rem;
    top: -2.4rem;
    width: 4.9rem;
    height: 4.9rem;
    background: url(img/add10_bg_02.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.addParts10 .frame-wrap .frame-head {
    margin: 0 0 2rem 0;
}

.addParts10 .frame-wrap .frame-head .ttl {
    color: #2894a0;
    font-family: var(--serif);
    font-size: 2.4rem;
}

.addParts10 .frame-wrap .frame-head .ttl a {
    display: inline-block;
    padding: 0 3rem 0 0;
}

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

    /*--------------------------------------
heading
---------------------------------------*/
    .main-index h2:not([class]) {
        margin: 1.5rem 0 4rem 1.5rem;
        padding: 1.5rem;
        font-size: 2.4rem;
    }

    .main-index h2:not([class])::before {
        left: -1.5rem;
        top: -1.5rem;
    }


    /*--------------------------------------
block-head
---------------------------------------*/
    .block-head {
        margin: 0 0 4rem 0;
    }

    .block-head .box-fig {
        width: 100%;
        margin: 0 0 2rem 0;
        text-align: center;
        order: 1;
    }

    .block-head .box-txt {
        width: 100%;
        padding: 0;
        order: 2;
    }

    .block-head .box-txt .title {
        margin: 0 0 5rem 0;
        font-size: 2.4rem;
    }

    .block-head .box-txt .title::before {
        top: calc(100% + 2rem);
    }


    /*--------------------------------------
block-column
---------------------------------------*/
    .block-column .box {
        display: block;
    }

    .block-column .box-fig {
        width: 22.6rem;
        margin: 0 auto 2rem auto;
    }

    .block-column .box-txt {
        display: block;
        width: 100%;
        padding: 0;
    }

    .block-column .box-txt .ttl {
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
    }


    /*--------------------------------------
visArea
---------------------------------------*/
    #visArea {
        padding: 3.5rem 1.5rem 3rem 1.5rem;
        background: url(img/mv_bg_02.png) no-repeat left center, url(img/mv_bg_01.jpg) no-repeat center center, #e9ecef;
        background-size: auto calc(100% - 0.4rem), cover;
    }

    #visArea .mainArea {
        width: 100%;
    }

    #visArea .mainArea .mainTxtBox {
        width: 100%;
        padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    }

    #visArea .mainArea .mainTxtBox::before {
        position: absolute;
        left: auto;
        right: -1.2rem;
        top: -3rem;
        width: 12rem;
        height: 12rem;
        background: url(img/mv_bg_03.png) no-repeat left top;
        background-size: contain;
        content: "";
    }

    #visArea .mainArea .catch {
        margin: 0 0 2rem 0;
        font-size: 1.6rem;
    }

    #visArea .mainArea .title {
        font-size: 1.8rem;
    }

    #visArea .mainArea .title span {
        font-size: 2.4rem;
    }

    #visArea .mainArea .btn-internal {
        max-width: 90%;
        margin: 2.5rem auto 0 auto;
    }


    /*--------------------------------------
addParts02
---------------------------------------*/
    .addParts02 {
        padding: 4rem 0;
        background-size: 150% auto;
    }

    .addParts02::before {
        top: -1.8rem;
        width: 100%;
        height: 3.6rem;
        background: url(img/add02_bg_02.png) no-repeat right top;
        background-size: contain;
    }

    .addParts02-company {
        margin: 0 0 6rem 0;
    }

    .addParts02-company:last-child {
        margin: 0;
    }

    .addParts02 .balloon {
        width: 9rem;
        height: 7rem;
        padding: 1rem 0 0 0;
        font-size: 1.6rem;
        left: 35%;
        top: -2rem;
    }

    .addParts02 .balloon span {
        font-size: 2.6rem;
    }

    .addParts02 .catch-title {
        padding: 5rem 1.5rem 2rem 1.5rem;
        font-size: 1.8rem;
    }

    .addParts02 .catch-title span {
        font-size: 2.4rem;
    }

    .addParts02 .inner {
        padding: 3rem 1.5rem;
    }

    .addParts02 .name {
        margin: 0 0 3rem 0;
        font-size: 2.1rem;
    }

    .addParts02 .title {
        margin: 6rem 0 3rem 0;
        padding: 1.5rem;
        font-size: 2rem;
    }

    .addParts02 table th {
        width: 100%;
    }

    .block-summary {
        display: block;
    }

    .block-summary .box-fig {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .block-summary .box-txt {
        width: 100%;
        padding: 0;
    }

    .block-summary .txt {
        padding: 2rem;
    }

    .block-summary .txt .ttl {
        font-size: 1.8rem;
    }

    .block-reason {
        display: block;
    }

    .block-reason .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .block-reason .box-head {
        margin: 0 0 1.5rem 0;
    }

    .block-reason .box-head .ttl {
        font-size: 1.8rem;
    }

    .block-case {
        display: block;
    }

    .block-case::after {
        display: none;
        content: none;
    }

    .block-case .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .block-case .box ul:not([class]) {
        margin: 1.5rem 0 0 0;
    }

    .product-slider-spec {
        display: block;
    }

    .product-slider-container {
        width: 100%;
    }

    .product-spec-table-container {
        width: 100%;
        padding: 1rem 0 0 0;
    }

    .product-spec-table table th {
        width: 100%;
    }

    .product-name {
        margin: 0 0 1.5rem 0;
        font-size: 1.8rem;
    }


    /*--------------------------------------
addParts03
---------------------------------------*/
    .addParts03 {
        padding: 5rem 0 2rem 0;
    }


    /*--------------------------------------
addParts04
---------------------------------------*/
    .addParts04 {
        padding: 3rem 0;
    }


    /*--------------------------------------
addParts05
---------------------------------------*/
    .addParts05 {
        padding: 4rem 0;
        background-size: 58px auto;
    }

    .addParts05 .block-matome .ttl {
        width: 90%;
    }


    /*--------------------------------------
addParts06
---------------------------------------*/
    .addParts06 {
        padding: 4rem 0;
    }

    .addParts06::before {
        background-size: 58px auto;
    }

    .addParts06 .frame-wrap::after {
        display: none;
        content: none;
    }

    .addParts06 .frame-wrap .frame {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 3rem 2rem;
    }

    .addParts06 .frame-wrap .frame::before {
        display: none;
        content: none;
    }

    .addParts06 .frame-wrap .frame-head .ttl {
        font-size: 2rem;
    }

    .addParts06 .frame-wrap .frame-body table th {
        width: 100%;
        padding: 1rem;
    }


    /*--------------------------------------
addParts07
---------------------------------------*/
    .addParts07 {
        padding: 4rem 0;
        background-size: 58px auto;
    }

    .addParts07 .box-wrap .box {
        padding: 3rem 0;
        background: none;
    }

    .addParts07 .box-wrap .box-head .ttl {
        font-size: 2rem;
    }


    /*--------------------------------------
addParts08
---------------------------------------*/
    .addParts08 {
        padding: 4rem 0;
        background-size: 58px auto;
    }


    /*--------------------------------------
addParts09
---------------------------------------*/
    .addParts09 {
        padding: 4rem 0;
        background-size: 55px auto;
    }


    /*--------------------------------------
addParts10
---------------------------------------*/
    .addParts10 {
        padding: 4rem 0;
        background-size: 55px auto;
    }

    .addParts10 .frame-wrap {
        margin: 0 auto;
    }

    .addParts10 .frame-wrap::after {
        display: none;
        content: none;
    }

    .addParts10 .frame-wrap .frame {
        width: 100%;
    }

    .addParts10 .frame-wrap .frame-head .ttl {
        font-size: 2rem;
    }

}