@charset "UTF-8";

/* 共通 */
section h2 {
    font-size: 8.2rem;
    font-family:"heebo", sans-serif;
    font-weight: 700;
}
section h3 {
    font-size:1.8rem;
    color: #4E3E00;
    margin-top: -25px;
}
main {
    max-width: 2000px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    section h2 {
        font-size: 4.8rem;
    }
}

/* トップ */
.section-top__hero {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin: 20px 50px 0px 80px;
    justify-content: center;
}
.section-top__hero img {
    display: block;
    max-height: 600px;
    max-width: 850px;
    width: 70%;
    object-fit: cover;
    border-radius: 70px 200px 70px 200px;
}
.section-top__title-02 span {
    position: relative;
    z-index: 999;
}

@media (max-width: 1120px) {
    .section-top__hero {
        margin: 30px 0 0;
    }
    .section-top {
        margin-right: 40px;
        margin-left: 40px;
    }
    .section-top__hero img {
        border-radius: 50px 100px 50px 100px;
        width: 70%;
    }
}
@media (max-width: 750px) {
    .section-top__hero {
        display: block;
    }
    .section-top__hero img {
        border-radius: 20px 70px 20px 70px;
        width: 100%;
    }
}

/* タイトル */
.section-top h1 {
    color: #333;
    font-size: 52px;
    font-weight: 500;
    margin-top: 70px;
    margin-right: -50px;
}
.section-top__title-01 , .section-top__title-02 , .section-top__title-03 {
    display: flex;
    overflow: hidden;
}
.section-top__title-01 span , .section-top__title-02 span , .section-top__title-03 span {
    display: block;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.section-top__title-01.-visible span , .section-top__title-02.-visible span , .section-top__title-03.-visible span {
    transform: translate(0, 0);
}

/* 01 */
.section-top__title-01 span:nth-child(1) {
    transition-delay: 0.06s;
    color: #FFC631;
    margin-right: 8px;
}
.section-top__title-01 span:nth-child(2) {
    transition-delay: 0.12s;
    color: #FFC631;
    margin-right: 8px;
}
.section-top__title-01 span:nth-child(3) {
    transition-delay: 0.18s;
    margin-right: 5px;
}
.section-top__title-01 span:nth-child(4) {
    transition-delay: 0.24s;
    margin-right: 5px;
}
.section-top__title-01 span:nth-child(5) {
    transition-delay: 0.30s;
}
/* 02 */
.section-top__title-02 span:nth-child(1) {
    transition-delay: 0.36s;
    margin-right: 2px;
}
.section-top__title-02 span:nth-child(2) {
    transition-delay: 0.42s;
    margin-right: 3px;
}
.section-top__title-02 span:nth-child(3) {
    transition-delay: 0.48s;
    margin-right: 5px;
}
.section-top__title-02 span:nth-child(4) {
    transition-delay: 0.54s;
    margin-right: 5px;
}
.section-top__title-02 span:nth-child(5) {
    transition-delay: 0.60s;
    margin-right: 5px;
}
.section-top__title-02 span:nth-child(6) {
    transition-delay: 0.66s;
    margin-right: 5px;
}
.section-top__title-02 span:nth-child(7) {
    transition-delay: 0.72s;
    margin-right: 5px;
}
/* 03 */
.section-top__title-03 span:nth-child(1) {
    transition-delay: 0.78s;
    margin-right: 6px;
}
.section-top__title-03 span:nth-child(2) {
    transition-delay: 0.84s;
    margin-right: 3px;
}
.section-top__title-03 span:nth-child(3) {
    transition-delay: 0.90s;
    margin-right: 2px;
}
.section-top__title-03 span:nth-child(4) {
    transition-delay: 0.96s;
}

@media (max-width: 1120px) {
    .section-top h1 {
        margin-top: 30px;
    }
    .section-top__title-01 , .section-top__title-02 , .section-top__title-03 {
        font-size: 3.6rem;
        font-weight: 500;
    }
}
@media (max-width: 750px) {
    .section-top h1 {
        margin-top: 0;
        margin-left: -20px;
    }
}

/* スクロール */
.scrolldown {
    position: relative;
    margin-left: 80px;
    margin-top: -80px;
    height: 300px;
}
.scrolldown span {
    writing-mode: vertical-rl;
    font-family:"heebo", sans-serif;
    color: #FFC631;
    position: absolute;
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 250px;
    background-color: #FFC631;
    top: 70px;
    left: 10px;
}

@media (max-width: 960px) {
    .scrolldown {
        display: none;
    }
}

/* 流体シェイプ */
.section-top__bg-01 {
    position: absolute;
    z-index: -99;
    height: 800px;
    width: 800px;
    border-radius: 100%;
    background-color: #ECE9E1;
    margin-top: -250px;
    margin-left: -16%;
    animation: fluidrotate 20s ease 0s infinite;
}
@keyframes fluidrotate {  
	  
    0%, 100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50% ;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
          
}
.section-top__bg-02 {
    position: absolute;
    z-index: -89;
    height: 368px;
    width: 368px;
    border-radius: 100%;
    background-color: #FFC631;
    margin-top: 250px;
    margin-left: 23%;
    animation: fluidrotate-02 20s ease 0s infinite;
}
@keyframes fluidrotate-02 {  
	  
    0%, 100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50% ;
    }
    7% {
        border-radius: 43% 57% 42% 58% / 57% 42% 58% 43%  ;
    }
    21% {
        border-radius: 56% 44% 56% 44% / 57% 42% 58% 43%  ;
    }
    35% {
        border-radius: 41% 59% 44% 56% / 66% 38% 62% 34%  ;
    }
    49% {
        border-radius: 41% 59% 44% 56% / 53% 29% 71% 47%  ;
    }
    63% {
        border-radius: 54% 46% 49% 51% / 53% 43% 57% 47%  ;
    }
    77% {
        border-radius: 48% 52% 42% 58% / 49% 48% 52% 51%  ;
    }
          
}

