@charset "UTF-8";
.pc-hide {
    display: block;
}

@media (max-width: 1023px) {
    .pc-hide {
        display: none;
    }
}

.pc-hide2 {
    display: block;
}

@media (max-width: 500px) {
    .pc-hide2 {
        display: none;
    }
}

.sp-hide {
    display: none;
}

@media (max-width: 1023px) {
    .sp-hide {
        display: block;
    }
}

.caution {
    color: #707070;
    font-size: 1.2rem;
}

.small {
    display: block;
    font-size: 1.2rem;
}

.contents__inner--small {
    margin: 0 auto;
}

.contents__inner-02 {
    max-width: 1280px;
}

.pageTxtList-02 {
    margin-top: 8px;
}


/*mainVisual-Area*/

.mainVisual-Area {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: initial;
    min-height: 440px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .mainVisual-Area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}


/* ワイド幅対応 */


/* @media (max-width: 2100px) {
    .mainVisual-Area__title {
        width: 70% !important
    }
}

@media (max-width: 1550px) {
    .mainVisual-Area__title {
        width: 60% !important;
    }
} */

.mainVisual-Area__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #535252;
    background-image: url(https://www.linebiz.com/static/jp/partner/img/bg_title01.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 530px;
    padding: 52px 44px 40px 56px;
    width: 53%;
}

@media (max-width: 1023px) {
    .mainVisual-Area__title {
        height: 100%;
        min-height: 220px;
        min-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 24px 18px 28px 18px;
        width: 100%;
    }
}


/* 
@media (max-width: 2100px) {
    .mainVisual-Area__img {
        width: 30% !important;
    }
}

@media (max-width: 1550px) {
    .mainVisual-Area__img {
        width: 40% !important;
    }
} */

.mainVisual-Area__img {
    background-image: url(/sites/default/files/media/jp/partner/line-green-badge/img/nintei4.jpg);
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 47%;
}

@media (max-width: 1023px) {
    .mainVisual-Area__img {
        height: 220px;
        width: 100%;
    }
}


/* /ワイド幅対応 */

.mainVisual-Area__txt {
    font-size: 2.8rem;
    font-weight: 700;
    max-width: 420px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .mainVisual-Area__txt {
        font-size: 2.2rem;
    }
}

.mainVisual-Area__txt2 {
    font-size: 1.6rem;
    max-width: 500px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .mainVisual-Area__txt2 {
        font-size: 1.4rem;
    }
}

.mainVisual-Area__H1title {
    max-width: 380px;
    width: 100%;
}

@media (max-width: 1023px) {
    .mainVisual-Area__H1title {
        max-width: 300px;
    }
}

.mainVisual-Area__button {
    margin-top: 20px;
    text-align: center;
}

.mainVisual-Area__button a {
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    min-width: 320px;
    padding: 8px 33px 9px 33px;
    position: relative;
    text-align: center;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
}

