@charset 'UTF-8';

/*  about section connectTheWorld
---------------------------------------- */
.p-about-connectTheWorld-head {
    padding: 0 16px;
}

.p-about-connectTheWorld-head__title {
    margin-bottom: 26px;
    line-height: 1.5;
    font-size: 1.7rem;
}

.p-about-connectTheWorld-head__title strong {
    margin-top: 8px;
    display: block;
    font-size: 2.6rem;
}

.p-about-connectTheWorld-head__text {
    margin-top: 12px;
    font-size: 1.6rem;
    color: var(--clrTxtSecondary);
}

.p-about-connectTheWorld__image {
    width: 80%;
    max-width: 420px;
    margin-left: auto;
    margin-right: -20px;
    display: block;
    position: relative;
    z-index: -1;
}

.p-about-connectTheWorld-body {
    margin-top: -40px;
}

.p-about-connectTheWorld-body__title {
    margin-bottom: 36px;
    line-height: 1.2;
    font-size: 3.2rem;
    font-family: var(--fntEn);
    color: var(--clrMain);
}

.p-about-connectTheWorld-body__text {
    margin-top: 6px;
    font-size: 1.5rem;
    color: var(--clrTxtSecondary);
}

.p-about-connectTheWorld-body__text strong {
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--clrTxt);
}

.p-about-connectTheWorld__imageList {
    margin-top: 30px;
}

.p-about-connectTheWorld__imageList-list {
    margin: 4px auto;
    padding: 0.6% 0;
    background: url(../svg/bg-image_list-sp.svg) no-repeat center;
    background-size: auto 100%;
}

.p-about-connectTheWorld__imageList-list__item {
    padding: 50px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--clrMain);
}

@media all and (min-width: 769px) {
    .p-about-connectTheWorld-head {
        margin-left: 30%;
        padding: 80px 0;
    }

    .p-about-connectTheWorld__image {
        width: 100%;
        max-width: 480px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 70%;
    }

    .p-about-connectTheWorld-body {
        margin-top: 0;
    }

    .p-about-connectTheWorld__imageList-list {
        padding: 0 0.6%;
        display: flex;
        justify-content: center;
        background-image: url(../svg/bg-image_list.svg);
        background-size: 100% auto;
    }

    .p-about-connectTheWorld__imageList-list__item {
        width: 20%;
        padding: 9% 30px;
    }
}

@media all and (min-width: 1025px) {
    .p-about-connectTheWorld-head {
        padding: 0;
    }

    .p-about-connectTheWorld-head {
        margin-left: 40%;
        padding: 120px 0 160px;
    }

    .p-about-connectTheWorld-head__title {
        font-size: 3rem;
    }

    .p-about-connectTheWorld-head__title strong {
        margin-top: 0;
        display: inline;
        font-size: inherit;
    }

    .p-about-connectTheWorld__image {
        max-width: 620px;
        right: 65%;
    }

    .p-about-connectTheWorld-body__title {
        font-size: 3.8rem;
    }

    .p-about-connectTheWorld__imageList-list {
        margin: 15px 10px;
        padding: 0 0.8%;
    }
}

@media all and (min-width: 1441px) {
    .p-about-connectTheWorld-head {
        padding: 220px 0 280px;
    }

    .p-about-connectTheWorld-head__title {
        margin-bottom: 56px;
        font-size: 4rem;
    }

    .p-about-connectTheWorld-head__text {
        margin-top: 26px;
        font-size: 1.8rem;
    }

    .p-about-connectTheWorld__image {
        width: 100%;
        max-width: 900px;
    }

    .p-about-connectTheWorld-body__title {
        margin-bottom: 56px;
        font-size: 6.4rem;
    }

    .p-about-connectTheWorld-body__text {
        margin-top: 10px;
        font-size: 1.8rem;
    }

    .p-about-connectTheWorld-body__text strong {
        font-size: 2rem;
    }

    .p-about-connectTheWorld__imageList {
        margin-top: 36px;
    }

    .p-about-connectTheWorld__imageList-list {
        margin: 25px 20px;
    }
}

/*  about section strength
---------------------------------------- */
.p-about-strength-list {
    counter-reset: count 0;
}

.p-about-strength-list__item {
    position: relative;
}

.p-about-strength-list__item:not(:first-child) {
    margin-top: 40px;
}

.p-about-strength-list__item:before {
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    font-size: 1.2rem;
    font-family: var(--fntEn);
    color: var(--clrTxtTertiary);
    content: counter(count, decimal-leading-zero);
    counter-increment: count 1;
}

.p-about-strength-list__image {
    margin-bottom: 22px;
}

.p-about-strength-list__image img {
    max-width: 550px;
    margin: 0 auto;
    display: block;
}

.p-about-strength-list__title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: bold;
}

.p-about-strength-list__text {
    color: var(--clrTxtSecondary);
}

.p-about-strength-list__text strong {
    margin-bottom: 8px;
    display: block;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    color: var(--clrTxt);
}

