@charset "UTF-8";
/* 固定ページ「j.union Lab」用のスタイルシート */

* {
    box-sizing: border-box;
}

/* 親要素のclassを変更 */
.one-column #content .wrap {
    padding: 40px 0 24px !important;
}

article.page {
    padding: 0 !important;
}


/* PC スマホ 表示非表示切替 */
.pc { 
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/* 見出し */
h1,h2,h3,h4 {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
}

h3::before {
    display: none;
    background: none !important;
}

h3::after {
    border-bottom: none !important;
}

/* テキスト */
p {
    margin: 0 0 1.6rem !important;
}
.indent {
    margin: 0 0 0.4rem 1.0rem;
    text-indent: 0 0 0 -1.0rem;;
}

.text-bold {
    font-weight: bold;
}

.junionlab__font-large--bold {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0 !important;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.disp_blc {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.font-bold {
    font-weight: bold;
}

.font-justyfy {
    text-align: justify;
}

/* margin, padding */
.margin_bottom_zero {
    margin-bottom: 0 !important;
}

.margin_bottom_ss {
    margin-bottom: 10px !important;
}

.margin_bottom_s {
    margin-bottom: 20px !important;
}

.margin_bottom_m {
    margin-bottom: 60px !important;
}

.margin_bottom_l {
    margin-bottom: 100px !important;
}

.margin_text_left_10 {
    margin-left: 10px !important;
}

.margin_text_right_5 {
    margin-right: 5px !important;
}


.padding_zero {
    padding: 0 !important;
}

.padding_bottom_zero {
    padding-bottom: 0 !important;
}

.padding_s {
    padding: 20px !important;
}

.padding_m {
    padding: 60px !important;
}

.padding_l {
    padding: 100px !important;
}

.padding_bottom_s {
    padding-bottom: 20px !important;
}

.padding_bottom_m {
    padding-bottom: 60px !important;
}

.padding_bottom_l {
    padding-bottom: 100px !important;
}



/************* 共通ヘッダーを非表示 *************/
.header_catetop_img-inner {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
}

h1 {
    display: block;
    overflow: hidden;
    height: 32px;
    padding: 0 !important;
    text-indent: 100%;
    white-space: nowrap;
}

#content {
    padding: 0;
}

/************* ヘッダー *************/
.junionlab-header {
    width: 100%;
    margin: 50px 0 40px;
}
    @media screen and (max-width:767px) {
        .junionlab-header {
            margin: 20px 0;
        }
    }

.junionlab-header__logo {
    width: 100%;
    text-align: center;
}

.junionlab-header__logo-image {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .junionlab-header__logo-image {
        width: 85%;
    }
}

.junionlab-header__lead {
    margin: -50px 0 0;
    padding: 0 0 20px;
    background: #62B648;
}
    @media screen and (max-width:767px) {
        .junionlab-header__lead {
            margin: -80px 0 0;
        }
    }

.junionlab-header__lead:before {
    content: '';
    width: 100%;
    height: 132px;
	display: block;
    background: url("https://www.j-union.net/img/junionlab_headline_bg_pc.svg") no-repeat center top;
    background-size: cover;
}
    @media screen and (max-width:767px) {
        .junionlab-header__lead:before {
            height: 150px;
            background: url("https://www.j-union.net/img/junionlab_headline_bg_sp.svg") no-repeat center top;
            background-size: cover;
        }
    }


.junionlab-header__lead-text {
    padding: 20px 10px 0 !important;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
    @media screen and (max-width:767px) {
        .junionlab-header__lead-text {
            padding: 20px 20px 0 !important;
            font-size: 18px !important;
            text-align: justify;
            line-height: 1.6;
        }
    }

.junionlab-headline {
    width: 800px;
    margin: 0 auto 80px;
}
@media screen and (max-width:848px) {
    .junionlab-headline {
        width: 100%;
        margin: 0 auto 20px;
    }
}

.junionlab-headline__heading {
    display: block;
    overflow: hidden; 
    width: 100%;
    height: 460px;
    margin: 0 0 30px !important;
    background: url("https://www.j-union.net/img/junionlab_headline_pc.jpg") no-repeat center center !important;
    background-size: cover !important;
    text-indent: 100%;
    white-space: nowrap;
}


@media screen and (max-width:399px) {
    .junionlab-headline__heading {
        width: 100%;
        height: 100%; 
        min-height: 400px; 
        margin: 0 0 10px !important;
        background: url("https://www.j-union.net/img/junionlab_headline_sp.jpg") no-repeat center center !important;
        background-size: contain !important;
    }
}

.junionlab-headline__text {
    margin: 0 auto 20px;
    font-size: 18px !important;
    font-weight: bold;
    text-align: justify;
    line-height: 1.8 !important;
}
@media screen and (max-width:767px) {
    .junionlab-headline__text {
        padding: 0 16px;
        font-size: 16px !important;
    }
}

/************* コンテンツ *************/
.junionlab-contents {
    margin: 0 auto 20px;
}

.junionlab-contents a,
.junionlab-contents a:visited {
    color: #ff5500;
}

.junionlab-contents a:hover {
    color: #ffc800;
}

.junionlab-contents__title {
    margin: 0 0 30px !important;
    padding: 10px;
    color: #fff;
    font-size: 24px !important;
    font-weight: bold;
    text-align:center;
    background: #62B648;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__title {
            margin: 0 0 20px !important;
            padding: 6px;
            font-size: 18px !important;
        }
    }

.junionlab-contents__inner {
    overflow: hidden;
    width: calc(100% - 40px * 2);
    margin: 0 auto 60px;
}
@media screen and (max-width:767px) {
    .junionlab-contents__inner {
        width:calc(100% - 10px * 2);
        margin: 0 auto 20px;
    }
}

.junionlab-contents__image-service-main {
    width: 100%;
    height: auto;
    padding: 0 0 20px;
}

.junionlab__caption--center {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
    @media screen and (max-width:767px) {
        .junionlab__caption--center {
            text-align: justify;
        }
    }


.junionlab__title-sub--green,
.junionlab__title-sub--blue {
    display: table;
    width: 100%;
    height: 60px;
    margin: 0 auto 30px !important;
    padding: 10px 5px;
    border-top: 4px solid #62B648;
    border-bottom: 4px solid #62B648;
    text-align: center;
}
    @media screen and (max-width:767px) {
        .junionlab__title-sub--green,
        .junionlab__title-sub--blue {
            border-top: 2px solid #62B648;
            border-bottom: 2px solid #62B648;
        }
        
    }

.junionlab__title-sub--green {
    color: #62B648;
    border-top: 4px solid #62B648;
    border-bottom: 4px solid #62B648;
}

.junionlab__title-sub--blue {
    color: #2585C6;
    border-top: 4px solid #2585C6;
    border-bottom: 4px solid #2585C6;
}

.junionlab__title-sub-number--green,
.junionlab__title-sub-number--blue {
    margin: 0 20px 0 0;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px !important;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
}
    @media screen and (max-width:767px) {
        .junionlab__title-sub-number--green,
        .junionlab__title-sub-number--blue {
            display: inline-block;
            margin: 0 0 10px 0;
            padding: 2px 12px;
            font-size: 14px !important
        }
    }

.junionlab__title-sub-number--green {
    background: #62B648;
}

.junionlab__title-sub-number--blue {
    background: #2585C6;
}

.junionlab__title-sub-text {
    display: inline-block;
    font-size: 26px !important;
    text-align: center;
    font-weight: bold;
}
    @media screen and (max-width:767px) {
        .junionlab__title-sub-text {
            display: block;
            font-size: 22px !important;
            line-height: 1.2 !important;
        }
    }

.junionlab__definition {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;;
}
    @media screen and (max-width:767px) {
        .junionlab__definition {
            display: block;
            width: 100%;
        }
    }

.junionlab__definition-image {
    width: 35%;
    text-align: center;
}
    @media screen and (max-width:767px) {
        .junionlab__definition-image {
            width: 80%;
            margin: 0 auto;
        }
    }

.junionlab__definition-description {
    width: 65%;
    padding: 25px 0 0 35px;
    }
    @media screen and (max-width:767px) {
        .junionlab__definition-description {
            width: 100%;
            padding: 25px 0 0;
        }
    }

.junionlab__definition-description-title {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
}


.junionlab__application {
    position: relative;
    width: 800px;
    margin: 20px auto 60px;
    padding: 25px;
    border: 1px solid #B8B8B8;
    border-radius: 18px;
}
    @media screen and (max-width:919px) {
        .junionlab__application {
            width: 100%;
            margin: 15px auto 47px;
            padding: 15px;
            border-radius:10px;
        }
    }


.junionlab__application:after {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 25px solid #62B648;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
    @media screen and (max-width:767px) {
        .junionlab__application:after {
            top: calc(100% + 25px);
            border-top: 20px solid #62B648;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
        }
    }

.junionlab__application.last {
    margin: 20px auto 30px;
 }

.junionlab__application.last:after {
   display:none;
}

.junionlab__application-title {
    padding: 0 0 20px;
}

@media screen and (max-width:767px) {
    .junionlab__application-title {
        text-align: center;
    }
    
}

.junionlab__balloon {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: #62B648;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}
    @media screen and (max-width:767px) {
        .junionlab__balloon {
            width: 50px;
            height: 50px;
            margin: 0 0 15px;
            line-height: 50px;
        }
    }

.junionlab__balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #62B648;
}
    @media screen and (max-width:767px) {
        .junionlab__balloon:before {
            top: 46px;
            right: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: -5px;
            border: 5px solid transparent;
            border-top: 10px solid #62B648;
        }
    }

.junionlab__balloon-step {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.0;
}
    @media screen and (max-width:767px) {
        .junionlab__balloon-step {
            margin: 6px 0 0 0;
            font-size: 11px;
        }
    }

.junionlab__balloon-number {
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 35px;
    line-height: 1.0;
}
@media screen and (max-width:767px) {
    .junionlab__balloon-number {
        font-size: 22px;
    }
}

.junionlab__application-text {
    display: inline-block;
    color: #62B648;
    font-size: 26px;
    font-weight: bold;
    line-height:1.0;
    vertical-align: middle;
}
    @media screen and (max-width:767px) {
        .junionlab__application-text {
            display: block;
            font-size: 18px;
            line-height: 1.4;
        }
    }

.junionlab__application-caption {
    margin: 10px 0 0;
    display: block;
    color: #62B648;
    font-size: 14px;
}
    @media screen and (max-width:767px) {
        .junionlab__application-description {
            font-size: 14px;
            line-height: 1.4;
        }
    }

.junionlab__price {
    width: 100%;
    margin: 20px 0 30px;
}
    @media screen and (max-width:767px) {
        .junionlab__price {
            margin: 10px 0 30px;
        }
    }

.junionlab__price-list {
    display: flex;
    width: 800px;
    margin: 0 auto 80px;
    gap: 0 50px;
}
    @media screen and (max-width:767px) {
        .junionlab__price-list {
            display: block;
            width: 85%;
            margin: 0 auto 40px;
        }
    }

.junionlab__price-list-item {
    flex-basis: 50%;
}
    @media screen and (max-width:767px) {
        .junionlab__price-list-item {
            margin: 0 0 30px;
        }
    }

.junionlab__title-border {
    margin: 0 0 20px !important;
    font-size: 28px !important;
    font-weight: bold;
    border-left: solid 5px #62B648;
    padding: 0 0 0 15px;
}
    @media screen and (max-width:767px) {
        .junionlab__title-border {
            margin: 0 0 15px !important;
            font-size: 22px !important;
            padding: 0 0 0 10px;
        }
    }

.junionlab__price-detail-text {
    width: calc(100% - 1.0rem * 2);
    margin: 0 auto 1.0rem;
}
    @media screen and (max-width:767px) {
        .junionlab__price-detail-text {
            width: 100%;
            margin: 0 auto 1.0rem;
        }
    }

.junionlab__price-detail-text--bold {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6 !important;
    vertical-align: middle;
}
    @media screen and (max-width:767px) {
        .junionlab__price-detail-text--bold {
            font-size: 18px;
        }
    }
    
.junionlab__price-memo {
    margin: 0 0 2.0rem 0;
}

.junionlab__list-disc {
    list-style-type: disc !important;
    margin: 0 0 0 1.4rem;
}


.junionlab__list-none {
    list-style-type:none !important;
}

.junionlab__list-none-item{
    margin: 0 0 0.4rem;
}

.junionlab_number {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    text-align:center;
    line-height: 24px;
    background: #62B648;
}
@media screen and (max-width:767px) {
        .junionlab_number {
            display: inline-block;
            width: 16px;
            height: 16px;
            font-size: 14px;
            line-height: 18px;
        }
    }

.junionlab__faq-list {
    margin: 50px 0 70px !important;
}

.junionlab__faq-item {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}

.junionlab__faq-icon--question,
.junionlab__faq-icon--answer {
    margin: 0 0 20px 0 !important;
    text-indent: -35px;
    padding-left: 35px;
    vertical-align: middle;
}

.junionlab__faq-icon--question:before,
.junionlab__faq-icon--answer:before {
    display:inline-block;
    content: "";
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    background-size: 25px;
    vertical-align: middle;
}

.junionlab__faq-icon--question:before {
    background: url(https://www.j-union.net/img/junionlab_icon_question.svg) no-repeat top left;
}

.junionlab__faq-icon--answer:before {
    background: url(https://www.j-union.net/img/junionlab_icon_answer.svg) no-repeat top left;
}


.junionlab-contents__button {
    margin: 0 auto 50px;
}
.junionlab-contents__button-list {
    width: 80% !important;
    margin: 0 auto 50px;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__button-list {
            width: 100% !important;
        }
    }

.junionlab-contents__button-item {
    text-align: center;
    margin: 0 0 30px;
}

.junionlab-contents__button-item--apply {
    display: block;
    position: relative;
    width: 100% !important;
    max-width: 740px;
    padding: 20px 40px;
    margin: 0 auto;
    color: #fff !important;
    font-size: 28px;
    text-align: center;
    background: #62B648;
    border-radius: 40px;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__button-item--apply {
            padding: 15px 20px;
            font-size: 20px;
            border-radius: 30px;
        }
    }

.junionlab-contents__button-item--apply:after {
    position: absolute;
    content: "";
    top: calc(50% - 7px);
    right: 50px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__button-item--apply:after {
            top: calc(50% - 7px);
            right: 30px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 14px solid #fff;
        }
    }


.junionlab-contents__button-item--apply:hover {
    color: #fff !important;
    background: #bcd436;
}

.junionlab-contents__button-item--inquiry {
    display: block;
    position: relative;
    width: 70% !important;
    padding: 10px 30px;
    margin: 0 auto;
    color: #62B648 !important;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border: 4px solid #62B648;
    border-radius: 30px;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__button-item--inquiry {
            padding: 10px 20px;
            font-size: 16px;
        }
    }

.junionlab-contents__button-item--inquiry:after {
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 25px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #62B648;
}
    @media screen and (max-width:767px) {
        .junionlab-contents__button-item--inquiry:after {
            top: calc(50% - 5px);
            right: 20px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 10px solid #62B648;
        }
    }


.junionlab-contents__button-item--inquiry:hover {
    color: #bcd436 !important;
    border: 4px solid #bcd436;
}
.junionlab-contents__button-item--inquiry:hover:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #bcd436;
}