@media (max-width :1120px) {
    .section-top__bg-01 {
        height: 460px;
        width: 460px;
        top: 200px;
        margin-left: -15%;
    }
    .section-top__bg-02 {
        height: 300px;
        width: 300px;
        margin-top: 160px;
        margin-left: 10%
    }
}
@media (max-width: 750px) {
    .section-top__bg-01 {
        top: 350px;
        margin-left: -40%;
    }
    .section-top__bg-02 {
        height: 200px;
        width: 200px;
        margin-top: 180px;
        margin-left: 30%
    }
}

/* 誰でも気軽にIT化を */
.section-what_we_can {
    margin-bottom: 200px;
}
.section-what_we_can__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.section-what_we_can__text-container {
    margin-left: 180px;
    z-index: 100;
}
.section-what_we_can__text-container h2 {
    color: #FFC631;
    margin-left: -5px;
}
.section-what_we_can__text-container h3 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    margin-top: 0px;
}
.section-what_we_can__description {
    color: #4E3E00;
    line-height: 2.8;
}
.section-what_we_can__img-container {
    margin: 180px 100px 0 20px;
    z-index: 0;
    width: 36%;
}
.section-what_we_can__img {
    max-width: 452px;
    width: 100%;
    
}
.section-what_we_can__bg {
    position: absolute;
    margin-top: -280px;
    right: 0;
    z-index: -99;
    border-radius: 170px 0 0 170px;
    height: 340px;
    width: 900px;
    background-color: #ECE9E1;
}
/* ふわふわ動き */
.section-what_we_can__img-container , .section-member__img-girl , .section-member__img-boy {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
    50% {
      transform:translate(0, -10px) rotate(0deg);
    }
}

