/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.aboutIndex {
    overflow: hidden;
}

.aboutIndex .l-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .globalSidebar + .l-wrapper:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .breadcrumbNav {
        padding-top: 14%;
    }
}

.aboutIndex .main {
    position: relative;
}

.aboutIndex .fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 3em);
            transform: translate(0, 3em);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.aboutIndex .fadeIn.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.aboutIndex .pageKv {
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url(../../about/img/kv_pattern.png);
    overflow: hidden;
    margin-bottom: 69px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .pageKv {
        margin-bottom: 6.27273%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv {
        background-image: initial;
        margin-bottom: 0;
    }
}

.aboutIndex .pageKv .pageKv__inner {
    overflow: hidden;
    position: relative;
    font-size: 16.47788px;
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .aboutIndex .pageKv .pageKv__inner {
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .pageKv .pageKv__inner {
        font-size: 1.27273vw;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__inner {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .pageKv .pageKv__inner {
        font-size: 15.36px;
    }
}

.aboutIndex .pageKv .pageKv__imgBox {
    min-height: 1458px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__imgBox {
        min-height: initial;
    }
}

.aboutIndex .pageKv .pageKv__imgBox img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1060px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__imgBox img {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
    }
}

.aboutIndex .pageKv .pageKv__lead {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56.34615%;
    margin-left: 2.88462%;
    margin-bottom: -2.88462%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.aboutIndex .pageKv .pageKv__lead img {
    width: 100%;
    height: auto;
}

.aboutIndex .pageKv .pageKv__txtBox {
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-top: 620px;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__txtBox {
        margin-top: 98.66667%;
    }
}

.aboutIndex .pageKv .pageKv__title {
    font-size: 32px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__title {
        font-size: 1.83333em;
    }
}

.aboutIndex .pageKv .pageKv__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.77778;
    margin-top: 2.22222em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__txt {
        font-size: 1.33333em;
        line-height: 1.625;
        margin-top: 5.33333%;
    }
}

.aboutIndex .pageKv .pageKv__subTitle {
    font-size: 20px;
    margin-top: 2em;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__subTitle {
        font-size: 1.5em;
        margin-top: 5.33333%;
    }
}

.aboutIndex .pageKv .pageKv__logo {
    text-align: center;
    margin: 4.5em auto 0;
    width: 160px;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv .pageKv__logo {
        margin: 10.66667% auto 0;
        width: 42.66667%;
    }
}

.aboutIndex .sectionWrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .sectionWrapper {
        margin-bottom: 1.81818%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .sectionWrapper {
        margin-bottom: 3.33333%;
    }
}

.aboutIndex .leadSection {
    position: relative;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .leadSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (min-width: 1280px) {
    .aboutIndex .leadSection {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .leadSection {
        font-size: 15.36px;
    }
}

.aboutIndex .leadSection + .leadSection {
    margin-top: 65px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection + .leadSection {
        margin-top: 5.90909%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection + .leadSection {
        margin-top: 13.33333%;
    }
}

.aboutIndex .leadSection__inner {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__inner {
        text-align: left;
    }
}

.aboutIndex .leadSection__txtBox {
    margin-bottom: 5em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__txtBox {
        margin-bottom: 2.91667em;
    }
}

.aboutIndex .leadSection__txtBox:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__title {
        text-align: center;
    }
}

.aboutIndex .leadSection__title .leadSection__title__top {
    color: #e83e0b;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.45455;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__title .leadSection__title__top {
        font-size: 4.8vw;
    }
}

.aboutIndex .leadSection__title .leadSection__title__bottom {
    font-size: 2em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.1875;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__title .leadSection__title__bottom {
        font-size: 6vw;
        margin-top: 2.66667%;
    }
}

.aboutIndex .leadSection__imgBox {
    width: 55.09091%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__imgBox {
        width: 84%;
    }
}

.aboutIndex .leadSection__imgBox img {
    width: 100%;
    height: auto;
}

.aboutIndex .leadSection__imgBox + .leadSection__txt {
    margin-top: 54px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection__imgBox + .leadSection__txt {
        margin-top: 4.90909%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__imgBox + .leadSection__txt {
        margin-top: 13.33333%;
    }
}

.aboutIndex .leadSection__txt {
    margin-bottom: 1em;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__txt {
        font-size: 1.16667em;
        margin-bottom: 2em;
        line-height: 2.07143;
    }
}

.aboutIndex .leadSection__txt:last-child {
    margin-bottom: 0;
}

.aboutIndex .conceptSection {
    position: relative;
    font-size: 16px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .conceptSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .conceptSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .conceptSection {
        padding-top: 16%;
        margin-bottom: 26.66667%;
    }
}

.aboutIndex .conceptSection .conceptSection__inner {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: min(7.54717%, 80px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1060px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .conceptSection .conceptSection__inner {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.aboutIndex .conceptSection .conceptSection__circle {
    width: 57.92453%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .conceptSection .conceptSection__circle {
        width: 128vw;
    }
}

.aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__inner {
    position: relative;
    -webkit-transform: translateX(11px);
            transform: translateX(11px);
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__inner {
        margin-top: 5.33333%;
        -webkit-transform: initial;
                transform: initial;
    }
}

.aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.25em;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s 1s;
    transition: all .5s 1s;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__txt {
        font-size: 3.33333em;
        line-height: 1.71429;
    }
}

.aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__image {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.aboutIndex .conceptSection .conceptSection__circle .conceptSection__circle__image img {
    width: 100%;
    height: auto;
}

.aboutIndex .conceptSection.is-show .conceptSection__circle__image {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.aboutIndex .conceptSection.is-show .conceptSection__circle__txt {
    opacity: 1;
}

.aboutIndex .pointSection .pointSection__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 min(0.9434%, 10px);
    max-width: 1080px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__inner {
        padding: 0;
    }
}

.aboutIndex .pointSection .pointSection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 5.33333%;
        background: url(../../about/img/point_1_sp.jpg) 0 0/cover no-repeat;
    }
}

.aboutIndex .pointSection .pointSection__item + .pointSection__item {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item + .pointSection__item {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item.m-type2 {
        background: url(../../about/img/point_2_sp.jpg) 0 0/cover no-repeat;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item.m-type3 {
        background: url(../../about/img/point_3_sp.jpg) 0 0/cover no-repeat;
    }
}

.aboutIndex .pointSection .pointSection__item__imgBox {
    width: 35.84906%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__imgBox {
        display: none;
    }
}

.aboutIndex .pointSection .pointSection__item__imgBox img {
    width: 100%;
    height: auto;
}

.aboutIndex .pointSection .pointSection__item__txtBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__txtBox {
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 13.33333% 8%;
    }
}

.aboutIndex .pointSection .pointSection__item__title {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__title {
        font-size: 1.83333em;
        text-align: center;
        line-height: 1.45455;
        margin-bottom: 4%;
    }
}

.aboutIndex .pointSection .pointSection__item__subTitle {
    font-size: 1.25em;
    line-height: 1.8;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__subTitle {
        font-size: 1.5em;
        line-height: 1.55556;
        margin-bottom: 1.11111em;
    }
}

.aboutIndex .pointSection .pointSection__item__subTitle .pointSection__item__subTitle__note {
    font-size: 0.6em;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__subTitle .pointSection__item__subTitle__note {
        font-size: 0.55556em;
        margin-top: 2.66667%;
        line-height: 1.66667;
    }
}

.aboutIndex .pointSection .pointSection__item__summary {
    font-size: 0.875em;
    line-height: 1.71429;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__summary {
        font-size: 1.16667em;
        line-height: 1.71429;
    }
}

.aboutIndex .pointSection .pointSection__item__list > li + li {
    margin-top: 1.25em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__list > li + li {
        margin-top: 2.5em;
    }
}

.aboutIndex .pointSection .pointSection__item__list .pointSection__item__list__title {
    color: #e83e0b;
    font-size: 1.25em;
    line-height: 1.8;
    margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__list .pointSection__item__list__title {
        font-size: 1.5em;
        line-height: 1.55556;
    }
}

.aboutIndex .pointSection .pointSection__item__list .pointSection__item__list__note {
    font-size: 0.75em;
    line-height: 1.5;
    margin-top: 0.41667em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pointSection .pointSection__item__list .pointSection__item__list__note {
        font-size: 1em;
        line-height: 1.2;
        margin-top: 2.66667%;
    }
}

.aboutIndex .historySection {
    background: #FFF4ED;
    margin-top: 80px !important;
    padding: min(4.71698%, 50px) min(7.54717%, 80px);
}

@media only screen and (max-width: 767px) {
    .aboutIndex .historySection {
        margin-top: 0 !important;
        padding: 21.33333% 5.33333%;
    }
}

.aboutIndex .historySection .historySection__inner {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .historySection .historySection__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .historySection .historySection__info {
        width: 100%;
    }
}

.aboutIndex .historySection .historySection__text {
    font-size: 0.875em;
    line-height: 1.71429;
    margin-top: 2.14286em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .historySection .historySection__text {
        font-size: 3.73333vw;
        letter-spacing: 0;
        line-height: 1.75;
        margin: 0;
    }
}

.aboutIndex .historySection .historySection__text span {
    color: #e83e0b;
}

.aboutIndex .historySection .historySection__img {
    padding-right: min(4.44444%, 40px);
    width: 37.22222%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .historySection .historySection__img {
        padding-right: 0;
        max-width: 400px;
        margin: 8vw auto;
        width: 100%;
    }
}

.aboutIndex .historySection .historySection__img img {
    width: 100%;
    height: auto;
}

.aboutIndex .bannerSection {
    margin: 100px 0 30px;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .bannerSection {
        margin: 26.66667% 0 18.66667%;
        padding: 0 5.33333%;
    }
}

.aboutIndex .bannerSection .bannerSection__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .bannerSection .bannerSection__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}

.aboutIndex .bannerSection .bannerSection__item {
    display: block;
    width: 31.60377%;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .bannerSection .bannerSection__item {
        width: 100%;
    }
}

.aboutIndex .bannerSection .bannerSection__item img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
