@charset "UTF-8";



@media screen and (max-width: 835px) {
    .main-h1{
        padding: 24px 48px;
    }
    .main:before{
        clip-path: ellipse(100% 60% at 0% 100%);
    }
    .main:after{
        clip-path: ellipse(100% 60% at 100% 0%);
    }
}
@media screen and (max-width: 640px) {
    .main-h1{
        padding: 18px 20px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
}
.top-btn-01 .box{
    width: calc(50% - 4px);
    margin: 0 8px 8px 0;
}
.top-btn-01 .box:nth-child(even){
    margin-right: 0;
}
.top-btn-01 .box a{
    display: block;
    background-color: #6ccff0;
    color: #fff;
    text-align: center;
    padding: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 835px) {
    .top-btn-01 .box a{
        font-size: 1.4rem;
        padding: 16px 12px;
    }
}
@media screen and (max-width: 640px) {
    #main .top-btn-01{
        flex-direction: column;
    }
    .top-btn-01 .box{
        width: 100%;
        margin: 0 0 8px;
    }
    .top-btn-01 .box a{
        font-size: 1.6rem;
    }
}
.title-02 h2{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2em;
}
.title-02 h2 .en-1{
    font-size: 0.5em;
    margin-top: 15px;
    color: #f2879b;
}

.centering{
    justify-content: center;
}
.centering::before{
    content: none;
}
.centering::after{
    content: none;
}

.case-01 div{
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    margin-top: 10px;
}
.case-01 .box::before{
    margin-bottom: 8px;
    font-size: 1.1em;
    color: #f2879b;
    font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.case-01 .box:nth-child(1)::before {
    content: "CASE 01";
}
.case-01 .box:nth-child(2)::before {
    content: "CASE 02";
}
.case-01 .box:nth-child(3)::before {
    content: "CASE 03";
}
.case-01 .box:nth-child(4)::before {
    content: "CASE 04";
}
.case-01 .box:nth-child(5)::before {
    content: "CASE 05";
}
.case-01 .box:nth-child(6)::before {
    content: "CASE 06";
}
.case-01 .box:nth-child(7)::before {
    content: "CASE 07";
}
.case-01 .box:nth-child(8)::before {
    content: "CASE 08";
}
.case-01 .box:nth-child(9)::before {
    content: "CASE 09";
}
.case-01 .box:nth-child(10)::before {
    content: "CASE 10";
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
    .title-02 h2{
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
    .title-02 h2{
        font-size: 1.6em;
    }
}