@media (max-width: 960px) {
    .section-what_we_can {
        margin: 170px 0 200px;
    }
    .section-what_we_can__text-container {
        margin-left: 40px;
    }
    .section-what_we_can__text-container h2 {
        margin-left: -5px;
    }
    .section-what_we_can__text-container h3 {
        font-size: 2.0rem;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .section-what_we_can__description {
        font-size: 1.4rem;
    }
    .section-what_we_can__img-container {
        margin: 150px 40px 0 0;
        width: 40%;
    }
    .section-what_we_can__bg {
        position: absolute;
        margin-top: -220px;
        border-radius: 170px 0 0 170px;
        height: 280px;
        width: 600px;
    }
}
@media (max-width: 750px) {
    .section-what_we_can {
        margin: 150px 0 100px;
    }
    .section-what_we_can__container {
        display: block;
    }
    .section-what_we_can__text-container {
        margin-left: 20px;
    }
    .section-what_we_can__text-container h2 {
        margin-left: -5px;

    }
    .section-what_we_can__text-container h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .section-what_we_can__description {
        font-size: 1.4rem;
        line-height: 2.0;
    }
    .section-what_we_can__img-container {
        margin: 30px 40px 0 auto;
        width: 230px;
        
    }
    .section-what_we_can__bg {
        position: absolute;
        margin-top: -120px;
        border-radius: 75px 0 0 75px;
        height: 150px;
        width: 350px;
    }
}

/* サービス */
.section-service {
    position: relative;
    margin: 0 auto 280px;
}
.section-service__contents {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 100px;
}
.section-service__title h2 {
    color: #0D9C56;
}
.section-service__title h3 {
    margin-left: 7px;
}
.section-service__button {
    display: flex;
    background-color: #0D9C56;
    text-decoration: none;
    height: 66px;
    border-radius: 10px 33px 33px 10px;
    color: #FFF;
}
.section-service__button p {
    margin: auto 40px;
}
.section-service__arrow {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: auto 10px auto 0;
}
.section-service__arrow img {
    margin: auto auto auto 21px;
    height: 18px;
    width: auto;
}

/* ボタン　ホバーして縮小 */
.section-service__button div , .section-service__button-02 div {
    transform: scale(1);
	transition: .2s ease-in-out;
}
.section-service__button:hover div , .section-service__button-02:hover div {
    transform: scale(0.7);
}


.section-service__container {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 100px auto 0;
}
.section-service__container li {
    list-style: none;
}
.section-service__box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 320px;
    width: 250px;
    border-radius: 140px 140px 5px 5px;
    background-color: #ECE9E1;
    margin: 0 7px;
}
.section-service__container a {
    text-decoration: none;
}
.section-service__box span {
    text-align: center;
    font-family: "heebo", sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    color: #4E3E00;
    z-index: 99;
}
.section-service__box h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4E3E00;
    margin-top: -5px;
}
.section-service__box span::before {
    position: absolute;
    content: "";
    background-size: cover;
    height: 28px;
    width: 36px;
    margin-top: 20px;
    margin-left: -20px;
    z-index: -69;
}
.section-service__number-01::before {
    background-image: url("../images/top/section-service__column-mark01.png");
}
.section-service__number-02::before {
    background-image: url("../images/top/section-service__column-mark02.png");
}
.section-service__number-03::before {
    background-image: url("../images/top/section-service__column-mark03.png");
}
.section-service__number-04::before {
    background-image: url("../images/top/section-service__column-mark04.png");
}
.section-service__subtitle {
    text-align: center;
    font-family: "heebo", sans-serif;
    font-size: 1.2rem;
    color: #BAAD8D;
    margin-bottom: 40px;
}
.section-service__img-01 {
    display: block;
    height: 206px;
    margin: 0 auto 10px;
}
.section-service__img-02 {
    display: block;
    height: 223px;
    margin: 0 auto 10px;
    margin-left: -30px;
}
.section-service__img-03 {
    display: block;
    height: 219px;
    margin: 0 auto 10px;
}
.section-service__img-04 {
    display: block;
    height: 235px;
    margin: 0 auto 10px;
    margin-left: -20px;
} 
.section-service__bg-01 {
    position: absolute;
    z-index: -99;
    height: 430px;
    width: 430px;
    border-radius: 100%;
    background-color: #0D9C56;
    margin-top: -280px;
    margin-left: -250px;
}
.section-service__bg-02 {
    position: absolute;
    z-index: -99;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #0D9C56;
    margin-top: 30px;
    margin-left: 150px;
}
.section-service__button-02 {
    display: none;
}

/* ホバーで縮小 */
.section-service__img-01 , .section-service__img-02 , .section-service__img-03 , .section-service__img-04 {
    transform: scale(1);
	transition: .3s ease-in-out;
}
.section-service__container li a:hover img {
    transform: scale(0.8);
}

