/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*============MODAL=============*/
#modalZoom {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #C3E0E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    opacity: 0;
}
#modalZoom::before{
    content: '';
    background-image: url(../img/sample/overlay-texture.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    background-size: contain;
}
#modalZoom .modalZoomGallery {
    position: relative;
    width: 50vw;
    height: 80vh;
}
#modalZoom #closeModal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
#modalZoom #closeModal img {
    width: 2rem;
}
#modalZoom .modalZoomGallery img {
}
body.op-modal #modalZoom {
    opacity: 1;
    pointer-events: auto;
}
#modalZoom .modalZoomGallery.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    background-size: cover;
}
#modalZoom .modalZoomGallery.zoom img:hover {
    opacity: 0;
}
#modalZoom .modalZoomGallery.zoom img {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#modalZoom .modalZoomGallery.touching img{
    opacity: 0;
}
#modalZoom .modalZoomGallery.mobile img{
    pointer-events: none;
}
#modalZoom .modalZoomGallery.mobile {
    height: 80vh;
}
#modalZoom .modalZoomGallery.mobile img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
/*============MODAL=============*/
/*==================dandelion==================*/
.dandelion:after {
    content: '';
    position: absolute;
    width: 2.75rem;
    height: 4.45rem;
    background-image: url(../img/dandelion.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==================dandelion==================*/
/*==================rotateLine==================*/
.rotateLine:before ,
section.kindness .media_individual:after{
    content: '';
    position: absolute;
    background-color: transparent;
    z-index: -1;
    background-image: url(../img/single-rotate-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20rem;
    height: 20rem;
}
section.kindness .media_individual:after{
    content: none;
}
/*==================rotateLine==================*/
/*==================kindness==================*/
section.kindness {
    text-align: center;
    margin-bottom: 3rem;
}
section.kindness .title-container{
    margin-bottom: 2.5rem;
}
section.kindness .title-container.preTitle {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
section.kindness h1.preTitle {
    font-size: 1.125rem;
    opacity: 0.5;
}
section.kindness .title-container .mainTitle {
    display: block;
    font-size: 7.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 10rem; /* 135.593% */
    background: url(../img/texture.png);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(96,45,44,.55);
    mix-blend-mode: multiply;
    background-size: contain;
}
section.kindness .media_individual {
    /*width: 29rem;*/
    /*height: 39rem;*/
    width: 35rem;
    height: 25rem;
    margin: 2.5rem auto;
    border: .75rem solid var(--primary);
    outline: 1px solid var(--border-color);
}
section.kindness .media_individual .dandelion {
    margin-left: auto;
    background-color: antiquewhite;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
section.kindness .media_individual .dandelion::after{
    width: 6.61019rem;
    height: 10.6875rem;
    background-image: url(../img/dandelion-blue.png);
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}
section.kindness .media_individual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.kindness .info {
    margin: 2.5rem auto 3rem;
}

section.kindness .info .des {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 172.917% */
    opacity: .8;
}

section.kindness .info .ceo {
    margin-top: 5rem;
}

section.kindness .info .ceo > * {
    display: block;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
}

section.kindness .media_team {
    width: 100%;
    height: 70vh;
    border: 0.75rem solid var(--primary);
    outline: 1px solid var(--border-color);
    position: relative;
}
section.kindness .media_team::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 24rem;
    background-color: #AEAEAE;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    top: -12rem;
    left: 50%;
    content: none;
}
section.kindness .media_team > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.kindness .media_individual:before{
    top: -5rem;
    left: -12rem;
}
section.kindness .media_individual:after{
    bottom: 0;
    right: -16rem;
}
/*==================kindness==================*/
/*==================value==================*/
section.value {
    margin: 3rem 0;
}

section.value .title-container {
    text-align: center;
}

section.value .title-container .title {
    display: inline-block;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*========scrollText-container========*/
.scrollText-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    overflow:hidden;
    text-transform: uppercase;
    text-align:center;
    margin: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
}

.scrollText-container .text-container{
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*pointer-events: none;*/
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
}
.scrollText-container .text-container.scrollingText-one{
    direction: ltr;
}
.scrollText-container .text-container.scrollingText-two{
    direction: rtl;
}

.scrollText-container .text-container:nth-child(odd){
    /*left: -100%;*/
}
.scrollText-container .text-container span {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 133.333% */
    text-transform: uppercase;
    white-space: pre;
    text-align: center;
    opacity: 0.5;
    background: url(../img/texture.png);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(96,45,44,.55);
    mix-blend-mode: multiply;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.scrollText-container .text-container span:hover{
    opacity: 1;
}
/*========scrollText-container========*/
/*==================value==================*/
/*==================history==================*/
section.history {
    background-color: #f9e8d5;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 4rem 0 4rem;
    /*overflow-x: hidden;*/
    /* width: 100%; */
}
section.history:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20rem;
    background-color: #AEAEAE;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
    top: -10rem;
    left: 50%;
    content: none;
}
section.history .title-container {}

section.history .title-container .title {
    display: inline-block;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
}

section.history  .historyTimeLine {
    margin-right: var(--spaceXX);
    overflow-x: hidden;
    padding-left: var(--spaceXX);
}
section.history .historyTimeLine:before {
    content: '';
    position: absolute;
    top: 3rem;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
}
section.history .historyTimeLine .swiper-slide .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8rem;
}
section.history .historyTimeLine .swiper-slide .item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 4.5rem;
    top: 4.5rem;
    right: 4rem;
    border-left: 1px dashed var(--border-color);
}
section.history .historyTimeLine .item .year {
    display: inline-block;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .8;
    text-indent: 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
section.history .historyTimeLine .item .year:before {
    content: '';
    position: absolute;
    top: 100%;
    right: calc(50%);
    -webkit-transform: translateX(calc(-50%));
    -ms-transform: translateX(calc(-50%));
    transform: translateX(calc(-50%));
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--brown);
    border-radius: 50%;
    background-color: #f9e8d5;
}
section.history .historyTimeLine .swiper-slide:first-child .item .year:after ,
section.history .historyTimeLine .swiper-slide:last-child .item .year:after {
    content: '';
    position: absolute;
    top: calc(100% + 0.25rem);
    right: calc(50% + 0.25rem);
    -webkit-transform: translateX(calc(-50% - 0.25rem));
    -ms-transform: translateX(calc(-50% - 0.25rem));
    transform: translateX(calc(-50% - 0.25rem));
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--brown);
    border-radius: 50%;
    background-color: #f9e8d5;
}
section.history .historyTimeLine .item .text {
    display: inline-block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*==================history==================*/
/*==================member==================*/
section.member{
    margin: 3rem 0;
}

section.member .title-container .title {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-align: center;
}
section.member .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

section.member .items .item {
    width: 100%;
    /*width: calc((100% / 5) - (1rem * 4/5));*/
    height: 38vh;
}

section.member .items .item .media {
    width: 100%;
    height: 100%;
    border-radius: calc(38vh*.5) calc(38vh*.5) 0 0;
    overflow: hidden;
    border: .75rem solid var(--primary);
    outline: 1px solid var(--border-color);
}
section.member .items .item .media > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.member .items .item .info {
    position: absolute;
    padding: .75rem;
    bottom: .75rem;
    right: .75rem;
    color: var(--white);
    width: calc(100% - .75rem*2);
    background: -o-linear-gradient(bottom, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(29.8%, rgba(0,0,0,.5)), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(0deg, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
}

section.member .items .item .info .name {
    display: block;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.member .items .item .info .position {
    display: block;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.member .memberGeneration-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5rem;
}

section.member .memberGeneration-item:nth-child(even) .info {
    text-align: left;
}
section.member .memberGeneration-item .memberSlider {
    margin: 3rem 0;
}
section.member .memberGeneration-item .memberSlider > *{
    padding: 2px;
}
section.member .memberGeneration-item .info .title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

section.member .memberGeneration-item .info .des {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.3rem;
}
section.member .memberGeneration-item .memberSlider .slider-container_arrow {
    top: 100%;
    width: 100%;
    right: 0;
    margin: 2rem 0 0;
}
/*==================member==================*/
/*==================service==================*/
section.service{
    margin: 10rem 0;
}
section.service .title-container {}

section.service .title-container .title {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.5rem;
}

section.service .service-container {}

section.service .service-container .items {
    background-color: var(--primary);
}
section.service .service-container .items:before {
    top: -6rem;
    left: -6rem;
}

section.service .service-container .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--border-color);
    /* border-radius: 7.375rem 0 0 0; */
    padding: .75rem;
    overflow: hidden;
    margin-bottom: .75rem;
}

section.service .service-container .items .item .info {
    width: 50%;
    padding: 2rem 2.5rem 4rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.service .service-container .items .item .media {
    width: 50%;
    height: 45vh;
    /* border-radius: 7.375rem 0 0 0; */
    overflow: hidden;
}

section.service .service-container .items .item .media > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.service .service-container .items .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* border-radius: 0 0 7.375rem 0; */
}

section.service .service-container .items .item .info .title {
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.service .service-container .items .item .info  .des {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

section.service .service-container .items .item:nth-child(even) .media {
    /* border-radius: 0 0 7.375rem 0; */
}
/*==================service==================*/
/*==================sliderGroup==================*/
section.sliderGroup {
    margin: 4rem 0;
}

section.sliderGroup .title-container {
    margin-bottom: 3rem;
}

section.sliderGroup .title-container .title {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.slider-container {
}
.slider-container .swiper.mySwiper{}
.slider-container .swiper-slide {}

.slider-container .swiper-slide .item {
    min-height: 10rem;
    cursor: pointer;
}
.slider-container .swiper-slide .item:before {
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.slider-container .swiper-slide .item .date {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .7;
    margin-bottom: .5rem;
    padding-right: 3rem;
}

.slider-container .swiper-slide .item .name{
    display: block;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding-right: 5rem;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}
.slider-container .swiper-slide .item:hover .name {
    opacity: .5;
}
.slider-container .swiper-slide .item img {
    position: absolute;
    bottom: 0;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.slider-container .swiper-slide .item .name::first-line {
    text-align: right;
    /*color: blue;*/

}
.slider-container_arrow {
    position: absolute;
    top: 50%;
    right: calc(var(--spaceXX)/-2);
    width: calc(100% + var(--spaceXX));
    /*background-color: red;*/
    z-index: 11;
    /*height: 10rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0;
}
.slider-container_arrow > * {
    position: relative;
}
.slider-container_arrow > *:after {
    display: none;
}
.slider-container_arrow > *.swiper-button-next {
    background-image: url("../img/arrrow-slider-rtl-next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.slider-container_arrow > *.swiper-button-prev {
    background-image: url("../img/arrrow-slider-rtl-next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(25%)scaleX(-1);
    -ms-transform: translateY(25%)scaleX(-1);
    transform: translateY(25%)scaleX(-1);
}
/*==================sliderGroup==================*/
/*==================CEO==================*/
section.CEO {
    background-color: #f9e8d5;
    margin: 10rem 0 6rem;
}

section.CEO .container {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.CEO .container .media {
    position: absolute;
}

section.CEO .container .media .image {
    width: 28.5rem;
    height: 38.5rem;
    border-radius: 14.25rem 14.25rem 0 0;
    overflow: hidden;
    border: 0.75rem solid var(--primary);
    outline: 1px solid var(--border-color);
}
section.CEO .container .media:before{
    z-index: 0;
    bottom: -5rem;
    right: -5rem;
    content: none;
}
section.CEO .container .media .image > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.CEO .container .media .info {
    position: absolute;
    padding: 1.5rem;
    bottom: 0.75rem;
    right: 0.75rem;
    color: var(--white);
    width: calc(100% - 0.75rem*2);
    opacity: 0.5;
    background: -o-linear-gradient(bottom, #000 29.8%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(29.8%, #000), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(0deg, #000 29.8%, rgba(0, 0, 0, 0.00) 100%);
}

section.CEO .container .media .info .name {
    display: block;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: .25rem;
}

section.CEO .container .media .info .position {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
section.CEO .container .info .des{
    display: inline;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section.CEO .container .info .des:before ,
section.CEO .container .info .des:after{
    content: '';
    position: absolute;
    background-image: url("../img/semicolon.svg");
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
}
section.CEO .container .info .des:before{
    top: -2.5rem;
    right: -2.5rem;
}
section.CEO .container .info .des:after {
    bottom: -1rem;
    left: -3rem;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
section.CEO .container .info img.sign {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto;
    margin-right: auto;
    display: block;
}
section.CEO .container .info {
    padding: 5rem 0 6rem;
    margin-right: auto;
    width: calc((100%/ 2) - (4rem*1/2));
}
/*==================CEO==================*/
@media only screen and (max-width: 768px){
    #modalZoom .modalZoomGallery {
        width: calc(100% - var(--spaceX)*2);
    }

    #modalZoom #closeModal {
        top: var(--spaceX);
        right: var(--spaceX);
    }

    #modalZoom #closeModal img {
        width: 1.5rem;
    }
    /*===================kindness===================*/
    section.kindness .title-container .mainTitle {
        font-size: 3.625rem;
        line-height: normal;
    }
    section.kindness .info .des {
        font-size: 1.4375rem;
        line-height: normal;
    }
    section.kindness .title-container .preTitle {
        font-size: 0.875rem;
    }
    section.kindness .title-container {
        margin-bottom: 1.5rem;
    }
    section.kindness .media_individual .dandelion::after {
        width: 3.98156rem;
        height: 6.4375rem;
    }
    section.kindness .media_individual {
        width: 20rem;
        height: 14rem;
        border: 0.38rem solid var(--primary);
        margin: 1.5rem auto;
    }
    section.kindness .media_individual:before {
        width: 9rem;
        height: 9rem;
        top: -3rem;
        left: -3rem;
    }
    section.kindness .media_individual:after {
        width: 9rem;
        height: 9rem;
        right: -3rem;
        bottom: -3rem;
    }
    section.kindness .info .ceo {
        margin-top: 3.5rem;
    }
    section.kindness .info .ceo > * {
        font-size: 1rem;
        line-height: 2;
    }
    section.kindness .info .ceo span.year {
        font-size: 0.875rem;
    }
    section.kindness .info {
        margin: 1.5rem auto .5rem;
    }
    section.kindness .media_team {
        border: 0.23rem solid var(--primary);
        height: 25vh;
    }
    section.kindness {
        margin-bottom: 1.5rem;
        overflow: hidden;
    }
    section.kindness .media_team::before {
        height: 10rem;
        top: -6rem;
    }
    /*===================kindness===================*/
    /*==================OUE VALUE===================*/
    section.value {
        margin: 1.5rem 0;
    }
    .scrollText-container {
        margin: 1.5rem 0;
        row-gap: .8rem;
    }
    .scrollText-container .text-container {
        -webkit-column-gap: 2.6rem;
        -moz-column-gap: 2.6rem;
        column-gap: 2.6rem;
    }
    .scrollText-container .text-container span{
        font-size: 1.39381rem;
        font-style: normal;
        font-weight: 500;
        background-size: contain;
    }
    /*==================OUE VALUE===================*/
    /*==================HISTORY===================*/
    section.history:before {
        height: 9rem;
        top: -4.5rem;
    }
    section.history {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin: 2rem 0 2rem;
    }
    section.history .title-container .title {
        font-size: 1.4375rem;
        margin-bottom: 2rem;
    }
    .dandelion:after {
        width: 2.9765rem;
        height: 4.8125rem;
    }
    /*==================HISTORY===================*/
    /*==================MEMBERS===================*/
    section.member {
        margin: 2rem 0;
    }
    section.member .title-container .title {
        margin-left: 4rem;
        font-size: 1.4375rem;
    }
    section.member .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    section.member .items .item .media {
        border-width: .5rem;
        border-radius: calc(30vh*.5) calc(30vh*.5) 0 0;
    }

    .rotateLine:before, section.kindness .media_individual:after {
        width: 9rem;
        height: 9rem;
    }
    section.member .items .item {
        /*width: calc((100% / 2) - (.7rem * 4/5));*/
        height: 30vh;
    }
    section.member .items .item .info {
        width: calc(100% - 0.5rem*2);
        padding: 0.5rem;
        bottom: 0.5rem;
        right: 0.5rem;
        opacity: 1;
        background: -o-linear-gradient(bottom, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(29.8%, rgba(0,0,0,.5)), to(rgba(0, 0, 0, 0.00)));
        background: linear-gradient(0deg, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
    }
    section.member .items .item .info .name {
        font-size: 0.75531rem;
    }
    section.member .items .item .info .position {
        font-size: 0.48063rem;
    }
    section.member .memberGeneration-item .info .des {
        line-height: 2rem;
    }
    /*==================MEMBERS===================*/
    /*==================SERVICES==================*/
    section.service {
        margin: 5rem 0;
    }
    section.service .title-container .title {
        font-size: 1.4375rem;
        margin-bottom: 2rem;
    }
    section.service .service-container .items .item {
        padding: 0.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*border-radius: 5rem 0 0 0;*/
    }
    section.service .service-container .items .item .media {
        width: 100%;
        /*border-radius: 5rem 0 0 0;*/
    }
    section.service .service-container .items .item .info {
        width: 100%;
        padding: 1rem 1rem 2rem;
    }
    section.service .service-container .items .item:first-child .info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    section.service .service-container .items:before {
        top: -4rem;
        left: 0;
    }
    section.service .service-container .items .item:first-child .media {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    section.service .service-container .items .item .info .title {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }
    section.service .service-container .items .item .info .des {
        font-size: 0.75rem;
    }
    section.service .service-container .items .item:nth-child(even) .media {
        /*border-radius: 0 0 5rem 0;*/
    }
    section.service .service-container .items .item:nth-child(even) {
        /*border-radius: 0 0 5rem 0;*/
    }
    /*==================SERVICES==================*/
    /*==============SLIDER CONTAINER==============*/
    section.sliderGroup {
        margin: 0 0 5rem;
    }
    .slider-container .swiper-slide .item .name {
        padding-right: 5rem;
        font-size: 0.73281rem;
    }
    .slider-container .swiper-slide .item .date {
        font-size: 0.58625rem;
    }
    .slider-container .swiper-slide .item {
        min-height: 7rem;
    }
    .slider-container_arrow {
        top: 100%;
        right: 0;
        width: calc(100%);
        margin: 2rem 0 0;
    }
    .slider-container .swiper.mySwiper {
        padding-left: 9rem;
    }
    .slider-container .swiper-slide .item img {
        width: 3.5rem;
        height: 3.5rem;
    }
    /*==============SLIDER CONTAINER==============*/
    /*====================CEO=====================*/
    section.CEO {
        margin: 5rem 0 0;
        background-color: transparent;
    }
    section.CEO::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        background-color: var(--lightBrown);
        bottom: 0;
        left: 0;
    }
    section.CEO .container .media .image {
        width: 100%;
        height: 62vh;
        border-width: .5rem;
        border-radius: 12.7375rem 12.7375rem 0 0;
    }
    section.CEO .container .media {
        position: relative;
        width: 100%;
    }
    section.CEO .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.CEO .container .media .info {
        padding: 1rem;
        bottom: 0.5rem;
        right: 0.5rem;
        width: calc(100% - 0.5rem*2);
        opacity: 1;
        background: -o-linear-gradient(bottom, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(29.8%, rgba(0,0,0,.5)), to(rgba(0, 0, 0, 0.00)));
        background: linear-gradient(0deg, rgba(0,0,0,.5) 29.8%, rgba(0, 0, 0, 0.00) 100%);
    }
    section.CEO .container .media .info .name {
        font-size: 1.19581rem;
    }
    section.CEO .container .media .info .position {
        font-size: 0.68331rem;
    }
    section.CEO .container .media:before {
        bottom: auto;
        top: -4rem;
        right: 3rem;
    }
    section.CEO .container > .info {
        padding: 1rem 1.5rem;
        width: 100%;
        margin-top: 1rem;
    }

    section.CEO .container .info .des {
        text-align: center;
        font-size: 1.4375rem;
        display: inline-block;
    }

    section.CEO .container .info .des:before {
        width: 1.44394rem;
        height: 1.44394rem;
        background-size: contain;
        right: 0;
        top: -1rem;
    }

    section.CEO .container .info .des:after {
        width: 1.44394rem;
        height: 1.44394rem;
        background-size: contain;
        left: 0;
        bottom: -1rem;
    }

    section.CEO .container .info img.sign {
        margin: 3rem auto 0;
        width: 9rem;
    }
    /*====================CEO=====================*/
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.kindness .media_individual {
        width: 20.03125rem;
        height: 25.04169rem;
    }
    section.kindness .media_team {
        height: 40vh;
    }

    section.member .items .item {
        /*width: calc((100% / 4) - (1rem * 4/5));*/
        /*height: 22vh;*/
    }
    section.CEO .container .media {
        width: 50%;
        margin: 0 auto;
    }
    section.CEO .container .media .image {
        height: 45vh;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    #modalZoom .modalZoomGallery {
        width: 85vw;
    }
    section.kindness .media_individual:before {
        left: -5rem;
    }
    section.kindness .media_individual:after {
        right: -7rem;
    }
    section.kindness .title-container h1.preTitle {
        font-size: 1.5rem;
    }

    section.kindness .title-container .mainTitle {
        font-size: 5.375rem;
    }
    section.kindness .info .des {
        font-size: 1.8rem;
        line-height: normal;
    }
    section.kindness .info .ceo {
        margin-top: 3rem;
    }
    section.kindness .media_team {
        height: auto;
    }
    section.value .title-container .title {
        font-size: 1.5rem;
    }
    .scrollText-container {
        row-gap: 1rem;
    }
    .scrollText-container .text-container span {
        font-size: 2.25rem;
    }
    section.history:before {
        height: 12rem;
        top: -6rem;
    }
    section.history {
    }

    section.member {
        margin: 8rem 0;
    }

    section.member .title-container .title {
        margin-left: 3rem;
        font-size: 1.5rem;
    }

    .rotateLine:before, section.kindness .media_individual:after {
        width: 12rem;
        height: 12rem;
    }
    section.member .items .item {
        /*width: calc((100% / 4) - (1rem * 4/5));*/
        height: 23vh;
    }
    section.member .items .item .info {
        padding: 1rem;
    }

    section.member .items .item .info .name {
        font-size: 1rem;
    }
    section.member .items .item .info .position {
        font-size: 0.65rem;
    }
    section.service .service-container .items:before {
        top: -2rem;
        left: -2rem;
    }
    section.service .service-container .items .item .media {
        /*border-radius: 5.375rem 0 0 0;*/
        height: 35vh;
    }
    section.service .service-container .items .item {
        /*border-radius: 5.375rem 0 0 0;*/
    }
    section.service .service-container .items .item:nth-child(even) .media {
        /*border-radius: 0 0 5.375rem 0;*/
    }
    section.service .service-container .items .item:nth-child(even) {
        /*border-radius: 0 0 5.375rem 0;*/
    }
    section.service .service-container .items .item .info {
        padding: 1rem 2rem;
    }
    section.service .service-container .items .item .info .title {
        font-size: 2rem;
    }
    section.service {
        margin: 7rem 0;
    }
    section.service .title-container .title {
        font-size: 1.5rem;
    }
    section.sliderGroup .title-container .title {
        font-size: 1.5rem;
    }

    .slider-container .swiper-slide .item .name {
        font-size: 1rem;
        padding-right: 6rem;
    }

    .slider-container .swiper-slide .item .date {
        font-size: .85rem;
    }

    section.sliderGroup {
    }

    .slider-container_arrow {
        top: auto;
        bottom: -1rem;
    }

    section.CEO .container .info .des {
        font-size: 1.25rem;
    }

    section.CEO .container .info {
        padding: 4rem 0 4rem;
        width: calc((100%/ 2) - (3rem*1/2));
    }

    section.CEO .container .info .des:before, section.CEO .container .info .des:after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

    section.CEO .container .info .des:before {
        top: -1.5rem;
        right: -1.5rem;
    }

    section.CEO .container .info .des:after {
        left: -2rem;
    }

    section.CEO .container .info img.sign {
        width: 8rem;
        margin-top: 3rem;
    }

    section.CEO .container .media .image {
        width: 26.5rem;
        height: 36.5rem;
    }
    section.CEO .container .media:before {
        bottom: -2rem;
        right: -2rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    #modalZoom #closeModal img {
        width: 1.6rem;
    }
    section.kindness .title-container .mainTitle {
        font-size: 5.375rem;
    }

    section.kindness .media_individual .dandelion::after {
        width: 4.61019rem;
        height: 8.6875rem;
    }

    .rotateLine:before, section.kindness .media_individual:after {
        width: 15rem;
        height: 15rem;
    }

    section.kindness .media_individual:before {
        top: -3rem;
        left: -6rem;
    }

    section.kindness .media_individual:after {
        right: -10rem;
    }

    section.kindness .media_individual {
        width: 30rem;
        height: 20rem;
    }

    section.kindness .info .des {
        font-size: 1.8rem;
        line-height: normal;
    }

    section.kindness .info {
        margin: 3rem auto 7rem;
    }

    section.kindness .info .ceo {
        margin-top: 4rem;
    }

    section.kindness .info .ceo > * {
        font-size: 1.1rem;
        line-height: 2;
    }

    section.kindness .media_team::before {
        height: 15rem;
        top: -8rem;
    }

    section.kindness {
    }

    section.value {
        /* margin: 6rem 0; */
    }

    section.value .title-container .title {
        font-size: 1.5rem;
    }

    .scrollText-container .text-container span {
        font-size: 2.8rem;
    }
    .scrollText-container .text-container{
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    section.history:before {
        height: 15rem;
        top: -7.5rem;
    }

    section.history {
    }
    section.history .title-container .title {
        font-size: 1.5rem;
    }
    section.member .title-container .title {
        font-size: 1.5rem;
    }

    section.member .items .item .info {
        padding: 1rem;
        width: calc(100% - 0.6rem*2);
        bottom: 0.6rem;
        right: 0.6rem;
    }

    section.member .items .item .media {
        border-width: .6rem;
    }

    section.member .items .item .info .name {
        font-size: 1rem;
    }
    section.service .title-container .title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    section.service .service-container .items:before {
        top: -3rem;
        left: -3rem;
    }

    section.service .service-container .items .item .info .title {
        font-size: 2.1rem;
    }

    section.service .service-container .items .item .media {
        /*border-radius: 5.375rem 0 0 0;*/
    }

    section.service .service-container .items .item {
        /*border-radius: 5.375rem 0 0 0;*/
    }

    section.service .service-container .items .item:nth-child(even) .media {
        /*border-radius: 0 0 5.375rem 0;*/
    }

    section.service .service-container .items .item:nth-child(even) {
        /*border-radius: 0 0 5.375rem 0;*/
    }
    section.member .items .item .info .position {
        font-size: .65rem;
    }
    .slider-container .swiper-slide .item .name {
        font-size: 1.15rem;
        padding-right: 7rem;
    }

    .slider-container .swiper-slide .item .date {
        font-size: .9rem;
    }

    section.sliderGroup .title-container .title {
        font-size: 1.5rem;
    }

    section.CEO .container .info .des {
        font-size: 1.5rem;
    }

    section.CEO .container .info img.sign {
        margin-top: 2rem;
    }

    section.CEO .container .media .image {
        width: 27.5rem;
        height: 37.5rem;
        border-width: .6rem;
    }

    section.CEO .container .info .des:before, section.CEO .container .info .des:after {
        width: 1.8rem;
        height: 1.8rem;
        background-size: contain;
    }

    section.CEO .container .info .des:before {
        top: -1.8rem;
        right: -1.8rem;
    }

    section.CEO .container .info .des:after {
        left: -2.5rem;
    }

    section.CEO .container .media .info {
        padding: 1rem;
        bottom: 0.6rem;
        right: 0.6rem;
        width: calc(100% - 0.6rem*2);
    }

    section.CEO .container .media .info .name {
        font-size: 1.5rem;
    }

    section.CEO .container .media .info .position {
        font-size: .8rem;
    }

    section.CEO .container .info {
        padding: 4rem 0 5rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    #modalZoom #closeModal img {
        width: 1.6rem;
    }
    section.kindness .title-container .mainTitle {
        font-size: 5.375rem;
    }

    section.kindness .media_individual .dandelion::after {
        width: 4.61019rem;
        height: 8.6875rem;
    }

    .rotateLine:before, section.kindness .media_individual:after {
        width: 15rem;
        height: 15rem;
    }

    section.kindness .media_individual:before {
        top: -3rem;
        left: -6rem;
    }

    section.kindness .media_individual:after {
        right: -10rem;
    }

    section.kindness .media_individual {
        width: 25rem;
        height: 35rem;
    }

    section.kindness .info .des {
        font-size: 1.8rem;
        line-height: normal;
    }

    section.kindness .info {

    }

    section.kindness .info .ceo {
    }

    section.kindness .info .ceo > * {
        font-size: 1.1rem;
        line-height: 2;
    }

    section.kindness .media_team::before {
        height: 15rem;
        top: -8rem;
    }

    section.kindness {
    }

    section.value {

    }

    section.value .title-container .title {
        font-size: 1.5rem;
    }

    .scrollText-container .text-container span {
        font-size: 2.8rem;
    }
    .scrollText-container .text-container{
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    section.history:before {
        height: 15rem;
        top: -7.5rem;
    }

    section.history {
    }
    section.history .title-container .title {
        font-size: 1.5rem;
    }
    section.member .title-container .title {
        font-size: 1.5rem;
    }
    section.member .items .item{
        height: 31vh;
    }

    section.member .items .item .info {
        padding: 1rem;
        width: calc(100% - 0.6rem*2);
        bottom: 0.6rem;
        right: 0.6rem;
    }

    section.member .items .item .media {
        border-width: .6rem;
    }

    section.member .items .item .info .name {
        font-size: 1rem;
    }
    section.service .title-container .title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    section.service .service-container .items:before {
        top: -3rem;
        left: -3rem;
    }

    section.service .service-container .items .item .info .title {
        font-size: 2.1rem;
    }

    section.service .service-container .items .item .media {
        /* border-radius: 5.375rem 0 0 0; */
    }

    section.service .service-container .items .item {
        /* border-radius: 5.375rem 0 0 0; */
    }

    section.service .service-container .items .item:nth-child(even) .media {
        /* border-radius: 0 0 5.375rem 0; */
    }

    section.service .service-container .items .item:nth-child(even) {
        /* border-radius: 0 0 5.375rem 0; */
    }
    section.member .items .item .info .position {
        font-size: .65rem;
    }
    .slider-container .swiper-slide .item .name {
        font-size: 1.15rem;
        padding-right: 7rem;
    }

    .slider-container .swiper-slide .item .date {
        font-size: .9rem;
    }

    section.sliderGroup .title-container .title {
        font-size: 1.5rem;
    }

    section.CEO .container .info .des {
        font-size: 1.5rem;
    }

    section.CEO .container .info img.sign {
        margin-top: 2rem;
    }

    section.CEO .container .media .image {
        width: 27.5rem;
        height: 37.5rem;
        border-width: .6rem;
    }

    section.CEO .container .info .des:before, section.CEO .container .info .des:after {
        width: 1.8rem;
        height: 1.8rem;
        background-size: contain;
    }

    section.CEO .container .info .des:before {
        top: -1.8rem;
        right: -1.8rem;
    }

    section.CEO .container .info .des:after {
        left: -2.5rem;
    }

    section.CEO .container .media .info {
        padding: 1rem;
        bottom: 0.6rem;
        right: 0.6rem;
        width: calc(100% - 0.6rem*2);
    }

    section.CEO .container .media .info .name {
        font-size: 1.5rem;
    }

    section.CEO .container .media .info .position {
        font-size: .8rem;
    }

    section.CEO .container .info {
        padding: 4rem 0 5rem;
    }
}