.mainVisual-Area__button a:after {
    background: url(https://www.linebiz.com/static/jp/common/img/ico_rightArrow02.png) 0 0 no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 17px;
    top: calc(50% - 5px);
    vertical-align: middle;
    width: 6px;
}

.mainVisual-Area__button--orange {
    background: #ff6951;
    border: 2px solid #ff6951;
    margin-top: 24px;
}

.mainVisual-Area__button--orange:hover {
    background: #ffffff;
    color: #ff6951;
    text-decoration: none;
}

.mainVisual-Area__button--orange:hover::after {
    background: url(https://www.linebiz.com/static/jp/common/img/ico_rightArrow07.png) 0 0 no-repeat;
    background-size: cover;
}

.mainVisual-Area__button--white {
    background: transparent;
    border: 2px solid #ffffff;
    margin-top: 16px;
}

.mainVisual-Area__button--white:hover {
    background: #ffffff;
    color: #07b53b;
    text-decoration: none;
}

.mainVisual-Area__button--white:hover::after {
    background: url(https://www.linebiz.com/static/jp/common/img/ico_rightArrow01.png) 0 0 no-repeat;
    background-size: cover;
}


/*page-link*/

.page-link {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .page-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-link__item {
    min-width: 210px;
    padding: 24px 0;
    position: relative;
    width: auto;
}

@media (max-width: 1023px) {
    .page-link__item {
        background-color: #f5f5f5;
        margin-bottom: 8px;
        padding: 16px 20px;
    }
}

.page-link__item:first-of-type a {
    border-left: 1px solid #d0d0d0;
}

@media (max-width: 1023px) {
    .page-link__item:first-of-type a {
        border-left: none;
    }
}

.page-link__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d0d0d0;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
}

@media (max-width: 1023px) {
    .page-link__item a {
        border-right: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }
}

.page-link__item a:after {
    border-right: 1px solid;
    border-top: 1px solid;
    color: inherit;
    content: "";
    display: inline-block;
    height: 5px;
    margin-top: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
}

@media (max-width: 1023px) {
    .page-link__item a:after {
        position: absolute;
        right: 10%;
        top: 15%;
    }
}

.page-link__item a:hover {
    color: #07b53b;
    text-decoration: none;
}


/*とは*/

.about {
    margin-top: 20px;
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about__block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 120px;
    width: 53%;
}

@media (max-width: 1023px) {
    .about__block {
        padding: 32px 20px;
        width: 100%;
    }
}

.about__block .caution {
    margin-top: 16px;
}

.about__txt {
    font-size: 1.4rem;
    max-width: 800px;
}

.about__H2title {
    font-family: "A-OTF UD新ゴ Pro", A-OTF UD Shin Go Pro, "A-OTF UD新ゴ Pro", A-OTF UDShin Go Pro, HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    .about__H2title {
        font-size: 2.4rem;
    }
}

.about__img {
    background: #f4fcf0;
    padding: 70px 32px;
    text-align: center;
    width: 47%;
}

@media (max-width: 1023px) {
    .about__img {
        padding: 32px 20px;
        text-align: center;
        width: 100%;
    }
}

.about__img img {
    max-width: 350px;
    width: 100%;
}


/*特徴*/

.feature .pageH2Area--tit01 {
    margin-bottom: 0;
}

.pageH2Area__tit01--merit {
    font-size: 3rem;
}

.merit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merit__H2title {
    font-family: "A-OTF UD新ゴ Pro", A-OTF UD Shin Go Pro, "A-OTF UD新ゴ Pro", A-OTF UDShin Go Pro, HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 110px;
    position: relative;
}

@media (max-width: 1023px) {
    .merit__H2title {
        font-size: 1.8rem;
        padding-left: 80px;
        text-align: left;
    }
}

.merit__H2title span {
    color: #07b53b;
    font-size: 7rem;
}

.merit__content {
    width: calc((100% - 72px)/ 2);
}

@media (max-width: 1023px) {
    .merit__content {
        width: 100%;
    }
}

.merit__content .defaultBtn a {
    margin-top: 24px;
}

@media (max-width: 1023px) {
    .merit__content .defaultBtn a {
        margin-top: 16px;
    }
}

.merit__item {
    margin-top: 24px;
}

@media (max-width: 1023px) {
    .merit__item {
        padding-left: 0;
    }
}

.merit__item li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 1.5em;
    position: relative;
    text-indent: -1.5em;
}

@media (max-width: 1023px) {
    .merit__item li {
        font-size: 1.6rem;
    }
}

.merit__item li span {
    padding-left: 24px;
}

.merit__item li:before {
    border-bottom: 3px solid #404040;
    border-left: 3px solid #404040;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin-right: 1em;
    position: absolute;
    top: 0.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
}

.merit__img {
    width: calc((100% - 200px)/ 2);
}

@media (max-width: 1023px) {
    .merit__img {
        margin: 24px auto 0;
        text-align: center;
        width: 80%;
    }
}

.merit__img01 {
    width: calc((100% - 400px)/ 2);
    margin-right: 80px;
}

@media (max-width: 1023px) {
    .merit__img01 {
        margin: 24px auto 0;
        text-align: center;
        width: 80%;
    }
}

.merit .number:before {
    color: #07b53b;
    display: inline-block;
    font-family: "Volte Semibold", volte Regular, "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
    font-size: 8.4rem;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1023px) {
    .merit .number:before {
        font-size: 6rem;
    }
}

.merit .number-1:before {
    content: "01";
}

.merit .number-2:before {
    content: "02";
}

.merit .number-3:before {
    content: "03";
}

.merit .number-4:before {
    content: "04";
}

.merit .caution {
    padding-top: 24px;
}

@media (max-width: 1023px) {
    .merit .caution {
        padding-left: 0;
    }
}

.merit-02 .merit__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 1023px) {
    .merit-02 .merit__content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}


/*資格の種類*/

.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.type__item {
    width: 20%;
}

@media (max-width: 1023px) {
    .type__item {
        margin-bottom: 16px;
        width: 48%;
    }
}

.type__item img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    width: 80%;
}