@media (max-width: 960px) {
    .section-service {
        margin: 0 20px 100px;
    }
    .section-service__contents {
        justify-content: center;
        margin: 0;
        text-align: center;
    }
    .section-service__title h3 {
        padding-top: 10px;
        margin-left: 7px;
        font-size: 1.6rem;
    }
    .section-service__button {
        display: none;
    }
    .section-service__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0;
    }
    .section-service__container li {
        margin-bottom: 30px;
    }
    .section-service__box {
        height:180px;
        width: 150px;
        border-radius: 90px 90px 5px 5px;
        margin: 0 10px;
    }
    .section-service__box span {
        font-size: 2.4rem;
        font-weight: 900;
    }
    .section-service__box h4 {
        font-size: 1.2rem;
        font-weight: 500;
    }
    .section-service__box span::before {
        position: absolute;
        content: "";
        background-size: cover;
        height: 19px;
        width: 24px;
        margin-top: 12px;
        margin-left: -13px;
    }
    .section-service__subtitle {
        font-size: 0.6rem;
        margin-bottom: 10px;
    }
    .section-service__img-01 {
        height: 117px;
    }
    .section-service__img-02 {
        display: block;
        height: 117px;
        margin: 0 auto 10px;
        margin-left: -5px;
    }
    .section-service__img-03 {
        height: 117px;
    }
    .section-service__img-04 {
        display: block;
        height: 117px;
        margin: 0 auto 10px;
    } 
    .section-service__bg-01 {
        display: none;
    }
    .section-service__bg-02 {
        display: none;
    }
    .section-service__button-02 {
        display: flex;
        justify-content: space-between;
        background-color: #0D9C56;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
        margin: 20px auto 0;
    }
    .section-service__button-02 p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-service__arrow-02 {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-service__arrow-02 img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}
@media (max-width: 380px) {
    .section-service__box {
        margin: 0 8px;
    }
}

/* 私たちの強み */
.section-our_strengths {
    position: relative;
    padding: 70px 100px 200px;
}
.section-our_strengths__bg-01 {
    position: absolute;
    margin-top: -50px;
    left: 0;
    z-index: -99;
    height: 400px;
    width: 835px;
    border-radius: 0 200px 200px 0;
    background-color: #ECE9E1;
}
.section-our_strengths__bg-02 {
    position: absolute;
    margin-top: 180px;
    right: 0;
    z-index: -89;
    height: 500px;
    width: 1000px;
    border-radius:  250px 0 0 250px;
    background-color: #F29D7F;
}
.section-our_strengths h2 {
    color: #F29D7F;
    text-align: center;
}
.section-our_strengths h3 {
    text-align: center;
    margin-bottom: 50px;
}
.section-our_strengths ol {
    display: flex;
    justify-content: center;
}
.section-our_strengths ol li {
    list-style: none;
    height: 400px;
    width: 300px;
    border-radius: 30px;
    background-color: #fff;
    margin: 0 30px;
}
.section-our_strengths ol li:nth-child(2) {
    margin-top: 50px;
}
.section-our_strengths__label {
    text-align: right;
    margin-right: 20px;
    margin-top: 15px;
}
.section-our_strengths__tag {
    font-size: 2.0rem;
}
.section-our_strengths__number {
    font-family: "heebo", sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
}
.section-our_strengths__number::before {
    content: "";
    margin-left:3px ;
}
.section-our_strengths__img {
    width: 275px;
    border-radius: 0 107.5px 107.5px 0;
    margin-right: 30px;
}
.section-our_strengths__description {
    padding: 18px 20px 0;
    font-size: 1.4rem;
    font-weight: 400;
}

