/* ===========================================
    全体
============================================ */
.concept {
    background: var(--colorOrange100);
    padding-top: 90px;
}

@media screen and (width <= 787px) {
    .concept {
        padding-top: 60px;
    }
}

/* ===========================================
    pageVisual
============================================ */
.pageVisual {
    align-items: center;
    background: url("../images/concept/bg_pageView.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 480px;
    padding-top: 90px;
}

.pageVisual__inner {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.pageVisual__title img {
    width: 200px;
}

.pageVisual__lead {
    font-size: 28px;
    font-weight: 500;
    margin-top: 32px;
}

@media screen and (width <= 1024px) {
    .pageVisual {
        height: 300px;
        padding-top: 64px;
    }
    
    .pageVisual__inner {
        padding: 0 20px;
        width: auto;
    }

    .pageVisual__title {
        text-align: center;
    }
    
    .pageVisual__title img {
        width: 100px;
    }
    
    .pageVisual__lead {
        font-size: 20px;
        margin-top: 24px;
        text-align: center;
    }
}

@media screen and (width <= 767px) {
    .pageVisual {
        height: 200px;
    }

    .pageVisual__lead {
        font-size: 16px;
        margin-top: 16px;
    }
}

/* ===========================================
    about
============================================ */
.about {
    padding: 88px 0 0;
}

.about__column {
    column-gap: 80px;
    display: grid;
    grid-template-columns: auto 640px;
    justify-content: center;
}

.about__heading {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 80px;
    position: relative;
}

.about__heading::before {
    background: url(../images/concept/about_illust_1.webp);
    background-position: center;
    background-size: cover;
    content: "";
    height: 90px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 300px;
}

.about__heading::after {
    background: url(../images/concept/about_illust_2.svg);
    background-position: center;
    background-size: cover;
    bottom: 40px;
    content: "";
    height: 231px;
    left: 24px;
    position: absolute;
    width: 323px;
}

.about__title {
    color: var(--colorGold);
    font-size: 32px;
    font-weight: 500;
}

.about__text {
    font-family: var(--fontNotoSans);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 24px;
}

.about__text + .about__text {
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .about {
        padding: 40px 0 0;
    }
    
    .about__column {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 120px;
    }
    
    .about__heading {
        font-size: 28px;
        margin-top: 0;
        text-align: center;
    }
    
    .about__heading::before {
        height: 45px;
        right: 0;
        top: -32px;
        width: 150px;
    }
    
    .about__heading::after {
        bottom: -90px;
        height: 80px;
        left: 0;
        width: 120px;
    }
    
    .about__title {
        font-size: 24px;
    }
    
    .about__text {
        font-size: 15px;
    }
    
    .about__text + .about__text {
        margin-top: 16px;
    }
}

/* ===========================================
    doing
============================================ */
.doing {
    padding-top: 120px;
}

.doing__column {
    align-items: center;
    column-gap: 48px;
    display: flex;
    justify-content: center;
}

.doing__img img {
    width: 380px;
}

.doing__title img {
    width: 570px;
}

.doing__text {
    font-family: var(--fontNotoSans);
    font-size: 24px;
    line-height: 1.8;
    margin-top: 24px;
}

.doing__text span {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .doing {
        padding-top: 48px;
    }
    
    .doing__column {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    
    .doing__img img {
        width: 200px;
    }

    .doing__title {
        text-align: center;
    }
    
    .doing__title img {
        width: 80%;
    }
    
    .doing__text {
        font-size: 16px;
        margin-top: 16px;
        text-align: center;
    }
}

/* ===========================================
    strengths
============================================ */
.strengths {
    margin: 8vw 0 30vw;
    position: relative;
}

.strengths__bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 54vw;
}

.strengths__list {
    height: 70vw;
    position: relative;
}

.strengthsItem {
    align-items: center;
    display: flex;
    position: absolute;
}

.strengthsItem:nth-of-type(1) {
    left: 10vw;
    top: -2vw;
}

.strengthsItem:nth-of-type(2) {
    left: 30vw;
    top: 18vw;
}

.strengthsItem:nth-of-type(3) {
    left: 34vw;
    top: 48vw;
}

.strengthsItem:nth-of-type(4) {
    left: 16vw;
    top: 72vw;
}

.strengthsItem__circle {
    align-items: center;
    background: #EAEAEA;
    border: 0.27vw solid var(--colorWhite);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 23.6vw;
    justify-content: center;
    padding: 1vw;
    position: relative;
    text-align: center;
    width: 23.6vw;
    z-index: 100;
}

.strengthsItem__label {
    background: var(--colorBlue);
    border-radius: 100vw;
    color: var(--colorWhite);
    display: inline-flex;
    font-size: 1.94vw;
    padding: 0.4vw 1.6vw;
}

.strengthsItem__desc {
    font-family: var(--fontNotoSans);
    font-size: 1.38vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 1vw;
}

.strengthsItem__desc span {
    font-size: 1.1vw;
}

.strengthsItem__lead {
    background: var(--colorWhite);
    border-radius: 0 1vw 1vw 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    font-size: 1.66vw;
    font-weight: 500;
    left: -2vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 1.38vw 2vw 1.38vw 5vw;
    position: relative;
    white-space: nowrap;
    z-index: 50;
}

.strengths__side {
    font-size: 3.3vw;
    letter-spacing: 4px;
    position: absolute;
    right: 12.84vw;
    top: 8vw;
    writing-mode: vertical-rl;
}

.strengths__side span {
    color: var(--colorOrange);
    font-weight: 500;
}

.strengths__sideWord {
    color: var(--colorGold);
    font-size: 1.94vw;
    margin-right: 1.66vw;
    position: relative;
}

.strengths__sideWord::before {
    background: url(../images/concept/kamome.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 5.5vw;
    position: absolute;
    right: -10vw;
    top: -6vw;
    width: 10.27vw;
}

.strengths__sideWord span {
    color: var(--colorBlack);
}

.strengthsProgram {
    column-gap: 1vw;
    display: flex;
    position: absolute;
    right: 8vw;
    top: 4vw;
}

.strengthsProgram__title {
    font-size: 3.3vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    writing-mode: vertical-rl;
}

.strengthsProgram__title::after {
    background: url(../images/concept/kamome.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3vw;
    position: absolute;
    right: -2vw;
    top: -4vw;
    width: 6vw;
}

.strengthsProgram__title span {
    color: var(--colorOrange);
}

.strengthsProgram__lead {
    color: var(--colorBlack);
    font-size: 1.4vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-right: 1.5vw;
    writing-mode: vertical-rl;
}

.strengthsProgram__lead span {
    color: var(--colorGold);
}

@media (max-width: 767px) {
    .strengths {
        display: grid;
        grid-template-columns: 100%;
        margin: 0;
        overflow: hidden;
        padding: 40px 20px 40px;
        position: relative;
        row-gap: 32px;
    }

    .strengths .container {
        order: 1;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .strengths__bg {
        display: block;
        height: 100%;
        inset: 0;
        position: absolute;
        width: 100%;
    }

    .strengths__bg img {
        height: 88%;
        object-fit: contain;
        object-position: bottom;
        width: 70%;
    }

    .strengths__list {
        order: 2;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .strengthsItem {
        align-items: center;
        display: grid;
        grid-template-columns: 120px 1fr;
        margin-bottom: 8px;
        position: static;
    }

    .strengthsItem__circle {
        height: 120px;
        padding: 10px;
        width: 120px;
    }

    .strengthsItem__label {
        font-size: 13px;
        padding: 4px 12px;
    }

    .strengthsItem__desc {
        font-size: 10px;
        margin-top: 8px;
    }

    .strengthsItem__desc span {
        font-size: 10px;
    }

    .strengthsItem__lead {
        align-self: center;
        border-radius: 0 8px 8px 0;
        font-size: 13px;
        left: 5px;
        padding: 14px 16px 14px 24px;
        position: relative;
        white-space: normal;
        z-index: 50;
    }

    .strengths__side {
        display: none;
    }

    .strengths__sideWord {
        display: none;
    }

    .strengthsProgram {
        display: flex;
        flex-direction: column;
        position: relative;
        right: unset;
        row-gap: 8px;
        top: unset;
    }

    .strengthsProgram__title {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.3;
        order: 1;
        position: static;
        text-align: left;
        writing-mode: unset;
    }

    .strengthsProgram__title::after {
        display: none;
    }

    .strengthsProgram__lead {
        color: var(--colorBlack);
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 0;
        order: 2;
        text-align: left;
        writing-mode: unset;
    }
}

.feature {
    padding-top: 64px;
}

.feature__column {
    align-items: center;
    column-gap: 64px;
    display: grid;
    grid-template-columns: auto 610px;
}

.featureConcept__head {
    padding-left: 32px;
    position: relative;
}

.featureConcept__head::before {
    background: var(--colorBlue);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.featureConcept__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.featureConcept__title span {
    font-size: 36px;
}

.featureConcept__word {
    color: var(--colorBlue);
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 16px;
}

.featureConcept__lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.featureConcept__text {
    font-family: var(--fontNotoSans);
    font-size: 16px;
    line-height: 2;
    margin-top: 48px;
}

@media screen and (max-width: 1024px) {
    .feature__column {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 24px;
    }

    .feature__img {
        display: flex;
        justify-content: center;
    }

    .feature__img img {
        width: 100%;
    }

    .featureConcept__head {
        padding-left: 24px;
    }

    .featureConcept__head::before {
        width: 8px;
    }

    .featureConcept__title {
        font-size: 18px;
    }

    .featureConcept__title span {
        font-size: 28px;
    }

    .featureConcept__title br {
        display: none;
    }

    .featureConcept__word {
        font-size: 36px;
        margin-top: 0;
    }

    .featureConcept__lead {
        font-size: 16px;
    }

    .featureConcept__text {
        font-size: 15px;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .feature {
        padding-top: 0;
    }
}

.support {
    padding: 120px 0;
}

.support__area {
    background: var(--colorWhite);
    border-radius: 16px;
    box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 56px 64px;
}

.supportHead {
    align-items: center;
    column-gap: 50px;
    display: flex;
    justify-content: center;
}

.supportHead__logo img {
    width: 218px;
}

.supportHead__title {
    font-size: 42px;
    font-weight: 500;
}

.supportHead__lead {
    font-size: 24px;
    font-weight: 500;
    margin-top: 16px;
}

.supportCenter {
    margin-top: 56px;
}

.supportCenter__title {
    color: var(--colorGold);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.supportCenter__text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 16px;
    text-align: center;
}

.supportGraph {
    margin-top: 80px;
}

.supportBody {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80px;
}

.itemsSupport {
    align-items: stretch;
    display: flex;
    gap: 16px;
}

.itemSupport {
    border-radius: 12px;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.itemSupport--blue {
    background: var(--colorBlue700);
}

.itemSupport--green {
    background: var(--colorGreen500);
}

.itemSupport--red {
    background: #E78376;
}

.itemSupport--orange {
    background: #FBB774;
}

.itemSupport__head {
    align-self: center;
    border-radius: 12px;
    color: var(--colorWhite);
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

.itemSupport__head span {
    font-size: 14px;
}

.itemSupport--blue .itemSupport__head {
    background: #0A4476;
}

.itemSupport--green .itemSupport__head {
    background: #297453;
}

.itemSupport--red .itemSupport__head {
    background: #A74A3E;
}

.itemSupport--orange .itemSupport__head {
    background: #A75F18;
}

.itemSupport__title {
    align-items: center;
    color: var(--colorWhite);
    display: flex;
    font-size: 24px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.3;
    min-height: 120px;
    text-align: center;
}

.itemSupport__box {
    align-items: flex-start;
    background-color: var(--colorWhite);
    border-radius: 12px;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0 0 24px 0;
    padding: 20px 0;
    position: relative;
}

.itemSupport--blue .itemSupport__box {
    border: 2px solid #0A4476;
}

.itemSupport--green .itemSupport__box {
    border: 2px solid #297453;
}

.itemSupport--red .itemSupport__box {
    border: 2px solid #A74A3E;
}

.itemSupport--orange .itemSupport__box {
    border: 2px solid #A75F18;
}

.itemSupport__boxIcon {
    align-items: center;
    border-radius: 50%;
    color: var(--colorWhite);
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: -20px;
    white-space: nowrap;
    width: 40px;
}

.itemSupport--blue .itemSupport__boxIcon {
    background-color: #0A4476;
}

.itemSupport--green .itemSupport__boxIcon {
    background-color: #297453;
}

.itemSupport--red .itemSupport__boxIcon {
    background-color: #A74A3E;
}

.itemSupport--orange .itemSupport__boxIcon {
    background-color: #A75F18;
}

.itemSupport__boxWord {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.supportNotes__list {
    align-items: center;
    background: var(--colorWhite200);
    border-radius: 16px;
    column-gap: 50px;
    display: flex;
    justify-content: center;
    margin-top: 32px;
    padding: 16px 24px;
}

.supportNotes__list li {
    align-items: center;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
}

.supportNotes__list li span {
    align-items: center;
    background: #333;
    border-radius: 50%;
    color: var(--colorWhite);
    display: flex;
    font-size: 10px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

@media screen and (max-width: 1024px) {
    .support {
        padding: 64px 0;
    }
    
    .support__area {
        padding: 40px 16px;
    }
    
    .supportHead {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 16px;
    }

    .supportHead__logo {
        text-align: center;
    }
    
    .supportHead__logo img {
        width: 120px;
    }
    
    .supportHead__title {
        font-size: 24px;
        text-align: center;
    }
    
    .supportHead__lead {
        font-size: 18px;
        margin-top: 16px;
        text-align: center;
    }
    
    .supportCenter {
        margin-top: 40px;
    }
    
    .supportCenter__title {
        font-size: 20px;
    }
    
    .supportCenter__text {
        font-size: 14px;
        margin-top: 16px;
        text-align: left;
    }

    .supportCenter__text br {
        display: none;
    }

    .supportGraph {
        margin-top: 64px;
    }
    
    .supportBody {
        grid-template-columns: 1fr 1fr;
        margin-top: 32px;
        row-gap: 16px;
    }

    .itemSupport {
        border-radius: 12px;
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 16px;
    }
    
    .itemSupport__head {
        border-radius: 8px;
        font-size: 16px;
        padding: 8px 0;
    }
    
    .itemSupport__head span {
        font-size: 13px;
    }
    
    .itemSupport__title {
        font-size: 18px;
        line-height: 1.5;
        min-height: 90px;
    }
    
    .itemSupport__boxIcon {
        font-size: 13px;
        height: 35px;
        left: -5px;
        top: -5px;
        width: 35px;
    }
    
    .itemSupport__boxWord {
        font-size: 14px;
    }
    
    .supportNotes__list {
        border-radius: 10px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        margin-top: 24px;
        padding: 16px 16px;
        row-gap: 24px;
    }
    
    .supportNotes__list li {
        align-items: center;
        column-gap: 8px;
        display: grid;
        font-size: 14px;
        grid-template-columns: 30px auto;
        line-height: 1.7;
    } 
}

@media screen and (max-width: 767px) {
    .supportBody {
        grid-template-columns: 100%;
    }
}

.story {
    background: var(--colorWhite);
    padding: 80px 0 100px;
}

.story__column {
    display: grid;
    grid-template-columns: auto 540px;
    margin-top: 64px;
}

.storyHead__head {
    column-gap: 64px;
    display: flex;
}

.storyHead__headImg img {
    width: 350px;
}

.story__illust {
    display: flex;
    justify-content: center;
}

.story__illust img {
    width: 445px;
}

.storyBody__title {
    color: var(--colorGold);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.storyBody__text {
    font-family: var(--fontNotoSans);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 32px;
}

.storyBody__text + .storyBody__text {
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .story {
        padding: 48px 0 64px;
    }
    
    .story__column {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 40px;
        row-gap: 40px;
    }
    
    .storyHead__head {
        column-gap: 32px;
        display: flex;
        justify-content: center;
    }
    
    .storyHead__headImg img {
        width: 100%;
    }
    
    .story__illust {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    
    .story__illust img {
        width: 60%;
    }
    
    .storyBody__title {
        font-size: 20px;
    }
    
    .storyBody__text {
        font-size: 14px;
        line-height: 2;
        margin-top: 24px;
    }    

    .storyBody__text br {
        display: none;
    }

    .storyBody__text + .storyBody__text {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .story__illust img {
        width: 80%;
    }
}

.staff {
    padding: 100px 0 80px;
}

.staff__block {
    margin-top: 80px;
}

.staff__title {
    background: var(--colorBlue700);
    border-radius: 16px;
    color: var(--colorWhite);
    font-size: 32px;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.staff__title--blue {
    background: var(--colorBlue300);
}

.swiper {
    overflow: visible;
}

.staff__slider {
    align-items: center;
    display: flex;
    margin-top: 40px;
    padding: 0 48px;
    position: relative;
}

.staff__swiperWrap {
    overflow: hidden;
    padding: 150px 0 24px;
    width: 100%;
}

.staff__navBtn {
    background: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    flex-shrink: 0;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 10;
}

.staff__navBtn:hover {
    color: var(--colorBlack);
}

.staff__navBtn svg {
    height: 60px;
    width: 30px;
}

.staff__navBtn--prev {
    left: 0;
}

.staff__navBtn--next {
    right: 0;
}

.staff__navBtn.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.swiper-slide {
    display: flex;
    height: auto;
}

.itemStaff {
    align-items: center;
    background: var(--colorWhite);
    border-radius: 16px;
    box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 180px 24px 72px;
    position: relative;
    width: 100%;
}

.itemStaff__img {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -150px;
    width: 100%;
}

.itemStaff__img img {
    border-radius: 50%;
    height: 300px;
    object-fit: cover;
    width: 300px;
}

.itemStaff__profile {
    padding: 16px 20px 8px;
}

.itemStaff__profileTitle {
    color: var(--colorBlue700);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.itemStaff__profileName {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 0;
    text-align: center;
}

.itemStaff__body {
    flex: 1;
}

.itemStaff__bodyText {
    font-size: 16px;
    line-height: 2;
    margin: 24px 0 0;
}

@media screen and (max-width: 1024px) {
    .staff {
        padding: 40px 0;
    }

    .staff__block {
        margin-top: 40px;
    }

    .staff__title {
        border-radius: 10px;
        font-size: 20px;
    }

    .staff__slider {
        margin-top: 40px;
        padding: 0 8px;
    }

    .staff__swiperWrap {
        padding: 100px 0 24px;
    }

    .staff__navBtn--prev {
        left: -16px;
    }

    .staff__navBtn--next {
        right: -16px;
    }

    .itemStaff {
        border-radius: 10px;
        padding: 110px 20px 40px;
    }

    .itemStaff__img {
        top: -100px;
    }

    .itemStaff__img img {
        height: 200px;
        width: 200px;
    }

    .itemStaff__profile {
        padding: 16px 20px 8px;
    }

    .itemStaff__profileTitle {
        font-size: 16px;
    }

    .itemStaff__profileName {
        font-size: 20px;
        margin: 16px 0 0;
    }

    .itemStaff__bodyText {
        font-size: 14px;
        margin: 16px 0 0;
    }
}