.type__item span {
    color: #07b53b;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1023px) {
    .type__item span {
        font-size: 1.8rem;
    }
}

.type__item p {
    font-size: 1.5rem;
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .type__item p {
        font-size: 1.4rem;
    }
}


/*合格者*/

.successful {
    background-image: url(/sites/default/files/media/jp/partner/line-green-badge/img/pass_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.successful__inner {
    color: #ffffff;
    left: 0;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 1023px) {
    .successful__inner {
        padding: 0 20px;
    }
}

.successful__inner--txt {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .successful__inner--txt {
        font-size: 2.8rem;
    }
}

.successful__inner span {
    font-size: 1.2rem;
}

.successful__title {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 32px;
}

.successful__title p {
    font-size: 10rem;
}

@media (max-width: 1023px) {
    .successful__title p {
        font-size: 5.9rem;
    }
}

.successful__title span {
    font-size: 2.5rem;
}

.successful__span-1 {
    display: block;
    text-align: left;
}


/*取得の流れ*/

.flow {
    background: #ffffff;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    padding: 40px 40px 56px;
}

.flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flow__item {
    position: relative;
    width: calc(100% / 4 - 40px);
}

@media (max-width: 1023px) {
    .flow__item {
        width: 100%;
    }
}

.flow__item:not(:first-of-type) {
    margin-left: 40px;
}

@media (max-width: 1023px) {
    .flow__item:not(:first-of-type) {
        margin-left: 0;
        margin-top: 40px;
    }
}

.flow__item:not(:first-of-type)::before {
    border-right: 4px solid;
    border-top: 4px solid;
    color: #07b53b;
    content: "";
    display: inline-block;
    height: 15px;
    left: -45px;
    margin-left: 8px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
}

@media (max-width: 1023px) {
    .flow__item:not(:first-of-type)::before {
        display: none;
    }
}

.flow__block img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

.flow__block {
    text-align: center;
}

.flow__block p {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 16px;
    padding: 0 10px;
}

.flow__link {
    display: block;
}

.flow__link:hover {
    opacity: 0.7;
}

.page-red {
    color: red;
}

.under-line {
    text-decoration: underline;
}

.page-red_a {
    color: red;
}

.page-red_a:hover {
    cursor: pointer;
    opacity: .6;
}


/*サポート窓口*/

.support {
    text-align: center;
}

.support__title {
    font-size: 2.8rem;
    font-weight: normal;
}

.support__txt {
    margin-top: 16px;
}

.support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 32px auto 0;
    max-width: 560px;
}

.support__item {
    width: 32%;
}

.support__item img {
    margin-bottom: 8px;
    max-width: 120px;
    width: 100%;
}


/*汎用*/

.font-volte {
    font-family: "Volte Semibold", sans-serif !important;
}

.bg_yellowGreen {
    background: #f4fcf0;
}

.bg_gray {
    background: #f5f5f5;
}

.mt-32 {
    margin-top: 32px;
}


/*# sourceMappingURL=style.css.map */


/* よくある質問 */

.greenBadgeFaq__list {
    max-width: 940px;
    margin: 0 auto 60px;
}

ul,
ol {
    list-style: none;
}

.greenBadgeFaq__item:first-child {
    padding-top: 0;
}

.greenBadgeFaq__item {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0;
}

.greenBadgeFaq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/static/jp/partner/line-green-badge/img/icon_faq01.png) no-repeat;
    min-height: 44px;
    padding-left: 70px;
}

.greenBadgeFaq__answer {
    display: none;
    background: url(/static/jp/partner/line-green-badge/img/icon_faq02.png) no-repeat;
    min-height: 50px;
    margin-top: 20px;
    padding: 0 60px 0 70px;
}

.greenBadgeFaq__item.is-open .greenBadgeFaq__arrow.is-topArrow,
.greenBadgeFaq__item.is-open .greenBadgeFaq__answer {
    display: block;
}

.greenBadgeFaq__title {
    margin-right: 30px;
    font-weight: bold;
}

.greenBadgeFaq__arrow {
    cursor: pointer;
    min-width: 30px;
}

.greenBadgeFaq__item.is-open .greenBadgeFaq__arrow {
    display: none;
}

.greenBadgeFaq__arrow.is-topArrow {
    display: none;
}

.opa {
    opacity: 1;
    display: inline-block;
}

.opa:hover img {
    opacity: .6;
}


/* /よくある質問 */