@media (max-width: 960px) {
    .section-our_strengths {
        padding: 30px 40px 200px;
    }
    .section-our_strengths__bg-01 {
        margin-top: -30px;
        left: 0;
        height: 500px;
        width: 500px;
        border-radius: 0 250px 250px 0;
    }
    .section-our_strengths__bg-02 {
        position: absolute;
        margin-top: 100px;
        right: 0;
        height: 500px;
        width: 500px;
        border-radius:  250px 0 0 250px;
    }
    .section-our_strengths h3 {
        font-size: 1.6rem;
        padding-top: 10px;
        margin-bottom: 50px;
    }
    .section-our_strengths ol {
        display: flex;
        justify-content: center;
    }
    .section-our_strengths ol li {
        height: 310px;
        width: 230px;
        border-radius: 25px;
        margin: 0 10px;
    }
    .section-our_strengths ol li:nth-child(2) {
        margin-top: 30px;
    }
    .section-our_strengths__label {
        text-align: right;
        margin-right: 20px;
        margin-top: 10px;
    }
    .section-our_strengths__tag {
        font-size: 1.6rem;
    }
    .section-our_strengths__number {
        font-size: 3.2rem;
    }
    .section-our_strengths__img {
        width: 200px;
        border-radius: 0 107.5px 107.5px 0;
        margin-right: 30px;
    }
    .section-our_strengths__description {
        padding: 18px 10px 0;
        font-size: 1.2rem;
    }
}
@media (max-width: 750px) {
    .section-our_strengths {
        padding: 30px 0 150px;
    }
    .section-our_strengths__bg-01 {
        margin-top: -20px;
        left: 0;
        height: 500px;
        width: 340px;
        border-radius: 0 250px 250px 0;
    }
    .section-our_strengths__bg-02 {
        position: absolute;
        margin-top: 700px;
        right: 0;
        height: 500px;
        width: 340px;
        border-radius:  250px 0 0 250px;
    }
    .section-our_strengths ol {
        display: block;
        margin: 0 40px;
    }
    .section-our_strengths ol li {
        height: 310px;
        width: 295px;
        border-radius: 25px;
        margin: 0 auto 20px;
    }
    .section-our_strengths ol li:nth-child(2) {
        margin-top: 20px;
    }
    .section-our_strengths__label {
        text-align: right;
        margin-right: 20px;
        margin-top: 10px;
        padding-top: 20px;
    }
    .section-our_strengths__img {
        width: 230px;
        height: 165px;
        border-radius: 0 82.5px 82.5px 0;
        margin-right: 0;
        object-fit: cover;
        margin-top: -20px;
    }
    .section-our_strengths__description {
        padding: 18px 20px 0;
        font-size: 1.2rem;
    }
}

/* 支援実績 */
.section-works__bg {
    background-image: url("../images/top/section-works__bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.section-works {
    padding-bottom: 200px;
    margin: 0 80px 100px;
}
.section-works h2 {
    color: #A15282;
    padding-top: 100px;
}
.section-works h3 {
    margin-bottom: 30px;
    margin-left: 7px;
}
.section-works__contents {
    display: flex;
    height: 520px;
    width: 890px;
    background-color: #FFF;
    border-radius: 100px;
    list-style: none;
    margin: 0 auto;
}
.section-works__container {
    padding-top: 120px;
}
.section-works__img {
    height: 300px;
    width: 360px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 20px;
    margin: 110px 50px 0 75px ;
}
.section-works__container-top__tag {
    font-family: "heebo", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
}
.section-works__container-top__number {
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-size: 7.2rem;
}
.section-works__container-title h4 {
    font-size: 2.4rem;
    max-width: 310px;
    line-height: 1.4;
    word-break: break-word;
}
.section-works__container-title p {
    width: 310px;
    font-size: 1.4rem;
    padding-bottom: 80px;
    border-bottom: 1px solid #B4B4B4;
}
.section-works__more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "heebo", sans-serif;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
}
.section-works__more-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #A15282;
    margin: 0 20px 0 15px;
}
.section-works__more-arrow img {
    height: 14px;
    width: auto;
    margin-left: 3px;
}
.section-works__button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.section-works__button {
    display: flex;
    background-color: #A15282;
    text-decoration: none;
    height: 66px;
    width: 236px;
    border-radius: 10px 33px 33px 10px;
    color: #FFF;
}
.section-works__button p {
    margin: auto 40px;
}
.section-works__arrow {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: auto 10px auto 0;
}
.section-works__arrow img {
    margin: auto auto auto 21px;
    height: 18px;
    width: auto;
}

/* slickのボタン */
.slick-arrow:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.slick-next:before{
    background: url("../images/top/section-works__button-right.png");
    background-size: contain;
}

.slick-prev:before{
    background: url("../images/top/section-works__button-left.png");
    background-size: contain;
}
.slick-arrow{
    z-index:2;
    width:100px;
    height:100px;
}