@media all and (min-width: 769px) {
    .p-about-strength-list__item {
        display: flex;
        align-items: center;
    }

    .p-about-strength-list__item:before {
        display: none;
    }

    .p-about-strength-list__image {
        width: 280px;
        height: 280px;
        margin-bottom: 0;
    }

    .p-about-strength-list__image img {
        height: 100%;
        object-fit: cover;
    }

    .p-about-strength-list__content {
        width: calc(100% - 280px);
        padding-left: 30px;
    }

    .p-about-strength-list__title {
        position: relative;
    }

    .p-about-strength-list__title:before {
        display: block;
        position: absolute;
        top: 1em;
        right: 0;
        line-height: 1;
        font-size: 1.2rem;
        font-weight: normal;
        font-family: var(--fntEn);
        color: var(--clrTxtTertiary);
        content: counter(count, decimal-leading-zero);
        counter-increment: count 1;
    }

    .p-about-strength-list__text strong {
        font-size: 1.8rem;
    }
}

@media all and (min-width: 1025px) {
    .p-about-strength-list__image {
        width: 400px;
        height: auto;
    }

    .p-about-strength-list__image img {
        height: auto;
        object-fit: fill;
    }

    .p-about-strength-list__content {
        width: calc(100% - 400px);
        padding-left: 50px;
    }

    .p-about-strength-list__title {
        margin-bottom: 30px;
    }
}

@media all and (min-width: 1441px) {
    .p-about-strength-list__item:not(:first-child) {
        margin-top: 50px;
    }

    .p-about-strength-list__image {
        width: 550px;
    }

    .p-about-strength-list__content {
        width: calc(100% - 550px);
        padding-left: 110px;
    }

    .p-about-strength-list__title {
        margin-bottom: 38px;
        font-size: 3.2rem;
    }

    .p-about-strength-list__title:before {
        font-size: 1.3rem;
    }

    .p-about-strength-list__text strong {
        margin-bottom: 10px;
    }
}

/*  about section try_goal
---------------------------------------- */
.p-about-tryGoal-box {
    padding: 40px 32px;
}

.p-about-tryGoal-box__head {
    margin-bottom: 12px;
}

.p-about-tryGoal-box__label {
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 1.2rem;
    font-family: var(--fntEn);
    color: var(--clrMain);
}

.p-about-tryGoal-box__title {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
}

.p-about-tryGoal-box__text {
    color: var(--clrTxtSecondary);
}

.p-about-tryGoal .c-imagelist {
    margin-top: 20px;
}

.p-about-tryGoal .c-imagelist__image {
    height: 186px;
}

.p-about-tryGoal .p-home-more {
    margin-top: 24px;
    margin-bottom: 40px;
    text-align: right;
}

@media all and (min-width: 1025px) {
    .p-about-tryGoal-box__head {
        display: flex;
        align-items: center;
    }

    .p-about-tryGoal-box__label {
        margin-bottom: 0;
        margin-right: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 20px;
        border-right: 1px solid var(--clrBorderTertiary);
    }

    .p-about-tryGoal .c-imagelist {
        margin-top: 30px;
    }

    .p-about-tryGoal .c-imagelist__image {
        height: 160px;
    }

    .p-about-tryGoal .p-home-more {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media all and (min-width: 1441px) {
    .p-about-tryGoal-box {
        padding: 66px 70px 40px;
    }

    .p-about-tryGoal-box__head {
        margin-bottom: 24px;
    }

    .p-about-tryGoal-box__label {
        font-size: 1.5rem;
    }

    .p-about-tryGoal-box__title {
        font-size: 2.8rem;
    }

    .p-about-tryGoal .c-imagelist {
        margin-top: 40px;
    }

    .p-about-tryGoal .c-imagelist__image {
        height: 180px;
    }

    .p-about-tryGoal .p-home-more {
        margin-top: 40px;
        margin-bottom: 80px;
    }
}

/*  about section message
---------------------------------------- */
.p-about-message__image {
    max-width: 550px;
    margin: 0 auto 20px;
}

.p-about-message__image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.p-about-message-texts {
    padding-bottom: 15px;
    color: var(--clrTxtSecondary);
}

.p-about-message-texts p:not(:first-child) {
    margin-top: 20px;
}

.p-about-message__name {
    margin-top: 24px;
    display: block;
}

.p-about-message__name strong {
    font-size: 1.5rem;
}

.p-about-message__name img {
    width: auto;
    height: 25px;
    margin-left: 20px;
}

@media all and (min-width: 768px) {
    .p-about-message__body:before {
        content: "";
        display: block;
        clear: both;
    }

    .p-about-message__image {
        width: 45%;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-left: 20px;
        float: right;
    }
}

@media all and (min-width: 1025px) {
    .p-about-message__body {
        display: flex;
        flex-direction: row-reverse;
    }

    .p-about-message__image {
        width: 400px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .p-about-message-texts {
        width: calc(100% - 400px);
        padding-right: 50px;
    }

    .p-about-message__name {
        margin-top: 32px;
    }
}

@media all and (min-width: 1441px) {
    .p-about-message__image {
        width: 550px;
    }

    .p-about-message-texts {
        width: calc(100% - 550px);
        padding-right: 110px;
    }
}

/*  about section circles
---------------------------------------- */
.p-about-connectTheWorld__circle-sp-1 {
    width: 46px;
    top: -10px;
    right: 10px;
}

.p-about-connectTheWorld__circle-1 {
    top: 0;
    right: -130px;
}

.p-about-message__circle-1 {
    top: -210px;
    right: -80px;
}

@media all and (min-width: 768px){
    #message{
        margin-bottom: 140px;
    }
}