.slick-next{
    right:-30px;
}

.slick-prev{
    left:-30px;
}

@media (max-width: 750px) {
    .slick-arrow:before{
        content:"";
        width: 60%;
        height: 60%;
        position: absolute;
        top: 0;
        right: 20px;
    }
}

/* moreボタン　ホバーして縮小 */
.section-works__more-arrow {
    transform: scale(1);
	transition: .2s ease-in-out;
}
.section-works__more:hover div  {
    transform: scale(0.7);
}

/* ボタン　ホバーして縮小 */
.section-works__button div {
    transform: scale(1);
	transition: .2s ease-in-out;
}
.section-works__button:hover div  {
    transform: scale(0.7);
}
@media (max-width: 960px) {
    .section-works__bg {
        background-image: url("../images/top/section-works__bg.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .section-works {
        padding-bottom: 100px;
        margin: 0 40px 30px;
    }
    .section-works h2 {
        padding-top: 0px;
        margin-top: 50px;
    }
    .section-works h3 {
        padding-top: 10px;
        margin-left: 7px;
        font-size: 1.6rem;
    }
    .section-works__contents {
        align-items: center;
        height: 410px;
        width: 640px;
        margin: 0 auto;
    }
    .section-works__container {
        padding-top: 0;
        width: 240px;
    }
    .section-works__img {
        height: 230px;
        width: 270px;
        object-fit: cover;
        flex-shrink: 0;
        border-radius: 20px;
        margin: 0 30px 0 40px ;
    }
    .section-works__container-top__tag {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
    }
    .section-works__container-top__number {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-size: 5.8rem;
    }
    .section-works__container-title h4 {
        font-size: 1.8rem;
    }
    .section-works__container-title p {
        font-size: 1.2rem;
        width: 240px;
        padding-bottom: 30px;
        border-bottom: 1px solid #B4B4B4;
    }
    .section-works__more {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-family: "heebo", sans-serif;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        margin-top: 10px;
    }
    .section-works__more-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        background-color: #A15282;
        margin: 0 20px 0 15px;
    }
    .section-works__more-arrow img {
        height: 14px;
        width: auto;
        margin-left: 3px;
    }
    .section-works__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-works__button {
        display: flex;
        justify-content: space-between;
        background-color: #A15282;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
    }
    .section-works__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-works__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-works__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}
@media (max-width: 750px) {
    .section-works {
        padding-bottom: 100px;
        margin: 0 20px 30px;
    }
    .section-works__contents {
        display: block;
        height: auto;
        width: 100%;
        max-width: 340px;
        border-radius: 30px;
        margin: 0 auto;
        padding-bottom: 25px;
        box-sizing: border-box;
    }
    .section-works__container {
        padding: 0 25px 10px;
        width: auto;
        box-sizing: border-box;
    }
    .section-works__img {
        display: block;
        height: 200px;
        width: calc(100% - 40px);
        max-width: none;
        object-fit: cover;
        border-radius: 30px;
        margin: 0 auto;
        padding: 25px 0 20px;
        box-sizing: content-box;
    }
    .section-works__container-top__tag {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
    }
    .section-works__container-top__number {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-size: 4.2rem;
    }
    .section-works__container-title h4 {
        font-size: 1.8rem;
        max-width: none;
        line-height: 1.4;
        word-break: break-word;
    }
    .section-works__container-title p {
        font-size: 1.2rem;
        width: auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #B4B4B4;
    }
    .section-works__more {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .section-works__more-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 35px;
        border-radius: 100%;
        background-color: #A15282;
        margin: 0 0 0 8px;
    }
    .section-works__more-arrow img {
        height: 12px;
        width: auto;
        margin-left: 3px;
    }
    .section-works__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-works__button {
        display: flex;
        justify-content: space-between;
        background-color: #A15282;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
        margin: 0 auto;
    }
    .section-works__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-works__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-works__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}
@media (max-width: 520px) {
    .section-works__bg {
        background-image: url("../images/top/section-works__bg-sp.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}


/* メンバー */
.section-member {
    margin-bottom: 150px;
}
.section-member__title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.section-member__img-girl {
    height: 277px;
    padding: 0 25px;
}
.section-member__img-boy {
    height: 266px;
}
.section-member h2 {
    color: #FFC631;
    text-align: center;
    margin-top: 70px;
}
.section-member h3 {
    margin-bottom: 30px;
    text-align: center;
}
.section-member__description {
    text-align: center;
}
.section-member__list {
    display: flex;
    justify-content: center;
    margin: 0 100px;
}
.section-member__list li {
    list-style: none;
    height: 280px;
    width: 500px;
    border-radius: 140px;
    background-image: url("../images/top/section-member__bg.png");
    background-size: cover;
    margin: 0 20px;
}
.section-member__list-Lina , .section-member__list-Kippei {
    display: flex;
    padding-top: 50px;
    padding-bottom: 53px;
    text-decoration: none;
}
.section-member__list-Lina img , .section-member__list-Kippei img {
    display: block;
    margin: auto 35px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
}
.section-member__name {
    margin-left: 5px;
}
.section-member__list-Lina h4 , .section-member__list-Kippei h4 {
    font-family: "heebo", sans-serif;
    font-weight: 700;
    font-size: 5.2rem;
    color: #4E3E00;
}
.section-member__list-Lina p , .section-member__list-Kippei p {
    font-size: 1.4rem;
    color: #4E3E00;
}
.section-member__img-container {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.section-member__img-container li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 400px;
    width: 32%;
}
.section-member__img-container li img {
    max-width: 400px;
    width: 100%;
    border-radius: 50px;
}
.section-member__img-container li:nth-child(2) {
    margin-top: 100px;
}

/* ホバーで縮小 */
.section-member__list li {
    transform: scale(1);
	transition: .3s ease-in-out;
}
.section-member__list li:hover {
    transform: scale(0.9);
}

/* フェードイン */
.section-member__img-container li {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
    transform: translate(0,30px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

@media (max-width: 960px) {
    .section-member {
        margin-bottom: 100px;
    }
    .section-member__title {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .section-member__img-girl {
        height: 195px;
        padding: 0 0px;
    }
    .section-member__img-boy {
        height: 187px;
    }
    .section-member h2 {
        color: #FFC631;
        text-align: center;
        margin-top: 70px;
    }
    .section-member h3 {
        margin-bottom: 15px;
        text-align: center;
        padding-top: 10px;
        font-size: 1.6rem;
    }
    .section-member__description {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400;
        width: 300px;
    }
    .section-member__list {
        display: flex;
        justify-content: center;
        margin: 0 20px;
    }
    .section-member__list li {
        list-style: none;
        height: 186px;
        width: 335px;
        border-radius: 93px;
        background-image: url("../images/top/section-member__bg.png");
        background-size: cover;
        margin: 0 10px;
    }
    .section-member__list-Lina , .section-member__list-Kippei {
        display: flex;
        padding-top: 25px;
        padding-bottom: 30px;
        text-decoration: none;
    }
    .section-member__list-Lina img , .section-member__list-Kippei img {
        display: block;
        margin: auto 25px;
        height: 80px;
        width: 80px;
        border-radius: 100%;
    }
    .section-member__name {
        margin-left: 5px;
    }
    .section-member__list-Lina h4 , .section-member__list-Kippei h4 {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 3.8rem;
        color: #4E3E00;
    }
    .section-member__list-Lina p , .section-member__list-Kippei p {
        font-size: 1.0rem;
        color: #4E3E00;
    }
    .section-member__img-container {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .section-member__img-container li {
        list-style: none;
        margin-left: 5px;
        margin-right: 5px;
    }
    .section-member__img-container li img {
        border-radius: 20px;
    }
    .section-member__img-container li:nth-child(2) {
        margin-top: 50px;
    }
}
@media (max-width: 750px) {
    .section-member {
        margin-bottom: 80px;
    }
    .section-member__title {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .section-member__img-girl {
        height: 110px;
        padding-left: 21px; 
    }
    .section-member__img-boy {
        height: 107px;
    }
    .section-member h2 {
        margin-top: 20px;
    }
    .section-member__description {
        width: 200px;
    }
    .section-member__list {
        display: block;
        margin: 0 20px;
    }
    .section-member__list li {
        margin: 0 auto 20px auto;
    }
    .section-member__img-container {
        display: block;
        margin: 50px 20px 0;
    }
    .section-member__img-container li {
        list-style: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        width: 80%;
    }
    .section-member__img-container li img {
        border-radius: 20px;
        max-width: 400px;
        width: 100%;
    }
    .section-member__img-container li:nth-child(2) {
        margin-top: 0px;
        margin-left: auto;
    }
}

/* お知らせ */
.section-news {
    margin: 0 100px 100px;
}
.section-news__contents {
    display: flex;
    justify-content: space-between;
}
.section-news h2 {
    color: #447D93;
}
.section-news h3 {
    margin-left: 7px;
}
.section-news__column {
    margin-top: 110px;
    max-width: 800px;
    width: 80%;
}
.section-news__container {
    display: flex;
    align-items: center;
    background-color: #ECE9E1;
    height: 100px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 20px;
}
.section-news__container a {
    display: flex;
    text-decoration: none;
}
.section-news__container time {
    margin-left: 50px;
    color: #333;
}
.section-news__container p {
    height: 24px;
    width: 80px;
    border: 1px solid #BAAD8D;
    border-radius: 12px;
    font-size: 1.4rem;
    color: #333;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
}
.section-news__container h4 {
    margin-left: 50px;
    font-weight: 500;
    color: #333;
}
.section-news__button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.section-news__button {
    display: flex;
    background-color: #447D93;
    text-decoration: none;
    height: 66px;
    width: 236px;
    border-radius: 10px 33px 33px 10px;
    color: #FFF;
}
.section-news__button p {
    margin: auto 40px;
}
.section-news__arrow {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: auto 10px auto 0;
}
.section-news__arrow img {
    margin: auto auto auto 21px;
    height: 18px;
    width: auto;
}

/* ボタン　ホバーして縮小 */
.section-news__button div {
    transform: scale(1);
	transition: .2s ease-in-out;
}
.section-news__button:hover div  {
    transform: scale(0.7);
}

@media (max-width :960px) {
    .section-news {
        margin: 0 40px 100px;
    }
    .section-news__contents {
        display: flex;
        justify-content: space-between;
    }
    .section-news h3 {
        margin-left: 7px;
        padding-top: 10px;
        font-size: 1.6rem;
    }
    .section-news__column {
        margin-top: 70px;
    }
    .section-news__container {
        height: 80px;
        border-radius: 40px;
        margin-bottom: 10px;
    }
    .section-news__container a {
        display: flex;
        text-decoration: none;
    }
    .section-news__container time {
        margin-left: 50px;
        color: #333;
    }
    .section-news__container p {
        height: 24px;
        width: 80px;
        border: 1px solid #BAAD8D;
        border-radius: 12px;
        font-size: 1.4rem;
        color: #333;
        margin-left: 10px;
        text-align: center;
        line-height: 24px;
    }
    .section-news__container h4 {
        margin-left: 50px;
        font-weight: 500;
        color: #333;
    }
    .section-news__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-news__button {
        display: flex;
        justify-content: space-between;
        background-color: #447D93;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
    }
    .section-news__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-news__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-news__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}
@media (max-width :750px) {
    .section-news {
        margin: 0 20px 100px;
    }
    .section-news__contents {
        display: block;
    }
    .section-news__column {
        margin-top: 40px;
        width: 100%;
    }
    .section-news__container {
        height: 95px;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .section-news__container a {
        display: flex;
        flex-wrap:wrap;
        text-decoration: none;
    }
    .section-news__container time {
        margin-left: 30px;
        font-size: 1.4rem;
    }
    .section-news__container p {
        height: 20px;
        width: 70px;
        border: 1px solid #BAAD8D;
        border-radius: 10px;
        font-size: 1.2rem;
        color: #333;
        margin-left: 10px;
        text-align: center;
        line-height: 20px;
    }
    .section-news__container h4 {
        margin-left: 30px;
        margin-top: 10px;
        font-weight: 500;
        color: #333;
    }
    .section-news__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-news__button {
        display: flex;
        justify-content: space-between;
        background-color: #447D93;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
        margin: 0 auto;
    }
    .section-news__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-news__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-news__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}


